* {
    font-family: 'Poppins', sans-serif;
    color: #0E1C39;
}

header {
    height: 12vh;
}

.header-container {
    gap: 30px;
}

.navbar-brand img {
    width: 8rem;
}

.img-toggle img {
    width: 3rem;
}

#navbarNav li.link img {
    width: 2.5rem;
}

li#buttonNav {
    background-color: #00FFD3;
    border-radius: 50px;
    padding: 0 25px;
    font-weight: 800;
    font-size: 1rem;
    margin-left: 2rem;
}

li#buttonNav a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    color: #0E1C39;
}

#buttonNav img {
    width: 1.8rem;
}

.offcanvas-body img {
    width: 3rem;
}

.offcanvas-body ul li a {
    display: flex;
    align-items: center;
    gap: 20px;
}

.offcanvas-body ul {
    display: flex;
    gap: 10px;
}

main {
    gap: 5rem;
}

.banner {
    background-color: black;
    height: 80vh;
    background: url('../images-default/background.jpg') center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.title {
    width: 58%;
}

.title h1 {
    color: white;
    font-size: 4rem;
    font-weight: 700;
    text-shadow: 2px 2px #1e2125;
}

.title strong {
    color: #00FFD3;
}

.image-banner {
    position: relative;
    right: 3rem;
}

.image-banner img {
    height: 80vh;
}

.cards {
    position: relative;
    bottom: 8rem;
    z-index: 1;
    height: auto;
}

.card {
    position: relative;
}


.card h4 {
    font-weight: bold;
    font-size: 1.3rem;
}

.card-body p {
    font-weight: 500;
}

.card .btn {
    border: none;
    background-color: #0E1C39;
    color: white;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
}

.about {
    position: relative;
    bottom: 100px;
}


.about .text {
    gap: 20px;
}

.about img {
    width: 25rem;
}

.about h2,
.benefits h2,
.partners h2,
.faqs h2 {
    font-size: 3rem;
    text-align: center;
    font-weight: bolder;
}

.about p {
    line-height: 35px;
    font-weight: 500;
    font-size: 1.38rem;
    text-align: justify;
}

.benefits {
    gap: 30px;
}

.benefit .ticket img {
    width: 10rem;
    margin-left: 130px;
}

.container-benefits {
    gap: 50px;
}

.benefits .b-text p {
    width: 38%;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
}

.benefit h3 {
    font-weight: bolder;
    font-size: 2rem;
}

.benefit p {
    font-weight: 500;
    font-size: 1.4rem;
    width: 70%;
}

.benefits img {
    width: 20rem;
}

.results {
    background-color: #0E1C39;
    height: auto;
    padding: 8rem;
}

.results h2 {
    color: #00FFD3;
    font-weight: 900;
    font-size: 4rem;
}

.results h3 {
    font-weight: 600;
    font-size: 2rem;
}

.partners {
    flex-wrap: wrap;
    gap: 50px;
    padding: 50px 0;
    margin: 50px 0;
}

.partners div {
    gap: 50px;
    padding: 30px
}


.partners img {
    width: 7rem;
}

.upP-image img {
    width: 4rem;
}

.safra-image img {
    width: 8rem;
}

.lev-image img {
    width: 4rem;
}

.pan-image img {
    width: 6rem;
}

.dito-image img {
    width: 4rem;
}

.bmg-image img {
    width: 5rem;
}

.master-image img {
    width: 11rem;
}

.novoSaque-image img {
    width: 8rem;
}

.innova-image img {
    width: 8rem;
}

.facta-image img {
    width: 10rem;
}

.more {
    background-color: #0E1C39;
    height: auto;
    border-radius: 30px;
    padding: 50px;
}

.more h2 {
    font-size: 3rem;
    font-weight: bolder;
    width: 85%;
}

.more p {
    font-size: 1.5rem;
    font-weight: 500;
    width: 68%;
}

.more img {
    width: 35rem;
}

.more button {
    border: none;
    background-color: #00FFD3;
    color: #0E1C39;
    font-weight: 800;
    width: 20rem;
    border-radius: 50px;
    padding: 10px 20px;
}

.faqs {
    padding-bottom: 140px;
}

.faqs h2 {
    width: 40%;
}

.expand {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    padding: 0 30px;
    text-align: justify;
}

.expanded {
    max-height: 50rem;
}

.expand-trigger {
    width: 2.5rem;
}


.questions>div {
    border-top: 1px solid #0E1C39;
    padding: 20px 0;
}

.questions p {
    font-size: 1rem;
    font-weight: 500;
    width: 90%;
}

.questions h4,
.questions h5 {
    font-weight: 700;
}

.questions h5 {
    font-size: 1.2rem;
}

.questions:last-child {
    border-bottom: 1px solid #0E1C39;
}

footer {
    background-color: #0E1C39;
    height: auto;
    padding: 100px 20px;
}


footer .logo {
    width: 10rem;
}

footer .social img {
    width: 2.5rem;
}

footer .text {
    width: 35%;
    text-align: justify;
}

footer .footer-two p {
    text-align: justify;
}

.footer-end p {
    font-size: 0.8rem;
}

.line {
    width: 100%;
    height: 1px;
}

.link {
    color: white;
    font-size: 11px;
}

.link:hover {
    color: #00FFD3;
}

#welcomeModal .modal-header,
#welcomeModal .modal-footer {
    border: none;
}

#welcomeModal .modal-header {
    padding: 0 10px;
}

#welcomeModal span {
    color: black;
    font-size: 3rem;
    font-weight: normal;
}

#welcomeModal .modal-header button {
    background-color: transparent;
    border: none;
}

#welcomeModal .modal-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
}

#welcomeModal .body-container-one,
#welcomeModal .body-container-two {
    display: flex;
    flex-direction: column;
}

#welcomeModal .body-container-one h3 {
    color: #ABABAB;
    font: 1.3rem;
    font-weight: 600;
}

#welcomeModal .body-container-one h2 {
    color: #0E1C39;
    font-weight: bolder;
    font-size: 2.5rem;
    width: 80%;
}

#welcomeModal .body-container-two h4 {
    color: #00ffd3;
    font-weight: bolder;
    font-size: 1.3rem;
    width: 80%;
}


#welcomeModal .body-container-two p {
    color: #0E1C39;
    font-weight: 600;
    font-size: 1.2rem;
    width: 71%;
    margin: 5px 0;
}

#welcomeModal form label {
    font-weight: 600;
    color: #0E1C39;
}

#welcomeModal form input {
    background-color: #D9D9D9;
    width: 100%;
}

#welcomeModal form input::placeholder {
    font-weight: 600;
    color: #ABABAB;
}

#welcomeModal .modal-footer {
    padding: 10px 28px 20px;
}

#welcomeModal .modal-footer .btn {
    border: none;
    font-weight: 700;
    color: #0E1C39;
    padding: 10px 20px;
}

#welcomeModal .modal-footer .btn-primary {
    background-color: #00ffd3;
}

#welcomeModal .modal-footer .btn-secondary {
    background-color: #D9D9D9;
}


@media screen and (max-width: 1692px) {
    .more img {
        width: 28rem;
    }
}

@media screen and (max-width: 1447px) {
    .title h1 {
        font-size: 3.5rem;
    }

    .image-banner {
        right: 1rem;
    }
}

@media screen and (max-width: 1348px) {
    .image-banner img {
        position: relative;
        right: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .banner h1 {
        font-size: 2.9rem;
        width: 85%;
    }

    .banner {
        height: 70vh;
    }

    .image-banner img {
        height: 70vh;
    }

    .title {
        width: 70vw;
    }

    .title h1 {
        width: 100%;

    }
}

@media screen and (max-width: 1036px) {
    .banner h1 {
        font-size: 2.8rem;
        width: 80%;
    }
}

@media screen and (max-width: 991px) {
    .banner .title h1 {
        font-size: 2.5rem;
    }

    .banner {
        height: 60vh;
    }

    .image-banner {
        position: relative;
    }

    .image-banner img {
        height: 60vh;
    }

    .banner h1 {
        width: 90%;
    }

    .about {
        bottom: 0;
    }

    .about h2,
    .benefits h2,
    .partners h2,
    .more h2,
    .faqs h2 {
        font-size: 2.5rem;
    }

    .about .text p {
        font-size: 1.2rem;
    }

    .benefits {
        gap: 50px;
        position: relative;
    }

    .container-benefits {
        gap: 80px;
    }

    .benefit {
        gap: 20px;
    }

    .benefit h3 {
        font-size: 1.6rem;
    }

    .benefit p {
        width: 90%;
        font-size: 1.2rem;
    }

    .benefits .b-text p {
        width: 90%;
        font-size: 1.2rem;
    }

    .benefit .ticket img {
        margin-left: 15px;
    }

    .results h2 {
        font-size: 3rem;
    }

    .results {
        padding: 5rem;
    }

    .results h3 {
        font-weight: 600;
        font-size: 1.5rem;
    }

    .results h4 {
        font-size: 1.2rem;
    }

    .more h2 {
        width: 100%;
    }

    .more p {
        font-size: 1.2rem;
        width: 90%;
    }

    .more img {
        margin-bottom: 50px;
    }

    footer .text {
        width: 100%;
        text-align: justify;
    }

    .footer-one {
        gap: 50px;
    }

    #welcomeModal .body-container-one h3,
    #welcomeModal .body-container-one h2,
    #welcomeModal .body-container-two h4,
    #welcomeModal .body-container-two p {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 944px) {
    .title {
        width: 50%;
    }

    .banner .title h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 872px) {

    .banner .title h1 {
        font-size: 2rem;
    }

    .image-banner img {
        height: 60vh;
    }
}

@media screen and (max-width: 862px) {
    .banner {
        height: 50vh;
    }

    .image-banner img {
        height: 50vh;
    }
}

@media screen and (max-width: 767px) {
    .banner .title h1 {
        font-size: 2rem;
    }

    .cards {
        bottom: 3rem;
    }

    .partners {
        padding: 0;
        margin: 0;
    }

    .faqs h2 {
        width: 100%;
        margin-bottom: 50px;
    }

}

@media screen and (max-width: 767px) and (min-width: 741px) {
    .banner .title h1 {
        width: 120%;
    }
}

@media screen and (max-width: 740px) {
    .title {
        width: 60%;
    }

    .banner .title h1 {
        font-size: 1.9rem;
    }

    .banner {
        gap: 10px;
        padding: 20px;
    }

}

@media screen and (max-width: 676px) {
    .banner .title h1 {
        font-size: 1.5rem;
    }

}

@media screen and (max-width: 640px) {
    .banner {
        height: 45vh;
    }

    .image-banner img {
        height: 45vh;
    }

    .banner .title h1 {
        font-size: 1.5rem;
    }

}

@media screen and (max-width: 628px) {
    .results h2 {
        font-size: 2.5rem;
    }

    .results {
        padding: 5rem 3rem;
    }

    .results h3 {
        font-weight: 600;
        font-size: 1.2rem;
    }

    .results h4 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .navbar-brand img {
        width: 6rem;
    }

    .img-toggle img {
        width: 2rem;
    }

    .more img {
        width: 20rem;
    }
}

@media screen and (max-width: 581px) {

    .about h2,
    .benefits h2,
    .partners h2,
    .more h2,
    .faqs h2 {
        font-size: 2rem;
    }

    .about>div {
        gap: 30px;
    }

    .about img {
        width: 20rem;
    }

    .benefits img {
        width: 12rem;
    }

    .benefits .ticket img {
        width: 7rem;
    }

    .about .text p {
        padding: 0 30px;
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 576px) {
    .partners>div {
        padding: 0 50px;
    }

    .faqs {
        padding: 40px;
    }

    .banner {
        height: 40vh;
    }

    .image-banner img {
        height: 40vh;
    }

    .banner h1 {
        width: 80%;
    }
}

@media screen and (max-width: 558px) {
    .more img {
        width: 20rem;
    }
}

@media screen and (max-width: 547px) {
    .banner .title h1 {
        font-size: 1.5rem;
    }

}

@media screen and (max-width: 500px) {

    .title {
        width: 90vw;
    }

    .banner .title h1 {
        left: 20px;
        font-size: 1.2rem;
        width: 100%;
    }

    .image-banner img {
        left: 0;
    }

}

@media screen and (max-width: 486px) {
    .results h2 {
        font-size: 2rem;
    }

    .results h3 {
        font-size: 1.1rem;
    }

    .results h4 {
        font-size: 0.8rem;
    }

    .results {
        padding: 4rem 20px;
    }
}

@media screen and (max-width: 450px) {
    .more img {
        width: 15rem;
    }

    .more button {
        width: 100%;
    }
}

@media screen and (max-width: 443px) {
    .banner {
        height: 35vh;
        margin: 0;
        padding: 0;
    }

    .image-banner img {
        height: 35vh;
        left: 0;
        right: 150px;
    }

    .about img {
        width: 18rem;
    }
}

@media screen and (max-width: 350px) {
    .banner {
        height: auto;
        padding: 0;
        margin: 0;
    }

    .image-banner img {
        right: 0;
        left: 0;
    }

    .banner .title {
        width: 80vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .banner h1 {
        width: 100%;
    }

}

@media screen and (max-width: 353px) {
    .results h2 {
        font-size: 1.5rem;
    }

    .results h3 {
        font-size: 1.2rem;
    }

}