 
:root {
    --azul-srpedidos: #004085;
    --laranja-srpedidos: #F3921B;
    --acao-cor-botao: #f3921b;
    --acao-cor-texto: #ffffff;
    --acao-cor-hover: #e67e22;
}

/* Modernização do header e hero */
.navbar {
    background: linear-gradient(90deg, #000000 0%, #000000 100%);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.navbar-brand img {
    max-height: 48px;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    margin-right: 1rem;
    transition: color 0.2s;
}

.navbar-nav .nav-link:hover {
    color: #ffffff !important;
}

.btn-cta {
    background: #ffffff !important;
    color: #000 !important;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 28px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s, color 0.2s;
}

.btn-cta:hover {
    background: #fff !important;
    color: #ffffff !important;
}

.hero-section {
    background: #f8fafc;
    padding: 80px 0 40px 0;
    text-align: center;
}

.hero-section h1 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #004085;
    margin-bottom: 18px;
}

.hero-section p {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 32px;
}

.hero-section img {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

@media (max-width: 767px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    .hero-section img {
        max-width: 260px;
    }
}

/* FAQ Personalizado */
.faq-area .card-header {
    background-color: #004085;
    color: white;
    padding: 15px;
}

.faq-area .card-header button {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    text-align: left;
    white-space: normal;
}

.faq-area .card-body {
    padding: 20px;
    color: #333333;
}

.faq-area .line-shape {
    width: 50px;
    height: 3px;
    background-color: #004085;
    margin: 0 auto 20px;
}

/* Rodapé */
footer.footer-social-icon {
    background: #073f88;
    color: #ffffff;
}

.footer-section h3 {
    color: #ffffff;
}

.footer-section p, .contato-item span, .horario-tempo-footer {
    color: #ffffff;
}

.footer-section a {
    color: #ffffff;
}

.social-icon i {
    color: #ffffff !important;
}

.copyright-text {
    border-top: 1px solid #0a6cff;
    color: #ffffff;
}
