 @charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* geral */

* {
    font-family: inter;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    position: relative;
    scroll-behavior: smooth;
}

body {
    max-width: 1920px;
    margin: 0 auto;
}

:root {
    --page-max: 1920px;
    --section-x: clamp(30.8125px, calc(11.151478vw - 16.581281px), 144px);
    --image-section-x: clamp(25.5px, calc(7.774631vw - 7.541872px), 104.4px);
    --hero-gap: clamp(40px, calc(0.985222vw + 35.812808px), 50px);
    --hero-title: clamp(25px, calc(-0.985222vw + 39.187192px), 35px);
    --hero-text: clamp(20px, calc(0.492611vw + 17.906404px), 25px);
    --hero-button-font: clamp(20px, calc(0.492611vw + 17.906404px), 25px);
    --desktop-10vw: min(10vw, 192px);
    --desktop-15vw: min(15vw, 288px);
    --desktop-1536-gutter: calc((min(100vw, var(--page-max)) - 1536px) / 2);
    --desktop-1344-gutter: calc((min(100vw, var(--page-max)) - 1344px) / 2);
}

.quebra-linha {
    display: block;
}

/* header */

header {
    width: 85vw;
    margin: 0 auto;
}

header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 10vh;
    padding: 60px 0;
}

.img-logo-header {
    width: clamp(70px, 22vw, 112px);
    height: auto;
}

.ul-nav-header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: min(86vw, 390px);
    height: 100dvh;
    list-style: none;
    padding: 104px 24px 150px;
    font-size: 17px;
    font-weight: 600;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 244, 247, 0.96));
    border-radius: 28px 0 0 28px;
    box-shadow: -22px 0 55px rgba(18, 38, 59, 0.2);
    transform: translateX(112%);
    transition: transform 0.34s ease, box-shadow 0.34s ease;
}

.ul-nav-header.active {
    transform: translateX(0);
}

.ul-nav-header li {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 5px;
    padding: 0;
    margin-bottom: 12px;
}

.ul-nav-header li:last-child {
    border-bottom: 0;
}

.ul-nav-header a {
    color: #12263B;
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.ul-nav-header a:hover {
    color: #297CF6;
}

.div-dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
    cursor: pointer;
}

.ul-nav-header > li > a,
.div-dropdown-header {
    min-height: 54px;
    padding: 0 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(18, 38, 59, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(18, 38, 59, 0.07);
}

.ul-nav-header > li > a {
    display: flex;
    align-items: center;
}

.ul-nav-header > li > a:hover,
.div-dropdown-header:hover {
    background: #fff;
    transform: translateX(-3px);
}

.div-dropdown-header::after {
    content: "";
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    background-color: rgba(41, 124, 246, 0.1);
    background-image:
        linear-gradient(#297CF6, #297CF6),
        linear-gradient(#297CF6, #297CF6);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 2px, 2px 12px;
    border-radius: 999px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.li-dropdown-header:has(.ul-dropdown-header.show) .div-dropdown-header::after {
    transform: rotate(45deg);
    background-color: rgba(41, 124, 246, 0.16);
}

.ul-nav-header li img {
    cursor: pointer;
}

.ul-dropdown-header {
    position: static;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    list-style: none;
    background: rgba(18, 38, 59, 0.04);
    border-radius:  16px;
    transition: max-height 0.4s ease-in-out, margin 0.3s ease, padding 0.3s ease;
}

.ul-dropdown-header.show {
    width: 100%;
    max-height: 300px;
    margin-top: -10px;
    padding: 18px 0 8px;
    visibility: visible;
}

.ul-dropdown-header li {
    border-bottom: 0;
}

.ul-dropdown-header li a {
    display: block;
    padding: 10px 18px 10px 28px;
    color: #505050;
    font-size: 15px;
    text-align: left;
    white-space: nowrap;
}

.a-cliente-header {
    display: none;
}

body.menu-open .a-cliente-header {
    position: fixed;
    right: 24px;
    bottom: 28px;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(calc(86vw - 48px), 342px);
    min-height: 56px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background: #1873FB;
    border-radius: 16px;
    box-shadow: 0 18px 34px rgba(41, 124, 246, 0.28);
}

body.menu-open .whatsapp-floating,
.whatsapp-floating.is-hidden-by-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.button-menu-header {
    position: relative;
    z-index: 1002;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    cursor: pointer;
    background: #fff;
    border: 1px solid rgba(18, 38, 59, 0.1);
    border-radius: 13px;
    box-shadow: 0 9px 24px rgba(18, 38, 59, 0.12);
    transform: translateY(-2px);
}

.button-menu-header span {
    position: absolute;
    width: 19px;
    height: 2px;
    background: #12263B;
    border-radius: 999px;
    transition: transform 0.28s ease, opacity 0.2s ease, background-color 0.28s ease;
}

.button-menu-header .span-superior-menu-header {
    transform: translateY(-6px);
}

.button-menu-header .span-inferior-menu-header {
    transform: translateY(6px);
}

.button-menu-header.active span {
    background: #297CF6;
}

.button-menu-header.active .span-superior-menu-header {
    transform: rotate(45deg);
}

.button-menu-header.active .span-meio-menu-header {
    opacity: 0;
}

.button-menu-header.active .span-inferior-menu-header {
    transform: rotate(-45deg);
}

@media (min-width: 1024px) {
    header {
        width: 80vw;
        max-width: 1536px;
    }

    header nav {
        height: auto;
        padding: 5vh 0;
    }

    .img-logo-header {
        width: clamp(95px, 9.22vw, 176px);
        height: clamp(36px, 3.51vw, 67px);
        object-fit: contain;
    }

    body.menu-open {
        overflow: auto;
    }

    body.menu-open::before {
        display: none;
    }

    .ul-nav-header {
        position: relative;
        top: auto;
        right: auto;
        z-index: auto;
        flex-direction: row;
        align-items: center;
        width: auto;
        height: auto;
        gap: 3vw;
        padding: 0;
        font-size: clamp(12px, 0.9vw, 16px);
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        transform: none;
    }

    .ul-nav-header li {
        flex-direction: row;
        align-items: center;
        width: auto;
        gap: 5px;
        padding: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .div-dropdown-header {
        justify-content: center;
        width: auto;
        gap: 8px;
    }

    .ul-nav-header > li > a,
    .div-dropdown-header {
        min-height: auto;
        padding: 0;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .ul-nav-header > li > a {
        display: inline;
    }

    .ul-nav-header > li > a:hover,
    .div-dropdown-header:hover {
        background: transparent;
        transform: none;
    }

    .div-dropdown-header::after {
        content: "";
        display: block;
        width: 7px;
        height: 7px;
        margin-top: -3px;
        background: transparent;
        border-right: 2px solid #297CF6;
        border-bottom: 2px solid #297CF6;
        border-radius: 0;
        transform: rotate(45deg);
        transition: transform 0.25s ease, margin-top 0.25s ease;
    }

    .li-dropdown-header:has(.ul-dropdown-header.show) .div-dropdown-header::after {
        margin-top: 3px;
        background: transparent;
        transform: rotate(225deg);
    }

    .ul-dropdown-header {
        position: absolute;
        top: 200%;
        max-height: none;
        padding: 10px 0;
        overflow: visible;
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
        background: #fff;
        border-radius: 8px;
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    }

    .ul-dropdown-header li a {
        padding: 10px 40px;
        color: #12263B;
        font-size: inherit;
        text-align: center;
    }

    .ul-dropdown-header.show {
        width: auto;
        margin-top: 0;
        padding: 10px 0;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        box-shadow: rgba(0, 0, 0, 0.2) 0 5px 30px;
    }

    .button-menu-header {
        display: none;
    }

    .a-cliente-header {
        display: flex;
        align-items: center;
        justify-content: center;
        width: clamp(113px, 11.05vw, 211px);
        height: clamp(24px, 2.2vw, 42px);
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-size: clamp(12px, 1.02vw, 20px);
        text-decoration: none;
        background: #1873FB;
        border-radius: clamp(6px, 0.59vw, 12px);
    }
}

/* hero */

.section-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 var(--section-x) 7.5vh;
}

.div-coluna-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--hero-gap);
}

.img-logo-hero {
    width: 80%;
}

.section-hero h1 {
    display: none;
}

.section-hero p {
    color: #505050;
    font-size: var(--hero-text);
    line-height: 1.5;
    text-align: center;
}

.span-destaque-p-hero {
    font-weight: 600;
}

.btn-scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    background: #1873FB;
    border: 0;
    border-radius: 30px;
    padding: clamp(15px, 4.24vw, 20px) clamp(32px, 11.76vw, 60px);
    font-size: clamp(16px, 4.71vw, 20px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.img-hero {
    display: none;
}

@media (min-width: 768px) {
    .section-hero {
        padding: 0 var(--section-x) 7.5vh;
    }

    .div-coluna-hero {
        align-items: flex-start;
    }

    .img-logo-hero {
        width: 90%;
    }
    
    .section-hero h1 {
        display: block;
        text-align: left;
        color: #505050;
        font-size: var(--hero-title);
        font-weight: 400;
        text-wrap: pretty;
    }

    .span-destaque-h1-hero {
        font-weight: 600;
    }

    .section-hero p{
        display: block;
        color: #505050;
        line-height: 1.5;
        text-align: left;
        text-wrap: pretty;
    }

    .btn-scroll {
        font-size: var(--hero-button-font);
        padding: 20px 60px;
    }
}


@media (min-width: 1025px) {
    .section-hero {
        padding: 0 var(--section-x) 10vh;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .div-coluna-hero {
        width: clamp(428px, 41.7277vw, 820px);
    }

    .logo-hero {
        width: clamp(315px, 30.7467vw, 640px);
    }

    .section-hero h1 {
        line-height: 1.5;
        text-wrap: pretty;
    }

    .section-hero p {
        text-align: left;
    }

    .btn-scroll {
        padding: 20px 60px;
    }

    .img-hero {
        width: clamp(327px, 32vw, 500px);
        height: auto;
        display: block;
    }
}



/* imagens */

/* rollback section-imagens: old version kept here while testing the new mobile layout.
.section-imagens {
    display: flex;
    flex-direction: column;
    padding: 60px 7.25vw;
    align-items: center;
    gap: 40px;
}

.section-imagens h2 {
    color: #1873FB;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    text-wrap: balance;
}

.div-conteiner-imagens {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.div-conteiner-imagens div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 150px;
    gap: 10px;
}

.div-conteiner-imagens p {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #444242;
}

@media (min-width: 769px) {
    .section-imagens {
        padding: 0vh 7.25vw 5vh;
        gap: 50px;
    }

    .section-imagens h2 {
        font-size: 46px;
    }
}

@media (min-width: 1025px) {
    .div-conteiner-imagens {
        flex-wrap: nowrap;
        gap: 0;
        justify-content: space-between;
        width: 100%;
    }

    .div-conteiner-imagens div {
        width: 237px;
    }

    .section-imagens {
        padding: 0 7.25vw 15vh 7.25vw;
        gap: 50px;
    }

    .section-imagens h2 {
        font-size: 46px;
    }
}
*/

/* new section-imagens layout */
.section-imagens {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 34px;
    padding: 56px var(--image-section-x) 60px;
    background: linear-gradient(180deg, #F6FAFF 0%, #FFFFFF 100%);
}

.section-imagens h2 {
    max-width: 420px;
    margin: 0 auto;
    color: #1873FB;
    font-weight: 650;
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.08;
    text-align: center;
    text-wrap: balance;
}

.div-conteiner-imagens {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    margin: 0 auto;
}

.div-conteiner-imagens div {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    width: 100%;
    min-height: 78px;
    gap: 14px;
    padding: 16px 18px;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid rgba(24, 115, 251, 0.16);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(18, 38, 59, 0.08);
}

.div-conteiner-imagens img {
    width: 52px;
    height: 52px;
    padding: 9px;
    object-fit: contain;
    background: #EEF6FF;
    border-radius: 8px;
}

.div-conteiner-imagens p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.28;
    text-align: left;
    color: #303640;
}

@media (min-width: 768px) {
    .section-imagens {
        align-items: center;
        gap: 58px;
        padding: 0 var(--image-section-x) 5vh;
        background: #FFFFFF;
    }

    .section-imagens h2 {
        max-width: none;
        font-size: 46px;
    }

    .div-conteiner-imagens {
        grid-template-columns: repeat(4, minmax(150px, 1fr));
        width: 100%;
        gap: 24px;
    }

    .div-conteiner-imagens div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 184px;
        gap: 18px;
        padding: 26px 22px;
        text-align: center;
    }

    .div-conteiner-imagens img {
        width: 64px;
        height: 64px;
        padding: 11px;
    }

    .div-conteiner-imagens p {
        font-size: 17px;
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .section-imagens {
        padding: 0 var(--image-section-x) 15vh;
    }

    .div-conteiner-imagens {
        gap: 32px;
    }
}

/* forms */

.formulario {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: clamp(38px, 10.59vw, 64px);
    padding: clamp(52px, 14.12vw, 80px) 0;
    background: linear-gradient(135deg, #0065c3 0%, #27218d 36%, #920101 100%);
}

.formulario h2 {
    color: #fff;
    font-weight: 700;
    font-size: clamp(32px, 8vw, 44px);
    line-height: 1.12;
    text-align: center;
}

.formulario form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 85vw;
    max-width: 600px;
    height: auto;
    padding: clamp(28px, 7.06vw, 44px) clamp(18px, 5.18vw, 34px);
    gap: clamp(30px, 8.24vw, 48px);
    background: #fff;
    border-radius: clamp(18px, 4.94vw, 30px);
}

.campos-forms {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(22px, 5.88vw, 34px);
}

.campos-forms div {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

.formulario label {
    margin-bottom: clamp(5px, 1.41vw, 8px);
    color: #2b2a2a;
    font-size: clamp(14px, 3.53vw, 16px);
}

.formulario label::after {
    content: "*";
    color: #DF1E2F;
}

.formulario input,
.formulario select {
    height: clamp(46px, 11.76vw, 56px);
    padding-left: clamp(10px, 3.29vw, 18px);
    font-size: clamp(15px, 3.76vw, 17px);
    border: 1px solid #a09a9a;
    border-radius: 10px;
}

.sugestoes-container {
    position: absolute;
    z-index: 10;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
}

.sugestoes-container div {
    padding: 8px;
    cursor: pointer;
}

.sugestoes-container div:hover {
    background: #f0f0f0;
}

.botao-forms {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 4.71vw, 28px);
}

.formulario p {
    max-width: 100%;
    color: #5a5a5a;
    font-size: clamp(12px, 3.06vw, 14px);
    line-height: 1.45;
    text-align: center;
}

.formulario button {
    width: 100%;
    height: clamp(48px, 12.24vw, 58px);
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-size: clamp(16px, 4.24vw, 20px);
    background: #ff7c00;
    border: 0;
    border-radius: 50px;
}

@media (min-width: 769px) {
    .formulario {
        padding: clamp(80px, 9.77vw, 100px) 0;
    }

    .formulario h2 {
        font-size: clamp(44px, 5vw, 52px);
    }

    .formulario form {
        width: min(85vw, 720px);
        padding: clamp(40px, 5.21vw, 54px) clamp(28px, 4.56vw, 46px);
        border-radius: 30px;
    }
}

@media (min-width: 1024px) {
    .formulario {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        padding: clamp(96px, 7.81vw, 150px) max(var(--desktop-10vw), var(--desktop-1536-gutter));
        gap: clamp(56px, 6.25vw, 120px);
    }

    .formulario h2 {
        width: clamp(320px, 32vw, 520px);
        font-size: clamp(46px, 3.13vw, 60px);
        text-align: left;
    }

    .formulario form {
        width: clamp(540px, 40vw, 768px);
        max-width: none;
        padding: clamp(40px, 2.92vw, 56px) clamp(28px, 2.08vw, 40px);
        gap: clamp(32px, 2.6vw, 50px);
    }

    .campos-forms {
        flex-flow: row wrap;
        gap: clamp(22px, 2.05vw, 34px);
    }

    .campos-forms div {
        width: calc(50% - clamp(11px, 1.03vw, 17px));
    }

    .formulario p {
        max-width: 90%;
        font-size: clamp(12px, 0.73vw, 14px);
    }

    .formulario button {
        width: 80%;
        max-width: 520px;
        font-size: clamp(18px, 1.15vw, 22px);
    }
}

/* footer */

footer {

    display: flex;
    flex-direction: column;
    align-items: center;
    background: #12263B;
    padding: clamp(42px, 5vh, 72px) 7.25vw 0;
    gap: clamp(32px, 9.41vw, 52px);
}

footer h2 {
    color: #fff;
    font-size: clamp(18px, 4.71vw, 24px);
    font-weight: 700;
}

footer div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 2.35vw, 14px);
}

footer ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    gap: clamp(2px, 0.94vw, 6px);
}

.social-footer {
    flex-direction: row;
    gap: clamp(14px, 3.53vw, 22px);
}

footer li {
    color: #fff;
    font-size: clamp(12px, 3.06vw, 15px);
    font-weight: 300;
}

.desc-footer {
    display: none;
}

.copy-desktop {
    display: none;
}

.copy-mobile {
    color: #fff;
    font-size: clamp(11px, 2.82vw, 14px);
    font-weight: 100;
    text-align: center;
    text-wrap: balance;
}

@media (min-width: 1024px) {
    footer {
        flex-direction: row;
        padding: clamp(144px, 14.06vw, 270px) max(var(--desktop-15vw), var(--desktop-1344-gutter)) clamp(86px, 8.42vw, 162px);
        align-items: flex-start;
        justify-content: space-between;
    }

    .coluna-logo-footer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: clamp(262px, 25.62vw, 492px);
        gap: clamp(38px, 3.66vw, 70px);
    }

    .copy-desktop {
        display: block;
        color: #fff;
        font-size: clamp(12px, 1.1vw, 21px);
        font-weight: 200;
        line-height: 1.45;
    }

    .desc-footer {
        display: block;
        color: #fff;
        font-size: clamp(12px, 1.1vw, 21px);
        font-weight: 200;
        line-height: 1.45;
    }

    .copy-mobile {
        display: none;
    }

    footer h2 {
        font-size: clamp(19px, 1.83vw, 35px);
        margin-bottom: clamp(15px, 1.46vw, 28px);
    }

    footer div {
        align-items: flex-start;
    }

    footer ul {
        align-items: flex-start;
    }

    footer li {
        font-size: clamp(12px, 1.1vw, 21px);
    }

    .g2i-itens-footer {
        min-width: clamp(120px, 11.71vw, 225px);
        gap: clamp(38px, 3.66vw, 70px);
    }

    .div-social-footer {
        align-items: center;
    }

    .social-footer {
        flex-direction: column;
        align-items: center;
        gap: clamp(15px, 1.46vw, 28px);
    }

    .social-footer img {
        height: auto;
        width: clamp(15px, 1.46vw, 28px);
    }
}
