@import "main.css";

.banner h1{
    font-size: 80px;
    line-height: 80px;
    font-weight: 900;
}

@media all and (max-width: 767px){
    .banner h1{
        font-size: 35px;
        line-height: 40px;
    }
}

.descricao p{
    font-size: 18px;
    font-weight: 500;
    color: #545454;
}

.nossos-numeros h2:before, .nossos-empreendimentos h2:before{
    content: '';
    width: 21px;
    height: 21px;
    background-color: var(--site_green);
    position: absolute;
    left: 0;
    top: -35px;
}

.nossos-numeros h2, .nossos-empreendimentos h2{
    color: var(--site_black);
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #707070;
    padding-bottom: 5px;
}

.nossos-numeros .item{
    background-color: #365D34;
    border: 1px solid #31852D;
    color: var(--site_white);
    padding: 15px 0;
}

.nossos-numeros .item small{
    font-size: 20px;
    line-height: 23px;
}

.nossos-numeros .item strong{
    font-size: 56px;
    line-height: 60px;
    font-weight: 900;
}

@media all and (max-width: 767px){
    .nossos-numeros .item small{
        font-size: 13px;
        line-height: 18px;
    }

    .nossos-numeros .item strong{
        font-size: 32px;
        line-height: 32px;
    }
}

/* NOSSOS EMPREENDIMENTOS */
@media all and (max-width: 767px){
    .nossos-numeros h2, .nossos-empreendimentos h2{
        font-size: 30px;
    }
}

.nossos-empreendimentos a{
    color: #0C220B;
}

.nossos-empreendimentos a h4{
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 0;
}

.nossos-empreendimentos a small{
    font-size: 16px;
    font-weight: normal;
}