@media screen and (max-width: 1199px) {
    .form-eventualidade-header-icon {
        display: none;
    }

    #form-eventualidade-forms .painel-fieldset {
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    #form-eventualidade-header .container {
        flex-direction: column;
        text-align: center;
    }

    .form-eventualidade-header-type {
        margin-left: 0;
    }

    .form-eventualidade-forms-buttons button{
        width: 100%;
    }

    .form-eventualidade-form-docs-content-title-number {
        color: #34b4eb;
        background-color: transparent;
    }

    .form-eventualidade-form-row {
        flex-direction: column;
        gap: 30px;
    }

    .form-eventualidade-form-docs-content-input-file-label {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }

    .form-eventualidade-form-docs-download {
        width: 100px;
    }
}
