ul.lista-precios {
    list-style: none;
    padding:0;
    margin:0;
}
ul.lista-precios li {
    text-align: center;
}
ul.lista-precios li .numero {
    font-size: 30px;
}

.contenido-dia label {
    font-weight: normal;

}
.contenido-dia  {
    display: none;
}
.contenido-dia label time{
    color: #fe4918;
    font-weight: bold;
}
.tabla-precio h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #fe4918;
    font-weight: bold;
}
.sombra {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.5);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,.5);
    border-radius: 10px;
}
.form-group-one{
    padding-left: 20px;
}

.form-group-two{
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    flex-direction: row;
}

.checks{
    display: flex;
    flex-direction: column;
    margin-right: 70px;
}

@media (min-width: 1200px) {
    #multi-filters{
    display: flex; 
    justify-content: space-between;
    flex-direction: row;
    }
    .form-group-two{
        display: block;
        padding-left: 0px;
        
    }
    .checks{
        display: block;
        margin-top: 0px;
        margin-right: 0px;;
    }
}
/*
#multi-filters{
        
    display: flex; 
    flex-direction: column;
    align-items: start;
    }

*/

.color-login{
    background-color: #fefeff !important;
}

