* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Red Hat Display", sans-serif;
}

html,
body {
  scroll-behavior: smooth;
  padding-top: 65px; 
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #f5f5f5;
  background-color: #f5f5f5;
  color: #333;
  overflow-x: hidden;
}



/* Contenedor principal (envuelve todo excepto el footer) */
.main-contenti {
  flex: 1;
  /* Ocupa el espacio restante */
  width: 100%;
  position: relative;
  text-align: center;
}


.contenedoresi {

  display: flex;


  justify-content: center;
  align-items: center;


  width: 100%;


}

.conte_texti {

  margin-top: 62px;
  margin-left: 70px;
  width: 45%;

}

.conte_imai {

  width: 50%;
  text-align: right;


}

.conte_ima_inii {
  height: 600px;
  /* Ancho deseado */
  width: 150;



}

.conte_tituloi {
  font-size: 25px;
}

.conte_artificiali {
  margin-top: 5px;
  font-size: 46px;
  color: #253c81;
  font-weight: bold;
}

.contenedores_escolari {
  width: 100%;
  line-height: 1.8;

  
  padding: 10px;
}

.conte_escolari {
  font-size: 24px;
word-spacing: 0.2em;
  
}

.conte_escolar_2i {
  font-size: 24px;
  word-spacing: 0.2em;
  

}


.conte_escolar_3i {
  font-size: 24px;
  word-spacing: 0.2em;
  

}

.resaltadoi {
  font-weight: bold;
  text-decoration: underline;
  color: #2230b2;
}
.resaltadi
{
   
  text-decoration: underline;
}

.conte_intei {

  margin-top: 5px;
  font-size: 22px;
  color: #2230b2;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #2230b2;

}

.conte_autoi {

  font-size: 22px;
  text-align: left;
}

.conte_auto2i {
  margin-top: 5px;
  font-size: 22px;
  text-align: left;
  padding-left: 100px; /* Restaurar indentación escalonada */
}

.conte_contenidoi {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 80px; /* Mover todo el bloque más hacia la derecha */
  margin-top: 30px; /* Bajar todo el bloque */

}

.conte_buttoni {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  border-radius: 15px;
  padding: 9px 19px;
  color: white;
  background: #403e50;
  border: none;
  outline: none;
  box-shadow: none;
  margin-left: 100px; /* Restaurar indentación escalonada */
  text-decoration: none;
}

.footeri {

  width: 100%;
  height: 50px;
  margin-top: auto;
  background: #e2e4e2;
}

@media (max-width: 768px) {
  html, body {
    max-width: 100%;
    overflow-x: hidden;
    padding-top: 60px;
  }

  .contenedoresi {
    flex-direction: column;
    padding: 0 15px;
    /* agrega padding horizontal para evitar bordes pegados */
  }
  .iti1{
    order: 2;
  }
  .iti2{
    order: 1;
  }

  .conte_escolari {
  font-size: 17px;
  word-spacing: 5px;
}


  .conte_texti {
    margin-left: 0;
    /* Elimina margen que empuja contenido */
    padding: 0 10px;
    /* Añade algo de espacio interno */
    width: 100% !important;

  }
  .contenedores_escolari {
  width: 100%;
  text-align: justify;
  padding: 10px;
}



  .conte_imai {

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

  }

  .conte_artificiali {
    font-size: 25px;
    /* Reduce tamaño en pantallas pequeñas */
  }

  .conte_tituloi {
    font-size: 18px;
  }

  .conte_escolari,
  .conte_intei,
  .conte_autoi,
  .conte_auto2i {
    font-size: 17px;
  }
  
  .conte_contenidoi {
    text-align: center;
    align-items: center;
    padding-left: 0; /* Sin padding en móviles */
    margin-top: 15px; /* Bajar todo el bloque en móviles */
  }
  
  .conte_autoi {
    text-align: center;
    padding-left: 0; /* Sin indentación en móviles */
  }
  
  .conte_auto2i {
    text-align: center;
    padding-left: 0; /* Sin indentación escalonada en móviles */
  }
  
  .conte_buttoni {
    margin: 15px auto 0 auto; /* Centrar el botón horizontalmente */
    width: 100%; /* Ancho automático para mantener en una línea */
    padding: 9px 25px; /* Padding horizontal aumentado */
    white-space: nowrap; /* Evitar salto de línea */
    text-align: center; /* Centrar texto del botón */
    display: block; /* Asegurar que sea un bloque para centrado */
  }
  .conte_escolar_2i {
  font-size: 17px;
  word-spacing:2px;

}


.conte_escolar_3i {
  font-size: 17px;
  word-spacing: 5px;

}

  .conte_buttoni {
    width: 100%; /* Ancho automático para mantener en una línea */
    font-size: 14px;
    margin: 15px auto 0 auto; /* Centrar el botón horizontalmente */
    padding: 9px 25px; /* Padding horizontal aumentado */
    white-space: nowrap; /* Evitar salto de línea */
    text-align: center; /* Centrar texto del botón */
    display: block; /* Asegurar que sea un bloque para centrado */
  }

  .conte_ima_inii {
    height: auto;
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
  }
}

/* Estilos adicionales para tablets */
@media (max-width: 1024px) and (min-width: 769px) {
  .contenedoresi {
    padding: 0 30px;
  }
  
  .conte_texti {
    margin-left: 40px;
    width: 50%;
  }
  
  .conte_artificiali {
    font-size: 35px;
  }
  
  .conte_tituloi {
    font-size: 20px;
  }
  
  .conte_contenidoi {
    padding-left: 40px; /* Ajuste para tablets */
    margin-top: 25px;
  }
  
  .conte_auto2i {
    padding-left: 80px; /* Indentación escalonada para tablets */
  }
  
  .conte_buttoni {
    margin-left: 80px; /* Botón con indentación escalonada para tablets */
    width: 60%;
  }
}

/* Estilos para pantallas muy pequeñas */
@media (max-width: 480px) {
  html, body {
    padding-top: 55px;
  }
  
  .contenedoresi {
    padding: 0 10px;
  }
  
  .conte_texti {
    padding: 0 5px;
  }
  
  .conte_artificiali {
    font-size: 20px;
  }
  
  .conte_tituloi {
    font-size: 16px;
  }
  
  .conte_escolari,
  .conte_intei,
  .conte_autoi,
  .conte_auto2i {
    font-size: 14px;
  }
  
  .conte_contenidoi {
    text-align: center;
    align-items: center;
    padding-left: 0; /* Sin padding en pantallas muy pequeñas */
    margin-top: 10px; /* Bajar todo el bloque en pantallas muy pequeñas */
  }
  
  .conte_autoi {
    text-align: center;
    padding-left: 0; /* Sin indentación en pantallas muy pequeñas */
  }
  
  .conte_auto2i {
    text-align: center;
    padding-left: 0; /* Sin indentación escalonada en pantallas muy pequeñas */
  }
  
  .conte_buttoni {
    margin: 15px auto 0 auto; /* Centrar el botón horizontalmente */
    width: 100%; /* Ancho automático para mantener en una línea */
    padding: 8px 20px; /* Padding horizontal ajustado para pantallas pequeñas */
    white-space: nowrap; /* Evitar salto de línea */
    text-align: center; /* Centrar texto del botón */
    display: block; /* Asegurar que sea un bloque para centrado */
  }
  
}



/*estilos de tecnologia  */
.centrot {
  background-color: #f5f5f5;
  color: #333;
  width: 100%;
  height: 100%;

}

.lineat {
  margin: 0 auto;
}

.contenidot {
margin-top: 10px;
  
  display: flex;
  flex-direction: column;

  justify-content: space-between;
  text-align: center;

  padding: 30px 0;
}

.contenido_titut {

  font-size: 31.7px;
  color: #2230b2;
  text-align: center;
}

.contenido_flext {

  display: flex;
  text-align: justify;


  justify-content: space-between;
  justify-content: center;

}

.contenido_flex_imagent {

  margin-top: 0;
  width: 50%;

  text-align: center;
  justify-content: end;
  justify-items: center;
}

.contenido_flex_imagen_tamañot {
  margin-bottom: 12;
  border: 1px solid red;
  height: 360px;
  width: 100%;
  border: none;
  /* Método clásico */
  border: 0;
  /* Alternativa */
  outline: none;
}


.contenido_flex_infot {
  width: 50%;

  margin-left: 100px;
  text-align: left;

}

.contenido_flex_info_titulot {
  margin-top: 45px;

  font-size: 22.1px;
}

.contenido_flex_info_textot {
  font-size: 16px;
}

.contenido_flex_info_ult {
  margin-top: 30px;
  margin-left: 30px;
  display: flex;
  gap: 40px;
}

.contenido_flex_info_featuret {
  list-style: none;
  justify-content: space-between;

  line-height: 1.9;      /* prueba 1.5–1.75 */
  margin-bottom: .25rem;

}

.negritat {
  font-weight: bold;
}

.contenido_flex_imagen_appt {

  display: flex;

  width: 70%;
  margin-left: 10px;

  justify-content: center;
  align-items: center;
  /* Para que se acomoden en varias filas si es necesario */

}

.contenido_flex_imagen_emailt {
  max-height: 42px;
  margin-left: 40px;
  /* Puedes ajustar este tamaño */
  max-width: 42px;

}

.contenido_iconot {

  margin-right: 8px;
  max-width: 20px;
  max-height: 20px;
}
.contenedor_texto_clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-width: 100%;
  padding: 10px; /* opcional, para mostrar "..." */
}
 .contenedor_texto_clamp {
    
     -webkit-line-clamp: 3;
    
     width: 70%;
     max-height: calc(1.7em * 3);
    min-height: calc(1.4em * 3);
  }
  .contenido_flex_sepa
  {
    width: 60%;
  }


@media (max-width: 768px) {
  .contenedor_texto_clamp {
    text-align: justify;
    width: 100%;
    -webkit-line-clamp: 2;
  }

  .contenidot {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 0;
  }

  .contenido_titut {
    margin-top: 5px;
    font-size: 12px;
    color: #2230b2;
    text-align: center;
  }
  .contenido_iconot {

  max-width: 15px;
  max-height: 15px;
}

  .contenido_flext {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .contenido_flex_imagent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contenido_flex_imagen_tamañot {
    height: 300px;
  width: 100%;
    width: 90%;
  }

  .contenido_flex_imagen_appt {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
  }

  .contenido_flex_imagen_emailt {
    max-height: 40px;
    max-width: 40px;
  }

  .contenido_flex_infot {
    width: 100%;
    margin-left: 0;
    padding: 0 10px;
    text-align: center;
  }

  .contenido_flex_info_titulot {
    font-size: 12px;
    margin-top: 20px;
  }

  .contenido_flex_info_textot {
    font-size: 10px;
  }

  .contenido_flex_info_ult {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* Centrado dentro del contenedor */
    gap: 40px;
    /* Espacio entre columnas */
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .contenido_flex_info_featuret {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .contenido_flex_info_featuret li {
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
}

/* Estilos adicionales para tecnología en tablets */
@media (max-width: 1024px) and (min-width: 769px) {
  .contenido_titut {
    font-size: 25px;
  }
  
  .contenido_flex_info_titulot {
    font-size: 18px;
  }
  
  .contenido_flex_info_textot {
    font-size: 14px;
  }
  
  .contenido_flex_imagen_tamañot {
    height: 320px;
  }
}

/* Estilos para tecnología en pantallas muy pequeñas */
@media (max-width: 480px) {
  .contenido_titut {
    font-size: 10px;
  }
  
  .contenido_flex_info_titulot {
    font-size: 10px;
    margin-top: 15px;
  }
  
  .contenido_flex_info_textot {
    font-size: 9px;
  }
  
  .contenido_flex_imagen_tamañot {
    height: 250px;
    width: 95%;
  }
  
  .contenido_flex_imagen_emailt {
    max-height: 35px;
    max-width: 35px;
  }
  
  .contenido_iconot {
    max-width: 12px;
    max-height: 12px;
  }
}

/* testimonios   */


.contenedor_testte {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  flex: 1;
  margin-top: 15px;
  margin-bottom: 120px;
  
}

.headete {
  width: 100%;
  max-width: 1270px;
  margin: 30px auto 20px;
  display: flex;
  flex-direction: column;
  
}

.titulote {
  font-size: 22px;

  text-align: left;
}

.containerte {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

.containerte hr {
  width: 100%;
  border: none;
  height: 1px;
  background-color: #3a3a3a;
  
}

.testimonioste {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 80px;
  max-width: 1200px;
  margin: auto;
  /* Esto centra el contenedor .testimonios */
}

.testimoniote {
  flex: 1;
  max-width: 320px;
  min-width: 250px;
  padding: 16px;
  margin: 0 10px;
  font-family: 'Red Hat Display', sans-serif;
}

.testimoniote h3 {
  font-size: 28.9px;
  font-weight: 400;
  margin-bottom: 20px;
}

.testimoniote p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.testimoniote span {
  font-size: 14px;
  color: #333;
  font-style: italic;
}






@media (max-width: 900px) {
  .testimonioste {
    padding: 20px 10px;
    gap: 10px;
  }
 

  .testimoniote h3 {
    font-size: 21.2px;
  }

  .testimoniote p,
  .testimoniote span {
    font-size: 13px;
  }

  footer {
    padding: 30px 20px;
  }
}

@media (max-width: 600px) {
  .testimonioste {
    flex-direction: column;
    align-items: center;
    padding: 10px 2px;
    gap: 10px;
  }
  
  .titulote {
    font-size: 18px;
    margin-left: 15px;
    font-weight: normal;
    text-align: left;
  }

  .testimoniote {
    margin: 10px 0;
    padding: 18px 5px;
    width: 100%;
    max-width: 350px;
  }

  .testimoniote h3 {
    font-size: 17.3px;
    margin-bottom: 10px;
  }

  .testimoniote p {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .testimoniote span {
    font-size: 12px;
  }

  .footer-containerte,
  .footer-container2te {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }

  .logote img {
    height: 50px;
  }

  footer {
    padding: 10px 5px;
  }
}

/* Estilos adicionales para testimonios en tablets */
@media (max-width: 1024px) and (min-width: 769px) {
  .testimonioste {
    padding: 30px 40px;
  }
  
  .titulote {
    font-size: 20px;
  }
  
  .testimoniote h3 {
    font-size: 25.5px;
  }
  
  .testimoniote p,
  .testimoniote span {
    font-size: 15px;
  }
}

/* Estilos para testimonios en pantallas muy pequeñas */
@media (max-width: 480px) {
  .testimonioste {
    padding: 5px 1px;
  }
  
  .titulote {
    font-size: 16px;
    margin-left: 10px;
  }
  
  .testimoniote {
    padding: 15px 3px;
    max-width: 320px;
  }
  
  .testimoniote h3 {
    font-size: 15.2px;
  }
  
  .testimoniote p {
    font-size: 11px;
  }
  
  .testimoniote span {
    font-size: 11px;
  }
}

/* alumnos y padres  */

.bodyap {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Red Hat Display", sans-serif;
  color: white;
  background-image: url('/webescolar_promo/assets/image/Alumnos y Padres.png');
  background-color: #2b2a2a;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* ✅ Esto centra la imagen en móviles y PC */
  display: flex;
  flex-direction: column;
}

.headerapa {
  width: 100%;
  height: 65x;
  background-image: url('/webescolar_promo/assets/image/Fondo_banner_superior.png');
  background-color: #333;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  position: relative;
  /*     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);   */
}

.webescolarap {
  height: 40px;
  width: 100%;
  position: relative;
  text-align: center;
}

.contenedorap {
  display: flex;
  align-items: center;
}



.logo_iniap {
  height: 40px;
  /* Alto deseado */
  width: 100%;
  /* Ancho proporcional */
  /* Opcional: añade un máximo para evitar que sea demasiado grande */
  max-width: 120px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  opacity: 0.9;
  /* Más nítida pero aún con leve transparencia */
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-right: 4px;
}

.logo_iniap:hover {
  opacity: 1;
  transform: scale(1.1);
  /* Pequeño efecto hover */
}

.logo_noap {
  height: 40px;
  /* Alto deseado */
  width: 100%;
  /* Ancho proporcional */
  /* Opcional: añade un máximo para evitar que sea demasiado grande */
  max-width: 120px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  opacity: 0.9;
  /* Más nítida pero aún con leve transparencia */
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-right: 4px;
}

.logo_iniap:hover {
  opacity: 1;
  transform: scale(1.1);
  /* Pequeño efecto hover */
}

.contenido_iconoap2 {
  max-width: 30px;
  max-height: 30px;

}

.contenido_iconoap {
  max-width: 30px;
  max-height: 30px;

}

/* Estilos para hacerlo responsive */
@media (max-width: 1024px) {
  nav ul li {
    margin-left: 15px;
  }

  nav ul li a {
    font-size: 13px;
  }
}

.menu-toggleap {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  margin-right: 10px;
}

.botonap {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: #333;
  padding: 8px 16px;
  border-radius: 10px;
}

.headeap {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 20px;
  display: flex;
  flex-direction: column;
}

.tituloap {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: left;
}

.containerap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.containerap hr {
  width: 47%;
  border: none;
  height: 1.2px;
  background-color: #f5f5f5;
}

.contenidoap {
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  padding-bottom: 50px;
}

.contenido_textoap {
  width: 45%;
}

.conte_tituloap {
  font-size: 51.1px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: bold;
}

.conte_titulo_gesap {
  font-size: 17.4px;
  line-height: 1.5;
  margin-bottom: 20px;
}






.contenido_textoap ul {
  list-style: none;
  padding: 0;
}

.contenido_textoap li {
  display: flex;
  align-items: center;
  gap: 3px;
  /* Espacio entre icono y texto */
  margin-bottom: 20px;
}



.contenido_textoap li div.texto {
  flex: 1;
  font-size: 20.1px;
  line-height: 1.5;
}

.textoap {
  font-size: 20.1px;
  line-height: 1.5;
}






.contenido_textoap li:before {

  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 20px;
}

.contenidosap {
  justify-content: center;
  width: 40%;
}

.conten_imagenesap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  min-height: 300px;
  width: 100%;
  position: relative;
  text-align: center;
}

.conten_imagenes_fotoap {
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center;
  min-height: 300px;
  max-height: 300px;
  flex-shrink: 0;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}

.conten_iconosap {

  margin-top: 40px;
  display: flex;
  align-items: center;
  /* Alinea verticalmente al centro */
  gap: 10px;
  /* Espacio entre elementos (opcional) */
  padding: 0;
  /* Elimina relleno interno */
  margin: 0;



}

.conten_iconos_icoap {
  width: 100%;
  height: 30px;
  object-fit: contain;
  object-position: center;
  color: #f5f5f5;
  background-image: #fff;


}

.conten_iconos_hrap {
  width: 80%;
  border: none;
  height: 1.2px;
  background-color: #f5f5f5;
}

.conten_iconos_numap {
  font-size: 20px;
  color: #f5f5f5;
}

.imagen-con-textoap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  width: 100%;
  min-width: 200px;
  margin: 0 auto;
}

.imagen-con-textoap a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.imagen-con-textoap a:hover {
  opacity: 0.9;
  transform: scale(1.02);
  transition: all 0.3s ease;
}

.texto-imagenap {
  position: absolute;
  bottom: 25px;
  /* Texto en la parte inferior */
  right: 3px;
  width: 100%;


  color: white;
  font-size: 20px;
  font-weight: bold;

  padding: 9px 30px;

}
.texto-imagenapsewe {
  position: absolute;
  bottom: 25px;
  /* Texto en la parte inferior */
  left: 15px;
  width: 100%;


  color: white;
  font-size: 20px;
  font-weight: bold;

  padding: 9px 30px;

}

.conte_buttonap {
  justify-content: center;
  margin-top: 15px;
  font-size: 18px;
  border-radius: 15px;
  padding: 9px 19px;
  color: white;
  background: #403e50;
  border: none;
  /* ❌ Elimina borde negro */
  outline: none;
  /* ❌ Elimina contorno en foco */
  box-shadow: none;
  /* ❌ Elimina cualquier sombra */
  text-decoration: none;

}

/* Quitar subrayado del enlace que contiene el botón */
a .conte_buttonap,
a.conte_buttonap,
a .conte_buttoni,
a.conte_buttoni {
  text-decoration: none !important;
}

.boton_ap {
  text-align: center;
}
 .bloc {
  display: block; /* ✅ Visible en pantallas grandes */
}


@media (max-width: 768px) {

  .bodyap {
    overflow-x: hidden;
    /* Evita el desbordamiento horizontal */
  }

  

  .headeap {
    width: 90%;

    margin: 30px auto 20px;
    display: flex;
    flex-direction: column;
  }

  .tituloap {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
  }

  .containerap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bloc
  {
      display: none;
  }

  .containerap hr {
    width: 100%;
    border: none;
    height: 1.2px;
    background-color: #f5f5f5;
  }

  .contenidoap {
    display: flex;
    flex-direction: column;

  }

  .conten_imagenesap {
    display: flex;
    justify-content: center;
    align-items: center;
  height: 200px;
  min-height: 200px;
  width: 100%;
  position: relative;
  text-align: center;
}

  .contenido_textoap {
    width: 100%;
    text-align: center;
  }

  .conte_tituloap {
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
  }

  .conte_titulo_gesap {
    text-align: center;
  }

  .textoap {
    text-align: center;
  }

  .contenidosap {
    width: 100%;
  }

  .conten_imagenes_fotoap {
    width: 100%;
    height: 190px;
    object-fit: contain;
  object-position: center;
  min-height: 190px;
  max-height: 190px;
  flex-shrink: 0;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}

  .conten_iconosap {


    display: flex;
    align-items: center;
    /* Alinea verticalmente al centro */

    /* Espacio entre elementos (opcional) */
    padding: 0;
    /* Elimina relleno interno */
    margin: 0;



  }

  .conten_iconos_icoap {
    width: 100%;
    height: 30px;
    object-fit: contain;
  object-position: center;
    color: #f5f5f5;
    background-image: #fff;


  }

  .conten_iconos_hrap {
    width: 80%;
    border: none;
    height: 1.2px;
    background-color: #f5f5f5;
  }

  .conten_iconos_numap {
    font-size: 20px;
    color: #f5f5f5;
  }

  .texto-imagenap {
    position: absolute;
    bottom: 40px;
    /* Texto en la parte inferior */
    left: 9px;
    width: 100%;


    color: white;
    font-size: 15px;
    font-weight: bold;

    padding: 9px 20px;

  }
  
  .texto-imagenapsewe {
    position: absolute;
    bottom: 40px;
    /* Texto en la parte inferior */
    left: 9px;
    width: 100%;


    color: white;
    font-size: 15px;
    font-weight: bold;

    padding: 9px 20px;

  }
  .contenido_iconoap {
    height: 12px;
    width: 100%;
    opacity: 0.85;
  }
  
  .imagen-con-textoap {
    height: 190px;
  width: 100%;
  min-width: 150px;
  margin: 0 auto;
}
}

/* Estilos adicionales para alumnos y padres en tablets */
@media (max-width: 1024px) and (min-width: 769px) {
  .conte_tituloap {
    font-size: 40px;
  }
  
  .contenido_textoap li div.texto {
    font-size: 18.8px;
  }
  
  .textoap {
    font-size: 18.8px;
  }
  
  .conten_imagenes_fotoap {
    height: 250px;
  }
}

/* Estilos para alumnos y padres en pantallas muy pequeñas */
@media (max-width: 480px) {
  .conte_tituloap {
    font-size: 20px;
    line-height: 1.2;
  }
  
  .contenido_textoap li div.texto {
    font-size: 16.3px;
  }
  
  .textoap {
    font-size: 16.3px;
  }
  
  .conten_imagenesap {
  height: 160px;
  min-height: 160px;
  width: 100%;
  position: relative;
  text-align: center;
}
  
  .conten_imagenes_fotoap {
    height: 150px;
    object-fit: contain;
  object-position: center;
  min-height: 150px;
  max-height: 150px;
  flex-shrink: 0;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
  
  .contenido_iconoap {
    height: 10px;
  }
  
  .texto-imagenap {
    font-size: 12px;
    padding: 6px 15px;
    font-weight: bold;
  }
  
  .texto-imagenapsewe {
    font-size: 12px;
    padding: 6px 15px;
    font-weight: bold;
  }
  
  .imagen-con-textoap {
    height: 150px;
  width: 100%;
  min-width: 120px;
  margin: 0 auto;
}
}

/*portal de soluciones */

.bodyps {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Red Hat Display", sans-serif;
  color: white;
  background-image: url('/webescolar_promo/assets/image/Integraciones.png');
  background-color: #2b2a2a;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  display: flex;
  flex-direction: column;
}

.headeps {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 20px;
  display: flex;
  flex-direction: column;
}

.titulops {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: left;
}

.containerps {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.containerps hr {
  width: 100%;
  border: none;
  height: 1.5px;
  background-color: #f5f5f5;
}

.contenidops {
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  padding-bottom: 50px;
}

.contenido_textops {
  width: 45%;
}

.conte_titulops {
  font-size: 50.1px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: bold;
}

.contenido_textops ul {
  list-style-type: none;
}

.contenido_textops li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1.4;
}

.contenido_textops li:before {

  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 20px;
}

.contenidosps {
  width: 40%;
}

.conten_imagenesps {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  min-height: 300px;
  width: 100%;
  position: relative;
  text-align: center;
}

.conten_imagenes_fotops {
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center;
  min-height: 300px;
  max-height: 300px;
  flex-shrink: 0;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}

.imagen-con-textops {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  width: 100%;
  min-width: 200px;
  margin: 0 auto;
}

.texto-imagenps {
  position: absolute;
  bottom: 40px;
  /* Texto en la parte inferior */
  left: 10px;
  width: 100%;


  color: white;
  font-size: 20px;
  font-weight: bold;

  padding: 9px 10px;

}

.conten_iconosps {

  margin-top: 40px;
  display: flex;
  align-items: center;
  /* Alinea verticalmente al centro */
  gap: 10px;
  /* Espacio entre elementos (opcional) */
  padding: 0;
  /* Elimina relleno interno */
  margin: 0;



}

.conten_iconos_icops {
  width: 100%;
  height: 30px;
  object-fit: contain;
  object-position: center;
  color: #f5f5f5;
  background-image: #fff;


}

.conten_iconos_hrps {
  width: 80%;
  border: none;
  height: 1.2px;
  background-color: #f5f5f5;
}

.conten_iconos_numps {
  font-size: 20px;
  color: #f5f5f5;
}

.lista-solucionesps {

  align-items: center;
  /* Quita los puntos de la lista */
  padding-left: 0;
  max-width: 800px;
  /* Ancho máximo para mejor lectura */
  margin: 0 auto;
  /* Centra la lista en la página */
}







.item-solucionps {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.contenido_texto_imaps {
  height: 50px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  margin-top: 30px;
}

.contenido_texto_imaps2 {
 height: 140px;          /* alto visible */
  overflow: hidden;  
   transform: translateY(-14px); 
  
  
}

.bloque-texto-viñeta {
  flex: 1;
  text-align: justify;
}

.linea-icono-texto {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.contenido_iconoap {
  height: 18px;
  width: 100%;
  opacity: 0.85;
}

.contenido_tips {
  font-size: 17.4px;
  font-weight: bold;
}

.bloque-texto-viñeta p {
  margin: 0;
  font-size: 17.4px;
  line-height: 1.5;
}


.texto-solucionps {
  flex: 1;
  /* Ocupa el espacio restante */
}

.texto-solucion2ps {
  margin-left: 30px;
  /* Ocupa el espacio restante */
}

.contenido_tips {

  font-size: 18px;
  display: block;
  /* Hace que el strong sea bloque para separarlo del párrafo */
  margin-bottom: 8px;
}

.texto-solucionps p {
  margin: 0;
  /* Elimina margen predeterminado del párrafo */
  line-height: 1.5;

}

.contenido_tips {
  font-weight: bold;
}


.viñetaps {
  color: white;
  font-size: 20px;
  margin-left: -15px;
  margin-bottom: 5px;
  display: inline-block;
}

@media (max-width: 768px) {


  .item1p {
    order: 2 !important;
  }

  .item2p {
    order: 1 !important;
  }
  

  .bodyps {
    overflow-x: hidden;
    /* Evita el desbordamiento horizontal */
  }


  .contenedorps {
    display: block;
    align-items: center;
  }




  .botonps {
    display: inline-block;
    width: 22%;
    text-align: center;
    font-size: 7px;
    color: #333;
  }



  .titulops {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
  }

  .containerps {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .containerps hr {
    width: 100%;
    border: none;
    height: 1.2px;
    background-color: #f5f5f5;
  }

  .contenidops {
    display: flex;
    flex-direction: column;

  }

  .conten_imagenesps {
    display: flex;
    justify-content: center;
    align-items: center;
  height: 200px;
  min-height: 200px;
  width: 100%;
  position: relative;
  text-align: center;
}

  .contenido_textops {
    width: 100%;
    text-align: justify;
  }

  .conte_titulops {
    font-size: 24px !important;
    line-height: 1.1;

  }

  .lista-solucionesps {

    align-items: center;
    /* Quita los puntos de la lista */
    padding-left: 0;
    max-width: 800px;
    /* Ancho máximo para mejor lectura */
    margin: 0 auto;
    /* Centra la lista en la página */
  }
  .contenido_texto_imaps {
  height: 30px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  margin-top: 5px;
}
.contenido_texto_imaps2 {
  height: 90px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  margin-top: 5px;
}

  .item-solucionps {

    display: flex;
    /* Alinea imagen y texto en horizontal */
    
    justify-items: center;
    /* Alinea al inicio (evita desbordamiento) */
    gap: 20px;
    /* Espacio entre imagen y texto */
    margin-bottom: 30px;
    /* Separación entre elementos */

    padding: 15px;
    border-radius: 8px;
  }

  .texto-solucionps {
    text-align: justify;
    /* Ocupa el espacio restante */
  }

  .texto-solucion2ps {
    margin-left: 0px;
    /* Ocupa el espacio restante */
  }



  .contenidosps {
    width: 100%;
  }

  .conten_imagenes_fotops {
    width: 100%;
    height: 190px;
    object-fit: contain;
  object-position: center;
  min-height: 190px;
  max-height: 190px;
  flex-shrink: 0;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}

  .conten_iconosps {


    display: flex;
    align-items: center;
    /* Alinea verticalmente al centro */

    /* Espacio entre elementos (opcional) */
    padding: 0;
    /* Elimina relleno interno */
    margin: 0;



  }

  .conten_iconos_icops {
    width: 100%;
    height: 30px;
    object-fit: contain;
  object-position: center;
    color: #f5f5f5;
    background-image: #fff;


  }

  .conten_iconos_hrps {
    width: 80%;
    border: none;
    height: 1.2px;
    background-color: #f5f5f5;
  }

  .conten_iconos_numps {
    font-size: 20px;
    color: #f5f5f5;
  }

  .imagen-con-textops {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 190px;
  width: 100%;
  min-width: 150px;
  margin: 0 auto;
}

  .texto-imagenps {
    position: absolute;
    bottom: 40px;
    /* Texto en la parte inferior */

    width: 100%;


    color: white;
    font-size: 15px;
    font-weight: bold;

    padding: 9px 10px;

  }
    .contenido_iconoap {
  height: 12px;
  width: 100%;
  opacity: 0.85;
}



}

/*servicios integrado  */

.bodysi {
  background-image: url('/webescolar_promo/assets/image/Servicios_integrados.png');
  background-color: #2b2a2a;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Red Hat Display", sans-serif;
  color: white;
}

.headesi {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 20px;
  display: flex;
  flex-direction: column;
}

.titulosi {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: left;
}

.containersi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.containersi hr {
  width: 100%;
  border: none;
  height: 1.5px;
  background-color: #f5f5f5;
}

.contenidosi {
  display: flex;
  
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  padding-bottom: 50px;
}

.contenido_textosi {
  width: 45%;
}

.conte_titulosi {
  font-size: 51.1px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: bold;
}

.contenido_texto_titulosi {
  font-size: 18px;
  margin-left: 35px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;

}

.si_opciones {
  margin-bottom: 0px;
}

.si_listas {
  margin-bottom: 0px;
}


.contenido_textosi li {
  display: flex;
  align-items: center;
  gap: 12px;
  /* Espacio entre icono y texto */
  margin-bottom: 20px;
}

.contenido_textosi li:before {

  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 20px;
}

.contenidossi {
  width: 40%;
}

.conten_imagenessi {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  min-height: 300px;
  width: 100%;
  position: relative;
  text-align: center;
}

.conten_imagenes_fotosi {
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center;
  min-height: 300px;
  max-height: 300px;
  flex-shrink: 0;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}

.imagen-con-textosi {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  width: 100%;
  min-width: 200px;
  margin: 0 auto;
}

.texto-imagensi {
  position: absolute;
  bottom: 40px;
  /* Texto en la parte inferior */
  left: 20px;
  width: 100%;


  color: white;
  font-size: 20px;
  font-weight: bold;

  padding: 9px 10px;

}

.conten_iconossi {

  margin-top: 40px;
  display: flex;
  align-items: center;
  /* Alinea verticalmente al centro */
  gap: 10px;
  /* Espacio entre elementos (opcional) */
  padding: 0;
  /* Elimina relleno interno */
  margin: 0;



}

.conten_iconos_icosi {
  width: 100%;
  height: 30px;
  object-fit: contain;
  object-position: center;
  color: #f5f5f5;
  background-image: #fff;


}

.conten_iconos_hrsi {
  width: 80%;
  border: none;
  height: 1.2px;
  background-color: #f5f5f5;
}

.conten_iconos_numsi {
  font-size: 20px;
  color: #f5f5f5;
}



.contenido_tisi {
  font-weight: bold;
}

.contenido_texto_imasi {
  width: 100%;
  height: 50px;
  object-fit: contain;
  object-position: center;
  /*    mix-blend-mode: multiply;*/

}

.contenido_texto_ima2si {
  width: 100%;
  height: 100px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 768px) {

  .bodysi {
    overflow-x: hidden;
    /* Evita el desbordamiento horizontal */

  }

  .contenedorsi {
    display: block;
    align-items: center;
  }


  .botonsi {
    display: inline-block;
    width: 22%;
    text-align: center;
    font-size: 7px;
    color: #333;
  }

  .headesi {
    width: 90%;

    margin: 30px auto 20px;
    display: flex;
    flex-direction: column;
  }

  .titulosi {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
  }

  .containersi {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .containersi hr {
    width: 100%;
    border: none;
    height: 1.2px;
    background-color: #f5f5f5;
  }

  .contenidosi {
    display: flex;
    flex-direction: column;

  }

  .conten_imagenessi {
    display: flex;
    justify-content: center;
    align-items: center;
  height: 200px;
  min-height: 200px;
  width: 100%;
  position: relative;
  text-align: center;
}

  .contenido_textosi {
    width: 100%;
    text-align: justify;
  }

  .conte_titulosi {
    font-size: 24px;
    line-height: 1.1;

  }

  .contenidossi {
    width: 100%;
  }

  .conten_imagenes_fotosi {
    width: 100%;
    height: 190px;
    object-fit: contain;
  object-position: center;
  min-height: 190px;
  max-height: 190px;
  flex-shrink: 0;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}

  .conten_iconossi {


    display: flex;
    align-items: center;
    /* Alinea verticalmente al centro */

    /* Espacio entre elementos (opcional) */
    padding: 0;
    /* Elimina relleno interno */
    margin: 0;



  }

  .conten_iconos_icosi {
    width: 100%;
    height: 30px;
    object-fit: contain;
  object-position: center;
    color: #f5f5f5;
    background-image: #fff;


  }

  .conten_iconos_hrsi {
    width: 80%;
    border: none;
    height: 1.2px;
    background-color: #f5f5f5;
  }

  .conten_iconos_numsi {
    font-size: 20px;
    color: #f5f5f5;
  }

  .texto-imagensi {
    position: absolute;
    bottom: 40px;
    /* Texto en la parte inferior */

    width: 100%;


    color: white;
    font-size: 13px;
    font-weight: bold;

    padding: 9px 5px;

  }
    .contenido_iconoap {
  height: 12px;
  width: 100%;
  opacity: 0.85;
}



}


/* servicios_escolares */

.bodyes {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Red Hat Display", sans-serif;
  color: white;
  background-image: url('/webescolar_promo/assets/image/Servicios_escolares.png');
  background-color: #2b2a2a;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
}


/* servicio_academicos */
.bodysa {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Red Hat Display", sans-serif;
  color: white;
  background-image: url('/webescolar_promo/assets/image/Servicios_academicos.png');
  background-color: #2b2a2a;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

/* vinculo 360 */
.body360 {
  background-image: url('/webescolar_promo/assets/image/Vinculo_360.png');
  background-color: #2b2a2a;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Red Hat Display", sans-serif;
  color: white;
}

/* servicios financieros */

.bodysf {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Red Hat Display", sans-serif;
  color: white;
  background-image: url('/webescolar_promo/assets/image/Servicios_financieros.png');
  background-color: #2b2a2a;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

/* contactanos */


  .headeco {
    width: 90%;

    margin: 30px auto 20px;
    display: flex;
    flex-direction: column;
  }

.tituloco {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: left;
}

.containerco {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.containerco hr {
  width: 100%;
  border: none;
  height: 1px;
  background-color: #3a3a3a;
}

.contenedorco {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  margin: 0 auto;
  max-width: 1200px;
}

.contenedor_h1co {
  font-weight: normal;
  font-size: 40px;
  margin-bottom: 20px;
}

.contenedor_pco {
  font-size: 24px;
  margin-bottom: 10px;
}

.container2co {
  width: 90%;
  margin: 30px auto 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container2co hr {
  width: 100%;
  border: none;
  height: 1.5px;
  background-color: #646161;
}

.contact-formco{
 max-width: 900px;   
  margin: 0 auto;        
  padding: 20px;  
  width: 100%;
  box-sizing: border-box;
}

/* 2) Mantener 2 columnas centradas y con espacio */
.form-rowco{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
  flex-wrap: wrap;
}

/* 3) Cada campo ocupa media fila (columna) y se mantiene centrado */
.form-groupco{
  flex: 1;
  min-width: 200px;
  max-width: 100%;
}

.labelco {
  text-align: left;
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #2c3e50;
}

.line-inputco {
  width: 80%;
    padding: 12px 20px;
  font-size: 16px;
  border: none;
  outline: none;
  background: linear-gradient(to bottom, #d0d0d0, #e0e0e0);
  border-radius: 30px;
  /* forma de cápsula */
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #222;
  font-weight: 500;
  transition: box-shadow 0.2s ease;
}

/* Aplicar el mismo color fuerte en todas las versiones */
.line-inputco {
  background: linear-gradient(to bottom, #d0d0d0, #e0e0e0) !important;
  color: #222 !important;
  font-weight: 500 !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15) !important;
}

.line-inputco:focus {
  box-shadow: 0 0 0 2px rgba(39, 89, 228, 0.3);
}

.line-inputco:focus {
  border-bottom: 2px solid #0066cc;
}

.submit-btnco {
 
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  margin: 30px auto 0;
  margin: 20px auto 0;
  border-radius: 20px;
  
   background: linear-gradient(90deg, #143A78 0%, #1F66A0 50%, #79CFD6 100%);
  box-shadow: 0 6px 14px rgba(20,58,120,.25);
  cursor: pointer;
}

.submit-btnco:hover {
  background-color: #2d2b3a;
}

.contenedor_chatco {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 60px;
  width: 60px;
  z-index: 10001;
  cursor: pointer;
}

.chatbot-boxco {
  display: none;
  background-image: url('/webescolar_promo/assets/image/Recuadro_azul.png');
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  background-repeat: no-repeat;
  width: 350px;
  height: 450px;
  position: fixed;
  bottom: 100px;
  right: 40px;
  z-index: 10002;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.chatbot-headerco {
  display: flex;
  justify-content: end;
  align-items: end;
  padding: 18px 0 8px 10px;
  border-radius: 20px 20px 0 0;
  margin-right: 30px;
}

.chatbot-headerco img {
  height: 38px;
}

.chatbot-bodyco {
  flex: 1 1 auto;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 18px 18px 18px;
}

.chatbot-messageco {
  background: #fff;
  color: #5e6072;
  border-radius: 16px 16px 16px 4px;
  padding: 16px 18px;
  margin-bottom: 18px;
  font-size: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  font-weight: 500;
}

.chatbot-input-rowco {
  display: flex;
  align-items: center;
  gap: 8px;
}

.chatbot-inputco {
  flex: 1;
  border: none;
  border-radius: 18px;
  padding: 10px 16px;
  font-size: 15px;
  outline: none;
  background: #f5f5f5;
  color: #171718;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.chatbot-sendco {
  background: #403e50;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s;
}

.chatbot-sendco:hover {
  background: #1a256e;
}

@media (max-width: 900px) {
  .contenedorco {
    padding: 10px 5px;
  }

  .contact-formco {
    max-width: 100%;
    padding: 15px;
    width: 100%;
  }

  .form-rowco {
    gap: 20px;
    width: 100%;
    flex-direction: column;
  }

  .form-groupco {
    min-width: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .labelco {
    text-align: center;
    width: 100%;
  }

  .line-inputco {
    width: 90%;
    text-align: center;
  }

  .contenedor_h1co {
    font-size: 28px;
  }

  .contenedor_pco {
    font-size: 18px;
  }

  .contenedor_chatco {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
    height: 40px;
  }
}

@media (max-width: 600px) {
  .contenedorco {
    padding: 5px 2px;
    max-width: 100%;
  }

  .contact-formco {
    padding: 5px;
    max-width: 100%;
    width: 100%;
  }

  .form-rowco {
    flex-direction: column;
    gap: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .form-groupco {
    min-width: unset;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .labelco {
    text-align: center;
    width: 100%;
  }

  .line-inputco {
    width: 90%;
    text-align: center;
  }

  .contenedor_h1co {
    font-size: 22px;
    text-align: center;
  }

  .contenedor_pco {
    font-size: 15px;
    text-align: center;
  }

  .submit-btnco {
    width: 100%;
    font-size: 15px;
    padding: 10px 0;
  }

  .contenedor_chatco {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: block;
    margin: 0;
    height: 35px;
  }
}

/* conocemas  */

.main-wrappercm {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.footercm {
  margin-top: 0;
}

.nosotroscm {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.containercm,
.container2cm {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.containercm hr {
  width: 47%;
  border: none;
  height: 1.2px;
  background-color: #969191;
}

.container2cm hr {
  width: 40%;
  border: none;
  height: 1.2px;
  background-color: #969191;
}

.contenidocm {
  max-width: 60%;
}

.contenidocm h1 {
  font-size: 32px;
  margin-left: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.contenidocm p {
  font-size: 17px;
  width: 70%;
  margin-left: 30px;
  line-height: 1.6;
  text-align: justify;
}

.imagencm img {
  width: 500px;
  height: auto;
}

/* Video dentro de imagencm */
.imagencm .video-cm {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
}

.footercm {
  background-image: url('/webescolar_promo/assets/image/Fondo_banner_parte_de_abajo.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #c5c5c5;
  padding: 20px 90px;
  /* aumenta espacio */
}

.logocm {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.logocm img {
  height: 70px;
}

.footer-containercm {
  display: flex;
  justify-content: space-between;
}

.footer-container2cm {
  display: flex;
  justify-content: space-between;
}

.conten_iconoscm {


  display: flex;
  align-items: center;
  /* Alinea verticalmente al centro */

  /* Espacio entre elementos (opcional) */
  padding: 0;
  /* Elimina relleno interno */
  margin: 0;



}

.conten_iconos_icocm {
  width: 100%;
  height: 30px;
  object-fit: contain;
  object-position: center;



}



.info-contactocm,
.redescm {
  font-size: 14px;
}

.footercm a {
  text-decoration: none;
  color: inherit;
}

.footercm i {
  margin-right: 8px;
}

@media (max-width: 768px) {

  .nosotroscm {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 0;
  }

  .contenidocm {
    max-width: 100%;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
  }

  .contenidocm h1 {
    font-size: 24px;
    margin-left: 0;
    text-align: center;
  }

  .contenidocm p,
  .contennido_parrafocm {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
    text-align: left;
    line-height: 1.6;
    padding: 0 20px;
    max-width: 100%;
    word-wrap: break-word;
    hyphens: auto;
  }

  .imagencm {
    margin-top: 10px;
  }

  .imagencm img,
  .imagencm .video-cm {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .footercm {
    padding: 20px 20px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .logocm {
    justify-content: center;
    margin-bottom: 15px;
  }

  .footer-containercm,
  .footer-container2cm {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }

  .footer-containercm p,
  .footer-container2cm p {
    margin: 4px 0;
  }

  .info-contactocm,
  .redescm {
    font-size: 14px;
  }

  .containercm,
  .container2cm {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .containercm hr,
  .container2cm hr {
    width: 80%;
  }

  .conten_iconoscm {
    flex-direction: column;
    gap: 10px;
  }

  .conten_iconos_icocm {
    height: 25px;
  }
}

/* conoce mas video */


.headecmv {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 20px;
  display: flex;
  flex-direction: column;
}

.titulocmv {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: left;
}

.containercmv {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.containercmv hr {
  width: 100%;
  border: none;
  height: 1px;
  background-color: #3a3a3a;
}

.contenidocmv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 1200px;
  height: 450px;
  margin: auto;
  background: #9ba1a3;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;


}

.contenido_videocmv {
  width: 800px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}


.contenido_adelantarcmv {

  display: flex;
  justify-content: space-between;

  margin: 0 auto;
  width: 80%;
}

.contenido_iconocmv {

  margin-top: 15px;
  height: 40px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  z-index: 10;
}

@media (max-width: 768px) {
  .contenidocmv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 90%;
    height: auto;
    aspect-ratio: 16/9;
    margin: 20px auto;
    background: #9ba1a3;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .contenido_videocmv {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* Eliminado ajuste forzado vertical; usar reglas responsive 16:9 */

  .contenido_adelantarcmv {
    margin-top: 20px;
  }
  
  .contenido_videocmv {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}

/* Estilos adicionales para el video horizontal en conoce_mas.php */
@media (max-width: 1024px) {
  .contenido_videocmv {
    -webkit-playsinline: true;
    playsinline: true;
    webkit-playsinline: true;
  }
}

@media (max-width: 480px) {
  .contenidocmv {
    max-width: 85%;
    height: auto;
    aspect-ratio: 16/9;
    margin: 15px auto;
  }
  
  .contenido_videocmv {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* Estilos específicos para el video en conocemas.php */
.video-container-cm {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.video-wrapper-cm {
  background-color: #E0E0E0;
  width: 400px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.video-cm {
  width: 380px;
  height: 580px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  border: 3px solid white;
}

@media (max-width: 768px) {
  .video-container-cm {
    margin: 20px 0;
    padding: 0 15px;
  }
  
  .video-wrapper-cm {
    width: 100%;
    max-width: 350px;
    height: 500px;
  }
  
  .video-cm {
    width: 100%;
    max-width: 330px;
    height: 480px;
    object-fit: cover;
    border-radius: 8px;
  }
}

@media (max-width: 480px) {
  .video-container-cm {
    margin: 15px 0;
    padding: 0 10px;
  }
  
  .video-wrapper-cm {
    width: 100%;
    max-width: 300px;
    height: 450px;
  }
  
  .video-cm {
    width: 100%;
    max-width: 280px;
    height: 430px;
    object-fit: cover;
    border-radius: 6px;
  }
}

/* Estilos adicionales para compatibilidad con dispositivos móviles */
@media (max-width: 1024px) {
  .video-cm {
    -webkit-playsinline: true;
    playsinline: true;
    webkit-playsinline: true;
  }
}

/* Estilos específicos para dispositivos Android */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .video-cm {
    -webkit-playsinline: true;
    playsinline: true;
  }
}

/*blog */
.blog-containerbg {
  max-width: 90%;
  margin: 0 auto;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blog-headerbg {
  width: 100%;
  /* ✅ asegúrate de que use todo el ancho */
  font-size: 18px;
  margin-bottom: 10px;

}

.blog-headerbg hr {
  width: 100%;
  /* ✅ fuerza la línea a ocupar todo el ancho del contenedor */
  margin: 5px 0;
  border: none;
  border-top: 2px solid #ccc;
}

.blog-buttonbg {
  text-align: right;
  margin-bottom: 15px;
}

.blog-buttonbg button {
  background-color: #1e3070;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
}

.blog-titlebg {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin: 10px 0;
}

.blog-datebg {
  text-align: center;
  color: #555;
  margin-bottom: 25px;
}

.blog-contentbg {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  /* ❌ Antes: center */
  justify-content: flex-start;
}

.blog-imagebg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-imagebg img {
  border-radius: 12px;
  width: 180px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.blog-textbg {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* ❌ Antes: center */
  justify-content: flex-start;
  width: 100%;
  position: relative;
  text-align: center;
}

.blog-textbg p {
  width: 100%;
  /* ❌ Antes: 90% */
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.6;
  text-align: justify;
  /* ❌ Antes: center */
}

@media (max-width: 900px) {
  .blog-containerbg {
    padding: 20px 5px;
  }

  .blog-titlebg {
    font-size: 20px;
  }

  .blog-contentbg {
    gap: 10px;
  }

  .blog-imagebg img {
    width: 120px;
  }
}

@media (max-width: 600px) {
  .blog-containerbg {
    padding: 10px 2px;
  }

  .blog-headerbg {
    font-size: 15px;
  }

  .blog-titlebg {
    font-size: 16px;
    margin: 8px 0;
  }

  .blog-datebg {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .blog-contentbg {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .blog-imagebg img {
    width: 90vw;
    max-width: 250px;
    margin: 0 auto;
    display: block;
  }

  .blog-textbg p {
    width: 100%;
    font-size: 14px;
    text-align: justify;
  }

  .blog-buttonbg {
    text-align: center;
    margin-bottom: 10px;
  }

  .blog-buttonbg button {
    width: 100%;
    font-size: 14px;
    padding: 8px 0;
  }
}

/* gracias  */
.contenedor_testgc{
  background: none !important;          /* por si hay background-image */
  background-color: #fff !important;    /* blanco real */
  width: 100%;
  padding: 48px 0;                      /* evita colapso de márgenes con el h1 */
                /* eleva la caja, útil si hay overlays */
}

.contenido_principalgc {
  background: none !important;          /* por si hay background-image */
  background-color: #fff !important; 
  flex: 1;
  display: flex;
  justify-content: center;
  /* Centra horizontalmente */
  align-items: center;
  /* Centra verticalmente */
  padding: 10px 160px;
  background: #f2f2f2;

}

.contenido_principal_textgc {
  flex: 1;


  width: 50%;
}

.contenido_principal_text_imagc img {

  width: 50%;
  width: 340px;
  height: 360px;

}

.contenedor_test_h1gc {
  font-size: 35px;
}

.contenedor_test_parrafogc {
  font-size: 24px;
}

/* FOOTER */
footer {
  background-image: url('/webescolar_promo/assets/image/Fondo_banner_parte_de_abajo.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #c5c5c5;
  padding: 20px 90px;


  
}

.logogc {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.logo_gc {
  margin-top: 20px;
  margin-left: 150px;
  width: 100%;
  display: flex;

  margin-bottom: 20px;
}

.logo_gc img {
  height: 70px;
}

.logogc img {
  height: 70px;
}
.footer-lam
{
  display:flex;
  justify-content: space-between;
}

.footer-containergc
 {

  font-size: 25px;
}

.info-contactogc,
.redesgc {
  font-size: 14px;
}

footer a {
  text-decoration: none;
  color: inherit;
}

footer i {
  margin-right: 8px;
}

@media (max-width: 900px) {
  .contenido_principalgc {
    padding: 10px 30px;
  }

  .contenedor_test_h1gc {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .contenedor_test_parrafogc {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .contenido_principal_text_imagc img {
    width: 220px;
    height: 220px;
  }

  footer {
    padding: 20px 20px;
  }
}

@media (max-width: 600px) {
  .contenido_principalgc {
    margin-top: 50px;
    flex-direction: column;
    padding: 10px 5px;
    align-items: center;
    gap: 20px;
  }

  .contenido_principal_textgc {
    width: 100%;
    text-align: center;
  }

  .contenido_principal_text_imagc img {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    display: block;
  }

  .contenedor_test_h1gc {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 15px;
  }

  .contenedor_test_parrafogc {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 25px;
    text-align: center;
    padding: 0 15px;
  }

  .footer-containergc,
  .footer-container2gc,
  .footer-containe3gc   {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
}

/* Reglas responsivas universales para cualquier dispositivo móvil */
@media (max-width: 768px) {
  .contenedor_test_h1gc {
    font-size: clamp(18px, 4vw, 28px);
    line-height: 1.2;
    margin-bottom: clamp(8px, 2vw, 15px);
    text-align: center;
    padding: 0 clamp(5px, 3vw, 15px);
    font-weight: bold;
  }

  .contenedor_test_parrafogc {
    font-size: clamp(14px, 3.5vw, 20px);
    line-height: 1.3;
    margin-bottom: clamp(10px, 2.5vw, 20px);
    text-align: center;
    padding: 0 clamp(5px, 3vw, 15px);
  }

  .contenido_principal_textgc {
    width: 100%;
    text-align: center;
    padding: 0 clamp(5px, 3vw, 15px);
  }

  .contenido_principalgc {
    padding: clamp(5px, 2vw, 15px);
  }

  .logogc img {
    height: clamp(40px, 8vw, 60px);
  }

  /* Footer responsivo para página de gracias */
  footer {
    padding: 15px 10px;
  }

  .footer-lam {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;
  }

  .footer-containergc,
  .footer-container2gc,
  .footer-containe3gc {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .footer-containergc {
    font-size: clamp(16px, 4vw, 20px);
  }

  .info-contactogc,
  .redesgc {
    font-size: clamp(12px, 3vw, 14px);
    text-align: center;
    width: 100%;
  }

  .logo_gc {
    margin-left: 0;
    margin-top: 10px;
    justify-content: center;
  }

  .logo_gc img {
    height: clamp(50px, 10vw, 70px);
  }
}

/* Regla específica para dispositivos muy pequeños */
@media (max-width: 480px) {
  .contenedor_test_h1gc {
    font-size: clamp(16px, 5vw, 24px);
    line-height: 1.1;
    margin-bottom: clamp(5px, 1.5vw, 10px);
    padding: 0 clamp(3px, 2vw, 8px);
  }

  .contenedor_test_parrafogc {
    font-size: clamp(12px, 4vw, 18px);
    line-height: 1.2;
    margin-bottom: clamp(8px, 2vw, 15px);
    padding: 0 clamp(3px, 2vw, 8px);
  }

  .contenido_principalgc {
    padding: clamp(3px, 1.5vw, 8px);
  }

  /* Footer responsivo para dispositivos muy pequeños */
  footer {
    padding: 10px 5px;
  }

  .footer-lam {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
  }

  .footer-containergc,
  .footer-container2gc,
  .footer-containe3gc {
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .footer-containergc {
    font-size: clamp(14px, 4vw, 18px);
  }

  .info-contactogc,
  .redesgc {
    font-size: clamp(10px, 2.5vw, 12px);
    text-align: center;
    width: 100%;
    line-height: 1.3;
  }

  .logo_gc {
    margin-left: 0;
    margin-top: 5px;
    justify-content: center;
  }

  .logo_gc img {
    height: clamp(40px, 8vw, 60px);
  }
}

.blog_barras {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.blog_barra1 {
  display: flex;
  background-color: #333544;
  color: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}

.blog_barra1 img {
  width: 400px;
  margin: 10px;
  object-fit: cover;

}

.card-text {
  padding: 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.4;
}


/* nosotros institucion*/

.contenidoin {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: justify;

  flex-grow: 1;
  padding-bottom: 50px;

}


.contenido_textoin li {
  display: flex;
  text-align: justify;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  /* Espacio entre icono y texto */
  margin-bottom: 20px;
}

.contenido_textoin li:before {

  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 20px;
}

.contenidoin {
  width: 85%;
}

.textoin
{
  margin-left: 35px;
}

.imagenesini
{
  justify-items: center;
  align-items: center;
  text-align: center;
}

/* Estilos responsivos adicionales para portal de soluciones */
@media (max-width: 1024px) and (min-width: 769px) {
  .conte_titulops {
    font-size: 40px !important;
  }
  
  .contenido_textops li {
    font-size: 16px;
  }
  
  .conten_imagenes_fotops {
    width: 100%;
    height: 190px;
    object-fit: contain;
  object-position: center;
  min-height: 190px;
  max-height: 190px;
  flex-shrink: 0;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
}

@media (max-width: 480px) {
  .conte_titulops {
   font-size: 20px !important;       
  line-height: 1.1;
  margin-bottom: 20px;
  }
  
  .contenido_textops li {
    font-size: 13px;
    margin-bottom: 10px;
  }
  
  .conten_imagenesps {
  height: 160px;
  min-height: 160px;
  width: 100%;
  position: relative;
  text-align: center;
}
  
  .conten_imagenes_fotops {
    height: 150px;
    object-fit: contain;
  object-position: center;
  min-height: 150px;
  max-height: 150px;
  flex-shrink: 0;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
  
  .texto-imagenps {
    font-size: 12px;
    padding: 6px 8px;
  }
  
  .contenido_texto_imaps {
    height: 25px;
  }
  
  .contenido_texto_imaps2 {
    height: 70px;
  }
  
  .imagen-con-textops {
    height: 150px;
  width: 100%;
  min-width: 120px;
  margin: 0 auto;
}
}

/* Estilos responsivos adicionales para servicios integrados */
@media (max-width: 1024px) and (min-width: 769px) {
  .conte_titulosi {
    font-size: 40px;
  }
  
  .conten_imagenes_fotosi {
    width: 100%;
    height: 190px;
    object-fit: contain;
  object-position: center;
  min-height: 190px;
  max-height: 190px;
  flex-shrink: 0;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
}

@media (max-width: 480px) {
  .conte_titulosi {
    font-size: 20px;
    line-height: 1.2;
  }
  
  .conten_imagenessi {
  height: 160px;
  min-height: 160px;
  width: 100%;
  position: relative;
  text-align: center;
}
  
  .conten_imagenes_fotosi {
    height: 150px;
    object-fit: contain;
  object-position: center;
  min-height: 150px;
  max-height: 150px;
  flex-shrink: 0;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
  
  .texto-imagensi {
    font-size: 12px;
    padding: 6px 5px;
  }
  
  .contenido_texto_imasi {
    height: 40px;
  }
  
  .contenido_texto_ima2si {
    height: 80px;
  }
  
  .imagen-con-textosi {
    height: 150px;
  width: 100%;
  min-width: 120px;
  margin: 0 auto;
}
}

/* Botón flotante para crear nuevo post */
.floating-blog-btn { display:none; }