@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

html {scroll-behavior: smooth;}
* {margin: 0; padding: 0; box-sizing: border-box; font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-style: normal;}
body {background: var(--branco);  font-size: 20px; overflow-x: hidden; position: unset!important; color: var(--preto);}
p {line-height: 30px;}
a,button, input, textarea {-webkit-transition: .3s;-o-transition: .3s;transition: .3s; outline: 0;}
button {cursor: pointer;}
cite {font-style: normal;}
a, a:hover {text-decoration: none;}
a:focus, button:focus, input:focus, textarea:focus {outline: 0; text-decoration: none;}
ul {-webkit-padding-start:0; -moz-padding-start:0; margin: 0;}
li {list-style-type: none;}
img {max-width: 100%;}
section{padding: 75px 0 0;}
.grid {max-width: 1300px; width: 100%; margin: 0 auto; padding: 0 30px; display: grid; grid-gap: 10px; position: relative;}
.skiptranslate {display:none!important;}

:root {
    --preto: #333;
    --branco: #ffffff;
    --laranja: #FF6600;
    --cinza: #eeeeee;
}

p.enviado {
    position: fixed;
    top: 0;
    z-index: 2;
    background: var(--laranja);
    color: var(--branco);
    width: 100%;
    text-align: center;
    font-size: 16px;    
}


header {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    background: var(--branco);
    z-index: 1;
    transition: .3s;
    border-bottom: 1px solid var(--cinza);
}
header .grid > a img {
    transition: .3s;
    width: 200px;
    display: flex;
} 
header.fixo {
    padding: 10px 0;
}
header.fixo .grid > a img {
    width: 150px;
}
header .grid {
    grid-template-columns: max-content 1fr max-content max-content;
    align-items: center;
    gap: 30px;
}
header ul {
    display: flex;
    justify-content: center;
    gap: 25px;
}
header ul li a {
    color: var(--preto);
    font-size: 18px;
}
header ol {
    display: flex;
    gap: 10px;
}
header ol li a {
    display: flex;
}
header .grid > a:last-child {
    background: var(--laranja);
    color: var(--branco);
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 50px;
}
header.fixo .grid > a:last-child {
    padding: 5px 15px;
}
header nav {
    display: none;
    background-image: url('../img/menu.png');
    width: 48px;
    height: 48px;
    background-size: cover;
    z-index: 1;
}


section.banner {
    background-image: url('../img/banner.png');
    height: 587px;
    background-size: cover;
    background-position: 100%;
    padding: 167px 0 75px;
}
section.banner .grid {
    grid-template-columns: .6fr;
    height: 100%;
    align-content: center;    
}
section.banner h1 {
    font-size: 56px;
    line-height: 62px;
    color: var(--branco);
    margin-top: -30px;    
}
section.banner h1 strong {
    color: var(--laranja);
}
section.banner p {
    color: var(--branco);
    margin-bottom: 20px;
    max-width: 500px;
}
section.banner a {
    background: var(--laranja);
    color: var(--branco);
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 50px;
    width: max-content;
}



section.how .grid {
    grid-template-columns: .8fr 1fr;
}
section.how figure img {
    border-radius: 30px;
}
section.how h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
section.how h2 strong {
    color: var(--laranja);
}
section.how p {
    margin-bottom: 20px;
}
section.how ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}
section.how ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}
section.how ul li p {
    margin-bottom: 0;
}
section.how ul li p strong {
    display: flex;
}
section.how a {
    background: var(--laranja);
    color: var(--branco);
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 50px;
    display: flex;
    width: max-content;
    margin-bottom: 8px;
}



section.resources .grid:last-child {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
section.resources h2 {
    font-size: 40px;
    max-width: 650px;
    margin: 0 auto 50px;
    text-align: center;
}
section.resources h2 strong {
    color: var(--laranja);
}
section.resources div img {
    border-radius: 30px;
    margin-bottom: 20px;
    width: 100%;
}
section.resources div h3 {
    margin-bottom: 15px;
    font-size: 20px;
}




section.call .grid > div {
    background: var(--cinza);
    padding: 60px;
    border-radius: 40px;
}
section.call h2 {
    color: var(--preto);
    font-size: 40px;
    max-width: 600px;
    margin-bottom: 15px;
}
section.call h2 strong {
    color: var(--laranja);
}
section.call p {
    color: var(--preto);
    max-width: 600px;
    margin-bottom: 25px;
}
section.call a {
    background: var(--laranja);
    color: var(--branco);
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 50px;
    display: flex;
    width: max-content;
    margin-bottom: 8px;
}
section.call figure {
    position: absolute;
    right: 80px;
    bottom: -6px;    
}



section.video video {
    border-radius: 40px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}




section.faq .grid {
    gap: 20px;
}
section.faq h2 {
    color: var(--preto);
    font-size: 40px;
    max-width: 600px;
    margin-bottom: 25px;
}
section.faq h2 strong {
    color: var(--laranja);
}
section.faq h4 {
    background: var(--cinza);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-radius: 15px;
}
section.faq article div {
    padding: 20px 20px 30px;
    display: none;
}
section.faq article.ativo div {
    display: block;
}
section.faq article.ativo h4 img {
    transform: scaleY(-1);
}



footer {
    margin-top: 75px;
    padding: 75px 0;
    background: linear-gradient(90deg, rgba(4,3,1,1) 0%, rgba(34,24,11,1) 75%);
}
footer .grid {
    grid-template-columns: max-content 1fr max-content;
    gap: 40px;
}
footer h6 {
    font-size: 24px;
    color: var(--branco);
    margin-bottom: 10px;
}
footer p {
    color: var(--branco);
}
footer ol {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
footer ol li {
    display: flex;
    gap: 10px;
}
footer ol li a {
    display: flex;
    align-items: center;
    gap: 8px;
}
footer a {
    color: var(--branco);
}
footer .grid > a {
    display: flex;
    align-items: center;    
}



.claim .grid {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.claim .grid a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--preto);
}


form {
    position: fixed;
    top: 80px;
    width: 500px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: var(--branco);
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
form.abrir {
    opacity: 1;
    visibility: visible;
}
form label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    display: flex;
}
form input, form textarea {
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    width: 100%;
}
form .subgrid {
    display: flex;
    gap: 20px;
}
form .subgrid div {
    width: 100%;
}
form textarea {
    height: 80px;
}
form button {
    border: 0;
    background: var(--laranja);
    color: var(--branco);
    font-size: 20px;
    padding: 10px;
    border-radius: 50px;    
}
form p {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 22px;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;   
    text-align: center; 
}
form i {
    cursor: pointer;
    position: absolute;
    font-size: 32px;
    top: -15px;
    right: -15px;
    background: var(--laranja);
    color: var(--branco);
    font-family: cursive;
    height: 35px;
    width: 35px;
    line-height: 24px;
    text-align: center;
    border-radius: 8px;    
}



.fundo {
    background: rgb(0 0 0 / 90%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.fundo.abrir {
    opacity: 1;
    visibility: visible;
}


.zap {
    position: fixed;
    bottom: 30px;
    right: 30px;    
}



section.download .grid {
    grid-template-columns: 1.2fr .8fr;    
    gap: 100px;
    align-items: center;
}
section.download h2 {
    color: var(--preto);
    font-size: 40px;
    max-width: 600px;
    margin-bottom: 15px;
}
section.download h2 strong {
    color: var(--laranja);
}
section.download p {
    margin-bottom: 30px;
}
section.download ul {
    display: flex;
    gap: 30px;
}
section.download ul li {
    background: #1d1d1f;
    border-radius: 12px;
}
section.download ul li a {
    color: var(--branco);
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 10px 20px;
    font-weight: 300;
    font-size: 16px;
}
section.download ul li a b {
    display: flex;
    font-weight: 700;
    font-size: 20px;
}
