: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;
    box-sizing: border-box;
}

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

body {
    margin: 0;
    padding: 0;
    background: white;
}

.clear {
    clear: both;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
}

.error::placeholder,
.error {
    color: red !important;
}


html::-webkit-scrollbar-track {
    background: rgb(255 255 255);
}

html::-webkit-scrollbar-thumb {
    background-color: var(--verde-claro);
    border-radius: 20px;
    border: 3px solid rgb(255 255 255);
}

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

:root {
    --verde: #DCBA00;
    --vermelho: #AF173C;
    --verde-claro: #E5E353;
    --marrom: #5C3E2B;
    --azul: #00AEC1;
    --branco: #ffff;
    --preto: #1D1D1B;
    --transicao: 0.3s ease-in-out;
    --chunk: 'chunk-five';
    --gotham: 'gotham';
    --gotham-bold: 'gotham-bold';
}

@font-face {
    font-family: 'chunk-five';
    src: url('../fonts/ChunkFive-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gotham';
    src: url('../fonts/Gotham-Book.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gotham-bold';
    src: url('../fonts/GothamBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


#banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -20px;
    max-width: 100%;
}

#banner img {
    max-width: 100%;
    width: 100%;
}

/* Seção do Formulário */


#form-saiba {
    position: relative;
    width: 100%;
    height: 613px;
    margin-bottom: 61px;
    z-index: 0;
}

#form-saiba::after {
    content: '';
    position: absolute;
    background: url(../imagens/form-after.webp);
    left: 0;
    top: 0;
    width: 307px;
    height: 933px;
    z-index: -1;
}

#form-saiba::before {
    content: '';
    position: absolute;
    background: url(../imagens/form-before.webp);
    right: 0;
    top: -291px;
    width: 599px;
    height: 931px;
    z-index: -1;
}

#form-saiba .container {
    width: 1445px;
    margin: 0 auto;
    display: flex;
    max-width: 90%;
    gap: 0px;
    justify-content: flex-end;
    align-items: center;
}

#form-saiba .container .esq {
    width: 44.7%;
}

#form-saiba .container .esq .titulo {
    color: black;
    font-family: var(--chunk);
    font-weight: 400;
    font-size: 51.87px;
    line-height: 57px;
    text-align: right;
    padding-right: 77px;
}

#form-saiba .container .esq span {
    font-size: 103px;
    line-height: 91.64px;
}

#form-saiba .container .esq .subtitulo {
    color: black;
    font-family: var(--chunk);
    font-weight: 400;
    font-size: 43.87px;
    line-height: 57px;
    padding-right: 77px;
    text-align: right;
}

#form-saiba .dir {
    width: 46%;
}

.formulario-contato {
    background: var(--verde-claro);
    border-radius: 32px;
    padding: 36px 5px 61px 5px;
    max-width: 100%;
    height: 597px;
    width: 510px;
    font-family: var(--gotham);
    color: #000;

}

.formulario-contato .slide-image {
    max-width: 115px;
    position: absolute;
    height: auto;
    top: -44px;
    left: -46px;
}

.formulario-contato .texto {
    font-size: 23.3px;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 0.23px;
    text-align: center;
    margin-bottom: 6px;
}

.formulario-contato .logo-form {
    display: flex;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 9px;
}

.formulario-contato .titulo {
    font-size: 33.66px;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
    line-height: 100%;
    letter-spacing: 0.33px;
}

.formulario-contato .preencha {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 7px;
    text-align: center;
    line-height: 100%;
    letter-spacing: 0.11px;
}

.formulario-contato .form {
    margin-top: 25px;
}

.formulario-contato .formcon {
    position: relative;
    margin-bottom: 20px;
}

.formulario-contato .input-form {
    width: 75.4%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    border: 0.5px solid #000;
    background: var(--verde-claro);
    background-color: var(--verde-claro);
    color: #000;
    font-family: var(--gotham);
    font-size: 14px;
    font-weight: 400;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    border-radius: 10px;
}

.formulario-contato .input-form::placeholder {
    color: transparent;
}


.formulario-contato .formcon label {
    position: absolute;
    left: 76px;
    top: 12px;
    color: #000;
    background: var(--rosa);
    font-size: 14px;
    font-weight: 400;
    pointer-events: none;
    transition: all 0.3s ease;
    background: transparent;
    padding: 0;
}

.subir {
    top: -12px !important;
}

.formulario-contato .formcon .subir {
    position: absolute;
    left: 76px;
    top: 12px;
    color: #000;
    background: var(--verde-claro) !important;
    font-size: 12px;
    font-weight: 400;
    pointer-events: none;
    transition: all 0.3s ease;
    padding: 0;
}

.formulario-contato .error {
    border-color: var(--vermelho) !important;
    color: var(--vermelho);
}

/* 2. Estilo que faz o label "subir" */
.subir .formulario-contato .input-form:focus+label,
.formulario-contato .input-form:not(:placeholder-shown)+label {
    top: -10px;
    left: 5px;
    font-size: 12px;
    color: #000;
    background-color: black;
    padding: 0 5px;
}

.formulario-contato .input-form:focus+label,
.formulario-contato .input-form:not(:placeholder-shown)+label {
    top: -10px;
    left: 65px;
    font-weight: 800;
    font-size: 14px;
    color: black;
    background: var(--verde-claro);
    padding: 0 5px;
    border-radius: 10px !important;
}

.formulario-contato .textarea-form {
    min-height: 50px;
    resize: vertical;
    padding-top: 11px;

}

.formulario-contato .check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0 auto;
    font-family: var(--gotham);
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 100%;
    cursor: pointer;
    padding: 0 47px;
}

.formulario-contato .check input[type="checkbox"] {
    margin: 0;
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    appearance: none;
    -webkit-appearance: none;
    border: 1.38px solid #000;
    border-radius: 2px;
    background: var(--rosa);
    cursor: pointer;
    position: relative;
}

/* Estilo quando marcado */
.formulario-contato .check input[type="checkbox"]:checked {
    background: var(--rosa);
    border-color: var(--rosa);
}

/* Criando o marcador de check */
.formulario-contato .check input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Botão */
.formulario-contato .btn-enviar {
    margin-top: 19px;
}

.formulario-contato .envia-formulario {
    width: 76.4%;
    display: flex;
    margin: 0 auto;
    padding: 12px;
    background: var(--azul);
    color: white;
    border: none;
    border-radius: 13px;
    font-family: var(--chunk);
    font-weight: 300;
    font-size: 19.57px;
    line-height: 16.78px;
    letter-spacing: 1.19px;
    cursor: pointer;
    transition: var(--transicao);
    border: 1px solid var(--azul);
}

.input-form.error::placeholder {
    color: var(--laranja) !important;
    opacity: 1 !important;
}

.formulario-contato .envia-formulario:hover {
    background: var(--verde-claro);
    border: 1px solid var(--azul);
    color: #000;
}

.formulario-contato .envia-formulario:active {
    transform: translateY(0);
}

/* Realizacao */
#realizacao {
    margin-bottom: 89px;
    position: relative;
}

#realizacao .container {
    width: 1421px;
    max-width: 90%;
    margin: 0 auto;
}


#realizacao .container .boxes {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 106px;
    margin-bottom: 29px;
}

#realizacao .container .boxes .box:nth-child(2) .img-implantacao {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 13px;
}

#realizacao .container .boxes .box:nth-child(4) {
    gap: 27px;
}

#realizacao .container .boxes .box:nth-child(1) {
    gap: 25px;
}

#realizacao .container .boxes .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 49px;
    margin-bottom: 42px;
}


#realizacao .container .boxes .box .texto {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1.12px;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#realizacao .container .texto-implantacao {
    font-family: var(--gotham);
    font-weight: 200;
    font-size: 12px;
    text-align: center;
    color: #666666;
}

/* Politica de Privacidade */
#politica-privacidade {
    background: url(../imagens/fundo-politica.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 411px;
    position: relative;
}

#politica-privacidade::after {
    content: '';
    position: absolute;
    background: url(../imagens/folha-politica.webp);
    width: 122px;
    height: 312px;
    right: 0px;
    top: -141px;
}

#politica-privacidade .container .textos {
    padding: 49px 270px;
}

#politica-privacidade .container .titulo {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.96px;
    text-align: center;
    color: #000;
}

#politica-privacidade .container .texto {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.96px;
    text-align: center;
    color: #000;
    margin-bottom: 34px;
}

/* Footer */

footer {
    padding: 20.5px;
    background-color: #007C84;
}

footer .logo-exent {
    display: flex;
    margin: 0 auto;
}

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

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

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

@media screen and (max-width: 1440px) {
    #politica-privacidade .container .textos {
        padding: 49px 10%;
    }

    #politica-privacidade::after {
        width: 63px;
    }
}

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

@media screen and (max-width: 1280px) {
    #form-saiba .container .esq span {
        font-size: 81px;
        line-height: normal;
    }

    #form-saiba .container .esq .subtitulo {
        color: black;
        font-weight: 400;
        font-size: 34.87px;
        line-height: 37px;
    }

    #form-saiba::after {
        width: 15%;
        background-position: right;
        background-size: cover;
        height: 47vw;
    }
}

@media screen and (max-width: 1200px) {
    #form-saiba::before {
        display: none;
    }
}

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

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

    #banner {
        margin-bottom: 60px;
    }

    #form-saiba .container {
        flex-direction: column;
        row-gap: 40px;
    }

    #form-saiba .container .esq .subtitulo,
    #form-saiba .container .esq .titulo {
        padding: 0;
        text-align: center;
    }

    #form-saiba .container .esq span {
        line-height: 12px;
    }

    #form-saiba {
        height: auto;
    }

    #form-saiba .dir {
        width: 509px;
        max-width: 100%;
    }

    #form-saiba .dir form {
        width: 100%;
        height: auto;
    }

    #form-saiba::after {
        display: none;
    }

    #realizacao .container .boxes {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 30px;
    }

    #politica-privacidade {
        height: auto;
        background-position: center;
    }

    #politica-privacidade .container .textos {
        padding: 49px 5%;
    }

    #politica-privacidade::after {
        display: none;
    }

    #form-saiba .container .esq {
        width: auto;
    }
}

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

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

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

@media screen and (max-width: 490px) {
    #form-saiba .container .esq span {
    font-size: 64px;
    }
}

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

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

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

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

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

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