/* Marquee de parceiros: loop contínuo */
.parceiros-marquee-wrapper {
    overflow: hidden;
    position: relative;
    height: 120px;
}

.parceiros-marquee {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: parceiros-marquee 18s linear infinite;
}

@keyframes parceiros-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.parceiros-marquee img {
    height: 80px;
    display: inline-block;
    margin: 0 32px;
}
/* Ajuste responsivo para a logo do cabeçalho em dispositivos móveis */
@media (max-width: 575.98px) {
    .logo-header {
        height: 36px !important;
        width: auto !important;
    }
}
/* ====== Correção do cabeçalho e botões ====== */
.navbar.bg-primary {
    background: linear-gradient(90deg, #002147 70%, #b80c0c 100%) !important;
}
/* Marquee dos parceiros */
.parceiros-marquee-wrapper {
    overflow: hidden;
    position: relative;
    height: 120px;
}

.parceiros-marquee {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: parceiros-marquee 18s linear infinite;
}

@keyframes parceiros-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.btn-trabalhe-conosco {
    background: #002147 !important;
    color: #fff !important;
    border: none;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s;
}
.btn-trabalhe-conosco:hover {
    background: #003366 !important;
    color: #fff !important;
}

.btn-nossos-parceiros {
    background: #b80c0c !important;
    color: #fff !important;
    border: none;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s;
}
.btn-nossos-parceiros:hover {
    background: #a00a0a !important;
    color: #fff !important;
}
/* ====== Estilos customizados da página Abrangência ====== */
body {
    background-image: url('img/fundo.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    min-height: 100vh !important;
    width: 100vw !important;
    height: 100vh !important;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    z-index: -1;
    box-shadow: none;
    border: 2px solid #b80c0c;
}
.info-popup {
    max-width: 300px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    pointer-events: none;
}
.info-popup.ativo {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}
.popup-header {
    cursor: move;
    user-select: none;
}
.popup-header:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin: -5px;
    padding: 5px;
}
.coords-helper {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 11px;
    pointer-events: none;
    z-index: 1001;
}
.cluster-info {
    background: linear-gradient(135deg, #002147 0%, #b80c0c 100%);
    color: white;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    text-align: center;
}
.estatisticas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 20px;
}
/* Melhorar legibilidade do texto sobre o fundo */
.cluster-info h1 {
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    background: rgba(0,0,0,0.3);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.cluster-info p {
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    background: rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 8px;
}
.stat-card {
    background: white;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.stat-number {
    font-size: 2rem;
    font-weight: bold;
    color: #b80c0c;
    display: block;
}
.legend {
    display: flex;
/* ========================================
   PORTO GUIMARÃES - FOLHA DE ESTILOS
   Arquivo principal de estilos do site
   ======================================== */

/* ========================================
   ANIMAÇÕES E KEYFRAMES
   ======================================== */

/* Carrossel de parceiros animado */
.parceiros-carousel .parceiros-track {
    animation: parceirosScroll 18s linear infinite;
    will-change: transform;
}

@keyframes parceirosScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ========================================
   HEADER E NAVEGAÇÃO
   ======================================== */

/* Cabeçalho */
.navbar.bg-primary {
    background: linear-gradient(90deg, #002147 70%, #b80c0c 100%) !important;
}

.navbar .navbar-brand {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: auto;
    margin-left: 0 !important;
    justify-content: flex-start;
}

.logo-header {
<<<<<<< HEAD
    width: auto;
    object-fit: contain;
    display: block;
    background: transparent;
    margin: 0;
    transition: none;
}

@media (max-width: 575.98px) {
    .logo-header {
        width: auto !important;
        object-fit: contain !important;
        margin: 0 !important;
        display: block;
    }
    .navbar .navbar-brand {
        height: 40px;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: flex-start;
    }
    .navbar-toggler {
        margin-left: 4px;
        padding: 2px 8px;
    }
    .navbar .container {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
    .navbar-nav {
        max-height: 60vh;
        overflow-y: auto;
    }
}


=======
    height: 250px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    display: block;
    background: transparent;
    margin: 0 auto;
}

>>>>>>> 84e09983c523bcd3b7fd2d45d2dcbe6282d5d320
.navbar .nav-link, .navbar .btn {
    font-weight: 500;
    letter-spacing: 0.5px;
}

.navbar .btn-danger {
    background: #b80c0c;
    border: none;
}

.navbar .btn-danger:hover {
    background: #a00a0a;
}

/* Garantir logo colada à esquerda */
.navbar .container {
    padding-left: 0 !important;
    margin-left: 0 !important;
    width: 100%;
    max-width: 100%;
}

/* ========================================
   BANNER PRINCIPAL
   ======================================== */

.banner {
    min-height: 500px;
        .logo-header {
            height: 70px;
            width: auto;
            max-width: 180px;
            object-fit: contain;
            display: block;
            background: transparent;
            margin: 0 auto;
        }

        @media (max-width: 575.98px) {
            .logo-header {
                height: 38px;
                max-width: 90px;
                margin: 0;
                padding: 0;
                display: block;
            }
            .navbar .navbar-brand {
                height: 40px;
                padding: 0;
                margin: 0;
                display: flex;
                align-items: flex-start;
            }
            .navbar-toggler {
                margin-left: 4px;
                padding: 2px 8px;
            }
            .navbar .container {
                padding-left: 2px !important;
                padding-right: 2px !important;
            }
        }
    background: linear-gradient(120deg, #002147 70%, #b80c0c 100%);
    color: #fff;
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.banner h1, .banner h2, .banner p {
    color: #ffffff;
}

<<<<<<< HEAD
    background: #ff0000;
=======
    background: #ffcc00;
>>>>>>> 84e09983c523bcd3b7fd2d45d2dcbe6282d5d320
    border: none;
    color: #002147;
    font-weight: 700;
    transition: all 0.3s ease;
}

.banner .btn-warning:hover {
<<<<<<< HEAD
    background: #ff0000;
=======
    background: #e6b800;
>>>>>>> 84e09983c523bcd3b7fd2d45d2dcbe6282d5d320
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 204, 0, 0.4);
}

.banner .btn-danger {
.banner .btn-warning {
     background: #ffcc00;
     border: none;
     color: #002147;
     font-weight: 700;
     transition: all 0.3s ease;
}

.banner .btn-warning:hover {
     background: #e6b800;
     transform: translateY(-2px);
     box-shadow: 0 6px 20px rgba(255, 204, 0, 0.4);
}
    font-size: 1.2rem;
    padding: 0.75rem 2.5rem;
}

/* ========================================
   MAPA E ABRANGÊNCIA
   ======================================== */

/* Mapa Container */
.mapa-container {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.mapa-container:hover {
    transform: scale(1.02);
}

.mapa-mg {
    border-radius: 15px;
    transition: all 0.3s ease;
    background: transparent;
}

.mapa-link:hover .mapa-mg {
    filter: brightness(1.1);
}

.mapa-overlay {
    background: transparent;
    border-radius: 15px;
    transition: opacity 0.3s ease;
}

.mapa-link:hover .mapa-overlay {
    opacity: 1 !important;
}

/* Estilos para o mapa interativo */
#minasMap {
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
    transition: all 0.3s ease;
}

.base-marker {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.base-marker:hover {
    filter: drop-shadow(0 4px 8px rgba(255,107,53,0.6));
}

.coverage-area {
    transition: all 0.5s ease;
}

#baseInfo {
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* ========================================
   CARDS E COMPONENTES
   ======================================== */

/* Cards de Soluções */
.card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 2px 16px 0 #00214710;
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 4px 24px 0 #b80c0c22;
}

.card-title {
    max-height: 56px;
    width: auto;
    transition: max-height 0.2s;
    font-weight: 700;
}

.card .stretched-link {
    color: #b80c0c;
    font-weight: 500;
}

        max-height: 40px;
   SEÇÃO QUEM SOMOS - DESIGN MODERNO
   ======================================== */

/* Card principal com efeito glassmorphism */
.quem-somos-card {
    background: transparent;
    backdrop-filter: none;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
}

.quem-somos-card:hover {
    transform: translateY(-2px);
    box-shadow: none;
}

/* Padrão geométrico de fundo */
.geometric-pattern {
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, transparent 40%, rgba(0, 33, 71, 0.1) 50%, transparent 60%),
                linear-gradient(-45deg, transparent 40%, rgba(184, 12, 12, 0.1) 50%, transparent 60%);
    background-size: 20px 20px;
}

/* Título com gradiente */
.gradient-text {
    background: linear-gradient(135deg, #002147, #b80c0c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Linha de destaque */
.accent-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #002147, #b80c0c);
    border-radius: 2px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* Box de destaque */
.highlight-box {
    background: transparent;
    border-left: 4px solid #ffcc00;
    backdrop-filter: none;
    transition: all 0.3s ease;
}

.highlight-box:hover {
    background: transparent;
}

/* Ícones de features */
.feature-icon {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: none;
    transition: all 0.3s ease;
}

.feature-icon:hover {
    transform: scale(1.1);
    box-shadow: none;
}

/* Call to action box */
.cta-box {
    background: transparent;
    border: 2px solid rgba(0, 33, 71, 0.1);
    backdrop-filter: none;
    transition: all 0.3s ease;
}

.cta-box:hover {
    border-color: rgba(0, 33, 71, 0.2);
    transform: translateY(-2px);
}

.text-gradient {
    background: linear-gradient(135deg, #002147, #b80c0c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ========================================
   CARROSSEL MODERNIZADO
   ======================================== */

.carousel-container {
    max-width: 100%;
}

.carousel-wrapper {
    background: transparent;
    backdrop-filter: none;
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
}

.carousel-wrapper:hover {
    transform: none;
    box-shadow: none;
}

/* Controles modernos */
.carousel-image {
    height: 500px;
    object-fit: contain;
    background: transparent;
}
.modern-control {
    width: 50px;
    height: 50px;
    border: none;
    background: none;
    top: 50%;
    transform: translateY(-50%);
}

.control-bg {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #002147;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.modern-control:hover .control-bg {
    background: rgba(0, 33, 71, 0.9);
    color: white;
    transform: scale(1.1);
}

/* Indicadores modernos */
.modern-indicators {
    bottom: -3rem;
    margin-bottom: 0;
}

.modern-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 33, 71, 0.3);
    margin: 0 4px;
    transition: all 0.3s ease;
}

.modern-indicators button.active,
.modern-indicators button:hover {
    background: #002147;
    transform: scale(1.2);
}

/* ========================================
   ANIMAÇÕES DE ENTRADA
   ======================================== */

.quem-somos-card {
    animation: slideInLeft 0.8s ease-out;
}

.carousel-container {
    animation: slideInRight 0.8s ease-out 0.2s both;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ========================================
   RESPONSIVIDADE PARA QUEM SOMOS
   ======================================== */

@media (max-width: 991px) {
    .quem-somos-card {
        margin-bottom: 2rem;
    }
    
    .carousel-image {
        height: 300px;
    }
    
    .geometric-pattern {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 768px) {
    .gradient-text {
        font-size: 2rem;
    }
    
    .carousel-image {
        height: 250px;
    }
    
    .feature-item {
        flex-direction: column;
        text-align: center;
    }
    
    .feature-icon {
        margin: 0 auto 1rem auto;
    }
    
    .modern-control {
        width: 40px;
        height: 40px;
    }
    
    .control-bg {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* ========================================
   SEÇÕES ESPECÍFICAS
   ======================================== */

/* Indicadores */
#indicadores .display-6 {
    color: #b80c0c;
    font-size: 2.2rem;
}

#indicadores div {
    font-size: 1.1rem;
}

/* Quem Somos */
#quem-somos ul {
    list-style: disc inside;
    color: #002147;
    font-size: 1.1rem;
}

#quem-somos img {
    max-width: 100%;
    border-radius: 1rem;
    box-shadow: 0 2px 16px 0 #00214722;
}

/* Newsletter */
.newsletter {
    background: linear-gradient(90deg, #002147 70%, #b80c0c 100%);
}

.newsletter input, .newsletter button {
    border-radius: 2rem;
}

.newsletter .btn-danger {
    background: #b80c0c;
    border: none;
}

.newsletter .btn-danger:hover {
    background: #a00a0a;
}

/* ========================================
   BACKGROUNDS E OVERLAYS
   ======================================== */

/* Imagem de fundo para parceiros + quem somos */
.bg-parceiros {
    background: url('../img/pacotes.png') center center/cover no-repeat;
    position: relative;
}

.bg-parceiros:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 0;
}

.bg-parceiros > .container,
.bg-parceiros section,
.bg-parceiros .row,
.bg-parceiros .parceiros-carousel {
    position: relative;
    z-index: 1;
}

.text-shadow {
    text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

/* Fundo personalizado para a página de contato */
.bg-fale-conosco {
    background: url('../img/back.jpg') center center/cover no-repeat;
    position: relative;
}

.bg-fale-conosco:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 0, 0, 0);
    z-index: 0;
}

.bg-fale-conosco > .container,
.bg-fale-conosco .row {
    position: relative;
    z-index: 1;
}

/* ========================================
   FORMULÁRIOS
   ======================================== */

/* Campos menores para formulário trabalhe conosco */
.campo-menor {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
}

/* ========================================
   IMAGENS E MÍDIA
   ======================================== */

/* Padronização das imagens dos parceiros */
.parceiro-img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================
   FOOTER
   ======================================== */

/* Rodapé */
footer.bg-dark {
    background: #002147 !important;
}

footer a {
    color: #fff;
    opacity: 0.85;
    transition: opacity 0.2s;
}

footer a:hover {
    opacity: 1;
    color: #b80c0c;
}

/* ========================================
   AVISOS E NOTIFICAÇÕES
   ======================================== */

/* Aviso de Cookies */
.cookie-banner {
    background: #002147 !important;
    color: #fff !important;
    font-size: 1rem;
    border-radius: 1.5rem 1.5rem 0 0;
    box-shadow: 0 -2px 12px #0002;
}

.cookie-banner .btn {
    color: #222;
    background: #fff;
    border-radius: 2rem;
    font-weight: 600;
}

/* ========================================
   RESPONSIVIDADE
   ======================================== */

@media (max-width: 991px) {
    .navbar .navbar-brand {
        height: 56px;
        justify-content: center;
        width: 100%;
    }
    
    .logo-header {
        height: 304px;
        max-width: 90vw;
        margin: 0 auto;
    }
    
    .banner {
        padding-top: 100px;
        min-height: 400px;
    }
    
    .banner h2 {
        font-size: 1.8rem !important;
    }
    
    .banner p {
        font-size: 1rem !important;
    }
}

@media (max-width: 768px) {
    .banner {
        padding-top: 85px;
        padding-bottom: 50px;
        min-height: 350px;
    }
    
    .banner h2 {
        font-size: 1.5rem !important;
        line-height: 1.2;
        margin-bottom: 1rem !important;
    }
    
    .banner p {
        font-size: 0.9rem !important;
        margin-bottom: 2rem !important;

/* Adiciona responsividade geral para telas pequenas */
@media (max-width: 576px) {
    .banner {
        padding-top: 80px !important;
        padding-bottom: 30px !important;
        min-height: 220px !important;
    }
    .banner h1 {
        font-size: 1.3rem !important;
        line-height: 1.2;
    }
    .banner p {
        font-size: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .btn-lg {
        font-size: 1rem !important;
        padding: 0.5rem 1.2rem !important;
    }
    .card {
        margin-bottom: 1.2rem !important;
        font-size: 0.95rem !important;
    }
    .card-title {
        font-size: 1.1rem !important;
    }
    .img-fluid {
        max-width: 100% !important;
        height: auto !important;
    }
    .carousel-image {
        max-height: 120px !important;
    }
    .parceiros-marquee-wrapper {
        height: 80px !important;
    }
    .parceiros-marquee img {
        height: 50px !important;
        margin: 0 12px !important;
    }
    .quem-somos-card {
        padding: 1rem !important;
    }
    .cta-box {
        padding: 1rem !important;
        font-size: 1rem !important;
    }
    footer, .footer {
        font-size: 0.9rem !important;
        padding: 1rem 0 !important;
    }
    .cookie-banner {
        font-size: 0.95rem !important;
        padding: 0.7rem !important;
    }
}
    }
    
    #minasMap {
        max-height: 300px !important;
    }
    
    .base-marker {
        r: 6 !important;
    }
    
    .newsletter h4 {
        font-size: 1.2rem;
    }
    
    .col-4 {
        position: relative;
    }
}

@media (max-width: 576px) {
    .navbar .navbar-brand {
        justify-content: center;
        width: 100%;
        height: 64px;
    }
    
    .logo-header {
        height: 304px;
        max-width: 90vw;
        margin: 0 auto;
    }
    
    .banner {
        padding-top: 75px;
        padding-bottom: 40px;
        min-height: 300px;
    }
    
    .banner h2 {
        font-size: 1.3rem !important;
        line-height: 1.3;
        margin-bottom: 1rem !important;
    }
    
    .banner p {
        font-size: 0.85rem !important;
        margin-bottom: 1.5rem !important;
        line-height: 1.4;
    }
    
    #minasMap {
        max-height: 250px !important;
    }
    
    .base-marker {
        r: 5 !important;
    }
    
    #baseInfo {
        font-size: 0.85rem;
    }
}

@media (max-width: 400px) {
    .banner {
        padding-top: 70px;
        padding-bottom: 35px;
        min-height: 280px;
    }
    
    .banner h2 {
        font-size: 1.2rem !important;
    }
    
    .banner p {
        font-size: 0.8rem !important;
    }
    
    .mapa-mg {
        max-height: 200px !important;
    }
}
