section.tratamentos {
    position: relative;
    padding-bottom: 70px;
}
section.tratamentos: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.tratamentos: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.tratamentos h2{
    text-align: center;
    font-size: 33.33px;
    font-weight: 600;
    color: var(--verde);
    margin-bottom: 70px;
}
section.tratamentos .wrapper {
    text-align: justify;
}
section.tratamentos .wrapper strong{
    font-size: 16.67px;
    font-weight: 600;
}
section.tratamentos .wrapper ul ,
section.tratamentos .wrapper ol {
    padding-left: 18px;
    margin-bottom: 15px;
}
section.tratamentos .wrapper ol li,
section.tratamentos .wrapper ul li{
    font-size: 16.67px;
    font-weight: 500;
}
section.tratamentos .wrapper p{
    font-size: 16.67px;
    margin-bottom: 15px;
    font-weight: 500;

}
section.tratamentos .wrapper {
    display: flex;
    justify-content: space-between;
    gap: 75px;
}
section.tratamentos .wrapper .box-options{
    margin-top: 130px;
    width: 380px;
}
section.tratamentos .wrapper .box-options ul{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    list-style: none;
}
section.tratamentos .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;
    will-change: transform;
}
section.tratamentos .wrapper .box-options ul li a:hover,
section.tratamentos .wrapper .box-options ul li a.active{
    padding-left: 20px;
}
section.tratamentos .wrapper .box-options ul li a:hover:after,
section.tratamentos .wrapper .box-options ul li a.active:after{
    transform: scale(0);
}
section.tratamentos .wrapper .box-options ul li a:hover:before,
section.tratamentos .wrapper .box-options ul li a.active:before{
    transform: scaleX(1) translateX(20px);
}
section.tratamentos .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.tratamentos .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.tratamentos .wrapper .tratamento{
    width: 840px;
}
section.tratamentos .wrapper .tratamento h2{
    text-transform: uppercase;
    text-align: left;
    width: fit-content;
    font-size: 33.33px;
    font-weight: 600;
    color: var(--verde);
    margin-bottom: 70px;
}
section.tratamentos .swiper{
    transform: translateX(-10px);
    width: 105%;
    height: 550px;
}
section.tratamentos .swiper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
section.tratamentos .wrapper .tratamento .options-tratamentos{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
section.tratamentos .wrapper .tratamento .options-tratamentos a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    flex-basis: 49%;
    font-size: 16.67px;
    width: 100%;
    cursor: pointer;
    position: relative;
    background-image: url("../img/border-button-link_footer.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #c59242;
    outline: none;
    padding: 3px 22px;
    transition: all .5s ease-out;
}
section.tratamentos .wrapper .tratamento .options-tratamentos a:hover,
section.tratamentos .wrapper .tratamento .options-tratamentos a.active{
    filter: saturate(1.5);
    color: var(--verde);
}
section.tratamentos .wrapper .tratamento .options-tratamentos a:hover:before,
section.tratamentos .wrapper .tratamento .options-tratamentos a.active:before{
    transform: translate(-50%,-50%) scaleY(1);
}
section.tratamentos .wrapper .tratamento .options-tratamentos a:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    border-radius: 25px 0px;
    transform: translate(-50%,-50%) scaleY(0);
    transform-origin: left;
    transition: all .3s ease-in-out;
    z-index: -1;
    background: rgba(202, 146, 62, 0.3);
    background: linear-gradient(270deg, rgba(202,147,62,0.3) 0%, rgba(255,244,165,0.3) 50%, rgba(202,147,62,0.3) 100%);
}
section.tratamentos .wrapper .tratamento .image{
    display: inline-flex;
    -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);
    position: relative;
    width: 604px;
    height: 434px;
    border-radius: 68px 0;
    overflow: hidden;
    margin: 30px 0;
}
section.tratamentos .wrapper .tratamento .image:before{
    pointer-events: none;
    background-image: url("../img/tratamentos/border-image.webp");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 10;
}
section.tratamentos .wrapper .tratamento .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper .swiper-pagination-bullet{
    width: 23px !important;
    height: 23px !important;
    border: 2px solid #cd9540 !important;
    background-color: transparent !important;
    margin: 0 7px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    opacity: 1 !important; /* Ensure the bullet is fully visible */
}
.swiper .swiper-pagination-bullet-active{
    border: 2px solid transparent !important;
    background: rgb(202,147,62) !important;
    background: linear-gradient(270deg, #cd9540 0%, #dbba6d 50%, #cd9540 100%) !important;
}
section.link-footer .wrapper p{
    padding: 0 50px !important;
}
section.lead {
    min-height: 450px;
}
section.lead .box-form .group-button button{
    width: 280px;
}
@media(max-width: 1100px){
    section.tratamentos .wrapper .tratamento h2{
        margin-left: 0;
    }
    section.tratamentos .wrapper{
        flex-direction: column-reverse;
        row-gap: 50px;
    }
    section.tratamentos .wrapper .tratamento{
        width: 100%;
    }
    section.tratamentos .wrapper .tratamento .image{
        width: 100%;
        height: 240px;
        border-radius: 35px 0 35px 0;
    }
    section.tratamentos .wrapper .box-options{
        width: 100%;
        margin-top: 0;
    }
}
@media(max-width: 768px){
    section.tratamentos:before{
        width: 100%;
    }
    section.tratamentos .swiper{
        height: 350px;
    }
}