@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: center;
  margin: 20px auto;
}

.parrafo ul {
  font-family: 'JosefinSans', sans-serif;
  font-size: 1.4em;
  color: #21629d;
  line-height: 1.6;
  text-align: justify;
  margin: 20px auto;
  list-style-position: outside;
  padding-left: 1.2em;
  max-width: 700px;
}



.parrafo ul li {
  margin-bottom: 10px; /* espacio entre ítems */
}

.parrafo ul li span {
  color: #9cb933;
}


.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 {
  background-image: url('../img/landing/empresas/idiomasfondo.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;
}

.texto-idioma p span {
  color: #a8005f !important;
}


/* perfecciona tu nivel */
.nivel-banner {
  background-image: url('../img/landing/cursos/banner.webp'); /* Ajusta ruta */
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
  color: #003366;
}

.contenido-nivel {
  text-align: left;
  background: transparent;
  padding: 30px;
  border-radius: 10px;
}

.titulo-nivel {
  max-width: 350px;
  margin-bottom: 20px;
}

.contenido-nivel h3 {
  color: #d40072;
  font-weight: bold;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.contenido-nivel p {
  font-size: 1.2em;
  color: #003366;
}

.negrita-azul {
  font-weight: bold;
  color: #00538C;
}

.btn-solicitar {
  background-color: #d40072;
  color: #fff;
  padding: 10px 25px;
  font-weight: bold;
  margin-top: 20px;
  border-radius: 4px;
  border: none;
}

.btn-solicitar:hover {
  background-color: #b10060;
}


@media (max-width: 768px) {
  .contenido {
    display: flex;
    flex-direction: column;
  }

  .contenido .alumnos {
    order: -1; /* Mostrar primero */
  }

  .contenido .info {
    order: 1;  /* Mostrar después */
  }
  
  .nivel-banner {
  background-image:none; /* Ajusta ruta */
  background-color: #f5faff; /* Fondo alternativo */
}

}

