body {
    background-color: #f8f9fa;
    font-family: 'Inter', sans-serif;
}

header {
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.btn-lg:hover {
    transform: scale(1.03);
}

footer {
    background-color: #fff;
}

.logo-topo {
    width: 120px;
    height: auto;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

 body { background-color: #f8f9fa; }
        .comprovante { max-width: 800px; margin: 40px auto; background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
        .comprovante h2 { color: #0d6efd; margin-bottom: 20px; }
        .comprovante .section-title { font-weight: bold; margin-top: 25px; margin-bottom: 10px; color: #198754; }
        .comprovante .info { background: #e9ecef; padding: 15px; border-radius: 5px; margin-bottom: 15px; }
        .comprovante footer { text-align: center; margin-top: 30px; font-size: 0.9rem; color: #6c757d; }


        /* Estilo para impressão */
@media print {
    body {
        background: #fff;
    }

    /* Oculta elementos que não queremos imprimir */
    .btn, .btn-lg {
        display: none !important;
    }

    /* Ajusta margens e padding do comprovante */
    .comprovante {
        box-shadow: none;
        margin: 0;
        padding: 0;
        border-radius: 0;
    }

    /* Footer centralizado e menor */
    .comprovante footer {
        font-size: 0.85rem;
        text-align: center;
        margin-top: 20px;
    }
}


       .fale-conosco-section {
            max-width: 800px;
            margin: 0 auto 3rem auto;
            text-align: center;
        }
        .fale-conosco-section h1 {
            font-size: 2rem;
            color: #0d6efd;
            font-weight: 700;
            margin-bottom: 1rem;
        }
        .fale-conosco-section h2 {
            font-size: 1.4rem;
            margin-top: 1.8rem;
            color: #0d6efd;
        }
        .fale-conosco-section p {
            font-size: 1.05rem;
            color: #333;
        }
        .fale-conosco-section i {
            color: #0d6efd;
            font-size: 1.3rem;
            margin-right: 6px;
        }