#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: 300;
    letter-spacing: 1px;
    color: #F2F2F2;
    font-size: 1.84rem;
    line-height: 2rem;
    margin-bottom: 1.68rem;
}

@media (min-width: 992px){
    #banner h1{
        font-size: 3.2rem;
        line-height: 3.2rem;
    }
}

#banner p{
    font-weight: 400;
    letter-spacing: 1px;
    color: #F2F2F2;
    margin-bottom: 2.4rem;
    font-size: 1.28rem;
}












#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: 300;
    letter-spacing: 1px;
    color: #4A5054;
    font-size: 1.84rem;
    line-height: 2rem;  
    margin-bottom: 1.68rem;
}

@media (min-width: 992px){
    #banner-home-institucional h2{
        font-size: 3.2rem;
        line-height: 3.2rem;
    }
}

#banner-home-institucional p{
    font-weight: 400;
    letter-spacing: 1px;
    color: #141819;
    margin-bottom: 2.4rem;
    font-size: 1.04rem;
}