section.news{
    color: var(--verde);
    padding-bottom: 80px;
}
section.news .news_actual{
    display: flex;
    flex-direction: column;
}
section.news .news_actual .header{
    margin-bottom: 53px;
}
section.news .news_actual .header h3{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--dourado);
    line-height: 0.9;
}
section.news .news_actual .header h4{
    font-size: 20.83px;
    font-weight: 500;
    color: var(--dourado);
}
section.news .swiper{
    width: 613px;
    height: 429px;
    display: inline-flex;
    margin-bottom: 47px !important;
    margin: 0;
}
section.news .swiper .swiper-slide a{
    display: inline-flex;  
    width: 100%;
    height: 100%;
}
section.news .swiper .swiper-slide img,
section.news .swiper .swiper-slide iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content_news p em,
section.news .news_actual .text .content_news p{
    font-weight: 500;
}
section.news .news_actual .text .content_news strong,
section.news .news_actual .text .content_news p strong{
    color: var(--dourado);
    font-weight: 600;
}
section.news .news_actual .text .content_news ul {
    padding-left: 18px;
}
section.news .news_actual .text .content_news ul li{
    font-weight: 500;
}

.title-section{
    margin: 58px 0;
}
.title-section h3{
    text-align: center;
    font-size: 29.17px;
    font-weight: 600;
    color: var(--dourado);

} 
section.news .news_actual .text h6.button,
section.news .all_news .item h6{
    cursor: pointer;
    color: #fff;
    background-color: var(--verde);
    border: none;
    font-size: 16.67px;
    border-radius: 0px;
    padding: 2px 10px;
    font-size: 16.67px;
    text-transform: uppercase;
    width: fit-content;
    height: 25px;
    margin: 0 auto;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
}
section.news .news_actual .item:hover .text h6.button,
section.news .all_news .item:hover h6{
    color: var(--amarelo) !important;
}
section.news .all_news{
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 60px;
}
section.news .all_news .item{
    flex-direction: column;
    justify-content: center;
    width: 300px;
}
section.news .all_news .item .image{
    overflow: hidden;
    width: 100%;
    height: 200px;
    margin-bottom: 11px;
}
section.news .all_news .item .image img{
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.news .all_news .item:hover .image img{
    transform: scale(1.15);
}
section.news .all_news .item .text{
    min-height: 225px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.news .all_news .item .text div{
    height: 147px !important;
}
section.news .all_news .item h3{
    color: var(--dourado);
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    height: 80px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
section.news .all_news .item h4{
    color: var(--dourado);
    font-size: 20.83px;
    margin-bottom: 3px;
}
section.news .all_news .item p{
    font-size: 16.67px;
    margin-bottom: 30px;
    padding-right: 30px;
}
.swiper-pagination-fraction{
    pointer-events: none;
    font-family: 'Gotham Book' !important;
    color: #fff !important;
    padding: 3px 5px;
    background-color: var(--verde);
    width: fit-content !important;
    margin: 0 auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.swiper-button-next, .swiper-button-prev{
    background-color: var(--verde);
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px !important;
    color: #fff;
}
section.lead{
    background-image: url('../img/blog/lead.webp');
}
@media(max-width:1100px) {
    section.news .news_actual{
        flex-direction: column;
    }
    section.news .news_actual .image{
        width: 100%;
        height: auto;
    }
    section.news .news_actual .text{
        width: 100%;
        overflow-x: hidden;
    }
}
@media(max-width: 768px) {
    section.news .swiper{
        width: 100%;
        height: 250px;
    }
    section.news .all_news .item{
        width: 100%;
    }
}