*{
    font-family: 'Poppins', sans-serif;
}
.banner{
    padding-top: 120px;
}
.banner img{
    width: 100%;
}
main{
    margin-top: 80px;
}
.video{
    text-align: center;
    margin-top: 100px;
}
.titulo-cultura{
    text-align: center;
    
}
.titulo-cultura h1{
    color: #e40521;
    font-weight: 600;
}
.texto-cultura{
    margin-top: 25px;
    text-align: justify;
}
.texto-cultura p{
    margin-top: 30px;
}
.campo-matricula{
    margin-top: 100px;
    background-color: #e40521;
    padding: 60px 0px;
    text-align: center;
}
.campo-matricula button{
    border: none;
    padding: 20px 25px;
    border-radius: 50px;
    background-color: #e40521;
    border: 2px solid white;
    color: white;
    font-weight: 600;
}
.campo-matricula button:hover{
    background-color: white;
    color: #e40521;
    transition: 0.5s;
}