/* Video Background */

.video {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.video video {
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* Apresentacao */

.Apresentacao {
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: -40px;
    background-color: rgba(46, 31, 15); 
    
}

.AprBG {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conteudorole {
    display: block;
    width: 600px;
    text-align: center;
    color: #F5E6CC; 
}

/* Resolucao */

@media only screen and (max-width: 430px) {
    
    .conteudorole {
    width: 300px;
    }

}