section.acompanhe{
    padding-bottom: 130px;
}
section.acompanhe .news_actual{
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
section.acompanhe .news_actual .swiper{
    width: 613px;
    height: 429px;
}
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%;
    display: inline-flex;
}
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 .right{
    width: 586px;
    padding-top: 40px;
}
section.acompanhe .news_actual .right .content-input{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    margin-bottom: 40px;
}
section.acompanhe .news_actual .right .content-input div{
    position: relative;
    width: 476px;
    height: 46px;
    float: right;
    display: flex;
    align-items: center;
}
section.acompanhe .news_actual .right .content-input div i{
    position: absolute;
    right: 10px;
    font-size: 28px;
}
section.acompanhe .news_actual .right .content-input input{
    border: 2px solid var(--color_text);
    outline: none;
    width: 100%;
    height: 100%;
    font-size: 16.67px;
    font-family: 'Lato' !important;
    font-weight: 500;
    color: var(--color_text);
    padding: 0 7px;
    padding-right: 45px;
}
section.acompanhe .news_actual .right .content-input .box-dropdown{
    position: absolute;
    z-index: 99;
    top: calc(100% + 12px);
    right: 0;
    display: flex;
    flex-direction: column;
    width: 476px;
    height: auto;
    background-color: #fff;
    border: 3px solid var(--roxo);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
section.acompanhe .news_actual .right .content-input .box-dropdown a{
    display: flex;
    align-items: center;
    padding: 10px 4px;
    gap: 7px;
}
section.acompanhe .news_actual .right .content-input .box-dropdown a:hover{
    background-color: #6c284052 !important;
}
section.acompanhe .news_actual .right .content-input .box-dropdown a:nth-child(odd){
    background-color: #6c28401c;
}
section.acompanhe .news_actual .right .content-input .box-dropdown a svg{
    width: 30px;
    height: 25px;
}
section.acompanhe .news_actual .text .header {
    margin-bottom: 20px;
}
section.acompanhe .news_actual .text .header h3{
    font-family: 'Lato';
    font-size: 25px;
    font-weight: 600;
    color: var(--roxo);
}
section.acompanhe .news_actual .text .header h4{
    font-family: 'Lato';
    font-size: 16.67px;
    font-weight: 500;
    color: var(--roxo);
    text-transform: uppercase;
}
section.acompanhe .news_actual .text .content_news {
    padding-bottom: 10px;
}
section.acompanhe .news_actual .text .content_news img{
    display: none !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 ul {
    list-style: none;
}
section.acompanhe .news_actual .text .content_news ul li{
    position: relative;
    font-size: 16.67px;
    font-weight: 400;
    margin-bottom: 13px;
    padding-left: 36px;
}
section.acompanhe .news_actual .text .content_news ul li{
    font-weight: 500;
}
button.button_vermais,
section.acompanhe .news_actual .text h6.button{
    margin: 0 auto;
}
button.button_vermais,
section.acompanhe .news_actual .text h6.button,
section.acompanhe .all_news .item h6{
    width: 100px;
    position: relative;
    text-align: center;
    font-family: 'Lato';
    font-size: 16.67px;
    font-weight: 500;
    color: var(--roxo);
    text-transform: uppercase;
    z-index: 1;
    transition: all .3s ease-in-out;
    padding-top: 5px;
    padding-right: 20px;
}
button.button_vermais:hover,
section.acompanhe .news_actual .text:hover h6.button,
section.acompanhe .all_news .item h6:hover{
    color: #fff;
}
button.button_vermais:hover:before,
section.acompanhe .news_actual .text:hover h6.button:before,
section.acompanhe .all_news .item h6:hover:before{
    height: 100%;
}
button.button_vermais:before,
section.acompanhe .news_actual .text h6.button:before,
section.acompanhe .all_news .item h6:before{
    transition: all .3s ease-in-out;
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--roxo);
    left: 0px;
    bottom: -2px;
}
section.acompanhe .all_news{
    display: flex;
    align-items: start;
    gap: 13px;
    flex-wrap: wrap;
    row-gap: 60px;
    margin-bottom: 70px;
}

section.acompanhe .all_news .item{
    flex-direction: column;
    justify-content: center;
    width: 390px;
}
section.acompanhe .all_news .item .image{
    width: 100%;
    height: 290px;
    margin-bottom: 11px;
}
section.acompanhe .all_news .item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.acompanhe .all_news .item .text{
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.acompanhe .all_news .item .text div{
    height: 110px !important;
}
section.acompanhe .all_news .item h3{
    font-family: 'Lato';
    color: var(--roxo);
    font-size: 20.83px;
    font-weight: 600;
    line-height: 1;
    height: 80px;
    margin-bottom: 0px;
}
section.acompanhe .all_news .item h4{
    font-family: 'Lato';
    color: var(--roxo);
    font-size: 16.67px;
    margin-bottom: 3px;
}
section.acompanhe .all_news .item p{
    font-size: 16.67px;
    margin-bottom: 30px;
    padding-right: 30px;
}
.content_vermais{
    width: 100%;
    display: flex;
    justify-content: center;
}
button.button_vermais{
    cursor: pointer;
    margin: 0 auto;
    text-align: left;
    padding-left: 0 !important;
    width: 180px;
    border: none;
    outline: none;
    background-color: transparent;
}
.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:1100px) {
    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 .right .content-input .box-dropdown{
        width: 100%;
    }
    section.acompanhe .news_actual .text{
        width: 100%;
    }
    section.acompanhe .all_news .item .image{
        height: auto;
    }
}