﻿/*reset*/


* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-family: Arial , Roboto, "Open Sans", "Helvetica Neue", sans-serif;
}

a,
button {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
footer,
header,
nav,
section,
main,
figure,
button {
    margin: 0;

    padding: 0;

    border: 0;

    vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
button {
    font-size: 1em;

    font-weight: normal;
}

/*fim reset*/


:root {
    
    --darkBlue: #111B21;
    --green: #25D366;
    --white: #FFFDFD;
}

h1{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
}

.green{
    color: var(--green);
}

.blue{
    color: var(--darkBlue);
}

.white{
    color: var(--white);
}

.blue-light{
    color: #859AA7;
}

.bold{
    font-weight: bold;
}

.caption{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
    color: var(--white);
    text-align: center;
}

.container-blue{
    background: var(--darkBlue);
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    /*max-width: 1200px;*/
    grid-gap: 21px;
    justify-items: center; 
    padding: 85px;
}

#content-top{
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    justify-content: center;
    max-width: 693px;
    grid-gap: 21px;
}

.grid{
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}

.grid-2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
    width: 100%;
}

.grid,
.grid-2 div input{
    width: 100%;
}

label{
    font-size: 18px;
    line-height: 21px;
    color: var(--white);
}

.obsForm{
    list-style-type: disc;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #657279;
}
.marker {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #657279;
    margin-right: 10px;
}

#whatsapp-form{
    display: grid;
    grid-gap:29px;
}

.whatsapp-email{
    display: flex;
}

.form-input{
    height: 60px;
    left: 388px;
    top: 380px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    outline: none;
}

.btn-wpp{
    height: 70px;
    left: 388px;
    top: 733px;
    cursor: pointer;
    background: #25D366;
}

.container-option,
.container-why-generate{
    background: #F5F5F5;
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    /*max-width: 1200px;*/
    grid-gap: 21px;
    justify-items: center;
    padding: 85px;
}

.content-option,
.content-why-generate{
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1218px;
    align-items: flex-start;
    justify-items: center;
    /*max-width: 690px;*/
    grid-gap: 21px;
}

.content-why-generate .pTitle{
    max-width: 252px;
}

.content-why-generate .body2{
    max-width: 348px;
}

.whyContent{
    display: grid;
    grid-template-columns: repeat(3, 337px);
    align-items: flex-start;
    justify-content: center;
    /*max-width: 690px;*/
    /*grid-gap: 21px;*/
}
.content-option .containerExemplo{
    display: grid;
}
.content-option .containerBox{
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 36px;
}
.content-option article{
    background: white;
    padding: 29px 20px;
}
.content-option .pTitle{
    color: #25D366;
    margin-bottom: 14px;
}
.content-option .body2{
    max-width: 323px;
}
.content-option .btn{
    max-width: 670px;
    width: 100%;
    height: 70px;
    background: #25D366;
    color: #111B21;
    font-size: 20px;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
}

.d-flex{
 display: flex;   
}

.gap-113{
 grid-gap: 113px;   
}

.gap-24{
    grid-gap: 24px;
}

.text-blueLight{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #859AA7;
}

.title-834{
    max-width: 834px;
    display: flex;
    justify-content: center;
}
.text-center{
    text-align: center;
}

.font22{
    font-size: 22px;
    line-height: 28px;
}

.font18{
    font-size: 18px;
    line-height: 24px;
}

.mb-3{
    margin-bottom: 15px;
}

.mt-3{
    margin-top: 15px;
}

.mb-5{
    margin-bottom: 35px;
}

#generated-link{
    display: grid;
}

#generated-link .bgLink{
    display: grid;
    background: white;
    padding: 20px;
}

#generated-link a{
    color: var(--green);
}

#generated-link .responseBtn{
    display: flex;
    justify-content: flex-end;
    grid-gap: 10px;
}

#generated-link .responseBtn button{
    display: flex;
    justify-content: flex-end;
    background: var(--green);
    color: var(--darkBlue);
    padding: 10px;
    cursor: pointer;
}

input,
textarea{
    padding: 20px;
}

@media (max-width: 850px){
    .whatsapp-email,
    .content-why-generate div,
    .content-option div,
    .whyContent{
        display: grid;
        grid-gap: 15px;
        grid-template-columns: 1fr !important;
    }
}


