.denuncias-page {
    background: #f5f5f5;
    color: #333;
}

.denuncias-page__header {
    background: #e21a22 url(../img/bg-section-tudor.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
}

.denuncias-page__header h2 {
    margin: 0;
    padding: 35px 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.denuncias-page__content {
    padding: 42px 20px 60px;
}

.denuncias-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 32px 55px 38px;
    background: #fff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .07);
    box-sizing: border-box;
}

.denuncias-page__intro {
    max-width: 750px;
    margin: 0 auto 38px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.55;
    text-align: center;
}

.denuncias-form,
.denuncias-form * {
    box-sizing: border-box;
}

.denuncias-form__section {
    margin: 28px 0 0 0;
    padding: 0 0 28px;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.denuncias-form__section + .denuncias-form__section,
.denuncias-form__section--description {
    padding-top: 28px;
}

.denuncias-form__section--description {
    border-bottom: 0;
    padding-top: 0 !important;
}

.denuncias-form legend,
.denuncias-field > label {
    display: block;
    margin: 0 0 14px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 700;
}

.denuncias-form__section--radios legend {
    margin: 0;
}

.denuncias-form legend span,
.denuncias-field > label span {
    color: #e21a22;
}

.denuncias-radio {
    display: flex;
    align-items: center;
    width: max-content;
    margin: 0 0 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    cursor: pointer;
}

.denuncias-radio input {
    width: 20px;
    height: 20px;
    margin: 0 12px 0 0;
    accent-color: #e21a22;
}

.denuncias-form__identity-fields {
    margin-top: 28px;
}

.denuncias-form__identity-fields[hidden] {
    display: none;
}

.denuncias-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.denuncias-field input[type="text"],
.denuncias-field input[type="email"],
.denuncias-field textarea {
    display: block;
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #bbb;
    border-radius: 3px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    background: #fff;
}

.denuncias-field textarea {
    resize: vertical;
    min-height: 170px;
}

.denuncias-field input:focus,
.denuncias-field textarea:focus,
.denuncias-upload__dropzone:focus-within {
    outline: 2px solid rgba(226, 26, 34, .22);
    border-color: #e21a22;
}

.denuncias-upload {
    margin-top: 25px;
}

.denuncias-upload__dropzone {
    position: relative;
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 3px 15px;
    min-height: 92px;
    padding: 20px 24px;
    border: 1px dashed #aaa;
    border-radius: 4px;
    color: #666;
    cursor: pointer;
}

.denuncias-upload__dropzone.is-dragover {
    border-color: #e21a22;
    background: #fff7f7;
}

.denuncias-upload__dropzone > i {
    grid-row: 1 / span 2;
    align-self: center;
    color: #777;
    font-size: 28px;
}

.denuncias-upload__text {
    align-self: end;
    font-size: 16px;
}

.denuncias-upload__dropzone small {
    align-self: start;
    font-size: 13px;
}

.denuncias-upload__dropzone input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.denuncias-recaptcha {
    margin-top: 25px;
}

.denuncias-form__submit {
    display: block;
    width: 100%;
    margin-top: 25px;
    padding: 17px 25px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    background: #e21a22;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.denuncias-form__submit:hover,
.denuncias-form__submit:focus {
    background: #bf1017;
}

.denuncias-form__submit i {
    margin-right: 8px;
}

.denuncias-form__submit-loading {
    display: none;
}

.denuncias-form__submit.is-loading .denuncias-form__submit-label {
    display: none;
}

.denuncias-form__submit.is-loading .denuncias-form__submit-loading {
    display: inline;
}

.denuncias-form__submit:disabled {
    cursor: wait;
    opacity: .8;
}

#contato .contact-options > a.denuncias {
    left: -95px;
}

#contato .contact-options > a.denuncias:hover {
    left: -60px;
}

#contato .contact-options > a.denuncias .icon {
    color: #f32e31;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
}

#contato .contact-options > a.denuncias ~ a.reseller {
    left: -125px;
}

#contato .contact-options > a.denuncias ~ a.reseller:hover {
    left: -90px;
}

#contato .contact-options > a.denuncias ~ a.cv {
    left: -155px;
}

#contato .contact-options > a.denuncias ~ a.cv:hover {
    left: -120px;
}

#contato .contact-options > a.denuncias ~ a.pesquisa {
    left: -185px;
}

#contato .contact-options > a.denuncias ~ a.pesquisa:hover {
    left: -150px;
}

#contato.has-denuncias .red-bg {
    height: 610px;
}

.denuncias-mobile-link {
    display: block;
    margin: 0 0 24px;
    padding: 15px 18px;
    color: #fff;
    background: #e21a22;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.denuncias-mobile-link i {
    margin-right: 8px;
}

@media (max-width: 767px) {
    .denuncias-page {
        padding-top: 50px;
    }

    .denuncias-page__header h2 {
        padding: 25px 12px;
        font-size: 27px;
    }

    .denuncias-page__content {
        padding: 20px 10px 35px;
    }

    .denuncias-container {
        padding: 24px 18px 30px;
    }

    .denuncias-page__intro {
        margin-bottom: 30px;
        font-size: 16px;
        text-align: left;
    }

    .denuncias-form__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .denuncias-form legend,
    .denuncias-field > label {
        font-size: 17px;
    }

    .denuncias-upload__dropzone {
        padding: 18px 15px;
    }

    .denuncias-recaptcha {
        overflow-x: auto;
    }
}
