.accesibilidad-container{
    position: fixed;
    top: 300px;
    right: 0px;
    z-index: 10000000000;
    display: flex;
    width: auto;

}
.accesibilidad-container-1{
    position: relative;
    left: 0px;
    background-color:#00285f;
    /* border: solid 1px blueviolet; */
    padding: 5px;
    width: 0%;
    border-radius: 15px;
    transition: 200ms;
    display: none;
}
.accesibilidad-container-2{
    width: 70px;
    display: flex;
    position: relative;
    left: 0px;
}
.acces{
    color: #fff;
    border-radius: 50;
    width: 100%;
    display: flex;
    justify-content: center;
    display: inherit;

}
.acces div{
    display: inherit;
    align-items: center;
    
}
.acces img{
    width: 80px;
    background-color: #00285f;
    border-radius: 50%;
    cursor: pointer;
    border: solid .5px #00285f;
}
.opciones-container{
    visibility: visible;
}
.modoOscuro-container{
    margin-bottom: 15px;
    width: 100%;
    padding: 5px;
    text-align: center;
    color: #fff;
    

}
.modoOscuro-col{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.dia , .noche{
    width: 25%;
    padding: 10px;
    
}

.casilla-modoOscuro{
    width: 50%;
    height: 20px;
    background-color: #c0a81e;
    border-radius: 50px;
    display: flex;    
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    transition: 200ms;

}
.casilla-modoOscuro:hover{
    cursor: pointer;
}
.btn-modoOscuro{
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: none;
    visibility: visible;

}
.tamaño-container{
    text-align: center;
}
.tamaño-opciones{
    display: flex;
    justify-content: space-evenly;
}
.col-opciones{
    width: 30%;
   
}
.col-opciones p{
    color:#fff;
    font-weight: bolder;
}
.btn-option{
    width: 100%;
    background-color: gray;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.tamaño-container h4{
    color: #fff;
}
.btn-dec{
    width: 100%;
    height: 5px;
    background-color: white;
    border-radius: 3px;
}
.label-texto-accesabilidad{
    font-size: 1.4rem;
}
#btn-dec-1{
    background:aqua;
}
#btn-dec-2{
    background:white;
}
#btn-dec-3{
    background:white;
}
.description-container{
    display: flex;
    justify-content:center ;
    align-items: center;
}

