/* ========== COBERTURA ========= */
.container-roof .row {
    gap: 20px 0;
}

.container-roof{
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
}

.caixa-principal figure,
.box-news-roof figure {
    display: block;
    aspect-ratio: 295 / 165;
}

.box-news-roof {
    width: 100%;
}

.box-news-roof:nth-of-type(4) {
    margin-right: 0
}

.box-news-roof figure {
    margin-bottom: 10px;
}

.box-news-roof figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid transparent;
    border-radius: 5px
}

.box-news-roof p {
    font-size: 21px;
    line-height: 25px;
    color: var(--blackdefault);
    font-weight: 700;
    margin: 0;
}

/* ========== COBERTURA ========= */

/* ========= TITULO DAS SEÇÕES (H2) ======= */
.title-section{
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
    display: block;
    margin-top: 30px;
}

.title-section {
    color: var(--bluedefault);
}

/* ========= TITULO DAS SEÇÕES (H2) ======= */

.arrow-default:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 6px;
    transition: .2s;
}

.arrow-blue-default::after {
    background-image: url(https://www.opovo.com.br/reboot_portal/public/assets/img/icon/icon-seta-azul.svg)
}

.arrow-lightblue:hover::after {
    background-image: url(https://www.opovo.com.br/reboot_portal/public/assets/img/icon/icon-seta-lightblue.svg)
}

/* ========= COBERTURA =========*/
.roof{
    margin-bottom: 0 !important;
}
@media (max-width: 991px){
    .container-roof{
        border: 0;
        padding-bottom: 0;
    }
    .c-roof__news{
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }
}
/* ========= COBERTURA ======== */