:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #563454;
}

.link-wpp-cuotas{
  font-size: 14px;
}

.text-lima{
  color: #dafb37;
}

@media (max-width: 767px) {
  li{
    font-size: 16px;
  }
}

.bg-cream{
  background-color: #fefefe;
}

.bg-rosa-palido{
  background-color: #d4ccd3;
}

.bg-violeta-opaco{
  background-color: #887086;
}


.text-violeta{
  color: #563454;
}

@media (min-width: 1400px) {
  .container{
    max-width: 1721px;
  }
}

a {
  color: #563454;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #563454;
}

.verde-whatsapp-background{
  background-color: #25d366;
}

.bg-wpp{
  background-color: #0cc144;
}

.bg-lima{
  background-color: #dafb37;
}

.bg-violeta-scalabl{
  background: #563454;
}

.bg-gris{
  background-color: #737373;
}



/* .hero .row>*{
  padding-left: 0;
} */

.hero-res .formulario-contacto{
  padding: 0;
}

.hero-res .formulario-contacto p{
  margin: 0;
  padding: 0;
}

.fecha-comienzo{
  font-size: 1rem;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.html5-video-player:not(.ytp-transparent), .html5-video-player.unstarted-mode, .html5-video-player.ad-showing, .html5-video-player.ended-mode{
  background-color: #ffff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

.btn-inscribirme{
  padding: 15px;
}

.agenda{
  background: url(/webgrow/assets/img/agenda/agenda.png) top center no-repeat;
}

.human-skills .agenda,.resiliencia .agenda {
  background: none;
}

.agenda .rh{
  margin-left: 40%;
}


@media (max-width: 1200px) {
  .agenda {
    background: url(/webgrow/assets/img/agenda/agenda1200.png) top center no-repeat;
  }
  .agenda .rh{
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 993px) {
  .agenda {
    background: url(/webgrow/assets/img/agenda/agenda993.png) top center no-repeat;
  }
}

.agenda h1{
  text-align: center;
  font-weight: 900;
  font-size: 45px;
  margin-top: 1%;
}

.agenda .subtitulo{
  font-size: 22px;
  text-align: center;
  font-weight: 100;
}

.agenda .subtitulo2{
  text-align: center;
  font-size: 18px;
  font-weight: 100;
}

.agenda .fecha , .fecha-hum{
  border: 4px solid #563454;
}

.agenda .fecha p, .fecha-hum{
  text-align: center;
  margin: 0;
  font-weight: 900;
  font-size: 14px;
}

.agenda .detalle p, .fecha-hum p{
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.agenda .detalle .description{
  font-size: 13px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .agenda .fecha{
    height: 52px;
    margin-left: 25px;
  }
}

.agenda .horario-workshop{
  font-size: 11px;
}


@media (min-width: 772px) {
  .agenda .detalle p{
    font-size: 19px;
  }

  .agenda .fecha p{
    margin-top: 5px;
  }
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 23px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  /* height: 9vh !important; */
  /* padding-bottom: 40px; */
}

@media (max-width: 768px) {
  .section-header {
    text-align: center;
    /* height: 9vh !important; */
    /* padding-bottom: 40px; */
  }
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #563454;
  text-transform: uppercase;
}
.section-header p {
  /* margin: 10px 0 0 0; */
  padding: 0;
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
  color: #563454;
}
@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}
.breadcrumbs ol a:hover {
  text-decoration: underline;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #563454;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  /* z-index: 997; */
  padding: 5px 0;
  /* height: 9vh; */
}
/* .header>div{
  max-width: 1600px;
} */
.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header .logo {
  line-height: 0;
}
.header .logo img {
  max-height: 56px;
  margin-right: 6px;
}
.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #563454;
  font-family: 'Poppins', sans-serif;
  margin-top: 3px;
}

.link-pdf{
  text-decoration: underline;
}
.link-pdf:hover {
  color: #563454;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  justify-content: end !important;
}

header{
  background-color: #fff;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 10px 0 10px 30px; */
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #563454;
  white-space: nowrap;
  transition: 0.3s;
}
/* @media (max-width: 1007px) {
  .navbar a, .navbar a:focus {
    padding: inherit 5px;
  }
} */

@media (min-width: 992px) { 
  .navbar a, .navbar a:focus {
    font-size: 12px;
  }
 }
@media (min-width: 1200px) { 
  .navbar a, .navbar a:focus {
    font-size: 15px;
  }
 }
 @media (min-width: 1400px) { 
  .navbar a, .navbar a:focus {
    font-size: 16px;
  }
 }


.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0; 
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #563454;
  opacity: 0.8;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #dafb37;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #563454;
  font-weight: 700;
}
.navbar .getstarted-index {
  background: #563454;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #563454;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

.navbar .dropdown{
  cursor: pointer;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #563454;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1399px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  min-width: 80%;
  margin: auto;
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  /* bottom: 15px; */
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  /* overflow-y: auto; */
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #5B465B;
}
.navbar-mobile a:hover, .navbar-mobile li:hover > a {
  color: #5B465B;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #5B465B;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.turquesa-grow{
  color: #5CE1E6;
}

.bg-turquesa-grow{
  background-color: #5CE1E6;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

.hero {
  margin-top: 5vh;
  width: 100%;
  /* height: 75vh; */
  background-color: #563454;
  background-size: cover;
}




.hero img{
  width: 72%;
}

.hero .btn-hero {
  margin-top: 30px;
}

.btn-hero {
  padding: 8px 32px;
  width: fit-content;
  border-radius: 50px;
  transition: 0.5s;
  background-color: #dafb37;
}
.btn-hero span{
  color: #5B455B;
  font-size: 31px;
  font-weight: 600;
}
@media (max-width: 992px) { 
  .btn-hero span{
    font-size: 20px;
  }
}

.human-skills .hero .btn-hero, .resiliencia .hero .btn-hero{
  margin-top: 30px;
}

@media (max-width: 1200px){
  /* .hero .btn-hero {
      width: 97%;
  } */
}


.hero .btn-hero:hover{
  opacity: .8;
}

.hero .btn-inscribete{
  /* height: 9vh;
  width: 90%; */
  color: #fff;
  background: #563454;
  padding: 15px;
}

.hero .btn-suscribete{
  height: 9vh;
  width: 90%;
  color: #FFF;
  background: #563454;
  padding: 5px;
}

.hero .btn-suscribete{
  color: #FFF;
}

.hero .btn-descarga{
  color: #fff;
  background: #563454;
  padding: 15px;
  width: fit-content;
}

.proxima-sesion{
  font-size: 1em;
  color: #5B455B;
}

.hero .btn-get-started span {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

.data-img-portada{
  width: 60%;
}

.zona-horaria:hover {
  color: #563454;
  opacity: .8;
}

.hero .underbutton{
  line-height: normal;
}

.hero h1 {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  /* font-size: 40px; */
  font-weight: 700;
  color: #563454;
  margin-bottom: 15px;

}

.hero h2 {
  color: #ffff;
  font-size: 26px;
  /* margin-top: 0; */
  font-weight: 300;
}



.hero .ia .ratio{
  width: 100%;
}

.hero .ia h3{
  line-height: 1.4;
  font-weight: 300;
}


.ia .hero h3 {
  font-size: 15px;
}


/* Pantallas grandes: a partir de 992px (laptops) */
@media (min-width: 992px) {


  .btn-hero span{
    font-size: 16px;
  }
  .hero .btn-hero{
    margin-top: 3px;
  }

  /* IA */
  .hero .ia h1 {
    font-size: 24px;
    /* margin-bottom: 11px !important; */
  }
  .hero .ia h3 {
    font-size: 13px;
  }
}


@media (min-width: 1200px) {

  .hero h3 {
    font-size: 15px;
  }
  .btn-hero span{
    font-size: 21px;
  }
  .hero .btn-hero{
    margin-top: 5px;
  }
/* IA */
  .hero .ia h3 {
    font-size: 17px;
    margin-top: 0 !important;
  }
  .hero .ia .btn-hero{
    margin-top:22px;
  }
}

/* Pantallas extra grandes: a partir de 1200px (escritorios grandes) */
@media (min-width: 1400px) {

  .hero h3 {
    font-size: 17px;
  }
  .btn-hero span{
    font-size: 28px;
  }
  .hero .btn-hero{
    margin-top: 17px;
  }
  /* IA */
  .hero .ia h1 {
    font-size: 32px;
  }
  .hero .ia h3 {
    font-size: 18px;
  }
  .ia .btn-hero span{
    font-size: 24px;
  }
}

@media (max-width: 1400px) {
  .hero{margin-top: 9vh;
  }
}

@media (min-width: 1600px) {

  .hero .btn-hero{
    margin-top: 17px;
  }

  /* IA */
  .hero .ia h3{
    font-size: 19px;
    line-height: 1.4;
  }
  .hero .ia h1{
    font-size: 37px;
  }
  .ia .btn-hero span{
    font-size: 27px;
  }
  .ia .btn-hero{
    margin-bottom: 0 !important;
  }
  
}





@media (max-width: 380px) {
  .inteligencia-emocional .hero, .resiliencia .hero{
    /* height: 108vh; */
    padding: 49px 0 60px 0;
  }

  .inteligencia-emocional .hero .hero-img, .resiliencia .hero .hero-img{
    margin-top: 10px;
  }
}

@media (min-width:380px) and (max-width: 991px) {
  .hero {
    height: auto;
    /* padding: 120px 0 60px 0; */
  }

  .inteligencia-emocional .hero, .resiliencia .hero{
    padding: 49px 0 60px 0;
  }

  .resiliencia .hero{
    margin-top: 14vh;
  }

  .hero .hero-img {
    text-align: center;
    /* margin-top: 80px; */
  }

  .hero .hero-img img {
    width: 80%;
  }

}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero .hero-img img {
    width: 100%;
  }
}


.img-portada-rh{
  width: 90%;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


.redes .about img, .estrategia .about img, .modelos .about img, .networking .about img, .emprendimientos .about img, .liderazgo .about img, .marketing .about img, .rrhh .about img{
  width: 84%;
}

.jovenes .about img{
  width: 100%;
}

.inteligencia-emocional .about img{
  width: 68%;
}

.about{
  h5{
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
  }
  h6{
    font-size: 16px;
    font-weight: 500;
  }
  p{
    font-size: 19px;
    font-weight: 300;
  }  
  img{
    width: 30%;
  }
}
.about .btn-read-more {
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #5B465B;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}
.about .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.about .btn-read-more:hover i {
  transform: translateX(5px);
}

.about .container .row, .paraquiendesktop{
  background-color: #F6F9FF;
}

.ia .paraquiendesktop{
  background-color: #fafafa;
}

.ia .paraquienmobile{
  background-color: #fafafa;
}

.ia .paraquienmobile h3, .ia .modalidad-mobile h3{
  font-size: 16px;
}

.ia .modalidad{
  background-color: #563454;
  color: #ffff;
}

.ia .paraquiendesktop b, .ia .modalidad b{
  font-weight: 500;
}

.paraquiendesktop h5{
    font-size: 28px;
    font-weight: 700;
}

.ia .paraquiendesktop h5, .ia .modalidad h5{
  font-size: 28px;
  font-weight: 700;
}
.ia .paraquiendesktop h3, .ia .modalidad h3{
  font-size: 19px;
  font-weight: 200;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 1600px) {
.paraquiendesktop{
  p{
    padding-left: 20px;
    padding-right: 20px;
  }
}
}

.paraquiendesktop, .paraquienmobile{
  p{
    font-size: 14px;
  }
}

.paraquienMobile{
  background-color: #F6F9FF;
}
/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
  max-width: 250px;
}

.values h5{
  font-weight: 300;
}
.carousel-lotienestodo-mobile{
    .titulo{
      font-size: 22px;
      line-height: 1.2;
      font-weight: 700;
    }
  
  }

  @media (max-width: 768px) {
    .carousel-lotienestodo-mobile{
      /* .box {
        margin: 0 48px;
      } */
      .titulo{
        font-size: 24px;
        line-height: 20px;
      }
      h4{
        font-size: 20px;
        font-weight: 500;
      }
      }
  }

  
.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}
.values .box h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  color: #563454;
  font-weight: 700;
  margin-bottom: 18px;
}
#values p{
  color: #563454;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

#values h4{
  font-size: 28px;
  font-weight: 300;
}
#values h5{
  font-size: 28px;
  /* line-height: 42px; */
  font-weight: 700;
}
#values h6{
  font-weight: 500;
}
#values p{
  font-weight: 300;
  font-size: 14px;
}

.human-skills .values .titulo, .resiliencia .values .titulo{
 font-size: 24px;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.values .box:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background-color: #5B465B;
}

@media (max-width: 768px) {
  .counts {
    padding-right: var(--bs-gutter-x,.75rem)!important;
    padding-left: var(--bs-gutter-x,.75rem)!important;
    justify-content: center;
    margin: 20px 0;
    padding: 50px 0;
  }

}


.counts .count-box {
  height: 50px;
  width: 250px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 30px;
  background: #EDEDED;
  color: #5B465B;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 40px;
}

.counts .wpp {
  background-color: #25d366;
}

.counts .count-box:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

.counts .count-box i {
  font-size: 30px;
  line-height: 0;
  margin-right: 20px;
  color: #986D98;
}

.counts .count-box p {
  color: #5B465B;
  padding: 0;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.certificate, .values, .temario, .finanzas, .testimonials{
  background-color: #fff;
}

.profesores{
  background-color: #fafafa;
}

.allaccess .profesores-desktop>.container{
  max-width: 1320px;
}

.toggle-button-profesor p{
  color: #563454 !important;
}

/* .resiliencia #temario{
  padding-left: 11rem!important;
  padding-right: 11rem!important;
} */

.temario .profesor span{
  font-style: italic;
}

/* #agenda{
  padding: 0 !important;
} */

#info{
  padding-bottom: 0 !important;
}

.profesores .desk img{
  width: 100%;
  filter: grayscale(100%);
}


.carousel-profesores{
  background-color: #fafafa;
  img{
    width: 23%;
    filter: grayscale(100%);
    border-radius: 50%;
  }
  .box{
    margin: 0 48px;
  }
  .nombre{
    font-size: 16px;
    font-weight: 500;
  }
  .descripcion{
    font-size: 14px;
  }
  .testimonio{
    font-size: 14px;
    font-weight: 300;
  }
}

.profesores .nombre{
  font-size: 16px;
  font-weight: 500;
  color: #563454;
  /* border-bottom: 2px solid #563454; */
}

.profesores .header p {
  font-size: 28px;
}

.profesores .resumen{
  font-size: 14px;
}

.profesores .descripcion{
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.profesores .vermas{
  border: none;
  font-weight: 700;
  color: #563454;
  font-size: 18px;
}


/* seccion profesor */

.profesores .img-fran img{
  width: 270px;
}

.linkedin img{
  width: auto !important;
}



.profesores .universidades-img{
  width: 32%;
  height: 100%;
}

.profesores .universidades .forbes{
  height: 100%;
  width: 19%;
}

.desktop .forbes{
  margin-top: 3px;
}

.profesores .mobile .universidades-img{
  height: 100%;
  width: 86%;
}

.profesores .mobile .forbes{
    height: auto;
    width: auto;
}

.linkedin{
  color: #0e76a8 !important;
  cursor: pointer;
  font-size: 30px;
}

.profesores .mobile .linkedin{
  width: auto !important;
}
/* 
.profesores p{
  font-size: 16px;
} */

.desktop .linkedin {
  margin-top: 11px;
}

.img-francisco-santolo {
  position: relative;
}

.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .features .feature-box {
    padding: 0px;
  }

  .testimonials .testimonial-item p{
    font-size: .9em;
  }

  .testimonials .testimonial-item{
    border-radius: 15px;
  }

  #info{
    padding-top: 60px;
  }

}

@media (min-width: 768px) {

  .testimonials .testimonial-item{
    padding: 30px;
    min-height: 460px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 20px 0;
  }
}

.features .feature-box:hover {
  transform: scale(1.1);
}

.features h5{
  color: #5B465B;
}

.features img{
  width: 61%;
}

.features ul li{
  color: #5B465B;
}

.features .feature-box h3 {
  font-size: 18px;
  color: #5B465B;
  font-weight: 700;
  margin: 0;
}
.features .feature-box i {
  line-height: 0;
  background: #fcf7fc;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}
.features .feature-box:hover i {
  background: #5B465B;
  color: #fff;
}

.features .feture-tabs h3 {
  color: #5B465B;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

.nav-link{
  font-weight: 300;
}

.nav-link:hover{
  color: #5B465B;
}

/* Responsive - solo mobile */

@media (max-width: 360px) {

  .features .feture-tabs .nav-link{
    font-size: 9px;
  }
}

@media (max-width: 767px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
  .features .feture-tabs .nav-link{
    font-size: 10px;
  }
}
/* /solo mobile */


/* Mobile - Tablet  */
/* Ipad */
@media (min-width: 768px) and (max-width:1023px) {
  .features .feture-tabs .nav-link{
    font-size: 15px;
  }

  .features .feture-tabs {
    margin-top: 120px;
  }
}
/* /Ipad */

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}


.features .feture-tabs .nav-link {
  font-family: 'Poppins', sans-serif;
  background: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #5B465B;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link:hover {
  opacity: 0.8;
}

.features .feture-tabs .nav-link.active {
  color: #5B465B;
  border-bottom: 3px solid #5B465B;
}
.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #5B465B;
}
.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #5B465B;
}
.features .feature-icons {
  margin-top: 120px;
}

.features .feature-icons h3 {
  color: #5B465B;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}
.features .feature-icons .content .icon-box {
  display: flex;
}
.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #5B465B;
}
.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #5B465B;
  margin-right: 15px;
}
.features .feature-icons .content .icon-box h5 {
  
  color: #5B465B;
}

/*--------------------------------------------------------------
# Lista cursos index
--------------------------------------------------------------*/
.listado-cursos .img {
  border-radius: 8px;
  overflow: hidden;
}

.listado-cursos a:hover{
  color: #563454;
}

.listado-cursos .img img {
  transition: 0.6s;
}

.listado-cursos .details {
  padding: 50px 30px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  background: #ffffff;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0px 49px -21px rgba(0,0,0,0.38);
  min-height: 294px;
}

.listado-cursos .details .icon {
  margin: 0;
  /* width: 72px; */
  height: 72px;
  background: #4ce6fb;
  /* border-radius: 50px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  border: 6px solid #ffffff;
}

.listado-cursos .details h3 {
  color: #4ce6fb;
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.listado-cursos .details p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.listado-cursos img{
  width: 410px;
}

.listado-cursos .service-item:hover .details .icon {
  background: #ffffff;
  border: 2px solid #4ce6fb;
}

.listado-cursos .service-item:hover .details .icon span {
  color: #4ce6fb;
}

.listado-cursos .service-item:hover .img img {
  transform: scale(1.2);
}

.listado-cursos .service-item:hover .btn-inscribirme-cursos {
  transform: scale(1.040);
}

.service-item{
  cursor: pointer;
}

.descripcion-curso{
  color:rgb(58, 58, 58);
}
.btn-inscribirme-cursos{
  background-color: #4ce6fb;
  width: 90%;
  font-size: 15px;
}
.btn-inscribirme-cursos:hover{
  opacity: .5;
}

/*--------------------------------------------------------------
# Otras Certificaciones
--------------------------------------------------------------*/

@media (max-width: 768px) {
  .services{
    margin-top: 17px;
  }
}

.services .section-title h2{
  font-weight: 700;
  font-size: 28px;
}

.services .icon-box {
  /* height: 205px; */
  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;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: #5CE1E6;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #5CE1E6;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #5B465B;
  transition: all 0.3s ease-in-out;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}


.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #5CE1E6;
}

.services a:hover{
  color: #FFF;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.pricing .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
.pricing .price {
  font-size: 36px;
  color: #444444;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing img {
  padding: 30px 40px;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}
.pricing ul li {
  padding-bottom: 10px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #4154f1;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #4154f1;
}
.pricing .btn-buy:hover {
  background: #4154f1;
  color: #fff;
}
.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #4154f1;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
  border: 0;
}
.accordion-button {
  font-family: poppins,sans-serif;
  color: #5b455b;
  padding: 0.75rem 0 !important;
  font-size: 21px;
  font-weight: 300;
}

.accordion-body {
  font-family: poppins,sans-serif;
  color: #5b455b
}

.temario .accordion-button {
  font-weight: 600;
  font-size: 17px;
}
.faq .accordion-button:focus {
  box-shadow: none;
}
.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #563454;
  opacity: .8;
  border-bottom: 0;
}
.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}

.faq .accordion-body p{
  margin:15px 0 14px 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #4154f1;
  border-color: #4154f1;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: 1s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #4154f1;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  text-align: center;
  transition: 0.3s;
}
.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}
.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #5B465B;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}
.testimonials .swiper-slide {
  opacity: 0.3;
}
@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }
  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: url("../img/team-bg.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}

.team::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9;
}

.team .container {
  position: relative;
  z-index: 10;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  /* position: absolute; */
  top: 85%;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #364146;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.cx .team .member-info{
  max-height: 115px;
}

.team .member:hover .member-info {
  max-height: 800px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #364146;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b5c1c6;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #627680;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  width: 90px;
  opacity: 0.5;
  transition: 0.3s;
}
.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}
.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}
.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}
.recent-blog-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}
.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}
.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}
.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}
.recent-blog-posts .post-box:hover .post-title {
  color: #4154f1;
}
.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  font-size: .1em;
  background: #fafbff;
  padding: 30px;
  height: 85%;
  width: 85%;
}
.legales,.data .contact .info-box{
  background: #fff;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 4%);
  height: 90%;
  width: 90%;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #5B465B;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #5B465B;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.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 textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #4154f1;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}
.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}
.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
  color: #012970;
  transition: 0.3s;
}
.blog .entry .entry-title a:hover {
  color: #4154f1;
}
.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #4084fd;
}
.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}
.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.blog .entry .entry-content p {
  line-height: 24px;
}
.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #4154f1;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}
.blog .entry .entry-content .read-more a:hover {
  background: #5969f3;
}
.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #012970;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
  color: #0d64fd;
  display: inline;
}
.blog .entry .entry-footer a {
  color: #013289;
  transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
  color: #4154f1;
}
.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog .entry .entry-footer .cats li {
  display: inline-block;
}
.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog .entry .entry-footer .tags li {
  display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}
.blog .entry .entry-footer .share {
  font-size: 16px;
}
.blog .entry .entry-footer .share i {
  padding-left: 5px;
}
.blog .entry-single {
  margin-bottom: 30px;
}
.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}
.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #012970;
}
.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
  color: rgba(1, 41, 112, 0.5);
  margin-right: 5px;
}
.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}
.blog .blog-comments {
  margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
  font-weight: bold;
}
.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
  width: 60px;
}
.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
  color: #4154f1;
}
.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #012970;
}
.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #013ca3;
  margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.blog .blog-comments .reply-form p {
  font-size: 14px;
}
.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}
.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}
.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #012970;
}
.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #013289;
}
.blog .blog-pagination {
  color: #024ed5;
}
.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.blog .blog-pagination li a {
  color: #012970;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #4154f1;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}
.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #012970;
  position: relative;
}
.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}
.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}
.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.blog .sidebar .search-form form button i {
  line-height: 0;
}
.blog .sidebar .search-form form button:hover {
  background: #5465f2;
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog .sidebar .categories ul a {
  color: #012970;
  transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
  color: #4154f1;
}
.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
  color: #012970;
  transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
  color: #4154f1;
}
.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}
.blog .sidebar .tags {
  margin-bottom: -10px;
}
.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .tags ul li {
  display: inline-block;
}
.blog .sidebar .tags ul a {
  color: #0257ee;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #4154f1;
  background: #4154f1;
}
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #f4f4f4;
  font-size: 14px;
}
.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}
.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}
.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}
.footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}
.footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}
.footer .footer-newsletter form input[type=submit]:hover {
  background: #5969f3;
}
.footer .footer-top {
  background: white url(../img/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}
@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}
.footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}
.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}
.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}
.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}
.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}
.footer .footer-top .social-links a:hover {
  color: #012970;
}
.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #012970;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
.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: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}
.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-top .footer-links ul a {
  color: #013289;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer .footer-top .footer-links ul a:hover {
  color: #4154f1;
}
.footer .footer-top .footer-contact p {
  line-height: 26px;
}
.footer .copyright {
  background-color: #f4f4f4;
  text-align: center;
  padding-top: 30px;
  color: #f4f4f4;
}
.footer .credits {
  background-color: #f4f4f4;
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #f4f4f4;
}

/* precio */

.aprender .precio{
  margin: 23px 0
}

.contenedor-ul-pagos{
  min-width: 450px;
}

.pagos{
  background: #F6F9FF;
}

.precio{
  background: #F6F9FF;
}

.ia .contenedor-preguntas-frecuentes, .ia .contenedor-preguntas-frecuentes .accordion-button, .ia .contenedor-preguntas-frecuentes .accordion-body{
background-color: #fafafa;
}

.contenedor-preguntas-frecuentes p{
  font-size: 16px;
}

.infonegocios img{
  height: 75px;
}

.pagos .infonegocios img{
  height: 75px;
}

.pagos h2{
  font-family: 'Poppins', sans-serif;
}

.desk-btn{
  width: 200px;
}

.img-precio-mobile {
  width: 90%;
  margin: 5%;
}

.fecha-mobile {
  font-size: 1rem;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

@media (max-width: 992px){
p, li, td {
    font-size: 18px;
}
}
.precio{
  padding-left: 8rem!important;
  padding-right: 8rem!important;
}

.lista-caracteristicas{
  padding: 0 65px;
}

#pagos-desk{
  background-color: #f6f9ff;
  padding-bottom: 10px;
}

.precio h2, .precio span, .precio li{
  font-family: 'Poppins', sans-serif;
}

.precio ul li{
  font-size: 18px;
}

.human-skills .precio h2{
  font-size: 48px;
  font-weight: 700;
}

.human-skills .precio h3{
  font-size: 22px;
}

.human-skills .precio h4{
  font-size: 14px;
}

.human-skills .pagos h2{
  font-size: 32px;
  font-weight: 700;
}

.human-skills .pagos h3{
  font-size: 24px;
}

.human-skills .pagos h4{
  font-size: 14px;
}

@media (max-width: 768px){
  .human-skills .hero h1, .precio .hero h1{
    font-size: 22px;
  }
}

.img-precio{
  width: 40%;
}

.resiliencia .img-precio{
  width: 33%;
}

.precio h2 span{
  font-size: 26px;
}

.precio span{
  /* font-size: 26px; */
  /* color: #5B465B; */
}

.precio h2{
  font-size: 24px;
}

ul{
  list-style: none;
}

.precio p{
  color: #5B465B;
}

.precio .beca p{
  font-size: 18px;
}

.precio .fecha{
  font-size: 1rem;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.contenedor-oferta .btn-suscribete, .pagos .btn-suscribete{
  height: 7vh;
  width: 44%;
  color: #563454;
  background: #5CE1E6;
  padding: 5px;
}


.btn-comprar{
  border-radius: 6px!important;
  box-shadow: 1px 1px 5px 1px #000;
  background-color: #dbfc36!important;
  color: #5B465B!important;
  vertical-align: middle;
  padding: 4px 15px !important;
  border: none;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}

.btn-comprar:hover{
  cursor: pointer;
  opacity: 0.9;
}

.cuotas-arg{
  font-size: 15px;
}

.precio-3-cuotas{
  font-size: 16px;
}

.barra-pagos-oferta{
  background: rgb(91, 69, 91);
  width: 3px;
  height: 80px;
}

.medio-de-pago-img{
  width: 144px;
  padding: 0;
  margin: 0;
}

.precio-original{
  /* color: #F4F4F4 !important; */
  font-size: 12px ;
  margin-top: 20px;
}

.tarjetas-packs, .tarjetas-packs b {
  font-size: 12px;
}

.porcentaje-precio{
  /* color: #F4F4F4 !important; */
  font-size: 17px;
}

.tarjetas-packs .porcentaje-precio{
  font-size: 13px;
}

.tarjetas-packs .barra-pagos-oferta{
  height: 88px;
  width: 7px;
}

.tarjetas-packs .un-pago{
  font-size: 12px;
}

.precio-con-descuento{
  font-size: 20px !important;
}

.atribute{
  color: #fff;
}

.atribute:hover{
  color: #fff;
}

/* modal stripe */
.stripes {
  position: relative!important;
  width: 100%;
  transform: skewY(-12deg);
  height: 950px;
  top: -350px;
  background: linear-gradient(180deg, #e6ebf1 350px, rgba(230, 235, 241, 0));
}

.stripes .stripe {
  position: absolute;
  height: 190px;
}

main>.container-lg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  max-width: 750px;
}
@media(min-content:769px){
  main>.container-lg {
      padding: 110px 20px 110px;
  }   
}

main>.container-lg .cell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex: auto;
  flex: auto;
  min-width: 100%;
  min-height: 500px;
  padding: 0 40px;
}
.modal-stripe h2{
  font-size: 1.5rem!important;
  font-weight: 700!important;
}
.modal-stripe .btn-modal-stripe{
  border-radius: .5rem;
  border: none;
  outline: none!important;
  cursor: pointer!important;
}
.modal-stripe .btn-modal-stripe:hover{opacity:.8;}
.modal-stripe .btn-stripe-pago{
  color: white;
  background: #5B455B;
}

.modal-stripe .btn-stripe-cerrar{
  border: 2px solid #5B455B;
  color: #5B455B;
  background: transparent;
}
main>.container-lg .cell+.cell {
  margin-top: 70px;
}

main>.container-lg .cell.intro {
  padding: 0;
}

@media (min-width: 670px) {
  main>.container-lg .cell.intro {
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
  }

  .optionList {
      margin-left: 13px;
  }
}

main>.container-lg .cell.intro>* {
  width: 100%;
  max-width: 700px;
}

main>.container-lg .stripe {
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  padding: 0px 0px;
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 670px) {
  main>.container-lg .stripe {
      padding: 40px;
  }
}

main>.container-lg .stripe * {
  margin: 0;
  padding: 0;
}

main>.container-lg .stripe form {
  position: relative;
  width: 100%;
  max-width: 500px;
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

main>.container-lg .stripe form input::-webkit-input-placeholder {
  opacity: 1;
}

main>.container-lg .stripe form input::-moz-placeholder {
  opacity: 1;
}

main>.container-lg .stripe form input:-ms-input-placeholder {
  opacity: 1;
}

.stripe.stripe1 {
  background-color: #e4e4e4;
}

.stripe.stripe1 * {
  font-family: Roboto, Open Sans, Segoe UI, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.stripe.stripe1 fieldset {
  margin: 0 15px 20px;
  padding: 0;
  border-style: none;
  background-color: white;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 white;
  border-radius: 15px;
  margin-top: 10px;
}

.stripe.stripe1 .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}

.row-line {
  border-top: 1px solid rgb(139, 139, 139);
}

.stripe.stripe1 label {
  width: 15%;
  min-width: 74px;
  padding: 6px 0;
  color: rgb(110, 109, 109);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stripe.stripe1 input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.stripe.stripe1 input:-webkit-autofill {
  -webkit-text-fill-color: rgb(37, 37, 37);
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
  animation: 1ms void-animation-out;
}

.stripe.stripe1 .StripeElement--webkit-autofill {
  background: transparent !important;
}

.stripe.stripe1 .StripeElement {
  width: 100%;
  padding: 11px 15px 11px 0;
}

.stripe.stripe1 input {
  width: 60%;
  padding: 12px 15px 11px 0;
  color: rgb(37, 37, 37);
  background-color: transparent;
  -webkit-animation: 1ms void-animation-out;
  animation: 1ms void-animation-out;
}

.stripe.stripe1 input::-webkit-input-placeholder {
  color: rgba(53, 53, 53, 0.3);
}

.stripe.stripe1 input::-moz-placeholder {
  color: rgba(53, 53, 53, 0.3);
}

.stripe.stripe1 input:-ms-input-placeholder {
  color: rgba(53, 53, 53, 0.3);
}
.stripe-subtitulo{
  font-size: 1.7rem;
  font-weight: normal;
}
.contenedor-condiciones_stripe{
  background-color: #e4e4e4;
  box-shadow: none;
  margin: 0 15px 20px!important;
}
.contenedor-condiciones_stripe p, .contenedor-condiciones_stripe u{
  font-size: .85rem!important;
}
.contenedor-condiciones_stripe a{
  cursor: pointer;
}
.stripe .modal-content {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
}

.ElementsApp,
.ElementsApp .InputElement {
  color: rgb(58, 58, 58) !important;
}

.ElementsApp .InputElement.is-invalid {
  color: rgba(109, 109, 109, 0.397) !important;
}

.titulo-modal {
  margin-top: 25px !important;
  margin-bottom: 30px !important;
  font-size: 23px !important;
  color: #5b455b !important;
  font-weight: 700!important;
}

.submit {
  width: 100% !important;
  background-color: #5b455b !important;
  color: white !important;
  border-radius: 5px !important;
  border: none;
  outline: none;
  padding: 1rem!important;
}

.submit:hover {
  background-color: #886788 !important;
}

.close {
  z-index: 90 !important;
  position: absolute !important;
  right: 20px !important;
  top: 15px !important;
  background-color: none !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer!important;
  outline: none;
  border: none;
}

.close:active {
  outline: none;
}
.close:hover{opacity: .8;}

.close span {
  color: #5b455b !important;
  font-size: 2rem !important;
  outline: none;
}

.link-boton {
  margin: auto;
}

.boton-sitio {
  margin: auto;
  border: none;
  background-color: #5b455b;
  color: white;
  width: 180px;
  padding: 10px;
  border-radius: 5px;
}

.boton-sitio:hover {
  background-color: #886788;
}

.accepted-payments {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.payment {
  padding: 5px !important;
}
.payment img{border-radius: 5px;}

.tarjetas-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.tarjeta {
  padding: 15px 5px !important;
}
.stripe .close{
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.tarjetas-left {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  margin-left: 18px;
}

.payment-small svg {
height: 31px !important;
}


.globalContent{
box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
background-color: #e4e4e4;
border-radius: 15px;
}

.contenedor-modal-stripe{
  padding: 20px 0;
}

@media (min-width: 768px) {
.titulo-modal{
  font-size: 32px !important;
}
}

/* Modal stripe mobile */

@media (max-width: 768px) {
main>.container-lg {
  width: 100% !important;
}
}

@media(min-width:200px) and (max-width:768px){
.titulo-modal{
  margin-bottom: 0 !important;
  margin-top: 5px !important;
}
.stripe.stripe1 fieldset{
  margin: auto;
  width: 80%;
  margin-bottom: 5px;
}
main>.container-lg{
  border-radius: 15px;
}
main>.container-lg .stripe form{
  margin-top: 10px;
}
.contenedor-modal-stripe{
  padding-top: 5px !important;
}
.payment-small svg {
  height: 20px !important;
}
.stripe.stripe1 input{
  padding: 0px 5px 11px 0 !important;
  width: 80%;
}

.titulo-modal{
  font-size: 20px !important;
}

}

/* /Modal stripe mobile */

.precio-original{
  color: rgb(103 99 99);
  text-decoration: line-through;
  font-weight: 500;
}

.porcentaje-precio{
  font-weight: 600;
}

/* Btn flotante wpp */
.floating{
	position:fixed;
	bottom: 50px;
	right: 50px;
	background-color: #0cc144;
  width: 65px;
  height: 65px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.floating i{
  color: #fff !important;
}

.float-button{
	margin-top:16px;
  color: #fff !important;
}

.float-button:hover,.floating:hover{
    color: #FFF;
    transform: scale(1.05);
}
/* / Btn flotante wpp */


.human-skills .img-francisco-santolo .img-fran, .resiliencia .img-francisco-santolo .img-fran{
    object-fit: cover;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    position: relative;
    margin: auto;
    text-align: center;
}

.linkedin {
  /* position: absolute; */
  /* bottom: -0.4rem;
  left: 46%; */
  font-size: 29px;
}

@media (min-width: 992px) {
  .resiliencia .hero .col-texto{
    padding-right: 100px;
  }
  .linkedin {
    font-size: 31px;
  }
}

.linkedin a {
  color: #0e76a8 !important;
  cursor: pointer;
}

.forbes img {
  height: 35px;
  width: 70px;
}

 p {
  /* margin: 15px 0 30px 0; */
  line-height: 24px;
}

/* Estilos boton "ver más" */
.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more {
   display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
   font-weight: bold;
   cursor: pointer;
   /* margin-top: 3px; */
}

.read-more:hover, .read-less:hover{
  opacity: .8;
}
/* /Estilos boton "ver más" */

.grid-box-4 img {
  width: 310px;
}

.dropdown-item:active {
  color: #563454;
  background-color: #e9ecef;
  opacity: 0.8;
}

.navbar-mobile a:active{
  color: #563454;
  background-color: #e9ecef;
  opacity: 0.8;
}

.titulo-seccion{
  /* margin: 10px 0 0 0; */
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  color: #5B455B;
}


@media (max-width: 768px) {
  .titulo-seccion{
    font-size: 21px;
    font-weight: 700;
  }
  .about{
    h6{
      font-size: 21px;
      font-weight: 700; 
    }
  }
}

/*--------------------------------------------------------------
# seccion como es
--------------------------------------------------------------*/
.box {
  padding: 15px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
}

/* .aprender .box{
  width: 150px;
} */

.box img:hover{
  transition: 0.5s;
  transform: scale(1.1);
  opacity: .9;
}

.values .box h3 {
  font-size: 24px;
  color: #5B455B;
  font-weight: 600;
  margin-bottom: 18px;
}

 .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.acerca img{
  height: 72px;
}


.formulario-contacto{
  padding: 15px 25px;
  border: solid 2px #563454;
  border-radius: 0%;
  width: 25%;
}

.formulario-contacto:hover{
  background-color: #563454;
}

.formulario-contacto:hover p{
  color: #fff;
}

@media (max-width: 992px) {
  .formulario-contacto{
    width: 55%;
    padding: 5px 15px 0 15px;
  }

  .formulario-contacto p{
    margin: 2px 0 10px 0;
  }
}

.vermas{
  border: none;
  font-weight: 700;
}

.vermas p{
  margin: 0 !important;
}

.vermas:focus{
  box-shadow: none;
}

.accordion-button:not(.collapsed){
  color: #563454 !important;
  background-color: #fff;
}

.accordion-button:focus{
  border: none;
  box-shadow: none;
}
#carouselComoEs{
  p{
    font-size: 14px;
    font-weight: 300;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  background-color: red;
  box-sizing: content-box;
  padding: 30px;
  margin: 29px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
  object-fit: cover;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  font-size: 14px;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid#563454;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #563454;
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

.pais-testimonio{
  color: #000 !important;
}

.accordion-flush{
  
}

.seccion-video h3{
  font-size: 17px;
}

.btn-form{
  padding: 15px;
  border-radius: 4px;
  background-color: #DBFC37;
  width: fit-content;
}

.btn-form-principal{
  padding: 15px;
  border-radius: 16px;
  background-color: #DBFC37;
  width: fit-content;
}

.btn-form a{
  font-weight: 500;
}

/* logo mercado pago seccion de pagos */
.tarjetas-packs .porcentaje-precio{
  font-size: 13px;
}

.tarjetas-packs .barra-pagos-oferta{
  height: 88px;
  width: 7px;
}

.tarjetas-packs .un-pago{
  font-size: 12px;
}

@media (max-width: 992px) {
  .tarjetas-packs .barra-pagos-oferta{
    width: 2px;
  }
}

.btn-compra-arg{
  width: 62px;
  margin: auto;
  border-radius: 19px !important;
  padding: 2px 14px !important;
  box-shadow: none;
  background-color: #563454 !important;
}

.container-btn-pagos-informacion button{
  border: none;
  border-radius: 4px;
}

.utn-logo{
  height: 21px;
}

.carousel-control-next , .carousel-control-prev {
  opacity: 1;
} 

.carousel-control-next i , .carousel-control-prev i{
  font-size: 16px;
} 

.tematicas .carousel-control-next , .carousel-control-prev {
  color: #563454;
} 

.tematicas .carousel-control-next i , .carousel-control-next {
  color: #563454;
} 

.tematicas .carousel-control-next:hover , .carousel-control-prev:hover {
  color: #563454;
} 

.tematicas h5{
  font-size: 28px;
  font-weight: 700;
}

.ia .tematicas .carousel-control-next i:hover , .carousel-control-next:hover {
  color: #563454;
} 

.ia .tematicas .carousel-control-prev{
  padding-right: 100px;
}

.ia .tematicas-desktop .carousel-control-next{
  padding-left: 100px;
}

.sales .tematicas .carousel-control-prev{
  padding-right: 237px !important;
}

.sales .tematicas-desktop .carousel-control-next{
  padding-left: 237px !important;
}

.ia .queincluye h5{
  font-size: 28px;
  font-weight: 700;
}

.ia .paraquien p, .ia .tematicas p{
  font-size: 14px;
  font-weight: 300;
}

.libros-desk img{
  height: 158px;
}

.libros-mob img{
  width: 87%;
}

.banner-text{
  font-size: 1.5rem;
}

#carouselComoEs img{
  width: 15%;
}

.como-es-mobile h4{
font-weight: 700;
margin-bottom: 24px;
}

.como-es-mobile p{
  font-weight: 300;
  font-size: 15px;
  font-style: italic;
  }

  .logo-alianza{
    height: 72px;
    width: auto !important;
  }

  .inscripcion{
    padding-top: 35px;
    padding-bottom: 35px;
    h3{
      color: #ffff;
      font-size: 24px;
      font-weight: 600;
      line-height: 1.2;
    }
    h6{
      color: #ffff;
      font-size: 22px;
      font-weight: 200;
      line-height: 1.2;
    }
    
    i{
      color: #dafb37;
    }
    ul{
      li{
        color: #ffff;
        list-style: disc;
        font-size: 18px;
        font-weight: 200;
        line-height: 1.2;
      }
    }
    img{
      height: auto;
      width: 256px;
    }
    p{
      color: #ffff;
      font-weight: 200;
    }
    .button-unete{
      cursor: pointer;
      background-color: #dafb37;
      font-size: 20px;
      border: none;
      border-radius: 50px;
      padding: 8px 32px;
      font-weight: 600;
      display: block;
      width: fit-content;
    }

    @media (max-width: 767px) {
      
      .garantia{
        font-size: 12px;
        /* padding-bottom: 4rem; */
      }
      h3{
        font-size: 24px;
        font-weight: 600;
      }
      h6{
        font-size: 22px;
        font-weight: 200;
        line-height: 1.2;
      }
      ul{
        li{
          font-size: 18px;
          font-weight: 200;
          line-height: 1.2;
        }
      }
    }
  }

  @media (min-width: 767px) {
    .inscripcion{
      padding-top: 70px;
      padding-bottom: 70px;
    }
    .inscripcion .row{
      .col-lg-7{
        width: fit-content;
        max-width: 49%;
      }
      .garantia{
        font-size: 14px;
      }
    }
    .ia .inscripcion .row .col-lg-7, .allaccess .inscripcion .row .col-lg-7{
        width: 58.33333333%;
        max-width: 58.33333333%;
      }
      .allaccess .inscripcion{
        .cta{
         .button-unete{
           font-size: 20px;
         }
        }
       }
  }

  @media (min-width: 1200px) {
    .inscripcion{
     .cta{
      .button-unete{
        font-size: 21px;
      }
     }
    }
    .allaccess .inscripcion{
      .cta{
       .button-unete{
         font-size: 19px;
       }
      }
     }
     .allaccess .inscripcion{
      .cta{
       .button-unete{
         padding: 15px 14px;
       }
      }
     }
     .inscripcion h3{
      font-size: 31px;
      font-weight: 600;
    }
    .inscripcion h6{
      font-size: 19px;
      font-weight: 200;
      line-height: 1.2;
    }
    .inscripcion ul{
      li{
        font-size: 18px;
        font-weight: 200;
        line-height: 1.2;
      }
    }
  }

  @media (min-width: 1400px) {
    .inscripcion{
     .cta{
      .button-unete{
        padding: 15px 13px;
      }
     }
    }
    .allaccess .inscripcion{
      .cta{
       .button-unete{
        font-size: 26px;
         padding: 12px 15px;
       }
      }
     }
     .inscripcion h3{
      font-size: 34px;
      font-weight: 600;
    }
    .inscripcion h6{
      font-size: 21px;
      font-weight: 200;
      line-height: 1.2;
    }
    .inscripcion ul{
      li{
        font-size: 18px;
        font-weight: 200;
        line-height: 1.2;
      }
    }
  }

  @media (min-width: 1660px) {
    .inscripcion{
     .cta{
      .button-unete{
        font-size: 28px;
        padding: 15px 29px;
      }
     }
    }
    .ia .inscripcion{
      .cta{
       .button-unete{
         font-size: 21px;
       }
      }
     }
     .allaccess .inscripcion{
      .cta{
       .button-unete{
        padding: 15px 19px;
        font-size: 26px;
       }
      }
     }
  }

  .inscripcion-books img{
    width: 460px;
  }


  #preguntas_frecuentes{
    ul{
      li{
        list-style: disc;
      }
    }
  }

  #preguntas_frecuentes, #preguntas_frecuentes .accordion-button, #preguntas_frecuentes .accordion-collapse{
    background-color: #fafafa;
  }

  #preguntas_frecuentes .titulo-seccion{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #563454;
    }
    #preguntas_frecuentes .accordion-button{
      font-size: 22px;
      font-weight: 200;
      line-height: 1.2;
      color: #563454;
    }

    #preguntas_frecuentes .accordion-body{
      color: #887086;
      line-height: 1.2;
      font-weight: 200;
      font-size: 18px;
    }
  
    @media (min-width: 1200px) {
        #preguntas_frecuentes .titulo-seccion{
        font-size: 31px;
        font-weight: 600;
        color: #563454;
        }
        #preguntas_frecuentes .accordion-button{    
          font-size: 19px;
          font-weight: 300;
          color: #563454;
        
        }
        #preguntas_frecuentes .accordion-body{
          color: #887086;
          line-height: 1.7;
          font-size: 15px;
        }
    }
  
  @media (min-width: 1400px) {
    #preguntas_frecuentes .titulo-seccion{
      font-size: 34px;
      font-weight: 600;
      color: #563454;
      }
      #preguntas_frecuentes .accordion-button{
        font-size: 21px;
        font-weight: 300;
        color: #563454;
      
      }
      #preguntas_frecuentes .accordion-body{
        color: #887086;
        line-height: 1.7;
        font-size: 18px;
      }
  }



  .tematicas .swiper-slide{
    width: 300px;
  }

/* ver mas */

.less-text {
  display: none;
}

button[aria-expanded="true"] .more-text {
  display: none;
}

button[aria-expanded="true"] .less-text {
  display: inline;
}

.home-suscripciones .hero h1{
  font-size: clamp(35px, 3vw, 55px);
}

.home-suscripciones .hero h3 {
  font-size: 31px;
}

.home-suscripciones .hero h3 {
  font-size: 31px;
  font-weight: 200;
}
.home-suscripciones .hero p {
  font-size: 16px;
  font-weight: 200;
}



@media (max-width: 1200px) {
  .home-suscripciones .hero h3 {
    font-size: 22px;
  }
  .home-suscripciones .hero p {
    font-size: 9px;
  }
}

@media (max-width: 1400px) {
  .home-suscripciones .hero h3 {
    font-size: 24px;
  }
  .home-suscripciones .hero p {
    font-size: 10px;
  }
}

@media (max-width: 1600px) {

  .home-suscripciones .hero h3 {
    font-size: 28px;
  }
  
}
@media (max-width: 768px) {
  .home-suscripciones .hero h3 {
    font-size: 22px;
  }
  .home-suscripciones .hero p {
    font-size: 11px;
  }
}

.presentacion h3{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #563454;
  }
  .presentacion h4{
    font-size: 22px;
    font-weight: 200;
    padding: 0 8%;
    line-height: 1.2;
    color: #563454;
  
  }
  .presentacion p{
    color: #887086;
    line-height: 1.2;
    font-weight: 200;
    font-size: 18px;
    padding: 0 12%;
  }

  @media (min-width: 1200px) {
    .presentacion h3{
      font-size: 31px;
      font-weight: 600;
      color: #563454;
      }
      .presentacion h4{
  
        font-size: 19px;
        font-weight: 300;
        padding: 0 21%;
        color: #563454;
      
      }
      .presentacion p{
        color: #887086;
        line-height: 1.7;
        font-size: 15px;
        padding: 0 12%;
      }
  }

@media (min-width: 1400px) {
  .presentacion h3{
    font-size: 34px;
    font-weight: 600;
    color: #563454;
    }
    .presentacion h4{

      font-size: 21px;
      font-weight: 300;
      padding: 0 21%;
      color: #563454;
    
    }
    .presentacion p{
      color: #887086;
      line-height: 1.7;
      font-size: 18px;
      padding: 0 12%;
    }
}

.como-funcionan{
  color: #ffff;
}

.como-funcionan ul{
  list-style: disc;
}

/* Como funcionan */
.como-funcionan h3{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.como-funcionan h4{
  font-size: 22px;
  font-weight: 200;
  line-height: 1.2;
}
.como-funcionan ul li{
  font-size: 18px;
  font-weight: 200;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .como-funcionan h3{
    font-size: 31px;
  }
  .como-funcionan h4{
    font-size: 19px;
    font-weight: 300;
  }
  .como-funcionan ul{
    font-size: 15px;
    font-weight: 200;
    line-height: 1.7;
  }
}

@media (min-width: 1400px) {
  .como-funcionan h3{
    font-size: 34px;
  }
  .como-funcionan h4{
    font-size: 21px;
    font-weight: 300;
  }
  .como-funcionan ul{
    font-size: 17px;
    font-weight: 200;
    line-height: 1.7;
  }
}


/* Ventajas */

.ventajas h5{
  font-size: 24px;
  font-weight: 700;
}
.ventajas h6{
  font-size: 22px;
  font-weight: 600;
}
.ventajas p{
  font-size: 18px;
  font-weight: 200;
}

@media (min-width: 1200px) {
  .ventajas h3{
    font-size: 31px;
    font-weight: 600;
  }
  .ventajas h6{
    font-size: 17px;
    font-weight: 500;
  }
  .ventajas p{
    font-size: 13px;
    font-weight: 200;
    line-height: 1.7;
  }
}

@media (min-width: 1400px) {
  .ventajas h3{
    font-size: 34px;
  }
  .ventajas h6{
    font-size: 19px;
    font-weight: 500;
  }
  .ventajas p{
    font-size: 15px;
    font-weight: 200;
    line-height: 1.7;
  }
}

.ventajas-desk .carousel-control-prev{
  padding-right: 300px;
}

.ventajas-desk .carousel-control-next{
  padding-left: 300px;
}

/* Para quien */

.para-quien{
  background-color: #f1f1f1;
}

.para-quien .box{
  box-shadow: none;
}

.para-quien h3{
  font-size: 24px;
  font-weight: 700;
}
.para-quien h6{
  font-size: 22px;
  font-weight: 600;
}
.para-quien p{
  font-size: 18px;
  font-weight: 200;
}

@media (min-width: 1200px) {
  .para-quien h3{
    font-size: 31px;
  }
  .para-quien h6{
    font-size: 17px;
    font-weight: 500;
  }
  .para-quien p{
    font-size: 13px;
    font-weight: 200;
    line-height: 1.7;
  }
}

@media (min-width: 1400px) {
  .para-quien h3{
    font-size: 34px;
  }
  .para-quien h6{
    font-size: 19px;
    font-weight: 500;
  }
  .para-quien p{
    font-size: 15px;
    font-weight: 200;
    line-height: 1.7;
  }
}

/* comunidades */


.comunidadesCarouselDesktop .box{
  box-shadow: none;
  background-color: #d4ccd3;
  border-radius: 22px;
}

.comunidadesCarouselDesktop .carousel-control-prev{
  color: #563454;
  font-size: 28px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 8%;
  padding: 0;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

.comunidadesCarouselDesktop .carousel-control-next{
  color: #563454;
  font-size: 28px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 8%;
  padding: 0;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

.carouselComunidadesMobile .carousel-control-next, .carouselComunidadesMobile .carousel-control-prev{
  width: 5%;
}

.carouselComunidadesMobile .arrows-container{
  position: absolute;
  bottom: 1%;
  right: 0%;
  z-index: 0;
}

.carouselComunidadesMobile .text-slider{
  padding: 10px 10px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  z-index: 1;
}

.comunidades img{
  width: 100%;
  border-radius: 22px;
}

.comunidades img:hover{
  transition: none;
  transform: none;
  opacity: unset;
}

.comunidades h3{
  font-size: 24px;
  font-weight: 600;
}
.comunidades h6{
  font-size: 18px;
  font-weight: 600;
}
.comunidades p{
  font-size: 12px;
  font-weight: 300;
}

@media (min-width: 1200px) {
  .comunidades h3{
    font-size: 31px;
  }
  .comunidades h6{
    font-size: 20px;
    font-weight: 600;
  }
  .comunidades p{
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
  }
}

@media (min-width: 1400px) {
  .comunidades h3{
    font-size: 34px;
  }
  .comunidades h6{
    font-size: 23px;
    font-weight: 600;
  }
  .comunidades p{
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
  }
}

.comunidades a p{
  font-weight: 600;
}

/* All Access */

.all-access .box{
  box-shadow: none;
}

.all-access h3{
  font-size: 24px;
  font-weight: 600;
  
}
.all-access h5, .all-access h4{
  font-size: 22px;
  font-weight: 200;
  line-height: 1.2;
}
.all-access p{
  font-size: 18px;
  font-weight: 200;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .all-access h3{
    font-size: 31px;
  }
  .all-access h5{
    font-size: 17px;
    font-weight: 500;
  }
  .all-access p{
    font-size: 13px;
    font-weight: 200;
    line-height: 1.7;
  }
}

@media (min-width: 1400px) {
  .all-access h3{
    font-size: 34px;
    line-height: 1.5;
  }
  .all-access h4{
    font-size: 30px;
    font-weight: 300;
    line-height: 1.5;
  }
  .all-access h5{
    font-size: 28px;
    font-weight: 200;
    line-height: 1.5;
  }
  .all-access p{
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
  }
}

/* director */

.director{
  background-color: FAFAFA;
}

.director h3{
  font-size: 24px;
  font-weight: 600;
}
.director h6{
  font-size: 22px;
  font-weight: 500;
}
.director h7{
  font-size: 22px;
  font-weight: 300;
  line-height: 0;
}
.director p{
  font-size: 18px;
  font-weight: 200;
}

@media (min-width: 1200px) {
  .director h3{
    font-size: 31px;
  }
  .director h6{
    font-size: 17px;
    font-weight: 500;
  }
  .director h7{
    font-size: 17px;
    font-weight: 300;
  }
  .director p{
    font-size: 13px;
    font-weight: 200;
    line-height: 1.7;
  }
}

@media (min-width: 1400px) {
  .director h3{
    font-size: 34px;
  }
  .director h6{
    font-size: 19px;
    font-weight: 500;
  }
  .director h7{
    font-size: 19px;
    font-weight: 300;
  }
  .director p{
    font-size: 15px;
    font-weight: 200;
    line-height: 1.7;
  }
}

.director img{
  width: 77%;
}

@media (min-width: 992px) {
  .director img{
    width: 70%;
  }
}

.modal-inscripcion .modal-dialog{
  max-width: fit-content;
}

.modal-inscripcion .modal-content{
  background-color: transparent;
  border: none;
}

.modal-inscripcion .inscribirme-modal-card{
  
  border-radius: 16px;
}

.modal-inscripcion .inscribirme-modal-card .supertitulo{
color: #563454;
}

.modal-inscripcion .inscribirme-modal-card .titulo{
  color: #563454;
}

.modal-inscripcion .inscribirme-modal-card .cta{
  color: #563454;
  padding: 6px 0;
  width: 74%;
}


.modal-inscripcion .inscribirme-modal-card{
  width: 257px;
  padding: 23px 37px;
}

.modal-inscripcion .inscribirme-modal-card p{
  width: fit-content;
  border-radius: 16px;
}


/* comienza */

.comienza{
  background-color: #f1f1f1;
}

.comienza .cta{
  background-color: #dafb37;
  width: fit-content;
  padding: 8px 32px;
  border-radius: 50px;
  font-size: 20px;
}

.comienza h3{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #563454;
  }
  .comienza h4{
    font-size: 22px;
    font-weight: 200;
    padding: 0 8%;
    line-height: 1.2;
    color: #563454;
  }
  .comienza a p{
    font-size: 20px;
    font-weight: 500;
    padding: 0 8%;
    line-height: 1.2;
    color: #563454;
  }
  .comienza p{
    color: #887086;
    line-height: 1.2;
    font-size: 11px;
    font-weight: 200;
    padding: 0 12%;
  }

  @media (min-width: 1200px) {
    .comienza h3{
      font-size: 31px;
      font-weight: 600;
      color: #563454;
      }
      .comienza h4{
  
        font-size: 19px;
        font-weight: 300;
        padding: 0 21%;
        color: #563454;
      
      }
      .comienza p{
        color: #887086;
        line-height: 1.7;
        font-size: 15px;
        padding: 0 12%;
      }

      .comienza .cta{
        background-color: #dafb37;
        width: fit-content;
        padding: 15px 29px;
        border-radius: 50px;
        font-size: 28px;
        font-weight: 600;
      }
  }

@media (min-width: 1400px) {
  .comienza h3{
    font-size: 34px;
    font-weight: 600;
    color: #563454;
    }
    .comienza h4{

      font-size: 21px;
      font-weight: 300;
      padding: 0 21%;
      color: #563454;
    
    }
    .comienza p{
      color: #887086;
      line-height: 1.7;
      font-size: 16px;
      padding: 0 12%;
    }
}

/*  */

.modal-inscripcion .modal-dialog{
  margin-top: 23%;
}

.modal-inscripcion .supertitulo{
font-size: 15px;
font-weight: 200;
}
.modal-inscripcion .titulo{
font-size: 31px;
font-weight: 600;
}

.modal-inscripcion a p{
font-size: 15px;
font-weight: 500;
}


/* botones carousel */
.tringle-next-carousel{
    padding: 10px 16px;
    font-size: 17px;
    color: #563454;
    border-radius: 92%;
    width: fit-content;
    box-shadow: 0 0 9px 5px rgba(1, 28, 64, 0.1);
}


/* expertos invitados */
.expertos img{
  border-radius: 50%;
  filter: grayscale(100%); 
  height: fit-content;
}

.expertos h3{
  font-size: 24px;
  font-weight: 600;
}
.expertos .nombre{
  font-size: 22px;
  font-weight: 500;
}
.expertos .puesto{
  font-size: 22px;
  font-weight: 300;
}
.expertos .bio{
  font-size: 18px;
  font-weight: 200;
}

@media (min-width: 1200px) {
  .expertos h3{
    font-size: 31px;
  }
  .expertos .nombre{
    font-size: 17px;
    font-weight: 500;
  }
  .expertos .puesto{
    font-size: 17px;
    font-weight: 300;
  }
  .expertos .bio{
    font-size: 13px;
    font-weight: 200;
    line-height: 1.7;
  }
}

@media (min-width: 1400px) {
  .expertos h3{
    font-size: 34px;
  }
  .expertos .nombre{
    font-size: 19px;
    font-weight: 500;
  }
  .expertos .puesto{
    font-size: 19px;
    font-weight: 300;
  }
  .expertos .bio{
    font-size: 15px;
    font-weight: 200;
    line-height: 1.7;
  }
}


/* Nueva seccion carousel */

/* Animación: desplaza el contenido hasta la mitad de su ancho (debido a la duplicación) */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

  /* Contenedor del marquee */
  .slider-crecimiento .marquee {
    overflow: hidden;
    position: relative;
  }
  /* Contenedor interno con efecto de desplazamiento continuo */
  .slider-crecimiento .marquee-content {
    display: flex;
    width: max-content;
    animation: marquee 40s linear infinite;
  }
  /* Para la fila inferior: animación un poco más rápida (20s) */
  .slider-crecimiento .marquee.fast .marquee-content {
    animation-duration: 45s;
  }

  /* Estilos para las tarjetas */
  .slider-crecimiento .card {
    min-width: 450px;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-right: 1rem;
  }
  .slider-crecimiento .card img {
    width: 450px;
    height: 211px;
    object-fit: cover;
  }

    /* Contenedor de la sección */
    .slider-crecimiento .text-section {
      padding: 3rem 0;
      background-color: #ffffff; /* Fondo blanco */
      color: #333333; /* Texto principal en gris oscuro */
      text-align: left; /* Texto alineado a la izquierda */
    }
    /* Título principal */
    .slider-crecimiento .text-section h2 {
      font-size: 14px;
      font-weight: 400;
      letter-spacing: .0357142857em;
      line-height: 1.25rem;
      text-transform: uppercase;
      color: #1b9ce6;
      
    }
    /* Bullet y texto en la lista */
    .slider-crecimiento .text-section ul {
      list-style: disc;
      margin-left: 2rem; /* Espacio para el bullet */
      margin-bottom: 1rem;
      font-size: 36px;
      color: #555555;
      font-weight: 600;
    }
    /* Texto descriptivo */
    .slider-crecimiento .text-section p {
      font-size: 16px;
      line-height: 1.6;
      color: #555555;
      margin-bottom: 0;
    }

    /* slider phone */

    /* Contenedor del marquee */
  .slider-phone .marquee {
    overflow: hidden;
    position: relative;
  }
  /* Contenedor interno con efecto de desplazamiento continuo */
  .slider-phone .marquee-content {
    display: flex;
    width: max-content;
    animation: marquee 40s linear infinite;
  }
  /* Para la fila inferior: animación un poco más rápida (20s) */
  .slider-phone .marquee.fast .marquee-content {
    animation-duration: 45s;
  }

  /* Estilos para las tarjetas */
  .slider-phone .card {
    min-width: 183px;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-right: 1rem;
  }
  .slider-phone .card img {
    width: 183px;
    height: 183px;
    object-fit: cover;
  }

    /* Contenedor de la sección */
    .slider-phone .text-section {
      padding: 3rem 0;
      background-color: #ffffff; /* Fondo blanco */
      color: #333333; /* Texto principal en gris oscuro */
      text-align: left; /* Texto alineado a la izquierda */
    }
    /* Título principal */
    .slider-phone .text-section h2 {
      font-size: 14px;
      font-weight: 400;
      letter-spacing: .0357142857em;
      line-height: 1.25rem;
      text-transform: uppercase;
      color: #1b9ce6;
      
    }
    /* Bullet y texto en la lista */
    .slider-phone .text-section ul {
      list-style: disc;
      margin-left: 2rem; /* Espacio para el bullet */
      margin-bottom: 1rem;
      font-size: 36px;
      color: #555555;
      font-weight: 600;
    }
    /* Texto descriptivo */
    .slider-phone .text-section p {
      font-size: 16px;
      line-height: 1.6;
      color: #555555;
      margin-bottom: 0;
    }

    /* comunidades especializadas */

    .comunidades-especializadas .text{
      background-color: #f2f2f2;
      border-radius: 19px 19px 0 0;
    }

    .comunidades-especializadas .card{
      max-width: 1196px;
    }

    .comunidades-especializadas .img{
      background-color: #d4ccd3;
    }

    .comunidades-especializadas .img img{
      height: 250px;
      width: 100%;
      object-fit: cover;
    }

    .comunidades-especializadas h3{
      font-size: 34px;
      font-weight: 600;
      line-height: 1.2;
    }

    .comunidades-especializadas h4{
      font-size: 21px;
      font-weight: 300;
      line-height: 1.2;
    }

    .comunidades-especializadas h5{
      font-size: 34px;
      font-weight: 500;
      line-height: 1.2;
    }

    .comunidades-especializadas p{
      font-size: 18px;
      font-weight: 200;
      line-height: 1.2;
    }

    .comunidades-especializadas a{
      font-size: 21px;
      font-weight: 500;
      line-height: 1.2;
      border-radius: 50px;
      padding: 9px 39px;
      border: 2px solid #450e69;
      color: #450e69;
      background-color: #f2f2f2;
    }



    /* login */
    .login h1{
      font-size: 40px;
      font-weight: 400;
    }

    .fila .titulo {
      font-size: 20px;
    }

    .fila .subtitulo {
      font-size: 16px;
    }

    .fila img{
      height: 120px;
      width: 120px;
    }

    .login .header{
    background-color: #563554;
    height: 100vh;
    }


    .login .columna-cta{
      height: 100vh;
    }

    .login .fila{
      height: 50vh;
    }


    @media (max-width: 992px) {

      .login .header{
        height: 32vh;
      }

      .login .columna-cta{
        height: 50vh;
      }

      .login .fila{
        height: 25vh;
      }

      .login h1{
        font-size: 19px;
        font-weight: 400;
      }

      
    }