#banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

@media (min-width: 992px){
    #banner{
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 900px;
    }
}

#banner h1{
    font-weight: 700;
    letter-spacing: 1px;
    color: #F2F2F2;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.68rem;
}

@media (min-width: 992px){
    #banner h1{
        font-size: 3.2rem;
        line-height: 4rem;
    }
}

#banner p{
    font-weight: 400;
    letter-spacing: 1px;
    color: #F2F2F2;
    margin-bottom: 2.4rem;
    font-size: 1.28rem;
}

#banner .btn-cta{
    color: #F2F2F2;
    font-weight: 700;
    text-transform: uppercase;
}














#banner-home-institucional{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 992px){
    #banner-home-institucional{
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 900px;
    }
}

#banner-home-institucional h2{
    font-weight: 700;
    letter-spacing: 1px;
    color: #D6AA84;
    font-size: 1.6rem;
    margin-bottom: 1.68rem;
}

@media (min-width: 992px){
    #banner-home-institucional h2{
        font-size: 3.2rem;
    }
}

#banner-home-institucional p{
    font-weight: 400;
    letter-spacing: 1px;
    color: #F2F2F2;
    margin-bottom: 2.4rem;
    font-size: 1.04rem;
}

#banner-home-institucional p strong{
    color: #D6AA84;
    font-weight: 400;
}