 @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;
    gap: 40px;
    align-items: center;
}

.logo-hero {
    width: 80%;
}

.section-hero h1 {
    display: none;
}

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

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

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

.btn-scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    background: #1873FB;
    border: 0;
    border-radius: 30px;
    padding: 18px 50px;
    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 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 5vh;
        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;
    }
}
/* beneficios */

.beneficios {
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #0065c3 0%, #27218d 36%, #920101 100%);
    padding: clamp(38px, calc(2.9155vw + 37.6091px), 72px) clamp(23px, 7.25vw, 56px);
    gap: clamp(24px, calc(4.6647vw + 10.1749px), 46px);
}

.beneficios h2 {
    font-weight: 500;
    color: #fff;
    font-size: clamp(30px, calc(2.0408vw + 26.3265px), 42px);
    line-height: 1.12;
}

.conteiner-colunas-beneficios {
    display: flex;
    flex-direction: column;
    gap: clamp(18px, calc(3.4985vw + 5.1312px), 32px);
}

.coluna-texto-beneficios {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, calc(3.4985vw + 15.1312px), 42px);
}

.itens-beneficios {
    display: flex;
    gap: clamp(16px, calc(1.7493vw + 12.5656px), 26px);
}

.itens-beneficios img {
    width: clamp(36px, calc(2.9155vw + 29.6091px), 52px);
    height: clamp(36px, calc(2.9155vw + 29.6091px), 52px);
    flex: 0 0 auto;
}

.texto-itens-beneficios {
    display: flex;
    flex-direction: column;
    gap: clamp(8px, calc(1.1662vw + 5.0437px), 14px);
}

.span-titulo-itens-beneficios {
    color: #fff;
    font-size: clamp(18px, calc(1.1662vw + 15.0437px), 24px);
    font-weight: 600;
    line-height: 1.2;
}

.span-descricao-itens-beneficios {
    color: #fff;
    font-size: clamp(14px, calc(0.5831vw + 12.5219px), 17px);
    font-weight: 300;
    line-height: 1.45;
}

.itens-nova1 img {
    margin-right: 10px;
    width: clamp(35px, 2.5vw, 50px);
}

.itens-nova1 span {
    font-weight: 300;
    font-size: 15px;
}

@media (min-width: 1024px) {
    .beneficios {
        padding: clamp(75px, 7.3206vw, 141px) max(10vw, calc((100vw - 1536px) / 2));
        gap: clamp(38px, 3.6603vw, 70px);
    }

    .beneficios h2 {
        font-size: clamp(30px, 2.9283vw, 56px);
    }

    .conteiner-colunas-beneficios {
        flex-direction: row;
        justify-content: space-between;
        gap: clamp(48px, 6.0029vw, 120px);
    }

    .coluna-texto-beneficios {
        flex: 1 1 0;
        gap: clamp(15px, 1.4641vw, 28px);
    }

    .itens-beneficios {
        gap: clamp(11px, 1.0981vw, 21px);
    }

    .itens-beneficios img {
        width: clamp(32px, 3.0691vw, 59px);
        height: clamp(32px, 3.0691vw, 59px);
    }

    .texto-itens-beneficios {
        max-width: clamp(240px, 23.4261vw, 450px);
        gap: 0;
    }

    .span-titulo-itens-beneficios {
        font-size: clamp(16px, 1.4641vw, 28px);
    }

    .span-descricao-itens-beneficios {
        font-size: clamp(12px, 1.0981vw, 21px);
    }
}
/* resultados */

.resultados {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(30px, calc(5.2478vw + 13.344px), 48px);
    padding: clamp(56px, calc(10.4956vw + 19.688px), 92px) clamp(23px, 7.25vw, 56px);
}

.resultados h2 {
    font-weight: 600;
    font-size: clamp(21px, calc(3.207vw + 10.7362px), 32px);
    line-height: 1.18;
    color: #404040;
    text-align: center;
    opacity: 0.88;
}

.resultados .quebra-linha {
    display: none;
}

.conteiner-resultados {
    --resultado-card-width: min(100%, clamp(300px, calc(26.2391vw + 198.334px), 390px));
    --resultado-edge-offset: calc((100% - var(--resultado-card-width)) / 2);
    display: flex;
    box-sizing: border-box;
    width: 100%;
    gap: clamp(16px, calc(2.9155vw + 6.609px), 26px);
    padding: 4px var(--resultado-edge-offset) clamp(14px, calc(2.3324vw + 6.0875px), 22px);
    overflow-x: auto;
    scroll-padding-inline: var(--resultado-edge-offset);
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

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

.controles-resultados {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, calc(1.1662vw + 4.0875px), 12px);
    width: 100%;
    margin-top: clamp(-12px, calc(-1.1662vw - 3.9125px), -8px);
}

.card-resultados {
    display: flex;
    flex: 0 0 var(--resultado-card-width);
    flex-direction: column;
    gap: clamp(24px, calc(4.0816vw + 10.6735px), 38px);
    min-height: clamp(300px, calc(23.3236vw + 200.873px), 380px);
    height: auto;
    border: solid 1px #ccc;
    border-radius: clamp(22px, calc(3.4985vw + 10.1312px), 34px);
    padding: clamp(20px, calc(3.4985vw + 8.1312px), 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;
}

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

.span-titulo-card-resultados {
    color: #297CF6;
    font-size: clamp(24px, calc(2.9155vw + 11.609px), 34px);
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
}

.span-descricao-card-resultados {
    font-weight: 400;
    font-size: clamp(14px, calc(0.8746vw + 10.3047px), 17px);
    line-height: 1.5;
    color: #555;
}

.button-controle-resultados {
    width: clamp(9px, calc(0.8746vw + 5.3047px), 12px);
    height: clamp(9px, calc(0.8746vw + 5.3047px), 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;
}

.button-controle-resultados.active {
    width: clamp(28px, calc(2.3324vw + 20.0875px), 36px);
    background: #297CF6;
    transform: translateY(-1px);
}

@media (min-width: 768px) {
    .conteiner-resultados {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(24px, 3.125vw, 32px);
        padding: 0;
        overflow: visible;
        scroll-snap-type: none;
    }

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

    .controles-resultados {
        display: none;
    }
}

@media (min-width: 1024px) {
    .resultados {
        gap: clamp(48px, 4.3924vw, 60px);
        padding: clamp(75px, 7.3206vw, 141px) max(10vw, calc((100vw - 1536px) / 2));
    }

    .resultados h2 {
        font-size: clamp(34px, 2.9283vw, 40px);
    }

    .resultados .quebra-linha {
        display: block;
    }

    .card-resultados:hover {
        transform: translateY(-10px);
    }

    .controles-resultados {
        display: none;
    }
}

@media (min-width: 1201px) {
    .conteiner-resultados {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        justify-items: center;
        justify-content: space-between;
    }

    .card-resultados {
        min-height: 0;
        height: clamp(280px, 20vw, 380px);
        gap: clamp(12px, 0.88vw, 17px);
        width: clamp(220px, 19.03vw, 360px);
    }

    .span-titulo-card-resultados {
        width: clamp(180px, 14.64vw, 280px);
        font-size: clamp(20px, 1.61vw, 31px);
    }

    .span-descricao-card-resultados {
        font-size: clamp(14px, 1.1vw, 21px);
        line-height: 1.4;
    }
}
/* depoimentos */

.depoimentos {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F0F0F0;
    padding: clamp(72px, calc(5.8309vw + 67.2187px), 132px) clamp(23px, 7.25vw, 56px) clamp(104px, calc(8.7464vw + 94.1749px), 180px);
    gap: clamp(36px, calc(4.6647vw + 28.1749px), 56px);
}

.div-cabecalho-depoimentos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, calc(2.3324vw + 0.0875px), 16px);
}

.span-titulo-depoimentos {
    font-size: clamp(14px, calc(1.1662vw + 9.0437px), 18px);
    font-weight: 700;
    color: #444242;
}

.span-subtitulo-depoimentos {
    font-size: clamp(24px, calc(2.9155vw + 11.609px), 34px);
    background: linear-gradient(to bottom, #12263B, #3168A1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    font-weight: 600;
}

.conteiner-depoimentos {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: clamp(320px, calc(16.035vw + 251.852px), 430px);
    height: clamp(235px, calc(21.8659vw + 156.3338px), 310px);
    padding: clamp(34px, calc(6.9971vw + 6.2624px), 58px) 0 0;
    gap: clamp(16px, calc(3.4985vw + 5.1312px), 28px);
    background: #fff;
    border-radius: clamp(22px, calc(3.4985vw + 10.1312px), 34px);
}

.div-pessoa-depoimentos {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 90%;
}

.span-pessoa-depoimentos {
    font-size: clamp(22px, calc(2.9155vw + 9.609px), 32px);
    color: #716F6F;
    font-weight: 800;
    text-align: center;
}

.span-descricao-pessoa-depoimentos {
    font-size: clamp(12px, calc(1.1662vw + 7.0437px), 16px);
    color: #7D7D7D;
    font-style: italic;
    font-weight: 500;
    text-align: center;
}

.depoimentos p {
    color: #12263B;
    font-weight: 500;
    max-width: 92%;
    font-size: clamp(16px, calc(1.7493vw + 8.5656px), 22px);
    line-height: 1.35;
    text-align: center;
}

.botao-video-depoimentos {
    cursor: pointer;
    position: absolute;
    bottom: clamp(-30px, calc(-4.3732vw - 0.3717px), -15px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, calc(1.7493vw + 2.5656px), 16px);
    color: white;
    font-weight: 500;
    font-size: clamp(14px, calc(1.1662vw + 9.0437px), 18px);
    background-color: #0063F3;
    border: none;
    border-radius: 60px;
    padding: clamp(13px, calc(1.4577vw + 6.8047px), 18px) clamp(22px, calc(2.9155vw + 9.609px), 32px);
    text-decoration: none;
    transition: transform 0.3s ease;
}

.botao-video-depoimentos:hover {
    transform: translateY(-2px);
}

.botao-video-depoimentos:hover .icone-seta-botao-depoimentos {
    transform: translateX(3px);
}

.icone-seta-botao-depoimentos {
    width: clamp(20px, calc(1.7493vw + 12.5656px), 26px);
    height: clamp(20px, calc(1.7493vw + 12.5656px), 26px);
    flex: 0 0 clamp(20px, calc(1.7493vw + 12.5656px), 26px);
    display: block;
    filter: brightness(0) invert(1);
    transition: transform 0.25s ease;
}
.lightbox {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 999;
}

.lightbox.is-open {
    visibility: visible;
    opacity: 1;
}

.lightbox-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    background: #000;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    z-index: 99;
    border-radius: 10px;
    overflow: hidden;
}

.video-container {
    position: relative;
    height: 0;
    padding-top: 56.25%; 
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.close-lightbox {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    backdrop-filter: blur(8px);
    z-index: 3;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.close-lightbox::before,
.close-lightbox::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 999px;
}

.close-lightbox::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-lightbox::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.close-lightbox:hover {
    background: rgba(255, 255, 255, 0.24);
    transform: scale(1.04);
}

.close-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: default;
}

@media (min-width: 1024px) {
    .depoimentos {
        padding: clamp(77px, 7.3206vw, 141px) max(10vw, calc((100vw - 1536px) / 2)) clamp(115px, 10.9809vw, 211px);
    }

    .span-titulo-depoimentos {
        font-size: clamp(15px, 1.4641vw, 28px);
    }

    .span-subtitulo-depoimentos {
        font-size: clamp(30px, 2.9283vw, 56px);
    }

    .conteiner-depoimentos {
        max-width: none;
        width: clamp(502px, 49.0483vw, 942px);
        height: clamp(240px, 23.4261vw, 450px);
        padding: clamp(45px, 4.3924vw, 84px) 0 0;
    }

    .div-pessoa-depoimentos {
        padding: 0;
    }

    .span-pessoa-depoimentos {
        font-size: clamp(26px, 2.5622vw, 49px);
    }

    .span-descricao-pessoa-depoimentos {
        font-size: clamp(15px, 1.4641vw, 28px);
    }

    .depoimentos p {
        font-size: clamp(19px, 1.8302vw, 35px);
        max-width: clamp(375px, 36.6032vw, 703px);
        line-height: 1.33;
    }

    .botao-video-depoimentos {
        padding: clamp(19px, 1.8302vw, 35px) clamp(38px, 3.6603vw, 70px);
        font-size: clamp(17px, 1.6105vw, 31px);
    }

    .icone-seta-botao-depoimentos {
        width: clamp(25px, 2.4158vw, 46px);
        height: clamp(25px, 2.4158vw, 46px);
        flex-basis: clamp(25px, 2.4158vw, 46px);
        display: block;
    }
}
/* 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);
    }
}
