        :root {
            --primary-color: #2196F3;
            --secondary-color: #42A5F5;
            --dark-color: #26284B;
            --light-gray: #f8f9fa;
            --gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
        }

        html,
        body {
            overflow-x: hidden;
            max-width: 100vw;
        }

        * {
            font-family: 'Montserrat', sans-serif;
        }

        body {
            line-height: 1.6;
            color: #333;
            overflow-x: hidden;
        }

        /* Custom Navbar */
        .navbar-custom {
            background: transparent !important;
            padding: 1rem 0;
            box-shadow: none;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            backdrop-filter: blur(0px);
        }

        .navbar-custom .navbar-nav {
            margin-right: auto;
            margin-left: 0;
        }

        .navbar-custom.scrolled {
            background: rgba(38, 40, 75, 0.95) !important;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(20px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .navbar-custom .navbar-brand img {
            transition: all 0.3s ease;
        }

        .navbar-custom .navbar-nav .nav-link {
            color: white !important;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            margin: 0 1.5rem;
            padding: 0.8rem 0 !important;
            position: relative;
            transition: all 0.3s ease;
        }

        .navbar-custom .navbar-nav .nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 1px;
            background: white;
            transition: all 0.3s ease;
            transform: translateX(-50%);
        }

        .navbar-custom .navbar-nav .nav-link.active::after {
            width: 100%;
        }

        .navbar-custom .navbar-nav .nav-link:hover::after {
            width: 100%;
        }

        .navbar-custom .dropdown-menu {
            background: rgba(255, 255, 255, 0.95);
            border: none;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
            border-radius: 12px;
            backdrop-filter: blur(20px);

        }

        .navbar-custom .dropdown-item {
            color: #333;
            font-weight: 500;
            padding: 0.8rem 1.2rem;
            transition: all 0.3s ease;
            border-radius: 8px;
            margin: 0.2rem;
        }

        .navbar-custom .dropdown-item:hover {
            background: var(--gradient);
            color: white;
            transform: translateX(5px);
        }

        /* Adicionar espaçamento entre menu e ícones sociais */
        .navbar-custom .d-flex {
            margin-left: 2rem;
        }

        /* Configuração específica para dropdown */
        .navbar-custom .dropdown-toggle {
            position: relative;
        }

        /* Seta do dropdown */
        .navbar-custom .dropdown-toggle::after {
            /*display: inline-block;
            margin-left: 0.5rem;
            vertical-align: 0.255em;
            content: "";
            border-top: 0.3em solid;
            border-right: 0.3em solid transparent;
            border-bottom: 0;
            border-left: 0.3em solid transparent;*/
            display: none !important;
        }

        /* Linha de hover para o dropdown */
        .navbar-custom .dropdown-toggle::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 1px;
            background: white;
            transition: all 0.3s ease;
            transform: translateX(-50%);
        }

        .navbar-custom .dropdown-toggle:hover::before {
            width: calc(100% - 1rem);
        }

        .navbar-custom .dropdown-toggle.active::before {

            width: calc(100% - 1rem);
        }

        .navbar-custom .nav-item.dropdown {
            position: relative;
        }

        /* Remover o ::after padrão dos nav-links para dropdowns */
        .navbar-custom .nav-item.dropdown .nav-link::after {
            display: none;
        }

        /* Dropdown abrir no hover */
        .navbar-custom .dropdown:hover .dropdown-menu {
            display: block;
            opacity: 1;
            transform: translateY(0);
            visibility: visible;
        }

        .navbar-custom .dropdown-menu {
            position: absolute;
            top: 100%;
            /* gruda logo abaixo do botão */
            left: 0;
            margin-top: 0;
            /* remove margem */
            opacity: 0;
            transform: translateY(10px);
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 999;
        }

        /* Menu Toggle Button */
        .menu-toggle {
            background: none !important;
            border: none !important;
            color: white;
            font-size: 1.8rem;
            transition: all 0.3s ease;
        }

        .menu-toggle:hover {
            transform: rotate(90deg);
            color: var(--secondary-color);
        }

        /* Hero Section - Melhorias 
        .hero {
            background: url('../../assets/images/homeBanner.jpg');
            background-size: cover;
            background-position: center;
            
            height: 100vh;
            
            color: white;
            position: relative;
            display: flex;
            align-items: center;
            overflow: hidden;
        }
        */

        .hero-home {
            background: url('../../assets/images/homeBanner.jpg');
            background-size: cover;
            background-position: center;
            /* Parallax fixo */
            height: 100vh;
            /* Altura completa da tela */
            color: white;
            position: relative;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .hero-servicos {
            background: url('../../assets/images/servicosBanner.jpg');
            background-size: cover;
            background-position: center;
            /* Parallax fixo */
            height: 100vh;
            /* Altura completa da tela */
            color: white;
            position: relative;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .hero-beneficios {
            background: #26284B;
            /* Parallax fixo */
            min-height: 500px !important;
            height: 68vh;
            /* Altura completa da tela */
            color: white;
            position: relative;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .hero-contato {
            background: url('../../assets/images/contato.jpg');
            background-size: cover;
            background-position: center;
            /* Parallax fixo */
            height: 100vh;
            /* Altura completa da tela */
            color: white;
            position: relative;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.8;
            z-index: 1;
        }

        .hero .container {
            position: relative;
            z-index: 2;
        }

        .hero h1 {
            font-size: 36px;
            font-weight: 700;
            line-height: 1.2;
            /*letter-spacing: -1px;*/
            margin-bottom: 2rem;
            min-height: 150px;
            /* Altura mínima para evitar saltos */
            opacity: 1;
        }

        .hero h1 #typewriter-text {
            display: inline;
        }

        /* ==================== MEDIA QUERIES MOBILE ==================== */
        @media (max-width: 768px) {

            .hero-home {
                background: url('../../assets/images/banner-home-responsivo-1.jpg');
                background-size: cover;
                background-position: center;
            }

            .hero-servicos {
                background: url('../../assets/images/banner-servicos-responsivo-2.jpg');
                background-size: cover;
                background-position: center;
            }

            .hero-contato {
                background: url('../../assets/images/banner-contato-responsivo-1.jpg');
                background-size: cover;
                background-position: center;
            }

            /* Altura reduzida para 60% da tela em mobile */
            .hero-home,
            .hero-servicos,
            .hero-contato {
                height: 100vh;
                background-attachment: scroll;
                /* Remove parallax em mobile para melhor performance */
            }

            /* Texto principal menor */
            .hero h1 {
                font-size: 20px;
                font-weight: 600;
                line-height: 1.3;
            }

            .hero-home h1,
            .hero-servicos h1,
            .hero-contato h1 {
                margin-bottom: 1.5rem;
                min-height: 80px;
                margin-top: -230px;
            }

            /* Parágrafo menor */
            .hero p {
                font-size: 14px;
                line-height: 1.4;
                margin-bottom: -10px !important;
            }

            /* Centralizar texto em mobile */
            .hero .col-lg-6 {
                text-align: center !important;
                /*text-align: start;*/
            }

            .hero-home .col-lg-6 {
                text-align: center !important;
                /*text-align: end;*/
            }

            /* Padding reduzido */
            .hero .container {
                padding: 0 20px;
            }

            .intro-image-container img {
                height: 350px !important;
            }
        }

        /* ==================== MOBILE PEQUENO ==================== */
        @media (max-width: 480px) {

            .hero-home,
            .hero-servicos,
            .hero-contato {
                height: 100vh;
                /* Ainda menor para telas muito pequenas */
            }


            .hero h1 {
                font-size: 17px;
                font-weight: 600;
                line-height: 1.3;
            }

            .hero-home h1 {
                margin-bottom: 1.5rem;
                min-height: 80px;
                margin-top: -230px;
            }

            .hero-servicos h1,
            .hero-contato h1 {
                margin-bottom: 1.5rem;
                min-height: 70px;
                margin-top: -250px;
            }

            /* Parágrafo menor */
            .hero p {
                font-size: 14px;
                line-height: 1.4;
                margin-bottom: 1rem;
            }

            .hero .container {
                padding: 0 15px;
            }
        }

        /* ==================== LANDSCAPE MOBILE ==================== */
        @media (max-width: 768px) and (orientation: landscape) {

            .hero-home,
            .hero-servicos,
            .hero-contato {
                height: 80vh;
                /* Altura maior no landscape */
            }

        }

        /* ==================== AJUSTES EXTRAS ==================== */
        @media (max-width: 768px) {

            /* Remove offset em mobile */
            .hero .col-lg-6.offset-lg-6 {
                margin-left: 0 !important;
            }

            /* Melhora a legibilidade 
            .hero::before {
                background: var(--dark-color);
                opacity: 0.2;
            }*/
        }

        /* Animação do cursor */
        .cursor {
            display: inline-block;
            color: var(--dark-color);
            font-weight: 100;
            animation: blink 1s infinite;
        }

        @keyframes blink {

            0%,
            50% {
                opacity: 1;
            }

            51%,
            100% {
                opacity: 0;
            }
        }

        /* Cursor final - para quando a digitação acabar */
        .cursor.final {
            animation: finalBlink 1.5s infinite;
        }

        @keyframes finalBlink {

            0%,
            70% {
                opacity: 1;
            }

            71%,
            100% {
                opacity: 0;
            }
        }

        .hero p {
            font-size: 27px;
            font-weight: 400;
            opacity: 0.95;

        }

        /* Melhorias para mobile */
        @media (max-width: 768px) {
            .hero {
                background-attachment: scroll;
                /* Remove parallax no mobile para melhor performance */
            }

            .hero h1 {
                font-size: 1.4rem !important;

            }

            .hero p {
                font-size: 0.8rem !important;
            }
        }

        /* Correção para o problema de espaçamento durante scroll */
        .hero .row {
            width: 100%;
            margin: 0;
        }

        .hero .col-lg-6 {
            padding: 0 15px;
        }

        /* Garantir que o texto não suma durante o carregamento */
        .loading-overlay:not(.hidden)~* .hero h1 {
            opacity: 1;
        }

        .loading-overlay:not(.hidden)~* .hero h1 #typewriter-text {
            opacity: 0;
        }

        /* Floating Animation */
        @keyframes float {

            0%,
            100% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-20px);
            }
        }

        .floating {
            animation: float 6s ease-in-out infinite;
        }

        /* Section Headers */
        .section-header {
            color: var(--dark-color);
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 1rem;
            position: relative;
            display: inline-block;
        }

        .section-header::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 50px;
            border-radius: 2px;
        }

        .section-title {
            font-size: 36px;
            font-weight: 300;
            color: #26284B;
            margin-bottom: 4rem;
            line-height: 1.3;
        }

        /* Services Section */
        .services {
            margin-top: 72px;
            position: relative;
            z-index: 2;
        }

        /*
        .services .row.g-4 {
            transform: translateY(150px);
        }
        */
        .services.section-title {
            margin-bottom: 0px;
        }

        .service-card {
            background: #ECF8F8;
            border-radius: 12px;
            padding: 3rem 2rem;
            height: 100%;
            /*box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);*/
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
            border: none;
            overflow: hidden;
            cursor: pointer;
        }

        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: var(--gradient);
            transition: all 0.6s ease;
            z-index: 1;
            opacity: 0;
        }

        .service-card:hover::before {
            left: 0;
            opacity: 0.05;
        }


        .service-number {
            position: absolute;
            top: 2rem;
            right: 2rem;
            /*background: rgba(33, 150, 243, 0.1);*/
            color: var(--dark-color);
            padding: 0.5rem 1rem;
            border-radius: 12px;
            font-size: 0.9rem;
            font-weight: 700;
            z-index: 2;
            transition: all 0.3s ease;
        }

        .service-card:hover .service-number {
            background: var(--dark-color);
            color: white;
            transform: scale(1.1);
        }

        .service-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            margin-bottom: 2rem;
            color: var(--primary-color);
            transition: all 0.4s ease;
            z-index: 2;
            position: relative;
        }

        .service-card .card-body {
            border-top: 1px solid #D9D9D9;
            padding-top: 27px !important;
        }

        .service-card h3 {
            font-size: 1.4rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 1.5rem;
            transition: all 0.3s ease;
            z-index: 2;
            position: relative;
        }

        .service-card p {
            color: #666;
            font-weight: 400;
            line-height: 1.7;
            margin-bottom: 0;
            z-index: 2;
            position: relative;
        }

        /* Benefits Section */
        .benefits {
            padding: 250px 0 120px;
            background: var(--dark-color);
            color: white;
            position: relative;
            z-index: 1;
            margin-top: -150px;
        }

        .benefits .section-header {
            color: rgba(255, 255, 255, 0.8);
        }

        .benefits .section-header::after {
            background: rgba(255, 255, 255, 0.3);
        }

        .benefits .section-title {
            color: white;
        }

        .benefit-card {
            border-radius: 20px;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: flex-end;
            padding: 2.5rem;
            height: 280px;
            transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            cursor: pointer;
            background-size: cover !important;
            background-position: center !important;
        }

        .benefit-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            transition: all 0.4s ease;
            z-index: 1;
        }

        .benefit-card:hover::before {
            background: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(33, 150, 243, 0.6));
        }

        .benefit-card:hover {
            transform: scale(1.05) translateY(-10px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
        }

        /* Zoom effect on background image */
        .benefit-card::after {
            content: '';
            position: absolute;
            top: -20px;
            left: -20px;
            right: -20px;
            bottom: -20px;
            background: inherit;
            background-size: cover !important;
            background-position: center !important;
            transition: transform 0.6s ease;
            z-index: 0;
        }

        .benefit-card:hover::after {
            transform: scale(1.15);
        }

        .benefit-content {
            position: relative;
            z-index: 2;
            transition: all 0.3s ease;
        }

        .benefit-card:hover .benefit-content {
            transform: translateY(-5px);
        }

        .benefit-content h3 {
            font-size: 1.6rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        }

        /* Diagonal Plus Icon */
        .diagonal-plus-large {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 150px 150px;
            border-color: transparent transparent #ECF8F8 transparent;
            z-index: 3;
            transition: all 0.3s ease;
        }

        .diagonal-plus-large::after {
            content: '';
            font-weight: 900;
            position: absolute;
            bottom: -100px;
            right: 40px;
            color: var(--dark-color);
            font-size: 16px;
            background-image: url('../../assets/images/Group-24.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            transform: translate(50%, 50%);
            transition: all 0.3s ease;
            width: 50px;
            height: 50px;
        }

        .diagonal-plus {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 90px 90px;
            border-color: transparent transparent #ECF8F8 transparent;
            z-index: 3;
            transition: all 0.3s ease;
        }

        .diagonal-plus::after {
            content: '';
            font-weight: 900;
            position: absolute;
            bottom: -60px;
            right: 25px;
            color: var(--dark-color);
            font-size: 16px;
            background-image: url('../../assets/images/Group-24.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            transform: translate(50%, 50%);
            transition: all 0.3s ease;
            width: 32px;
            height: 32px;
        }

        .benefit-card:hover .diagonal-plus-large {
            border-color: transparent transparent rgba(255, 255, 255, 1) transparent;
        }

        .benefit-card:hover .diagonal-plus-large::after {
            color: var(--primary-color);
            transform: translate(50%, 50%) scale(1.1);
        }

        .benefit-card:hover .diagonal-plus {
            border-color: transparent transparent rgba(255, 255, 255, 1) transparent;
        }

        .benefit-card:hover .diagonal-plus::after {
            color: var(--primary-color);
            transform: translate(50%, 50%) scale(1.1);
        }

        /* Background images for benefit cards */
        .benefit-large {
            background: url('../../assets/images/Mask-group-1.jpg');
            height: 600px;
        }

        .benefit-small-1 {
            background: url('../../assets/images/Mask-group.jpg');
            height: 290px;
        }

        .benefit-small-2 {
            background: url('../../assets/images/Mask-group-3.jpg');
            height: 290px;
        }

        .benefit-small-3 {
            background: url('../../assets/images/Mask-group-6.jpg');
            height: 290px;
        }

        .benefit-small-4 {
            background: url('../../assets/images/Mask-group-2.jpg');
            height: 290px;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .benefits {
                margin-top: -25px;
            }

            .benefit-large {
                height: 400px;
            }

            .benefit-card {
                height: 250px;
                padding: 1rem;
            }

            .benefit-content h3 {
                font-size: 0.9rem;
            }

            .diagonal-plus {
                border-width: 0 0 85px 85px;
            }

            .diagonal-plus::after {
                bottom: -57px;
                right: 25px;
                font-size: 14px;
            }
        }

        /* About Section */
        .about {
            padding: 72px 0 72px;
            background: white;
            position: relative;
            overflow: hidden;
            /* Para controlar elementos que saem do container */
        }

        .about h3 {
            font-size: 2.8rem;
            font-weight: 300;
            color: #333;
            line-height: 1.3;
            margin-bottom: 2.5rem;
        }

        .about p {
            color: #666;
            font-weight: 400;
            line-height: 1.8;
            margin-bottom: 2rem;
            font-size: 1.1rem;
        }

        /* Container do conteúdo com margem para não ser coberto */
        .about-content {
            margin-left: 25%;
            /* Margem para não ser coberta pela logo */
            position: relative;
            z-index: 2;
            padding-right: 0rem;
            /* Espaçamento interno para as imagens */
        }

        /* Logo azul no canto esquerdo */
        .about-logo {
            position: absolute;
            left: 0;
            top: 28%;
            transform: translateY(-50%);
            width: 38%;
            /* Ocupa 30% da largura */
            max-width: 600px;
            height: 500px;
            background: url('../../assets/images/Isolation_Mode.png');
            /* Substitua pelo caminho correto da logo */
            background-size: contain;
            background-position: left;
            background-repeat: no-repeat;
            z-index: 1;
            /* Fica atrás do conteúdo */
            opacity: 0.9;
        }

        /* Container das imagens dentro do espaço do container */
        .about-images-container {
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-items: flex-end;
            /* Alinha à direita */
            margin-top: 2rem;
        }

        /* Primeira imagem dentro do container */
        .about-image {
            width: 100%;
            max-width: 280px;
            height: 280px;
            background: url('../../assets/images/Mask-group-4.jpg');
            background-size: cover;
            background-position: center;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            transition: all 0.4s ease;
            z-index: 2;
            margin-bottom: 30px;
        }

        .about-image:hover {
            transform: scale(1.02);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
        }

        /* Segunda imagem dentro do container */
        .about-image-2 {
            width: 100%;
            max-width: 280px;
            height: 280px;
            background: url('../../assets/images/Mask-group-5.jpg');
            background-size: cover;
            background-position: center;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            transition: all 0.4s ease;
            z-index: 2;

        }

        .about-image-2:hover {
            transform: scale(1.02);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
        }

        .mission-vision h4 {
            font-weight: 700;
            color: var(--dark-color);
            margin-bottom: 1rem;
            font-size: 16px;
        }

        /* Responsividade */
        @media (max-width: 1780px) {
            .about-logo {
                width: 30%;
                /* Ocupa 30% da largura */
                max-width: 400px;
                height: 500px;

            }
        }

        @media (max-width: 1480px) {
            .about-logo {
                width: 20%;
                /* Ocupa 30% da largura */
                max-width: 300px;
                height: 500px;

            }
        }

        @media (max-width: 992px) {
            .about-content {
                margin-left: 0;
                padding-right: 0;
            }

            .about-logo {
                position: relative;
                width: 200px;
                height: 200px;
                margin: 20px auto;
                transform: none;
                top: auto;
                left: auto;
            }

            .about-images-container {
                align-items: center;
            }

            .about-image,
            .about-image-2 {
                max-width: 324px;
                margin: 20px 0;
            }

            .about-image-2 {
                margin-right: 0;
            }
        }

        /* CTA Section */
        .cta {
            color: white;
            position: relative;
            overflow: hidden;
        }

        .cta::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
            background-size: 30px 30px;
            animation: float 20s linear infinite;
        }

        /* Box azul claro que vai sobrepor o footer */
        .cta-box {
            background: #2C6BB0;
            border-radius: 15px;
            padding: 2rem;
            margin: 0 auto 0;
            max-width: 800px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            position: relative;
            transform: translateY(50px);
            /* Move 50px para baixo para sobrepor o footer */
            z-index: 20;
        }

        .cta h3 {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 2rem;
            position: relative;
            z-index: 2;
        }

        .btn-whatsapp {
            background: transparent;
            /* sem fundo */
            border: none;
            color: #fff;

            border-radius: 50%;
            font-size: 1.2rem;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            display: inline-flex;
            align-items: center;
            gap: 1rem;
            position: relative;
            z-index: 2;
            box-shadow: none;
            text-align: left;
        }

        .whatsapp-icon {
            background: white;
            color: #25D366;
            border-radius: 50%;
            width: 90px;
            height: 90px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .whatsapp-icon i {
            font-size: 2.8rem;
        }

        .btn-whatsapp:hover .whatsapp-icon {
            transform: scale(1.1);
        }

        .btn-whatsapp:hover .whatsapp-text {
            text-decoration: underline;
        }

        /* Footer */
        .footer {
            background: #1a1c3a;
            color: white;
            padding: 10rem 0 0;
            position: relative;
            margin-top: -83px;
            /* ADICIONE ISSO */
            z-index: 1;
        }

        .footer h5 {
            font-weight: 600;
            text-transform: uppercase;
            font-size: 1rem;
            letter-spacing: 1px;
            margin-bottom: 2rem;
            color: white;
            position: relative;
        }

        .footer h5::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 30px;
            height: 2px;
            background: var(--primary-color);
        }

        .footer ul {
            list-style: none;
            padding: 0;
        }

        .footer ul li {
            margin-bottom: 1rem;
            transition: all 0.3s ease;
        }

        .footer ul li:hover {
            transform: translateX(5px);
        }

        .footer a {
            color: #ccc;
            text-decoration: none;
            font-weight: 400;
            transition: all 0.3s ease;
        }

        .footer a:hover {
            color: var(--secondary-color);
        }

        .footer-bottom {
            background-color: #2C6BB0;
            padding: 0.5rem;
            text-align: center;
            color: #ccc;
            font-size: 0.9rem;
            margin-top: 3rem;
        }

        .footer-bottom p {
            margin: 0;
            padding: 0;
        }

        .social-icon {
            color: white;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
        }

        .social-icon:hover {
            background: var(--primary-color);
            color: white;
            transform: translateY(-3px) scale(1.1);
        }

        /* Side Menu */
        .side-menu {
            position: fixed;
            top: 0;
            right: -400px;
            width: 380px;
            height: 100vh;
            background: linear-gradient(135deg, var(--dark-color), #1a1c3a);
            color: white;
            z-index: 1050;
            padding: 0;
            box-shadow: -10px 0 30px rgba(0, 0, 0, 0.3);
            transition: right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            backdrop-filter: blur(20px);
            overflow-y: auto;
            overflow-x: hidden !important;
        }

        .side-menu.open {
            right: 0;
        }

        .side-menu-header {
            padding: 2rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            position: relative;
            background: rgba(255, 255, 255, 0.05);
        }

        .side-menu .close-btn {
            background: none;
            border: none;
            color: white;
            font-size: 1.8rem;
            position: absolute;
            top: 1.5rem;
            right: 1.5rem;
            transition: all 0.3s ease;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .side-menu .close-btn:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: rotate(90deg);
        }

        .side-menu .logo {
            height: 60px;
            margin-bottom: 1rem;
        }

        .side-menu .company-tagline {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.7);
            font-style: italic;
        }

        .side-menu .menu-items {
            list-style: none;
            padding: 2rem 0;
            margin: 0;
        }

        .side-menu .menu-items li {
            margin-bottom: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        .side-menu .menu-items a {
            color: white;
            font-size: 1.1rem;
            font-weight: 500;
            text-decoration: none;
            padding: 1.5rem 2rem;
            display: block;
            transition: all 0.3s ease;
            position: relative;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .side-menu .menu-items a::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 0;
            background: var(--gradient);
            transition: width 0.3s ease;
        }

        .side-menu .menu-items a:hover {
            color: white;
            background: rgba(255, 255, 255, 0.05);
            transform: translateX(10px);
        }

        .side-menu .menu-items a:hover::before {
            width: 4px;
        }

        .side-menu .menu-items .dropdown {
            position: relative;
        }

        .side-menu .dropdown-toggle::after {
            /*float: right;
            margin-top: 8px;*/
            display: none !important;
        }

        .side-menu .dropdown-menu-custom {
            background: rgba(0, 0, 0, 0.3);
            border: none;
            margin: 0;
            border-radius: 0;
            box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }

        .side-menu .dropdown.show .dropdown-menu-custom {
            max-height: 300px;
        }

        .side-menu .dropdown-menu-custom a {
            font-size: 1rem;
            padding: 1rem 3rem;
            color: rgba(255, 255, 255, 0.8);
        }

        .side-menu .dropdown-menu-custom a:hover {
            color: white;
            background: rgba(255, 255, 255, 0.1);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.5rem;
            }

            .hero p {
                font-size: 1.2rem;
            }

            .services .row.g-4 {
                transform: translateY(80px);
            }

            .benefits {
                padding: 180px 0 80px;
            }

            .benefit-large {
                height: 280px;
            }

            .benefit-small-1,
            .benefit-small-2,
            .benefit-small-3,
            .benefit-small-4 {
                height: 200px;
            }

            .section-title {
                font-size: 2rem;
            }

            .side-menu {
                width: 100vw;
                right: -100vw;
            }
        }

        /* Smooth scrolling */
        html {
            scroll-behavior: smooth;
        }

        /* Custom scrollbar */
        ::-webkit-scrollbar {
            width: 8px;
        }

        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        ::-webkit-scrollbar-thumb {
            background: var(--gradient);
            border-radius: 4px;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: var(--dark-color);
        }

        /* Loading Animation */
        .loading-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: var(--gradient);
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: opacity 0.5s ease;
        }

        .loading-overlay.hidden {
            opacity: 0;
            pointer-events: none;
        }

        .loading-spinner {
            width: 60px;
            height: 60px;
            border: 4px solid rgba(255, 255, 255, 0.3);
            border-top: 4px solid white;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }