.breadcrumb {
    background-image: url('../img/banners_topo/para_voce.webp');
}

@keyframes showTextAfterDelay {
    to {
        visibility: visible;
        opacity: 1;
    }
}

.breadcrumb .wrapper div span {
    visibility: hidden;
    opacity: 0;
    animation: showTextAfterDelay 0s 10s forwards;
    float: right;
    transform: translateY(-40px);
    font-weight: 500;
    font-size: 16.67px;
}

section.noticias {
    background-color: var(--bege);
    padding-bottom: 70px;
}
section.noticias .content{
    max-width: 1256px;
    padding: 0 45px;
}
section.noticias .wrapper{
    gap: 170px;
}
section.noticias .box-options{
    z-index: 3;
    float: right;
    transform: translateX(-20px);
    position: relative;
    width: 422px;
    min-height: 500px;
    height: fit-content;
    padding-top: 60px !important;
    padding-bottom: 0px !important;
    padding: 80px 22px;
    background-color: var(--roxo);
    color: #fff;
    border-radius: 20px;
}
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: 20.83px;
    font-weight: 500;
    width: 100%;
    padding-bottom: 15px;
    padding-right: 35px;
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
}
section.noticias .wrapper .box-options ul li a:hover:after{
    transform: scaleX(1) scaleY(1.4) rotate(-90deg);
}
section.noticias .wrapper .box-options ul li a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    height: 4px;
}
section.noticias .wrapper .box-options ul li a:hover:before{
    transform: scaleX(1);
}
section.noticias .wrapper .box-options ul li a:after{
    content: "ᐯ";
    position: absolute;
    right: 10px;
    transform: scaleX(1.4);
    font-size: 20.83px;
    transition: all .3s ease-in-out;
}
section.noticias .box-options .wrapper-input{
    position: relative;
    width: 100%;
    height: 43px;
    margin-bottom: 28px;
}
section.noticias .box-options .wrapper-input .box-dropdown{
    position: absolute;
    z-index: 99;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    width: calc(100% + 80px);
    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.noticias .box-options .wrapper-input .box-dropdown a{
    display: flex;
    align-items: center;
    padding: 10px 4px;
    gap: 7px;
    color: var(--roxo);
}
section.noticias .box-options .wrapper-input .box-dropdown a:hover{
    background-color: var(--bege) !important;
}
section.noticias .box-options .wrapper-input .box-dropdown a:nth-child(odd){
    background-color: #f8e1cc4a;
}
section.noticias .box-options .wrapper-input .box-dropdown a svg{
    width: 30px;
    height: 25px;
}
section.noticias .box-options .wrapper-input input{
    font-size: 20.83px;
    color: var(--verde);
    border: none;
    border-bottom: 4px solid #856599;
    outline: none;
    background: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 65px;
}
section.noticias .box-options .wrapper-input input::placeholder{
    color: #856599;
}
section.noticias .box-options .wrapper-input i{
    position: absolute;
    right: 8px;
    top: -15px;
    font-size: 60px;
    color: #856599;
}
section.noticias .wrapper-content{
    transform: translateX(-40px);
}
section.noticias .wrapper-content h2{
    padding-left: 45px;
    font-size: 25px;
    font-weight: 500;
    -webkit-text-stroke: 1.7px var(--verde);
    color: var(--verde);
    margin-bottom: 35px;
}
section.noticias .wrapper-content .swiper{
    position: relative;
    /* border-radius: 20px; */
    display: inline-flex;
    width: 693px;
    height: 462px;
    margin-bottom: 23px;
}
section.noticias .wrapper-content .swiper .swiper-slide img,
section.noticias .wrapper-content .swiper .swiper-slide iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 20px;
    display: inline-flex;
    outline: none;
    border: 2px solid var(--azul);
}
section.noticias .wrapper-content .swiper .swiper-pagination-fraction{
    font-family: 'Montserrat' !important;
    color: #fff !important;
    width: fit-content !important;
    padding: 2px 7px;
    font-size: 15px;
    border-radius: 5px;
    background-color: var(--roxo);
    margin: 0 auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
section.noticias .wrapper-content .swiper .swiper-button-next, .swiper-button-prev{
    background-color: var(--roxo);
}
section.noticias .wrapper-content .swiper .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px !important;
    font-weight: 600;
    color: #fff;
}
section.noticias .wrapper-content .text{
    padding: 35px 0;
    border-bottom: 4px solid var(--roxo);
}
section.noticias .wrapper-content .text .header {
    position: relative;
    width: fit-content;
    margin-bottom: 40px;
}
section.noticias .wrapper-content .text .header:after{
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--roxo);
    width: 100%;
    height: 4px;
}
section.noticias .wrapper-content .text .header h3{
    font-size: 25px;
    font-weight: 600;
}
section.noticias .wrapper-content .text .header h4{
    font-size: 16.67px;
    font-weight: 500;
}
section.noticias .text .text-acompanhe h3{
    font-size: 25px;
    line-height: 0.9;
    margin-bottom: 13px;
}
section.noticias .text .text-acompanhe h4{
    font-size: 20.83px;
    font-weight: 500;
    margin-bottom: 13px;
}
section.noticias .text .text-acompanhe p em,
section.noticias .text .text-acompanhe p{
    font-size: 16.67px;
    font-weight: 400;
}
section.noticias .text .text-acompanhe strong,
section.noticias .text .text-acompanhe p strong{
    font-weight: 500;
}
section.noticias .text .text-acompanhe ul {
    list-style: none;
}
section.noticias .text .text-acompanhe ul li{
    position: relative;
    font-size: 16.67px;
    font-weight: 400;
    margin-bottom: 13px;
    padding-left: 36px;
}
section.noticias .text .text-acompanhe ul li{
    font-weight: 500;
}
section.noticias .text .text-acompanhe img{
    max-width: 410px !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}
.holder{
    display: flex !important;
    gap: 5px;
    position: absolute;
    margin-top: 20px;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}
.holder span{
    transform: translateY(15px) !important;
}
.holder a{
    padding: 7px;
    cursor: pointer;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
}
.holder a.jp-current{
    color: #fff ;
    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{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: "<";
    font-weight: 300;
    font-size: 25px;
    width: 100%;
    height: 100%;
}
section.lead{
    background-image: url("../img/leads/para-voce.webp");
}

@media(max-width: 1100px) {
    section.noticias{
        padding-top: 0;
    }
    section.noticias .wrapper{
        display: flex;
        flex-direction: column-reverse;
        row-gap: 30px;
    }
    section.noticias .wrapper-content{
        width: 100%;    
        transform: none;
    }
    section.noticias .wrapper-content h2{
        padding-left: 0;
    }
    section.noticias .wrapper-content .swiper{
        width: 100%;
        height: 250px;
    }
    section.noticias .wrapper-content .image.video{
        width: 100%;
        height: 240px;
    }
    section.noticias .wrapper-content .text{
        width: 100%;
    }
    section.noticias .box-options{
        width: 100%;
        margin: 0 auto;
        transform: none;
    }
    section.noticias .wrapper .box-options ul{
        margin-bottom: 100px;
    }
}

@media(max-width: 468px) {
    section.noticias .content{
        padding: 0 20px;
    }
    section.noticias .box-options .wrapper-input .box-dropdown{
        width: calc(100% + 60px);
    }
    .breadcrumb .wrapper div span{
        transform: none;
    }
}