.hero{
    min-height:100vh;
    background:#000;
}

.hero-img{
    width:100%;
}

.hero-text{
    color:white;
}

/* comportamento mobile */

@media (max-width: 991px){

    .hero-text{
        text-align:center;
        padding-top:40px;
    }

}

.identidade img{
    width:100%;
    object-fit:cover;
}

.manifesto{
    background:#f8f9fa;
}

.manifesto-text{
    font-size:1.2rem;
    line-height:1.8;
}