/*--------------------------------------------------------------
# Seccion Evento
--------------------------------------------------------------*/
#about {
  /*background: url("../img/about-bg.jpg");*/
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 10px 0 40px 0;
}

@media (min-width: 1024px) {
  #about {
    background-attachment: fixed;
  }
}

#about:before {
  content: "";
  background: rgba(255,255,255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about h2 {
  font-size: 30px; font-weight: 700; margin-bottom: 10px; color: #00b6ed;
}

#about h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

/*--------------------------------------------------------------
# Seccion Speakers
--------------------------------------------------------------*/
#speakers {
  padding: 60px 0 30px 0;
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#speakers .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#speakers .speaker .details .social {
  height: 30px;
}

#speakers .speaker .details a {
  color: #fff;
}

#speakers .speaker .details a:hover {
  color: #005fbe;
}

#speakers .speaker:hover .details {
  bottom: 0;
}

#speakers-details {
  padding: 60px 0;
}

#speakers-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#speakers-details .details .social {
  margin-bottom: 15px;
}

#speakers-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#speakers-details .details .social a:hover {
  background: #005fbe;
  color: #fff;
}

#speakers-details .details .social a i {
  font-size: 18px;
}

#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}

/*--------------
# Seccion Agenda
----------------*/
#schedule {
  padding: 60px 0 60px 0;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 100px;
}

@media (max-width: 991px) {
  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

#schedule .nav-tabs a.active {
  background-color: #005fbe;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color ease-in-out 0.3s;
    border-radius: 0.25rem;
    border: 2px solid rgb(229, 229, 229);
    color: #000000;
    margin-bottom: 10px;
    background-color: #ffffff;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color:#000000;
}

#schedule .schedule-item h4 span {
  color: #000000;
  font-weight: normal;
  font-size: 18px;
}

#schedule .schedule-item p {
  color: #000000;
  margin-bottom: 0;
}

.sala {
    background: rgb(0, 132, 132);
    border-radius: 0.5rem;
    color: #ffffff!important;
    width: fit-content;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border: none;
	font-style: normal!important;
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: 0.25px;
    line-height: 1.375rem;
    display: inline-flex;
    padding: 0px 0.25rem;
    font-size:13px!important;
}

.titulocharla {
    font-size: 18px;
}

.speakercharla {
font-size:16px!important;
line-height:25px;
}

.cargospeaker {
font-size:16px!important;
color:#777777!important;
line-height:25px;
}

.ponentes {
line-height:50px;
}

/*--------------------------------------------
# Seccion Galeria por si se llegara a utilizar
----------------------------------------------*/
#gallery {
  padding: 60px;
  overflow: hidden;
}

#gallery .owl-nav, #gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}

#gallery .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#gallery .owl-dot.active {
  background-color: #005fbe;
}

#gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

#gallery .gallery-carousel .center {
  border: 6px solid #005fbe;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/*----------------
# Seccion Sponsors
------------------*/
#supporters, #cybersecurity, #envivo {
  padding: 60px 0;
}

#supporters .supporters-wrap {
  /*border-top: 1px solid #e0e5fa;*/
  /*border-left: 1px solid #e0e5fa;*/
  margin-bottom: 30px;
}

#supporters .supporter-logo {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border-right: 1px solid #e0e5fa;*/
  /*border-bottom: 1px solid #e0e5fa;*/
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 180px;
}

#supporters .supporter-logo:hover img {
  /*transform: scale(1.2);*/
}

#supporters img {
  transition: all 0.4s ease-in-out;
}

/*-------------
# Seccion F.A.Q
---------------*/
#faq {
  padding: 60px 0;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 40px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #faq #faq-list a {
    font-size: 16px;
  }
  #faq #faq-list i {
    top: 13px;
  }
}

#faq #faq-list a.collapse {
  color: #005fbe;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

/*------------------------------------------------
# Seccion Newsletter Suscripcion - no se usa ahora
--------------------------------------------------*/
#subscribe {
  padding: 60px;
  background: url(../img/subscribe-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1024px) {
  #subscribe {
    background-attachment: fixed;
  }
}

#subscribe .section-header h2, #subscribe p {
  color: #fff;
}

#subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #005fbe;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

#subscribe button:hover {
  background: #004993;
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}

/*-------------------------------------
# Seccion de Contacto - no se usa ahora
---------------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #112363;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
}

#contact .contact-info h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

#contact .contact-info a {
  color: #112363;
}

#contact .contact-info a:hover {
  color: #005fbe;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    /*border-right: 1px solid #ddd;*/
  }
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,#contact .php-email-form select, #contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
 font-size: 14px;
}

#contact .php-email-form input::focus, 
#contact .php-email-form select::focus, #contact .php-email-form textarea::focus {
  background-color: #005fbe;
}

#contact .php-email-form input {
  padding: 20px 15px;
}

#contact .php-email-form select {
  height:42px;
}

#contact .php-email-form textarea {
  padding: 12px 15px;
}

#contact .php-email-form button[type="submit"] {
  background: #005fbe;
  border: 0;
  padding: 10px 40px; 
color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;outline: none;
}

#contact .php-email-form button[type="submit"]:hover {
 background: #004993;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*------
# Zocalo
--------*/
#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #141f44;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 3px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #005fbe;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #dcf166;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #005fbe;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #005fbe;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #8d88ed;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #005fbe;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;outline: none;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #004993;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/* Agregados adicionales generales */

.team-left img ,.team-middle img,.team-right img{
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
}
.team-social ul.social-icons li {
    display: inline-block;
}
.team-left h4, .team-middle h4, .team-right h4 {
    color: #1a5da0;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 12px;
    font-weight: 600;
	text-transform: uppercase;
}
.team-left p, .team-middle p, .team-right p {
    padding: 0 2em;
	font-size:14px;
	font-family:Poppins,sans-serif;
	font-weight:600;
	color:#484E60;
}

.team-social ul.social-icons li a {
    display: block;
    color: #0072b1;
    text-decoration: none;
    font-size: 15px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    line-height: 32px;
    background: transparent;
    border: 1.4px solid #0072b1;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media screen and (max-width: 991px){
.team-left p, .team-middle p, .team-right p {
    padding: 0 1em;
}
}

.linksfooter {color:#ffffff!important;}
.linksfooter:hover {color:#ffffff!important;}

.grow { transition: all .6s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.linkfaq {display:inline!important;padding:0!important;color:#000000!important;}
.linkfaq:visited {color:#000000!important;}

/* Checkbox para aceptar la politica */

.aceptopolitica {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color:#000000;
}

/* Escondo el checkbox default del browser */
.aceptopolitica input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Creo un boton customizado para el checkbox */
.checkmark {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    height: 23px!important;
    width: 23px!important;
    background-color: #eee!important;
    outline: 1px solid #000000!important;
}

/* En mouse-over agrego un color de fondo */
.aceptopolitica:hover input ~ .checkmark {
    background-color: #ccc!important;
}

/* Cuando el checkbox es chequeado agrego otro fondo */
.aceptopolitica input:checked ~ .checkmark {
    background-color: #005fa5!important;
}

/* Creo el indicado del check (oculto cuando no esta check) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Muestro el la marca del check cuando hago el check */
.aceptopolitica input:checked ~ .checkmark:after {
    display: block!important;
}

/* Estilo del check */
.aceptopolitica .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* otros varios generales */

.footerlogo {width:100%!important;height:auto!important;}
.gris {color:#aba5a5!important;}
.separo {line-height:40px!important;}
.subtitulo {font-size:20px!important;color: #005fbe!important;text-shadow: 2px 2px #000000!important;}
.charlassobre {font-weight:bold;color: #808080!important;}
.slogan {color: #512DA9!important;}
.participe {font-size:22px!important;font-family:Poppins,Sans-serif!important;font-weight:600!important;color: #500178!important;}
.iconosfa {font-size:20px!important;}
.linkpolitica {text-decoration:underline!important;color:#484848!important;font-weight:bold!important;}
.cstexto {/*white-space:nowrap;*/font-size:15px;}
.textoabout {
font-size: 18px;
margin-bottom: 20px;
color: #000;
/*max-width:90%;*/
line-height:25px;
}

@media screen and (max-width:720px) {
.textoabout {
max-width:100%!important;
line-height:25px;
}

.cenmob {
text-align:center;
}

.enmob {
padding:0 10px 0 20px;
}

.topicos {
line-height:38px;
}
}

@media screen and (max-width:720px) {
.desktop {
display:none;
}
}

@media screen and (min-width:720px) {
.mobile {
display:none;
}
}

@media screen and (min-width:1367px) {
.textoabout {
font-size:19px;
}
}

/* imagenes responsive */

.img-responsive {
  width: 100%;
  height: auto;
}

/* iconos formulario - no se esta utilizando */

input, select, textarea { font-family: 'Roboto', 'FontAwesome'; }

.csa {
z-index:999;
box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color:#3807a9;
color:#ffffff;
font-size:0.8em;
margin-bottom:20px;
}

.csb {
z-index:999;
box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color:#512DA9;
color:#ffffff;
font-size:0.8em;
margin-top:20px
}

.csc {
z-index:999;
box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color:#3807a9;
color:#ffffff;
font-size:0.8em;
margin-bottom:35px;
margin-top:5px;
}

.csd {
z-index:999;
box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color:#512DA9;
color:#ffffff;
font-size:0.8em;
margin-bottom:10px;
margin-top:15px;
}

/* cajas cybersecurity agrego espacio inferior en mobile */

@media screen and (max-width:720px) {

.csa, .csb, .csc, .csd {
margin-top:0;
margin-bottom:50px!important;
padding-bottom:50px!important;
}
}

/* iconos cybersecurity */

.csiconos {
font-size:4rem;
}

/* animacion de boton de Sponsorship */

@-moz-keyframes myfirst /* Firefox */ {
    0% {background:#3351a3;}
    25% {background:#0043be;}
    50% {background:#000000;}
    75% {background:#0043be;}
    100% {background:#3351a3;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */ {
    0% {background:#3351a3;}
    25% {background:#0043be;}
    50% {background:#000000;}
    75% {background:#0043be;}
    100% {background:#3351a3;}
}

/* fix para pantallas grandes */

@media screen and (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 85%!important;
}
}

/* lleno las Secciones a lo alto para que abarque mas */

@media screen and (min-width:1366px) {
.primera {
padding-bottom:60px!important;
}
}

@media screen and (min-width:1366px) {
.segunda {
padding-bottom:60px!important;
}
}

/* reduzco logos sobreescribiendo el style de bootstrap para tablets y desktop */

@media screen and (min-width:960px) {
.img-fluid {
    max-width: 75%!important;
    height: auto!important;
    width: 210px;
}

#supporters .supporter-logo {

height: 150px!important;

}
}

/* Sub-Menu */
.sub-menu {background: rgba(37, 63, 246,0.90) !important;}
.opcionsubmenu {color:#CACEDDCC!important;}
.opcionsubmenu:hover  {background: rgba(37, 63, 246,0.30) !important;color:#ffffff!important;text-decoration:underline solid #4285c5!important;text-underline-offset: 6px!important;text-decoration-thickness: 2px!important;}
.opcionsubmenu:active {background: rgba(37, 63, 246,0.30) !important;color:#ffffff!important;}
.opcionsubmenu:visited {background: rgba(37, 63, 246,0.30) !important;color:#ffffff!important;}

/* Recaptcha */
@media screen and (max-width: 600px){
.g-recaptcha {
transform:scale(0.72);-webkit-transform:scale(0.72);
transform-origin:0 0;-webkit-transform-origin:0 0;
}}

/*--------------------------------------------------------------
# Topicos Destacados
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*===========================
# Testimonios
===========================*/
.testimonial-area {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .testimonial-area {
      padding-top: 80px;
      padding-bottom: 80px; } }

.single-testimonial {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1); }
  .single-testimonial .testimonial-image img {
    width: 90px;
    border-radius: 50%;
    display: inline-block; }
  .single-testimonial .testimonial-content {
    padding-top: 25px; }
    .single-testimonial .testimonial-content .text {
      font-size: 16px;
      line-height: 24px;
      color: #121212;
      border-bottom: 1px solid #cbced1;
      padding-bottom: 24px; }
    .single-testimonial .testimonial-content .author-name {
      font-size: 18px;
      font-weight: 600;
      color: #121212;
      margin-top: 24px; }
    .single-testimonial .testimonial-content .sub-title {
      font-size: 14px;
      line-height: 24px;
      color: #5C5151; }

.testimonial-active .slick-dots {
  text-align: center; }
  .testimonial-active .slick-dots li {
    display: inline-block;
    margin: 0 3px; }
    .testimonial-active .slick-dots li button {
      margin-left: 10px;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #cbced1;
      border: 0;
      cursor: pointer; }
    .testimonial-active .slick-dots li.slick-active button {
      background-color: #912ee2; }

/* titulos */

.titulos {
    font-size: 36px!important;
    text-transform: uppercase!important;
    text-align: center!important;
    font-weight: 700!important;
    margin-bottom: 10px!important;
    padding: 0!important;
    color: #6387cf!important;
    line-height: 1.2;
    font-family: "Poppins", sans-serif!important;
}

/* ventana flotante de patrocionios */

.ventana {
  position:fixed;
  left:1%;
  top:50%;
  z-index:9999!important;
	animation: showBlock 0s 5s forwards;
	visibility: hidden;
}

@keyframes showBlock {
	to { visibility: visible; }
}

.no-data {
  background-color: rgb(17,36,254,.7);
  color: #ffffff;
  width: 225px;
  height: 85px;
  padding: 16px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-family: Poppins;
}

.no-data .close {
    position: absolute;
    left: 200px;
    top: 5px;
    color: #fff;
    font-size: 2em;
    z-index: 5;
}

.no-data .arrow {
  position: absolute;
  left: -8px;
  top: 25px;
  color: #fff;
  font-size: 2em;
  z-index: 5;
}
.no-data p {
  margin-top: 0;
}
.no-data .fa-warning {
  float: left;
  margin-right: 12px;
  height: 40px;
  margin-top: 6px;
  font-size: 2em;
  color: #00fe8a;
}
.float {
  animation-name: float;
  -webkit-animation-name: float;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes float {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes float {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-o-keyframes float {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes float {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}

/* muestro la ventana flotante o la barra de notificacion segun el dispositivo */

@media screen and (min-width:720px) {
.jquery-notify-bar {
display:none!important;
}
}

@media screen and (max-width:720px) {
.ventana {
display:none!important;
}
}

/* ventana flotante de patrocionios */

/* Boton animado 1 */
.first {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #ffffff!important;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.first:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4d4fe4;
  border-radius: 10rem;
  z-index: -2;
}
.first:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #02029d;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.first:hover {
  color: #fff;
}
.first:hover:before {
  width: 100%;
}

/* Boton animado 2 */
.second {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.second:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #772976;
  border-radius: 10rem;
  z-index: -2;
}
.second:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #838383;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.second:hover {
  color: #fff;
}
.second:hover:before {
  width: 100%;
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

/* Slider */

@media (min-width:1024px) {
.slide img {
width:128px!important;
height:128px!important
}
}

.slick-slide img {
    width: 100%;
	/* min-width:128px!important; */
	/* max-width:128px!important; */
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-slide {
    box-shadow: none;
    border-color:none;
    color: none;
    background: none;
    outline:none;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

  margin: 0px 18px;
  text-align: center;
  color: #ffffff;
  background: #ffffff;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev {
display: inline-block;
background-color:#ffffff;
width:30px;
height:30px;
color:#dc7cef;
opacity:1;
border:0;
font-size:3vw;
}

.slick-prev:focus
{
    outline: none;
}

.slick-next {
display: inline-block;
background-color:#ffffff;
width:30px;
height:30px;
color:#dc7cef;
opacity:1;
border:0;
font-size:3vw;
}

.slick-next:focus
{
    outline: none;
}

img.attachment {
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {
.slick-prev {
display:none!important;
}

.slick-next {
display:none!important;
}
}

.pull-izq {
margin-top: 35px;
position: relative;
left:-35px;
float: left;
}

.pull-der {
top:0px;
right:-35px;
position:absolute;
margin-top:35px;
}
/* Fin Slider */

/* Oculto/Muestro datos agenda */
.acordeon .contenido {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease;
padding: 0 10px;
/*background-color: #f9f9f9;*/
/*border-left: 2px solid #ccc;*/
/*border-right: 2px solid #ccc;*/
}

.acordeon .item.activo .contenido {
max-height: 1000px; /* Ajustá según el contenido */
padding: 10px;
/*font-weight: normal;*/
overflow: clip;
}

.acordeon .cabecera {
cursor: pointer;
/*background-color: #ddd;*/
/*padding: 10px;*/
/*border: 2px solid #ccc;*/
/*font-weight: bold;*/
user-select: none;
}
/* Fin Oculto/Muestro datos agenda */