@font-face {
    font-family: "Northlane";
    font-style: normal;
    font-weight: normal;
    src: local("Northlane"), url("../assets/fonts/Northlane-One.otf") format("opentype");
}

.global {
    margin-bottom: 0 !important;
}

/**
* Banner
*/

#banner {
    background: url('../assets/images/banner-lp3-bg.png') no-repeat center top;
    background-size: cover;
}

.lp6-banner {
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
}

.lp6-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    position: relative;
}

.lp6-banner-logo {
    position: absolute;
    top: 0;
}

.lp6-left-conteudo h1 {
    font-size: 3rem;
    color: #fff;
    width: 60%;
    margin-bottom: 50px;
    font-family: "Gilroy-Bold", sans-serif;
}

.lp6-right-conteudo {
    background: #2300F6;
    border-radius: 30px;
    padding: 30px 45px;
    min-width: 490px;
}

.lp6-right-conteudo-head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.lp6-right-conteudo-head h3 {
    font-family: "Gilroy-Medium", sans-serif;
    font-size: 31px;
    line-height: 107%;
    color: #fff;
}

.lp6-right-conteudo-head h3 span {
    font-family: "Gilroy-Bold", sans-serif;
}

.lp6-right-conteudo-body form label {
    color: #fff;
    margin-bottom: 0.3rem;
    font-size: 15px;
}

.lp6-right-conteudo-body form label span {
    color: red;
}

.lp6-right-conteudo-body form div.form-group + div.form-group {
    margin-top: 10px;
}

.lp6-right-conteudo-body form button {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "Northlane", sans-serif;
    justify-content: center;
    align-items: center;
    text-transform: lowercase;
    color: var(--bs-primary);
    line-height: 113%;
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 13px;
    padding: 17px;
    border-radius: 20.39px;
}

.lp6-right-conteudo-body form button span {
    margin-bottom: -2px;
}

.lp6-right-conteudo-foot div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lp6-right-conteudo-foot div p {
    color: #fff;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    margin: 0;
}

@media (max-width: 1199.98px) {
    .lp6-right-conteudo {
        min-width: 470px;
        padding: 30px 50px;
    }

    .lp6-left-conteudo h1 {
        font-size: 2.5rem;
    }

    .lp6-left-conteudo svg {
        width: 320px;
    }

    .lp6-right-conteudo-head h3 {
        font-size: 1.6rem;
    }

    .lp6-right-conteudo-body input.form-control,
    .lp6-right-conteudo-body form button {
        padding: 14px;
    }
}

@media (max-width: 991.98px) {
    .lp6-banner {
        padding: 40px 0 50px;
        flex-direction: column;
    }

    .lp6-right {
        margin-top: 30px;
    }

    .lp6-banner-logo {
        position: initial;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .lp6-right-conteudo {
        min-width: auto;
        padding: 30px;
    }
}

@media (max-width: 400px) {
    .lp6-right-conteudo-head img {
        display: none;
    }
}

/**
* Detalhes
*/

.lp6-detalhes {
    padding: 70px 0;
}

.lp6-detalhes .lp6-detalhes-sessao + .lp6-detalhes-sessao {
    margin-top: 100px;
}

.lp6-detalhes-sessao {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.lp6-detalhes-img {
    border-radius: 30px;
}

.lp6-detalhes-texto h2 {
    font-size: 34px;
    color: #170030;
    line-height: 110%;
    margin-bottom: 20px;
}

.lp6-detalhes-texto p {
    margin: 0;
    color: #5E5E5E;
    margin-bottom: 15px;
}

@media (max-width: 1199.98px) {
    .lp6-detalhes-sessao {
        gap: 50px;
        flex-direction: column;
        align-items: center;
    }

    .lp6-detalhes div.lp6-detalhes-sessao:last-child .lp6-detalhes-img {
        order: 2;
    }
}

@media (max-width: 575.98px) {
    .lp6-detalhes {
        padding: 40px 0;
    }

    .lp6-detalhes div.lp6-detalhes-sessao .lp6-detalhes-img img {
        width: 100%;
    }

    .lp6-detalhes .lp6-detalhes-sessao + .lp6-detalhes-sessao {
        margin-top: 60px;
    }
}

/**
* Diferenciais
*/

.lp6-diferenciais {
    padding: 30px 0
}

.lp6-diferenciais h1 {
    text-align: center;
    color: #170030;
    margin-bottom: 50px;
    font-size: 39px;
}

.details-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 auto;
}

details {
    background-color: #5448c21A;
    border-radius: 30px;
    padding: 30px;
    height: fit-content;
}

summary {
    list-style: none;
    font-weight: bold;
    color: var(--bs-primary);
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    line-height: 130%;
    font-size: 18px;
}

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    content: ""; /* String vazia, necessária para o pseudo-elemento */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("../assets/images/seta-pra-baixo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

details[open] summary::after {
    background-image: url("../assets/images/seta-pra-cima.png");
}

details p {
    margin-top: 15px;
    color: #343434;
    line-height: 130%;
    font-size: 16px;
    margin-bottom: 0;
}

details p br {
    content: "";
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
    .details-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .details-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .lp6-diferenciais h1 {
        text-align: start;
    }

    summary {
        font-size: 18px;
    }

    .lp6-banner-card {
        width: 46% !important;
        padding: 15px !important;
    }

    .lp6-banner-cards {
        flex-wrap: wrap;
        top: 65px;
    }

    .lp6-banner-card img {
        width: 50px !important;
    }

    .lp6-banner-card h2 {
        font-size: 30px !important;
    }

    .lp6-detalhes-texto h2 {
        font-size: 26px !important;
        text-align: center;
    }

    .lp6-diferenciais h1 {
        font-size: 26px !important;
        text-align: center;
    }

    .lp6-comparativo h2 {
        font-size: 26px !important;
    }

    .tabela-comparativo td {
        font-size: 14px !important;
        padding: 18px 0 !important;
    }

    .lp6-calculadora-crescimento h2 {
        font-size: 26px !important;
    }

    .btn-cta-calculadora .btn {
        padding: 10px !important;
    }

    .details-container details {
        padding: 21px !important;
    }

    .lp6-right-conteudo {
        padding: 20px 30px !important;
    }

    .lp6-right-conteudo-head h3 {
        font-size: 21px !important;
    }

    .lp6-right-conteudo-body input.form-control {
        padding: 8px 14px !important;
    }

    .lp6-right-conteudo-body form label {
        font-size: 14px !important;
    }

    .lp6-right-conteudo-body form button {
        padding: 10px 14px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .lp6-right-conteudo-head {
        margin-bottom: 10px;
    }

    .lp6-banner-card p {
        font-size: 15px;
        text-align: center;
    }

    .lp6-diferenciais {
        padding-bottom: 0;
    }

    .lp6-right-conteudo {
        padding: 20px 30px !important;
    }

    .lp6-right-conteudo-head h3 {
        font-size: 21px !important;
    }

    .lp6-right-conteudo-body input.form-control {
        padding: 8px 14px !important;
    }

    .lp6-right-conteudo-body form label {
        font-size: 14px !important;
    }

    .lp6-right-conteudo-body form button {
        padding: 10px 14px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .lp6-right-conteudo-head {
        margin-bottom: 10px;
    }

    .lp6-left-conteudo h2 {
        text-align: center;
        font-size: 26px !important;
        margin-top: 40px;
    }

    .lp6-left-conteudo {
        padding-right: 0 !important;
    }

    .seta-para-baixo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0 0 0;
        animation: bounceDown 1.5s infinite;
    }

    @keyframes bounceDown {
        0%, 100% { transform: translateY(0);}
        50% { transform: translateY(12px);}
    }

    .seta-para-baixo svg {
        filter: drop-shadow(0 2px 8px #0002);
        height: 60px;
        width: 60px;
    }

    .table-coluna-1 {
        width: 30% !important;
    }

    .tabela-comparativo td:last-child {
        padding-right: 5px !important;
    }

    .tabela-comparativo td:first-child {
        padding-left: 5px !important;
    }

    #valor-faturamento {
        font-size: 19px !important;
    }

    .resultado-box {
        font-size: 17px !important;
    }
}

/**
* Oferta exclusiva
*/

.lp6-oferta-exclusiva {
    margin-top: 100px;
}

.lp6-oferta-exclusiva-conteudo {
    display: flex;
    justify-content: space-between;
    gap: 120px;
}

.lp6-oec-left img {
    border-radius: 30px;
}

.lp6-oec-right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.lp6-oec-right div h1 {
    font-size: 2.8rem;
    color: var(--bs-primary);
    line-height: 110%;
    margin-bottom: 20px;
}

.lp6-oec-right div p {
    color: #5E5E5E;
    font-size: 1.02rem;
    line-height: 150%;
    letter-spacing: -0.3px;
    margin-bottom: 30px;
}

.lp6-oec-right a {
    /* width: 100%; */
    /* font-family: "Northlane", sans-serif; */
    justify-content: center;
    align-items: center;
    /* text-transform: capitalize; */
    color: var(--bs-primary);
    /* line-height: 113%; */
    /* font-weight: 100; */
    /* letter-spacing: 2px; */
    font-size: 13px;
    padding: 17px;
    border-radius: 20.39px;
}

.lp6-oec-right a span {
    margin-bottom: -2px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
}

@media (max-width: 1399.98px) {
    .lp6-oec-left {
        width: 500px;
    }

    .lp6-oec-left img {
        width: 100%;
    }

    .lp6-oec-right {
        flex: 1;
    }
}

@media (max-width: 1199.98px) {
    .lp6-oferta-exclusiva {
        margin-top: 50px;
    }

    .lp6-oferta-exclusiva-conteudo {
        gap: 40px;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .lp6-oec-left {
        width: 100%;
    }

    .lp6-oec-right div h1 {
        font-size: 2.3rem;
    }
}

/**
* Contratação
*/

.lp6-contratacao {
    margin-top: 100px;
}

.lp6-contratacao-conteudo {
    background: var(--bs-primary);
    border-radius: 30px;
    height: 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    gap: 60px;
}

.lp6-contratacao-conteudo h3 {
    font-size: 39.6px;
    line-height: 110%;
    color: #fff;
    flex: 1;
}

.lp6-contratacao-conteudo a {
    height: 105px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20.39px;

    font-family: 'Northlane', sans-serif;
    font-size: 18px;
    line-height: 114%;
    letter-spacing: 4px;
    color: var(--bs-primary);
    font-weight: 100;
}

.lp6-contratacao-conteudo a span {
    margin-bottom: -2px;
}

.lp6-contratacao-texto p {
    margin-top: 100px;
    text-align: center;
    color: #5E5E5E;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.3px;
}

@media (max-width: 1399.98px) {
    .lp6-contratacao-conteudo h3 {
        font-size: 35px;
    }
}

@media (max-width: 1199.98px) {
    .lp6-contratacao-conteudo h3 {
        font-size: 30px;
    }
}

@media (max-width: 991.98px) {
    .lp6-contratacao-conteudo {
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        align-items: center;
        padding: 40px;
    }

    .lp6-contratacao-conteudo h3 {
        flex: none;
        text-align: center;
    }

    .lp6-contratacao,
    .lp6-contratacao-texto p {
        margin-top: 50px;
    }
}

@media (max-width: 767.98px) {
    .lp6-contratacao-conteudo {
        height: auto;
        gap: 20px;
    }

    .lp6-contratacao-conteudo h3 {
        font-size: 20px;
    }

    .lp6-contratacao-conteudo a {
        width: 100%;
        font-size: 14px;
        height: 50px;
    }
}

/**
* Footer
*/

.lp6-footer {
    margin-top: 100px;
    padding: 100px;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    border-color: #F0E2E2;
}

.lp6-footer-conteudo {
    display: flex;
    justify-content: space-between;
}

.lp6-footer-left {
    width: 50%;
}

.lp6-footer-left h2 {
    font-size: 39px;
    line-height: 110%;
    color: var(--bs-primary);
    margin-bottom: 15px;
}

.lp6-footer-left p {
    color: #5E5E5E;
    line-height: 150%;
    font-size: 16px;
    margin-bottom: 25px;
}

.lp6-footer-left a {
    width: 100%;
    border-radius: 20.39px;
    color: var(--bs-primary);
    justify-content: center;
    font-family: 'Northlane', sans-serif;
    letter-spacing: 3px;
    font-weight: 500;
    line-height: 113%;
}

.lp6-footer-right div {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.lp6-footer-right div a {
    text-decoration: none;
    color: var(--bs-primary);
    font-size: 18px;
    font-weight: bold;
}

.lp6-subconteudo {
    padding: 100px;
    border-top: 1px solid currentColor;
    border-color: #F0E2E2;
}

.lp6-footer-subconteudo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1199.98px) {
    .lp6-footer-left h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .lp6-footer-conteudo {
        flex-direction: column;
        gap: 50px;
    }

    .lp6-footer-left {
        width: 100%;
    }

    .lp6-footer {
        margin-top: 50px;
    }

    .lp6-footer,
    .lp6-subconteudo {
        padding: 50px 0;
    }
}

@media (max-width: 575.98px) {
    .lp6-footer-left p {
        font-size: 14px;
    }

    .lp6-footer-left a {
        font-size: 14px;
    }

    .lp6-footer-right div a {
        font-size: 16px;
    }

    .lp6-footer-subconteudo div:first-child {
        display: flex;
        flex-direction: column;
        font-size: 14px;
    }
}

.lp6-left-conteudo {
    padding-right: 35px;
}

.lp6-left-conteudo h2 {
    font-size: 35px;
    color: #ffffff;
    line-height: 110%;
    margin-bottom: 20px;
}

.lp6-left-conteudo p {
    color: #ffffff;
}

.lp6-left-conteudo .botao-cta {
    display: block;
    margin-top: 30px;
}

.lp6-left-conteudo .botao-cta button {
    border-radius: 20.39px;
    color: var(--bs-primary);
}

.lp6-banner-cards {
    display: flex;
    justify-content: center;
    gap: 27px;
    position: relative;
    top: 80px;
    margin-bottom: 80px;
}

.lp6-banner-card {
    background: #fff;
    padding: 20px;
    display: flex;
    min-width: 20%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 27px;
    border: 2px solid var(--bs-primary);
    box-shadow: 8px 13px 38px 0 rgba(0, 0, 0, 0.20);
}

.lp6-banner-card h2 {
    color: #8011FF;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 129%;
    letter-spacing: -0.52px;
}

.lp6-banner-card p {
    color: #8011FF;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 113%;
    letter-spacing: -0.214px;
}


.texto-checklist {
    flex: 0 0 28px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #16A34A;
    display: inline-grid;
    place-items: center;
    box-shadow: 0 4px 10px rgba(22, 163, 74, 0.28);
}

.texto-checklist svg {
    width: 14px;
    height: 14px;
    display: block;
}

.lp6-checklist span {
    color: #fff;
    margin-left: 3px;
}

.lp6-checklist {
    margin-bottom: 5px;
}

.lp6-detalhes-img img {
    max-width: 540px;
}

.lp6-detalhes-texto .lp6-checklist span {
    color: #5E5E5E;
    margin-left: 3px;
}

.container-diferenciais i {
    margin-right: 5px;
}

.lp6-banner-card img {
    width: 65px;
}

.lp6-comparativo {
    padding-top: 80px;
    padding-bottom: 80px;
}

.lp6-comparativo h2 {
    color: #170030;
    font-size: 39px;
    margin-bottom: 10px;
}

.lp6-comparativo p {
    color: #5E5E5E;
    margin-bottom: 50px;
}

.tabela-comparativo td {
    background: #f5fefd !important;
    padding: 18px 10px;
}

.lp6-calculadora-crescimento h2 {
    color: #170030;
    font-size: 39px;
    margin-bottom: 10px;
}

.lp6-calculadora-crescimento p {
    color: #5E5E5E;
    margin-bottom: 50px;
}

.comparativo-tabela {
    background:#f5fefd;
    border-radius: 20px;
    box-shadow: 0 2px 16px #0001;
    overflow-x: auto;
}

.tabela-comparativo {
    width: 100%;
    margin-bottom: 0;
}

.table-coluna-1 {
    width: 40%;
}

.table-coluna-2 {
    width: 30%;
    font-weight: 700;
    color: #170030;
}

.table-coluna-3 {
    width: 30%;
    font-weight: 700;
    color: var(--bs-primary);
}

.calculadora-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 16px #0001;
    padding: 40px;
    /* max-width: 500px; */
    margin: 0 auto;
}

.calculadora-box label {
    font-weight: 600;
}

#faturamento-atual {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}

#valor-faturamento {
    font-size: 1.5rem;
    color: var(--bs-primary);
    margin-bottom: 20px;
}

#percent-crescimento {
    width: 100%;
    margin-bottom: 20px;
    /* background-color: #efefef; */
    padding: 15px 10px;
    /* border: 0; */
    border-radius: 10px;
    margin-top: 10px;
}

.resultado-crescimento {
    margin-top: 30px;
}

.resultado-box {
    background: #e6fff2;
    border-radius: 12px;
    padding: 18px;
    color: #16A34A;
    font-size: 1.2rem;
}

.btn-cta-calculadora {
    width: 100%;
    margin-top: 30px;
    display: block;
    text-align: center;
}

@media(min-width: 992px) {
    .seta-para-baixo {
        display: none;
    }

    .lp6-right-conteudo-head h3 {
        margin-right: 20px;
    }
}

#lp6-form-contato input {
    padding: 13px 26px;
}

.tabela-comparativo th {
    padding: 18px 10px;
}

#lp6-form-contato select {
    border-radius: 5rem;
    padding: 13px 26px;
    font-size: 1rem;
}
