:root {
    color-scheme: light only;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

*,
html {
    scroll-behavior: smooth !important;
}

html::-webkit-scrollbar-track {
    background: #f9f9f9;
}

html::-webkit-scrollbar-thumb {
    background-color: var(--azul);
    border-radius: 20px;
    border: 4px solid #f9f9f9;
}

html::-webkit-scrollbar {
    width: 12px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f9f9f9;
}

::-webkit-scrollbar-thumb {
    background-color: var(--azul);
    border-radius: 20px;
    border: 4px solid #f9f9f9;
}

::-webkit-scrollbar {
    width: 12px;
    height: 10px;
}

.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: #212322;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none
}

.cookieConsentContainer .cookieTitle a {
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin-top: 0px;
    text-align: center;
}

.cookieConsentContainer .cookieDesc a {
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    text-decoration: underline
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans, arial, sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    width: 100%;
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    -webkit-filter: brightness((1.1));
            filter: brightness((1.1))
}

@media (max-width:980px) {
    .cookieConsentContainer {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important
    }
}

:root {
    --branco: #fff;
    --cinza: #d4d4d4;
    --preto: #111418;
    --azul-claro: #53C6FF;
    --azul: #3FA0D0;
    --azul-escuro: #012E54;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    background-color: #f9fafc;
}

.container {
    width: 90%;
    max-width: 1410px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.btn {
    background-color: var(--branco);
    font-weight: 700;
    font-size: 0.938vw;
    text-transform: uppercase;
    color: var(--azul-escuro);
    text-decoration: none;
    padding: 0.729vw 1.667vw;
    display: inline-block;
    position: relative;
    position: relative;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.btn .detalhe {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
}

.btn:hover {
    background-color: var(--azul-escuro);
    color: var(--branco);
}

.texto {
    font-size: 0.938vw;
    line-height: 1.1vw;
}

.texto2 {
    font-size: 0.833vw;
    line-height: 0.95vw;
}

.titulo {
    font-weight: 700;
    font-size: 2.344vw;
    line-height: 2.5vw;
    text-align: center;
    text-transform: uppercase;
}

.subtitulo {
    font-size: 0.833vw;
    line-height: 0.95vw;
    text-align: center;
    color: var(--azul);
}

.t1 {
    color: var(--azul-claro);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

/* BANNER */
#banner {
    background-color: var(--preto);
    position: relative;
}

#banner .container {
    width: 100%;
    max-width: 100%;
    padding: 59px 0 13vw 8.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1;
}

#banner .logo {
    width: 13.177vw;
    height: 3.07vw;
}

#banner .titulo {
    font-weight: 700;
    font-size: 2.705vw;
    line-height: 3.38vw;
    text-transform: uppercase;
    color: var(--branco);
    margin-top: 7.4vw;
    margin-bottom: 1vw;
    text-align: left;
}

#banner .titulo span {
    color: var(--azul-claro);
    font-weight: 600;
}

#banner .texto {
    font-weight: 500;
    color: var(--branco);
    max-width: 550px;
    margin-bottom: 2.5vw;
}

#banner .esq {
    width: 50%;
}

#banner .dir {
    width: 40%;
    margin-top: 20px;
    height: auto;
}

#banner .video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
}

/* PORQUE */
#porque {
    padding: 0 0 30px;
    background-color: #f9fafc;
}

#porque .container {
    max-width: 1366px;
    padding: 0 42px;
    position: relative;
}

#porque .container::after {
    content: "";
    display: block;
    position: absolute;
    top: -57px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--branco);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

#porque .container .conteudo {
    z-index: 1;
    position: relative;
}

#porque .titulo {
    color: var(--azul-escuro);
    margin: 12px 0 30px;
}

#porque .texto {
    max-width: 840px;
    text-align: center;
    margin: 0 auto;
}

.texto b {
    color: var(--azul-escuro);
    font-weight: 700;
}

#porque .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 120px;
}

#porque .box {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-box-shadow: 0px 11px 10px 0px #0000000F;
            box-shadow: 0px 11px 10px 0px #0000000F;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 80px 30px 38px;
    background-color: var(--branco);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#porque .box svg {
    position: absolute;
    top: -54px;
    width: 109px;
    height: 109px;
}

#porque .box p {
    font-size: 0.833vw;
    text-align: center;
}

#porque .box p span {
    display: block;
}

#porque .box p .letras {
    font-weight: 700;
    font-size: 1.302vw;
    color: var(--azul);
}

#porque .box p .anos {
    font-weight: 700;
    font-size: 1.563vw;
    color: var(--azul);
    text-transform: uppercase;
}

#porque .box p .anos b {
    font-size: 2.083vw;
}

/* O QUE */
#oque {
    padding: 130px 0;
    background-color: #f9fafc;
    position: relative;
}

#oque .oque-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 627px;
    height: 621px;
}

#oque .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6.5%;
}

#oque .esq {
    width: 44%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}

#oque .dir {
    width: 45.5%;
}

#oque .subtitulo,
#oque .titulo {
    text-align: left;
}

#oque .subtitulo {
    margin-top: 15px;
}

#oque .titulo {
    margin: 10px 0 20px;
    color: var(--azul-escuro);
}

#oque .texto,
#oque .texto2 {
    margin-bottom: 35px;
}

#oque .itens {
    max-width: 600px;
}

/* COMO FAZEMOS */
#como {
    padding: 130px 0;
    background-color: var(--preto);
    position: relative;
}

#como .titulo,
#como .texto,
#como .texto b,
#tecnologia .titulo,
#tecnologia .texto,
#tecnologia .texto b {
    color: var(--branco);
}

#como .titulo,
#tecnologia .titulo {
    margin: 10px 0 30px;
}

#como .texto {
    max-width: 579px;
    margin: 0 auto;
    text-align: center;
}

#como .container {
    max-width: 1117px;
}

#como .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 120px;
}

#como .box {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-box-shadow: 0px 11px 10px 0px #3FA0D01A;
            box-shadow: 0px 11px 10px 0px #3FA0D01A;
    width: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 80px 30px 38px;
    background-color: var(--preto);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#como .box .texto2 {
    color: var(--branco);
    text-align: center;
    max-width: 228px;
}

#como .box .t1 {
    text-align: center;
    max-width: 230px;
}

#como .box svg {
    position: absolute;
    top: -54px;
    width: 109px;
    height: 109px;
}

#tecnologia {
    padding: 0px 0 130px;
    background-color: var(--preto);
    position: relative;
}

#tecnologia .titulo,
#tecnologia .texto,
#tecnologia .subtitulo {
    text-align: left;
}

#tecnologia .texto {
    margin-bottom: 20px;
}

#tecnologia .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#tecnologia .esq {
    width: 42%;
}

#tecnologia .dir {
    margin-right: -5vw;
    width: 58%;
    height: 32.656vw;
    -o-object-fit: cover;
       object-fit: cover;
    mix-blend-mode: Lighten;
}

/* BIG NUMBERS */
#bignumber {
    background-color: #f9fafc;
}

#bignumber .container {
    background-color: var(--branco);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 3px;
    padding: 43px 2%;
    gap: 2%;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

#bignumber .texto {
    font-weight: 600;
    color: var(--azul-escuro);
    margin-right: 2%;
}

#bignumber .info {
    font-size: 14px;
}

#bignumber .info span {
    font-size: 1.25vw;
    color: var(--azul);
    font-weight: 700;
    display: block;
}

/* FORMULARIO */
.phone_hp {
    display: none !important;
}

#form {
    position: relative;
    z-index: 1;
    padding-top: 120px;
}

#form .container {
    z-index: 1;
    position: relative;
    color: var(--preto);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3.021vw 3.646vw 2.344vw;
    background-color: var(--branco);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#form .container::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: var(--preto);
    background-image: url(../images/form-bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#form .esq {
    width: 47%;
    color: var(--branco);
    z-index: 1;
}

#form .titulo {
    font-size: 2.344vw;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 1vw;
    text-align: left;
}

#form .texto {
    margin-bottom: 2vw;
    max-width: 370px;
}

#form .dir {
    width: 47.5%;
    position: relative;
}

#form .dir .box-input {
    margin-bottom: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: flex;
    gap: 9px;
}

#form .dir .box-input input,
#form .dir .box-input select,
#form .dir .box-input textarea {
    width: 100%;
    background-color: var(--branco);
    height: 48px;
    border: none;
    color: var(--preto);
    border-radius: 3px;
    font-size: 14px;
    padding-left: 15px;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

#form .dir .box-input input:focus-visible,
#form .dir .box-input select:focus-visible,
#form .dir .box-input textarea:focus-visible {
    outline: none;
}

#form .dir .box-input .label-form {
    color: var(--preto);
    position: absolute;
    top: 16px;
    left: 15px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

#form .meio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

#form .dir .box-input {
    width: 100%;
}

#form .dir .box-input .label-form.subir {
    font-size: 11px;
    background-color: var(--azul);
    padding: 2.5px 4px 3px;
    color: var(--branco);
    left: 12px;
    top: -9px;
    z-index: 1;
}

#form .dir .box-input textarea {
    resize: none;
    height: 97px;
    padding-top: 12px;
}

#form .dir .box-input.box-check {
    margin-top: 15px;
    margin-bottom: 10px;
}

#form .dir .box-input.box-check::before {
    content: none;
}

#form .dir #sobre-chk {
    accent-color: var(--azul);
    border: none;
    cursor: pointer;
    line-height: 0;
    margin: 0;
    width: 12px;
    height: 12px;
}

#form .dir .autorizo {
    font-size: 12px;
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: var(--branco);
}

#form .dir .obrigatorio {
    font-size: 12px;
    margin-top: 15px;
    opacity: .9;
    color: var(--branco);
    text-align: center;
}

#form .dir .enviar {
    border: none;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    background-color: var(--azul-escuro);
    color: var(--branco);
    cursor: pointer;
}

#form .dir .enviar:hover {
    background-color: var(--branco);
    color: var(--azul-escuro);
}

/* FOOTER */
#footer {
    position: relative;
    background: -o-linear-gradient(344.38deg, #111418 27.38%, #012E54 112.81%);
    background: linear-gradient(105.62deg, #111418 27.38%, #012E54 112.81%);
    padding: 390px 0 150px;
    margin-top: -259px;
}

#footer .footer-bg {
    position: absolute;
    bottom: 0;
    right: 0;
}

#footer .box {
    width: 20%;
    color: var(--branco);
}

#footer .box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

#footer .box.box1 {
    width: 328px;
}

#footer .box.box2 {
    width: 238px;
    padding-top: 114px;
}

#footer .box.box3 {
    width: 280px;
    padding-top: 114px;
}

#footer .box.box1 .logo {
    margin-bottom: 40px;
}

#footer .box-redes p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 19px;
    margin-top: 40px;
}

#footer .box-redes .redes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    column-gap: 9px;
}

#footer .box-redes svg {
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#footer .box-redes svg:hover {
    box-shadow: #53c6ffe8 0px 0px 20px;
}

#footer .box .texto2 {
    font-size: 16px;
    line-height: 24px;
}

#footer .box .tit {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}

#footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8.333vw;
}

/* CONFIRMACAO */
#confirmacao .txt-confirmacao {
    color: #000;
    display: block;
    font-size: 17px;
    margin-bottom: 30px;
    text-align: center
}

#confirmacao .title-confirmacao {
    color: var(--azul);
    display: block;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
}

#confirmacao .confirmacao {
    padding: 200px 0 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#confirmacao .btn {
    background-color: var(--azul-escuro);
    color: var(--branco);
    cursor: pointer;
}

#confirmacao .btn:hover {
    background-color: var(--azul-claro);
    color: var(--azul-escuro);
}

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

    .texto,
    .texto2,
    .btn,
    .subtitulo,
    #porque .box p {
        font-size: 14px;
        line-height: 20px;
    }

    #porque .box {
        padding: 70px 1vw 38px;
    }

    #porque .boxes {
        margin-top: 100px;
    }

    #bignumber .info {
        font-size: 12px;
    }

    #form .texto {
        font-size: 14px;
        line-height: 22px;
    }

    #form .destaque {
        font-size: 16px;
        line-height: 24px;
    }

    #form .titulo {
        font-size: 3.2vw;
        line-height: 3.6vw;
    }

    #footer .box.box1 .logo {
        width: 250px;
    }

    #footer .box.box2,
    #footer .box.box3 {
        padding-top: 108px;
    }

    #footer .box .texto2 {
        font-size: 15px;
        line-height: 22px;
    }

    #footer {
        padding: 300px 0 100px;
    }
}

@media screen and (max-width: 1024px) {
    #banner .container {
        padding: 40px 5% 36vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    #banner .logo {
        width: 150px;
        height: 36px;
    }

    #banner .esq {
        width: 100%;
    }

    #banner .titulo {
        font-size: 42px;
        line-height: 52px;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    #banner .texto {
        margin-bottom: 60px;
    }

    .btn {
        padding: 10px 26px;
    }

    #banner .dir {
        position: absolute;
        width: 40vw;
        right: 5%;
        bottom: 60px;
    }

    #banner .video {
        opacity: 0.6;
    }

    .titulo {
        font-size: 4.344vw;
        line-height: 4.5vw;
    }

    #porque .box,
    #como .box {
        width: calc(50% - 15px);
    }

    #porque .boxes,
    #como .boxes {
        gap: 30px;
        row-gap: 60px;
        margin-top: 90px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    #porque .box p .letras {
        font-size: 18px;
    }

    #porque .box p .anos {
        font-size: 18px;
    }

    #porque .box p .anos b {
        font-size: 25px;
    }

    #porque .box svg,
    #como .box svg {
        top: -45px;
        width: 95px;
        height: 95px;
    }

    #porque .container::after {
        top: -45px;
    }

    #porque .container {
        padding: 0 35px;
    }

    #oque .container {
        gap: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    #oque .esq {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    #oque .dir {
        width: 100%;
    }

    #oque {
        padding: 60px 0
    }

    #oque .oque-bg {
        width: 53vw;
        height: 39vw;
    }

    #como {
        padding: 60px 0;
    }

    #tecnologia .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 40px;
    }

    #tecnologia .esq {
        width: 100%;
    }

    #tecnologia .dir {
        margin: 0 auto !important;
        width: 100%;
        max-width: 900px;
        height: 75vw;
    }

    #tecnologia {
        padding: 30px 0 120px;
    }

    #bignumber .container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 25px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    #bignumber .info span {
        font-size: 16px;
    }

    #bignumber .texto {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }

    #bignumber br {
        display: none;
    }

    #bignumber .info {
        width: calc(50% - 12.5px);
        text-align: center;
        font-size: 13px;
    }

    #form .container {
        padding: 40px 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 60px;
    }

    #form .titulo {
        font-size: 45px;
        line-height: 48px;
        margin-bottom: 30px;
    }

    #form .esq {
        width: 100%;
    }

    #form .texto {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    #form .destaque {
        font-size: 18px;
        line-height: 26px;
    }

    #form .dir {
        width: 100%;
    }

    #form .dir::before {
        height: 40px;
        bottom: -40px;
    }

    #footer .container {
        gap: 40PX;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    #footer .box.box2,
    #footer .box.box3 {
        padding-top: 0px;
    }

    #footer .footer-bg {
        width: 80vw;
        height: auto;
    }

    #form {
        padding-top: 80px;
    }

}

@media screen and (max-width: 600px) {
    .btn {
        padding: 8px 22px;
        font-size: 12px;
    }

    #banner .titulo {
        font-size: 9vw;
        line-height: 10vw;
    }

    #banner .container {
        padding: 40px 5% 39vw;
    }

    #banner .logo {
        width: 130px;
        height: 32px;
    }

    #porque .box,
    #como .box {
        width: 100%;
    }

    #porque .container {
        padding: 0 20px;
    }

    .titulo {
        font-size: 6.344vw;
        line-height: 6.5vw;
    }

    #bignumber .info {
        width: 100%;
    }

    #form .titulo {
        font-size: 8.5vw;
        line-height: 10vw;
    }

    #form .container {
        padding: 40px 20px;
    }

    #form .meio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    #footer .box.box1,
    #footer .box.box2,
    #footer .box.box3 {
        width: 100%;
    }

    #footer .box.box1 .logo {
        width: 200px;
    }



}

@media screen and (max-width: 460px) {
    #form .container {
        padding: 35px 20px;
    }

    #form .dir .enviar {
        font-size: 14px;
        padding: 14px 1%;
        gap: 10px;
    }
}