.main {
    background: url(/img/fundo-main.webp) no-repeat center center;
    background-size: cover;
    padding: 120px 10px;
    padding-top: 200px;
    text-align: center;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}
.main-sala {
    background: url(/img/fundo-saladeestar.webp) no-repeat center center;
    background-size: cover;
    padding: 120px 10px;
    padding-top: 200px;
    text-align: center;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}
.main-quartos {
    background: url(/img/fundo-quarto.webp) no-repeat center center;
    background-size: cover;
    padding: 120px 10px;
    padding-top: 200px;
    text-align: center;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}
.main-banheiro {
    background: url(/img/fundo-banheiro.webp) no-repeat center center;
    background-size: cover;
    padding: 120px 10px;
    padding-top: 200px;
    text-align: center;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}
.main-comercial {
    background: url(/img/fundo-comercial.webp) no-repeat center center;
    background-size: cover;
    padding: 120px 10px;
    padding-top: 200px;
    text-align: center;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}
.main-festas {
    background: url(/img/fundo-festas.webp) no-repeat center center;
    background-size: cover;
    padding: 120px 10px;
    padding-top: 200px;
    text-align: center;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}
.main-grid {
    display: grid;
    position: relative;
}
.main-grid h2 {
    text-align: center;
    font-size: 3.2rem;
    font-family: "Gritlen";
    font-weight: 100;
    max-width: 600px;
    line-height: 1.3em;
    text-transform: capitalize;
    margin-left: auto;
    margin-right: auto;
}
.main-grid h2 span {
    color: #D9B761;
}
.main-grid h1 {
    text-align: center;
    font-size: 1.2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.main-grid h1 span {
    color: #D9B761;
}
.main-grid a {
    margin-top: 40px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
}

#circulo1 {
    position: absolute;
    padding: 50px;
    background-color: #fff;
    opacity: .10;
    bottom: 60px;
    left: 120px;
    border-radius: 360px;
}

#circulo2 {
    position: absolute;
    padding: 120px;
    background-color: #fff;
    opacity: .10;
    top: -30px;
    right: 140px;
    border-radius: 360px;
}

@media only screen and (min-width:395px) and (max-width:640px) {

    .main-grid h2 {
        font-size: 2.4rem;
        line-height: 1.15em;
    }

    .main-grid h1 {
        font-size: 1rem;
        margin-top: 10px;
    }
    
}

@media only screen and (min-width:0px) and (max-width:394px) {

    .main-grid h2 {
        font-size: 1.5rem;
        line-height: 1.15em;
    }

    .main-grid h1 {
        font-size: .85rem;
        margin-top: 10px;
    }
    
}