@import url('../assets/fonts/Nexa/font.css');

.bg-scroll-1 {
    position: absolute;
    width: 100%;
}

.nav-desktop {
    position: relative;
    padding: 2%;
    background-color: #fff;
    text-align: center;
    z-index: 0;
}

.logo-trips {
    position: relative;
    z-index: 2;
}

/* 1st Scroll */
.text-home {
    position: relative;
    width: 35%;
    padding-top: 5rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.text-home h1 {
    font-family: 'Nexa-Regular';
    font-size: 4em;
}

.text-home span {
    font-family: 'Nexa-Bold';
    font-style: italic;
}

.text-home h6 {
    font-family: 'Nexa-Regular';
    font-size: 1.3em;
    margin-bottom: 10%;
}

.home .btn-cotacao {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 70%;
}

.tag-selo {
    position: absolute;
    z-index: 4;
    margin-top: 2%;
    margin-left: 70%;
}

/* 2nd Scroll */
#services {
    padding-top: 12%;
}

#services h5 {
    width: 60%;
    text-align: center;
    margin: 2% auto;
    font-family: 'Nexa-Bold';
    color: #0B2534;
    font-size: 1.4em;
    line-height: 1.6em;
}

#services h5 span {
    color: #00B3EF;
}

.topics-services {
    display: flex;
    width: 90%;
    margin: 0 auto 4%;
    justify-content: center;

}

.topic-service {
    display: flex;
    align-items: start;
    gap: 2%;
    justify-content: center;
}

.text-topic {
    width: 50%;
    flex-direction: column;
    font-family: 'Nexa-Bold';
    color: #0B2534;
}

.text-topic p {
    font-family: 'Nexa-Regular';

}

/* 3 scroll */
#cotacao .text-home {
    position: relative;
    width: 70%;
    padding-top: 7rem;
    margin-left: -5%;
    color: #fff;
}


#cotacao .text-home h2 {
    font-family: 'Nexa-Regular';
    font-size: 2em;
    line-height: 1.6em;
    width: 60%;
}

#cotacao .text-home span {
    font-family: 'Nexa-Bold';
    font-style: normal;
}

#cotacao .text-home h6 {
    width: 60%;
    margin-top: 2.5%;
    font-family: 'Nexa-Regular';
    font-size: 1.3em;
    margin-bottom: 7.5%;
}

.btn-cotacao {
    padding: 2.5% 15%;
    background-color: #00B3EF;
    border-radius: 0 1.4rem 1.4rem 1.4rem;
    color: #fff;
    font-family: 'Nexa-Bold';
    text-decoration: none;
}

.btn-cotacao:hover {
    background-color: #fff;
    color: #00B3EF;
    text-decoration: none;
}

/* 4 Scroll */
#testimonials {
    padding-top: 15rem;
}

.content-testimonials {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-around;

}

.card-testimonial {
    align-items: start;
    width: 25%;
}

.header-card {
    display: flex;
    align-items: center;
    gap: 2%;
}

.header-card span {
    margin-bottom: 0;
    font-family: 'Nexa-Bold';
    font-size: 1.2em;
}

.header-card p {
    margin-bottom: 0;
    font-family: 'Nexa-Regular';
    color: #687591;
}

.text-card {
    line-height: 1.8em;
    padding: 5% 0;
    ;
}

.footer-testimonials {
    display: flex;
    width: 85%;
    align-items: center;
    justify-content: space-between;
    margin: 3% auto;
}

.footer-testimonials .btn-cotacao {
    padding: 1.25% 15%;
    ;
}

.footer-testimonials .btn-cotacao:hover {
    border: 1px solid #00B3EF;
}

.bar-footer {
    background-color: #00B3EF;
    padding: 1% 0;
}

@media (max-width: 992px) {

    .text-home,
    #cotacao .text-home {
        width: 100%;
        margin-left: 0;
        padding-top: 2rem;
        text-align: center;
    }

    .tag-selo {
        margin-left: 0;
        text-align: center;
    }

    #services h5 {
        width: 100%;
    }

    .topics-services {
        flex-direction: column;
        align-items: center;
    }

    .content-testimonials {
        flex-direction: column;
        align-items: center;
    }

    .card-testimonial {
        width: 100%;
        margin-bottom: 2rem;
    }
}