
/* nav.bg-white {
    position: absolute;
    width: 100%;
    background: transparent !important;
    position: absolute;
    width: 100%;
    background: transparent !important;
    /* position: fixed; */
    /* width: 60px; */
    /* height: 60px; */
  /*   bottom: 40px; */
    /* left: 120px; */
    /* background-color: #25d366;
    color: #FFF; */
    /* border-radius: 50px; */
    /* text-align: center; */
   /*  font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
} */



/* .shadow-sm{
    box-shadow: none !important;
} */

/* .sesion{
    background: #004944;
    /* background: rgba(0,0,0,0.8); */
  /*   text-align: end;
    letter-spacing: 0.1rem;
}

.sesion li>a{
    color: white !important;
}
 */


/* body{
    background: #8a5f95;
} */





.nav-auditorio{
    position: absolute;
    display: none;
}

#toggle{
    display: none;
}

.button{
    z-index: 999;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 100%;
    transition: all 0.5s ease-in-out;
    box-shadow: 1px 3px 10px 0 rgba(0,0,0,0.3);
    cursor: pointer;
}

/* .button:before{
    position: absolute;
    top: 27px;
    left: 12px;
    content: '';
    width: 38px;
    height: 2px;
    background: #fff;
    transform: rotate(
90deg
 );
}

.button:after{
    position: absolute;
    top: 28px;
    left: 10px;
    content: '';
    width: 39px;
    height: 2px;
    background: #fff;
} */


.ul-auditorio {
    display: grid;
}

.nav{


    transform: translateY(-10%);
    /* opacity: 0; */
    z-index: 999;
    bottom: 110px;
    flex-direction: column;

    transition: all 0.5s ease-in-out;
    background: white;
    width: auto;
    border-radius: 5px;
    transform: translateY(0%);
    box-shadow: 2px 3px 10px 0 rgb(0 0 0 / 10%);
}



.nav a{
    display: block;
    /* margin: 20px 0; */
    /* color: #f28482; */
    text-decoration: none;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 300ms;
}

/* .nav a:hover{
    color: #5f5f5f;
} */

#toggle:checked ~ .nav-auditorio{
    display: grid;
    transform: translateY(10%);
}


#toggle:checked ~ .button{
    transform: rotate(135deg);
    box-shadow: 0 0 0 0 transparent;
}































































