@media only screen and (max-width:400px){
    .textos-one {
        width: 90%;
        margin-top: 10px;
        
        font-weight: lighter;
    }
    


    #encabezado h1{
        font-size: 16px;
    }
    
    #encabezado p{
        font-weight: normal;
        font-size: 8px;
    }

    .logo h1 {
        color: #023c00;
        font-weight: 400;
        font-size: 14px;
      }
    
      .menu a {
        display: inline-block;
        padding: 0px 0px; /* Ajusta el espacio arriba/abajo y los lados */
        line-height: normal;
        text-decoration: none;
        color: #023c00;
        transition: all 0.3s ease;
        border-bottom: 2px solid transparent;
        font-size: 12px;
        margin-right: 10px; /* Ajusta el espacio entre los elementos del menú */
      }


    .txt-tit h1{
        text-align: center;
        font-size: 20px;
      }

      .txt-tit p{
        font-size: 14px;
      }
    /*footer */
   
    footer {
        margin: auto;
        overflow:none;
        color: #023c00;
        font-family: "Raleway", sans-serif;
        background-color: #f9f9f9;
      }
      
      
      
      .contenedor-footer {
        padding: 0px;
        display: flex;
        align-items: center; 
        justify-content: space-evenly;
      
      }
      
      .content-section{
        
        text-align: center;
        margin: 0;
      }
     
      .content-section img{
        width: 70%;
        height: auto;
        margin: 0;
      }
    
      .content-section p{ 
        margin-top: 5px;
        font-size: 20px;
        
      }
      .content-section h1{
    
        font-size: 15px;
      }
      
      .content-section a{		
        color: #023c00;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        text-decoration: none;
    
        font-size: 15px;
    
      }
    
      .content-section a:hover{		
        text-decoration: underline;
    
      }
    
      .loguitos{
        border-top: 1px solid #ccc;
      }
    
      .loguitos img{
        
        text-align: center;
        align-items: center;
        width: 10%;
        
      }
    
      .section-2 {
        
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        padding: 20px; 
    }
    
    .section-2 img {
        justify-self: center;
        width: 100%;
        height: auto; 
        display: block;
    }
    
      .section-3{
        padding: 10px;
        border-left: 1px solid#ccc;
        text-align: left;
      }
    
      .marca{
        width: 60%;
        padding: 0;
        margin: 0;
      }

     
    
    
      .marca a img {
        width: 100%;
        justify-content: center;
      }
 

 

}

@media only screen and (max-width: 600px) {
  


    .header {
        
        height: 40px;
        position: relative;
        background-color: #ffffff;
    }

    /*Fin de Estilos para el encabezado*/

/*Menù lateral*/
.cont-menu{
    
    max-width: 100%;

    height: 100vh;
    position: absolute;
    transition: all 500ms ease;
    transform: translateX(-100%);
}

#btn-menu:checked ~ .container-menu .cont-menu{
    transform: translateX(0%);
    position: absolute;
    top: 0;
    left: 0;
}

.logo-slider{
    background-color: #5b9000;
    
}

.logo-slider img {
margin: 0 auto 0;
width: 300px;
height: 300px; 
display: flex;
justify-content: center;
align-items: center;  
}


.cont-menu nav {
margin-top: 2px;
transform: translateY(2%);
}

.cont-menu nav a {
border-bottom: 1px solid #91919179;
display: block;
text-decoration: none;
padding: 20px;
color: #000000;
border-left: 5px solid transparent;
transition: all 400ms ease;
}

.cont-menu nav a:hover {
font-weight: bold;
color: #fff;
border-left: 5px solid #236e00;
background: #6bad00d2;
border-radius: 10px;
}

.cont-menu label {
position: absolute;
right: 5px;
top: 10px;
color: #fff;
cursor: pointer;
font-size: 18px;
}

/*FIN MENU */
/* INTRODUCCION*/
.direcciones-contenedor {

    height: 90px;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    object-fit: contain;

}

.direcciones{

    display: flex;
    flex-direction: column;
    margin-left: 10px;
}


.direcciones a{
    text-decoration: none;
    color: #ffffff;
    font-family: "Raleway", sans-serif;
}

.direcciones p{
    margin-top: 0px;
    margin-left: 10px;
    font-size: 12px;
}

.direcciones p:hover{
    font-weight: bold;
}

.urles{
    margin-top: 10px;
    display: flex;
    width: 100%;
   
}

.textos-one {
    width: 60%;
    margin-top: 10px;
    flex-direction: column;
    display: flex;
}

.textos-one h1{
    font-size: 13px;
}

.textos-one p{
    width: 100%;
    padding-top: 0px;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 10px;
}



/* FIN DE INTRO*/

/* HORARIOS FREE*/
.oficina-esperanza {
    flex-direction: column; /* Cambiar la dirección del flujo a columna */
    align-items: center; /* Centrar los elementos horizontalmente */
    margin-top: 20px; /* Ajustar el margen superior */
}

.img-espe {
    width: 100%; /* Ocupar todo el ancho disponible */
}

.img-espe img {
    width: 90%; /* Reducir el ancho de la imagen */
    max-width: 250px; /* Establecer un ancho máximo */
}

/* FIN OFICINA ESPERANZA */

/* Estilos para la tabla */
table {
    width: 90%; /* Reducir el ancho de la tabla */
    margin: 20px 0 0; /* Centrar horizontalmente y añadir espacio en los márgenes superior e inferior */
}

th, td {
    font-size: 80%;
}

/* Estilos adicionales */
.txt-adicional {
    width: 90%;
    margin: 20px auto 0; /* Ajustar el margen superior */
    text-align: center; /* Centrar el texto horizontalmente */
}

.txt-adicional p {
    
    font-size: 70%; /* Ajustar el tamaño del texto */
}

.txt-tit h1{
    text-align: center;
    font-size: 20px;
}

  .txt-tit p{
    font-size: 14px;
  }
/* FIN HORARIOS FREE*/

/* SECTION 2 HORARIOS */

.Horarios-atencion {
    background: linear-gradient(to right, rgba(185, 185, 185, 0.208), #ffffff, #ffffff);
    width: 90%; /* Reducir el ancho para adaptarse mejor a pantallas más pequeñas */
    margin:50px auto; /* Centra horizontalmente */
    display: flex;
    flex-direction: column; /* Cambia la dirección del flujo a vertical */
    align-items: center; /* Centra los elementos horizontalmente */
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px; /* Agrega espacio interno */
}

.textos-horarios {
    width: 100%; /* Ocupa todo el ancho disponible */
}

.textos-horarios h1 {
    font-size: 16px; /* Aumenta el tamaño del texto */
    text-align: center; /* Centra horizontalmente */
    margin: 5px 0; /* Añade espacio entre el título y los enlaces */
}

.textos-horarios a {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-decoration: none;
    font-size: 12px; /* Ajusta el tamaño del texto */
    color: #023c00;
    text-align: center; /* Centra horizontalmente */
    padding: 5px 10px; /* Añade espacio alrededor del texto */
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 5px 0; /* Añade espacio entre los enlaces */
}

.textos-horarios a:hover {
    background-color: #eaeaea;
}

.Horarios-atencion p {
    font-family: "Raleway", sans-serif;
    font-size: 12px; /* Ajusta el tamaño del texto */
    text-align: center; /* Centra horizontalmente */
}

.Horarios-atencion img {
    margin: 10px;
    width: 20%; /* Ajusta el ancho de la imagen al contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
}

.sedes-text p {
    font-family: "Raleway", sans-serif;
    margin: 5px 0; /* Añade espacio entre los párrafos */
    font-size: 12px; /* Ajusta el tamaño del texto */
    text-align: center; /* Centra horizontalmente */
}

#status-ubicacion1,
#status-ubicacion2 {
    padding: 5px;
    text-align: center;
    font-size: 12px; /* Ajusta el tamaño del texto */
}




/* FIN SECCION HORARIOS */  

}

@media only screen and (min-width: 601px) and (max-width: 900px) {

    /*Menù lateral*/
.cont-menu{
    
    max-width: 100%;

    height: 100vh;
    position: absolute;
    transition: all 500ms ease;
    transform: translateX(-100%);
}

#btn-menu:checked ~ .container-menu .cont-menu{
    transform: translateX(0%);
    position: absolute;
    top: 0;
    left: 0;
}


.logo-slider{
    background-color: #5b9000;
    
}

.logo-slider img {
margin: 0 auto 0;
width: 300px;
height: 300px; 
display: flex;
justify-content: center;
align-items: center;  
}

/*fin MENU LATERAL */

/* INTRODUCCION*/
.direcciones-contenedor {

    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    object-fit: contain;

}

.direcciones{

    display: flex;
    flex-direction: column;
    margin-top: 60px;
    margin-left: 10px ;
}




.direcciones p{
    margin-top: 0px;
    margin-left: 10px;
    font-size: 12px;
}



.urles{
    margin-top: 10px;
    display: flex;
    width: 100%;
   
}

.textos-one {
    padding: 0px;
    width: 100%;
    margin-top: 0px;

}

.textos-one h1{
    margin-top: 10px;
    margin-left: 10px;
    font-size: 20px;
}

.textos-one p{
    padding: 0px;
    font-size: 14px;
}

/* footo intro fin */

/* HORARIOS FREE*/
.oficina-esperanza {
    flex-direction: column; /* Cambiar la dirección del flujo a columna */
    align-items: center; /* Centrar los elementos horizontalmente */
    margin-top: 20px; /* Ajustar el margen superior */
}

.img-espe {
    width: 100%; /* Ocupar todo el ancho disponible */
}

.img-espe img {
    width: 90%; /* Reducir el ancho de la imagen */
    max-width: 250px; /* Establecer un ancho máximo */
}

/* FIN OFICINA ESPERANZA */

/* Estilos para la tabla */
table {
    width: 90%; /* Reducir el ancho de la tabla */
    margin: 20px 0 0; /* Centrar horizontalmente y añadir espacio en los márgenes superior e inferior */
}

th, td {
    font-size: 80%;
}

/* Estilos adicionales */
.txt-adicional {
    width: 90%;
    margin: 20px auto 0; /* Ajustar el margen superior */
    text-align: center; /* Centrar el texto horizontalmente */
}

.txt-adicional p {
    
    font-size: 70%; /* Ajustar el tamaño del texto */
}

/* FIN HORARIOS FREE*/
/* SECTION 2 HORARIOS */

.Horarios-atencion {
    background: linear-gradient(to right, rgba(185, 185, 185, 0.208), #ffffff, #ffffff);
    width: 90%; /* Reducir el ancho para adaptarse mejor a pantallas más pequeñas */
    margin:50px auto; /* Centra horizontalmente */
    display: flex;
    flex-direction: column; /* Cambia la dirección del flujo a vertical */
    align-items: center; /* Centra los elementos horizontalmente */
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px; /* Agrega espacio interno */
}

.textos-horarios {
    width: 100%; /* Ocupa todo el ancho disponible */
}

.textos-horarios h1 {
    font-size: 16px; /* Aumenta el tamaño del texto */
    text-align: center; /* Centra horizontalmente */
    margin: 5px 0; /* Añade espacio entre el título y los enlaces */
}

.textos-horarios a {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-decoration: none;
    font-size: 12px; /* Ajusta el tamaño del texto */
    color: #023c00;
    text-align: center; /* Centra horizontalmente */
    padding: 5px 10px; /* Añade espacio alrededor del texto */
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 5px 0; /* Añade espacio entre los enlaces */
}

.textos-horarios a:hover {
    background-color: #eaeaea;
}

.Horarios-atencion p {
    font-family: "Raleway", sans-serif;
    font-size: 12px; /* Ajusta el tamaño del texto */
    text-align: center; /* Centra horizontalmente */
}

.Horarios-atencion img {
    margin: 10px;
    width: 20%; /* Ajusta el ancho de la imagen al contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
}

.sedes-text p {
    font-family: "Raleway", sans-serif;
    margin: 5px 0; /* Añade espacio entre los párrafos */
    font-size: 12px; /* Ajusta el tamaño del texto */
    text-align: center; /* Centra horizontalmente */
}

/* end section oclock */
}

@media only screen and (min-width: 901px) and (max-width: 1250px) {

     /*Menù lateral*/
.cont-menu{
    
    max-width: 100%;

    height: 100vh;
    position: absolute;
    transition: all 500ms ease;
    transform: translateX(-100%);
}

#btn-menu:checked ~ .container-menu .cont-menu{
    transform: translateX(0%);
    position: absolute;
    top: 0;
    left: 0;
}


.logo-slider{
    background-color: #5b9000;
    
}

.logo-slider img {
margin: 0 auto 0;
width: 300px;
height: 300px; 
display: flex;
justify-content: center;
align-items: center;  
}

/*fin MENU LATERAL */

/* INTRODUCCION*/
.direcciones-contenedor {

    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    object-fit: contain;

}

.direcciones{

    display: flex;
    flex-direction: column;
    margin-top: 60px;

    padding: 0;
}




.direcciones p{
    margin-top: 0px;

    font-size: 12px;
}



.urles{
    margin-top: 10px;
    display: flex;
    width: 100%;
   
}

.textos-one {
    padding: 0px;
    width: 100%;
    margin-top: 0px;

}

.textos-one h1{
    margin-top: 10px;
 
    font-size: 20px;
}

.textos-one p{
    padding: 0px;
    font-size: 15px;
}

/* footo intro fin */

/* HORARIOS FREE*/
.oficina-esperanza {
    flex-direction: column; /* Cambiar la dirección del flujo a columna */
    align-items: center; /* Centrar los elementos horizontalmente */
    margin-top: 20px; /* Ajustar el margen superior */
}

.img-espe {
    width: 100%; /* Ocupar todo el ancho disponible */
}

.img-espe img {
    width: 90%; /* Reducir el ancho de la imagen */
    max-width: 250px; /* Establecer un ancho máximo */
}

/* FIN OFICINA ESPERANZA */

/* Estilos para la tabla */
table {
    width: 90%; /* Reducir el ancho de la tabla */
    margin: 20px 0 0; /* Centrar horizontalmente y añadir espacio en los márgenes superior e inferior */
}

th, td {
    font-size: 80%;
}

/* Estilos adicionales */
.txt-adicional {
    width: 90%;
    margin: 20px auto 0; /* Ajustar el margen superior */
    text-align: center; /* Centrar el texto horizontalmente */
}

.txt-adicional p {
    
    font-size: 70%; /* Ajustar el tamaño del texto */
}

/* FIN HORARIOS FREE*/
/* SECTION 2 HORARIOS */

.Horarios-atencion {
    background: linear-gradient(to right, rgba(185, 185, 185, 0.208), #ffffff, #ffffff);
    width: 90%; /* Reducir el ancho para adaptarse mejor a pantallas más pequeñas */
    margin:50px auto; /* Centra horizontalmente */
    display: flex;
    flex-direction: column; /* Cambia la dirección del flujo a vertical */
    align-items: center; /* Centra los elementos horizontalmente */
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px; /* Agrega espacio interno */
}

.textos-horarios {
    width: 100%; /* Ocupa todo el ancho disponible */
}

.textos-horarios h1 {
    font-size: 22px; /* Aumenta el tamaño del texto */
    text-align: center; /* Centra horizontalmente */
    margin: 5px 0; /* Añade espacio entre el título y los enlaces */
}

.textos-horarios a {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-decoration: none;
    font-size: 15px; /* Ajusta el tamaño del texto */
    color: #023c00;
    text-align: center; /* Centra horizontalmente */
    padding: 5px 10px; /* Añade espacio alrededor del texto */
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 5px 0; /* Añade espacio entre los enlaces */
    background-color: #00000037;
}

.textos-horarios a:hover {
    background-color: #eaeaea;
}

.Horarios-atencion p {
    font-family: "Raleway", sans-serif;
    font-size: 15px; /* Ajusta el tamaño del texto */
    text-align: center; /* Centra horizontalmente */
}

.Horarios-atencion img {
    margin: 10px;
    width: 20%; /* Ajusta el ancho de la imagen al contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
}

.sedes-text p {
    font-family: "Raleway", sans-serif;
    margin: 5px 0; /* Añade espacio entre los párrafos */
    font-size: 15px; /* Ajusta el tamaño del texto */
    text-align: center; /* Centra horizontalmente */
}

/* end section oclock */

/* FOOTER*/

.content-section p{ 
    margin-top: 5px;
    font-size: 15px;
    
  }

  .content-section h1{

    font-size: 20px;
  }
  
  .content-section a{		
    color: #023c00;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-decoration: none;
    font-size: 12px;
    padding:0;
    margin: 0;

  }

  

  .marca img {
    justify-self: center;

  }

  .marca{
    width: 20%;
    padding: 0;
    margin: 0;
  }

 


  .marca a img {
    width: 100%;
    justify-content: center;
  }
  /*eend */
}


@media only screen and (max-width: 800px) {

    /* FOOTER*/



.content-section p{ 
    margin-top: 5px;
    font-size: 0px;
    
  }

  .content-section h1{

    font-size: 0px;
  }
  
  .content-section a{		
    color: #023c00;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-decoration: none;
    font-size: 0px;
    padding:0;
    margin: 0;

  }

  

  .marca img {
    justify-self: center;
    width: 120px;
  }

  .marca{
    width: 60%;
    padding: 0;
    margin: 0;
  }

 


  .marca a img {
    width: 100%;
    justify-content: center;
  }

  .content-section img{
    width: 80%;
  }

  .loguitos img{
    
    text-align: center;
    align-items: center;
    width: 8%;
  }

  .section-2 img {
    justify-self: center;
    width: 100%;
    height: auto; 
    display: block;
}
}

@media only screen and (min-width: 0px) and (max-width: 1250px) {
    

    .Horarios-atencion img{
        border-radius: 50%;
        width: 200px;
    }
    
    }