@media only screen and (max-width: 767px) {

    .adaptarCel{
        background-color: rgb(137, 133, 134) !important;
        color: white !important; 
        font-size: 0.8rem !important;
        padding: 10px 5px !important;
        text-align: left !important;
    }
    .adaptarCel .dropdown-item{
        text-align: left  !important;
    }
}

@media only screen and (min-width: 768px) {
    .adaptarCel{
        top: -200px !important;
        background-color: #0c4895;
        color: white !important; 
    }
}