 @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');

/* tudo */

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

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

.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;
    padding: 0 7.25vw  7.5vh;
}

.div-coluna-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.logo-hero {
    width: 80%;
}  

.section-hero h1 {
    color: #505050;
    font-weight: 400;
    font-size: 23px;
    text-align: center;
    display: none;
}

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

.p-mobile-hero {
    color: #505050;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    text-wrap: pretty;
}

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

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

.section-hero a.btn-scroll:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 30px rgba(223, 30, 47, 0.4);
}

.p-desktop-hero {
    display: none;
}

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

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

    .logo-hero {
        width: 90%;
    }

    .section-hero h1 {
        display: block;
        text-align: left;
        color: #505050;
        font-size: 35px;
        font-weight: 400;
        text-wrap: pretty;
    }

    .p-mobile-hero {
        display: none;
    }

    .p-desktop-hero {
        display: block;
        color: #505050;
        font-size: 25px;
        line-height: 1.5;
        text-align: left;
        text-wrap: pretty;
    }

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

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

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

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

    .section-hero h1 {
        font-size: 25px;
        line-height: 1.5;
        text-wrap: pretty;
    }

    .p-desktop-hero {
        font-size: 25px;
    }

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

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

/* solucoes */

.section-solucoes {
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #0065c3 0%, #27218d 36%, #920101 100%);
    align-items: center;
    justify-content: center;
    padding: 80px 0;

}

.section-solucoes h2 {
    color: #fff;
    font-weight: 300;
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
    padding: 0 20px;
}

.span-destaque-h2-solucoes {
    font-weight: 500;
}

.conteiner-solucoes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-evenly;
    gap: 15px;
    width: 90vw;
    max-width: 650px;
    margin: 0 auto;
}

.cards-solucoes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: unset;
    min-height: 160px;
    border: solid 2px #fff;
    border-radius: 50px 15px;
    padding: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cards-solucoes:hover { 
    transform: translateY(-10px); 
    box-shadow: 0 20px 40px rgba(0,0,0,0.3); 
}

.cards-solucoes img { 
    max-height: 35%;
    margin-bottom: clamp(10px, 1vw, 14px);
}

.span-solucoes {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
}

.span-destaque-solucoes {
    font-weight: 600;
}

@media (min-width: 769px) {

    .section-solucoes {
        padding: clamp(51.2px, 5vw, 96px) clamp(74.24px, 7.25vw, 139.2px);
    }

    .section-solucoes h2 {
        font-size: clamp(56px, 4.1vw, 60px);
        padding: 0;
    }

    .conteiner-solucoes {
        grid-template-columns: repeat(2, 1fr);
        max-width: 650px;
        gap: 22px;
        width: 100%;
        margin: 0;
    }

    .cards-solucoes {
        aspect-ratio: 1 / 1;
        min-height: 0;
        border-radius: 90px clamp(20px, 1.46vw, 28px);
        font-size: clamp(18px, 1.3vw, 25px);
        padding: 15px;
    }
}

@media (min-width: 1025px) {
    .conteiner-solucoes {
        justify-content: space-around;
        grid-template-columns: repeat(3, minmax(clamp(106.666667px, 10.416666667vw, 200px), clamp(133.333333px, 13.020833333vw, 250px)));
        max-width: none;
        gap: clamp(26.666667px, 2.604166667vw, 50px);
    }
}

/* transformacoes */

.section-transformacoes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(30px, 8.24vw, 48px);
    padding: clamp(56px, 16.47vw, 92px) 7.25vw;
}

.section-transformacoes h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.18;
    color: #404040;
    text-align: center;
    opacity: 0.88;
}

.section-transformacoes .quebra-linha {
    display: none;
}

.conteiner-transformacoes {
    display: flex;
    width: 100%;
    gap: clamp(16px, 4.24vw, 26px);
    padding: 4px 0 clamp(14px, 3.76vw, 22px);
    overflow-x: auto;
    scroll-padding: 0;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.conteiner-transformacoes::-webkit-scrollbar {
    display: none;
}

.section-transformacoes .controles-resultados {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 2.35vw, 12px);
    width: 100%;
    margin-top: clamp(-12px, -2.82vw, -8px);
}

.cards-transformacoes {
    display: flex;
    flex: 0 0 min(100%, clamp(300px, 80vw, 390px));
    flex-direction: column;
    gap: clamp(24px, 7.06vw, 38px);
    min-height: clamp(300px, 77.65vw, 380px);
    height: auto;
    border: solid 1px #ccc;
    border-radius: clamp(22px, 7.06vw, 34px);
    padding: clamp(20px, 5.65vw, 32px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    scroll-snap-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cards-transformacoes:hover {
    transform: none;
    box-shadow: 0 20px 30px rgba(0,0,0,0.1);
}


.cards-transformacoes h3 {
    color: #297CF6;
    font-weight: 800;
    font-size: clamp(24px, 7.06vw, 34px);
    line-height: 1.2;
    text-align: left;
}

.cards-transformacoes p {
    font-weight: 400;
    font-size: clamp(14px, 3.53vw, 17px);
    line-height: 1.5;
    color: #555;
    text-wrap: balance;
}

.section-transformacoes .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;
}

.section-transformacoes .button-controle-resultados {
    width: clamp(9px, 2.35vw, 12px);
    height: clamp(9px, 2.35vw, 12px);
    padding: 0;
    cursor: pointer;
    background: rgba(18, 38, 59, 0.2);
    border: 0;
    border-radius: 999px;
    transition: width 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.section-transformacoes .button-controle-resultados.active {
    width: clamp(28px, 7.06vw, 36px);
    background: #297CF6;
    transform: translateY(-1px);
}

@media (min-width: 768px) {

    .conteiner-transformacoes {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(24px, 3.13vw, 32px);
        padding: 0;
        overflow: visible;
        scroll-snap-type: none;
    }

    .cards-transformacoes {
        flex: initial;
        min-height: clamp(330px, 43vw, 380px);
        height: auto;
        scroll-snap-align: none;
    }

    .section-transformacoes .controles-resultados {
        display: none;
    }

    .section-transformacoes .btn-scroll {
        font-size: 25px;
        padding: 20px 60px;
    }
}

@media (min-width: 1024px) {
    .section-transformacoes {
        gap: clamp(32px, 3.125vw, 60px);
        padding: clamp(102.4px, 10vw, 192px) max(clamp(102.4px, 10vw, 192px), calc((100vw - 1536px) / 2));
    }

    .section-transformacoes h2 {
        font-size: clamp(16px, 1.5625vw, 30px);
    }

    .section-transformacoes .quebra-linha {
        display: block;
    }

    .cards-transformacoes:hover {
        transform: translateY(-10px);
    }

    .section-transformacoes .controles-resultados {
        display: none;
    }

    .conteiner-transformacoes {
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
        justify-items: center;
        justify-content: space-between;
    }

    .cards-transformacoes {
        min-height: 0;
        height: clamp(300px, 22vw, 350px);
        gap: clamp(26.666667px, 2.604166667vw, 50px);
        width: clamp(220px, 19.03vw, 360px);
    }

    .cards-transformacoes:last-child {
        gap: clamp(9.066667px, 0.885416667vw, 17px);
    }

    .cards-transformacoes h3 {
        width: clamp(180px, 14.64vw, 280px);
        font-size: clamp(10.666667px, 1.041666667vw, 20px);
    }

    .cards-transformacoes p {
        font-size: clamp(14px, 1.1vw, 21px);
        line-height: 1.4;
    }

    .section-transformacoes .btn-scroll {
        font-size: clamp(13.333333px, 1.302083333vw, 25px);
        padding: clamp(10.666667px, 1.041666667vw, 20px) clamp(32px, 3.125vw, 60px);
    }
}

/* depoimentos */

.section-depoimentos {
    display: flex;
    flex-direction: column;
    padding: 0 5vw 80px 5vw;
    background: #F0F0F0;
}

.div-cabecalho-depoimentos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.span-titulo-depoimentos {
    color: #444242;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: clamp(10px, 0.73vw, 14px);
}

.h2-subtitulo-depoimentos {
    font-weight: 800;
    font-size: 40px;
    color: #0063F3;
    margin-bottom: clamp(40px, 2.93vw, 56px);
}

.div-conteiner-depoimentos {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 40px 30px;
    gap: 30px;
    background-color: #0065C3;
    border-radius: 40px;
}

.p-texto-depoimentos {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
}

.span-destaque-p-depoimentos {
    font-weight: 500;
}

.div-pessoa-depoimentos {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
    text-align: center;
    gap: 15px;
}

.div-pessoa-depoimentos img {
    width: 200px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 20px;
}

.span-descricao-pessoa-depoimentos {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 1.3;
}

@media (min-width: 1024px) {
    .section-depoimentos {
        padding: clamp(102.4px, 10vw, 192px);
    }

    .div-cabecalho-depoimentos {
        align-items: flex-start;
        padding: 0 0 0 clamp(53.333333px, 5.208333333vw, 100px);
    }

    .div-conteiner-depoimentos {
        flex-direction: row;
        height: clamp(370px, 27vw, 520px);
        padding: clamp(60px, 4.39vw, 84px);
        gap: 0;
    }

    .div-texto-depoimentos {
        max-width: clamp(301.333333px, 29.427083333vw, 565px);
    }

    .div-pessoa-depoimentos {
        flex-direction: column;
        position: absolute;
        left: 65%;
        top: -50%;
        gap: clamp(10.666667px, 1.041666667vw, 20px);
    }

    .div-pessoa-depoimentos img {
        width: clamp(280px, 20.5vw, 393px);
        border-radius: clamp(21.333333px, 2.083333333vw, 40px);
    }
}

/* porque-escolher */

.section-porque-escolher {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 7.25vw;
    gap: 20px;
}


.section-porque-escolher h2 {
    color: #0065C3;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.span-destaque-h2-porque-escolher {
    font-weight: 700;
}

.div-conteiner-porque-escolher {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.div-cards-porque-escolher {
    background: #E0ECFE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-wrap: balance;
    gap: 20px;
    border-radius: 30px;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.div-cards-porque-escolher:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.h3-titulo-cards-porque-escolher {
    font-size: 25px;
    color: #404040;
    font-weight: 600;
}

.p-descricao-cards-porque-escolher {
    font-size: 20px;
    font-weight: 400;
    color: #696969;
}

@media (min-width: 769px) {
    .section-porque-escolher {
        padding: 80px 5vw;
        gap: 25px;
    }

    .section-porque-escolher h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }
    
    .div-cards-porque-escolher {
        padding: 20px 40px;
        min-height: 100px;
        text-align: left;
    }

    .div-cards-porque-escolher h3 {
        font-size: 24px;
    }

    .div-cards-porque-escolher p {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .section-porque-escolher {
        padding: clamp(80px, 7.8125vw, 150px) clamp(102.4px, 10vw, 192px);
        gap: clamp(30px, 2.2vw, 42px);
    }

    .section-porque-escolher h2 {
        font-size: clamp(21.333333px, 2.083333333vw, 40px);
    }

    .div-conteiner-porque-escolher {
        gap: clamp(21.333333px, 2.083333333vw, 40px);
    }
    
    .div-cards-porque-escolher {
        min-height: clamp(114px, 8.3vw, 160px);
        padding: clamp(10.666667px, 1.041666667vw, 20px) clamp(50px, 6.5vw, 90px);
        gap: clamp(5.333333px, 0.520833333vw, 10px);
    }

    .div-cards-porque-escolher h3 {
        font-size: clamp(30px, 2.2vw, 42px);
    }

    .div-cards-porque-escolher p {
        font-size: clamp(9.6px, 0.9375vw, 18px);
    }
}

@media (min-width: 1920px) {
    .section-hero {
        width: 1920px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 192px 192px;
    }

    .div-coluna-hero {
        width: 556px;
    }

    .section-hero h1 {
        width: 100%;
        font-size: 40px;
    }

    .section-hero img {
        width: 413px;
        height: 104px;
    }

    .p-desktop-hero {
        width: 980px;
        font-size: 25px;
    }

    .section-hero .btn-scroll {
        font-size: 30px;
        padding: 20px 60px;
    }

    .section-solucoes {
        padding: 96px max(139.2px, calc((100vw - 1641.6px) / 2));
    }

    .conteiner-solucoes {
        grid-template-columns: repeat(3, minmax(200px, 250px));
        gap: 50px;
    }

    .section-transformacoes {
        gap: 60px;
        padding: 192px max(192px, calc((100vw - 1536px) / 2));
    }

    .section-transformacoes h2 {
        font-size: 30px;
    }

    .cards-transformacoes {
        gap: 50px;
    }

    .cards-transformacoes:last-child {
        gap: 17px;
    }

    .cards-transformacoes h3 {
        font-size: 20px;
    }

    .section-transformacoes .btn-scroll {
        font-size: 25px;
        padding: 20px 60px;
    }

    .section-depoimentos {
        padding: 192px max(192px, calc((100vw - 1536px) / 2));
    }

    .div-cabecalho-depoimentos {
        padding-left: 100px;
    }

    .div-texto-depoimentos {
        max-width: 565px;
    }

    .div-pessoa-depoimentos {
        gap: 20px;
    }

    .div-pessoa-depoimentos img {
        border-radius: 40px;
    }

    .section-porque-escolher {
        padding: 150px max(192px, calc((100vw - 1536px) / 2));
    }

    .section-porque-escolher h2 {
        font-size: 40px;
    }

    .div-conteiner-porque-escolher {
        gap: 40px;
    }

    .div-cards-porque-escolher {
        padding-top: 20px;
        padding-bottom: 20px;
        gap: 10px;
    }

    .div-cards-porque-escolher p {
        font-size: 18px;
    }
}

/* 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(10vw, calc((100vw - 1536px) / 2));
        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(15vw, calc((100vw - 1344px) / 2)) 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);
    }
}
