
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            color: #333;
            line-height: 1.3;
        }
        
        /* Estilos do menu */
        .header-menu {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background-color: transparent;
            z-index: 100;
            padding: 1.2rem 0;
            transition: background-color 0.3s ease;
        }
        
        .header-menu.scrolled {
            background-color: #066469c9;
            position: fixed;
            animation: fadeIn 0.3s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        .menu-container {
            max-width: 1200px;
            margin: auto;
            padding: 0 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .menu-list {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
            gap: 2rem;
            transition: all 0.3s ease;
        }
        
        .menu-item a {
            color: white;
            text-decoration: none;
            font-size: 1.0rem;
            font-weight: bold;
            padding: 0.5rem 1rem;
            border-radius: 4px;
            transition: background-color 0.3s, text-shadow 0.3s;
        }
        
        .menu-item a:hover {
            background-color: #066469;
            text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
            color: #ffffff;
        }
        
        /* Hamburger menu */
        .hamburger {
            display: none;
            cursor: pointer;
            width: 30px;
            height: 25px;
            position: relative;
            z-index: 101;
        }
        
        .hamburger span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            background: rgb(255, 255, 255);
            border-radius: 3px;
            opacity: 1;
            left: 0;
            transform: rotate(0deg);
            transition: .25s ease-in-out;
        }
        
        .hamburger span:nth-child(1) {
            top: 0px;
        }
        
        .hamburger span:nth-child(2), .hamburger span:nth-child(3) {
            top: 10px;
        }
        
        .hamburger span:nth-child(4) {
            top: 20px;
        }
        
        .hamburger.open span:nth-child(1) {
            top: 10px;
            width: 0%;
            left: 50%;
        }
        
        .hamburger.open span:nth-child(2) {
            transform: rotate(45deg);
        }
        
        .hamburger.open span:nth-child(3) {
            transform: rotate(-45deg);
        }
        
        .hamburger.open span:nth-child(4) {
            top: 10px;
            width: 0%;
            left: 50%;
        }
        
        /* Hero section redesenhada */
        .hero {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }
        
        .hero img.hero-bg {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .hero-content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            background-color: rgba(0, 0, 0, 0.2);
            padding-top: 5px; /* Espaço para o menu */
        }
        
        .hero-main {
            width: 66%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 2rem;
        }
        
        .hero-sidebar {
            width: 30%;
            display: flex;
            align-items: center;
            padding: 3rem;
        }
        
        .hero-text-box {
            background-color: rgba(6, 100, 105, 0.047); /* Cor semelhante ao menu com transparência */
            padding: 1.0rem;
            border-radius: 8px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
            max-width: 860px;
            margin: 0 auto;
            text-align: center;
        }
        
        .hero h1 {
            font-size: 2.0rem;
            margin-bottom: 1.0rem;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
            color: white;
        }

        .hero h4 {
            font-size: 1.2rem;
            margin-bottom: 1.0rem;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
            color: white;
        }

        .hero p {
            font-size: 1.0rem;
            margin-bottom: 1.0rem;
            color: white;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        }
        
        .hero-logo {
            margin-bottom: 2rem;
        }
        
        .hero-logo img {
            max-width: 100%;
            height: auto;
            max-height: 150px;
        }
        
        /* Estilos para a caixa de login (30% sidebar) */
        .login-overlay {
            background-color: rgba(255, 255, 255, 0.073);
            padding: 1rem;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            width: 100%;
            max-width: 265px;
        }
        
        .login-overlay h2 {
            margin-top: 0;
            color: #ffffff;
            font-size: 1.5rem;
            text-align: center;
            margin-bottom: 1.0rem;
        }
        
        .login-overlay form {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        
        .login-overlay input {
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 1rem;
            background-color: rgba(255, 255, 255, 0.9);
        }
        
        .login-overlay button {
            background-color: #0066cc;
            color: white;
            border: none;
            padding: 10px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 1rem;
            transition: background-color 0.3s;
            margin-top: 10px;
        }
        
        .login-overlay button:hover {
            background-color: #1f3f86;
        }
        


        .botao-link {
            display: inline-block; /* Permite aplicar margens e padding */
            padding: 8px 110px; /* Espaçamento interno */
            background-color: #0066cc; /* Cor de fundo */
            color: white; /* Cor do texto */
            text-decoration: none; /* Remove sublinhado */
            border: none; /* Remove borda */
            cursor: pointer; /* Muda o cursor para ponteiro */
            border-radius: 30px 30px 30px 30px; /* Cantos arredondados */
            text-align: center; /* Centraliza o texto */
        }

        .botao-link:hover {
            background-color: #1f3f86; /* Cor ao passar o mouse */
        }



        .login-links {
            margin-top: 15px;
            font-size: 0.9rem;
            text-align: center;
        }
        
        .login-links a {
            color: #ecf3fa;
            text-decoration: none;
        }
        
        .login-links a:hover {
            text-decoration: underline;
            color: #c2f19c;
        }
        
        /* Restante do CSS existente permanece igual */
        section {
            padding: 2rem 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .section-title {
            font-size: 1.8rem;
            color: #0066cc;
            margin-bottom: 2rem;
            text-align: center;
        }
        
        .content-row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 3rem;
            margin-bottom: 1rem;
        }
        
        .content-row.reverse {
            flex-direction: row-reverse;
        }
        
        .text-content {
            flex: 2;
            min-width: 300px;
        }
        
        .image-content {
            flex: 1;
            min-width: 300px;
            text-align: center;
        }
        
        .image-content img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
        }

        .highlight {
            background-color: #b2d5f359;
            padding: 1.5rem;
            border-left: 6px solid #0066cc;
            margin: 2rem 0;
            font-style: italic;
        }
        
        .features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.7rem;
            margin-top: 2rem;
        }
        
        .feature-item {
            background-color: #b2d5f359;
            padding: 1.5rem;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }
        
        .cards-container {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            margin: 3rem 0;
        }
        
        .card {
            flex: 1;
            min-width: 300px;
            background-color: #b2d5f359;
            padding: 2rem;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        
        .card h3 {
            color: #0066cc;
            margin-top: 0;
        }
        
        .full-width-card {
            background-color: #b2d5f359;
            padding: 2rem;
            border-radius: 8px;
            margin: 3rem 0;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        
        .login-container {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 3rem;
            margin-top: 2rem;
        }
        
        /* Estilo para o rodapé */
        footer {
            background-color: #f6f6f6;
            padding: 80px 0;
            text-align: center;
            margin-right: 15px;
            margin-left: 15px;
        }

        .footer-logos {
            width: 100%;
            padding: 20px 0;
            background: #f6f6f6; /* opcional */
            display: flex;
            justify-content: center;
        }

        /* GRID DOS LOGOS */
        .footer-logos-grid {
            width: 100%;
            max-width: 1400px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px 0px; /* espaçamento vertical | horizontal */
            align-items: center;
            justify-items: center;
        }

        /* IMAGENS */
        .footer-logos-grid img {
            max-width: 140px;       /* controla tamanho */
            height: auto;
            transition: transform .2s ease;
        }

        .footer-logos-grid img:hover {
            transform: scale(1.05);
        }


        /* Media Query (Modo Responsivo - Mobile) */
        @media (max-width: 600px) {
            .logos-grid-container {
                grid-template-columns: repeat(2, 1fr); /* Muda para 2 colunas no mobile */
            }

            .logos-grid-container img {
                max-width: 150px; 
            }
        }


        @media (max-width: 992px) {
            .hero-content {
                flex-direction: column;
            }
            
            .hero-main, .hero-sidebar {
                width: 100%;
            }
            
            .hero-main {
                padding: 1rem;
                order: 1;
            }
            
            .hero-sidebar {
                padding: 1rem;
                order: 2;
                justify-content: center;
            }
            
            .hero-text-box {
                padding: 1.5rem;
            }
            
            .hero h1 {
                font-size: 1.8rem;
            }
        }
        
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 1.6rem;
            }
            
            .hero p {
                font-size: 1rem;
            }
            
            .content-row, .content-row.reverse {
                flex-direction: column;
            }
            
            .cards-container {
                flex-direction: column;
            }
            

            @media (max-width: 768px) {
            .footer-logos-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px 30px;
            }

            .footer-logos-grid img {
                max-width: 140px;
            }
        }

            /* Estilos do menu hamburger */
            .hamburger {
                display: block;
            }
            
            .menu-list {
                position: fixed;
                top: 0;
                right: -100%;
                width: 70%;
                height: 100vh;
                background-color: #066469;
                flex-direction: column;
                justify-content: top;
                align-items: center;
                transition: right 0.3s ease;
                padding-top: 80px;
            }
            
            .menu-list.active {
                right: 0;
            }
            
            .header-menu.scrolled {
                background-color: rgba(10, 99, 77, 0.801);
            }
        }
        
        @media (max-width: 480px) {
            .hero-text-box {
                padding: 1rem;
            }
            
            .login-overlay {
                padding: 1.5rem;
            }
        }
   

