@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;
}




.imagen-inicio img {
  width: 100%;
  height: auto;
}

/* imgles para empresas */
.student img {
  width: 100%;
  height: auto;
}

.titulo1-con-subrayado h2 {
  margin-top: 50px;
  font-family: 'Guttery', cursive;
  font-size: 4em;
  color: #21629d;
  text-align: center;
}

.titulo1-con-subrayado span {
  color: #9cb933;
}


.parrafo p {
  font-family: 'JosefinSans', sans-serif;
  font-size: 1.4em;
  color: #21629d;
  line-height: 1.6;
  text-align: justify;
  margin: 20px auto;
}


.parrafo p span {
  color: #9cb933;
}


/* 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;
}


/*  */

.titulo2-con-subrayado h2 {
  margin-top: 50px;
  font-family: 'Guttery', cursive;
  font-size: 4em;
  color: #21629d;
  text-align: center;
}

.titulo2-con-subrayado span {
  color: #a8005f;
}

.alumnos img {
  width: 100%;
  height: auto;
}

.parrafo2 p {
  font-family: 'JosefinSans', sans-serif;
  font-size: 1.4em;
  color: #21629d;
  line-height: 1.6;
  text-align: center;
  margin: 20px auto;
}

.parrafo2 p span {
  color: #a8005f;
}


/* inversion */

.seccion-idioma {
  border-radius: 25px;
  background-image: url('../img/landing/empresas/back.webp');
  /* Usa tu ruta */
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 80px 0;
  color: #003366;
}



.texto-idioma {
  text-align: left;
  /* <-- Aquí alineamos el texto */
  color: #003366;
}

.texto-idioma h2 {
  font-size: 2.8em;
  line-height: 1.3;
  font-family: 'Guttery', cursive;
  margin-bottom: 20px;
}

.texto-idioma .azul {
  color: #21629d;
  font-weight: normal;
}

.texto-idioma .rosa {
  color: #a8005f;
  font-weight: normal;
}

.texto-idioma .separador {
  width: 80px;
  border: 2px solid #a8005f;
  margin: 20px 0;
}

.texto-idioma p {
  font-family: 'JosefinSans', sans-serif;
  font-size: 1.4em;
  line-height: 1.6;
  margin: 20px 0;
  color: #21629d;
}

.texto-idioma p span {
  color: #a8005f !important;
}

/* banner */

.banner3 {
  margin-top: 50px;
  width: 100%;
  height: 100%;
}

.banner3 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


@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;
  }


  .seccion-idioma {
    background-image: none;
    /* Usa tu ruta */
    background-color: #f5faff;
    /* Cambia el color de fondo si es necesario */
  }
}

.testimonial h2 {
  margin-top: 50px;
  font-family: 'Guttery', cursive;
  font-size: 4em;
  color: #21629d;
  text-align: center;
  margin-bottom: 50px;
}

.testimonial video {
  width: 100%;
  height: auto;
  border-radius: 10px;
}



.banner4 {
  margin-top: 50px;
  width: 100%;
  height: 100%;
}

.banner4 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}



.formulario-demo {
  background: #fff;
  padding: 60px 0;
}

.formulario-demo .left-img img {
  max-width: 100%;
  height: auto;
}

.formulario-demo form label {
  color: #e10075;
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}

.formulario-demo label small {
  color: #00b3e6;
  margin-left: 5px;
  font-size: 12px;
}

.formulario-demo .form-control {
  border: 1px solid #cceeff;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 15px;
}

.formulario-demo .required {
  color: #e10075;
}

.btn-demo {
  background-color: #e10075;
  border-color: #e10075;
  color: #fff;
  padding: 12px 25px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 3px;
}

.btn-demo:hover {
  background-color: #c00065;
  border-color: #c00065;
}
