h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
}

.section-conteudo-pagina {
    height: calc(100vh - 48px);
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: flex-start;
    min-height: 800px;
    padding-top: 70px;
    display: flex;
}

.padding-page {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.titulo {
    width: 100%;
    max-width: 506px;
    color: #4db748;
    font-family: Mestre Black, sans-serif;
    font-size: 40px;
    line-height: 52px;
}

.body {
    color: #fff;
    background-color: #030303;
    font-family: Mestre Regular, sans-serif;
    font-size: 18px;
    line-height: 28px;
}

.heading {
    font-family: Mestre Black, sans-serif;
}

.mercado {
    width: 1100%;
    max-width: 441px;
    margin-top: 10px;
}

.texto {
    width: 100%;
    max-width: 480px;
    margin-top: 5px;
    font-family: Mestre Regular, sans-serif;
}

.text-span {
    color: #4db748;
}

.destaque-70mil {
    font-family: Mestre Black, sans-serif;
    font-size: 20px;
}

.texto-genia {
    width: 100%;
    max-width: 520px;
    border: 1px solid #4db748;
    border-radius: 27px;
    margin-top: 20px;
    padding: 30px 40px;
}

.text-block {
    width: 100%;
    max-width: 423px;
}

.destaque-genia {
    color: #4db748;
    font-family: Mestre Bold, sans-serif;
    font-size: 20px;
}

.text-span-2 {
    color: #4db748;
}

.formulario {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.logotipo-g-nia {
    z-index: 100;
    margin-bottom: -80px;
    position: relative;
}

.form {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(26, 26, 26, 0.64);
    border-radius: 30px;
    padding: 65px 52px 30px;
    position: relative;
}

.text-block-2 {
    width: 100%;
    max-width: 290px;
    color: #4db748;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Mestre Bold, sans-serif;
}

.campo-preenchimento {
    width: 100%;
    height: 60px;
    max-width: 350px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 20px;
    font-size: 16px;
}

.campo-preenchimento:active,
.campo-preenchimento:focus {
    color: #4db748;
}

.campo-preenchimento:focus-visible {
    color: #fff;
}

.campo-preenchimento[data-wf-focus-visible] {
    color: #fff;
}

.campo-preenchimento::-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
}

.campo-preenchimento::placeholder {
    color: #fff;
    font-size: 16px;
}

.conteudo-pg {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.submit-button {
    width: 100%;
    height: 60px;
    max-width: 350px;
    background-color: #4db748;
    border-radius: 30px;
    font-family: Mestre Bold, sans-serif;
    transition: background-color 0.55s ease-in-out;
}

.submit-button:hover {
    background-color: #246321;
}

.success-message {
    background-color: #4db748;
}

.error-message {
    background-color: #d82323;
}

.copywar {
    background-color: #000;
}

.text-block-3 {
    color: #b37676;
}

.text-block-4 {
    color: #616161;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.background-video {
    width: 100%;
    height: calc(100vh - 48px);
    position: absolute;
    top: 0%;
    min-height: 800px;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

@media screen and (max-width: 479px) {
    .section-conteudo-pagina {
        height: auto;
        padding-top: 40px;
    }

    .padding-page {
        padding-left: 20px;
        padding-right: 20px;
    }

    .titulo {
        max-width: 300px;
    }

    .mercado,
    .texto {
        max-width: 320px;
    }

    .texto-genia {
        background-color: #000;
        padding: 30px;
    }

    .text-block {
        max-width: 280px;
    }

    .formulario {
        padding-top: 40px;
    }

    .form {
        padding-left: 20px;
        padding-right: 20px;
    }

    .conteudo-pg {
        flex-direction: column;
        align-items: flex-start;
    }

    .copywar {
        margin-top: 100px;
    }

    .text-block-4 {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .background-video {
        height: 80vh;
    }
}

@font-face {
    font-family: 'Mestre Black';
    src: url('../fonts/Mestre-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mestre Bold';
    src: url('../fonts/Mestre-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mestre Regular';
    src: url('../fonts/Mestre-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
