.materia .bg-topo {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.materia .topo-materia {
    padding: 40px 0;
}
.materia .topo-materia .box-img {
    position: relative;
    text-align: center;
}
.materia .topo-materia .box-img img {
    max-width: 100%;
    max-height: 400px;
}
.materia .topo-materia h1 {
    font-size: 2rem;
    color: #2a2a2a;
}
.materia .topo-materia h2 {
    font-size: 1.05rem;
    color: #4a4a4a;
}

.materia .box-conteudo,
.materia .box-conteudo p {
    font-size: 17px;
    line-height: 22px;
    font-family: "Manuale", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #2a2a2a;
    margin-bottom: 40px;
    position: relative;
}
.materia .box-conteudo strong,
.materia .box-conteudo p strong {
    font-weight: 500;
}

.materia .box-conteudo h2,
.materia .box-conteudo h3 {
    font-weight: normal;
    font-size: 1.35rem;
    color: #4a4a4a;
    margin-bottom: 15px;
    margin-top: 40px;
}

.materia .box-conteudo h3 {
    font-family: "Manuale", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    margin-top: 0;
}
.materia .box-conteudo h3 strong {
    font-weight: 800; 
}

.materia .box-conteudo h4 {
    font-weight: normal;
    font-size: 1.25rem;
    color: #4a4a4a;
    font-family: 'Cinzel';
}
.materia .box-conteudo iframe,
.materia .box-conteudo p iframe {
    max-width: 100%;
    max-height: 100%;
}
.materia .box-conteudo blockquote {
    padding: 15px;
    border-radius: 3px;
    background: #eee;
    margin-bottom: 40px;
}
.materia .box-conteudo blockquote p     {
    margin-bottom: 0;
    font-size: 16px;
}
.materia .box-conteudo figcaption {
    text-align: center;
    font-size: 15px;
}

@media (max-width: 992px) {
    .materia .topo-materia {
        padding: 30px 0;
    }
    .materia .topo-materia h1 {
        font-size: 1.6rem;
    }
    .materia .topo-materia h2 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .materia .box-conteudo h3,
    .materia .box-conteudo p {
        text-align: justify;
    }
    .materia .box-conteudo iframe,
    .materia .box-conteudo p iframe {
        max-height: 270px;
    }
    .materia .box-conteudo figure {
        width: 100% !important;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        float: none;
        margin: 0 !important;
    }
}