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

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

header>section {
    padding: 10px;
    gap: 50px;
}

header .nav-link {
    color: #0E1C39;
}

header .nav-link img {
    width: 2rem;
}

header .navButton {
    font-weight: 800;
    margin-left: 20px;
    padding: 0 20px;
    border-radius: 5px;
}

main {
    gap: 20px;
}

.banner {
    background-color: #0E1C39;
    height: auto;
    padding: 0;
    padding: 50px 0 0;
    overflow: hidden;
}

.banner h1 {
    font-size: 4rem;
    font-weight: 800;
}

.banner h3 {
    font-size: 1.8rem;
    width: 90%;
    font-weight: 600;
}

.titles {
    gap: 10px;
}

.banner .titles p {
    font-weight: 600;
    font-size: 1.1rem;
    width: 50%;
}

.banner .text-success {
    color: #00FFD3 !important;
}

.banner-text p {
    font-size: 11px;
    font-weight: 600;
}

.banner input {
    background-color: #F5F5F5;
    border: none;
    border-bottom: 1px solid #777777;
}

.date {
    gap: 20px;
    border-radius: 10px;
}

input::placeholder {
    font-weight: 500;
    color: #777777;
}

.banner img {
    height: 40rem;
}

.calc {
    position: relative;
    bottom: 8rem;
}

.infos {
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
    position: relative;
}

.result {
    width: 30rem;
    background-color: #f5f5f5;
    position: absolute;
    right: 0;
    padding: 20px;
}

.result p {
    font-weight: 700;
}

.result h2 {
    font-size: 3rem;
    font-weight: 900;
}

.result button {
    background-color: #00FFD3;
    font-weight: 800;
    padding: 10px 15px;
    border-radius: 20px;
}

.float {
    font-weight: 800;
    background-color: #00FFD3;
    width: 110px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 20px;
}

.partners .float {
    position: relative;
    top: 50px;
}

.about {
    padding: 40px 0;
}

.about .text {
    gap: 20px;
}

.about img {
    width: 25rem;
}

.about h2,
.benefits h2,
.partners h2,
.tutorial h2 {
    font-size: 3rem;
    font-weight: bolder;
}

.conditions h2,
.faqs h2,
.tutorial h2 {
    font-size: 3rem;
    font-weight: bolder;
}

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

.conditions div {
    gap: 20px;
}

.conditions p {
    font-weight: 500;
    font-size: 1.4rem;
}

.conditions img {
    width: 35rem;
}

.conditions .conditions-container {
    margin-top: 4rem;
    gap: 50px;
}

.conditions-container img {
    width: 2.5rem;
}

span {
    font-weight: 800;
}

.benefits {
    height: auto;
    padding: 50px;
}

.benefits-container {
    gap: 20px;
}

.benefits-container div {
    background-color: #F5F5F5;
    padding: 20px;
    gap: 10px;
}

.benefits-container div h3 {
    font-size: 2rem;
    font-weight: 800;
}

.benefits-container div p {
    font-size: 1.2rem;
    font-weight: 600;
    width: 65%;
}

.benefits-container img {
    width: 18rem;
    height: 18rem;
}

.tutorial,
.conditions,
.faqs {
    padding: 50px 0;
    height: auto;
    background-color: #F5F5F5;
}

.tutorial p.p {
    font-size: 1.3rem;
    font-weight: 600;
    width: 40%;
}

.tutorial .img-tutorial {
    width: 30rem;
}

.images {
    gap: 10px;
}

.tutorial .btn {
    border: 2px solid #0E1C39;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

i {
    color: #0E1C39;
}

.text-element img {
    width: 10rem;
}

.text-element {
    font-weight: 600;
    padding: 0 60px 20px;
    font-size: 1.2rem;
    width: 70%;
    height: 10rem;
}

.titleElement {
    font-weight: 700;
    width: 55%;
}

.text-number {
    color: #00FFD3;
    font-weight: 800;
    font-size: 4rem;
    margin-right: 15px;
}

.tutorial .float,
.faqs .float,
.conditions .float,
.partners .float {
    margin: 0;
    margin-bottom: 15px;
}

.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;
}

.faqs .float {
    width: 200px;
}

.expand {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    text-align: justify;
    width: 100%;
    padding-right: 8rem;
}

.expanded {
    max-height: 50rem;
}

.expand-trigger {
    width: 2.5rem;
}

.questions h4 {
    font-weight: 600;
}

.questions p {
    font-weight: 500;
    font-size: 1.1rem;
}

.questions>div {
    border-bottom: 1px solid #0E1C39;
    width: 100%;
    padding: 20px;
}

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;
}

.last p {
    font-size: 1rem;
}

@media screen and (max-width: 1620px) {
    .result {
        width: 25rem;
    }
}

@media screen and (max-width: 1460px) {
    .result {
        width: 20rem;
    }
}

@media screen and (max-width: 1199px) {
    strong.float {
        margin-left: 0;
    }

    .titles {
        gap: 0;
    }

    .banner h1 {
        font-size: 3rem;
    }

    .banner h3 {
        font-size: 1.8rem;
        width: 96%;
    }

    .text-element {
        width: 100%;
        padding-right: 0;
    }

    .titleElement {
        width: 70%;
    }

    .tex-element p {
        width: 90%;
    }

}

@media screen and (max-width: 1116px) {
    .result {
        width: 16rem;
    }
}

@media screen and (max-width: 1399px) {
    .float {
    }

    .conditions .img {
        width: 30rem;
    }
}

@media screen and (max-width: 991px) {
    .banner .titles p {
        width: 100%;
    }

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

    .calc {
        padding: 0;
        bottom: 2rem;
    }

    .result {
        padding: 50px 20px;
        position: relative;
        width: 100%;
    }

    .container-lg {
        padding: 0;
    }

    .inputs {
        gap: 50px;
    }

    .infos {
        padding-bottom: 20px;
    }

    .infos p {
        padding-left: 30px;
        text-align: justify;
    }

    #inputBalance {
        width: 18rem;
    }

    .about h2,
    .benefits h2,
    .partners h2,
    .conditions h2,
    .tutorial h2,
    .faqs h2 {
        font-size: 2.5rem;
        text-align: center;
    }

    .benefits h3 {
        font-size: 1.8rem;
    }

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

    .about>div {
        gap: 30px;
    }

    .conditions h2 {
        padding: 0 20px;
    }

    .conditions .conditions-container {
        padding: 40px;
        margin: 0;
    }

    .conditions p {
        font-size: 1.2rem;
    }

    .expand {
        padding-right: 0;
    }

    .questions>div {
        width: 90%;
        padding: 20px 0;
    }

    .questions h4 {
        padding: 0;
    }

    .expanded {
        padding: 0;
    }

    .tutorial h2 {
        margin-bottom: 1rem;
    }

    .tutorial p.p {
        font-size: 1.2rem;
        width: 85%;
    }

    .text-element {
        padding: 0;
    }

    .text-element p {
        width: 70%;
        padding: 0;
        text-align: justify;
    }


    .tutorial .img-tutorial {
        position: relative;
        left: 45px;
    }

    .content-carousel {
        margin-top: 40px;
    }

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

    .footer-one {
        gap: 50px;
    }

    .float {
        align-self: center;
    }

}

@media screen and (max-width: 767px) {
    .banner {
        height: auto;
    }

    .benefits-container img {
        width: 15rem;
        height: 15rem;
    }

    .infos p {
        padding: 0;
        align-self: center;
        width: 90%;
    }
}

@media screen and (max-width: 700px) {
    .tutorial .img-tutorial {
        left: 30px;
        width: 20rem;
    }

    .tutorial .p {
        font-size: 1.1rem;
        margin-bottom: 3rem;
    }
}

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

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

    .banner img {
        height: 30rem;
    }

    h1 {
        font-size: 2.5rem;
    }

    .titles h3 {
        font-size: 1.4rem;
    }

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

    .titles p {
        font-size: 1rem;
    }

    .tutorial {
        padding: 30px;
    }

    .text-element p {
        width: 80%;
    }

    .text-number {
        font-size: 2.5rem;
    }

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

    .text-element p {
        font-size: 1rem;
    }

    .text-element img {
        width: 8rem;
    }

    .images {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .banner .titles p {
        width: 80%;
    }
}

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

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

    .benefits-container h3 {
        font-size: 1.5rem;
    }

    .benefits-container p {
        font-size: 1.1rem;
    }

    .about img {
        width: 20rem;
    }

    .conditions .img {
        width: 20rem;
    }

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

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

    .benefits-container img {
        width: 10rem;
        height: 10rem;
    }

    .benefits {
        padding: 50px 30px;
    }
}

@media screen and (max-width: 500px) {
    .tutorial .img-tutorial {
        left: 20px;
        width: 15rem;
    }

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

@media screen and (max-width: 496px) {
    .banner h3 {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 443px) {
    .about img {
        width: 18rem;
    }

    .conditions .img {
        width: 18rem;
    }

    .benefits-container h3 {
        font-size: 1.2rem;
    }


    .benefits-container p {
        width: 100%;
    }
}

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

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

    .carousel-container {
        width: 90vw;
    }
}

@media screen and (max-width: 390px) {
    .tutorial {
        padding: 90px 30px 100px;
    }

    .tutorial .p {
        width: 80vw;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .banner img {
        height: 25rem;
    }
}


.btn-success, .btn-success:hover{
    background: #00FFD3;
    border: 1px solid #00FFD3;
    color: #0E1C39;
}