@import url('style.css');
@import url('botoes.css');
@import url('faqrh.css');

.faq-rh-bg {
    background-image: url('../images/papel-parede.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.faq-container {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    padding: 32px 24px;
    max-width: 900px;
    margin: 40px auto;
}
.faq-title {
    color: #e51c23;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
}
.faq-section {
    margin-bottom: 32px;
}
.faq-question {
    font-weight: 600;
    margin-bottom: 8px;
}
.faq-answer {
    margin-bottom: 16px;
}
.sugestao-form {
    margin-top: 40px;
    background: #f6f2f2;
    border-radius: 12px;
    padding: 24px;
}
.sugestao-form textarea {
    width: 100%;
    min-height: 80px;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 12px;
}
.sugestao-form button {
    background: #e51c23;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 1rem;
    cursor: pointer;
}
.sugestao-form button:hover {
    background: #b71c1c;
}
