@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Bold.ttf') ;
}
@font-face {
    font-family: Montserrat-regular;
    src: url('../fonts/Montserrat-Regular.ttf') ;
}



body{
    
    background-image: url(../img/sig.png);
    background-size: cover;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
     
}


.barra{
  background-color: rgb(12, 47, 12); 
}


.logo1{
    width: 100px;
    height: 30px;
}



.titulo{
    color: aliceblue;
    font-weight: bold;
    font-family: Montserrat;
    text-align: center;
    font-size: calc(2rem + 2vw);

}



.centro{
    display: grid;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.div-mapa{
    display: grid;
    justify-content: center;
    align-items: center; 
    height: auto;
}

.render-mapa{
    height: 450px;
    width: 450px;
}




.desc{
    font-family: Montserrat;
    color: aliceblue;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}





@media screen and (max-width: 990.40px) {
    
    .render-mapa{
        height: 300px;
        width: 300px;
    }

    .desc{
        text-align: justify;
    }

    body{
        background-position: top center;
    }

}

 /* Fondo para móviles */
@media (max-width: 768px) {
    body {
        background-image: url("../img/SIG-BANEER.png");
        background-size: cover;
        background-position: center; 
        background-repeat: no-repeat; 
        background-color: black;
    }
}




/* boton para ver mapa */ 
.button {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: #1652168e;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: 3px solid #0e4d127e;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    cursor: pointer;
  }
  
  .icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
  }
  
  .button:hover {
    transform: scale(1.05);
    border-color: rgba(12, 143, 45, 0.6);
  }
  
  .button:hover .icon {
    transform: translate(4px);
  }
  
  .button:hover::before {
    animation: shine 1.5s ease-out infinite;
  }
  
  .button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
  }
  
  @keyframes shine {
    0% {
      left: -100px;
    }
  
    60% {
      left: 100%;
    }
  
    to {
      left: 100%;
    }
  }

  .nav-lista{
   gap: 3px; 
   
  }

  .links{
    color: aliceblue;
    transition: all ease 0.2s;
    border: solid rgba(255, 255, 255, 0.13) 2px;
    border-radius: 15px;
    background-color: rgba(6, 26, 4, 0.63);
cursor: pointer;
  }

  .links:hover{
    color: rgb(248, 237, 208) !important;
    transition: all ease 0.2s;
    transform:  scale(0.9);
  }

.div-lista{
    display: grid;
    justify-content: center;
    align-items: center;
}



.nav-lista-2{
    display: none;
}

@media screen and (max-width: 700px) {
    .nav-lista{
        display: none ;
    }
    .nav-lista-2{
        display: block;
    }
}


  .lista{   
    height: 35px;
    width: 30px;
    cursor: pointer;
    transition: all ease 0.2s;
  }
  
  .lista:hover{
    transform: scale(0.9);
    transition: all ease 0.2s;
  }


  /* From Uiverse.io by vinodjangid07 */ 
#checkbox {
    display: none;
  }
  
  .toggle {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition-duration: .3s;
  }
  
  .bars {
    width: 100%;
    height: 4px;
    background-color: rgb(253, 255, 243);
    border-radius: 5px;
    transition-duration: .3s;
  }
  
  /* #checkbox:checked + .toggle .bars {
    margin-left: 13px;
  } 
  
  #checkbox:checked + .toggle #bar2 {
    transform: translateY(14px) rotate(60deg);
    margin-left: 0;
    transform-origin: right;
    transition-duration: .3s;
    z-index: 2;
  }
  
  #checkbox:checked + .toggle #bar1 {
    transform: translateY(28px) rotate(-60deg);
    transition-duration: .3s;
    transform-origin: left;
    z-index: 1;
  }
  
  #checkbox:checked + .toggle {
    transform: rotate(-90deg);
  }
  /* #checkbox:checked + .toggle #bar3 {
    transform: rotate(90deg);
    transition-duration: .3s;
    transform-origin:right;
  } */
  
  
  .offcanvas-nav{
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgb(182, 192, 179));
    

  }

  .canvas-cuerpo{
    display: grid;
    justify-content: center;
    align-items: center;

    
    
  }

  .lista-2{
     gap: 50px;
    
       }

  .links-2{
    font-family: Montserrat-regular;
    color: rgb(47, 97, 31);
    font-size: 1.1rem !important;
    transition: all ease 0.4s;
    border-radius: 15px;
    padding: 15px;
    text-decoration: none;
    cursor: pointer;
  }

  .links-2:hover{
    border: solid 2px rgb(204, 223, 204);
    transition: all ease 0.2s;
    background-color: rgb(51, 70, 35);
    color: aliceblue;
  }