header{
    position: fixed;   
}
main{
    height: 984px;
}
main .swiper {
    width: 100%;
    height: 100%;
}
main .swiper .swiper-slide{
    position: relative;
}
main .swiper .swiper-slide img{
    overflow: hidden;
    transform: scale(1.5);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 2s ease-in-out;
}
main .swiper .swiper-slide .text{
    padding: 0 26px;
    color: #fff;
    position: absolute;
    bottom: 150px;
    line-height: 1.1;
    letter-spacing: -0.4px;
    transform: scale(0);
    transition: all 2s ease-in-out;
    z-index: 10;
}
main .swiper .swiper-slide.swiper-slide-active img{
    transform: scale(1);
}
main .swiper .swiper-slide.swiper-slide-active .text{
    transform: scale(1);
}
main .swiper .swiper-slide .text.top{
    bottom: inherit;
    top: 200px;
    color: var(--azul);
}
main .swiper .swiper-slide .text.top h1{
    -webkit-text-stroke-color: var(--azul);
}
main .swiper .swiper-slide .text h2{
    text-shadow: 0px 10px 20px rgb(47, 47, 47);
    padding-left: 4px;
    font-size: 58.33px;
}
main .swiper .swiper-slide:nth-child(2) .text h1{
    color: #ffffff29;
}
main .swiper .swiper-slide .text h1{
    letter-spacing: -2px;
    font-size: 74.81px;
    font-weight: 700;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    color: #ffffffaa;
    text-shadow: 0px 10px 20px rgba(47, 47, 47, 0.507);
}
main .swiper .swiper-pagination-bullet{
    width: 23px !important;
    height: 23px !important;
    border: 2px solid var(--azul) !important;
    background-color: transparent !important;
    margin: 0 7px !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    opacity: 1 !important; /* Ensure the bullet is fully visible */
}
main .swiper .swiper-pagination-bullet-active{
    border: 2px solid var(--azul) !important;
    background-color: #fff !important;
}
section h2{
    font-weight: 600;
    font-size: 33.33px;
}
section.diferenciais {
    padding: 30px 0;
    padding-bottom: 80px;
}
section.diferenciais h2{
    margin-bottom: 60px;
}
section.diferenciais .wrapper-paper{
    display: flex;
    flex-wrap: wrap;
    perspective: 1000px;
    transform: scale(0.96);
    -webkit-box-shadow: 0px 10px 42px 22px rgba(31,63,109,1);
    -moz-box-shadow: 0px 10px 42px 22px rgba(31,63,109,1);
    box-shadow: 0px 10px 42px 22px rgba(31,63,109,1);
}
section.diferenciais .wrapper-paper .paper{
    display: inline-flex;
    align-items: end;
    justify-content: start;
    color: #fff;
    transition: transform 0.3s ease;
    width: 290px;
    height: 562px;
    flex-basis: 25%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 1;
    transition: all .3s ease;
    z-index: 2;
    padding: 100px 30px;
    position: relative;
}
section.diferenciais .wrapper-paper .paper h3{
    z-index: 3;
    font-weight: 600;
    font-size: 25px;
    text-shadow: 0px 10px 11px rgba(0, 0, 0, 0.80);
    /* text-wrap: nowrap; */
}
section.diferenciais .wrapper-paper .paper:before{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-color: #1f3f6d52;
}
section.diferenciais .wrapper-paper .paper:nth-child(even){
    align-items: start;
}
section.diferenciais .wrapper-paper .paper:nth-child(even):before{
    background-color: #19355b9d;
}
section.diferenciais .wrapper-paper .paper:hover{
    flex: 2;
    z-index: 1;
}
section.diferenciais .wrapper-paper .paper1{
    background-image: url('../img/home/paper1.webp');
    transform: rotateY(15deg) scale(1.04);
}
section.diferenciais .wrapper-paper .paper1:hover{
    transform: rotateY(10deg) scale(1.05);
}
section.diferenciais .wrapper-paper .paper2{
    background-image: url('../img/home/paper2.webp');
    transform: rotateY(-15deg) scale(1.04);
}
section.diferenciais .wrapper-paper .paper2:hover{
    transform: rotateY(-7deg) scale(1.04);
}
section.diferenciais .wrapper-paper .paper3{
    background-image: url('../img/home/paper3.webp');
    transform: rotateY(15deg) scale(1.04);
}
section.diferenciais .wrapper-paper .paper3:hover{
    transform: rotateY(7deg) scale(1.04);
}
section.diferenciais .wrapper-paper .paper4{
    background-image: url('../img/home/paper4.webp');
    transform: rotateY(-15deg) scale(1.04);
}
section.diferenciais .wrapper-paper .paper4:hover{
    transform: rotateY(-10deg) scale(1.05);
}
section.experiencias{
    background-image: url("../img/home/experiencias.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 672px;
}
section.experiencias h2{
    position: absolute;
    color: #fff;
    font-size: 33.33px;
    font-weight: 600;
    transform: translateY(80px);
}
section.experiencias .wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
section.experiencias .line-content{
    transform: translate(-50px, 13px);
    display: flex;
    justify-content: center;
    align-items: center;
}
section.experiencias .line-content .line{
    position: relative;
}
section.experiencias .line-content .line .point{
    position: absolute;
    display: flex;
    align-items: center;
}
section.experiencias.active .line-content .line .point:before{
    position: absolute;
    text-wrap: nowrap;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    transform: scaleX(0);
    transform-origin: left !important;
    animation: name_points .3s ease-in-out forwards;
    display: block;
}
section.experiencias .line-content .line .point:before{
    display: none;
}
section.experiencias .line-content .line .point .text{
    position: absolute;
    text-wrap: nowrap;
    right: 0;
}
section.experiencias.active .line-content .line .point .tag{
    background-color: var(--azul);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    outline: 10px solid #fff;
    transform: scale(0);
    animation: points .3s ease-in-out forwards;
}
section.experiencias .line-content .line .point.one{
    top: 172px;
    right: 90px;
}
section.experiencias .line-content .line .point.one .tag{
    animation-delay: 2s;
}
section.experiencias .line-content .line .point.one:before{
    content: "1- Exóticas";
    animation-delay: 2s;
    left: 60px;
}
section.experiencias .line-content .line .point.two{
    top: 325px;
    left: 90px;
}
section.experiencias .line-content .line .point.two .tag{
    animation-delay: 3.8s;
}
section.experiencias .line-content .line .point.two:before{
    content: "2- Aventuras";
    animation-delay: 3.8s;
    right: 60px;
}
section.experiencias .line-content .line .point.three{
    bottom: 240px;
    left: 300px;
}
section.experiencias .line-content .line .point.three .tag{
    animation-delay: 4.6s;
}
section.experiencias .line-content .line .point.three:before{
    content: "3- Românticas";
    animation-delay: 4.6s;
    left: 30px;
    bottom: 60px;
}
section.experiencias .line-content .line .point.four{
    right: 110px;
    bottom: 130px;
}
section.experiencias .line-content .line .point.four .tag{
    animation-delay: 5.6s;
}
section.experiencias .line-content .line .point.four:before{
    content: "4- Datas especiais";
    animation-delay: 5.6s;
    left: 60px;
}
@keyframes name_points{
    to{ transform: scaleX(1); }
}
@keyframes points {
    to{ transform: scale(1); }
}
section.experiencias.active svg {
    display: flex;
}    
section.experiencias svg {
    display: none;
}    
section.experiencias.active svg .path {    
    animation: dash 8s ease-in-out reverse forwards;
}
@keyframes dash {
    from{
        stroke-dasharray: -100;
        stroke-dashoffset: -1500;
    }
    to {
        stroke-dasharray: 27 2000;
        stroke-dashoffset: 27 8;
    }
}

section.acompanhe {
    overflow: hidden;
    background-image: url('../img/home/home/acompanhe.webp');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 54px 0 33px;
}
section.acompanhe .content{
    position: relative;
}
section.acompanhe .line{
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    transform: translate(-30px, -100px);
    z-index: -1;
}
section.acompanhe .wrapper{
    display: flex;
    align-items: center;
    gap: 70px;
    padding-left: 140px;
}
section.acompanhe .wrapper .text{
    width: 470px;
}
section.acompanhe .wrapper .text h3{
    font-weight: 600;
    font-size: 33.33px;
    margin-bottom: 62px;
}
section.acompanhe .wrapper .text .body {
    margin-bottom: 40px;
}
section.acompanhe .wrapper .text .body h4{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
section.acompanhe .wrapper .text .body p{
    font-size: 16.67px;
    font-weight: 500;
}
section.acompanhe .wrapper .text .footer p{
    margin: 0 auto;
    text-align: center;
    background-color: var(--azul);
    padding: 6px 25px;
    font-size: 16.83px;
    font-weight: 500;
    color: #fff;
    width: fit-content;
    
}
section.acompanhe .wrapper .image{
    width: 367px;
    height: auto;
    display: inline-flex;
}
section.acompanhe .wrapper .image img,
section.acompanhe .wrapper .image iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
footer{
    border-top: 7px solid #fff;
}

@media(max-width: 1100px){
    main{
        height: 600px !important;
    }
    main .swiper .swiper-slide .text{
        width: 100%;
    }
    main .swiper .swiper-slide .text h2{
        font-size: 25px;
    }
    main .swiper .swiper-slide .text h1{
        font-size: 35px;
    }
    section.diferenciais .wrapper-paper .paper{
        flex-basis: 50%;
    }
    section.diferenciais .wrapper-paper .paper,
    section.diferenciais .wrapper-paper .paper:hover{
        transform: none;
        height: 300px;
    }
    section.acompanhe .wrapper{
        padding-left: 0;
        flex-direction: column-reverse;
        justify-content: center;
        row-gap: 20px;
    }
    section.acompanhe .wrapper .image{
        width: 400px;
    }
}
@media(max-width: 468px){
    main .swiper .swiper-slide .text{
        background-color: #ffffffa4;
        top: inherit !important;
        bottom: 200px !important;
        padding: 0 10px;
    }
    section.experiencias{
        /* border-top: 60px solid var(--azul); */
    }
    section.experiencias h2{
        transform: translateY(20px);
    }
    section.experiencias{
        overflow: hidden;
        min-height: 400px;
    }
    section.experiencias .line svg{
        height: 400px;
    }
    section.experiencias .line-content {
        transform: translate(-30px, 13px);
    }
    section.experiencias .line-content .line .point{
        transform: scale(0.4);
    }
    

    section.experiencias .line-content .line .point.one .tag{
        animation-delay: 1.5s;
    }
    section.experiencias .line-content .line .point.one:before{
        animation-delay: 1.5s;
    }

    section.experiencias .line-content .line .point.two .tag{
        animation-delay: 3s;
    }
    section.experiencias .line-content .line .point.two:before{
        animation-delay: 3s;
    }

    section.experiencias .line-content .line .point.three .tag{
        animation-delay: 4.6s;
    }
    section.experiencias .line-content .line .point.three:before{
        animation-delay: 4.6s;
    }

    section.experiencias .line-content .line .point.four {
        transform: scale(0.3);
    }
    section.experiencias .line-content .line .point.four .tag{
        animation-delay: 5.6s;
    }
    section.experiencias .line-content .line .point.four:before{
        animation-delay: 5.6s;
    }


    section.experiencias .line-content .line .point.one {
        top: 50px;
        right: 150px;
    }
    section.experiencias .line-content .line .point.one:before{
        right: 60px;
        left: inherit;
    }
    section.experiencias .line-content .line .point.two {
        top: 150px;
        left: 250px;
    }
    section.experiencias .line-content .line .point.two:before {
        right: -100px;
        top: -50px;
    }
    section.experiencias .line-content .line .point.three {
        bottom: 140px;
        left: 350px;
    }
    section.experiencias .line-content .line .point.four {
        right: 200px;
        bottom: 50px;
    }
    section.acompanhe .wrapper .text{
        width: 100%;
    }
    section.acompanhe .wrapper .image{
        width: 100%;
    }
    section.acompanhe .line {
        transform: translate(-210px, -100px);
    }
}