
        :root {
            --azul-primario: #0056b3;
            --azul-secundario: #003366;
            --amarelo-primario: #FFD700;
            --amarelo-secundario: #FFC107;
            --branco: #FFFFFF;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

    .logo-img {
        height: 40px;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    }
        
        .bg-azul {
            background-color: var(--azul-primario);
        }
        
        .bg-amarelo {
            background-color: var(--amarelo-primario);
        }
        
        .text-amarelo {
            color: var(--amarelo-primario);
        }
        
        .navbar {
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        
        .hero-section {
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0;
        }
        
        .btn-amarelo {
            background-color: var(--amarelo-primario);
            color: var(--azul-secundario);
            font-weight: bold;
        }
        
        .btn-amarelo:hover {
            background-color: var(--amarelo-secundario);
        }
        
        .feature-icon {
            font-size: 2.5rem;
            color: var(--azul-primario);
            margin-bottom: 1rem;
        }
        
        footer {
            background-color: var(--azul-secundario);
            color: white;
        }
        
        .social-icon {
            color: white;
            font-size: 1.5rem;
            margin: 0 10px;
            transition: color 0.1s;
        }
        
        .social-icon:hover {
            color: var(--amarelo-primario);
        }
        
        .slogan-banner {
            background-color: var(--amarelo-primario);
            color: var(--azul-secundario);
        }
        
        /* Estilos para os modais */
        .modal-content {
            border: 3px solid var(--amarelo-primario);
        }
        
        .modal-header {
            border-bottom: 1px solid var(--amarelo-primario);
        }
        
        .list-group-item {
            border-left: none;
            border-right: none;
        }
        
        .list-group-item:first-child {
            border-top: none;
        }
        
        /* Estilos para a seção de estrutura com parallax */
        .parallax-section {
            position: relative;
            min-height: 500px;
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            display: flex;
            align-items: center;
            overflow: hidden;
        }
        
        .parallax-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(rgba(0, 51, 102, 0.85), rgba(0, 86, 179, 0.85));
        }
        
        .parallax-content {
            position: relative;
            z-index: 2;
            color: white;
            padding: 60px 0;
        }
        
        .infra-item {
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            padding: 25px;
            margin-bottom: 20px;
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: transform 0.3s ease, background-color 0.3s ease;
        }
        
        .infra-item:hover {
            transform: translateY(-5px);
            background-color: rgba(255, 255, 255, 0.15);
        }
        
        .infra-icon {
            font-size: 2.5rem;
            color: var(--amarelo-primario);
            margin-bottom: 15px;
        }


        .cta-profissional {
            background: linear-gradient(135deg, var(--amarelo-primario) 0%, var(--amarelo-secundario) 100%);
            padding: 3.5rem 0;
            position: relative;
            overflow: hidden;
        }
        
        .cta-profissional::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23003566' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
            opacity: 0.7;
        }
        
        .cta-content {
            position: relative;
            z-index: 1;
        }
        
        .btn-cta {
            background-color: var(--azul-secundario);
            border: none;
            padding: 0.8rem 2rem;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        
        .btn-cta:hover {
            background-color: #00264d;
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        }
        
        .footer-profissional {
            background-color: var(--azul-secundario);
            color: white;
            padding: 3rem 0 1rem;
        }
        
        .footer-title {
            color: var(--amarelo-primario);
            font-weight: 700;
            margin-bottom: 1.2rem;
            position: relative;
            padding-bottom: 0.5rem;
        }
        
        .footer-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 2px;
            background-color: var(--amarelo-primario);
        }
        
        .footer-links a {
            color: #e9ecef;
            text-decoration: none;
            transition: all 0.3s ease;
            display: block;
            margin-bottom: 0.5rem;
        }
        
        .footer-links a:hover {
            color: var(--amarelo-primario);
            padding-left: 5px;
        }
        
        .contact-info li {
            margin-bottom: 0.8rem;
            display: flex;
            align-items: flex-start;
        }
        
        .contact-info i {
            color: var(--amarelo-primario);
            margin-right: 10px;
            margin-top: 4px;
            flex-shrink: 0;
        }
        
        .social-icons {
            margin-top: 1.5rem;
        }
        
        .social-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            color: white;
            margin-right: 10px;
            transition: all 0.3s ease;
        }
        
        .social-icon:hover {
            background-color: var(--amarelo-primario);
            color: var(--azul-secundario);
            transform: translateY(-3px);
        }
        
        .footer-divider {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            margin: 2rem 0 1.5rem;
        }
        
        .footer-bottom {
            font-size: 0.9rem;
            color: #adb5bd;
        }
        
        .newsletter-form {
            position: relative;
            margin-top: 1rem;
        }
        
        .newsletter-input {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: white;
            padding: 0.6rem 1rem;
            border-radius: 4px;
            width: 100%;
        }
        
        .newsletter-input:focus {
            outline: none;
            border-color: var(--amarelo-primario);
        }
        
        .newsletter-btn {
            position: absolute;
            right: 4px;
            top: 4px;
            background: var(--amarelo-primario);
            border: none;
            color: var(--azul-secundario);
            border-radius: 4px;
            padding: 0.35rem 0.8rem;
            font-weight: 600;
        }
        
        /* Responsividade para o rodapé */
        @media (max-width: 768px) {
            .footer-col {
                margin-bottom: 2rem;
            }
            
            .cta-profissional {
                padding: 2.5rem 0;
            }
        }
        
        /* Estilo para o botão do WhatsApp */
        .whatsapp-float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 40px;
            right: 40px;
            background-color: #25d366;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 3px #999;
            z-index: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .whatsapp-float:hover {
            background-color: #128C7E;
            transform: scale(1.1);
        }

        .whatsapp-float img {
            width: 35px;
            height: 35px;
        }


        /*  Video  */



.video-container {
    position: relative;
    background-color: #000;
}

.video-overlay {
    background-color: rgba(0, 51, 102, 0.7);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.video-container:hover .video-overlay {
    opacity: 0.8;
}

.video-play-btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play-btn i {
    margin-left: 3px;
}

.text-justify {
    text-align: justify;
    line-height: 1.6;
}

