a,
a:hover,
a:visited {
    color: var(--primary);
}

.alert {
    display: none;
}

.indicador-mandatorio {
    color: #e83e8c;
    word-break: break-word;
    font-weight: 900;
}

.logo-icon {
    margin-left: auto !important;
    margin-right: auto !important;
}

.page-wrapper>.container-fluid {
    min-height: calc(100vh - 210px) !important;
}

.row-padding-bottom {
    padding-bottom: 30px;
}

.row-space-bottom {
    margin-bottom: 30px;
}

.row-space-top {
    margin-top: 30px;
}

.rowCursorPointer {
    cursor: pointer;
}

.textarea {
    resize: none;
}

@media only screen and (max-width: 768px) {
    .offset-sm-0-nom037 {
        margin-left: 0;
    }
}