:root {
    --primary-color: #288BE4;
    --even3-azul-escuro: #091F2F;
    --text-color: #d1dae8;
    --title-color: #fff;
    --subtitle-color: #6e7681;
    --hover-color: #84bdec;
    --border-color: rgba(255, 255, 255, 0.1);
    --button-bg: rgba(255, 255, 255, 0.1);
    --button-bg-hover: rgba(255, 255, 255, 0.2);
    --container-max-width: 1200px;
    --font-family: 'Open Sans', sans-serif;
    --transition-standard: all 0.2s ease;
    --spacer: 1rem;
    --spacer-1: 0.25rem;
    --spacer-2: 0.5rem;
    --spacer-3: 1rem;
    --spacer-4: 1.5rem;
    --spacer-5: 3rem;
    --spacer-6: 4rem;
    --spacer-7: 5rem;
    --spacer-8: 6rem;
    --spacer-9: 7rem;
    --spacer-10: 8rem;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --gray-950: #030712;
}

body {
    font-family: 'Open Sans', sans-serif;
}

p {
    font-family: 'Roboto Slab', serif;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: .9rem;
    color: #fff;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .hero-section h1 {
        font-size: 2.1rem;
    }
}

.hero-section h2 {
    font-weight: 400;
    line-height: 30px;
    font-family: 'Roboto Slab',serif;
    color: #d9eff8;
}

@media (max-width: 575.98px) {
    .hero-section h2 {
        font-size: 1rem;
    }
}

.logo-svg {
    max-width: 100px;
}

.bg-dark {
    background-color: #288BE4 !important;
}

.bg-even3-azul-claro {
    background-color: #288BE4 !important;
}

.bg-even3-azul-escuro {
    background-color: #091F2F !important;
}

.f-11 {
    font-size: 11px !important;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}


.f-18 {
    font-size: 18px;
}

.f-21 {
    font-size: 21px;
}

.lista-modulos img {
    max-width: 128px;
    margin-left: -30px;
    margin-bottom: -10px;
}

.separador-hero {
    width: 100%;
    height: auto;
    vertical-align: top
}

    .separador-hero g {
        fill: #288be4
    }

.btn-trial {
    transition: all .3s ease-in-out;
    cursor: pointer;
    text-indent: 0;
    outline: 0;
    border: 2px solid #33D40C !important;
}

    .btn-trial:hover {
        background: #33D40C;
        color: #fff !important;
        border: 2px solid #fff !important;
        text-decoration: none;
    }

.verde-even3 {
    background: #33D40C !important;
}

.btn.btn-success.btn-criar-evento {
    background: #33D40C;
    border: 2px solid #33D40C !important;
    border-radius: 40px;
    color: #fff;
    padding: .7rem !important;
}

    .btn.btn-success.btn-criar-evento:hover {
        background: #33D40C;
        color: #fff !important;
        border: 2px solid #fff !important;
        text-decoration: none;
    }

.btn.btn-secondary.btn-buscar-eventos {
    background: none;
    border: 1px solid #fff !important;
    border-radius: 40px;
    color: #fff;
    padding: .7rem !important;
}

    .btn.btn-secondary.btn-buscar-eventos:hover {
        border-color: #b4bbbd;
        background: rgba(0,0,0,.08);
        text-decoration: none;
        color: #fff !important;
    }

.citacao-cliente {
    color: #45789C;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    font-family: "Open Sans", sans-serif;
    line-height: 40px;
}

.citacao-cliente-wrapper .carousel-indicators .fa-circle {
    cursor: pointer;
    color: #b9b9b9;
    transition: color .2s ease;
    max-width: 2px;
    max-width: 10px;
    margin: 10px;
}

.citacao-cliente-wrapper .quotes, .citacao-cliente-wrapper .toggler {
    vertical-align: middle;
    display: inline-block
}

.citacao-cliente-wrapper .fa-circle {
    max-width: 10px;
    margin: 8px;
    color: #b9b9b9;
    transition: color .2s ease
}

.citacao-cliente-wrapper .toggler {
    text-align: center;
    cursor: pointer;
    padding: 50px 0;
    color: #b9b9b9;
    font-size: 20px;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

    .citacao-cliente-wrapper .toggler:active, .citacao-cliente-wrapper .toggler:hover {
        color: #666
    }

.citacao-cliente-wrapper .quote {
    max-width: 960px;
    margin: auto;
    text-align: center;
    overflow: hidden;
    transition: opacity .5s ease
}

    .citacao-cliente-wrapper .quote .text {
        font-size: 24px;
        color: #45789C;
        font-weight: 700;
        line-height: 30px
    }

@media (min-width: 1200px) {
    .citacao-cliente-wrapper .quote .text {
        font-size: 34px;
        line-height: 40px
    }
}

.citacao-cliente-wrapper .quote .author {
    padding: 20px 0;
    font-size: 16px;
    color: #7d7d7d
}

    .citacao-cliente-wrapper .quote .author .logo {
        margin-left: 10px
    }

.citacao-cliente-wrapper .bottom-togglers {
    text-align: center
}

    .citacao-cliente-wrapper .bottom-togglers .bottom-toggler {
        cursor: pointer;
        color: #b9b9b9;
        transition: color .2s ease
    }

        .citacao-cliente-wrapper .bottom-togglers .bottom-toggler:active, .citacao-cliente-wrapper .bottom-togglers .bottom-toggler:hover {
            color: #666
        }

.lista-modulos .text {
    color: #696969;
    font-size: 1.1em;
    padding-top: 10px;
}

    .lista-modulos .text p {
        margin-bottom: 0;
        color: #696969;
        line-height: 1.7em;
        font-size: 0.95em;
    }

a.saiba-mais {
    color: #696969 !important;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: .04em;
    position: relative;
    display: inline-block;
    font-family: 'Roboto Slab',serif;
    font-size: 14px;
}

    a.saiba-mais:hover {
        color: #007bff !important;
        text-decoration: none;
    }

.lista-modulos .more.text {
    padding-top: 2px;
}

.lista-modulos h2 {
    font-size: 1.2em;
    color: #272e3a;
    font-weight: bold;
    margin-bottom: 10px;
}

.detalha-modulo .card-text {
    color: #696969;
}

.detalha-modulo a.link-modulo {
    font-size: 1em;
    color: #696969;
}

    .detalha-modulo a.link-modulo:hover {
        text-decoration: none;
    }

.detalha-modulo {
    transition: background-color .2s linear;
    border: 1px solid #fff;
}

    .detalha-modulo:hover {
        background-color: #f8f9fa;
        border-radius: 4px;
        border: 1px solid #e9ecef;
    }

.final-cta h3 {
    font-size: 2rem;
}

.final-cta h3 {
    color: #fff;
    font-weight: 700;
}

.final-cta .text-cta {
    font-size: 1.3em;
    line-height: 26px;
    color: #d9eff8 !important;
    font-family: 'Roboto Slab',serif;
}

footer .footer-links ul li {
    margin-top: 15px;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    color: #d1dae8;
    text-decoration: none;
    font-weight: 600;
}

footer h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    line-height: normal;
    margin: 0 0 30px;
    color: #6e7681;
}

footer a {
    color: #d1dae8;
    text-decoration: none;
}

    footer a:hover {
        color: #84bdec;
        text-decoration: none;
    }

footer ul {
    line-height: 1.6875rem;
    list-style: none;
    padding: 0;
}

footer .footer-addon {
    margin-top: 90px;
    color: #6e7681;
}

.footer-addon .logo img {
    opacity: .4;
    margin-top: -12px
}

footer p.cnpj {
    font-size: 0.7rem;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0;
    text-rendering: optimizeLegibility;
}

footer p.email-telefone {
    font-size: 1.2em;
    line-height: 1.5em;
    text-transform: none;
    padding-top: 5px
}

img.logo-associado-1 {
    filter: grayscale(100%);
    width: 100%;
}

img.logo-associado-2 {
    filter: grayscale(100%);
    width: 100%;
    margin-top: 29px;
}

img.logo-associado-3 {
    filter: grayscale(100%);
    width: 100%;
    margin-top: 33px;
    opacity: .5;
}

footer .footer-addon ul li {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 0;
    padding-right: 16px;
}

footer .social-media svg {
    color: #6e7681;
}

.lista-funcionalidades h3.feature-chamada {
    color: #272e3a;
    font-size: 1.8rem;
}

.lista-funcionalidades img.img-funcionalidade {
    box-shadow: 0 2.74416px 2.74416px rgba(0,0,0,.0274351), 0 5.48831px 5.48831px rgba(0,0,0,.0400741), 0 13.7208px 10.9766px rgba(0,0,0,.0499982), 0 20.5812px 20.5812px rgba(0,0,0,.0596004), 0 41.1623px 41.1623px rgba(0,0,0,.0709366), 0 96.0454px 89.1851px rgba(0,0,0,.09);
}

h2.feature-recursos-adicionais {
    font-size: 1.9rem;
}

.lista-funcionalidades p.feature-descricao {
    margin-bottom: 0;
    color: #696969;
    line-height: 1.7em;
    font-size: 1.1rem;
}

.custom-underline {
    display: inline-block;
    position: relative;
}

    .custom-underline .line {
        height: 8px;
        bottom: -5px;
        width: 100%;
        left: 0px;
        position: absolute;
        right: 0px;
        background: url(images/underline-blue.png) center center / 100% 100% no-repeat;
    }

    .custom-underline .line-white {
        height: 8px;
        bottom: -5px;
        width: 100%;
        left: 0px;
        position: absolute;
        right: 0px;
        background: url(images/underline-white.png) center center / 100% 100% no-repeat;
    }

.lista-funcionalidades-extras svg {
    color: #288BE4 !important;
}

.lista-funcionalidades-extras .text {
    font-size: 1.2rem;
    color: #4c4c4c;
}

.lista-funcionalidades img.img-funcionalidade.no-shadow {
    box-shadow: none;
}

.mt--2 {
    margin-top: -2.2rem !important
}

.manual-da-marca .cor-box {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 0 15px;
    position: relative;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.025);
    color: rgba(255,255,255,0);
    transition: color .5s ease;
    font-size: 12px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
}

.manual-da-marca p {
    font-family: 'Roboto Slab',serif;
    color: #696969;
    font-size: 1.08rem;
    font-weight: 300;
    line-height: 1.8rem;
    margin-bottom: 0;
}

.manual-da-marca ul li {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.8em;
    font-family: 'Roboto Slab',serif;
    color: #696969;
    list-style: none;
}

.manual-da-marca h3 {
    font-size: 1.15rem;
}

.manual-da-marca p.open-sans, .manual-da-marca div.open-sans {
    font-family: 'Open Sans', sans-serif !important;
}

.manual-da-marca p.roboto-slab, .manual-da-marca div.roboto-slab {
    font-family: 'Roboto Slab', serif;
}

.manual-da-marca p.thin {
    font-weight: 100;
}

.manual-da-marca p.light {
    font-weight: 300;
}

.manual-da-marca p.regular {
    font-weight: 400;
}

.manual-da-marca p.medium {
    font-weight: 500;
}

.manual-da-marca p.bold {
    font-weight: 700;
}

.manual-da-marca .tipografia-exemplo {
    font-size: 20px;
    letter-spacing: 4px;
}

.img-tabela-preco {
    max-height: 60px;
    max-width: 60px;
}

.pricing-plan {
    border-right: 1px solid #e1f1ff;
    border-left: 1px solid #e1f1ff;
}

@media (max-width: 575.98px) {

    .pricing-plan {
        border: 0;
    }
}

.font-weight-900 {
    font-weight: 900 !important;
}

.navbar-even3 .dropdown-menu .dropdown-item {
    color: #333;
    font-weight: 600;
    padding: 12px;
}

    .navbar-even3 .dropdown-menu .dropdown-item:focus, .navbar-even3 .dropdown-menu .dropdown-item:hover {
        background-color: #091F2F;
        color: white;
        border-radius: 4px;
        transition: background-color 0.1s ease;
    }

.navbar-even3 .dropdown-menu > li > a i {
    margin-right: 6px;
}

.navbar-even3 .dropdown.show .dropdown-menu {
    padding: 20px;
    background-color: white;
}

.navbar-even3 .dropdown.show .dropdown-menu {
    max-height: 600px;
}

.navbar-even3 .dropdown.show .dropdown-menu {
    padding: 20px;
    background-color: white;
}



.dropdown .dropdown-menu {
    transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s, padding 0.4s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    visibility: hidden !important;
    padding: 0;
}

.dropdown.show .dropdown-menu {
    transition: max-height 0.3s, opacity 0.2s, visibility 0s, padding 0s;
    max-height: 190px;
    opacity: 1;
    visibility: visible !important;
    padding: .5rem 0;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}


.dropdown-menu.collapsing {
    display: block;
}

.perguntas-frequentes .card-header {
    color: #39f;
    color: #212B36;
    text-decoration: none;
    text-align: left;
    font-family: 'Roboto Slab', sans-serif;
}

    .perguntas-frequentes .card-header h2 {
        font-size: 1.2rem;
        font-weight: 400;
    }

        .perguntas-frequentes .card-header h2:hover {
            font-weight: 600 !important;
        }

.perguntas-frequentes .card-header {
    background-color: #fff;
    cursor: pointer;
}


.perguntas-frequentes .card-body {
    font-family: 'Roboto Slab', sans-serif;
}

.perguntas-frequentes .card-body {
    color: #333;
}

.encontre-evento .card-img-top {
    width: 100%;
    height: 80px;
    object-fit: cover;
    filter: brightness(0.8);
}

/* Steps01 Component */
.steps-01 {
    background-color: #fff;
    padding: 3rem 0;
}

.steps-01-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #272e3a;
    margin-bottom: 1rem;
    font-family: 'Open Sans', sans-serif;
}

@media (max-width: 767.98px) {
    .steps-01-title {
        font-size: 1.8rem;
    }
}

.steps-01-subtitle {
    max-width: 500px;
    font-size: 1rem;
    color: #696969;
    line-height: 1.6rem;
    font-family: 'Roboto Slab', serif;
}

.steps-01-line {
    position: absolute;
    top: 0.5rem;
    left: 0;
    right: 0;
    padding: 0 15%;
    z-index: 0;
}

@media (max-width: 991.98px) {
    .steps-01-line {
        padding: 0 10%;
    }
}

@media (max-width: 767.98px) {
    .steps-01-line {
        display: none !important;
    }
}

.steps-01-circle {
    width: 64px;
    height: 64px;
    background-color: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 1;
}

.steps-01-number {
    font-size: 1.25rem;
    font-weight: 600;
    color: #4b5563;
    font-family: 'Open Sans', sans-serif;
}

.steps-01-step-title {
    margin-top: 2.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #272e3a;
    line-height: 1.75rem;
    font-family: 'Open Sans', sans-serif;
}

@media (max-width: 767.98px) {
    .steps-01-step-title {
        margin-top: 1.5rem;
    }
}

.steps-01-step-description {
    margin-top: 1rem;
    font-size: 1rem;
    color: #696969;
    line-height: 1.6rem;
    font-family: 'Roboto Slab', serif;
}

.encontre-evento .card-title {
    font-size: 1rem;
    font-weight: bold;
}

.encontre-evento .card-footer {
    font-size: 0.9rem;
}

.max-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.encontre-evento .card-text {
    font-size: 0.875rem;
}

.card-click {
    cursor: pointer;
    transition: all .3s ease-in-out;
}

    .card-click:hover {
        cursor: pointer;
        border: 1px solid #288BE4;
    }

.encontre-evento svg {
    color: #288BE4 !important;
}

    .encontre-evento svg.text-white {
        color: #fff !important;
    }

.section-clientes h3 {
    color: #547381;
}

.section-clientes .logo-clientes img {
    opacity: 0.9;
}

.encontre-evento button svg {
    color: #fff !important;
}


@-moz-keyframes move-is-waiting-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 30px 0px;
    }
}

@-webkit-keyframes move-is-waiting-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 30px 0px;
    }
}

@-o-keyframes move-is-waiting-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 30px 0px;
    }
}

@keyframes move-is-waiting-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 30px 0px;
    }
}

input[type=submit].is-waiting, button.is-waiting, .button.is-waiting, a.is-waiting {
    background-image: -moz-linear-gradient(-45deg, rgba(0,0,0,0.08) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.08) 50%,rgba(0,0,0,0.08) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg, rgba(0,0,0,0.08) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.08) 50%,rgba(0,0,0,0.08) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg, rgba(0,0,0,0.08) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.08) 50%,rgba(0,0,0,0.08) 75%,transparent 75%,transparent);
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    -o-background-size: 30px 30px;
    background-size: 30px 30px;
    -webkit-animation: move-is-waiting-stripes 0.5s linear infinite;
    -moz-animation: move-is-waiting-stripes 0.5s linear infinite;
    -ms-animation: move-is-waiting-stripes 0.5s linear infinite;
    -o-animation: move-is-waiting-stripes 0.5s linear infinite;
    animation: move-is-waiting-stripes 0.5s linear infinite;
    cursor: wait;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.btn.is-waiting {
    background-image: -moz-linear-gradient(-45deg, rgba(0,0,0,0.08) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.08) 50%,rgba(0,0,0,0.08) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg, rgba(0,0,0,0.08) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.08) 50%,rgba(0,0,0,0.08) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg, rgba(0,0,0,0.08) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.08) 50%,rgba(0,0,0,0.08) 75%,transparent 75%,transparent);
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    -o-background-size: 30px 30px;
    background-size: 30px 30px;
    -webkit-animation: move-is-waiting-stripes 0.5s linear infinite;
    -moz-animation: move-is-waiting-stripes 0.5s linear infinite;
    -ms-animation: move-is-waiting-stripes 0.5s linear infinite;
    -o-animation: move-is-waiting-stripes 0.5s linear infinite;
    animation: move-is-waiting-stripes 0.5s linear infinite;
    cursor: wait;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.is-waiting {
    background-image: -moz-linear-gradient(-45deg, rgba(0,0,0,0.08) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.08) 50%,rgba(0,0,0,0.08) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg, rgba(0,0,0,0.08) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.08) 50%,rgba(0,0,0,0.08) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg, rgba(0,0,0,0.08) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.08) 50%,rgba(0,0,0,0.08) 75%,transparent 75%,transparent);
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    -o-background-size: 30px 30px;
    background-size: 30px 30px;
    -webkit-animation: move-is-waiting-stripes 0.5s linear infinite;
    -moz-animation: move-is-waiting-stripes 0.5s linear infinite;
    -ms-animation: move-is-waiting-stripes 0.5s linear infinite;
    -o-animation: move-is-waiting-stripes 0.5s linear infinite;
    animation: move-is-waiting-stripes 0.5s linear infinite;
    cursor: wait;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.encontre-evento .spinner.loading .info .title {
    display: none;
}

.encontre-evento .spinner.loading .info .desc {
    display: none;
}

/*[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}*/

.splash {
    display: none;
}

[ng-cloak].splash {
    display: block !important;
}

.listItem.ng-enter {
    transition: all .8s ease;
    opacity: 0;
}

.listItem.ng-enter-active {
    opacity: 1;
}

.max-1-line {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-flags {
    font-size: 13px;
    background: #0a1822;
    color: white;
    gap: 0.3rem;
}

    .btn-flags a {
        cursor: pointer;
    }

.px-26 {
    padding: 0 26% !important;
}

.bg-color-f6 {
    background-color: var(--gray-100);
}

.border-box-row {
    border-radius: 12px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    border: none;
}

#table-icon-eventos {
    width: 23px;
    height: 25px;
}

#doc-icon-eventos {
    width: 20px;
    height: 26px;
}

#can-icon-eventos {
    width: 25px;
    height: 18px;
    margin-bottom: 1.2rem;
}

.text-primary-custom-iscricoes {
    color: #288be4 !important;
}

.bg-f6 {
    background-color: var(--gray-100);
}

.font-family-sans {
    font-family: 'Open Sans';
}

.border-shadow-eventos > img {
    width: 100%;
}

.border-shadow-eventos {
    -moz-box-shadow: -10px 10px 0px #f5b433;
    -webkit-box-shadow: -10px 10px 0px #f5b433;
    box-shadow: -10px 10px 0px #f5b433;
    -moz-border-radius: 25px;
    -webkit-border-radius: 16px;
}

.py-button-verde {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.fw-semi-bold {
    font-weight: 600;
    font-family: 'Open Sans';
}

.bg-28 {
    background-color: #288BE4;
    color: #fff;
}

.row.col-md-12 > .col-md-3 > img {
    max-width: 200px;
    max-height: 120px;
    padding: 2%;
}

.h-60 {
    min-height: 60px;
}

.funcionalidades.mb-5.pb-5 {
    padding-bottom: 0 !important;
}

.f-op {
    font-family: 'Open Sans' !important;
}

    .f-op > p {
        font-family: 'Open Sans' !important;
    }

a {
    text-decoration: none !important;
}

.row-flag {
    margin-left: 40px;
    margin-top: 12px;
}

.img-bandeira {
    width: 28px;
    border-radius: 4px;
}

.dropdown-countries-lp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.3rem;
}

    .dropdown-countries-lp > .dropdown-item {
        padding: 0.5rem 1.5rem;
    }

    .dropdown-countries-lp > a > .img-bandeira {
        margin-right: 0.8rem;
    }

    .dropdown-countries-lp > a:hover {
        background-color: #c1c4c7;
        transition: all .1s ease;
    }

@media (max-width: 767px) {
    .dropdown-countries-lp {
        display: grid;
        grid-template-columns: 1fr;
    }

    .row-flag {
        margin-top: 1.5rem;
        display: flex;
        justify-content: flex-end;
    }
}

/* =========================
   FOOTER PRINCIPAL
========================= */
.site-footer {
    background-color: var(--primary-color);
    color: var(--text-color);
    font-family: var(--font-family);
    line-height: 1.6;
}

    .site-footer .footer-container {
        max-width: var(--container-max-width);
        margin: 0 auto;
        padding: 0 1rem;
    }

    /* =========================
   SEÇÃO PRINCIPAL
========================= */
    .site-footer .footer-main {
        display: grid;
        grid-template-columns: 1fr 3fr;
        gap: 2rem;
        padding: 4rem 0 1rem;
    }

    /* =========================
   INFORMAÇÕES DA EMPRESA
========================= */
    .site-footer .company-info {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .site-footer .company-branding {
        flex: 1;
    }

    .site-footer .company-logo {
        max-width: 120px;
        height: auto;
    }

    .site-footer .company-address {
        font-family: var(--font-family);
        font-size: 0.7rem;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.9);
        font-style: normal;
        margin: 1rem 0;
    }

    /* =========================
   REDES SOCIAIS
========================= */
    .site-footer .social-media {
        margin: 1.5rem 0;
    }

    .site-footer .social-links {
        display: flex;
        gap: 1rem;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .site-footer .social-links svg {
            width: 24px;
            height: 24px;
            fill: #fff;
            transition: var(--transition-standard);
        }

        .site-footer .social-links a:hover svg {
            fill: #b8d4f7;
            transform: translateY(-2px);
        }

    /* =========================
   PROMOÇÃO DO BLOG
========================= */
    .site-footer .blog-promotion {
        padding: 1rem 0;
    }

    .site-footer .blog-title {
        font-size: 0.8rem;
        color: var(--title-color);
        font-weight: 400;
        margin: 0 0 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid var(--border-color);
        display: inline-block;
    }

    .site-footer .blog-link {
        display: block;
        text-decoration: none;
    }

    .site-footer .blog-image {
        max-width: 110px;
        height: auto;
        border-radius: 0.25rem;
        transition: var(--transition-standard);
    }

    .site-footer .blog-link:hover .blog-image {
        transform: scale(1.05);
    }

    /* =========================
   SELETOR DE PAÍS
========================= */
    .site-footer .country-selector {
        padding: 1rem 0;
    }

    .site-footer .country-dropdown {
        position: relative;
        display: inline-block;
    }

    .site-footer .country-selector-button {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        background: var(--button-bg);
        border: 1px solid rgba(255, 255, 255, 0.3);
        color: var(--title-color);
        font-size: 0.9rem;
        padding: 0.6rem 1.2rem;
        border-radius: 6px;
        cursor: pointer;
        transition: var(--transition-standard);
        font-family: var(--font-family);
        position: relative;
        z-index: 1001;
    }

        .site-footer .country-selector-button:hover {
            background: var(--button-bg-hover);
            transform: translateY(-1px);
        }

        .site-footer .country-selector-button:focus {
            outline: 2px solid var(--hover-color);
            outline-offset: 2px;
        }

    .site-footer .flag-icon {
        width: 20px;
        height: 15px;
        border-radius: 2px;
    }

    .site-footer .chevron-down {
        width: 16px;
        height: 16px;
        fill: currentColor;
        transition: var(--transition-standard);
        margin-left: auto;
    }

    .site-footer .country-dropdown-menu {
        position: absolute;
        bottom: 100%;
        left: 0;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        max-height: 300px;
        overflow-y: auto;
        min-width: 650px;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        pointer-events: none;
    }

    /* Mostrar dropdown no hover e focus */
    .site-footer .country-dropdown:hover .country-dropdown-menu,
    .site-footer .country-dropdown:focus-within .country-dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    /* Rotacionar chevron no hover e focus */
    .site-footer .country-dropdown:hover .chevron-down,
    .site-footer .country-dropdown:focus-within .chevron-down {
        transform: rotate(180deg);
    }

    /* Manter dropdown visível quando navegando por teclado */
    .site-footer .country-dropdown-menu:focus-within {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    /* Efeito hover no botão quando dropdown está aberto */
    .site-footer .country-dropdown:hover .country-selector-button,
    .site-footer .country-dropdown:focus-within .country-selector-button {
        background: var(--button-bg-hover);
        transform: translateY(-1px);
    }

    .site-footer .country-dropdown-content {
        padding: 0.5rem 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .site-footer .dropdown-link {
        display: flex;
        align-items: center;
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
        color: #333;
        text-decoration: none;
        transition: var(--transition-standard);
    }

        .site-footer .dropdown-link:hover,
        .site-footer .dropdown-link:focus {
            background-color: #f8f9fa;
            color: #495057;
        }

        .site-footer .dropdown-link:focus {
            outline: 2px solid var(--primary-color);
            outline-offset: -2px;
        }

        .site-footer .dropdown-link .flag-icon {
            margin-right: 0.75rem;
        }

    /* =========================
   NAVEGAÇÃO DO FOOTER
========================= */
    .site-footer .footer-navigation {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }

    .site-footer .footer-nav-column h2 {
        font-size: 0.8rem;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid var(--border-color);
        color: var(--title-color);
        line-height: normal;
    }

    .site-footer .footer-nav-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .site-footer .footer-nav-links li {
            margin-bottom: 0.4rem;
        }

        .site-footer .footer-nav-links a {
            color: rgba(255, 255, 255, 0.9);
            text-decoration: none;
            display: block;
            padding: 2px 0;
            line-height: 1.4;
            font-weight: 400;
            font-size: 0.9rem;
            transition: var(--transition-standard);
            position: relative;
        }

            .site-footer .footer-nav-links a::before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 2px;
                background: linear-gradient(90deg, var(--hover-color), var(--title-color));
                transition: all 0.3s ease;
            }

            .site-footer .footer-nav-links a:hover {
                color: var(--title-color);
                padding-left: 5px;
                transform: translateY(-1px);
            }

                .site-footer .footer-nav-links a:hover::before {
                    width: 100%;
                }

    /* =========================
   PARCEIROS
========================= */
    .site-footer .partners {
        grid-column: 1 / -1;
        padding-top: 1rem;
        border-top: 1px solid var(--border-color);
    }

    .site-footer .partners-content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .site-footer .partner-logo {
        max-height: 45px;
        height: auto;
        opacity: 0.75;
        filter: brightness(1.1);
        transition: var(--transition-standard);
    }

        .site-footer .partner-logo:hover {
            opacity: 1;
            transform: translateY(-2px);
        }

        .site-footer .partner-logo.manguezal {
            max-width: 100px;
        }

        .site-footer .partner-logo.domo {
            max-width: 110px;
        }

        .site-footer .partner-logo.depositphotos {
            max-width: 110px;
        }

    /* =========================
   RODAPÉ INFERIOR
========================= */
    .site-footer .footer-bottom {
        padding: 1rem 0;
        border-top: 1px solid var(--border-color);
        text-align: center;
    }

    .site-footer .legal-links ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .site-footer .legal-links li {
        display: flex;
        align-items: center;
    }

    .site-footer .legal-links a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        padding: 0 1rem;
        font-size: 0.8rem;
        transition: var(--transition-standard);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
        display: inline-block;
    }

    .site-footer .legal-links li:last-child a {
        border-right: none;
    }

    .site-footer .legal-links a::before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 50%;
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, var(--hover-color), var(--title-color));
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .site-footer .legal-links a:hover {
        color: var(--title-color);
        transform: translateY(-2px);
    }

        .site-footer .legal-links a:hover::before {
            width: 80%;
        }

/* =========================
   WIDGETS TERCEIROS
========================= */
#reputation-ra {
    display: flex;
    align-items: center;
    justify-content: center;
}

#ra-widget-reputation .ra-widget-reputation-holder {
    background: none !important;
}

    #ra-widget-reputation .ra-widget-reputation-holder
    .ra-widget-reputation-content.type-2 .ra-widget-reputation-text {
        color: var(--text-color);
    }

    #ra-widget-reputation .ra-widget-reputation-holder
    .ra-widget-reputation-content.ra-widget-great,
    #ra-widget-reputation .ra-widget-reputation-holder
    .ra-widget-reputation-content.ra-widget-ra-1000 {
        border: 0;
    }

/* =========================
   RESPONSIVIDADE TABLET
========================= */
@media (max-width: 992px) {
    .site-footer .footer-main {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .site-footer .footer-navigation {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .site-footer .company-info {
        text-align: center;
    }

    .site-footer .footer-nav-column h2 {
        text-align: center;
        margin-top: 2rem;
    }

    .site-footer .footer-nav-column {
        text-align: center;
    }

    .site-footer .partners {
        text-align: center;
    }

    .site-footer .social-links {
        justify-content: center;
    }
}

/* =========================
   RESPONSIVIDADE MOBILE
========================= */
@media (max-width: 768px) {
    .site-footer .footer-container {
        padding: 0 0.75rem;
    }

    .site-footer .footer-main {
        padding: 2rem 0 1rem;
        gap: 1.5rem;
    }

    .site-footer .footer-navigation {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .site-footer .footer-nav-column h2 {
        font-size: 1rem;
        margin: 1.5rem 0 0.7rem;
    }

    .site-footer .footer-nav-links li {
        margin-bottom: 0.25rem;
    }

    .site-footer .partners-content {
        gap: 1rem;
    }

    .site-footer .partner-logo {
        max-height: 35px;
    }

    .site-footer .legal-links ul {
        flex-direction: column;
        gap: 0.3rem;
    }

    .site-footer .legal-links a {
        border-right: none;
        display: block;
        padding: 0.3rem 0;
    }

    .site-footer .country-selector-button {
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
    }

    .site-footer .country-dropdown-menu {
        min-width: 280px;
    }

    .site-footer .country-dropdown-content {
        grid-template-columns: 1fr;
    }
}

/* =========================
   RESPONSIVIDADE MOBILE PEQUENO
========================= */
@media (max-width: 575px) {
    .site-footer .footer-container {
        padding: 0 0.5rem;
    }

    .site-footer .company-logo {
        max-width: 100px;
    }

    .site-footer .company-address {
        font-size: 0.6rem;
    }

    .site-footer .social-links svg {
        width: 20px;
        height: 20px;
    }

    .site-footer .footer-nav-column h2 {
        font-size: 0.95rem;
        margin: 1.2rem 0 0.5rem;
    }

    .site-footer .footer-nav-links a {
        font-size: 0.8rem;
        padding: 1px 0;
    }

    .site-footer .footer-nav-links li {
        margin-bottom: 0.2rem;
    }

    .site-footer .blog-image {
        max-width: 100px;
    }

    .site-footer .partners {
        margin-top: 0.8rem;
        padding-top: 0.8rem;
    }

    .site-footer .partners-content {
        gap: 0.8rem;
    }
}

/* =========================
   SCROLLBAR CUSTOMIZADO
========================= */
.site-footer .country-dropdown-menu {
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

    .site-footer .country-dropdown-menu::-webkit-scrollbar {
        width: 6px;
    }

    .site-footer .country-dropdown-menu::-webkit-scrollbar-track {
        background: transparent;
    }

    .site-footer .country-dropdown-menu::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 3px;
    }

        .site-footer .country-dropdown-menu::-webkit-scrollbar-thumb:hover {
            background-color: #999;
        }

.divisor svg {
    fill: #288BE4;
}

.custom-shape-divider-top-1673384986 {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

    .custom-shape-divider-top-1673384986 svg {
        position: relative;
        display: block;
        width: calc(140% + 1.3px);
        height: 52px;
    }

.navbar-even3 {
    padding-bottom: 0 !important;
}

/*#region Base das Funcionalidades */

.func-title {
    font-family: "Open Sans", sans-serif;
    margin-top: 0.5rem;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #111827;
    line-height: 1.15;
}

@media (min-width: 576px) {
    .func-title {
        font-size: 2.8rem;
    }
}

.func-pre-title {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0;
}

.func-description {
    font-family: "Roboto Slab", serif;
    margin-top: 1.5rem;
    font-size: 1.11rem;
    line-height: 1.65;
    color: #374151;
}

.func-hero-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

@media (min-width: 576px) {
    .func-hero-section {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
}

feature-link a {
}

/*#endregion */
/*#region Funcionalidade 02 */
.func02-wrapper .func02-content-col {
    padding-top: 1rem;
    padding-right: 2rem;
}

@media (min-width: 992px) {
    .func02-wrapper .func02-content-col {
        padding-top: 1rem;
    }
}

.func02-wrapper .func02-content-inner {
    max-width: 32rem;
}

@media (min-width: 992px) {
    .func02-wrapper .func02-content-inner {
        max-width: 28rem;
    }
}


.func02-wrapper .func02-title {
    font-family: "Open Sans", sans-serif;
    margin-top: 0.5rem;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #111827;
    line-height: 1.15;
}

@media (min-width: 576px) {
    .func02-wrapper .func02-title {
        font-size: 3rem;
    }
}

.func02-wrapper .func02-feature-list {
    margin-top: 2.5rem;
}

.func02-wrapper .func02-feature-item {
    padding-left: 2.25rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #4b5563;
}

    .func02-wrapper .func02-feature-item:last-child {
        margin-bottom: 0;
    }

    .func02-wrapper .func02-feature-item dt {
        font-family: "Open Sans", sans-serif;
        color: #111827;
    }

    .func02-wrapper .func02-feature-item dd {
        font-family: "Roboto Slab", serif;
        margin-bottom: 0;
    }

.func02-wrapper .func02-icon {
    top: 0.25rem;
    left: 0;
    font-size: 1.125rem;
    color: var(--primary-color);
}

.func02-wrapper .func02-image-col {
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .func02-wrapper .func02-image-col {
        margin-top: 0;
    }
}

.func02-wrapper .func02-screenshot {
    max-width: none;
    width: 48rem;
    border-radius: 0.75rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(156, 163, 175, 0.1);
}

@media (min-width: 992px) {
    .func02-wrapper .func02-screenshot {
        margin-left: -1rem;
    }
}
/*#endregion */

/*#region Funcionalidade 03 */

.func03-wrapper .func03-screenshot-container {
    padding-top: 4rem;
}

.func03-wrapper .func03-screenshot {
    margin-bottom: -12%;
    border-radius: 0.75rem !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(17, 24, 39, 0.1);
}

.func03-wrapper .func03-gradient-overlay {
    position: absolute;
    left: -5rem;
    right: -5rem;
    bottom: 0;
    height: 7%;
    background: linear-gradient(to top, #ffffff, transparent);
}

.func03-wrapper .func03-feature-item {
    padding-left: 2.25rem;
}

.func03-wrapper .func03-feature-icon {
    top: 0.25rem;
    left: 0.25rem;
}

.func03-wrapper .func03-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--primary-color);
}

.func03-wrapper .func03-feature-item dt {
    font-family: "Open Sans", sans-serif;
    color: #111827;
}

.func03-wrapper .func03-feature-item dd {
    font-family: "Roboto Slab", serif;
    margin-bottom: 0;
}

/*#endregion */




/* ========================================
   Funcionalidade 04 - Bootstrap Styles
   ======================================== */
.func04-wrapper .func04-hero-section {
    padding-top: 6rem;
    padding-bottom: 8rem;
}

@media (min-width: 576px) {
    .func04-wrapper .func04-hero-section {
        padding-top: 8rem;
    }
}

.func04-wrapper .func04-title {
    font-family: "Open Sans", sans-serif;
    max-width: 46rem;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #111827;
    line-height: 1.15;
}

@media (min-width: 576px) {
    .func04-wrapper .func04-title {
        font-size: 2.8rem;
    }
}

.func04-wrapper .func04-screenshot-container {
    position: relative;
    margin-top: 4rem;
    height: 36rem;
}

@media (min-width: 576px) {
    .func04-wrapper .func04-screenshot-container {
        height: auto;
        width: calc(100% - 4rem);
    }
}

.func04-wrapper .func04-screenshot-frame {
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    border-radius: 1rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.func04-wrapper .func04-screenshot {
    height: 100%;
    border-radius: 0.75rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* ========================================
   Funcionalidade 05 - Bootstrap Styles
   ======================================== */
.func05-wrapper .func05-hero-section {
    padding-top: 6rem;
    padding-bottom: 8rem;
}

@media (min-width: 576px) {
    .func05-wrapper .func05-hero-section {
        padding-top: 8rem;
    }
}

.func05-wrapper .func05-header {
    max-width: 42rem;
}

.func05-wrapper .func05-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 600;
    color: #4f46e5;
    margin-bottom: 0;
}

.func05-wrapper .func05-title {
    font-family: "Open Sans", sans-serif;
    margin-top: 0.5rem;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #111827;
    line-height: 1.15;
}

@media (min-width: 576px) {
    .func05-wrapper .func05-title {
        font-size: 3rem;
    }
}

.func05-wrapper .func05-description {
    font-family: "Roboto Slab", serif;
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 2;
    color: #4b5563;
}

.func05-wrapper .func05-features {
    margin-top: 4rem;
}

@media (min-width: 576px) {
    .func05-wrapper .func05-features {
        margin-top: 5rem;
    }
}

@media (min-width: 992px) {
    .func05-wrapper .func05-features {
        margin-top: 6rem;
    }
}

.func05-wrapper .func05-feature-col {
    margin-bottom: 4rem;
}

    .func05-wrapper .func05-feature-col:last-child {
        margin-bottom: 0;
    }

@media (min-width: 992px) {
    .func05-wrapper .func05-feature-col {
        margin-bottom: 0;
    }
}

.func05-wrapper .func05-feature-title {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 600;
    color: #111827;
}

.func05-wrapper .func05-icon {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    color: var(--primary-color);
    margin-right: 0.75rem;
}

.func05-wrapper .func05-feature-description {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    font-size: 1rem;
    line-height: 1.75;
    color: #4b5563;
}

.func05-wrapper .func05-feature-text {
    font-family: "Roboto Slab", serif;
    flex: 1 1 auto;
    margin-bottom: 0;
}

.func05-wrapper .func05-feature-link {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

    .func05-wrapper .func05-feature-link a {
        font-size: 0.875rem;
        line-height: 1.5;
        font-weight: 600;
        text-decoration: none;
    }

/* ========================================
   Funcionalidade 06 - Bootstrap Styles
   ======================================== */
.func06-wrapper .func06-hero-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

@media (min-width: 576px) {
    .func06-wrapper .func06-hero-section {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.func06-wrapper .func06-content-col {
    padding-top: 1rem;
    padding-left: 2rem;
}

@media (min-width: 992px) {
    .func06-wrapper .func06-content-col {
        padding-top: 1rem;
        margin-left: auto;
    }
}

.func06-wrapper .func06-content-inner {
    max-width: 32rem;
}

@media (min-width: 992px) {
    .func06-wrapper .func06-content-inner {
        max-width: 28rem;
    }
}

.func06-wrapper .func06-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 600;
    color: #4f46e5;
    margin-bottom: 0;
}

.func06-wrapper .func06-title {
    font-family: "Open Sans", sans-serif;
    margin-top: 0.5rem;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #111827;
    line-height: 1.15;
}

@media (min-width: 576px) {
    .func06-wrapper .func06-title {
        font-size: 3rem;
    }
}

.func06-wrapper .func06-description {
    font-family: "Roboto Slab", serif;
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 2;
    color: #4b5563;
}

.func06-wrapper .func06-feature-list {
    margin-top: 2.5rem;
}

.func06-wrapper .func06-feature-item {
    padding-left: 2.25rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #4b5563;
}

    .func06-wrapper .func06-feature-item:last-child {
        margin-bottom: 0;
    }

    .func06-wrapper .func06-feature-item dt {
        font-family: "Open Sans", sans-serif;
        color: #111827;
    }

    .func06-wrapper .func06-feature-item dd {
        font-family: "Roboto Slab", serif;
        margin-bottom: 0;
    }

.func06-wrapper .func06-icon {
    top: 0.25rem;
    left: 0;
    font-size: 1.125rem;
    color: var(--primary-color);
}

.func06-wrapper .func06-image-col {
    margin-top: 2rem;
    justify-content: flex-end;
}

@media (min-width: 992px) {
    .func06-wrapper .func06-image-col {
        margin-top: 0;
        justify-content: flex-end;
    }
}

.func06-wrapper .func06-screenshot {
    width: 100%;
    max-width: 48rem;
    border-radius: 0.75rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(156, 163, 175, 0.1);
}

@media (min-width: 992px) {
    .func06-wrapper .func06-screenshot {
        width: 48rem;
        max-width: none;
    }
}

/* ========================================
   Funcionalidade 07 - Bootstrap Styles
   ======================================== */
.func07-wrapper .func07-hero-section {
    padding-top: 6rem;
    padding-bottom: 8rem;
}

@media (min-width: 576px) {
    .func07-wrapper .func07-hero-section {
        padding-top: 8rem;
    }
}

.func07-wrapper .func07-header {
    max-width: 42rem;
}

.func07-wrapper .func07-title {
    font-family: "Open Sans", sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #111827;
}

@media (min-width: 576px) {
    .func07-wrapper .func07-title {
        font-size: 3rem;
    }
}

.func07-wrapper .func07-description {
    font-family: "Roboto Slab", serif;
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 2;
    color: #4b5563;
}

.func07-wrapper .func07-features {
    margin-top: 4rem;
}

@media (min-width: 576px) {
    .func07-wrapper .func07-features {
        margin-top: 5rem;
    }
}

@media (min-width: 992px) {
    .func07-wrapper .func07-features {
        margin-top: 6rem;
    }
}

.func07-wrapper .func07-feature-col {
    margin-bottom: 4rem;
}

    .func07-wrapper .func07-feature-col:last-child {
        margin-bottom: 0;
    }

@media (min-width: 992px) {
    .func07-wrapper .func07-feature-col {
        margin-bottom: 0;
    }
}

.func07-wrapper .func07-feature-title {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 600;
    color: #111827;
}

.func07-wrapper .func07-icon-box {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    background-color: var(--primary-color);
    margin-bottom: 1.5rem;
}

    .func07-wrapper .func07-icon-box i {
        font-size: 1.25rem;
        color: #ffffff;
    }

.func07-wrapper .func07-feature-description {
    margin-top: 0.25rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    font-size: 1rem;
    line-height: 1.75;
    color: #4b5563;
}

.func07-wrapper .func07-feature-text {
    font-family: "Roboto Slab", serif;
    flex: 1 1 auto;
    margin-bottom: 0;
}

.func07-wrapper .func07-feature-link {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

    .func07-wrapper .func07-feature-link a {
        font-size: 0.875rem;
        line-height: 1.5;
        font-weight: 600;
        text-decoration: none;
    }

/* ========================================
   Funcionalidade 08 - Bootstrap Styles
   ======================================== */

.func08-wrapper .func08-card {
    background-color: #111827;
    padding: 2.5rem 1.5rem;
    border-radius: 1.5rem;
}

@media (min-width: 576px) {
    .func08-wrapper .func08-card {
        padding: 2.5rem;
        border-radius: 1.5rem;
    }
}

@media (min-width: 992px) {
    .func08-wrapper .func08-card {
        padding: 6rem 3rem;
    }
}

.func08-wrapper .func08-content-col {
    position: relative;
    z-index: 10;
}

.func08-wrapper .func08-content-inner {
    max-width: 28rem;
}

@media (min-width: 992px) {
    .func08-wrapper .func08-content-inner {
        max-width: 28rem;
    }
}

.func08-wrapper .func08-title {
    font-family: "Open Sans", sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #ffffff;
}

@media (min-width: 576px) {
    .func08-wrapper .func08-title {
        font-size: 2.25rem;
    }
}

.func08-wrapper .func08-description {
    font-family: "Roboto Slab", serif;
    margin-top: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #d1d5db;
}

.func08-wrapper .func08-features {
    max-width: 28rem;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
    .func08-wrapper .func08-features {
        margin-top: 2.5rem;
    }
}

.func08-wrapper .func08-feature-list {
    margin-bottom: 0;
}

.func08-wrapper .func08-feature-item {
    padding-left: 2.25rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #d1d5db;
}

    .func08-wrapper .func08-feature-item:last-child {
        margin-bottom: 0;
    }

    .func08-wrapper .func08-feature-item dt {
        font-family: "Open Sans", sans-serif;
        color: #ffffff;
    }

    .func08-wrapper .func08-feature-item dd {
        font-family: "Roboto Slab", serif;
        margin-bottom: 0;
    }

.func08-wrapper .func08-icon {
    top: 0.25rem;
    left: 0.25rem;
    font-size: 1.125rem;
    color: var(--primary-color);
}

.func08-wrapper .func08-image-col {
    margin-top: 2rem;
    position: relative;
    z-index: 5;
}

@media (min-width: 992px) {
    .func08-wrapper .func08-image-col {
        margin-top: 0;
    }
}

.func08-wrapper .func08-screenshot {
    border-radius: 0.75rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.func08-wrapper .func08-gradient-overlay {
    position: absolute;
    top: 50%;
    left: 3rem;
    z-index: 1;
    transform: translateY(-50%);
    filter: blur(48px);
    width: 36rem;
    height: 21rem;
    background: linear-gradient(to top right, #ff80b5, #9089fc);
    opacity: 0.25;
    pointer-events: none;
}

@media (min-width: 992px) {
    .func08-wrapper .func08-gradient-overlay {
        left: auto;
        bottom: -12rem;
        top: auto;
        transform: translateY(0);
    }
}



/* ========================================
   Funcionalidade 09 - Bootstrap Styles
   ======================================== */
.func09-wrapper .func09-hero-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

@media (min-width: 576px) {
    .func09-wrapper .func09-hero-section {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.func09-wrapper .func09-content-col {
    padding-top: 1rem;
    padding-right: 2rem;
}

@media (min-width: 992px) {
    .func09-wrapper .func09-content-col {
        padding-top: 1rem;
    }
}

.func09-wrapper .func09-content-inner {
    max-width: 32rem;
}

@media (min-width: 992px) {
    .func09-wrapper .func09-content-inner {
        max-width: 28rem;
    }
}

.func09-wrapper .func09-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 600;
    color: #4f46e5;
    margin-bottom: 0;
}

.func09-wrapper .func09-title {
    font-family: "Open Sans", sans-serif;
    margin-top: 0.5rem;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #111827;
}

@media (min-width: 576px) {
    .func09-wrapper .func09-title {
        font-size: 3rem;
    }
}

.func09-wrapper .func09-description {
    font-family: "Roboto Slab", serif;
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 2;
    color: #4b5563;
}

.func09-wrapper .func09-feature-list {
    margin-top: 2.5rem;
}

.func09-wrapper .func09-feature-item {
    padding-left: 2.25rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #4b5563;
}

    .func09-wrapper .func09-feature-item:last-child {
        margin-bottom: 0;
    }

    .func09-wrapper .func09-feature-item dt {
        font-family: "Open Sans", sans-serif;
        color: #111827;
    }

    .func09-wrapper .func09-feature-item dd {
        font-family: "Roboto Slab", serif;
        margin-bottom: 0;
    }

.func09-wrapper .func09-icon {
    top: 0.25rem;
    left: 0;
    font-size: 1.125rem;
    color: var(--primary-color);
}

.func09-wrapper .func09-image-col {
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .func09-wrapper .func09-image-col {
        margin-top: 0;
    }
}

.func09-wrapper .func09-image-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #6366f1;
    padding: 2rem 1.5rem 0;
    border-radius: 1.5rem;
}

@media (min-width: 576px) {
    .func09-wrapper .func09-image-wrapper {
        padding: 4rem 0 0 4rem;
        border-radius: 1.5rem;
    }
}

.func09-wrapper .func09-image-overlay {
    position: absolute;
    top: 0;
    left: -0.75rem;
    bottom: 0;
    width: 100%;
    transform-origin: bottom left;
    transform: skewX(-30deg);
    background-color: #e0e7ff;
    opacity: 0.2;
    z-index: -1;
}

.func09-wrapper .func09-screenshot {
    margin-bottom: -3rem;
    max-width: none;
    width: 57rem;
    border-top-left-radius: 0.75rem;
    background-color: #1f2937;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.func09-wrapper .func09-image-ring {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 1.5rem;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

/* ========================================
   Funcionalidade 10 - Bootstrap Styles
   ======================================== */
.func10-wrapper .func10-hero-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

@media (min-width: 576px) {
    .func10-wrapper .func10-hero-section {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.func10-wrapper .func10-content-col {
    padding-top: 1rem;
    padding-right: 2rem;
}

@media (min-width: 992px) {
    .func10-wrapper .func10-content-col {
        padding-top: 1rem;
    }
}

.func10-wrapper .func10-content-inner {
    max-width: 32rem;
}

@media (min-width: 992px) {
    .func10-wrapper .func10-content-inner {
        max-width: 28rem;
    }
}

.func10-wrapper .func10-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 600;
    color: #4f46e5;
    margin-bottom: 0;
}

.func10-wrapper .func10-title {
    font-family: "Open Sans", sans-serif;
    margin-top: 0.5rem;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #111827;
}

@media (min-width: 576px) {
    .func10-wrapper .func10-title {
        font-size: 3rem;
    }
}

.func10-wrapper .func10-description {
    font-family: "Roboto Slab", serif;
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 2;
    color: #374151;
}

.func10-wrapper .func10-cta {
    margin-top: 2rem;
}

.func10-wrapper .func10-btn {
    display: inline-flex;
    background-color: #4f46e5;
    color: #ffffff;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 0.375rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s ease;
}

    .func10-wrapper .func10-btn:hover {
        background-color: #6366f1;
        color: #ffffff;
        text-decoration: none;
    }

.func10-wrapper .func10-quote {
    margin-top: 4rem;
    padding-left: 2rem;
    border-left: 1px solid #e5e7eb;
    color: #374151;
}

.func10-wrapper .func10-quote-text {
    font-family: "Roboto Slab", serif;
    font-size: 1rem;
    line-height: 1.75;
}

    .func10-wrapper .func10-quote-text p {
        margin-bottom: 0;
    }

.func10-wrapper .func10-quote-author {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.func10-wrapper .func10-author-img {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: 1rem;
}

.func10-wrapper .func10-author-name {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #111827;
}

.func10-wrapper .func10-author-role {
    color: #4b5563;
}

.func10-wrapper .func10-image-col {
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .func10-wrapper .func10-image-col {
        margin-top: 0;
    }
}

.func10-wrapper .func10-screenshot {
    max-width: none;
    width: 48rem;
    border-radius: 0.75rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(156, 163, 175, 0.1);
}

@media (min-width: 992px) {
    .func10-wrapper .func10-screenshot {
        margin-left: -1rem;
    }
}

/* ========================================
   Funcionalidade 11 - Bootstrap Styles
   ======================================== */
.func11-wrapper .func11-hero-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

@media (min-width: 576px) {
    .func11-wrapper .func11-hero-section {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.func11-wrapper .func11-title {
    font-family: "Open Sans", sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #111827;
}

@media (min-width: 576px) {
    .func11-wrapper .func11-title {
        font-size: 3rem;
    }
}

.func11-wrapper .func11-header-col {
    margin-bottom: 4rem;
}

@media (min-width: 992px) {
    .func11-wrapper .func11-header-col {
        margin-bottom: 0;
    }
}

.func11-wrapper .func11-feature-list {
    margin-bottom: 0;
}

.func11-wrapper .func11-feature-item {
    margin-bottom: 4rem;
}

    .func11-wrapper .func11-feature-item:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

@media (max-width: 575.98px) {
    .func11-wrapper .func11-feature-item:nth-last-child(2) {
        margin-bottom: 4rem;
    }

    .func11-wrapper .func11-feature-item:last-child {
        margin-bottom: 0;
    }
}

.func11-wrapper .func11-icon-box {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    background-color: var(--primary-color);
    margin-bottom: 1.5rem;
}

    .func11-wrapper .func11-icon-box i {
        font-size: 1.25rem;
        color: #ffffff;
    }

.func11-wrapper .func11-feature-title {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 600;
    color: #111827;
}

.func11-wrapper .func11-feature-description {
    font-family: "Roboto Slab", serif;
    margin-top: 0.25rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #4b5563;
    margin-bottom: 0;
}

/* ========================================
   Funcionalidade 12 - Bootstrap Styles
   ======================================== */
.func12-wrapper .func12-hero-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

@media (min-width: 576px) {
    .func12-wrapper .func12-hero-section {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.func12-wrapper .func12-content-col {
    padding-top: 1rem;
    padding-right: 2rem;
}

@media (min-width: 992px) {
    .func12-wrapper .func12-content-col {
        padding-top: 1rem;
    }
}

.func12-wrapper .func12-content-inner {
    max-width: 32rem;
}

@media (min-width: 992px) {
    .func12-wrapper .func12-content-inner {
        max-width: 28rem;
    }
}

.func12-wrapper .func12-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 600;
    color: #4f46e5;
    margin-bottom: 0;
}

.func12-wrapper .func12-title {
    font-family: "Open Sans", sans-serif;
    margin-top: 0.5rem;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #111827;
}

@media (min-width: 576px) {
    .func12-wrapper .func12-title {
        font-size: 3rem;
    }
}

.func12-wrapper .func12-description {
    font-family: "Roboto Slab", serif;
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 2;
    color: #374151;
}

.func12-wrapper .func12-feature-list {
    margin-top: 2.5rem;
}

.func12-wrapper .func12-feature-item {
    padding-left: 2.25rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #4b5563;
}

    .func12-wrapper .func12-feature-item:last-child {
        margin-bottom: 0;
    }

    .func12-wrapper .func12-feature-item dt {
        font-family: "Open Sans", sans-serif;
        color: #111827;
    }

    .func12-wrapper .func12-feature-item dd {
        font-family: "Roboto Slab", serif;
        margin-bottom: 0;
    }

.func12-wrapper .func12-icon {
    top: 0.25rem;
    left: 0;
    font-size: 1.125rem;
    color: var(--primary-color);
}

.func12-wrapper .func12-image-col {
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .func12-wrapper .func12-image-col {
        margin-top: 0;
    }
}

.func12-wrapper .func12-code-window {
    position: relative;
    overflow: hidden;
    background-color: #6366f1;
    padding: 2rem 1.5rem 0;
    border-radius: 1.5rem;
}

@media (min-width: 576px) {
    .func12-wrapper .func12-code-window {
        padding: 4rem 0 0 4rem;
        border-radius: 1.5rem;
    }
}

.func12-wrapper .func12-image-overlay {
    position: absolute;
    top: 0;
    left: -0.75rem;
    bottom: 0;
    width: 100%;
    transform-origin: bottom left;
    transform: skewX(-30deg);
    background-color: #e0e7ff;
    opacity: 0.2;
    z-index: -1;
}

.func12-wrapper .func12-code-container {
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 0.75rem;
    background-color: #111827;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.func12-wrapper .func12-code-header {
    display: flex;
    background-color: rgba(31, 41, 55, 0.4);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.func12-wrapper .func12-code-tabs {
    display: flex;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
    color: #9ca3af;
}

.func12-wrapper .func12-tab {
    padding: 0.5rem 1rem;
    border-right: 1px solid rgba(75, 85, 99, 0.1);
}

.func12-wrapper .func12-tab-active {
    background-color: rgba(255, 255, 255, 0.05);
    border-right-color: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.func12-wrapper .func12-code-content {
    padding: 1.5rem 1.5rem 3.5rem;
}

.func12-wrapper .func12-image-ring {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 1.5rem;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

/* ========================================
   Funcionalidade 13 - Bootstrap Styles
   ======================================== */
.func13-wrapper .func13-hero-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

@media (min-width: 576px) {
    .func13-wrapper .func13-hero-section {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.func13-wrapper .func13-header-col {
    margin-bottom: 4rem;
}

@media (min-width: 992px) {
    .func13-wrapper .func13-header-col {
        margin-bottom: 0;
    }
}

.func13-wrapper .func13-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 600;
    color: #4f46e5;
    margin-bottom: 0;
}

.func13-wrapper .func13-title {
    font-family: "Open Sans", sans-serif;
    margin-top: 0.5rem;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #111827;
}

@media (min-width: 576px) {
    .func13-wrapper .func13-title {
        font-size: 3rem;
    }
}

.func13-wrapper .func13-description {
    font-family: "Roboto Slab", serif;
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #374151;
}

.func13-wrapper .func13-feature-list {
    margin-bottom: 0;
}

.func13-wrapper .func13-feature-item {
    padding-left: 2.25rem;
    margin-bottom: 2.5rem;
}

    .func13-wrapper .func13-feature-item:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

@media (max-width: 575.98px) {
    .func13-wrapper .func13-feature-item:nth-last-child(2) {
        margin-bottom: 2.5rem;
    }

    .func13-wrapper .func13-feature-item:last-child {
        margin-bottom: 0;
    }
}

.func13-wrapper .func13-icon {
    top: 0.25rem;
    left: 0;
    font-size: 1.125rem;
    color: var(--primary-color);
}

.func13-wrapper .func13-feature-title {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: #111827;
}

.func13-wrapper .func13-feature-description {
    font-family: "Roboto Slab", serif;
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #4b5563;
    margin-bottom: 0;
}

/* ========================================
   Funcionalidade 14 - Bootstrap Styles
   ======================================== */
.func14-wrapper .func14-hero-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

@media (min-width: 576px) {
    .func14-wrapper .func14-hero-section {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.func14-wrapper .func14-header {
    max-width: 42rem;
    margin-bottom: 4rem;
}

.func14-wrapper .func14-title {
    font-family: "Open Sans", sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #111827;
}

@media (min-width: 576px) {
    .func14-wrapper .func14-title {
        font-size: 3rem;
    }
}

.func14-wrapper .func14-description {
    font-family: "Roboto Slab", serif;
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 2;
    color: #374151;
}

.func14-wrapper .func14-feature-list {
    margin-bottom: 0;
}

.func14-wrapper .func14-feature-item {
    margin-bottom: 4rem;
}

@media (min-width: 992px) {
    .func14-wrapper .func14-feature-item:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .func14-wrapper .func14-feature-item:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .func14-wrapper .func14-feature-item:last-child {
        margin-bottom: 0;
    }
}

.func14-wrapper .func14-feature-title {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: #111827;
}

.func14-wrapper .func14-feature-description {
    font-family: "Roboto Slab", serif;
    margin-top: 0.25rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #4b5563;
    margin-bottom: 0;
}

/* ========================================
   Funcionalidade 15 - Bootstrap Styles
   ======================================== */
.func15-wrapper .func15-hero-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

@media (min-width: 576px) {
    .func15-wrapper .func15-hero-section {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.func15-wrapper .func15-header {
    max-width: 42rem;
}

.func15-wrapper .func15-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 600;
    color: #4f46e5;
    margin-bottom: 0;
}

.func15-wrapper .func15-title {
    font-family: "Open Sans", sans-serif;
    margin-top: 0.5rem;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #111827;
}

@media (min-width: 576px) {
    .func15-wrapper .func15-title {
        font-size: 3rem;
    }
}

.func15-wrapper .func15-description {
    font-family: "Roboto Slab", serif;
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 2;
    color: #374151;
}

.func15-wrapper .func15-features {
    max-width: 56rem;
    margin: 4rem auto 0;
}

@media (min-width: 576px) {
    .func15-wrapper .func15-features {
        margin-top: 5rem;
    }
}

@media (min-width: 992px) {
    .func15-wrapper .func15-features {
        margin-top: 6rem;
    }
}

.func15-wrapper .func15-feature-list {
    margin-bottom: 0;
}

.func15-wrapper .func15-feature-item {
    padding-left: 4rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
    .func15-wrapper .func15-feature-item {
        margin-bottom: 4rem;
    }

        .func15-wrapper .func15-feature-item:nth-last-child(-n+2) {
            margin-bottom: 0;
        }
}

@media (max-width: 991.98px) {
    .func15-wrapper .func15-feature-item:last-child {
        margin-bottom: 0;
    }
}

.func15-wrapper .func15-icon-box {
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    background-color: var(--primary-color);
}

    .func15-wrapper .func15-icon-box i {
        font-size: 1.25rem;
        color: #ffffff;
    }

.func15-wrapper .func15-feature-title {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: #111827;
}

.func15-wrapper .func15-feature-description {
    font-family: "Roboto Slab", serif;
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #4b5563;
    margin-bottom: 0;
}

/* ========================================
   Funcionalidade 16 - Bootstrap Styles
   ======================================== */
.func16-wrapper .func16-hero-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

@media (min-width: 576px) {
    .func16-wrapper .func16-hero-section {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.func16-wrapper .func16-header {
    max-width: 42rem;
    margin-bottom: 4rem;
}

.func16-wrapper .func16-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 600;
    color: #4f46e5;
    margin-bottom: 0;
}

.func16-wrapper .func16-title {
    font-family: "Open Sans", sans-serif;
    margin-top: 0.5rem;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #111827;
}

@media (min-width: 576px) {
    .func16-wrapper .func16-title {
        font-size: 3rem;
    }
}

.func16-wrapper .func16-description {
    font-family: "Roboto Slab", serif;
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 2;
    color: #374151;
}

.func16-wrapper .func16-feature-list {
    margin-bottom: 0;
}

.func16-wrapper .func16-feature-item {
    padding-left: 2.25rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #4b5563;
}

@media (min-width: 992px) {
    .func16-wrapper .func16-feature-item:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .func16-wrapper .func16-feature-item:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .func16-wrapper .func16-feature-item:last-child {
        margin-bottom: 0;
    }
}

.func16-wrapper .func16-icon {
    top: 0.25rem;
    left: 0.25rem;
    font-size: 1.125rem;
    color: var(--primary-color);
}

.func16-wrapper .func16-feature-title {
    font-family: "Open Sans", sans-serif;
    color: #111827;
}

.func16-wrapper .func16-feature-description {
    font-family: "Roboto Slab", serif;
}


/* ========================================
   Landing Page Home - Redesign
   ======================================== */

/* --- Animations --- */
@keyframes lpFadeInUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lpPulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(51, 212, 12, 0.4);
    }

    50% {
        box-shadow: 0 0 0 12px rgba(51, 212, 12, 0);
    }
}

/* --- Hero --- */
.lp-hero-title {
    animation: lpFadeInUp 0.7s ease both;
}

.lp-hero-subtitle {
    animation: lpFadeInUp 0.7s ease 0.15s both;
}

.lp-hero-cta {
    animation: lpFadeInUp 0.7s ease 0.3s both;
}

.lp-hero-trust {
    animation: lpFadeInUp 0.7s ease 0.45s both;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.95rem;
}

.lp-btn-pulse {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-size: 1.1rem;
}

    .lp-btn-pulse:hover {
        transform: translateY(-2px);
        animation: lpPulse 1.5s ease infinite;
    }

/* --- Stats Section --- */
.lp-stats-section {
    padding: 3rem 0;
    border-bottom: 1px solid #e9ecef;
}

.lp-stat-item {
    text-align: center;
    padding: 1rem 0;
    position: relative;
}

    .lp-stat-item + .lp-stat-item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 25%;
        height: 50%;
        width: 1px;
        background-color: #e9ecef;
    }

@media (max-width: 767.98px) {
    .lp-stat-item + .lp-stat-item::before {
        display: none;
    }
}

.lp-stat-number {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #272e3a;
    line-height: 1;
}

.lp-stat-label {
    font-family: 'Roboto Slab', serif;
    font-size: 0.9rem;
    color: #696969;
    margin-top: 0.5rem;
}

/* --- Section Titles --- */
.lp-section-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #272e3a;
    margin-bottom: 0.75rem;
}

.lp-section-subtitle {
    font-family: 'Roboto Slab', serif;
    font-size: 1.1rem;
    color: #696969;
    line-height: 1.6;
    max-width: 640px;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .lp-section-title {
        font-size: 1.7rem;
    }

    .lp-section-subtitle {
        font-size: 1rem;
    }
}

/* --- Steps --- */
.lp-steps-section {
    padding: 3rem 0;
}

.lp-steps-dotted-line {
    position: absolute;
    top: 32px;
    left: 12.5%;
    width: 75%;
    z-index: 0;
    pointer-events: none;
}

.lp-step-card {
    padding: 1.5rem 1rem;
    transition: transform 0.25s ease;
    position: relative;
    z-index: 1;
}

    .lp-step-card:hover {
        transform: translateY(-4px);
    }

.lp-step-circle {
    width: 64px;
    height: 64px;
    background-color: #fff;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.lp-step-card:hover .lp-step-circle {
    background-color: var(--primary-color);
}

.lp-step-card:hover .lp-step-number {
    color: #fff;
}

.lp-step-number {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-color);
    transition: color 0.25s ease;
}

.lp-step-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #272e3a;
    margin-bottom: 0.75rem;
}

.lp-step-desc {
    font-family: 'Roboto Slab', serif;
    font-size: 0.95rem;
    color: #696969;
    line-height: 1.6;
}

/* --- Feature Cards --- */
.lp-feature-card {
    background: #fff;
    border-radius: 8px;
    padding: 2rem 1.5rem;
    height: 100%;
    border: 1px solid #e9ecef;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: hidden;
}

    .lp-feature-card::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background-color: var(--primary-color);
        transition: width 0.35s ease;
    }

    .lp-feature-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        border-color: transparent;
    }

        .lp-feature-card:hover::after {
            width: 100%;
        }

.lp-feature-card--blue::after {
    background-color: var(--primary-color);
}

.lp-feature-card--accent-top {
    border-top: 3px solid var(--primary-color);
}

    .lp-feature-card--accent-top::after {
        display: none;
    }

    .lp-feature-card--accent-top:hover {
        border-top-color: var(--even3-azul-escuro);
    }

.lp-feature-card-icon {
    margin-bottom: 1.25rem;
    font-size: 2rem;
    color: var(--primary-color);
}

.lp-feature-card-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: #272e3a;
    margin-bottom: 0.75rem;
}

.lp-feature-card-text {
    font-family: 'Roboto Slab', serif;
    font-size: 0.95rem;
    color: #696969;
    line-height: 1.6;
    margin-bottom: 0;
}

/* --- Highlight Section (Certificados) --- */
.lp-highlight-section {
    padding: 4rem 0;
    background-color: var(--primary-color);
    color: #fff;
}

.lp-highlight-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: #fff;
}

.lp-highlight-desc {
    font-family: 'Roboto Slab', serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #d9eff8;
    margin-bottom: 2rem;
}

.lp-highlight-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.lp-highlight-feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.05rem;
    transition: transform 0.2s ease;
}

    .lp-highlight-feature-item:hover {
        transform: translateX(4px);
    }

.lp-highlight-check {
    font-size: 1.25rem;
    color: #fff;
    flex-shrink: 0;
}

.lp-highlight-img {
    max-width: 400px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

    .lp-highlight-img:hover {
        transform: scale(1.02);
    }

.lp-highlight-icon-display {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.15);
}

    .lp-highlight-icon-display i {
        font-size: 6rem;
        color: #fff;
        opacity: 0.9;
    }

/* --- Circle Features (Credenciamento) --- */
.lp-circle-feature {
    padding: 1.5rem 1rem;
    transition: transform 0.25s ease;
}

    .lp-circle-feature:hover {
        transform: translateY(-4px);
    }

.lp-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 1.25rem;
    transition: transform 0.25s ease;
}

.lp-icon-circle--blue {
    background-color: var(--primary-color);
}

.lp-circle-feature:hover .lp-icon-circle {
    transform: scale(1.08);
}

.lp-circle-feature-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: #272e3a;
    margin-bottom: 0.5rem;
}

.lp-circle-feature-text {
    font-family: 'Roboto Slab', serif;
    font-size: 0.9rem;
    color: #696969;
    line-height: 1.5;
    margin-bottom: 0;
}

/* --- Mini Features (E muito mais) --- */
.lp-mini-feature {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    border-radius: 8px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

    .lp-mini-feature:hover {
        background-color: #f6f6f6;
        transform: translateY(-2px);
    }

.lp-mini-feature-icon {
    font-size: 1.5rem;
    color: var(--primary-color);
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.lp-mini-feature-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #272e3a;
    margin-bottom: 0.25rem;
}

.lp-mini-feature-text {
    font-family: 'Roboto Slab', serif;
    font-size: 0.85rem;
    color: #696969;
    margin-bottom: 0;
}

/* --- FAQ --- */
.lp-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.lp-faq-item {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    overflow: hidden;
    transition: box-shadow 0.25s ease;
}

    .lp-faq-item:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    }

.lp-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.25rem 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #272e3a;
    text-align: left;
    transition: color 0.2s ease;
}

    .lp-faq-question:hover {
        color: var(--primary-color);
    }

    .lp-faq-question:focus {
        outline: none;
    }

.lp-faq-chevron {
    font-size: 0.75rem;
    color: var(--primary-color);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.lp-faq-question[aria-expanded="true"] .lp-faq-chevron {
    transform: rotate(180deg);
}

.lp-faq-answer {
    padding: 0 1.5rem 1.5rem;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    color: #696969;
    line-height: 1.8;
}

/* --- CTA Section --- */
.lp-cta-section {
    padding: 4rem 0;
    background-color: var(--primary-color);
}

.lp-cta-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.lp-cta-subtitle {
    font-family: 'Roboto Slab', serif;
    font-size: 1.15rem;
    color: #d9eff8;
    margin-bottom: 2rem;
}

.lp-cta-support {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.lp-cta-support-link {
    color: #fff;
    font-weight: 700;
    text-decoration: underline !important;
    transition: opacity 0.2s ease;
}

    .lp-cta-support-link:hover {
        opacity: 0.8;
        color: #fff;
    }

@media (max-width: 575.98px) {
    .lp-cta-title {
        font-size: 1.8rem;
    }

    .lp-cta-subtitle {
        font-size: 1rem;
    }
}

/* --- Saiba Mais Link --- */
.lp-saiba-mais {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1rem;
    transition: gap 0.2s ease, color 0.2s ease;
}

    .lp-saiba-mais:hover {
        gap: 0.75rem;
        color: var(--even3-azul-escuro);
        text-decoration: none;
    }

/* --- Compact Cards (Tipos de eventos) --- */
.lp-compact-card {
    text-align: center;
    padding: 1.5rem 1rem;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    height: 100%;
    text-decoration: none;
}

    .lp-compact-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        border-color: var(--primary-color);
        text-decoration: none;
    }

.lp-compact-card-icon {
    font-size: 1.75rem;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
}

.lp-compact-card-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: #272e3a;
    margin-bottom: 0;
}

.lp-compact-card:hover .lp-compact-card-title {
    color: var(--primary-color);
}

@media (min-width: 992px) {
    .lp-col-lg-5th {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* --- Contrate Section --- */
.lp-contrate-section {
    padding: 4rem 0;
    background-color: var(--even3-azul-escuro);
}

.lp-contrate-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 2.5rem 2rem;
    text-align: center;
    height: 100%;
    transition: transform 0.25s ease, background 0.25s ease;
}

    .lp-contrate-card:hover {
        transform: translateY(-4px);
        background: rgba(255, 255, 255, 0.15);
    }

.lp-contrate-card-icon {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1.25rem;
}

.lp-contrate-card-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 0.75rem;
}

.lp-contrate-card-text {
    font-family: 'Roboto Slab', serif;
    font-size: 0.95rem;
    color: #d9eff8;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* ========================================
   Landing Page Home v2 — Editorial Redesign
   ======================================== */

/* --- Scroll Reveal Animation --- */
@keyframes lpRevealUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lpRevealScale {
    from {
        opacity: 0;
        transform: scale(0.92);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes lpCountUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lpLineGrow {
    from {
        width: 0;
    }

    to {
        width: 48px;
    }
}

/* --- Hero v2 --- */
.lp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    padding: 0.4rem 1.2rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.03em;
    margin-bottom: 3rem;
    animation: lpFadeInUp 0.7s ease both;
}

    .lp-hero-badge i {
        font-size: 0.7rem;
    }

/* --- Stats v2 --- */
.lp-stats-v2 {
    padding: 4rem 0;
    border-bottom: 1px solid #e9ecef;
    background: #fff;
}

.lp-stat-v2 {
    text-align: center;
    padding: 1.5rem 0.5rem;
    position: relative;
}

    .lp-stat-v2::after {
        content: '';
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background: #e9ecef;
    }

    .lp-stat-v2:last-child::after {
        display: none;
    }

@media (max-width: 767.98px) {
    .lp-stat-v2::after {
        display: none;
    }

    .lp-stat-v2 {
        padding: 1rem 0.5rem;
    }
}

.lp-stat-v2-number {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1;
    letter-spacing: -0.03em;
}

.lp-stat-v2-label {
    font-family: 'Roboto Slab', serif;
    font-size: 0.85rem;
    color: #696969;
    margin-top: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* --- Section Header v2 --- */
.lp-section-header-v2 {
    margin-bottom: 3.5rem;
}

.lp-section-eyebrow {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
}

.lp-section-line {
    display: block;
    width: 48px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 2px;
    margin: 1rem auto 0;
}

/* --- Feature Cards v2 --- */
.lp-feature-card-v2 {
    background: #fff;
    border-radius: 10px;
    padding: 2rem 1.5rem 1.75rem;
    height: 100%;
    border: 1px solid #eaecef;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

    .lp-feature-card-v2::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: var(--primary-color);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .lp-feature-card-v2:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
        border-color: transparent;
        text-decoration: none;
        color: inherit;
    }

        .lp-feature-card-v2:hover::before {
            transform: scaleX(1);
        }

    .lp-feature-card-v2 .lp-feature-card-icon {
        width: 48px;
        height: 48px;
        border-radius: 10px;
        background: rgba(40, 139, 228, 0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.3rem;
        color: var(--primary-color);
        margin-bottom: 1.25rem;
        transition: background 0.3s ease, transform 0.3s ease;
    }

    .lp-feature-card-v2:hover .lp-feature-card-icon {
        background: var(--primary-color);
        color: #fff;
        transform: scale(1.05);
    }

    .lp-feature-card-v2 .lp-saiba-mais {
        opacity: 0;
        transform: translateY(4px);
        transition: opacity 0.3s ease, transform 0.3s ease, gap 0.2s ease, color 0.2s ease;
    }

    .lp-feature-card-v2:hover .lp-saiba-mais {
        opacity: 1;
        transform: translateY(0);
    }

/* --- Solution Cards v2 --- */
.lp-solution-card-v2 {
    background: #fff;
    border-radius: 10px;
    padding: 2rem 1.5rem 1.75rem;
    height: 100%;
    border: 1px solid #eaecef;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

    .lp-solution-card-v2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: var(--primary-color);
        transition: height 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .lp-solution-card-v2:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 40px rgba(40, 139, 228, 0.12);
        border-color: transparent;
        text-decoration: none;
        color: inherit;
    }

        .lp-solution-card-v2:hover::before {
            height: 4px;
        }

    .lp-solution-card-v2 .lp-feature-card-icon {
        width: 48px;
        height: 48px;
        border-radius: 10px;
        background: var(--primary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.3rem;
        color: #fff;
        margin-bottom: 1.25rem;
        transition: transform 0.3s ease;
    }

    .lp-solution-card-v2:hover .lp-feature-card-icon {
        transform: scale(1.08);
    }

    .lp-solution-card-v2 .lp-saiba-mais {
        opacity: 0;
        transform: translateY(4px);
        transition: opacity 0.3s ease, transform 0.3s ease, gap 0.2s ease, color 0.2s ease;
    }

    .lp-solution-card-v2:hover .lp-saiba-mais {
        opacity: 1;
        transform: translateY(0);
    }

/* --- Compact Cards v2 (Tipos de eventos) --- */
.lp-compact-card-v2 {
    text-align: center;
    padding: 1.75rem 1rem;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eaecef;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

    .lp-compact-card-v2:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
        border-color: var(--primary-color);
        text-decoration: none;
        color: inherit;
    }

.lp-compact-card-v2-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(40, 139, 228, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 0.85rem;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.lp-compact-card-v2:hover .lp-compact-card-v2-icon {
    background: var(--primary-color);
    color: #fff;
    transform: scale(1.08);
}

.lp-compact-card-v2-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #272e3a;
    margin-bottom: 0;
    transition: color 0.2s ease;
}

.lp-compact-card-v2:hover .lp-compact-card-v2-title {
    color: var(--primary-color);
}

/* --- Format Cards v2 --- */
.lp-format-card {
    text-align: center;
    padding: 3rem 2rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eaecef;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

    .lp-format-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
        text-decoration: none;
        color: inherit;
    }

.lp-format-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.lp-format-card:hover .lp-format-icon-wrap {
    transform: scale(1.1) rotate(3deg);
}

/* --- Contrate v2 --- */
.lp-contrate-v2 {
    padding: 5rem 0;
    background-color: var(--even3-azul-escuro);
    position: relative;
    overflow: hidden;
}

    .lp-contrate-v2::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 600px;
        height: 600px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.04);
        pointer-events: none;
    }

.lp-contrate-card-v2 {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 3rem 2rem;
    text-align: center;
    height: 100%;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease, border-color 0.3s ease;
    text-decoration: none;
    color: inherit;
}

    .lp-contrate-card-v2:hover {
        transform: translateY(-6px);
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.2);
        text-decoration: none;
        color: inherit;
    }

.lp-contrate-v2-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.lp-contrate-v2-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 0.85rem;
}

.lp-contrate-v2-text {
    font-family: 'Roboto Slab', serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
    margin-bottom: 1.75rem;
}

/* --- FAQ v2 --- */
.lp-faq-v2-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.lp-faq-v2-item {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eaecef;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

    .lp-faq-v2-item:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
        border-color: #d0d5dd;
    }

.lp-faq-v2-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.35rem 1.75rem;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #272e3a;
    text-align: left;
    transition: color 0.2s ease;
}

    .lp-faq-v2-question:hover {
        color: var(--primary-color);
    }

    .lp-faq-v2-question:focus {
        outline: none;
    }

.lp-faq-v2-chevron {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(40, 139, 228, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 1rem;
    transition: transform 0.3s ease, background 0.3s ease;
}

    .lp-faq-v2-chevron i {
        font-size: 0.65rem;
        color: var(--primary-color);
        transition: color 0.3s ease;
    }

.lp-faq-v2-question[aria-expanded="true"] .lp-faq-v2-chevron {
    transform: rotate(180deg);
    background: var(--primary-color);
}

    .lp-faq-v2-question[aria-expanded="true"] .lp-faq-v2-chevron i {
        color: #fff;
    }

.lp-faq-v2-answer {
    padding: 0 1.75rem 1.5rem;
    font-family: 'Roboto Slab', serif;
    font-size: 0.95rem;
    color: #696969;
    line-height: 1.8;
}

/* --- CTA v2 --- */
.lp-cta-v2 {
    padding: 5rem 0;
    background-color: var(--primary-color);
    position: relative;
    overflow: hidden;
}

    .lp-cta-v2::before {
        content: '';
        position: absolute;
        bottom: -40%;
        left: -10%;
        width: 500px;
        height: 500px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.08);
        pointer-events: none;
    }

    .lp-cta-v2::after {
        content: '';
        position: absolute;
        top: -30%;
        right: -5%;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.05);
        pointer-events: none;
    }

.lp-cta-v2-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.lp-cta-v2-subtitle {
    font-family: 'Roboto Slab', serif;
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2.5rem;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 575.98px) {
    .lp-cta-v2-title {
        font-size: 2rem;
    }

    .lp-cta-v2-subtitle {
        font-size: 1rem;
    }

    .lp-stat-v2-number {
        font-size: 2.2rem;
    }
}

/* --- Spacing Utilities (extensão do Bootstrap: 6–10) --- */
.p-6 {
    padding: var(--spacer-6) !important;
}

.p-7 {
    padding: var(--spacer-7) !important;
}

.p-8 {
    padding: var(--spacer-8) !important;
}

.p-9 {
    padding: var(--spacer-9) !important;
}

.p-10 {
    padding: var(--spacer-10) !important;
}

.px-6 {
    padding-left: var(--spacer-6) !important;
    padding-right: var(--spacer-6) !important;
}

.px-7 {
    padding-left: var(--spacer-7) !important;
    padding-right: var(--spacer-7) !important;
}

.px-8 {
    padding-left: var(--spacer-8) !important;
    padding-right: var(--spacer-8) !important;
}

.px-9 {
    padding-left: var(--spacer-9) !important;
    padding-right: var(--spacer-9) !important;
}

.px-10 {
    padding-left: var(--spacer-10) !important;
    padding-right: var(--spacer-10) !important;
}

.py-6 {
    padding-top: var(--spacer-6) !important;
    padding-bottom: var(--spacer-6) !important;
}

.py-7 {
    padding-top: var(--spacer-7) !important;
    padding-bottom: var(--spacer-7) !important;
}

.py-8 {
    padding-top: var(--spacer-8) !important;
    padding-bottom: var(--spacer-8) !important;
}

.py-9 {
    padding-top: var(--spacer-9) !important;
    padding-bottom: var(--spacer-9) !important;
}

.py-10 {
    padding-top: var(--spacer-10) !important;
    padding-bottom: var(--spacer-10) !important;
}

.pt-6 {
    padding-top: var(--spacer-6) !important;
}

.pt-7 {
    padding-top: var(--spacer-7) !important;
}

.pt-8 {
    padding-top: var(--spacer-8) !important;
}

.pt-9 {
    padding-top: var(--spacer-9) !important;
}

.pt-10 {
    padding-top: var(--spacer-10) !important;
}

.pb-6 {
    padding-bottom: var(--spacer-6) !important;
}

.pb-7 {
    padding-bottom: var(--spacer-7) !important;
}

.pb-8 {
    padding-bottom: var(--spacer-8) !important;
}

.pb-9 {
    padding-bottom: var(--spacer-9) !important;
}

.pb-10 {
    padding-bottom: var(--spacer-10) !important;
}

.m-6 {
    margin: var(--spacer-6) !important;
}

.m-7 {
    margin: var(--spacer-7) !important;
}

.m-8 {
    margin: var(--spacer-8) !important;
}

.m-9 {
    margin: var(--spacer-9) !important;
}

.m-10 {
    margin: var(--spacer-10) !important;
}

.mx-6 {
    margin-left: var(--spacer-6) !important;
    margin-right: var(--spacer-6) !important;
}

.mx-7 {
    margin-left: var(--spacer-7) !important;
    margin-right: var(--spacer-7) !important;
}

.mx-8 {
    margin-left: var(--spacer-8) !important;
    margin-right: var(--spacer-8) !important;
}

.mx-9 {
    margin-left: var(--spacer-9) !important;
    margin-right: var(--spacer-9) !important;
}

.mx-10 {
    margin-left: var(--spacer-10) !important;
    margin-right: var(--spacer-10) !important;
}

.my-6 {
    margin-top: var(--spacer-6) !important;
    margin-bottom: var(--spacer-6) !important;
}

.my-7 {
    margin-top: var(--spacer-7) !important;
    margin-bottom: var(--spacer-7) !important;
}

.my-8 {
    margin-top: var(--spacer-8) !important;
    margin-bottom: var(--spacer-8) !important;
}

.my-9 {
    margin-top: var(--spacer-9) !important;
    margin-bottom: var(--spacer-9) !important;
}

.my-10 {
    margin-top: var(--spacer-10) !important;
    margin-bottom: var(--spacer-10) !important;
}

.mt-6 {
    margin-top: var(--spacer-6) !important;
}

.mt-7 {
    margin-top: var(--spacer-7) !important;
}

.mt-8 {
    margin-top: var(--spacer-8) !important;
}

.mt-9 {
    margin-top: var(--spacer-9) !important;
}

.mt-10 {
    margin-top: var(--spacer-10) !important;
}

.mb-6 {
    margin-bottom: var(--spacer-6) !important;
}

.mb-7 {
    margin-bottom: var(--spacer-7) !important;
}

.mb-8 {
    margin-bottom: var(--spacer-8) !important;
}

.mb-9 {
    margin-bottom: var(--spacer-9) !important;
}

.mb-10 {
    margin-bottom: var(--spacer-10) !important;
}

/* --- Empresas v2 --- */
.lp-empresas-v2 {
    padding: 5rem 0;
    background-color: var(--even3-azul-escuro);
    position: relative;
    overflow: hidden;
}

    .lp-empresas-v2::before {
        content: '';
        position: absolute;
        bottom: -40%;
        right: -15%;
        width: 500px;
        height: 500px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.04);
        pointer-events: none;
    }

.lp-empresas-v2-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.lp-empresas-v2-desc {
    font-family: 'Roboto Slab', serif;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 400px;
}

.lp-empresas-v2-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 1.5rem;
    height: 100%;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease, border-color 0.3s ease;
}

    .lp-empresas-v2-card:hover {
        transform: translateY(-4px);
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.15);
    }

.lp-empresas-v2-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(40, 139, 228, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    transition: background 0.3s ease, transform 0.3s ease;
}

.lp-empresas-v2-card:hover .lp-empresas-v2-icon {
    background: var(--primary-color);
    color: #fff;
    transform: scale(1.05);
}

.lp-empresas-v2-card-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

.lp-empresas-v2-card-text {
    font-family: 'Roboto Slab', serif;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .lp-empresas-v2-title {
        font-size: 1.7rem;
    }

    .lp-empresas-v2-desc {
        font-size: 0.95rem;
    }
}

/* ========================================
   Tailwind Gray Utilities
   ======================================== */
.bg-gray-50 {
    background-color: var(--gray-50) !important;
}

.bg-gray-100 {
    background-color: var(--gray-100) !important;
}

.bg-gray-200 {
    background-color: var(--gray-200) !important;
}

.bg-gray-300 {
    background-color: var(--gray-300) !important;
}

.bg-gray-400 {
    background-color: var(--gray-400) !important;
}

.bg-gray-500 {
    background-color: var(--gray-500) !important;
}

.bg-gray-600 {
    background-color: var(--gray-600) !important;
}

.bg-gray-700 {
    background-color: var(--gray-700) !important;
}

.bg-gray-800 {
    background-color: var(--gray-800) !important;
}

.bg-gray-900 {
    background-color: var(--gray-900) !important;
}

.bg-gray-950 {
    background-color: var(--gray-950) !important;
}

.text-gray-50 {
    color: var(--gray-50) !important;
}

.text-gray-100 {
    color: var(--gray-100) !important;
}

.text-gray-200 {
    color: var(--gray-200) !important;
}

.text-gray-300 {
    color: var(--gray-300) !important;
}

.text-gray-400 {
    color: var(--gray-400) !important;
}

.text-gray-500 {
    color: var(--gray-500) !important;
}

.text-gray-600 {
    color: var(--gray-600) !important;
}

.text-gray-700 {
    color: var(--gray-700) !important;
}

.text-gray-800 {
    color: var(--gray-800) !important;
}

.text-gray-900 {
    color: var(--gray-900) !important;
}

.text-gray-950 {
    color: var(--gray-950) !important;
}

.border-gray-50 {
    border-color: var(--gray-50) !important;
}

.border-gray-100 {
    border-color: var(--gray-100) !important;
}

.border-gray-200 {
    border-color: var(--gray-200) !important;
}

.border-gray-300 {
    border-color: var(--gray-300) !important;
}

.border-gray-400 {
    border-color: var(--gray-400) !important;
}

.border-gray-500 {
    border-color: var(--gray-500) !important;
}

.border-gray-600 {
    border-color: var(--gray-600) !important;
}

.border-gray-700 {
    border-color: var(--gray-700) !important;
}

.border-gray-800 {
    border-color: var(--gray-800) !important;
}

.border-gray-900 {
    border-color: var(--gray-900) !important;
}

.border-gray-950 {
    border-color: var(--gray-950) !important;
}

.btn.btn-buscar-eventos {
    background: none;
    border: 1px solid #fff !important;
    border-radius: 40px;
    color: #fff;
    padding: .7rem !important;
}


    .btn.btn-buscar-eventos:hover {
        border-color: #b4bbbd;
        background: rgba(0,0,0,.08);
        text-decoration: none;
        color: #fff !important;
    }

.btn-buscar-eventos-right.dropdown-toggle-split::after {
    margin-left: -4px;
}


.btn.btn-buscar-eventos-left {
    background: none;
    border: 1px solid #fff !important;
    border-radius: 40px;
    color: #fff;
    padding: .7rem !important;
}

.btn.btn-buscar-eventos-right {
    background: none;
    border: 1px solid #fff !important;
    border-radius: 0 40px 40px 0;
    color: #fff;
    padding: .7rem !important;
}

/* ========================================
   Hero — Typing cursor
   ======================================== */
.lp-hero-typing-cursor::after {
    content: '|';
    display: inline-block;
    animation: lp-blink 0.7s step-end infinite;
    margin-left: 2px;
    font-weight: 400;
    opacity: 0.8;
}

@keyframes lp-blink {
    0%, 100% {
        opacity: 0.8;
    }

    50% {
        opacity: 0;
    }
}

/* ========================================
   Hero — Marquee de Integrações
   ======================================== */
.lp-hero-marquee-area {
    overflow: hidden;
    padding-bottom: 2.5rem;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}

.lp-hero-marquee {
    overflow: hidden;
}

.lp-hero-marquee-track {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: max-content;
    animation: lp-marquee-scroll 45s linear infinite;
}

    .lp-hero-marquee-track img {
        width: 38px;
        height: 38px;
        object-fit: contain;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.08);
        padding: 6px;
        flex-shrink: 0;
        opacity: 0.6;
        transition: opacity 0.3s ease;
    }

        .lp-hero-marquee-track img:hover {
            opacity: 1;
        }

@keyframes lp-marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 575.98px) {
    .lp-hero-marquee-track {
        gap: 1.25rem;
    }

        .lp-hero-marquee-track img {
            width: 32px;
            height: 32px;
            padding: 5px;
        }

    .lp-hero-marquee-area {
        padding-bottom: 1.5rem;
    }
}

/* ========================================
   Integrações — Filtros por Categoria
   ======================================== */
.lp-integracao-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.lp-integracao-filter {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gray-600);
    background: var(--gray-100);
    border: 1px solid var(--gray-200);
    border-radius: 20px;
    padding: 0.4rem 1rem;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
}

    .lp-integracao-filter:hover {
        color: var(--gray-800);
        background: var(--gray-200);
        border-color: var(--gray-300);
    }

    .lp-integracao-filter.active {
        color: #fff;
        background: var(--primary-color);
        border-color: var(--primary-color);
    }

@media (max-width: 575.98px) {
    .lp-integracao-filters {
        gap: 0.4rem;
    }

    .lp-integracao-filter {
        font-size: 0.75rem;
        padding: 0.35rem 0.8rem;
    }
}

/* ========================================
   Integrações — Grid de Cards
   ======================================== */
.lp-integracao-card {
    display: block;
    text-decoration: none;
    height: 100%;
}

.lp-integracao-card-inner {
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: 10px;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.lp-integracao-card:hover .lp-integracao-card-inner {
    transform: translateY(-4px);
    background: #fff;
    border-color: var(--gray-300);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.lp-integracao-card-img-wrap {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: var(--gray-100);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    overflow: hidden;
    transition: background 0.3s ease, transform 0.3s ease;
}

.lp-integracao-card:hover .lp-integracao-card-img-wrap {
    background: var(--gray-200);
    transform: scale(1.05);
}

.lp-integracao-card-img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.lp-integracao-card-nome {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--gray-800);
    line-height: 1.3;
}

@media (max-width: 575.98px) {
    .lp-integracao-card-inner {
        padding: 1.2rem 0.75rem;
    }

    .lp-integracao-card-img-wrap {
        width: 48px;
        height: 48px;
    }

    .lp-integracao-card-img {
        width: 30px;
        height: 30px;
    }

    .lp-integracao-card-nome {
        font-size: 0.8rem;
    }
}

/* ========================================
   Integrações — Página de Detalhe
   ======================================== */
.lp-integracao-detalhe-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.lp-integracao-detalhe-logo {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    background: var(--gray-100);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

    .lp-integracao-detalhe-logo img {
        width: 56px;
        height: 56px;
        object-fit: contain;
        border-radius: 50%;
    }

.lp-integracao-detalhe-nome {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: var(--gray-900);
    margin: 0;
    line-height: 1.2;
}

.lp-integracao-detalhe-dev {
    font-family: 'Roboto Slab', serif;
    font-size: 0.9rem;
    color: var(--gray-500);
    margin: 0.25rem 0 0;
}

.lp-integracao-detalhe-badge {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--primary-color);
    background: rgba(40, 139, 228, 0.1);
    border: 1px solid rgba(40, 139, 228, 0.2);
    border-radius: 20px;
    padding: 0.2rem 0.7rem;
    margin-top: 0.5rem;
    letter-spacing: 0.02em;
}

.lp-integracao-detalhe-desc {
    font-family: 'Roboto Slab', serif;
    font-size: 1.05rem;
    color: var(--gray-700);
    line-height: 1.7;
    margin-bottom: 2rem;
    white-space: pre-line;
}

.lp-integracao-detalhe-box {
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.lp-integracao-detalhe-box-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--gray-800);
    margin-bottom: 0.75rem;
}

/* ?? Panel (header + body) ?? */
.lp-integracao-panel {
    border: 1px solid var(--gray-200);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    background: #fff;
}

.lp-integracao-panel-header {
    background: var(--gray-50);
    border-bottom: 1px solid var(--gray-200);
    padding: 1rem 1.5rem;
}

.lp-integracao-panel-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--gray-800);
    margin: 0;
}

.lp-integracao-panel-body {
    padding: 1.25rem 1.5rem;
}

@media (max-width: 575.98px) {
    .lp-integracao-panel-header {
        padding: 0.85rem 1rem;
    }

    .lp-integracao-panel-body {
        padding: 1rem;
    }

    .lp-integracao-panel-title {
        font-size: 0.88rem;
    }
}

.lp-integracao-detalhe-possibilidade {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--gray-200);
    font-family: 'Roboto Slab', serif;
    font-size: 0.88rem;
    color: var(--gray-700);
    line-height: 1.5;
}

    .lp-integracao-detalhe-possibilidade:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .lp-integracao-detalhe-possibilidade:first-of-type {
        padding-top: 0;
    }

.lp-integracao-logos-pair {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.lp-integracao-logo-mini {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: contain;
    background: var(--gray-100);
    border: 1px solid var(--gray-200);
}

.lp-integracao-possibilidade-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

    .lp-integracao-possibilidade-text strong {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 0.88rem;
        color: var(--gray-800);
    }

    .lp-integracao-possibilidade-text span {
        font-family: 'Roboto Slab', serif;
        font-size: 0.82rem;
        color: var(--gray-500);
        line-height: 1.5;
    }

/* ?? Como funciona — Passos numerados ?? */
.lp-integracao-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--gray-200);
}

    .lp-integracao-step:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .lp-integracao-step:first-of-type {
        padding-top: 0;
    }

.lp-integracao-step-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lp-integracao-step-content {
    flex: 1;
}

    .lp-integracao-step-content strong {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 0.9rem;
        color: var(--gray-800);
        display: block;
        margin-bottom: 0.2rem;
    }

    .lp-integracao-step-content p {
        font-family: 'Roboto Slab', serif;
        font-size: 0.85rem;
        color: var(--gray-500);
        line-height: 1.6;
        margin: 0;
    }

@media (max-width: 575.98px) {
    .lp-integracao-step-number {
        width: 30px;
        height: 30px;
        font-size: 0.85rem;
    }

    .lp-integracao-logo-mini {
        width: 28px;
        height: 28px;
    }
}

.lp-integracao-voltar {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: color 0.2s ease;
}

    .lp-integracao-voltar:hover {
        color: var(--hover-color);
        text-decoration: none;
    }

@media (max-width: 575.98px) {
    .lp-integracao-detalhe-nome {
        font-size: 1.5rem;
    }

    .lp-integracao-detalhe-logo {
        width: 56px;
        height: 56px;
    }

        .lp-integracao-detalhe-logo img {
            width: 36px;
            height: 36px;
        }
}
