.fileUploadProgress {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.fileUploadProgress span {
    background-color: #FAFAFA;
    padding: 20px;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    position: fixed;
    top: 50%;
    height: 20px;
    width: 350px;
    margin-top: -10px;
    margin-left: -175px;
    z-index: 10000;
    display: none;
}

.logos {
    display: flex;
    align-items: center;
    width: 100%;
}

.text-upload-indo {
    text-align: center;
    margin-bottom: 1rem;
}

.feedback-channel {
    margin-top: 1rem;
}

.info-extension {
    font-size: 14px;
    text-align: center;
    color: #646464;
}

.upload {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: #f4f4f4 !important;
    border: 1px #ddd solid;
    color: #333;
    padding: 1rem;
    text-align: center;
    padding: 1rem !important;
}

.upload span {
    text-align: center;
}

.attachmentFieldset {
    margin-bottom: 4rem;
}

.iconsComoFunciona {
    display: flex;
    flex-flow: wrap;
    align-content: center;
    justify-content: center;
}

.iconsComoFunciona_title {
    text-align: center;
    padding: 3%;
}

.iconText {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 19%;
    text-align: center;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
}

.iconText p {
    color: #666;
    font-size: 15px;
    line-height: 19px;
}

.icon_v2 {
    width: 45%;
    margin: 29px auto;
}

#etapas_canal {
    background: #fff;
    padding: 3rem 0 7rem 0;
}

#etapas_canal_content {
    margin-top: 3rem;
}

/* #etapas_canal h2 {
    padding: 2rem 0 5rem 0;
    text-align: center;
} */

#etapas_canal div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

#etapas_canal .container div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;

}

#etapas_canal .container div p {
    color: #000;
}

/* Icons */
.icon {
    background: #fff;
    border: 2px solid #67b7e1;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.icon .icon-import {
    font-size: 44px;
    /* filter: drop-shadow(0px 0px 5px #8a2be2); */
    color: #95b836;
}

.icon-and-text {
    position: relative;
}

.icon-and-text h4 {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 1.363rem;
    font-weight: bold;
}

.line1 {
    width: 100%;
    height: 2px;
    background: #67b7e1;
    transform: rotate(-28deg);
    position: relative;
    top: -118px;
    left: 138px;

}

.line2 {
    width: 100%;
    height: 2px;
    background: #67b7e1;
    transform: rotate(-155deg);
    position: relative;
    top: -107px;
    left: 141px;
}

.complainantFields, .anonymousEmailDiv {
    background-color: #eee;
    padding: 15px;
}

.section-categs-types {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    margin-top: 8rem;
}

.section-categs-types div h2 {
    font-size: 40px;
}

.categ {
    padding: 12px;
    background-color: var(--color-secondary);
}

.categ>p {
    color: #fff;
    font-size: 22px;
}

.types {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 1rem;
    background-color: #E6E7E8;
    padding: 10px;
}

#pggdpr{
    color: #fff;
    font-weight: bold;
}

.type-categ {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.type-categ label {
    color: #555555;
    cursor: pointer;
    font-size: 13px;
}

.type-categ input[type="radio"] {
    height: 16%;
    width: 6%;
    cursor: pointer;
}

.rardiotype {
    cursor: pointer;
    background: var(--color-primary);
    padding: 8px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    margin-left: 6px;
    animation: hithere 1s ease infinite;
}

#btAvancar {
    background: #c0305e;
    padding: 9px;
    margin: 25px 0px 80px 0px;
    color: #fff;
    font-size: 20px;
}

.description {
    color: #857e7e;
}