section.acompanhe{
    padding-top: 80px;
    padding-bottom: 130px;
}
section.acompanhe .news_actual{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    color: var(--color_blue);
}
section.acompanhe .news_actual .header{
    margin-bottom: 22px;
    font-family: 'Lato';
}
section.acompanhe .news_actual .header h3{
    font-family: 'PublicSans';
    font-size: 20.83px;
    font-weight: 600;
    color: var(--color_text);
    line-height: 0.9;
}
section.acompanhe .news_actual .header h4{
    font-family: 'PublicSans';
    font-size: 16px;
    font-weight: 600;
}
title {
    text-transform: uppercase !important;
}
section.acompanhe .news_actual .swiper{
    width: 600px;
    height: auto;
    margin: 0;
    margin-bottom: 30px !important;
}
section.acompanhe .news_actual .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
section.acompanhe .news_actual .swiper-slide a{
    width: 100%;
    height: auto;
}
section.acompanhe .news_actual .swiper-slide img,
section.acompanhe .news_actual .swiper-slide iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
section.acompanhe .news_actual .text .content_news h3{
    font-size: 18px;
    line-height: 0.9;
    margin-bottom: 13px;
}
section.acompanhe .news_actual .text .content_news h4{
    font-size: 20.83px;
    font-weight: 500;
    margin-bottom: 13px;
}
section.acompanhe .news_actual .text .content_news p em,
section.acompanhe .news_actual .text .content_news p{
    margin-bottom: 13px;
    font-size: 17.5px;
    font-weight: 500;
}
section.acompanhe .news_actual .text .content_news strong,
section.acompanhe .news_actual .text .content_news p strong{
    font-weight: 600;
}
section.acompanhe .news_actual .text .content_news ol,
section.acompanhe .news_actual .text .content_news ul {
    padding-left: 18px;
}
section.acompanhe .news_actual .text .content_news ol li,
section.acompanhe .news_actual .text .content_news ul li{
    position: relative;
    font-size: 17.5px;
    font-weight: 500;
    margin-bottom: 13px;
}
section.acompanhe .news_actual .text .content_news img{
    max-width: 410px !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}
.swiper-pagination-fraction{
    font-family: 'Lato' !important;
    color: #fff !important;
    width: fit-content !important;
    margin: 0 auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.swiper-button-next, .swiper-button-prev{
    background-color: var(--roxo);
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px !important;
    color: #fff;
}
@media(max-width: 768px) {
    .breadcrumb {
        height: auto;
        padding: 5px 0;
    }
    .breadcrumb h3{
        font-size: 13px !important;
        align-items: start;
    }
    section.acompanhe .news_actual{
        flex-direction: column;
    }
    section.acompanhe .news_actual .right{
        width: 100%;
    }
    section.acompanhe .news_actual .swiper{
        width: 100%;
        height: auto;
    }
    section.acompanhe .news_actual .swiper .swiper-slide{
        height: auto;
    }
    section.acompanhe .news_actual .right .content-input{
        justify-content: start;
        align-items: start;
    }
    section.acompanhe .news_actual .right .content-input div{
        width: 100%;
    }
    section.acompanhe .news_actual .text{
        width: 100%;
    }
    section.acompanhe .all_news .item .image{
        height: auto;
    }
}