section.odontologia {
    position: relative;
    padding-bottom: 70px;
}
section.odontologia: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.odontologia:before{
    animation: animation_icon_sections_invert 4s infinite alternate;
    pointer-events: none;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 777px;
    height: 597px;
    background-image: url("../img/o-consultorio/asset_left.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
section.odontologia .text-introduction {
    margin-bottom: 24px;
}
section.odontologia .text-introduction p{
    font-weight: 600;
    font-size: 16.67px;
}
section.odontologia .options-tratamentos{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px;
}
section.odontologia .options-tratamentos a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    flex-basis: 24%;
    font-size: 18px;
    font-weight: 500;
    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.odontologia .options-tratamentos a:hover,
section.odontologia .options-tratamentos a.active{
    filter: saturate(1.5);
    color: var(--verde);
}
section.odontologia .options-tratamentos a:hover:before,
section.odontologia .options-tratamentos a.active:before{
    transform: translate(-50%,-50%) scaleY(1);
}
section.odontologia .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.odontologia h2{
    text-transform: uppercase;
    text-align: center;
    font-size: 33.33px;
    font-weight: 600;
    color: var(--verde);
    margin-bottom: 70px;
}
section.odontologia .wrapper {
    text-align: justify;
}
section.odontologia .wrapper p{
    font-size: 16.67px;
    font-weight: 500;
    margin-bottom: 15px;
}
section.odontologia .wrapper p strong,
section.odontologia .tratamento p strong,
section.odontologia .tratamento li strong{
    font-size: 16.67px;
    font-weight: 600;
}
section.odontologia .wrapper ul,
section.odontologia .tratamento ul ,
section.odontologia .tratamento ol {
    padding-left: 18px;
    margin-bottom: 15px;
}
section.odontologia .wrapper ul li,
section.odontologia .tratamento ol li,
section.odontologia .tratamento ul li{
    font-size: 16.67px;
    font-weight: 500;
}
section.odontologia .tratamento p{
    font-size: 16.67px;
    font-weight: 500;
    margin-bottom: 15px;
}
section.odontologia .tratamento p a{
    font-weight: 500;
    text-decoration: underline !important;
}
section.odontologia .wrapper-video{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
}
section.odontologia .wrapper-video h3{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}
section.odontologia .wrapper-video .video{
    -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: 755px;
    height: 541px;
    border-radius: 70px 0 70px 0;
    overflow: hidden;
    margin-bottom: 30px;
}
section.odontologia .wrapper-video .video:before{
    pointer-events: none;
    background-image: url("../img/odontologia-do-sono/border-video.webp");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 10;
}
section.odontologia .wrapper-video .video iframe{
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
    outline: none;
}
section.odontologia .wrapper-video h4{
    font-size: 20.83px;
    cursor: pointer;
    margin: 0 auto;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
    width: 224px;
    height: 34px;
}
section.odontologia .wrapper-video h4:before{
    content: "";
    width: 100%;
    height: 100%;
    transform: scaleY(1.3);
    position: absolute;
    background-image: url("../img/border-button-link_footer.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
section.odontologia .wrapper-video h4:hover{
    color: #c49141;
}
section.odontologia .content.gallery {
    max-width: 1246px;
}
section.odontologia .galery{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 300px;
    grid-gap: 12px;
}
section.odontologia .galery .image{
    background-color: var(--verde);
    width: 100%;
    height: 100%;
}
section.odontologia .galery .image img,
section.odontologia .galery .image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.odontologia .galery .image.horizontal {
    grid-column: span 2;
}
section.odontologia .galery .image.vertical {
    grid-row: span 2;
}
section.odontologia .swiper{
    transform: translateX(-10px);
    width: 105%;
    height: 550px;
}
section.odontologia .swiper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
section.odontologia .swiper .swiper-slide .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.odontologia .swiper .swiper-slide .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.odontologia .swiper .swiper-slide .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.lead .box-form h3{
    margin-bottom: 10px;
}
@media(max-width: 1100px){
    section.odontologia .wrapper-video .video{
        width: 100%;
        height: 240px;
        border-radius: 30px 0 30px 0;
    }
    section.odontologia .wrapper-video .video:before{
        background-size: contain;
    }
}
@media(max-width: 768px){
    .breadcrumb h3{
        align-items: start;
        text-wrap: nowrap;
        flex-direction: column;
    }
    section.odontologia:before{
        width: 100%;
    }
    section.odontologia .options-tratamentos{
        flex-direction: column;
    }
    section.odontologia .options-tratamentos a{
        padding: 15px 0;
    }
    section.odontologia .galery {
        display: flex;
        flex-direction: column;
    }
    section.odontologia .galery .image{
        width: 100% !important;
    }
    section.odontologia .swiper{
        height: 350px;
    }
    section.odontologia .swiper .swiper-slide .image{
        width: 100%;
        height: 240px;
        border-radius: 35px 0 35px 0;
    }
}