@font-face {
  font-family: 'JosefinSans';
  src: url('../fonts/JosefinSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'JosefinSans';
  src: url('../fonts/JosefinSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Guttery';
  src: url('../fonts/Guttery.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


.titulo-con-imagen h2 {
  font-family: 'Guttery', cursive;
  color: #21629d;
  font-size: 5em;
}

.titulo-con-imagen span {
  color: #9CB933;
}

.titulo-con-imagen {
  margin-top: 100px;
}

.titulo-con-imagen img {
  position: relative;
  margin-top: 20px;
  display: list-item;
  width: 10%;
  height: auto;
  align-items: center;
  justify-content: center;
  left: 45%;
  margin-bottom: 50px;
}


.descubre p {
  color: #21629d;
  max-width: 80%;
  margin: 0 auto;
  /* Esto centra el bloque */
  font-family: 'JosefinSans', sans-serif;
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 50px;
  text-align: center;
}

.descubre b {
  color: #9CB933;
}

@media (max-width: 768px) {

  .titulo-con-imagen h2 {
    font-size: 4em;
  }

}

/* body {
  padding-top: 120px;
} */

/* Selecciona el carrusel con ID myCarousel y sus imágenes */
#myCarousel .carousel-inner .carousel-item img {
  width: 100%;
  height: auto;
}

.no-margin {
  margin-top: 0;
}

.ofertae {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 20px;
}

.btn-informes-green {
  background-color: #9CB933;
  color: #fff;
  padding: 10px 25px;
  font-weight: bold;
  margin-top: 20px;
  border-radius: 25px;
  border: none;
}

.btn-informes-green:hover {
  background-color: #8bc34a;
}

.btn-informes-pink {
  background-color: #d40072;
  color: #fff;
  padding: 10px 25px;
  font-weight: bold;
  margin-top: 20px;
  border-radius: 25px;
  border: none;
}

.btn-informes-pink:hover {
  background-color: #b10060;
}

/* tabs menu */
.custom-tabs .nav-tabs {
  border-bottom: 2px solid #d4e1f4;
  position: relative;
  display: inline-block;
}

.custom-tabs .nav-tabs>li>a {
  border: none;
  background: none;
  color: #00548c;
  font-size: 18px;
  padding: 10px 30px;
  text-align: center;
}

.custom-tabs .nav-tabs>li.active>a {
  color: #00548c;
  font-weight: bold;
}

.custom-tabs .nav-tabs>li.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background-color: #c80a64;
  /* magenta */
  position: absolute;
  bottom: -2px;
  left: 0;
}

.curso-presencial-icons {
  margin-top: 30px;
  text-align: center;
}



/* Estilos generales */
.item-curso:hover {
  /* transform: translateY(-5px); */
  scale: 1.05;
  transition: transform 0.3s;
}

.item-curso {
  display: inline-block;
  /* width: 18%; */
  /* pequeño margen lateral */
  margin: 1%;
  vertical-align: top;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  justify-items: center;
}


.icono-idioma {
  position: relative;
  right: 0%;
  max-width: 100%;
  height: auto;
  width: 150px;
  height: auto;
  object-fit: contain;
  background: #eaf4ff;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 10px;
}


/* 5 columnas */
.cinco-columnas .item-curso {
  width: 15%;
}

/* 4 columnas */
.cuatro-columnas .item-curso {
  width: 15%;
}



.item-curso p {
  font-family: 'JosefinSans', sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  margin: 0;
  font-size: 16px;
  color: #21629d;
  line-height: 1.2;
  text-align: center;
}

.descubre-footer h3 {
  color: #A8055F;
  font-family: 'JosefinSans', sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}


@media (max-width: 768px) {
  .cinco-columnas {
    display: flex;
    flex-direction: column;
    /* ← Esto es clave */
    align-items: center;
    /* Centra horizontalmente los hijos */
  }

  .cinco-columnas>.item-curso {
    width: 100%;
    /* O un valor como 90% si quieres margen */
    max-width: 400px;
    /* Opcional, para limitar el ancho */
    margin-bottom: 20px;
  }

  .cuatro-columnas {
    display: flex;
    flex-direction: column;
    /* ← Esto es clave */
    align-items: center;
    /* Centra horizontalmente los hijos */
  }

  .cuatro-columnas>.item-curso {
    width: 100%;
    /* O un valor como 90% si quieres margen */
    max-width: 400px;
    /* Opcional, para limitar el ancho */
    margin-bottom: 20px;
  }
}


/* fin tab menu */


/* seccion razones */
.razones {
  margin-top: 50px;
}

.titulo-con-imagen2 h2 {
  font-family: 'Guttery', sans-serif;
  font-size: 4em;
  color: #21629d;
}

.titulo-con-imagen2 span {
  color: #9CB933;
}


.titulo-con-imagen2 img {
  width: 20%;
  height: auto;
  margin-bottom: 50px;
}

.banner1 {
  margin-top: 50px;
  width: 100%;
  height: 100%;
}

.banner1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.banner1-button {
  width: 15%;
  position: relative;
  left: 70%;
  transform: translate(0px, 100px);
}

.banner1-button p {
  color: #fff !important;

}

.banner2 {
  font-family: 'josefinSans', sans-serif;
  font-size: 1.2em;
  margin-top: 20px;
  width: 30%;
  position: relative;
  border-radius: 25px;
  background-color: #A8055F;
  left: 35%;
}





.button-informes {
  margin-top: 20px;

}

.button-informes p {
  color: #fff !important;
}


.beneficios-idiomas {
  margin-top: 20px;
}

.beneficio-item {
  margin-bottom: 30px;
}




/* Responsive opcional */
@media (max-width: 768px) {


  .banner1-button {
    max-width: 100%;
    width: 10%;
    position: relative;
    left: 60%;
    transform: translate(0px, 40px);
  }

  .btn-informes-green {
    background-color: #9CB933;
    color: #fff;
    /* padding: 10px 25px; */
    font-weight: bold;
    /* margin-top: 20px; */
    border-radius: 25px;
    border: none;
    /* align-items: center; */
    justify-content: center;
  }

  .banner1-button p {
    color: #fff !important;
    font-size: 0.5em;
  }

}


.icono-titulo {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.icono {
  font-size: 22px;
  margin-right: 10px;
}

.icono.rojo {
  color: #d81b60;
}

.icono.verde {
  color: #8bc34a;
}

.icono.morado {
  color: #9575cd;
}

.icono.celeste {
  color: #00bcd4;
}

.beneficio-item h4 {
  font-family: 'josefinSans-Bold', sans-serif;
  font-style: normal;
  font-size: 1.5em;
  margin: 0;
}

.titulo1-razones {
  color: #A8055F;
}

.titulo2-razones {
  color: #9CB933;
}

.titulo3-razones {
  color: #9999ff;
}

.titulo4-razones {
  color: #21629d;
}

.beneficio-item p {
  max-width: 80%;
  font-size: 1.3em;
  line-height: 1.6;
  color: #21629d;
  font-family: 'josefinSans', sans-serif;
  font-weight: normal;
}

.beneficio-item strong {
  font-weight: bold;
}

.azul {
  color: #00548c;
}

.morado {
  color: #5e35b1;
}


.icono-titulo img {
  width: 3%;
  height: auto;
}


@media (max-width: 768px) {
  .beneficios-idiomas {
    margin-top: 20px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .beneficio-item {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 80%;
    /* O ajusta según tus necesidades */
    margin-bottom: 20px;
  }

  .beneficio-item p {
    text-align: justify;
  }
}

/* seccion modalidades */

.modalidades {
  background: #f5faff;
  padding: 60px 0;
}

.titulo-seccion {
  font-family: 'JosefinSans-Bold', sans-serif;
  font-size: 2.2em;
  color: #003f75;
  margin-bottom: 40px;
  position: relative;
}

.titulo-seccion .verde {
  color: #91bd26;
  font-style: italic;
}

.titulo-subrayado h2 {
  font-family: 'Guttery', cursive;
  color: #21629d;
  font-size: 4em;
}


.titulo-subrayado img {
  margin-top: -20px;
  width: 20%;
  height: auto;
  margin-bottom: 50px;
}



.subrayado {
  width: 100px;
  height: 4px;
  background: #c80064;
  margin: 10px auto 30px;
  border-radius: 5px;
}

.card-modalidad {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: transform 0.3s;
}

.card-modalidad:hover {
  transform: translateY(-5px);
}

.img-top {
  width: 100%;
  height: auto;
}

.card-content {
  padding: 25px;
  text-align: left;
  min-height: 300px;
}

.titulo-card {
  font-family: 'JosefinSans-Bold', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 15px;
}

.rosa {
  color: #c80064;
}

.verde {
  color: #91bd26;
}

.morado {
  color: #9165cc;
}

.card-content p {
  font-family: 'josefinSans', sans-serif;
  font-weight: normal;
  color: #21629d;
  font-size: 15px;
  line-height: 1.6;
}

.info-linea {
  font-family: 'josefinSans', sans-serif;
  font-weight: normal;
  color: #21629d;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.icono-img {
  width: 20px;
  margin-right: 10px;
}

.btn-link {
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-link span {
  margin-left: 5px;
}


/* seccion costos */


.titulo-seccion {
  font-family: 'Guttery', sans-serif;
  font-size: 5em;
  font-style: normal !important;
}

.costos {
  background-size: cover;
  background-position: center;
  padding: 60px 15px;
}

.titulo-subrayado2 img {
  margin-top: -20px;
  width: 10%;
  height: auto;
  margin-bottom: 50px;
}

.card-costo {
  background: #f5faff;
  border-radius: 16px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.card-costo:hover {
  transform: translateY(-5px);
  transition: transform 0.3s;
}

.card-costo .img-top {
  border-radius: 10px 10px 0 0;
  width: 100%;
  margin-bottom: 15px;
}

.card-costo p {
  font-family: 'JosefinSans', sans-serif;
  font-weight: normal;
  color: #21629d;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.card-costo .titulo {
  font-family: 'JosefinSans-Bold', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #A8055F;
  font-size: 20px;
  margin-bottom: 5px;
}

.info-back {
  max-width: 100%;
  width: 100%;
  background-color: #e3effc;
}

.card-costo .desde {
  font-size: 12px;
  color: #21629d;
  margin-bottom: 0;
}

.card-costo .precio {
  font-size: 32px;
  font-weight: bold;
  color: #00538C;
}

.card-costo .precio span {
  font-size: 40px;
}

.card-costo .detalle {
  font-family: 'JosefinSans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #21629d;
  margin-bottom: 15px;
}

.btn-solicitar {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #A8055F;

}

.btn-solicitar span {
  margin-left: 5px;
}

.frase-final {
  font-family: 'Guttery', sans-serif;
  font-size: 4em;
  font-style: normal;
  margin-top: 40px;
  line-height: 1;
}

.frase-final .verde {
  color: #21629d;
}

.frase-final .rosa {
  color: #E20074;
}

.frase-final img {
  width: 1%;
  height: auto;
}

/* banner 3 */

.banner3 {
  margin-top: 50px;
  width: 100%;
  height: 100%;
}

.banner3 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


/* ubicaciones */

.ubicacion {
  margin-top: 50px;
}

.ubicacion-card1 h3 {
  font-family: 'JosefinSans-Bold', sans-serif;
  font-weight: bold;
  font-size: 2em;
  color: #9CB933;
}

.ubicacion-card1 p {
  font-family: 'JosefinSans', sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  color: #21629d;
  line-height: 1.6;
}

.ubicacion-card2 h3 {
  font-family: 'JosefinSans-Bold', sans-serif;
  font-weight: bold;
  font-size: 2em;
  color: #9CB933;
}

.ubicacion-card2 p {
  font-family: 'JosefinSans', sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  color: #21629d;
  line-height: 1.6;
}

.telefono {
  font-family: 'JosefinSans-Bold', sans-serif;
  font-weight: bold;
  font-style: bold;
  font-size: 2em;
}

.telefono img {
  width: 5%;
  height: auto;
}


/* empresas */
.titulo-con-imagen3 {
  font-family: 'Guttery', cursive;
  color: #21629d;
  font-size: 5em;
  margin-top: 100px;
}

.titulo-con-imagen3 span {
  color: #9CB933;
}

.titulo-con-imagen3 h2 {
  font-size: 0.7em;
}

.titulo-con-imagen3 img {
  position: relative;
  width: 10%;
  height: auto;
  left: 45%;
  margin-top: -80px;
}

.logoempresa {
  width: 25%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.logoempresa img {
  width: 50%;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}


@media (max-width: 768px) {

  .titulo-subrayado2 img {
    width: 20%
  }

  .titulo-con-imagen3 img {
    width: 20%;
  }


  .logos-empresas {
    text-align: center;
  }

  .logoempresa {
    display: inline-block;
    width: 80%;
    margin: 2.5%;
    float: none;
    /* elimina el comportamiento float de Bootstrap */
  }

  .logoempresa img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}