main{
    height: 800px;
}
main .swiper {
    width: 100%;
    height: 100%;
}
main .swiper .swiper-slide{
    position: relative;
}
.lcp-image {
    width: 0;
    height: 0;
    display: block;
}
.swiper-initialized ~ .lcp-image {
    display: none;
}
main .swiper .swiper-slide img{
    transform: scale(1.5) translateX(100px);
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.4s ease-in-out;
}
main .swiper .swiper-slide .text{
    width: 720px;
    padding: 0 26px;
    color: #fff;
    position: absolute;
    top: 50%;
    line-height: 1.1;
    float: right;
    letter-spacing: -0.4px;
    transform: translate(470px, -35%) scale(0);
    transition: all 1.4s ease-in-out;
    z-index: 10;
}
main .swiper .swiper-slide .text h1{
    text-transform: uppercase;
    text-wrap: nowrap;
    line-height: 1.3;
    font-size: 48px;
    font-weight: 500;
    color: var(--verde);
}
main .swiper .swiper-slide .text h1 strong{
    font-weight: 600;
}
main .swiper .swiper-slide.swiper-slide-active img{
    transform: scale(1) translateX(0px);
}
main .swiper .swiper-slide.swiper-slide-active .text.left.bottom{
    transform: translate(0px, 35%) scale(1);
}
main .swiper .swiper-slide.swiper-slide-active .text{
    transform: translate(480px, -90%) scale(1);
}
.swiper .swiper-pagination-bullet{
    width: 23px !important;
    height: 23px !important;
    border: 2px solid var(--amarelo) !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.trataments{
    background-image: url('../img/banner-trataments.webp');
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center;
    min-height: 455px;
    padding: 30px 0;
}
section.trataments h2{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: var(--amarelo);
}
section.trataments .swiper{
    width: 100%;
    height: 100%;
}
section.trataments .swiper .swiper-wrapper{
    padding: 20px 0;
    padding-bottom: 80px !important;
}
section.trataments .swiper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
section.trataments .swiper .swiper-slide .tratament{
    position: relative;
    width: 280px;
    height: 280px;
    background-color: transparent;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    clip-path: circle();
    transition: all .3s ease-in-out;
    text-align: center;
    color: var(--amarelo);
}
section.trataments .swiper .swiper-slide .tratament:hover{
    flex-direction: column-reverse;
    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.trataments .swiper .swiper-slide .tratament::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../img/circle-trataments.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
section.trataments .swiper .swiper-slide .tratament div{
    transform: scale(1.20);
    font-size: 80px;
}
section.trataments .swiper .swiper-slide .tratament h3{
    -webkit-text-stroke: 0.6px var(--amarelo);
    font-size: 19.22px;
    font-weight: 500;
    transition: all .3s ease-in-out;
}
section.trataments .swiper .swiper-slide .tratament:hover h3{
    text-shadow: 3px 0px 10px rgba(0,0,0,0.5);
}
section.news {
    position: relative;
    padding: 23px 0;
    padding-bottom: calc(23px + 16px) !important;
}
section.news:before{
    height: 16px;
    width: 100%;
    position: absolute;
    content: "";
    background: rgb(196,146,66);
    background: linear-gradient(270deg, rgba(196,146,66,1) 0%, rgba(251,235,159,1) 50%, rgba(196,146,66,1) 100%);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
section.news h2{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: var(--verde);
    margin-bottom: 20px;
}
section.news .wrapper{
    text-align: justify;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 43px;
}
section.news .wrapper:before{
    animation: animation_icon 3s infinite alternate;
    content: "";
    position: absolute;
    left: -300px;
    top: -20px;
    background-image: url("../img/home/icon_michele.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 475px;
    height: 475px;
}

section.news .wrapper .image{
    overflow: hidden;
    position: relative;
    border-radius: 65px 0 65px 0;
    display: inline-flex;
    width: 345px;
    height: 437px;
    -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.news .wrapper .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.news .wrapper .image:before{
    background-image: url("../img/border-image-news.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%);
    pointer-events: none;
}
section.news .wrapper .image.video{
    width: 548px;
    height: 392px;
    overflow: hidden;
    position: relative;
    border-radius: 70px 0 70px 0;
    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);
}
section.news .wrapper .image.video: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.news .wrapper .text{
    width: 700px;
    color: var(--verde);
}
section.news .wrapper .text h3{
    font-size: 20.83px;
    font-weight: 600;
    margin-bottom: 16px;
}
section.news .wrapper .text p{
    font-size: 16.67px;
    font-weight: 500;
    margin-bottom: 25px;
}
section.news .wrapper .text h4{
    font-size: 20.83px;
    margin: 0 auto;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 134px;
    height: 43px;
    background-image: url("../img/border-button-news.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}
section.news .wrapper .text h4:hover{
    color: #c49141;
}
section.tv {
    overflow-x: hidden;
    position: relative;
    min-height: 547px;
    padding: 23px 0;
    padding-bottom: calc(23px + 16px) !important;
}
section.tv h2{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: var(--verde);
    margin-bottom: 20px;
}
section.tv .wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    color: var(--verde);
}
section.tv .wrapper:before{
    animation: animation_icon 2s infinite alternate;
    content: "";
    position: absolute;
    right: -300px;
    top: -40px;
    background-image: url("../img/home/icon_michele.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 475px;
    height: 475px;
}
section.tv .wrapper .image,
section.tv .wrapper .image div{
    overflow: hidden;
    position: relative;
    border-radius: 65px 0 65px 0;
    display: inline-flex;
    width: 345px;
    height: 437px;
    -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.tv .wrapper .image iframe,
section.tv .wrapper .image img{
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.tv .wrapper .image:before{
    background-image: url("../img/border-image-news.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}
section.tv .wrapper .text {
    width: 700px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.tv .wrapper .text ul{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    list-style: none;
    margin-bottom: 25px;
}
section.tv .wrapper .text ul li a{
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 20.83px;
    font-weight: 600;
    width: fit-content;
    padding-bottom: 5px;
    transition: all .3s ease-in-out;
}
section.tv .wrapper .text ul li a:hover{
    transform: translateX(10px);
}
section.tv .wrapper .text ul li a:hover:after{
    transform: scale(0);
}
section.tv .wrapper .text ul li a:hover:before{
    transform: scaleX(1);
}
section.tv .wrapper .text ul li a:before{
    transform: scaleX(0);
    transform-origin: left;
    transition: all .3s ease-in-out;
    content: "";
    position: absolute;
    width: calc(100% + 80px);
    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.tv .wrapper .text 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.tv .wrapper .text a.button{
    font-size: 20.83px;
    margin: 0 auto;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 225px;
    height: 43px;
    background-image: url("../img/border-button-tv.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}
section.tv .wrapper .text a.button:hover{
    color: #c49141;
}
section.lead {
    min-height: 450px;
}
.content_video_lead .video {
    width: auto !important;
    height: 77% !important;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
    main .swiper .swiper-slide:nth-child(2).swiper-slide-active img{
        object-position: left !important;
    }
    main .swiper .swiper-slide.swiper-slide-active .text{
        transform: translate(410px, -130%) scale(1);
    }
}
@media(max-width: 1100px){
    main{
        height: 500px !important;
    }
    main .swiper .swiper-slide .text{
        width: 100%;
        left: 50%;
        top: 50%;
        float: inherit !important;
        transform: translate(-50%, 70%) scale(0.2);
        opacity: 0;
        text-shadow: 0px 0px 11px rgba(255,255,255,1);
    }  
    main .swiper .swiper-slide.swiper-slide-active .text {
        opacity: 1;
        transform: translate(-50%, -20%) scale(0.5);
        transform-origin: left;
    }
    main .swiper .swiper-slide img{
        object-position: left;
    }
    section.news .wrapper .image,
    section.news .wrapper .image.video{
        width: 100%;
    }
    section.news .wrapper .text h4{
        margin: 0 auto !important;
    }
    section.news .wrapper .image.video{
        height: 240px;
    }
    section.news .wrapper .text{
        width: 100%;
    }
    section.news .wrapper,
    section.tv .wrapper{
        flex-direction: column;
    }
    section.tv .wrapper {
        row-gap: 25px;
        transform: none;
    }
    section.tv .wrapper .image{
        width: 100%;
        height: 437px;
    }
    section.tv .wrapper .text{
        padding-left: 20px;
        margin-top: 0;
        width: 100%;
    }
    section.tv .wrapper .text ul{
        margin-bottom: 25px;
    }
    section.tv .wrapper .text a.button{
        transform: none;
    }
}
@media(max-width: 468px){
    main .swiper .swiper-slide.swiper-slide-active img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1) translateX(0px) !important;
    }
    main .swiper .swiper-slide:nth-child(1) img,
    main .swiper .swiper-slide:nth-child(1).swiper-slide-active img{
        object-position: right !important;
    }
    main .swiper .swiper-slide:nth-child(2) img,
    main .swiper .swiper-slide:nth-child(2).swiper-slide-active img{
        object-position: left !important;
        filter: blur(2px) brightness(1.2);
    }
    main .swiper .swiper-slide .text h1{
        transform: scale(0.8);
    }
    .content_video_lead .video {
        width: 80% !important;
        height: auto !important;
    }
}