section.acompanhe{
    padding-top: 80px;
    padding-bottom: 130px;
    color: var(--color_blue);
}
section.acompanhe .news_actual{
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
section.acompanhe .news_actual .swiper{
    width: 600px;
    height: auto;
}
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;
    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: 'PublicSans' !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(--color_blue);
    -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: #28436c52 !important;
}
section.acompanhe .news_actual .right .content-input .box-dropdown a:nth-child(odd){
    background-color: #28386c1c;
}
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: 'PublicSans';
    font-size: 25px;
    font-weight: 600;
    color: var(--color_text);
}
section.acompanhe .news_actual .text .header h4{
    font-family: 'PublicSans';
    font-size: 16px;
    font-weight: 600;
}
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-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 ul {
    list-style: none;
}
section.acompanhe .news_actual .text .content_news ul li{
    position: relative;
    font-size: 17.5px;
    font-weight: 500;
    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{
    border-radius: 4px;
    background-color: var(--color_text);
    color: #fff;
    padding: 3px 5px;
    font-size: 20.83px;
    width: fit-content;
    transition: all .4s ease-in-out;
}
button.button_vermais:hover,
section.acompanhe .news_actual .text:hover h6.button,
section.acompanhe .all_news .item h6:hover{
    color: #fff;
}
section.acompanhe .all_news{
    display: flex;
    align-items: start;
    gap: 40px;
    flex-wrap: wrap;
    row-gap: 60px;
    margin-bottom: 70px;
}
section.acompanhe .all_news .item{
    flex-direction: column;
    justify-content: center;
    flex: 1 1 374px;
}
section.acompanhe .all_news .item .image{
    width: 100%;
    height: 470px;
    margin-bottom: 11px;
}
section.acompanhe .all_news .item .image,
section.acompanhe .news_actual .swiper-slide a {
    border: 1px solid #c6c6c699;
    border-radius: 3px;
}
section.acompanhe .all_news .item .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
section.acompanhe .all_news .item .text{
    min-height: 155px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*
section.acompanhe .all_news .item .text div{
    height: 147px !important;
}
*/
section.acompanhe .all_news .item h3{
    font-family: 'PublicSans';
    color: var(--color_text);
    font-size: 20.83px;
    font-weight: 600;
    line-height: 1;
    height: 80px;
    margin-bottom: 0.5rem;
}
section.acompanhe .all_news .item h4{
    font-family: 'PublicSans';
    font-size: 16px;
    font-weight: 600;
    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: center;
    padding: 10px 15px;
    width: fit-content;
    border: none;
    outline: none;
    background-color: var(--color_blue);
}
.swiper-pagination-fraction{
    font-family: 'PublicSans' !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(--color_blue);
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px !important;
    color: #fff;
}
@media(min-width: 1250px) {
    section.acompanhe .all_news .item {
        max-width: 374px;
    }   
}
@media(max-width:1100px) {
    section.acompanhe {
        padding-top: 50px;
    }
    section.acompanhe .news_actual{
        flex-direction: column;
    }
    section.acompanhe .news_actual .right{
        padding-top: 0px;
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 50px;
    }
    section.acompanhe .news_actual .right .content-input{
        order: 1;
    }
    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;
    }
}