section.news {
    padding-bottom: 80px;
}
section.news .text-introduction{
    padding-top: 40px;
    padding-bottom: 8px;
    margin: 0 auto;
    width: 990px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 50px !important;
}
section.news .text-introduction:before{
    content: "";
    position: absolute;
    width: 95%;
    height: 2px;
    background-color: #b5a073;
    bottom: 0;
}
section.news .text-introduction p{
    font-size: 16.67px;
    font-weight: 500;
}
section.news .text-introduction {
    margin-bottom: 60px;
}
section.news .text-introduction p{
    font-size: 16.67px;
    font-weight: 500;
    line-height: 1.1;
}
section.news .wrapper{
    display: flex;
    gap: 20px;
}
section.news .news_actual{
    width: 590px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 70px;
}
section.news .swiper{
    margin: 0;
    width: 370px;
    height: 529px;
    margin-bottom: 30px !important;
}
section.news .swiper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
section.news .swiper .swiper-slide a{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
section.news .swiper .swiper-slide.video iframe{
    height: 250px;
}
section.news .swiper .swiper-slide img,
section.news .swiper .swiper-slide iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.news .news_actual .text{
    width: 586px;
}
section.news .news_actual .text .header h3{
    font-size: 20.83px;
    font-weight: 500;
    line-height: 0.9;
}
section.news .news_actual .text .header h4{
    font-size: 20.83px;
    font-weight: 500;
    margin-bottom: 18px;
}
section.news .news_actual .text h6{
    background-color: #145b42;
    color: #fff;
    width: fit-content;
    font-size: 16.67px;
    font-weight: 500;
    text-decoration: underline;
    padding: 5px 10px;
    border-radius: 10px;
}
section.news .news_actual .text .content_news p em,
section.news .news_actual .text .content_news p{
    margin-bottom: 15px;
    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 {
    list-style: none;
}
section.news .news_actual .text .content_news ul li{
    position: relative;
    font-size: 16.67px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 36px;
}
section.news .news_actual .text .content_news ul li{
    font-weight: 500;
}

section.news .all_news{
    position: relative;
    width: 548px;
}
section.news .all_news .header{
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}
section.news .all_news .header h2{
    font-size: 25px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 10px;
}
section.news .all_news .header .content-search{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 42px;
}
section.news .all_news .header .content-search input{
    width: 100%;
    height: 100%;
    background-color: #165c43;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 12px;
    font-size: 20.83px;
    padding-left: 12px;
}
section.news .all_news .header .content-search input::placeholder{
    color: #fff;
    font-style: italic;
}
section.news .all_news .header .content-search i.icon-search{
    position: absolute;
    right: 0;
    margin-right: 10px;
    font-size: 35px;
    color: #fff;
}
section.news .all_news .header .box-dropdown{
    position: absolute;
    z-index: 9999;
    top: calc(100% + 12px);
    right: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    border: 3px solid #108e65;
    -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.news .all_news .header .box-dropdown a{
    display: flex;
    align-items: center;
    padding: 10px 4px;
    gap: 7px;
}
section.news .all_news .header .box-dropdown a:hover{
    background-color: #638a865b !important;
}
section.news .all_news .header .box-dropdown a:nth-child(odd){
    background-color: #638a861c;
}
section.news .all_news .header .box-dropdown a svg{
    width: 30px;
    height: 25px;
}
section.news .all_news .links{
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    outline: 3px solid var(--marrom);
    padding: 15px;
}
section.news .all_news .links .item{
    position: relative;
    display: flex;
    gap: 20px;
    padding: 15px 0;
}
section.news .all_news .links .item .wrapper{
    position: relative;
    display: flex;
    gap: 20px;
    padding: 15px 0;
}
section.news .all_news .links .item:first-child{
    padding-top: 0 !important;
}
section.news .all_news .links .item:before{
    content: "";
    position: absolute;
    width: 90%;
    height: 4px;
    background-color: #145b42;
    bottom: 0;
    left: 30px;
}
section.news .all_news .links .item:nth-child(3){
    padding-bottom: 0 !important;
}
section.news .all_news .links .item:nth-child(3):before{
    display: none;
}
section.news .all_news .links .item .image{
    width: 110px;
    height: 138px;
    display: inline-flex;
}
section.news .all_news .links .item .text{
    width: 370px;
}
section.news .all_news .links .item .text h3{
    font-size: 20.83px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 10px;
}
section.news .all_news .links .item .text p{
    font-size: 16.67px;
    font-weight: 500;
    margin-bottom: 10px;
}
section.news .all_news .links .item .text h6{
    font-size: 16.67px;
    font-weight: 500;
    text-decoration: underline;
}
.holder{
    position: absolute;
    display: flex !important;
    gap: 5px;
    margin-top: 20px;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
}
.holder a{
    /* padding: 7px; */
    cursor: pointer;
    background-color: transparent;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--marrom);
    font-size: 20.83px !important;
}
.holder a.jp-current{
    font-weight: 600;
    text-decoration: underline;
}
.holder a.jp-previous,
.holder a.jp-next{
    background: none !important;
    position: relative;
}
.holder a.jp-next:before{
    content: ">" !important;
}
.holder a.jp-previous:before,
.holder a.jp-next:before{
    background-color: transparent;
    color: var(--marrom);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: "<";
    font-weight: 500;
    width: 100%;
    height: 100%;
}
section.link-footer{
    background-color: var(--verde);
}
section.link-footer .wrapper h4{
    background-color: #FFF;
    color: var(--verde);
}
section.lead{
    background-image: url("../img/leads/em-foco.webp");
}
section.lead .box-form h3{
    font-weight: 500;
}
section.lead .box-form h3,
section.lead .box-form .group-link label{
    color: var(--verde);
}
section.lead .box-form .wrapper {
    row-gap: 20px;
}
section.lead .box-form .group-link input{
    background-color: var(--verde);
    color: #fff;
}
section.lead .box-form .group-link input::placeholder{
    color: #fff
}

section.lead .box-form .group-terms label,
section.lead .box-form .group-terms label a{
    color: var(--verde) !important;
}
section.lead .box-form .group-button{
    margin-top: 0;
}
section.lead .box-form button{
    color: #fff !important;
    background-color: var(--verde) !important;
}
.swiper-pagination-fraction{
    font-family: 'Montserrat' !important;
    background-color: var(--verde) !important;
    color: #fff !important;
    width: fit-content !important;
    margin: 0 auto !important;
    padding: 2px 10px;
    left: 50% !important;
    border-radius: 7px;
    transform: translateX(-50%) !important;
}
.swiper-button-next, .swiper-button-prev{
    background-color: var(--verde);
    border-radius: 7px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 15px !important;
    color: #fff;
}
@media(max-width:1100px) {
    section.news .text-introduction{
        width: 100%;
    }
    section.news .news_actual{
        width: 100%;
    }
    section.news .wrapper.main{
        flex-direction: column;
    }
    section.news .wrapper .swiper{
        width: 100%;
    }
    section.news .news_actual .text{
        width: 100%;
    }
    section.news .all_news{
        width: 100%;
    }
    section.news .all_news .links .item .text{
        width: auto;
    }
    
}