.alto-padrao{
    background-image: url("../images/bg_luxury.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    padding-top: 20%;
}
.casa-verde-amarela{
    background-image: url("../images/bg_verdeeamarela.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    padding-top: 20%;
}
.img-alto-padrao{
    width: 45%;
    height: auto;
}
.img-verde-amarela{
    width: 40%;
    height: auto;
}
@media (max-width: 540px)
{
    .alto-padrao{
        height: 50vh;
    }
    .casa-verde-amarela{
        height: 50vh;
    }
}
