/* Banners */
#banner .swiper-slide .image {
    position: relative;
    display: block;
    width: 100%;
}
#banner .swiper-slide .image::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 35.833333333333336%;
}
#banner .swiper-slide .image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}
#banner .swiper-pagination {
    position: initial;
    margin-top: 10px;
}
#banner .swiper-pagination-bullet {
    width: 12.5px;
    height: 12.5px;

    background: #FFF;
    border: 2px solid #FF0000;
    border-radius: 30px;
    opacity: 1;
}
#banner .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background-color: #FF0000;
}
#banner .swiper-pagination-bullet-active {
    background-color: #FF0000;
}




/* Pesquisar */
#busca {
    margin: 100px 0;
}
#busca .form-busca {
    position: relative;
    padding: 50px 80px;
    background: rgba(0, 11, 61, 1);
    border-radius: 30px;
    box-shadow: 5px 11px 46.29999923706055px 0px rgba(0, 0, 0, 0.25);
    margin: 0 auto;

    z-index: 0;

    overflow: hidden;
}
#busca svg.render {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;

    width: auto;
    max-width: 60%;
    height: 175%;

    z-index: -1;

    margin: auto;
}
#busca .form-busca h2 {
    color: #ffffff;
    font-size: 52.51px;
    font-weight: 700;
    line-height: 105%;
    letter-spacing: -1.5%;
    text-align: left;
    margin: 0 0 20px 0;
}
#busca .form-busca h2 span {
    position: relative;
    z-index: 0;
}
/* #busca .form-busca h2 span::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 10px;
    background: #FF0000;
    z-index: -1;
} */
#busca .form-busca p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -1%;
    text-align: left;
    margin: 0 0 30px 0;
}
#busca .form-busca input {
    display: block;
    width: 100%;
    height: 56px;
    
    padding: 0 18px;
    background: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 50px;
    outline: none;
    box-shadow: none;

    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
#busca .form-busca input:hover,
#busca .form-busca input:focus {
    box-shadow: 0 0 0 2px #FF0000;
}
#busca .form-busca .botao {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
}
#busca .form-busca .botao:disabled {
    background-color: rgba(255, 0, 0, .5)!important;
    backdrop-filter: blur(10px);
}
#busca .form-busca .botao span {
    font-size: 18px;
    font-weight: 700;
}
#busca .form-busca .resultado {
    display: none;
    /* display: grid; */
    grid-template-columns: repeat(3, 1fr); /* 3 colunas iguais */
    gap: 30px;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid rgba(166, 175, 195, 0.4);
    background-color: rgba(0, 11, 61, 1);

    max-height: 400px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #fff transparent;
}
#busca .form-busca .resultado::-webkit-scrollbar {
    width: 8px;
}
#busca .form-busca .resultado::-webkit-scrollbar-track {
    background: transparent;
}
#busca .form-busca .resultado::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 4px;
}
#busca .form-busca .resultado .list-result {
    margin: 0;
    padding: 0;
    list-style: none;
}
#busca .form-busca .resultado .list-result .item-title {
    margin: 0 0 15px 0;
}
#busca .form-busca .resultado .list-result .item-title h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
#busca .form-busca .resultado .list-result .item:not(:last-child) {
    margin-bottom: 10px;
}
#busca .form-busca .resultado .list-result .item a {
    display: flex;
    width: 100%;
    text-decoration: none;
    border-radius: 7.5px;
    overflow: hidden;
}
#busca .form-busca .resultado .list-result .item a:hover {
    background-color: #fff;
}
#busca .form-busca .resultado .list-result .item .image {
    position: relative;
    display: block;
    width: 125px;
    min-width: 125px;
}
#busca .form-busca .resultado .list-result .item .image::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 66.23376623376623%;
}
#busca .form-busca .resultado .list-result .item .image img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100%;
    
    -o-object-fit: cover;
    object-fit: cover;
}
#busca .form-busca .resultado .list-result .item .content {
    padding: 10px;
}
#busca .form-busca .resultado .list-result .item .content h4 {
    color: #fff;
    font-size: 14px;
    margin: 0;
}
#busca .form-busca .resultado .list-result .item a:hover .content h4 {
    color: #000B3D;
}



/* Avaliações */
#avaliacoes {
    margin: 150px 0;
}
#avaliacoes .content {
    /* padding: 90px 0; */
    padding: 45px 0;
    background: rgba(0, 11, 61, 1);
    border-radius: 30px;
    box-shadow: 5px 11px 46.29999923706055px 0px rgba(0, 0, 0, 0.25);
}
#avaliacoes .content .section-title {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
}
#avaliacoes .content .elfsight-app-a0dab3a0-1457-4af7-b2ce-8943803b310f {
    padding: 0 50px;
}




/* Instagram */
#instagram {
    margin: 30px 0 90px 0;
}
#instagram .content {
    position: relative;
    padding-top: 50px;
}
#instagram .content .title {
    display: flex;
    align-items: center;
    gap: 20px;
    
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    
    width: fit-content;
    
    padding: 25px 50px;
    background: #fff;
    border-radius: 100px;
    
    color: #000b3d;
    font-size: 33.44px;
    font-weight: 700;
    line-height: 105%;
    letter-spacing: -1.5%;
    text-align: left;
    text-decoration: none;
    
    margin: auto;

    z-index: 2;

    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
#instagram .content .title:hover {
    background: #000b3d;
    color: #fff;
}
#instagram .content .title svg {
    display: block;
    width: 45px;
    height: 45px;
}
/* #instagram img {
    width: 100%;
    height: auto;
} */




/* Servicos */
#servicos {
    margin: 80px 0;
}
#servicos .col-servicos {
    position: relative;
}
#servicos .col-servicos .navServicos {
    position: absolute;
    top: 0;
    bottom: 0;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 35px;
    height: 35px;
    background: rgba(42, 22, 22, 0.17);
    border-radius: 50%;

    cursor: pointer;
    
    margin: auto;

    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
#servicos .col-servicos .navServicos.swiper-button-disabled {
    background: transparent;
}
#servicos .col-servicos .navServicos:not(.swiper-button-disabled):hover {
    background: #000b3d;
}
#servicos .col-servicos .navServicos.--prev {
    left: -20px;
    right: unset;
}
#servicos .col-servicos .navServicos.--next {
    left: unset;
    right: -20px;
}
#servicos .col-servicos .navServicos svg {
    display: block;
    fill: none;
    stroke: #000b3d;
    width: 16px;
    height: 16px;
    
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
#servicos .col-servicos .navServicos.swiper-button-disabled {
    cursor: default;
}
#servicos .col-servicos .navServicos.swiper-button-disabled svg {
    opacity: .15;
}
#servicos .col-servicos .navServicos.--prev svg {
    transform: translateX(-1px);
}
#servicos .col-servicos .navServicos.--next svg {
    transform: translateX(2px);
}
#servicos .col-servicos .navServicos:not(.swiper-button-disabled):hover svg {
    stroke: #fff;
}
#servicos .swiper {
    padding: 0 15px 15px 15px;
}
#servicos .swiper .swiper-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
}
#servicos .swiper .swiper-slide {
    height: auto;
}
#servicos .card-servico {
    display: block;
    height: 100%;

    border-radius: 7.57px;
    box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
    overflow: hidden;
}
#servicos .card-servico .image {
    position: relative;
    width: 100%;
    display: block;
}
#servicos .card-servico .image::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 66.23376623376623%;
}
#servicos .card-servico .image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px 32px;
    
    -o-object-fit: cover;
    object-fit: cover; 
}
#servicos .card-servico .content {
    padding: 30px 30px 90px 30px;
    background: rgba(255, 255, 255, 1);
    
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
#servicos .swiper-slide:not(.swiper-slide-visible) .card-pacote .content {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
#servicos .card-servico .content h3 {
    text-align: center;
    margin: 0 auto 15px auto;
}
#servicos .card-servico .content h3 a {
    color: #000b3d;
    font-size: 24px;
    font-weight: 600;
    line-height: 22.81px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: none;
}
#servicos .card-servico .content p {
    max-width: 280px;

    color: #637381;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 auto;
}
#servicos .card-servico .content .botao {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;

    margin: 25px auto 0 auto;
    
    background-color: transparent;
    border: 1px solid #ff0000;
}
#servicos .card-servico .content .botao:hover {
    background-color: #ff0000;
}
#servicos .card-servico .content .botao span {
    color: #ff0000;
}
#servicos .card-servico .content .botao:hover span {
    color: #fff;
}




/* Renove Visto */
#renove-visto {
    margin: 90px 0;
}
#renove-visto .card-visto {
    position: relative;

    padding: 60px;
    background: #000B3D;
    border-radius: 32px;

    overflow: hidden;
    z-index: 0;
}
#renove-visto .card-visto .bg {
    display: block;
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    -o-object-fit: cover;
    object-fit: cover;
    
    opacity: .5;
    
    z-index: -1;
}
#renove-visto .card-visto h2 {
    color: #ffffff;
    font-size: 52.51px;
    font-weight: 700;
    line-height: 105%;
    letter-spacing: -1.5%;
    text-align: left;
    margin: 0 0 40px 0;
}
#renove-visto .card-visto h2 span {
    position: relative;
    z-index: 0;
}
/* #renove-visto .card-visto h2 span::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 10px;
    background: #FF0000;
    z-index: -1;
} */
#renove-visto .card-visto .botao {
    padding: 15px 60px;
}




/* Responsivo Mobile */
@media (max-width: 992px) {
    /* Banner */
    #banner .swiper-slide .image::after {
        padding-bottom: 100%;
    }
    #banner .swiper-slide .image.--mobile-empty::after {
        padding-bottom: 35.833333333333336%;
    }



    /* Busca */
    #busca {
        margin: 50px 0;
    }
    #busca .form-busca {
        padding: 30px;
    }
    #busca .form-busca h2 {
        font-size: 24px;
        text-align: center;
    }
    #busca .form-busca p {
        font-size: 22px;
        text-align: center;
        line-height: normal;
        margin: 0 0 20px 0;
    }
    #busca .form-busca input {
        margin: 0 0 10px 0;
    }




    /* Avaliações */
    #avaliacoes {
        margin: 50px 0;
    }
    #avaliacoes .content {
        padding: 30px;
    }
    #avaliacoes .content .section-title {
        font-size: 22px;
        text-align: center;
        line-height: normal;
        margin: 0 0 30px 0;
    }
    #avaliacoes .content .elfsight-app-a0dab3a0-1457-4af7-b2ce-8943803b310f {
        padding: 0;
    }




    /* Instagram */
    #instagram {
        margin: 50px 0;
    }
    #instagram .content .title {
        padding: 15px 30px;
        font-size: 18px;
        line-height: normal;
    }
    #instagram .content .title svg {
        width: 30px;
        height: 30px;
    }




    /* Servicos */
    #servicos {
        margin: 50px 0;
    }
    #servicos .col-servicos .navServicos {
        z-index: 999;
    }
    #servicos .col-servicos .navServicos.--prev {
        left: 10px;
    }
    #servicos .col-servicos .navServicos.--next {
        right: 10px;
    }
    #servicos .card-servico .content {
        padding: 20px 20px 90px 20px;
    }




    /* Renove seu visto */
    #renove-visto {
        margin: 30px 0 50px 0;
    }
    #renove-visto .card-visto {
        padding: 30px;
    }
    #renove-visto .card-visto h2 {
        font-size: 24px;
        text-align: center;
    }
    #renove-visto .card-visto .botao {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}