body{
    background-color: white !important;
}
/* Header */
nav .logo{
    max-width: 250px;
    margin-left: 75px;
}
.dashboard-header{
    padding: 0px;
}
/* Home */
.home-bg{
    background-image: url("../img/ef300ea8-b494-4982-b7cb-c5a4351bf5ca.jpg");
    min-height: 600px;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.home-bg h2{
    margin-bottom: 30px;
    font-weight: 600;
}
.home-bg .bg-white{
    padding: 25px 40px;
}
.home-bg .align-middle{
    align-content: center;
    display: grid;
}
.home-bg .logo{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
#modal_dormitorios, #modal_banos, #modal_productos, #modal_pisos{
    font-weight: 700;
}
#label-cupon{
    font-size: 9px;
    line-height: 1;
}
#cupon_input{
    margin-bottom: 5px;
}
#validar-cupon{
    max-height: 35px;
}
#desc-aplicado{
    font-size: 28px;
    margin-left: 5px;
}
/* Cita agendada*/
.cita{
    padding-top: 50px;
    padding-bottom: 50px;
}
.cita h2{
    margin-bottom: 80px;
}
.modal#aviso .modal-dialog{
    max-width: 1000px;
}
/* Login page */
.login{
    padding-top: 100px;
    padding-bottom: 100px;
}
/* Footer */
.footer{
    position: relative !important;
}

@media (max-width: 575.98px) {
    .home-bg{
        background-size: contain;
        padding-top: 250px;
        padding-bottom: 50px;
    }
    nav .logo{
        max-width: 100%;
        margin-left: 0px !important;
        padding-left: 30px;
        padding-right: 30px;
    }
}