body{
    background-image: url("../img/banner_body.webp");
    background-position: center;
    background-repeat: repeat-x;
    background-size: contain;
}
section.noticias {
    position: relative;
    padding-bottom: 80px;
}
section.noticias:before{
    z-index: -1;
    content: "";
    position: absolute;
    right: 0px;
    bottom: -20px;
    transform: scale(-1);
    width: 809px;
    height: 873px;
    background-image: url("../img/quem-somos/asset.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
section.noticias .wrapper{
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
section.noticias .wrapper .top-content{
    display: flex;
    justify-content: space-between;
}
section.noticias .box-options{
    float: right;
    height: fit-content;
    position: relative;
    width: 511px;
    padding-bottom: 80px;
}
section.noticias .wrapper .box-options ul{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    list-style: none;
}
section.noticias .wrapper .box-options ul li a{
    position: relative;
    font-size: 19.6px;
    padding: 5px 15px;
    border-radius: 15px;
    transition: all .3s ease-in-out;
    width: 100%;
    min-height: 41px;
    display: inline-flex;
    align-items: center;
    background-color: var(--azul);
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
}
section.noticias .wrapper .box-options ul li a:hover{
    background-color: var(--verde);
    transform: translateX(25px);
}
section.noticias .box-options .wrapper-input{
    position: relative;
    width: 100%;
    height: 45px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
}
section.noticias .box-options .wrapper-input input{
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
    padding: 0 14px;
    font-size: 20.83px;
    color: #ffff;
    padding-right: 45px;
    border: none;
    outline: none;
    border-radius: 15px;
    background-color: var(--verde);
    width: 100%;
    height: 100%;
}
section.noticias .box-options .wrapper-input i{
    pointer-events: none;
    position: absolute;
    font-size: 33px;
    right: 8px;
}
section.noticias .box-options .wrapper-input input::placeholder{
    color: #FFF;
}
section.noticias .wrapper-content{
    width: 100%;
}
section.noticias .wrapper-content h2{
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    font-size: 25px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 20px;
}
section.noticias .wrapper-content .image{
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    width: auto;
    height: 505px;
    -webkit-box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.6);
}
section.noticias .wrapper-content .image.video{
    width: 483px;
    height: 300px;
    overflow: hidden;
    position: relative;
    display: inline-flex;
}
section.noticias .wrapper-content .image img,
section.noticias .wrapper-content .image iframe{
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.noticias .wrapper-content .text {
    margin-top: 35px;
    width: 874px;
    position: relative;
}
section.noticias .wrapper-content .text .text-acompanhe{
}
section.noticias .wrapper-content .text .text-acompanhe img{
    width: 400px !important;
    height: auto !important;
    object-fit: cover;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.3);
    border-radius: 30px;
    overflow: hidden;
}
section.noticias .wrapper-content .text .text-acompanhe ul{
    padding-left: 18px;
}
section.noticias .wrapper-content .text .text-acompanhe p{
    font-size: 16.67px;
}
section.noticias .wrapper-content .text .text-acompanhe p a{
    text-decoration: underline;
    font-weight: 500;
}
section.noticias .wrapper-content .text .text-acompanhe ul li{
    font-size: 16.67px;
}
section.noticias .wrapper-content .text .header {
    margin-bottom: 20px;
}
section.noticias .wrapper-content .text .header h3{
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
}
section.noticias .wrapper-content .text .header h4{
    font-size: 16.67px;
    font-weight: 500;
}
.holder{
    display: flex !important;
    gap: 5px;
    position: absolute;
    margin-top: 20px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.holder a{
    /* padding: 7px; */
    cursor: pointer;
    background-color: transparent;
    width: 25px;
    height: 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--roxo);
}
.holder a.jp-current{
    background-color: var(--azul);
    color: #fff;
    border: 2px solid transparent !important;
    font-weight: 600;
    border-radius: 4px;
}
.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;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: "<";
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    height: 100%;
}
section.link-footer .wrapper p{
    color: var(--azul);
    background-color: #FFF;
}
section.link-footer .wrapper p:hover{
    background-color: var(--azul);
    color: #fff;
}
section.lead .box-form{
    overflow: hidden;
    position: relative;
    background-color: #b5ca79;
    color: var(--azul);
    width: 801px;
    min-height: 332px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
}
section.lead .box-form:before{
    content: "";
    position: absolute;
    width: 800px;
    height: 372px;
    background-image: url("../img/acompanhe/stars_lead.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}
section.lead .box-form h3{
    text-align: center;
    margin-bottom: 20px !important;
}
section.lead .box-form form{
    width: 576px;
}
section.lead .box-form .group-link label{
    color: var(--azul);
}
section.lead .box-form input{
    background-color: var(--azul) !important;
    color: var(--azul) !important;
}
section.lead .box-form input::placeholder{
    color: var(--azul) !important;
}
section.lead .box-form button{
    color: var(--azul) !important;
    background-color: #fff !important;
}
@media(max-width: 1100px) {
    section.noticias .wrapper{
        flex-direction: column;
        padding: 0;
    }
    section.noticias .wrapper-content{
        width: 100%;
    }
    section.noticias .wrapper-content h2{
        padding-left: 0;
    }
    section.noticias .wrapper-content .image{
        width: 100%;
        height: auto;
    }
    section.noticias .wrapper-content .image.video{
        width: 100%;
        height: 240px;
    }
    section.noticias .wrapper-content .text{
        width: 100%;
        margin-bottom: 30px;
    }
    section.noticias .wrapper .top-content{
        flex-direction: column;
    }
    section.noticias .wrapper-content .image{
        order: 1;
    }
    section.noticias .wrapper-content .text.mobile{
        order: 2;
        display: block !important;
    }
    section.noticias .box-options{
        order: 3;
    }
    section.noticias .wrapper-content .text.desktop{
        display: none !important;
    }
    section.noticias .box-options{
        width: 100%;
        margin: 0 auto;
    }
    section.noticias .wrapper .box-options ul li a{
        width: 100%;
    }
    section.noticias .wrapper-content .text .text-acompanhe img{
        width: 100% !important;
        height: auto !important;
    }
}