/* RESET BÁSICO */
*, *:before, *:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-family: "Poppins";
    margin-top: 0 !important;
    accent-color: #80cde0;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
    letter-spacing: 0px;
}
/* RESET BÁSICO */

/* VARS */
:root {
    --azul-primario: #0a4a8e;
    --azul-secundario: #00b2f3;
    --cinza-bg-1: #e7e7e7;
    --cinza-bg-2: #f5f5f5;
    --cinza-txt: #5a5a5a;
    --cinza-txt-foot: #6c6c6c;
    --amarelo-btn: #ffc528;
    --azul-btn: #24408e;
    --azul-lnk: #0069ff;

    --container-margin: clamp(20px, 10.981vw, 210px);
    --margin-bottom-slide-cliente: 30px;
    --margin-slider-home: 36px;
    --fs-42: clamp(19px, 3.075vw, 42px);
    --fs-16: clamp(11px, 1.171vw, 16px);
}

@media (min-width: 1700px) {
    :root {
        --container-margin: 200px;
    }
}
/* VARS */

/* DIALOG */
dialog {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0px solid black;
    margin: 0px auto;
    max-height: 100%;
}

dialog.dFlex {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

dialog::backdrop {
    background-color: rgb(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

dialog h2 {
    font-family: 'avenirheavy';
    font-size: clamp(20px, 2.928vw, 40px);
    color: #fff;
    letter-spacing: 2px;
    text-align: center;

    background-color: var(--azul-btn);
    padding: 60px;
    border-radius: 20px;
}
/* DIALOG */

header {
    background-color: var(--azul-primario);
    height: 90px;
    padding-inline: var(--container-margin);
}

div.center {
    text-align: center;
}

div.container-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

div.slider-container {
    position: relative;
}

div.slider {
    position: relative;
}

div.slider picture,
div.slider img {
    width: 100%;
}

div.slider-texto {
    position: absolute;
    left: var(--container-margin);
    top: 120px;
    color: #fff;
    width: 100%;
    max-width: 580px;
    font-family: 'avenir_regular';
    font-weight: 600;
}

div.slider-texto h2 {
    font-family: 'Ford Antenna Black Cmp';
    color: var(--azul-secundario);
    font-size: clamp(55px, 7.906vw, 108px);
    line-height: 0.9;
    text-transform: uppercase;
    margin-bottom: 14px;
    text-wrap: balance;
    letter-spacing: -2px;
}

div.slider-texto p {
    font-family: 'avenirheavy';
    text-transform: uppercase;
    font-size: clamp(16px, 2.343vw, 32px);
    line-height: 1.1;
    text-wrap: balance;
    margin-bottom: 30px;
    max-width: 420px;
}

a.btn-default,
button.btn-default {
    color: var(--azul-btn);
    background-color: var(--amarelo-btn);
    font-size: clamp(11px, 1.318vw, 18px);
    text-decoration: none;
    padding: 6px 20px;
    border-radius: 30px;
    display: inline-block;
    font-family: 'avenir_regular';
    font-weight: 600;
    border: 0px solid #fff;
    cursor: pointer;
}

button.slick-arrow {
    position: absolute;
    top: calc(50% - 31px);
    z-index: 1;
    border: 0px solid #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 62px;
    height: 62px;
}

button.slick-prev {
    left: 50px;
    background-image: url(../images/slider-arrow-left.png);
    background-size: contain;
    background-repeat: no-repeat;
}

button.slick-next {
    right: 50px;
    background-image: url(../images/slider-arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
}

ul.slick-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 20px;
    padding: 5px;
    padding-top: 0;
    transform: translateX(-50%);
    list-style-type: none;
}

ul.slick-dots li button {
    cursor: pointer;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 0px solid #fff;
    font-size: 0;
    width: 9px;
    height: 9px;
    transition: all 0.5s ease-out;
}

ul.slick-dots li.slick-active button {
    width: 18px;
    background-color: #fff;
}

/* BENEFICIOS */

section#beneficios {
    position: relative;
    background-color: var(--cinza-bg-1);
    padding-inline: var(--container-margin);
    padding-block: 110px;
}

section#beneficios h2 {
    font-size: var(--fs-42);
    font-family: 'avenir_roman';
    margin-bottom: 40px;
}

section#beneficios img.cifras {
    position: absolute;
    width: auto;
    top: -219px;
    right: 0;
}


section#beneficios div.container-texto {
    width: 100%;
    max-width: 715px;
    margin-bottom: 80px;
}

section#beneficios div.container-texto h2 {
    text-transform: uppercase;
    font-family: 'avenirheavy';
    font-size: var(--fs-42);
    line-height: 1.15;
    text-wrap: balance;
    margin-bottom: 5px;
    color: var(--azul-secundario);
}

section#beneficios div.container-texto h2 strong {
    color: var(--azul-primario);
    display: block;
}

section#beneficios div.container-texto p {
    font-family: 'avenir_roman';
    font-size: var(--fs-16);
    line-height: 1.3;
    text-wrap: balance;
    max-width: 590px;
}

div.confira-beneficios h3 {
    font-family: 'avenir_roman';
    font-size: var(--fs-42);
    line-height: 1.2;
    margin-bottom: 60px;
}

div.container-boxes-beneficio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

div.box-beneficio {
    background-color: #e7e7e7;
    padding-block: 40px;
    padding-inline: 60px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    text-align: center;
}

div.box-beneficio h4 {
    font-family: 'avenirheavy';
    font-size: clamp(10px, 1.464vw, 20px);
    line-height: 1.1;
}

div.box-beneficio p {
    font-family: 'avenir_roman';
    font-size: var(--fs-16);
    line-height: 1;
}

div.box-beneficio img {
    margin-bottom: 24px;
}

/* BENEFICIOS */



/* SOLUÇÕES */
section#solucoes {
    background-color: var(--cinza-bg-2);
    position: relative;
    padding-inline: var(--container-margin);
    padding-block: 110px;
}

div.box-solucao {
    max-width: 320px;
}

section#solucoes h2 {
    font-family: 'avenir_roman';
    font-size: var(--fs-42);
    line-height: 1;
    font-weight: 200;
    max-width: 860px;
    margin-bottom: 60px;
}

div.container-solucoes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
    margin-bottom: 60px;
}

div.container-solucoes img {
    margin-bottom: 30px;
}

div.container-solucoes h3 {
    font-family: 'avenirheavy';
    font-size: clamp(12px, 1.464vw, 20px);
    line-height: 1.2;
    margin-bottom: 8px;
}

div.container-solucoes ul {
    padding-left: 18px;
    position: relative;
    list-style: none;
    padding-top: 10px;
}

div.container-solucoes ul li:before {
    content: url(../images/icon-check.png);
    position: absolute;
    left: 0px;
    padding-top: 1px;
}

div.container-solucoes p,
div.container-solucoes ul li {
    font-family: 'avenir_roman';
    font-size: var(--fs-16);
    line-height: 1.3;
    font-weight: 200;
    margin-bottom: 5px;
}


/* SOLUÇÕES */


/* CONTATO */
section#contato {
    background-color: var(--cinza-bg-1);
    position: relative;
    padding-inline: var(--container-margin);
    padding-block: 110px;

    display: flex;
    gap: 120px;
}

section#contato div.left,
section#contato div.right {
    width: 50%;
}

section#contato h2 {
    font-family: 'avenir_roman';
    font-size: var(--fs-42);
    line-height: 1;
    font-weight: 200;
    margin-bottom: 20px;
}

section#contato p {
    font-family: 'avenir_roman';
    font-size: var(--fs-16);
    line-height: 1.4;
    font-weight: 200;
}

section#contato p.copyright {
    font-family: 'avenir_roman';
    font-size: clamp(9px, 0.878vw, 12px);
    line-height: 1.4;
    font-weight: 200;
    color: var(--cinza-txt);
    margin-bottom: 40px;
}

section#contato p.copyright a {
    color: var(--azul-lnk);
    text-decoration: none;
}

div.container-form {
    padding-block: 40px;
}

section#contato label {
    display: block;
    font-family: 'avenir_roman';
    font-size: clamp(10px, 0.952vw, 13px);
    line-height: 1.4;
    font-weight: 200;
    color: var(--cinza-txt);
    padding-block: 18px 5px;
}

section#contato input,
section#contato select {
    font-family: 'avenir_roman';
    font-size: clamp(11px, 1.098vw, 15px);
    line-height: 1.4;
    font-weight: 200;
    color: var(--cinza-txt);

    width: 100%;
    padding-block: 8px;
    padding-left: 35px;
    border-radius: 8px;
    border: 1px solid #878787;
    height: 42px;
}

section#contato select#area,
section#contato select#estado {
    padding-left: 10px;
}

section#contato div.sep-input {
    display: grid;
    grid-template-columns: 58% 38%;
    justify-content: space-between;
    gap: 10px;
}

section#contato div.right img {
    object-fit: cover;
    height: 100%;
    border-radius: 12px;
    object-position: 65% 0px;
}

div.container-form div.img-nome {
    position: relative;
}
div.container-form div.img-nome::before {
    content: url("../images/icone-pessoa.png");
    position: absolute;
    left: 10px;
    top: 10px;
}

div.container-form div.img-email {
    position: relative;
}
div.container-form div.img-email::before {
    content: url("../images/icone-email.png");
    position: absolute;
    left: 10px;
    top: 10px;
}

div.container-form div.img-telefone {
    position: relative;
}
div.container-form div.img-telefone::before {
    content: url("../images/icone-whats.png");
    position: absolute;
    left: 10px;
    top: 11px;
}

div.container-form div.img-cnpj {
    position: relative;
}
div.container-form div.img-cnpj::before {
    content: url("../images/icone-cnpj.png");
    position: absolute;
    left: 10px;
    top: 10px;
}

div.container-form div.img-cidade {
    position: relative;
}
div.container-form div.img-cidade::before {
    content: url("../images/icone-local.png");
    position: absolute;
    left: 10px;
    top: 11px;
}

/* CONTATO */



/* FOOTER */
footer {
    background-color: #fff;
    padding-inline: var(--container-margin);
    padding-block: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-family: 'avenir_roman';
    font-size: clamp(10px, 0.878vw, 12px);
    color: var(--cinza-txt-foot);
}

div.foot-1,
div.foot-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

div.foot-1 {
    gap: 60px;
}

/* FOOTER */