.breadcrumb h3{
    font-size: 14px;
}
section.noticias {
    position: relative;
    padding-bottom: 70px;
}
section.noticias:after{
    animation: animation_icon_sections 3s infinite alternate;
    content: "";
    position: absolute;
    right: 0px;
    top: -250px;
    width: 560px;
    height: 1316px;
    background-image: url("../img/o-consultorio/asset_right.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
section.noticias:before{
    animation: animation_icon_sections_invert 4s infinite alternate;
    pointer-events: none;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0px;
    bottom: -280px;
    width: 777px;
    height: 597px;
    background-image: url("../img/o-consultorio/asset_left.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
section.noticias .wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 50px;
}
section.noticias .box-options{
    height: fit-content;
    position: relative;
    width: 380px;
    padding-bottom: 80px;
}
section.noticias .wrapper .box-options ul{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    list-style: none;
    padding-left: 27px;
}
section.noticias .wrapper .box-options ul li a{
    position: relative;
    font-size: 20.83px;
    font-weight: 600;
    width: fit-content;
    padding-bottom: 5px;
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
}
section.noticias .wrapper .box-options ul li a:hover{
    transform: translateX(20px);
}
section.noticias .wrapper .box-options ul li a:hover:after{
    transform: scale(0);
}
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;
    left: -20px;
    width: 12px;
    height: 12px;
    background: rgb(202,147,62) !important;
    background: linear-gradient(270deg, #cd9540 0%, #dbba6d 50%, #cd9540 100%) !important;
    clip-path: circle();
    transform: scale(1);
    transition: all .3s ease-in-out;
}
section.noticias .wrapper .box-options ul li a:before{
    transform: scaleX(0);
    transform-origin: left;
    transition: all .3s ease-in-out;
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: rgb(197,146,66);
    background: linear-gradient(-270deg, rgba(197,146,66,1) 0%, rgba(253,244,173,1) 50%, rgba(239,236,229,1) 100%);
}
section.noticias .box-options .wrapper-input{
    position: relative;
    width: 100%;
    height: 43px;
    margin-bottom: 28px;
}
section.noticias .box-options .wrapper-input input{
    padding-right: 60px !important;
    padding: 0 18px;
    font-size: 20.83px;
    color: var(--verde);
    padding-right: 30px;
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    height: 100%;
    background-image: url("../img/noticias/border-input.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
section.noticias .box-options .wrapper-input i{
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
section.noticias .box-options .wrapper-input input::placeholder{
    color: var(--verde);
}
section.noticias .wrapper-content{
    width: 840px;
}
section.noticias h2{
    text-align: center;
    padding-left: 45px;
    font-size: 33.33px;
    font-weight: 600;
    color: var(--verde);
    margin-bottom: 35px;
}
section.noticias .wrapper-content .image{
    overflow: hidden;
    position: relative;
    border-radius: 70px 0 70px 0;
    display: inline-flex;
    width: 397px;
    height: 502px;
    -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);
    margin-bottom: 25px;
}
section.noticias .wrapper-content .image:before{
    background-image: url("../img/border-image-tv.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
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 .image:before{
    pointer-events: none;
    background-image: url("../img/noticias/border-image.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
section.noticias .wrapper-content .text{
    padding-left: 10px;
    text-align: justify;
}
section.noticias .wrapper-content .header {
    margin-bottom: 20px;
}
section.noticias .wrapper-content .header h3{
    font-size: 20.83px;
    font-weight: 600;
}
section.noticias .wrapper-content .header h4{
    font-size: 16.67px;
    font-weight: 500;
}
section.noticias .wrapper-content .text .text-acompanhe ol,
section.noticias .wrapper-content .text .text-acompanhe ul{
    padding-left: 18px;
}
section.noticias .wrapper-content .text .text-acompanhe ol li,
section.noticias .wrapper-content .text .text-acompanhe ul li{
    font-weight: 500;
    font-size: 16.67px;
}
section.noticias .wrapper-content .text .text-acompanhe p a{
    font-weight: 500 !important;
    text-decoration: underline !important;
}
section.noticias .wrapper-content .text .text-acompanhe p strong{
    font-weight: 600;
}
section.noticias .wrapper-content .text .text-acompanhe p{
    font-weight: 500;
    font-size: 16.67px;
    margin-bottom: 15px;
}
.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;
    border: 3px solid #cd9540;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cd9540;
    font-size: 13px !important;
}
.holder a.jp-current{
    color: #fff ;
    border: 2px solid transparent !important;
    background: rgb(202,147,62) !important;
    background: linear-gradient(270deg, #cd9540 0%, #dbba6d 50%, #cd9540 100%) !important;
    font-weight: 300;
}
.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{
    border-radius: 50%;
    background-color: #cd9540;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: "<";
    font-weight: 300;
    font-size: 16.67px;
    width: 100%;
    height: 100%;
}

section.link-footer .wrapper p{
    padding: 0 50px !important;
}
section.lead {
    padding: 40px 0;
    min-height: 450px;
}
section.lead .box-form .group-button button{
    height: 60px;
    background-size: 100% 60px;
}
section.lead .box-form .group-button button:hover:after{
    height: 60px;
}
@media(max-width: 1100px) {
    section.noticias .wrapper{
        flex-direction: column-reverse;
    }
    section.noticias .wrapper-content{
        width: 100%;
    }
    section.noticias h2{
        text-align: left;
    }
    section.noticias .wrapper-content .image{
        width: 100%;
        height: 425px;
        border-radius: 60px 0 60px 0;
    }
    section.noticias .wrapper-content .image.video{
        width: 100%;
        height: 240px;
        border-radius: 40px 0 40px 0;
    }
    section.noticias .wrapper-content .text{
        width: 100%;
    }
    section.noticias .box-options{
        margin: 0 auto;
    }
}

@media(max-width: 768px) {
    section.noticias:before{
        width: 100%;
    }
    section.noticias .box-options{
        width: 100% !important; 
    }
}