.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;
}

.channel_feedbackLabel {
    color: #333 !important;
    font-weight: bold;
}

.administradBy {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
}

.administradBy p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.administradByBanner {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.administradByBanner p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.administradByBanner img {
    width: 13%;
}

.administradByBanner {
    font-size: 12px;
}

.info-extension {
    font-size: 14px;
    color: #646464;
}

.upload {
    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;
}

.section-3 .cards {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.section-3 .cards .polygon {
    font-size: 24px;
    color: var(--color-primary);
}

@media(max-width: 768px){
    .section-3 .cards .polygon {
        display: none;
    }
    
}

.section-3 .card {
    background: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: normal;
    gap: 8px;
    max-width: 230px;
    text-align: center;
    background: #f1f1f1;
    padding: 1rem;
    border-radius: 16px;
    border: 1px solid #ccc;
}

.section-3 .card p {
    font-size: 1rem;
    color: #000;
    font-weight: 500;
}

.icon {
    font-size: 34px;
    color: var(--color-primary);
}

.accordion-button {
    font-size: 1.5rem;
    background-color: var(--color-primary);
    color: #fff;
}

.accordion-item {
    border-top: 0;
    max-width: 900px;
    margin: 0 auto;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--color-secondary);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.section-faq {
    padding: 3rem .5rem;
}

.section-faq h3 {
    color: var(--color-primary);
    margin-bottom: 34px;
}

.btnInicial button {
    width: 100%;
}