/*
Theme Name: Education Hub Child
Template: education-hub
*/

body{
	 margin: 0;
    padding: 0;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 768px) { /* Ajusta 768px al ancho que consideres como "móvil" */
    .site-content {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding-left: 15px; /* Conservando el padding original */
        padding-right: 15px; /* Conservando el padding original */
    }

    .site-content img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .site-content table {
        display: block;
        overflow-x: auto;
        width: 100%;
        max-width: 100%;
    }

    .site-content th,
    .site-content td {
        white-space: nowrap;
        
    }
}

#testimonios-web .titulovideo{
	margin-left:30px!important;
}
/*TITULO NOTICIAS*/
.recent-news h2::before{
	display:none!important;	
}
.recent-news h2{	
	 font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif!important;
	font-weight:bold;
	font-size:21px!important;
	text-decoration:underline;
	text-decoration-color:orange;
	margin-left:30px!important;
}

/* ============================
   ADMISION – CSS MEJORADO
   ============================ */

/* HEADER */
#header_admision {
  background-color: #01578a;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif !important;
  border-top: 3px solid #f68c00;
  padding: 25px 20px 10px 20px;
  text-align: center;
}

#header_admision .title1 {
  color: white;
  font-size: 1rem;
}

#header_admision .title2 {
  color: #f68c00;
  font-size: 2rem;
  font-weight: bold;
  display: block;
}

#header_admision .title3 {
  color: white;
  font-size: 1.2rem;
  margin-top: 5px;
  padding-bottom: 10px;
}

/* CONTENEDOR FLEX */
#contenedoradmision {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* BLOQUES: CASA CENTRAL Y SEDES */
.casacentral,
.sedes {
  flex: 1 1 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif !important;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px;
  min-height: 420px; /* Altura mínima para mostrar imagen completa */
}

/* Imágenes de fondo */
.casacentral {
  background-image: url('http://www.colegiomlz.cl/wp-content/uploads/2023/07/casacentral.jpg');
}

.casacentral:hover {
  background-image: url('http://www.colegiomlz.cl/wp-content/uploads/2023/07/casacentral2.jpg');
}

.sedes {
  background-image: url('http://www.colegiomlz.cl/wp-content/uploads/2023/07/sedesadmision.jpg');
}

.sedes:hover {
  background-image: url('http://www.colegiomlz.cl/wp-content/uploads/2023/07/sedesadmision2.jpg');
}

/* TEXTOS */
.titulocasacentral,
.titulosedes {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.direccioncasacentral,
.direccionsedes,
.jornadacasacentral,
.jornadasedes {
  margin-top: 10px;
  font-size: 1rem;
  text-align: center;
}

/* SECCIÓN DE REQUISITOS */
.requisitos-admision {
  clear: both;
  margin-top: 40px;
  text-align: center;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.requisitos-admision h2 {
  font-size: 20px;
}

.requisitos-admision ul {
  max-width: 700px;
  margin: 20px auto;
  padding-left: 20px;
  font-size: 16px;
  text-align: left;
}

.requisitos-admision p {
  font-size: 16px;
  margin-top: 10px;
}

/* RESPONSIVE MOVIL */
@media only screen and (max-width: 767px) {
  #header_admision {
    padding: 10px;
  }

  #header_admision .title1 {
    font-size: 0.85rem;
  }

  #header_admision .title2 {
    font-size: 1.3rem;
  }

  #header_admision .title3 {
    font-size: 0.95rem;
  }

  #contenedoradmision {
    flex-direction: column;
  }

  .casacentral,
  .sedes {
    flex: 1 1 100%;
    padding: 40px 15px;
    min-height: 360px;
  }

  .titulocasacentral,
  .titulosedes {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .direccioncasacentral,
  .direccionsedes,
  .jornadacasacentral,
  .jornadasedes {
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 767px) {
  .margen-movil-final {
    margin-bottom: 40px;
  }
}




/*ANCHO TODA PANTALLA*/
.container{
	width:100%!important;
	padding-left: 0px!important;
    padding-right: 0px!important;
}
.site-layout-boxed #page{
	padding:0px;
}
/*PADDING TOP 0*/
.site-layout-boxed #page {
    margin: 0 auto;
}

/*INDEX*/
.cycle-prev, .cycle-next{
	display:none!important;
}


/**/

.sub-menu{
	background-color:#4d7fbc!important;
}
#archives-2 .widget-title{
	background-color:#4d7fbc;
}
#colophon{
	background-color:#4d7fbc;
}
#main-nav{
	background-color:#4d7fbc;
}
#tophead{
	background-color:#4d7fbc;
	display:none;
}
.postulacion{
	background-color:#ffa100;
	/*display:none!important;*/
}
.recent-news{
	width:100%!important;
}
.recent-events{
	display:none!important;
}
/*vista mobile*/
@media only screen and (max-width: 767px){
	
	/*LINK TAREAS ONLINE*/
	#main-nav{
		/*width:120%!important;*/
	}
	.menu-toggle{
		width:90%!important;
		background:none!important;
	}
.top-news a{
	font-size:20px!important;
	background:#ffa100;
	padding:5px;	
}	
	#social_icon{
		display:none!important;
	}
	#social_icon .facebook{
		float:right;		
	}
	#social_icon .instagram{
		float:left;		
	}	
	.custom-logo{
		display:none;
	}
	.iconosocial{
	display:none!important;
}
	#quick-contact .top-news > p{
		text-align:center!important;
	}
	#page #masthead{
		padding-top:10px!important;
	}
	.site-title {
		padding-top:0%!important;
		font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif!important; 
	}
}
/*VISTA PC*/
@media only screen and (min-width: 767px){
	/*menu tema*/
#main-nav{
	display:none;
}
	/*SLIDER*/
	#featured-slider{
		display:none;
	}
	/*ESPACIO LATERAL*/
	#masthead{
		padding-left:0px!important;
		padding-right:0px!important;
	}
	#social_icon{
		display:none!important;		
	}	
}
/*SOCIAL ICONS VISTA PC*/
.iconosocial{
	background:white;
}
.iconosocial:hover{
	background:white!important;
}
#menu-item-3429{
	background-color:green;
}

/*TEXTO HOMEPAGE*/
#post-13 .entry-title{
	display:none;
}
/*titulo*/
.site-title{
	font-size:35px;
	padding-top:12%;	
}
/*SLider */
.cycle-caption{
	display:none!important;
}
#main-slider img{
	width:89%!important;
}
/*Sedes Mapa*/
.wpsl-select-wrap{
	display:none !important;
}
#wpsl-search-btn{
	background:#294a70;
	color: white;
}
.wpsl-directions{
	color:#f4a024!important;
	font-size:20px;
	text-decoration:underline;
}

.site-description{
	display:none;
}
.nav-previous{
	display:none;
}
.site-info{
	display:none;
}
body.post-template-default #post-2859 iframe {
     width:100%;
     max-height:100%;
	 	height:1200px;
	 border-width:0px !important;
}
#post-2938 iframe {
     width:100%;
     max-height:100%;
	 	height:600px;
	 border-width:0px !important;
}
#post-2905 iframe {
     width:100%;
     max-height:100%;
	 	height:1200px;
	 border-width:0px !important;
}

#post-2408 iframe {
     width:100%;
     max-height:100%;
	 	height:600px;
	 border-width:0px !important;
}
#post-2898 iframe {
     width:100%;
     max-height:100%;
	 	height:600px;
	 border-width:0px !important;
}
/*IFRAME ENCUESTA */
#post-2710 iframe{
	width:100%;
     max-height:100%;
	 	height:600px;
	 border-width:0px !important;
}
.entry-footer{
	display:none;
}
#post-2905 img{
	display:none;
}

.search-submit{
	text-indent:-999px;	background:url(http://www.colegiomlz.cl/wp-content/uploads/2019/08/lupa.png)!important;
	background-repeat:no-repeat!important;
	background-size:90% !important;
	margin-right:13px;
	margin-top:7px;
}

#contenedorContenidoPDF {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

#contenedorContenidoPDF iframe,
#contenedorContenidoPDF embed,
#contenedorContenidoPDF object {
    display: inline-block;
    max-width: 100%;
}


#contenedorContenido {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    /* Evita que el contenido esté estirado al 100% */
}

/* MAPA UBICACION */
#mapaFullAncho {
  margin: 0;
  padding: 0;
}

.info-contacto {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
}

.contenedor-mapa {
  /*width: 100vw;*/
  height: 450px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.contenedor-mapa iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

#primary {
    width: 100%!important;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }

  .entry-header {
  text-align: center;
}

.entry-header h1 {
  font-size: 2.2em;
  color: #1e3a8a;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) { /* o cualquier otro ancho que consideres "escritorio" */
  .mapa {
    margin-bottom: -117px !important;
  }
  #featured-news-events {
        padding-left: 25px; /* Ajusta el valor según sea necesario */
        padding-right: 25px; /* Ajusta el valor según sea necesario */
    }
}
.section-nosotros{
	padding-left: 15px!important;
	padding-right: 15px!important;
}



 .swiper{
        margin-top: -21px!important;
    }

    
    

    @media (max-width: 991.98px) {
    .desktop-only {
        display: none;
    }
}

@media (min-width: 992px) {
    .mobile-only {
        display: none;
    }

}

.image-container {
    position: relative;
    width: 100%;
}

.image {
    width: 100%;
    height: auto;
}

.title {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;    
    padding-top: 5px;
    padding-left: 20px;
    border-radius: 5px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif !important;
    font-weight: bold;
    font-size: 21px;
    text-decoration: underline;
    text-decoration-color: orange;
}


    .slider img {
        width: 100%;
        height: auto;
    }

    .slick-prev, .slick-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.5);
        border: none;
        border-radius: 50%;
    }

    .slick-prev {
        left: -10px;
    }

    .slick-next {
        right: -10px;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 40px;
        color: white;
    }

    .conocenos h2 {
        margin-top: 10px;
        font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif !important;
        font-weight: bold;
        font-size: 21px;
        text-decoration: underline;
        text-decoration-color: orange;
        margin-left: 30px !important;
    }


    .video-container {
            position: relative;
            width: 60%; /* Set the width to 50% */
            padding-bottom: 28.125%; /* 16:9 aspect ratio (50% of 56.25%) */
            height: 0;
            margin: 0 auto; /* Center the container */
            background: #000;
            overflow: hidden;
            margin-bottom: 20px;
        }

        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        /* Media query for mobile and tablet view */
        @media (max-width: 768px) {
            .video-container {
                width: 100%; /* Full width for mobile and tablet */
                padding-bottom: 56.25%; /* Adjust aspect ratio */
            }
        }


        .resumen-educacion {
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
    margin: 20px 0;
}

.resumen-educacion h2 {
    font-size: 28px;
    color: #2b2b2b;
}

.resumen-educacion p {
    font-size: 16px;
    color: #4f4f4f;
    margin-bottom: 20px;
}

.btn-llamada-accion {
    background-color: #ffab1f; /* Color del botón */
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.btn-llamada-accion:hover {
    background-color: #e89f1b; /* Color del botón al pasar el ratón */
}
.container-2x1 h2 {
        margin-top: 10px;
        font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif !important;
        font-weight: bold;
        font-size: 21px;      
       
    }
    /* Justificación del texto en la vista móvil */
@media (max-width: 768px) {
    .resumen-educacion p {
        text-align: justify; /* Justificar el texto */
    }
}

.btn-llamada-accion {
    background-color: #ffab1f; /* Color del botón */
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.btn-llamada-accion:hover {
    background-color: #e89f1b; /* Color del botón al pasar el ratón */
}

  .site-layout-boxed #page .container{
      padding: 0px!important;
    }
    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%!important;
      height: 100%;
      object-fit: cover;
    }
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
      margin-right: 30px!important;
    }
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
      margin-left: 30px!important;
    }

  
.section {
  width: 100%;
  /*height: 100vh;*/
  background: white;
  margin: 0 auto;
}
@media only screen and (min-width: 767px){ /*VISTA ESCRITORIO*/
    .video {
    width: 50%;
    margin: 0 auto;
    /*height: 100vh;*/
    background-color: white;
  }
  .slider-testimonios{
    display: none!important;
  }
}

  .recent-news h2{
    margin-left: 10px;
  }

  @media only screen and (max-width: 767px){
    /*MOVIL*/
    #testimonios-web{
      display: none!important;
    }
    
    .titulovideo{
      margin-left: 0px!important;
    }
    .topnav{
      display: block!important;
    }
    .rowheader{
      display: none!important;
    }
     #menubar{
      display: none!important;
    }
    #featured-news-events {
        padding-left: 10px; /* Ajusta el valor para la vista móvil */
        padding-right: 10px; /* Ajusta el valor para la vista móvil */
    } 
     
    #videodesktop{
      /*display: none!important;*/
      width: 100%!important;
    }
    .titulovideo{
      margin-left: 15px!important;
    }
    .video {
    width: 100%;
    margin: 0 auto;
    /*height: 100vh;*/
    background-color: white;
  }

     /*#footer2023{
      display: none!important;
      */
    }
    
  
   @media only screen and (max-width: 950px){
    .phonemlz{
      display: none;
    }
  }
.column1, .column2, .column3 {
  box-sizing: border-box;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif!important;
  color: #16164e;
}

.rowheader a{
  text-decoration: none;
  color: #16164e;  
}

.rowheader a:hover{  
  color: #f68c00;
}



/* Create three equal columns that floats next to each other */
.column1 {   
  float: left;
  max-width: auto;  
  height: 130px; /* Should be removed. Only for demonstration */
}
.column1 img{    
 height: auto; 
 width: 60%; 
 object-fit: contain;
 margin-top: 17px;
}
.column2 {  
  float: left;
  max-width: auto;  
  height: 130px; /* Should be removed. Only for demonstration */
  line-height: 25px!important;

}
.column3 {
  
  float: right;
  max-width: auto;  
  margin-right: 22px;
  height: 130px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.rowheader:after {
  content: "";
  display: table;
  clear: both;
}

.iconsheader p {
  display: inline;
  margin-right: 10px;
}


/*MENU*/
#menubar{
  margin-right: 17px;
   margin-top: -42px;
  width:auto;  
  text-align:center;  
  height:auto;
  float: right;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif!important;
  font-weight: bold;
  padding-bottom: 0px!important;
  position: relative; /* Asegura que el menú principal use el z-index */
  z-index: 10; /* Aumenta el z-index del menú principal */
  }

   #menubar ul {

      text-transform:uppercase;
      text-align: left;
      display: inline;
      margin: 0;
      padding: 15px 4px 17px 0;
      list-style: none;
      
  }
  #menubar ul li {
      
      font-weight: normal;     
      display: inline-block;
      margin-right: -5px;
      position: relative;
      padding: 15px 20px;      
      color:#16164e;
      cursor: pointer;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
    }
  #menubar ul li:hover {
      background: #f68c00;
      color: white;
  }

  
/*submenu css starting-------------*/
#menubar li ul {
  display: none;
  background-color: #f7f7f7;
  position: absolute;
  margin-top: 15px;
  margin-left: -20px;
  padding: 0;
  z-index: 1000; /* Asegura que el submenú se muestre sobre otros elementos */
}

#menubar li ul li {
  width: 10em;
  border-bottom: 1px solid #e7e7e7;
}

#menubar li:hover ul {
  display: block;
}

#menubar li ul li:hover {
  background-color: #f68c00; /* Ejemplo de efecto hover */
  color: white;
}

/* Submenú anidado */
#menubar li ul li ul li {
  display: none;
  margin-left: 0;
  position: relative;
}

#menubar li ul li:hover ul li {
  display: block;
}

#menubar ul ul ul {
  left: 100%;
  top: 0;
  margin-left: 0;
}




.swiper-slide img{ 
  width: 100%;
  height: auto;
  border-top: 3px solid #f68c00;
  border-bottom: 3px solid #f68c00;
 }
 .site-header {
    padding: 0px!important;
}

 /* Estilo general */
.preguntas {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif!important;
    display: flex;
    flex-direction: column;
    background-image: url("https://www.colegiomlz.cl/wp-content/uploads/2023/06/pasillo-scaled.jpg");
    background-size: cover;
    background-attachment: fixed;
    gap: 1rem;
    padding: 1rem;
}

/* Estilo del título de preguntas frecuentes */
#preguntasfrecuentes {
    color: white;
    font-weight: bold;
    font-size: 21px;
    text-decoration: underline;
    text-decoration-color: orange;
    margin-bottom: 35px;
    padding-left: 7px!important;
}

/* Estilo de la columna del acordeón */
.column_acordeon {
    flex: 1;
    padding-left: 24px;
}

/* Estilo del contenedor */
.column_acordeon .container {
    margin-bottom: 30px;
    margin-top: 50px!important;
}

/* Estilo de los títulos de sección */
.titulocarrusel {
    color: white;
    padding-left: 9px;
}

/* Estilo de preguntas y respuestas */
.group {
    font-size: 14px;
    color: whitesmoke;
    margin: 20px 0;
}

.group input[type="checkbox"], input[type="radio"]{
    display: none;
}

.question label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 10px;
}

.answer {
    padding-left: 35px;
    padding-top: 10px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    max-height: 0;
}

input:checked ~ .answer {
    max-height: 1000px; /* Un valor suficientemente grande para expandir el contenido */
}

/* Estilo para íconos */
.fa-solid.fa-angle-right {
    color: orange;
    padding-right: 13px;
}

/* Responsive */
@media (min-width: 768px) {
    .preguntas {
        flex-direction: row;
        grid-template-columns: 1fr 1fr;
        gap: 1rem!important;
    }
}
/* Ajustes para la versión móvil */
@media (max-width: 768px) {
    /* Reducir el espacio superior en la versión móvil */
    .column_acordeon .container {
        margin-top: 15px!important; /* Ajuste del padding-top en móvil */
    }

    /* Ajustar el espacio entre las columnas */
    .preguntas {
        gap: 0.5rem; /* Reducir el espacio entre las columnas en móvil */
    }
    /* Estilo de preguntas y respuestas */
    .group {
        font-size: 14px;
        color: whitesmoke;
        margin: 10px 0;
    }
}



 /*FOOTER*/
 @media only screen and (min-width: 767px){
  /*VISTA ESCRITORIO*/
    #footer2023movil{
      display: none;
    }
    #footer2023desktop{
    background-color:#01578a;
    width: 100%!important;
    height: 260px;
    float: left;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif!important;
    border-top: 2px solid #f68c00;
    margin-top: 114px!important;
  }
  .footer_1{   
    width: 9%!important;
    float: left;
  }
  .footer_1 img{
    width: 65%;
    margin-top: 10%!important;    
  }
  .footer_2{
    width: 50%!important;
    float: left;    
    
  }
  .footer_2 .titulo23footer{    
    color: white;
    margin-top: 4%!important; 
  }
  .footer_2 .links23{
    font-size: 15px;
    margin-top: 35px;
    margin-left: 100px;
    color: white;
    line-height: 20px;
  }
  .footer_2 .links23 a{
    text-decoration: none;
    color: white;
  }
  .footer_3{    
    width: 30%!important;
    float: left;
    background-color: none;
    float: left;
    color: white;
  } 
  .footer_3 .contactosiconos img{
    width: 20 %;
    
  }
  .contactosiconos a{
    text-decoration: none;
    display: inline-block;
  }
 }

 @media only screen and (max-width: 767px){
  /*VISTA MOVIL*/
  #footer2023desktop{
    display: none;
  }
  #footer2023movil{
    background-color: #005a8e;
    width: 100%!important;
    height: 300px;    
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif!important;
    border-top: 5px solid #f68c00;
    margin-top: -21px!important;
    color: white!important;
    float: left;
  }
  .footer_1{
    width: 15%!important;
    float: left;
  }
  .footer_1 img{
    width: 90%;
    margin-top: 48%!important;
  }
  .footer_2{    
    line-height: 20px;
    margin-top: 20px;
  }
  .footer_3{
    float: left;
    margin-left: 10px;
    margin-top: 20px;
  }
  .footer_3 a{
    text-decoration: none;
    color: white;
  }


}



#myLinks a:hover{
  background-color: #f68c00;
  color: white;
}

.topnav .fa{
  margin-top: 10px!important;
  font-size: 40px;
  color: #45628f;
}


.topnav {
  overflow: hidden;
  background-color: white;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: #45628f;
    padding: 4px 32px;
    text-decoration: none;
    font-size: 15px;
    display: block;
}

.topnav a.icon {
  height: 48px;
    background: white;
    display: block;
    position: absolute;
    right: 0;
    top: -10px;
}

.topnav a:hover {
  text-decoration: none;
}

.active {
  background-color: white;
  color: white;
}
 
.slider-testimonios {
    width: 100%;
    height: auto;
    margin:auto 0;
    overflow: hidden;   
}
.slider-testimonios ul li{
  padding: 0!important;
}

.slider-testimonios ul {
    display: flex;
    padding: 0;
    width: 400%;
    
    animation: slide 20s infinite alternate ease-in-out;
}

.slider-testimonios li {
    width: 100%;
    list-style: none;
}

.slider-testimonios img {
    width: 100%;
}

@keyframes slide {
    0% {margin-left: 0;}
    20% {margin-left: 0;}
    
    25% {margin-left: -100%;}
    45% {margin-left: -100%;}
    
    50% {margin-left: -200%;}
    70% {margin-left: -200%;}
    
    75% {margin-left: -300%;}
    100% {margin-left: -300%;}
}

 /* Estilos del botón flotante de WhatsApp */
.whatsapp-button {
    position: fixed; /* Mantiene el botón fijo en la pantalla */
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #25D366; /* Color verde de WhatsApp */
    color: white;
    border-radius: 50%; /* Hace que el botón sea completamente redondo */
    width: 60px; /* Ajusta el ancho */
    height: 60px; /* Ajusta la altura para que coincida con el ancho */
    display: flex; /* Centra el ícono */
    justify-content: center; /* Centra el ícono horizontalmente */
    align-items: center; /* Centra el ícono verticalmente */
    font-size: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.whatsapp-button:hover {
    background-color: white;
    transform: scale(1.1); /* Aumenta el tamaño cuando pasas el ratón */
}

@media (max-width: 768px) {
    .whatsapp-button {
        bottom: 25px;
        right: 29px;
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
}

/* Estilos para la sección de 'Nosotros' */
.section-nosotros {
    background-color: #f9f9f9;
    padding: 12px 5px 5px 5px;
    font-family: "Century Gothic", sans-serif;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-left {
   flex: 1;
    max-width: 40%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center; /* Centrado horizontal y vertical */
}

.col-right {
    flex: 2;
    max-width: 100%;
}

.imagen-historia {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.imagen-web {
    display: block;
}

.imagen-movil {
    display: none;
}

.section-title {
    font-size: 21px;
    color: #2b2b2b;
    text-align: left;
    margin-bottom: 40px;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #ffab1f;
    text-underline-offset: 4px;
    margin-left: 18px;
}

.subsection-title {
    font-size: 18px;
    color: #2b2b2b;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.section-text {
    font-size: 14px;
    line-height: 1.7;
    color: #4f4f4f;
    margin-bottom: 20px;
}

.section-text:last-child {
    margin-bottom: 0;
}

.section-nosotros p {
    text-align: justify;
}

/* Estilos para la vista móvil */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }

    .col-left {
        display: none;
    }

    .imagen-movil {
        display: block;
        margin-bottom: 20px;
    }

    .section-title {
        font-size: 20px;
        text-align: left;
    }

    .subsection-title {
        font-size: 22px;
    }

    .section-text {
        font-size: 16px;
    }
}


/* CSS general para entry-content (como ya lo tienes) */
.entry-content {
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 15px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .entry-content {
    margin: 10px;
    max-width: 100%;
    padding: 10px;
  }
}

/* Estilos específicos para la página de admisión (usando el ID) */
#post-4115 .entry-content {
  margin: 0;
  max-width: none;
  padding: 0;
}

/* Estilos específicos para la página de admisión en pantallas pequeñas */
@media (max-width: 768px) {
  #post-4115 .entry-content {
    margin: 0;
    max-width: none;
    padding: 0;
  }
}

#post-4115{
    margin-bottom: 0px!important;
}