#form-eventualidade-header .container{
    gap: 32px;
    align-items: center;
    padding: 44px 0;
}

.form-eventualidade-header-icon {
    width: 56px;
}

.form-eventualidade-header-text-title{
    color: #34b4eb;
}

.form-eventualidade-header-text-description {
    display: block;
    color: #616161;
}

.form-eventualidade-header-type {
    font-family: "Montserrat Bold";
    font-size: 24px;
    color: #616161;

    margin-left: auto;
}

#form-eventualidade-forms .container {
    gap: 30px;
}

.form-eventualidade-form {
    padding: 7%;
}

.form-eventualidade-form-row {
    width: 100%;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 50px;
}

.form-eventualidade-form-row-input.full {
    width: 100%;
    flex-basis: 100%;
}

.form-eventualidade-form-row-input {
    flex-grow: 1;
    flex-basis: 45%;
}

.form-eventualidade-form-row-input textarea {
    width: 100%;
}

.form-eventualidade-form-row-input input:not(input[type='radio'], input[type="checkbox"]), .form-eventualidade-form-row-input select {
    height: 48px;

    display: block;
    flex-basis: 100%;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.form-eventualidade-form .label{
    display: block;
    color: #646464;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.form-eventualidade-input-radio-title {
    display: block;

    margin-bottom: 15px;
    color: #646464;
}

.form-eventualidade-input-radio-item {
    display: block;
    color: #646464;
    margin-bottom: 15px;

    align-items: center;
    gap: 10px;
}

.form-eventualidade-input-radio-item input {
    border: 0px;
    height: 2em;
    width: 20px;
}

.form-eventualidade-form-docs-title {
    font-size: 19px;
    font-family: "Montserrat Bold";

    color: #34b4eb;
    display: block;
    text-align: center;

    margin-bottom: 32px;
    margin-top: 46px;
}

.form-eventualidade-form-docs-content {
    margin-bottom: 63px;
}

.form-eventualidade-form-docs-content .btn-default {
    width: max-content;
    margin: auto;
}

.form-eventualidade-form-docs-content li.text-default > b {
    font-family: "Montserrat Bold";
}

.form-eventualidade-form-docs-content-input-file {
    border: solid 1px #34b4eb;
    border-radius: 5px;
    align-items: center;

    background-color: #fff;
}

.form-eventualidade-form-docs-content-input-file-label {
    background-color: #34b4eb;
    color: #fff;
    padding: 8px;
}

.form-eventualidade-form-docs-content-input-file-label:hover {
    cursor: pointer;
}

.form-eventualidade-form-docs-content-input-file-label img {
    width: 20px;
}

.form-eventualidade-form-docs-content-input-file input {
    opacity: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}

#form-eventualidade-form-docs-filename{
    padding: 8px;
}

.form-eventualidade-form-docs-content-title {
    margin-bottom: 15px;
}

.form-eventualidade-form-docs-content-title-number {
    display: inline-flex;

    color: #fff;
    background-color: #34b4eb;
    border-radius: 50%;
    width: 25px;
    height: 25px;

    align-items: center;
    justify-content: center;
}

.form-eventualidade-form-docs-content-title-text {
    color: #646464;
}

.form-eventualidade-forms-avisos {
    margin-top: 60px;
}

.form-eventualidade-forms-avisos span{
    display: block;
    text-align: center;
}

.form-eventualidade-forms-avisos b{
    font-family: "Montserrat Bold";
}

.form-eventualidade-forms-buttons {
    margin-top: 60px;
}

.form-eventualidade-forms-buttons .container{
    justify-content: flex-end;
}

.form-eventualidade-forms-buttons button {
    --btn-color: #34b4eb;
    padding: 15px 34px;
}

.form-eventualidade-forms-buttons button:hover {
    --btn-color: #0c8dc4;
}

.form-eventualidade-form-docs-download {
    height: 59px;
    width: 56px;
    box-shadow: 4.6px 3.9px 20px 0 rgb(97 97 97 / 16%);
    background-color: #f2bf24;

    transform: rotate(180deg);
    
    align-items: center;
    justify-content: center;

    margin-left: auto;
}

.form-eventualidade-form-docs-content-title.flex-container {
    gap: 4px;
}

.form-eventualidade-form-docs-content-title .light {
    color: #ccc;
}

.form-eventualidade-form-docs-download img {
    width: 60%;
}