/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    /* line-height: 1.6; */
    color: #333;
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header and Navigation */
/* Header e Navegação */
.navbar {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.0);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
}

.navbar .container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 2rem 10px;
  max-width: none;
  flex: 1;
  
}

.logo {
    position: absolute;
    left: 30px;
    top: 20px; /* Ajuste fino vertical */
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 1.5rem;
}

.nav-menu a {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    font-size: 0.80rem; /* 🔥 Deixa as letras menores */
    letter-spacing: 0.5px; /* 🔥 Fica mais elegante */
    transition: color 0.3s ease;
    position: relative;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: #000000;
}

.nav-menu a.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    background: #000000;
}


/* Hero Section */
.hero {
    background: url('img/header.png');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: white;
    padding-top: 80px;
}

.hero-content {
    flex: 1;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px; /* 🔥 Espaço lateral da esquerda */
}

.hero h1 {
    font-size: 2.2rem;
    font-weight: 10;
    line-height: 1.1;
}

.hero h1 .highlight {
    font-size: 4.3rem; /* 🔥 Igual ao h1 */
    font-weight: 700;
}


.highlight {
    color: #1180B9; /* 🔥 Azul igual da imagem, ou escolha outra */
}

.hero p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    max-width: 800px;
    color: #ffffff;
    font-weight: 10
}

.hero-buttons {
    display: flex;
    gap: 1rem;
}

.btn {
    
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn svg,
.btn i {
    vertical-align: middle;
}


.btn-primary {
    background: #134375;
    color: white;
    border: none;
}

.btn-primary:hover {
    background: #023E8A;
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 1.5px solid #134375;
}

.btn-secondary:hover {
    background: white;
    color: #023E8A;
}

.btn,
.btn a {
    text-decoration: none;
}


.btn-full {
    width: 100%;
}

.hero-logo {
    position: absolute;
    right: 70px;
    top: 55%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    background: none;
    backdrop-filter: none;
    padding: 0;
    border-radius: 0;
}

.hero-logo img {
    width: 400px; /* 🔥 Tamanho ajustado conforme a referência */
}

.hero-logo h2 {
    display: none; /* 🔥 Esconde o texto "neo CONSTEC", pois está dentro da própria logo */
}


.logo-large {
    text-align: center;
    background: rgba(255,255,255,0.1);
    padding: 2rem;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.logo-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #3B82F6, #1E3A8A);
    margin: 0 auto 1rem;
    border-radius: 10px;
    position: relative;
}

.logo-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 5px;
}

.logo-large h2 {
    color: white;
    font-size: 2rem;
    line-height: 1;
}

/* Page Hero */
.page-hero {
    background: linear-gradient(rgba(30, 58, 138, 0.8), rgba(30, 58, 138, 0.8)), url('https://images.unsplash.com/photo-1589939705384-5185137a7f0f?w=1200&h=400&fit=crop');
    background-size: cover;
    background-position: center;
    padding: 120px 0 60px;
    color: white;
    text-align: center;
}

.page-hero h1 {
    font-size: 3rem;
    font-weight: bold;
}

/* About Section */
/* About Section */
/* SOBRE NÓS */
.about-section {
    padding: 150px 0;
    background-color: #fff;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* .about-image img {
    width: 100%;
    height: 100;
    object-fit: cover;
    border-radius: 1;
} */

.about-text h2 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 2rem;
}

.about-text h2 .sobre {
    color: #1180B9;
    font-weight: 100; /* Super fino (se suportado) */
}

.about-text h2 .nos {
    color: #1180B9;
    font-weight: 700;
    display: inline-block;
    border-bottom: 3px solid #1180B9;
    padding-bottom: 4px;
}



.about-text p {
    font-size: 1rem;
    line-height: 1.8;
    color: #0E2B4A;
    font-weight: 300;
    margin-bottom: 0.75rem;
    max-width: 600px;
}



.about-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

/* Mensagem da Diretoria Section */
.differential-section {
    padding: 60px 0;
    background: #134375;
    color: #F6F6F6;
}

.differential-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6rem;
}

.differential-text {
    flex: 1; /* 50% do espaço */
    max-width: 50%;
}

.differential-image,
.diretoria-image {
    flex: 1; /* 50% do espaço */
    max-width: 100%;
}

.differential-text .highlight {
    color: #F6F6F6;
    font-weight: 700;
    border-bottom: 2px solid #F6F6F6;
    padding-bottom: 4px;
}


.differential-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}


.diferencial-nosso {
    color: #F6F6F6;
    font-weight: 300;
}

.diferencial-palavra {
    color: #F6F6F6;
    font-weight: 700;
    border-bottom: 2px solid #F6F6F6;
    display: inline-block;
    padding-bottom: 4px;
}


.differential-text p {
    font-size: 1rem;
    line-height: 1.8;
    color:#F6F6F6;
    font-weight: 300;
    margin-bottom: 0.75rem;
    max-width: 600px;
}

.differential-image img {
    width: 100%;
    /* height: 361px; */
    object-fit: cover;
    border-radius: 0;
}

.diretoria-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}


/* Values Section */
.values-section {
    padding: 80px 0;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.value-item {
    text-align: start;
    padding: 1rem;
}

.title-icon {
    color: black !important;
}

.text-icon {
    color: #A9A9A9;
}

.value-icon {
    /* font-size: 3rem; */
    margin-bottom: 1rem;
    /* display: block; */
    height: 56px;
    width: 56px;
}

.value-item h3 {
    color: #1E3A8A;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.value-item p {
    line-height: 1.6;
}

/* Company Info */
.company-info {
    padding: 80px 0;
    background: #F8FAFC;
}

.company-grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 3rem;
    align-items: center;
}

.large-logo {
    text-align: center;
    background: #1E3A8A;
    color: white;
    padding: 3rem;
    border-radius: 15px;
}

.logo-icon-large {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #3B82F6, #F59E0B);
    margin: 0 auto 1rem;
    border-radius: 15px;
    position: relative;
}

.logo-icon-large::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 8px;
}

.large-logo h2 {
    font-size: 2.5rem;
    line-height: 1;
}

.company-text h2 {
    color: #1E3A8A;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
}

.company-text p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 1.1rem;
}

/* Services Areas */
.services-areas {
    padding: 80px 0;
}

.services-areas h2 {
    color: #1E3A8A;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    text-align: center;
}

.service-item {
    display: grid;
    grid-template-columns: 60px 1fr 300px;
    gap: 2rem;
    margin-bottom: 3rem;
    align-items: center;
}

.service-number {
    width: 50px;
    height: 50px;
    background: #3B82F6;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.service-content h3 {
    color: #1E3A8A;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.service-content p {
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.service-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

/* Clients Section */
.clients-section {
    padding: 80px 0;
    background: #F8FAFC;
    text-align: center;
}

.clients-section h2 {
    color: #1E3A8A;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
}

.clients-section p {
    margin-bottom: 3rem;
    font-size: 1.1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.client-logo {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    font-weight: bold;
    color: #1E3A8A;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

/* Policy Sections */
.integrity-content,
.ethics-channel,
.denunciation-channel {
    padding: 80px 0;
}

.integrity-content {
    background: #F8FAFC;
}

.denunciation-channel {
    background: #F8FAFC;
}

.policy-grid,
.channel-grid,
.denunciation-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 3rem;
    align-items: center;
}

.policy-text h2,
.channel-text h2,
.denunciation-text h2 {
    color: #1E3A8A;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
}

.policy-text p,
.channel-text p,
.denunciation-text p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 1.1rem;
}

.policy-image img,
.channel-image img,
.denunciation-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

/* Form Styles */
.denunciation-form-section,
.contact-section {
    padding: 80px 0;
    background: #F8FAFC;
}

.form-container {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.form-container h2 {
    color: #1E3A8A;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
}

.contact-section h2 {
    color: #1E3A8A;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    text-align: center;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #E5E7EB;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3B82F6;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin-right: 0.5rem;
}

.captcha {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0.5rem 0;
}

.captcha-text {
    background: #E5E7EB;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-family: monospace;
    font-size: 1.2rem;
}

.captcha input {
    max-width: 150px;
}

/* Map Section */
.map-section {
    padding: 0;
}

.map-container {
    position: relative;
    height: 400px;
}

.map-placeholder {
    width: 100%;
    height: 100%;
}

.map-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-info {
    position: absolute;
    top: 20px;
    right: 20px;
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    max-width: 300px;
}

.location-details h3 {
    color: #1E3A8A;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.location-details p {
    line-height: 1.6;
}

/* Contact Info */
.contact-info-section {
    padding: 80px 0;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.contact-item {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.contact-item h3 {
    color: #1E3A8A;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.contact-item p {
    line-height: 1.6;
}

/* Portfolio Styles */
.portfolio-intro {
    padding: 80px 0;
    text-align: center;
    background: #F8FAFC;
}

.portfolio-intro h2 {
    color: #1E3A8A;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
}

.portfolio-intro p {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

.services-categories {
    padding: 80px 0;
}

.services-categories h2 {
    color: #1E3A8A;
    margin-bottom: 3rem;
    font-size: 2rem;
    text-align: center;
}

.category-item {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    margin-bottom: 4rem;
    align-items: center;
}

.category-content h3 {
    color: #1E3A8A;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.category-content p {
    margin-bottom: 1rem;
    line-height: 1.7;
}

.category-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.technical-services {
    padding: 80px 0;
    background: #F8FAFC;
}

.technical-services h2 {
    color: #1E3A8A;
    margin-bottom: 3rem;
    font-size: 2rem;
    text-align: center;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.service-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

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

.service-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.service-card h3 {
    color: #1E3A8A;
    padding: 1rem 1.5rem 0.5rem;
    font-size: 1.2rem;
}

.service-card p {
    padding: 0 1.5rem 1.5rem;
    line-height: 1.6;
}

.portfolio-gallery {
    padding: 80px 0;
}

.portfolio-gallery h2 {
    color: #1E3A8A;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    text-align: center;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(30, 58, 138, 0.9));
    color: white;
    padding: 2rem 1.5rem 1.5rem;
    transform: translateY(50px);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h3 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

/* Footer */
footer {
    background: white;
    color: black;
    padding: 60px 0 30px;
    height: 400px;
}

.footer-content {
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 2rem;
}

.footer-section h3 {
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: #A9A9A9;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: white;
}

.footer-section p {
    line-height: 1.6;
    color: #A9A9A9;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }
    
    .hero {
        flex-direction: column;
        text-align: center;
        padding: 100px 20px 50px;
    }
    
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .hero-logo {
        flex: none;
        margin-top: 2rem;
    }
    
    .about-content,
    /* .differential-content, */
    .company-grid,
    .policy-grid,
    .channel-grid,
    .denunciation-grid,
    .category-item {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    /* .differential-content {
        grid-template-columns: 1fr;
    } */
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .service-item {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .location-info {
        position: static;
        margin-top: 2rem;
        max-width: none;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
    
    .page-hero h1 {
        font-size: 2rem;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .btn {
        text-align: center;
    }
}

/* Sobre Nós


*/.page-hero {
    background: url('img/sobreNós2.png');
    background-size: cover;
    background-position: center;
    min-height: 85vh;
    display: flex;
    align-items: center;
    color: white;
    padding-top: 80px;
}
.company-info {
    padding: 100px 0;
    background-color: #ffffff;
}

.company-grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}


.company-text h2 {
    font-size: 2.8rem;
    color: #1180B9;
    margin-bottom: 10px;
    position: relative;
}

.company-text h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #1180B9;
    margin-top: 8px;
}

.company-text p {
    font-size: 1rem;
    line-height: 1.9;
    color: #0E2B4A;
    margin-bottom: 0.75px;
    max-width:600px
}

.company-logo-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-logo-section img {
    max-width: 110%;
    width: 400px;
    height: auto;
}
.services-areas {
    padding: 80px 0;
    background-color: #fff;
}

.services-areas h2 {
    color: #1E3A8A;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    text-align: left;
    padding-left: 20px;
}

.service-item {
    display: grid;
    grid-template-columns: 60px 1fr 400px;
    align-items: start;
    gap: 2rem;
    padding: 1rem 10px;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.service-icon img {
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 50%;
}

.service-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1E3A8A;
    margin-bottom: 0.5rem;
}

.service-content p {
    font-size: 1rem;
    color: #0E2B4A;
    line-height: 1.6;
    margin: 0;
}

.service-image img {
    width: 460px;
    height: 315px;
    object-fit: cover;
    border-radius: 0px;
}

@media (max-width: 768px) {
    .service-item {
        grid-template-columns: 1fr;
    }

    .service-image img {
        height: 180px;
    }

    .service-icon {
        margin-bottom: 1rem;
    }
}

.section-title {
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 3rem;
    padding-left: 20px;
    color: #1E3A8A;
}

.section-title .linha1 {
    font-size: 2.8rem;
    color: #1180B9;
    line-height:1;
    margin-bottom: 2rem;
}

.section-title .linha2 {
    font-weight: 700;
    font-size: 3rem;
    color: #1180B9;
    display: inline-block;
    font-weight: 700;
    display: inline-block;
    Border-bottom: 3px solid
    
}
