.breadcrumb h3{
    display: flex;
    text-transform: uppercase;
    gap: 7px;
}
.breadcrumb h3,
.breadcrumb h3 a{
    font-size: 13px;
    font-weight: 500 !important;
}
.breadcrumb h3 strong{
    font-weight: 600 !important;
}
section.acompanhe{
    padding-bottom: 130px;
}
section.acompanhe .news_actual{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}
section.acompanhe .news_actual .header{
    margin-bottom: 22px;
    font-family: 'Lato';
}
section.acompanhe .news_actual .header h3{
    font-size: 20.83px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--roxo);
    line-height: 0.9;
}
section.acompanhe .news_actual .header h4{
    font-size: 16.67px;
    font-weight: 400;
    color: var(--roxo);
}
section.acompanhe .news_actual .swiper{
    width: 613px;
    height: 429px;
    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: 100%;
}
section.acompanhe .news_actual .swiper-slide img,
section.acompanhe .news_actual .swiper-slide iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.acompanhe .news_actual .text .content_news a{
    color: var(--roxo) !important;
    text-decoration: underline !important;
}
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: 16.67px;
    font-weight: 400;
}
section.acompanhe .news_actual .text .content_news strong,
section.acompanhe .news_actual .text .content_news p strong{
    font-weight: 500;
}
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 ul li{
    position: relative;
    font-size: 16.67px;
    font-weight: 400;
    margin-bottom: 13px;
}
section.acompanhe .news_actual .text .content_news ul li{
    font-weight: 500;
}
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;
}
section.lead{
    background-image: url("../img/leads/acompanhe.webp");
}
@media(max-width: 768px) {
    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;
    }
}