*{
    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%);
    font-size: 12px;
  }
  
  #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{
    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;
  }
  
  /*---
   /*--------------*/
  
  .direcciones-contenedor {
    background: url(../img/AC2.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;
  }
  
  .urles 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: 70%;
    padding-top: 20px;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
  }
  
  

  
/*------*/

.txt-tit{
    margin: 30px auto 30px;
    text-align: center;
    color: #5b9000;

}
.txt-tit h1{
    text-align: center;

  }

.oficinas{
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #ccc;
    margin:  0 auto 0;
    display: flex;
    width: 80%;
    text-align: left;
    padding: 20px;
    
}

.oficinas img{
    margin:  0 auto 0;
    width: 500px;

}

.oficinas a{

    margin: 0px;
}

.oficinas a:hover{
    
   transform: scale(1.01);
}

.oficina-txt{
    text-align: left;
    display: flex;
    padding: 10px;
}

.oficina-txt img{

    width: 100px;
    height: auto;

}


.oficina-txt h1{
    text-align: left;
}

.oficina-txt h2{
    font-size: 19px;
    text-align: left;

}

/* horarios */
.Horarios-atencion {
    background: linear-gradient(to  right, rgba(185, 185, 185, 0.208),#ffffff, #ffffff);
    width: 70%;
    margin-top: 100px;
    margin: 100px auto 100px ; /* Centra horizontalmente */
    text-align: center; /* Centra el contenido interno */
    display: flex;
    flex-direction:row;
    align-items: center;
    justify-content:space-between;
    border-radius: 20px;
    border: 1px solid #ccc;
}

.textos-horarios {
    display: flex;
    flex-direction: column;
}


.textos-horarios h1{
    font-size: 19px;
    margin-left: 100px;
}

.textos-horarios a{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-decoration: none;
    margin-left: 100px;
    font-size: 15px;
    color: #023c00;
    text-align: left;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.textos-horarios a:hover{

    background-color: #eaeaea;
}

.Horarios-atencion p {
    font-family: "Raleway", sans-serif;

}


.Horarios-atencion img {
    border-radius: 0 20px 20px 20px;
    width: 200px;
    max-width: 100%; /* Asegura que la imagen no exceda el ancho del contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
}

.sedes-text p{
    font-family: "Raleway", sans-serif;
    margin-top: 5px;
    margin-bottom: 12px;
    text-align: right;
}

#status-ubicacion1, #status-ubicacion2{
    padding: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid#ccc;
    border-radius: 10px;
    cursor: pointer;

}




.open {
    color: green;
}
.closed {
    color: red;
}

.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;
}
/* ---FOOTER----*/

footer {
    margin: auto;
    overflow: hidden;
    color: #023c00;
    font-family: "Raleway", sans-serif;
    background-color: #f9f9f9;
  }
  
  
  
  .contenedor-footer {
    padding: 20px;
    display: flex;
    align-items: center; 
    justify-content: space-evenly;
  
  }
  
  .content-section{
    
    text-align: center;
    margin: 0;
  }
 
  .content-section img{
    width: 50%;
    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;
    width: 40%;
    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: 8%;
    
  }

  .section-2 {
    
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 20px; 
}

.section-2 img {
    justify-self: center;
    width: 70%;
    height: auto; 
    display: block;
}

  .section-3{
    padding: 10px;
    border-left: 1px solid#ccc;
    text-align: left;
  }

  .marca{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }


  .marca img {
    justify-self: center;
    width: 120px;
  }

  .marca img:hover{
    transform: scale(1.1);
  }
  
