.section {
    background-color: #0f0f0f;
    color: #ffffff;
    padding-bottom: 10%;

/*  COMO CUADRADO
  margin: 100px auto;
    padding: 20px;
    border-radius: 10px;
    max-width: 900;
    min-height: 500px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);*/
}

.h3-text {
    text-align: center;
    font-size: x-large;
}
.h3-text a {
    border: 2px solid #000;
    border-radius: 9999px;
    background-color: rgba(0, 0, 0, 1);
    padding: 0.625rem 1.5rem;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    outline: 0;
    transition: all  .2s ease;
    text-decoration: none;
}

.h3-text a:hover {
    background-color: transparent;
    color: #dd9e16;
    border: 2px solid #dd9e16;
}

.menu {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    
}

.boton {
    background-color: #3b3733;
    color: white;
    padding: 14px 20px;
    border: 0;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 5px;
}

.boton:hover, .boton.activo {
    background-color: #49a9f8;
    box-shadow: 
    0 0 5px #49a9f8,  /* Sombra brillante */
    0 0 10px #2e4081, 
    0 0 15px #1f2d6d, 
    0 0 20px #11054f;
    /*transform: scale(1.05);*/

}

.menuInfo{
    background-color:#0f0f0f;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

/* ESTILOS DEL MODAL */
.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 700px;
    background: #222;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
    z-index: 1000;
    text-align: center;
}


/* Fondo oscuro al abrir el modal */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}


/*-------SESIONES*/

.sesionn{
    width: 200px;
    height: 200px;
}


#ubicacion-mapa {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
