#bloco-cta{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
}


#bloco-cta h2{
    color: #F2F2F2;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.6rem;
    margin-bottom: 1.68rem;
    position: relative;
    z-index: 2;
    margin-bottom: 1.84rem;
}


#bloco-cta h2 strong{
    color: #D6AA84;
    font-weight: 700;
}

@media (min-width: 992px){
    #bloco-cta h2{
        font-size: 3.2rem;
    }
}

#bloco-cta p{
    color: #F2F2F2;
    font-size: 1.04rem;
    margin-bottom: 3rem;
}

#bloco-cta .btn-cta{
    color: #F2F2F2;
}
