/* Banner Home Desktop */
.titulo__banner__cel {
    display: none;
}

.banner-home-desktop {
    margin-top: -8rem;
}
.banner-home-desktop h1 {
    text-align: center;
    font-weight: 700;
    color: white;
}
.banner-home-desktop p {
    margin-top: 1rem;
    margin-bottom: 2rem;
    color: white;
    text-align: center;
}
.banner-home-desktop a {
    background-color: #fded00;
    padding: 0.9rem 2rem;
    width: 20rem;
    color: #0c32ed;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/* Main Container */
.main .container {
    padding: 0!important;
}

/* Packages Title */
.titulo_nossos_pacotes {
    color: #234578;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

/* Didn't Find Section */
.nao__achou {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    align-items: center;
}
.nao__achou span {
    margin-right: 1rem;
    margin-bottom: 0;
    color: #4774b1;
    font-size: 14px;
}
.nao__achou button {
    background-color: #262ff2;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 0.45rem 2rem;
    font-size: 14px;
}

/* Why Travel With Us Section */
.pq_viajar_com_ct {
    display: flex;
    align-items: center;
    gap: 4rem;
    margin-top: 5rem;
    margin-bottom: 6rem;
}
.pq_viajar_com_ct h2 {
    color: #234578;
    font-weight: bold;
    margin-bottom: 3rem;
}
.pq_viajar_com_ct p {
    font-size: 12px;
    width: 95%;
}
.pq_viajar_com_ct_area {
    width: 50%;
}
.icon__pq__viajar {
    width: 2rem;
}
.title__pq__viajar {
    font-weight: bold;
    color: #234578;
}

.janela_aviao {
    max-width: 28% !important;
}

.janela_aviao_tablet {
    display: none;
}

/* Cruises Banner */
.container-banner_cruzeiros {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
}
.container-banner_cruzeiros_img_desk {
    width: 70rem;
}
.container-banner_cruzeiros_img_cel {
    display: none;
}

/* Testimonials */
.testimonials-slider {
    height: max-content;
}
.swiper-slide {
    width: 345px !important;
}
.testimonial-card {
    background-color: var(--white);
    box-shadow: 0px 0px 38px -3px rgba(0, 0, 0, 0.36);
    width: 20rem;
    border-radius: 13px;
    text-align: center;
    border: none;
    height: 30rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.testimonial-img {
    width: 100%;
    border-radius: 13px 13px 0 0;
    height: 13rem;
    object-fit: cover;
    object-position: center center;
}
.testimonial-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0.5rem 1.5rem;
}
.testimonial-text {
    font-size: 0.875rem;
    color: #555;
    line-height: 1.2rem;
    margin-top: 1rem;
    flex-grow: 1;
}
.testimonial-name {
    background-color: #147cfa;
    padding: 0.3rem;
    width: 10rem;
    margin: 0 auto;
    border-radius: 2rem;
    position: relative;
    bottom: 0.8rem;
    color: var(--white);
    font-size: 0.875rem;
}
.testimonial-location {
    font-weight: 600;
    font-size: 0.75rem;
    color: #555;
    display: block;
    margin-top: auto;
    padding-bottom: 1rem;
}

/* Slider Navigation */
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
.fa-chevron-left,
.fa-chevron-right {
    font-size: 3rem;
    color: #555;
}
.sombra-direita {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(to left, rgb(255 255 255), rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: 1;
}

/* Favorite Button */
.favorite-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #ccc;
    transition: all 0.3s ease;
    position: relative;
    padding: 0;
    display: flex;
    margin-left: 2rem;
    margin-top: -2rem;
    width: 10%;
}
.favorite-btn i {
    transition: all 0.3s ease;
}
.favorite-btn.active i {
    color: #0d96f5;
    animation: heartBeat 0.5s;
}

/* Find Store Banner */
.banner-encontre-loja {
    background-color: #3698fe;
    margin-top: 5rem;
}
.banner-encontre-loja .container {
    padding: 2rem!important;
    align-items: center;
    display: flex;
    gap: 2rem;
}
.banner-encontre-loja h2 {
    color: white;
    font-weight: 700;
}
.banner-encontre-loja p {
    color: white;
    font-size: 18px;
}
.botao-buscar-encontre {
    background-color: #fded00;
    padding: 0.5rem 2rem;
    width: 8.5rem;
    color: #0c32ed;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    border: none;
}

/* Newsletter */
.newsletter-container {
    background: var(--white);
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 50rem;
    text-align: center;
    border-radius: 22px;
    margin-top: 4rem;
}
.newsletter-container h3 {
    margin-bottom: 10px;
    color: #383838;
    text-align: left;
    font-weight: bold;
}
.checkbox-group {
    text-align: left;
    margin: 10px 0;
}
.info-text {
    font-size: 10px;
    color: #7e7e7e;
}
input[type="text"] {
    padding: 9px;
    margin: 5px 0;
    border: 1px solid #ededed;
    border-radius: 5px;
    font-size: 12px;
}
.input-nome {
    width: 36%;
}
.input-email {
    width: 46%;
}
.newsletter-container button {
    height: 2.3rem;
    width: 7rem;
    background-color: #0941b5;
    color: var(--white);
    border: none;
    border-radius: 5px;
    font-size: 14px;
}

/* Banner */
.container-banner {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 900px;
    background: linear-gradient(55deg, #166ade 50%, white 50%);
    color: #1a5fdf;
    border-radius: 8px;
    padding: 3rem;
    box-shadow: 0px 2px 15px -4px rgba(0, 0, 0, 0.46);
    height: 12rem;
    padding-bottom: inherit!important;
    padding-top: inherit!important;
    margin-bottom: 2rem;
}
.banner .left {
    display: flex;
    align-items: center;
    color: white;
}
.banner .left img {
    width: 4rem;
    margin-right: 10px;
}
.banner .left .title {
    font-size: 20px;
    font-weight: 300;
}
.banner .left .title strong {
    font-size: 30px;
    font-weight: 600;
    line-height: 2rem;
}

.banner_encontre_titulo {
    width: 24rem;
}

/* Alert */
.fa-warning {
    font-size: 30px;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
}
.alert-button {
    border: #0070da 2px solid;
    padding: 0.3rem 1.2rem;
    font-size: 14px;
    color: #0070da;
    font-weight: 600;
    border-radius: 8px;
}

/* Footer */
.footer {
    margin-top: 0!important;
}

/* ------------ MEDIA TABLET ----------- */

@media (max-width: 965px) {
    .banner-home-desktop {
        margin-top: auto;
    }
    .banner-home-desktop h1 {
        padding-top: 3rem;
    }
    .section__premiacoes {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .container-banner_cruzeiros_img {
        width: 95%;
        margin: 0 auto;
    }
    .janela_aviao {
        display: none;
    }
    .janela_aviao_tablet {
        display: block;
    }
    .pq_viajar_com_ct{
        max-width: none!important;
    }
    .conteudo__pq__viajar {
        padding-right: 2rem;
    }
    .banner-encontre-loja .container {
        max-width: none;
    }
    .slider-container-pacotes {
        justify-content: center;
        display: flex;
    }
}

/* ------------ MEDIA CELULAR ----------- */

@media (max-width: 768px) {
    .titulo__banner__cel {
        display: block;
        padding-top: 3rem;
        font-size: 35px !important;
        font-weight: 700;
    }
    .banner-home-desktop p, .titulo__banner__desk, .nao__achou, .janela_aviao_tablet,
    .checkbox-group, .assinale, .banner-canais, .container-banner_cruzeiros_img_desk {
        display: none;
    }
    .banner-home-desktop h1 {
        margin-bottom: 4rem;
    }
    .titulo_nossos_pacotes {
        display: none;
    }
    .slider-container-pacotes {
        display: inherit!important;
        margin-top: -2.5rem!important;
    }
    .conteudo__pq__viajar {
        padding-right: 0;
    }
    .pq_viajar_com_ct {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    .conteudo__pq__viajar h2 {
        text-align: center;
        font-size: 35px!important;
    }
    .pq_viajar_com_ct_area_geral {
        flex-direction: column;
        padding: 0 2.5rem;
    }

    .conteudo__pq__viajar .gap-2 {
        flex-direction: row!important;
    }
    .pq_viajar_com_ct_area {
        width: initial;
        margin-bottom: 1rem;
    }
    .title__pq__viajar {
        font-size: 25px!important;
    }
    .pq_viajar_com_ct p {
        font-size: 14px;
        width: initial;
    }
    .sombra-direita {
        display: none;
    }
    .banner-encontre-loja .container {
        flex-direction: column;
        align-items: center;
        gap: initial;
    }
    .banner_encontre_titulo {
        width: initial;
    }
    .newsletter-container {
        padding: 20px;
        margin-top: initial;
        margin: 3rem 1rem;
    }
    .testimonials-section h1{
        color: #03437a;
    }
    .newsletter-container-desktop {
        margin-bottom: 5rem;
    }
    .header__inner {
        height: 24em!important;
    }
    .container-banner_cruzeiros_img_cel {
        display: block!important;
    }
}