.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;
}

.form-control {
    background-color: #fff !important;
    box-shadow: none;
    color: #565656;
    font-family: "Lato", Arial, Helvetica, Sans-serif;
    font-size: 1rem;
    line-height: 1.43;
    min-height: 3.5em;
    width: 100%;
    box-sizing: border-box;
}

.campos {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

label.color--text {
    font-weight: 600;
}

.campos>div {
    width: 100%;
}

#typeCateg[readonly] {
    background: #eee !important;
    pointer-events: none;
    touch-action: none;
}

select.typeCateg {
    margin: 7px 0 0 0;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem !important;
}

.lead {
    font-size: 1.25rem !important;
    font-weight: 300 !important;
}

.cid-qVDlFtzGBL {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0080C0 !important;
    width: 100%;
    bottom: 0;
    left: 0;
    margin-top: 2%;
}

.mbr-text {
    font-style: normal;
    line-height: 1.6;
    color: #fff;
    font-weight: bold !important;
}

.enviarRecaptcha {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.customNav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 65px;
}

@media(max-width:768px) {
    .enviarRecaptcha {
        flex-direction: column;
    }

    .customNav {
        flex-direction: column;
    }
}

div#categoryTypeDescription {
    padding: .5rem;
}