@font-face {
    font-family: 'Kobe 1.1';
    src: url('fonts/Kobe1.1-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'happynessV2';
    src: url('fonts/happynessV2.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* * {
    outline: 1px solid red;
}       */



header {

    background-repeat: no-repeat;
    background-image: url("img/backGround-img-header.png");
    text-align: center;

    img {
        width: 100%;
    }
}

#primeira {
    font-family: 'Kobe 1.1';
    font-size: 18px;
    color: #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;

    .claro {
        text-align: center;
        width: 80%;
        background-color: #0383FF;
        margin: 1.5%;
        padding: 2%;

    }

    .escuro {
        text-align: center;
        width: 80%;
        background-color: #0C306C;
        margin: 1%;
        padding: 2%;
    }
}

#segunda {
    min-height: 170px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("img/back-ground\ segunda\ section.png");
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: start;
    padding-top: 5%;

    img {
        padding-bottom: 0%;
        width: 40%;
    }
}




.quero-investir {
    font-family: 'Kobe 1.1';
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;

    a {
        font-size: 18px;
        text-decoration: none;
        color: #f0f0f0;
        border-radius: 20px;
        border: solid black 1px;
        padding: 2% 5% 2% 5%;
        background-color: #DD393B;
        margin-bottom: -1.3%;
        z-index: 3;
        position: relative;
    }

    a:hover {
        text-decoration: none;
        color: #f0f0f0;
    }

    .click {
        z-index: 4;
        position: absolute;
        left: 90%;
        top: 70%;
        width: 10%;
    }
}

#terceira {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 330px;
    flex-direction: column;
    justify-content: space-between;
    position: relative;

    .container-sobreposicao {
        height: auto;
        position: relative;

        .imagem-sobreposta {
            position: relative;
            top: -30%;
            left: -8%;
            display: flex;
            justify-content: center;
            z-index: 2;

            img {
                width: 75%;
            }
        }



    }

    .conteudo-texto {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 11px;
        color: #0C306C;
        height: fit-content;
        z-index: 3;
        position: absolute;
        text-align: left;
        right: 3%;
        width: 40%;
        top: 15%;
    }

    .quero-investir {
        position: absolute;
        bottom: 0;

        .barras {
            width: 100%;
            height: 100%;
        }
    }
}

#quarta {
    min-height: 400px;
    background: url('img/backGround\ mapa.png') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;

    .imagem-banner {
        padding: 2%;
        width: 80%;
        max-width: 600px;
        height: auto;
        z-index: 2;

    }

    .bloco-imagem-com-texto {
        position: absolute;
        width: 100%;
        bottom: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        z-index: 1;
    }

    .caixa-texto {
        position: relative;
        width: 75vw;
        max-width: 320px;
        min-height: 200px;
        padding-bottom: 15%;
    }

    .texto-sobreposto {
        position: absolute;
        padding: 16px;
        padding-bottom: 15%;
        font-size: 11px;
        line-height: 1.4;
        color: #001c56;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        box-sizing: border-box;
        z-index: 2;
    }
}

#quinta {
    position: relative;
    display: flex;
    min-height: 250px;
    z-index: 2;
    overflow: visible;

    .img-vr {
        width: 80%;
        height: 100%;
        left: -10%;
        position: absolute;
        z-index: 0;
        pointer-events: none;
        overflow: hidden;

    }

    .info {
        z-index: 1;
        display: flex;
        flex-direction: column;
        position: absolute;
        align-items: center;
        justify-content: center;
        text-align: center;
        right: 0;
        padding-left: 30%;
        color: #0C306C;
        font-family: 'Kobe 1.1';
        font-size: 15px;



        h2 {
            padding-bottom: 3%;
        }

        .bandeiras {
            width: 50%;
            padding: 2% 0% 5% 0%;
        }

        .metricas {
            gap: 5vw;
        }

        .linha-1 {
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 1vw;
            margin-right: 3%;

        }

        .linha-2 {
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 1vw;
            margin-right: 3%;
        }

        .card {
            width: 30vw;
            background: white;
            border-radius: 10px;
            text-align: center;
            padding: 5%;
            margin-bottom: 5%;
            box-shadow: 5px 10px 16px rgba(0, 0, 0, 0.3);

        }

        .card h2 {
            font-family: 'Kobe 1.1';
            font-size: 25px;
            margin: 0;
            font-weight: 700;
        }

        .card p {
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            font-size: 18px;
            color: #002d63;
            font-weight: 700;
        }

        .destaque {
            color: #FFC12F;
        }
    }


}


#sexta {
    background-color: #ffff;
    display: flex;
    padding: 5% 0%;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 5px 10px 16px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 3;

    .pilares {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #0C306C;
        width: 100%;

        h1 {
            font-family: 'Kobe 1.1';
            font-size: 20px;
            padding: 5px;
        }

        p {
            font-size: 15px;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            margin-bottom: 10%;
        }

        a {
            font-size: 13px;
            color: #ffff;
            background-color: #0C306C;
            padding: 5px 10px;
            border-radius: 20px;
            margin-bottom: 10%;
            text-decoration: none;
            font-weight: bold;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            transition: background-color 0.3s ease;
        }

        img {
            width: 65px;
        }

        .code {
            display: flex;
            align-items: center;
            flex-direction: column;
            min-height: 163px;
            text-align: center;
            justify-content: space-between;

            a {
                margin-top: auto;
            }
        }

        .money {
            display: flex;
            align-items: center;
            flex-direction: column;
            min-height: 163px;
            text-align: center;
            justify-content: space-between;

            a {
                margin-top: auto;
            }
        }

        .speech {
            display: flex;
            align-items: center;
            flex-direction: column;
            min-height: 163px;
            text-align: center;
            justify-content: space-between;

            a {
                margin-top: auto;
            }
        }

        .english {
            display: flex;
            align-items: center;
            flex-direction: column;
            min-height: 163px;
            text-align: center;
            justify-content: space-between;

            a {
                margin-top: auto;
            }
        }
    }
}

#form {
    display: flex;
    justify-content: center;
    padding: 2% 0;

    .formulario-galactico {
        max-width: 40%;
    }
}

#setima {
    font-family: 'Kobe 1.1';
    font-size: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #f0f0f0;
    background-image: url("img/back-ground-depoimento.png");
    min-height: 200px;
    position: relative;

    h1 {
        padding-top: 5%;
    }

    .videos {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2%;
        gap: 10%;

        iframe {
            width: 90%;
            padding: 2%;
        }
    }
}

#oitava {
    position: relative;
    display: flex;
    align-items: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 11px;
    color: #0C306C;
    min-height: 300px;

    .texto {
        position: absolute;
        text-align: end;
        max-width: 38%;
        padding-left: 2%;
        top: 5%;
        left: 0;
    }

    img {
        right: 0;
        padding-right: 1%;
        position: absolute;
        width: 60%;
    }
}

#nona {
    background-image: url("img/background footer.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    min-height: 130px;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    align-items: end;
    justify-items: center;
    text-align: center;
    padding: 2rem 1rem 0rem 1rem;
    position: relative;
    max-width: 100%;
    gap: 1rem;

    .imagens-sobrepostas {

        gap: 2%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 700;
        color: #001c56;
        position: relative;
        margin-top: -15%;


        .youtube {
            background-color: #ffffff;
            padding: 10% 2%;
            width: 50%;
            height: 100px;
            border-radius: 5%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            box-shadow: 5px 10px 16px rgba(0, 0, 0, 0.3);

            img {
                width: 35%;
                padding: 5%;
            }

        }

        .instagram {
            background-color: #ffffff;
            padding: 10% 2%;
            width: 50%;
            height: 100px;
            border-radius: 5%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            box-shadow: 5px 10px 16px rgba(0, 0, 0, 0.3);

            img {
                width: 35%;
                padding-top: 10%;
            }
        }

        p {
            padding-top: 5%;
            font-weight: 500;
        }

        h1 {
            font-family: 'Kobe 1.1';
            font-size: 20px;
            margin: 5%;
        }
    }



    .quero-investir {
        min-width: 250px;
        z-index: 2;
    }

    footer {
        width: 90%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
        flex-wrap: wrap;
        z-index: 1;

        .logo {
            width: 90px;
            height: auto;
            flex-shrink: 0;

            img {
                width: 100%;
            }
        }

        .icone {
            width: 24px;
            height: auto;
            flex-shrink: 0;

            img {
                width: 200%;
            }
        }
    }
}

@media(min-width:375px) {
    #terceira {
        min-height: 300px;
    }

    #quarta {

        .bloco-imagem-com-texto {
            position: absolute;
            width: 100%;
            bottom: 0;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            z-index: 1;
        }

        .caixa-texto {
            width: 65vw;
            padding-bottom: 8%;
        }

        .texto-sobreposto {
            position: absolute;
            padding: 16px;
            padding-bottom: 15%;
            font-size: 11px;
            line-height: 1.4;
            color: #001c56;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            box-sizing: border-box;
            z-index: 2;
        }
    }

    #quinta {
        .img-vr {
            width: 70%;
        }
    }

    #sexta {
        padding: 5% 0% 0% 0%;
    }

    #oitava {
        min-height: 250px;

        img {
            right: 0;
            padding-right: 1%;
            position: absolute;
            width: 60%;
            top: -5%;
        }
    }
}

@media(min-width:425px) {
    #segunda {
        min-height: 200px;
    }

    #quarta {

        .caixa-texto {
            width: 55vw;
            padding-bottom: 2%;
        }

        .texto-sobreposto {
            padding-bottom: 4%;

        }
    }
}

@media(min-width:768px) {
    #primeira {
        font-size: 20px;
    }

    #segunda {
        img {
            width: 35%;
        }
    }

    #terceira {
        min-height: 460px;

        .container-sobreposicao {
            .imagem-sobreposta {
                top: -15%;
                width: 90%;
            }
        }

        .conteudo-texto {
            font-size: 18px;
            top: 30%;
            width: 45%;
            right: 4%;
        }

        .quero-investir {
            .barras {
                width: 100%;
                height: 100%;
            }
        }
    }

    #quarta {
        height: 550px;

        .imagem-banner {
            padding: 2%;
            width: 75%;
        }

        .caixa-texto {
            width: 55vw;
            max-width: 330px;
            min-height: 250px;
        }

        .bloco-imagem-com-texto {
            left: -2%;
            bottom: 9%;
        }

        .texto-sobreposto {

            font-size: 15px;
        }
    }

    #quinta {
        height: 450px;

        .info {
            h2 {
                font-size: 35px;
            }

            .card h2 {
                font-size: 35px;
            }

            .card p {
                font-size: 30px;
            }
        }
    }

    #sexta {
        .pilares {
            flex-direction: row;

            h1 {
                font-size: 20px;
            }

            p {
                font-size: 20px;
            }

            a {
                font-size: 20px;
            }

            .code {
                min-height: 226px;
            }

            .english {
                min-height: 226px;
            }

            .speech {
                min-height: 226px;
            }

            .money {
                min-height: 226px;
            }
        }
    }

    #setima {
        min-height: 250px;

        h1 {
            font-size: 45px;
        }

        .videos {
            flex-direction: row;
        }
    }

    #oitava {
        min-height: 380px;

        .texto {
            font-size: 20px;
            left: 2%;
        }

        img {
            z-index: 1;
            width: 60%;
        }


    }

    #nona {
        min-height: 150px;

        .quero-investir {
            padding: 2%;
            bottom: 35%;

            a {
                font-size: 20px;
            }
        }


        .imagens-sobrepostas {
            z-index: 2;
            margin-top: -8%;
            gap: 20px;
            font-size: 25px;


            img {
                width: 40%;
            }

            .youtube {
                padding: 3% 2%;
                width: 250px;
                height: 200px;

                img {
                    padding: 10% 0% 0% 0%;
                    width: 35%;
                }
            }

            .instagram {
                padding: 3% 2%;
                width: 250px;
                height: 200px;

                img {
                    width: 35%;
                }
            }

            p {
                font-weight: 400;
            }

            h1 {
                font-size: 35px;
            }

        }


    }
}

@media(min-width:390px) {
    #segunda {
        min-height: 190px;
    }

    #quarta {
        .caixa-texto {
            padding-bottom: 2%;
        }

        .texto-sobreposto {
            padding-bottom: 5%;

        }
    }

    #quinta {
        min-height: 270px;
    }


    #nona {
        .imagens-sobrepostas {
            .youtube {
                padding: 3% 2%;
                min-height: 130px;
            }

            .instagram {
                padding: 3% 2%;
                min-height: 130px;
            }

        }
    }
}

@media(min-width:960px) {
    header {
        background-size: 100% 100%;
    }

    #primeira {
        h2 {
            font-size: 26px;
        }
    }

    #segunda {

        height: 0%;

    }

    #terceira {
        height: 53vh;

        .container-sobreposicao {
            .imagem-sobreposta {
                width: 70%;
                top: -25%;
                left: 2%;
            }
        }

        .conteudo-texto {
            top: 20%;
            right: 8%;
            font-size: 20px;
        }

        .quero-investir {
            font-size: 60px;
        }
    }

    #quarta {
        min-height: 500px;

        .bloco-imagem-com-texto {
            left: -15%;
            bottom: 3%;
        }
    }

    #quinta {
        height: 500px;

        .img-vr {
            width: 67%;
        }

        .info {
            h2 {
                font-size: 35px;
            }

            .card h2 {
                font-size: 35px;
            }

            .card p {
                font-size: 30px;
            }

            .bandeiras {
                width: 40%;
            }
        }
    }

    #sexta {
        min-height: 200px;

        .pilares {
            h1 {
                font-size: 30px;
            }

            p {
                font-size: 25px;
            }

            a {
                font-size: 25px;
            }

            img {
                width: 60px;
            }

            .english {
                min-height: 250px;
            }
        }
    }

    #setima {
        height: 60vh;

        .videos {
            iframe {
                height: 300px;
                width: 450px;
            }
        }
    }

    #oitava {
        min-height: 400px;

        .texto {
            font-size: 23px;
            left: 2%;
        }

        img {
            width: 60%;
        }
    }

    #nona {
        min-height: 300px;

        .imagens-sobrepostas {
            width: 100%;
            margin-top: -6.5%;

            h1 {
                font-size: 45px;
            }

            .youtube {
                height: 230px;
                width: 300px;
            }

            .instagram {
                height: 230px;
                width: 300px;
            }
        }

        .quero-investir {
            bottom: 40%;
            padding-top: 2%;
            width: 50%;

            a {
                font-size: 27px;
            }
        }

        footer {
            gap: 50px;

            .logo {
                img {
                    width: 120%;
                }
            }

            .icone {
                img {
                    width: 300%;
                }
            }
        }
    }
}

@media(min-width:1024px) {
    header {
        width: 100%;
    }

    #primeira {
        h2 {
            font-size: 38px;
        }
    }

    #segunda {
        height: 350px;
    }

    #terceira {
        min-height: 455px;

        .container-sobreposicao {
            height: 100%;

            .imagem-sobreposta {
                top: -25%;
            }

            .conteudo-texto {
                font-size: 26px;
                bottom: 28%;
            }

            .quero-investir {
                bottom: 0%;

                a {
                    font-size: 25px;
                }
            }
        }
    }

    #quarta {
        min-height: 650px;

        .imagem-banner {
            width: 80%;
        }

        .caixa-texto {
            min-width: 420px;
            min-height: 350px;
        }


        .bloco-imagem-com-texto {
            left: -5%;
            bottom: 8%;
        }

        .texto-sobreposto {
            font-size: 20px;
        }
    }

    #quinta {
        min-height: 550px;

        .info {
            h2 {
                font-size: 35px;
            }

            .card h2 {
                font-size: 45px;
            }

            .card p {
                font-size: 40px;
            }
        }
    }

    #setima {
        height: 50vh;

        h1 {
            font-size: 50px;
        }

        .videos {
            iframe {
                width: 390px;
            }
        }
    }

    #oitava {
        min-height: 500px;

        .texto {
            font-size: 27px;
            left: 0%;
        }

        img {
            width: 60%;
        }
    }

    #nona {
        min-height: 300px;

        .imagens-sobrepostas {
            width: 100%;
            justify-content: center;
            gap: 2%;

            a {
                max-width: 250px;
            }

            img {
                width: 100%;
            }
        }

    }
}

@media(min-width:1080px) {
    #segunda {
        min-height: 400px;
    }

    #quarta {
        .caixa-texto {
            padding-bottom: 0%;
        }

        .texto-sobreposto {

            padding-bottom: 0%;

        }
    }

    #quinta {
        .img-vr {
            width: 60%;
        }
    }

    #setima {
        .videos {
            padding-bottom: 5%;
        }
    }
}

@media(min-width: 1260px) {
    #primeira {
        h2 {
            font-size: 50px;
        }
    }

    #segunda {
        min-height: 490px;
    }

    #terceira {
        min-height: 520px;

        .container-sobreposicao {
            .imagem-sobreposta {
                top: -35%;
            }
        }

        .conteudo-texto {
            top: 10%;
            font-size: 25px;
        }

        .quero-investir {

            a {
                font-size: 35px;
            }
        }
    }

    #quarta {
        min-height: 700px;

        .imagem-banner {
            width: 80%;
        }

        .bloco-imagem-com-texto {
            left: -15%;
            bottom: 10%;
        }
    }

    #quinta {
        min-height: 700px;

        .info {
            .bandeiras {
                width: 40%;
            }

            h2 {
                font-size: 60px;
            }

            .card h2 {
                font-size: 60px;
            }

            .card p {
                font-size: 50px;
            }
        }
    }

    #sexta {
        .pilares {
            .money {
                min-height: 270px;
            }

            .speech {
                min-height: 270px;
            }

            .english {
                min-height: 270px;
            }
        }
    }

    #setima {
        min-height: 400px;

        h1 {
            font-size: 70px;
        }
    }

    #oitava {
        min-height: 660px;

        .texto {
            font-size: 35px;
        }

        img {
            width: 60%;
        }
    }

    #nona {
        min-height: 300px;

        .imagens-sobrepostas {
            margin-top: -4.5%;
        }

        .quero-investir {
            a {
                font-size: 35px;
            }
        }

        footer {

            .logo {
                width: 10%;
            }

            .icone {
                width: 2%;
            }
        }
    }
}

@media(min-width:1260px) {
    #terceira {
        min-height: 550px;

        .container-sobreposicao {
            .imagem-sobreposta {
                top: -30%;
                left: 10%;
            }
        }

        .conteudo-texto {
            top: 15%;
        }
    }

    quarta {
        height: 80%;
    }

    #sexta {
        .pilares {
            gap: 50px;
        }
    }

    #nona {
        min-height: 400px;

        .imagens-sobrepostas {
            margin-top: -6%;

            .youtube {
                width: 300px;
            }

            .instagram {
                width: 300px;
            }
        }
    }
}

@media(min-width:1440px) {
    #terceira {
        min-height: 730px;

        .container-sobreposicao {
            .imagem-sobreposta {

                top: -22%;

                img {
                    width: 100%;
                }
            }
        }

        .conteudo-texto {
            top: 25%;
            font-size: 30px;
            right: 10%;
        }
    }

    #quinta {
        height: 90vh;
    }

    #sexta {
        .pilares {


            img {
                width: 100px;
            }

            h1 {
                font-size: 40px;
            }

            p {
                font-size: 35px;
            }

            a {
                font-size: 35px;
            }

            .money {
                min-height: 380px;
            }

            .speech {
                min-height: 380px;
            }

            .english {
                min-height: 380px;
            }
        }
    }

    #nona {
        min-height: 500px;

        .quero-investir {

            width: 80%;

            a {
                font-size: 35px;
                width: 50%;
                height: auto;
            }
        }


        .imagens-sobrepostas {
            margin-top: -70px;

            a {
                max-width: 400px;
            }
        }

        footer {


            .logo {
                width: 15%;
            }

            .icone {
                width: 2%;
            }
        }
    }
}

@media(min-width:1900px) {
    #segunda {
        min-height: 550px;
    }

    #terceira {
        min-height: 800px;

        .container-sobreposicao {
            .imagem-sobreposta {
                top: -15%;
                left: 20%;
            }
        }
    }

    #quarta {
        min-height: 1000px;

        .imagem-banner {
            max-width: 900px;
        }

        .texto-sobreposto {
            font-size: 25px;
        }

        .caixa-texto {
            min-width: 520px;
            min-height: 420px;
            width: 100%;
        }

        .bloco-imagem-com-texto {
            bottom: 16%;
            left: -19%;
        }
    }

    #quinta {
        min-height: 900px;
    }

    #setima {
        min-height: 550px;

        .videos {
            iframe {
                width: 550px;
            }
        }
    }

    #oitava {
        img {
            width: 45%;
        }

        .texto {
            left: 10%;
            font-size: 41px;
        }
    }

    #nona {
        .imagens-sobrepostas {
            h1 {
                font-size: 55px;
            }

            .youtube {
                width: 360px;
                height: 220px;
            }

            .instagram {
                width: 360px;
                height: 220px;
            }
        }

        footer {
            gap: 70px;
        }
    }
}

@media(min-width: 1920px) {
    header {
        background-size: 100% 100%;
    }

    #primeira {

        h2 {
            font-size: 50px;
        }
    }



    #terceira {
        min-height: 1000px;

        .container-sobreposicao {
            .imagem-sobreposta {
                width: 90%;
                left: 20%;
                top: -10%;
            }


        }

        .conteudo-texto {
            font-size: 35px;
            top: 35%;
            right: 5%;
        }
    }

    #quarta {
        min-height: 1200px;

        .imagem-banner {
            max-width: 60%;
            width: 100%;
        }

        .caixa-texto {

            min-width: 730px;
            min-height: 590px;
        }

        .texto-sobreposto {
            font-size: 35px;
        }

        .bloco-imagem-com-texto {
            bottom: 9%;
            left: -7%;
        }


    }

    #quinta {
        min-height: 900px;
    }

    #sexta {

        .pilares {
            gap: 100px;

            .code {
                min-height: 380px;
            }
        }
    }

    #oitava {

        min-height: 800px;

        p {
            font-size: 45px;
        }

        img {
            width: 50%;
        }

        .texto {
            left: 10%;
        }
    }

    #nona {
        height: 80vh;

        .imagens-sobrepostas {
            margin-top: -5%;

            h1 {
                font-size: 65px;
                margin: 5%;
            }

            .youtube {

                width: 100%;
                width: 450px;
                height: 280px;

                img {
                    width: 30%;
                }
            }

            .instagram {
                width: 450px;
                height: 280px;

                img {
                    width: 30%;
                }
            }
        }

        .quero-investir {
            a {
                font-size: 42px;
            }
        }
    }
}

@media(min-width:1970px) {
    header {
        background-size: 100% 100%;
    }

    #primeira {
        h2 {
            font-size: 80px;
        }
    }

    #segunda {
        height: 80vh;
    }

    #terceira {
        height: 100vh;

        .container-sobreposicao {
            .imagem-sobreposta {
                top: -23%;
            }
        }

        .conteudo-texto {
            top: 20%;
            font-size: 37px;
        }

        .quero-investir {

            a {
                font-size: 50px;
            }

            .barras {

                width: 100vw;

            }
        }
    }

    #quarta {
        height: 130vh;

        .imagem-banner {
            width: 70%;
        }

        .caixa-texto {
            width: 37vw;
            height: 55vh;
        }


        .bloco-imagem-com-texto {
            bottom: 4%;
        }

        .texto-sobreposto {
            font-size: 35px;
        }
    }

    #quinta {
        min-height: 1050px;

        .info {
            .bandeiras {
                width: 30%;
            }

            h2 {
                font-size: 90px;
            }

            .card h2 {
                font-size: 100px;
            }

            .card p {
                font-size: 80px;
            }
        }
    }

    #sexta {
        img {
            width: 15vw;
        }
    }

    #setima {
        height: 60vh;

        h1 {
            font-size: 90px;
        }
    }

    #oitava {
        min-height: 950px;

        .texto {
            left: 2%;
            font-size: 60px;
        }

        img {
            width: 60%;
        }
    }

    #nona {
        min-height: 700px;

        .imagens-sobrepostas {
            a {
                max-width: 600px;
            }
        }

        .quero-investir {
            bottom: 30%;


            a {
                font-size: 45px;
                width: 30%;
            }
        }

        footer {
            gap: 90px;

            img {
                width: 80%;
            }

            .logo {
                width: 15%;
            }

            .icone {
                width: 2%;
            }
        }
    }
}

@media(min-width:2560px) {
    header {
        background-size: 100% 100%;
    }

    #segunda {
        height: 70vh;
    }

    #quinta {
        min-height: 1200px;
    }

    #sexta {
        .pilares {
            h1 {
                font-size: 55px;
            }

            p {
                font-size: 50px;
            }

            a {
                font: 50px;
            }

            .code {
                min-height: 450px;
            }

            .money {
                min-height: 450px;
            }

            .speech {
                min-height: 450px;
            }

            .english {
                min-height: 450px;
            }
        }
    }

    #setima {
        .videos {
            iframe {
                height: 400px;
                width: 650px;
            }
        }
    }

    #oitava {
        p {
            font-size: 55px;
        }

        img {
            width: 45%;
        }
    }

    #nona {
        height: 200px;

        footer {
            gap: 100px;
        }
    }
}