*{
    margin: 0;
    padding: 0;
  }
  
  
  body{
     font-family: "Raleway", sans-serif;
    
  }
    
  
  .header {
    width: 100%;
    height: 60px;
    position: fixed;
    background-color: #ffffff;
    display: flex;
    flex-direction:row;
    z-index: 1000;
    
  }
  
  .container {
    margin:0 auto 0;
    justify-content:space-between;   
    align-items: center;
    text-align: center;
    width: 80%;
    display: flex;
}

.btn-menu label {
    color: #023c00;
    font-size: 18px;
    cursor: pointer;
    margin-right: 0px; /* Ajusta el espacio entre el botón del menú y el texto "Menú" */
}

.logo{
    display: flex;
    justify-content: center;
    align-items: center;

}

.logo h1 {
    color: #023c00;
    font-weight: 400;
    font-size: 21px;
    margin-top: 2%;
    margin-left: 5px;
}



.menu {
    display: flex;
}

.menu a {
    display: inline-block;
    font-family: "Raleway", sans-serif;  
    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: 15px;
    margin-right: 10px; /* Ajusta el espacio entre los elementos del menú */
}

.menu a:hover {
    border-bottom: 2px solid #023c00;
    padding-bottom: 5px;
}

  

/*Fin de Estilos para el encabezado*/

/*Menù lateral*/
#btn-menu{
    display: none;
}

.container-menu{
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0; /* Establece la opacidad inicial en 0 */
    visibility: hidden;
    transition: opacity 0.5s ease;
}



#btn-menu:checked ~ .container-menu{ 
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}


.cont-menu{
    width: 100%;
    max-width: 300px;
    background: #ffffff;
    height: 100vh;
    position: relative;
    transition: all 500ms ease;
    transform: translateX(-100%);
}

#btn-menu:checked ~ .container-menu .cont-menu{
    transform: translateX(0%);
    position: fixed;
    top: 0;
    left: 0;
}

.logo-slider img{
    background-color: #5b9000;
    width: 100%;
    height: auto; 
    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 de Barra lateral-------------*/

.direcciones-contenedor {
    background: url(../img/AD2.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
   color: #ffffff;
    
}

.direcciones{
    display: flex;
    flex-direction: column;
    margin-left: 200px;
}


.direcciones a{
    text-decoration: none;
    color: #ffffff;
    font-family: "Raleway", sans-serif;
}

.direcciones p{
    margin-top: 70px;
    margin-left: 10px;
    font-size: 15px;
}

.urles p:hover{
    font-weight: bold;
}

.urles{
    margin-top: 10px;
    display: flex;
    width: 80%;
}




.textos-one {

    margin-top: 30px;
    flex-direction: column;
    display: flex;
}

.textos-one h1{
    font-size: 30px;
}

.textos-one p{
    width: 60%;
    padding-top: 20px;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
}

.imgles {
    color: #000000;
    width: 40%;
}

.imgles-one{
    margin-top: 50px;
    display: flex;
    width: 250px;
}

.imgles img {
    width: 100%;
    height: auto;
    margin: 0;
}

/* FIN DE INTRO*/

/*---------------------*/

.oficina-esperanza {
    width: 80%;
    display: flex;
    margin: 30px auto 0;
    
}

.img-espe{
    width: 50%;


}

.img-espe img{
    display: flex;
    margin: 0 auto 0;
    width: 300px;
    height: auto;
    cursor: pointer;
}


.oficina-esperanza img:hover{
   transform: scale(1.03);
}

#horario-table{
    background-color: #efefefb8;
}

.txt-tit{
    margin: 30px auto 0;
    text-align: center;
    color: #5b9000;

}
.txt-tit h1{
    text-align: center;
 
  }
  
table {
    border-collapse: collapse;
    width: 75%;
    cursor: pointer;
    text-align: left;
    background-size: cover; /* Ajusta el tamaño de la imagen para cubrir todo el contenedor */
    background-position: center; /* Centra la imagen en el contenedor */
    height: auto; /* Ajusta la altura del contenedor según tus necesidades */
    color: #5b9000;
    font-size: 15px;
    margin: 0 auto 0;
}

th, td {
    padding: 15px;
}

tr{
    border: 1px solid#e6e6e6; 
}

tr:hover{
    background-color: #d5d5d56f;
}


.oficina-esperanza p{
    font-size: 100px;
} 

.txt-adicional {
    margin-top: 50px;
    text-align: center;
}

.txt-adicional p{
    width: 100%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 10px;
}