#denuncias {
    padding: 50px 0 80px 0;
}

#denuncias h1 {
    color: #0053aa;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.3rem;
    text-align: center;
    margin-bottom: 30px;
}

#denuncias h2 {
    color: #0053aa;
    text-transform: uppercase;
    font-size: 1.05rem;
    margin: 30px 0 16px 0;
}

#denuncias .denuncia-orientacao {
    background: #fafafa;
    padding: 20px 24px;
    margin-bottom: 16px;
}

#denuncias .denuncia-privacidade {
    background: #0053aa;
    color: #fff;
    padding: 16px 24px;
    margin-bottom: 30px;
}

#denuncias .denuncia-privacidade p,
#denuncias .denuncia-orientacao p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.4rem;
}

#denuncias .denuncia-campo {
    margin-bottom: 24px;
}

#denuncias label,
#denuncias .denuncia-label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
}

#denuncias textarea,
#denuncias input[type="text"],
#denuncias input[type="email"] {
    width: 100%;
    border: 1px solid #b9b8ba;
    border-radius: 0;
    padding: 12px 15px;
    color: #000;
    font-size: 1rem;
    outline: 0;
    box-shadow: none;
}

#denuncias textarea {
    min-height: 180px;
    resize: vertical;
}

#denuncias .denuncia-ajuda {
    margin-top: 8px;
    font-size: 0.9rem;
    color: #666a6b;
}

#denuncias .denuncia-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    border: 2px dashed #0053aa;
    color: #0053aa;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
}

#denuncias .denuncia-upload:hover {
    background: #fafafa;
}

#denuncias input[type="file"] {
    margin-top: 10px;
}

#denuncias .error-message {
    color: #920712;
    font-size: 0.9rem;
    margin-top: 6px;
}

#denuncias .denuncia-acoes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    gap: 16px;
}

#denuncias .denuncia-cancelar {
    color: #0053aa;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

#denuncias .denuncia-enviar {
    padding: 13px 28px;
    background-color: #0053aa;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    font-weight: 500;
    cursor: pointer;
}

#denuncias .denuncia-enviar:hover {
    background-color: #000;
}

@media (max-width: 767px) {
    #denuncias {
        padding: 30px 0 50px 0;
    }
}
