@charset "utf-8";
/*****************************************************************
    Open Sans: 300, 400, 600, 700;
    color: #089fcf; rgba(  8,159,207,1); BLUE
    color: #dc7828; rgba(220,120, 40,1); ORANGE
    color: #ff7300; rgba(255, 15,  0,1); ORANGE-SATURATED
    color: #9e0b0f; rgba(158, 11, 15,1); ORANGE-DARK
    color: #f4d7be; rgba(224,215,190,1); ORANGE-30
    color: #f9e9dd; rgba(249,233,221,1); ORANGE-16
    color: #f5f5f5; rgba(245,245,245,1); BLACK-04
    color: #e6e6e6; rgba(230,230,230,1); BLACK-10 ICON
    color: #a0a0a0; rgba(160,160,160,1); BLACK-38 ARROW
    color: #505050; rgba( 80, 80, 80,1); BLACK-69 ICON
    color: #323232; rgba( 50, 50, 50,1); BLACK-80
    color: #222222; rgba( 34, 34, 34,1); BLACK-87 FOOTER
*****************************************************************/

html {
    font-size: 18px;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html,
body {
    width: 100%;
    height: 100%;
}
body,
td,
th {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    color: #333333;
    text-transform: none;
    cursor: default;
}
body {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
}
/*--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 48px 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #222222;
    line-height: 1.3em;
    letter-spacing: -0.02em !important;
    text-transform: none;
}
h1,
.h1 {
    font-size: 35px;
}
h2,
.h2 {
    font-size: 28px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 21px;
}
h5,
.h5 {
    font-size: 18px;
}
h6,
.h6 {
    font-size: 18px;
    font-style: italic;
}
/*--------------------------------------------------------------*/
.page-title,
.page-header h1,
.item-page h1.article-title,
.item-page .article-header h1.article-title {
    margin: 0px 0px 48px 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    font-weight: 400;
    color: #222222;
    line-height: 1.3em;
    letter-spacing: -0.02em !important;
    text-transform: none;
}
/*--------------------------------------------------------------*/
* {
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
p {
    margin: 1.6em 0px;
}
b,
strong {
    font-weight: 600;
}
.small {
    font-size: 80% !important;
    line-height: inherit !important;
    color: inherit !important;
    font-weight: inherit !important;
}
a {
    color: #dc7828;
    text-decoration: none;
    /** TRANSITION **/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
    color: #dc7828;
    text-decoration: none;
    outline: none !important;
}
.small,
small {
    font-size: 70%;
    line-height: 70%;
    font-weight: inherit;
}
blockquote {
    margin: 1.6em 0px;
    padding: 0.8em 0em 0.8em 1.6em;
    font-size: inherit;
    line-height: inherit;
    border-left: 4px solid rgba(0, 0, 0, 0.16);
}
blockquote > p {
    margin: 0px;
    padding: 0px;
}
.hide,
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.invisible {
    visibility: hidden;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
::-moz-selection {
    color: #000000;
    background-color: #ffff00;
}
::selection {
    color: #000000;
    background-color: #ffff00;
}
/*--------------------------------------------------------------*/
.xtc-nowrap,
span.xtc-nowrap {
    white-space: nowrap;
}
.xtc-break,
span.xtc-break {
    display: block;
}
.xtc-clear {
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    line-height: 0px !important;
    clear: both !important;
}
.xtc-margin-left {
    margin-left: 32px !important;
}
.xtc-crs-dfl {
    cursor: default;
}
.xtc-crs-pnt {
    cursor: pointer;
}
/*--------------------------------------------------------------*/
.xtc-anchor,
a.xtc-anchor,
span.xtc-anchor {
    display: block;
    position: relative;
    top: -320px !important;
    visibility: hidden !important;
}
@media (max-width: 991px) {
    .xtc-anchor,
    a.xtc-anchor,
    span.xtc-anchor {
        top: -260px !important;
    }
}
@media (max-width: 767px) {
    .xtc-anchor,
    a.xtc-anchor,
    span.xtc-anchor {
        top: -120px !important;
    }
}
/*--------------------------------------------------------------*/
a > .xtc-thumb-cover {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    -webkit-filter: opacity(0);
    filter: opacity(0);
    opacity: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(220, 120, 40, 0.8);
    /** TRANSITION **/
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
a > .xtc-thumb-cover.xtc-thumb-link {
    background-image: url(images/icon_link.png);
}
a > .xtc-thumb-cover.xtc-thumb-more {
    background-image: url(images/icon_more.png);
}
a:hover > .xtc-thumb-cover,
a:focus > .xtc-thumb-cover {
    -webkit-filter: opacity(1);
    filter: opacity(1);
    opacity: 1;
}
/*--------------------------------------------------------------*/
.t3-mainbody .margin-bottom-1x {
    margin-bottom: 1.6em;
}
.jsn-p-fields dl dd .margin-bottom-1x {
    margin-bottom: 1.4em;
}

/*----------------------------------------------------------------
    CONTENT [FIRST-CHILD] [UPDATED-210200]
----------------------------------------------------------------*/

.com-content-article > :first-child,
.com-content-article__body > :first-child,
.project-wrapper > .col4 > :first-child,
.project-wrapper > .col8 > :first-child,
.article-content > :first-child {
    margin-top: 0px !important;
}
/*--------------------------------------------------------------*/
.article-content > .article-content-subtitle {
    display: block;
    margin-top: -1.8em !important;
    margin-bottom: 1.5em;
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
}

/*----------------------------------------------------------------
    MENU->GETACTIVE [HELPER] [TEMPORAL]
----------------------------------------------------------------*/
.xtc-dataHELP {
    min-width: 100px;
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px 24px;
    font-weight: 600;
    text-align: center;
    line-height: 48px;
    background-color: #ffaa00;
    z-index: 9999;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*----------------------------------------------------------------
    INPUT [UPDATED-210200]
----------------------------------------------------------------*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
    padding: 6px 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 0px;
    border: 1px solid #dc7828;
}
input[type="text"],
input[type="text"]:focus,
input[type="password"],
input[type="password"]:focus {
    border: 1px solid #dc7828;
}
input[type="radio"] {
    display: inline-block;
    position: relative !important;
    vertical-align: middle !important;
    margin: 0px 4px 2px -20px !important;
    line-height: normal !important;
}
/*--------------------------------------------------------------*/
select,
select.form-control,
select.inputbox,
select.input {
    padding-right: 16px;
}
select,
select:focus {
    outline: none !important;
    border-color: #dc7828 !important;
}
/*--------------------------------------------------------------*/
.chzn-container {
    font-size: 14px;
    vertical-align: top;
    line-height: normal;
}
.chzn-container .chzn-results {
    color: #444;
    margin: 0px;
    padding: 0px;
    border: 1px solid #dc7828;
}
.chzn-container-active .chzn-single {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.chzn-container-single .chzn-single,
.chzn-container-active.chzn-with-drop .chzn-single {
    border: 1px solid #e1e1e1;
    background: none;
}
.chzn-container-single .chzn-single {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
.chzn-container .chzn-drop {
    border: none;
    border-top: 1px solid #e1e1e1;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    background: #ffffff;
}
.chzn-container .chzn-results li.highlighted {
    color: #ffffff;
    background-image: none;
    background-color: #dc7828;
}
/*--------------------------------------------------------------*/
.chzn-container-multi .chzn-choices {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 6px 12px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #666666;
    border: 1px solid #dc7828;
    background-color: #ffffff;
    background-image: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    cursor: text;
}
.chzn-container-multi .chzn-choices li.search-choice {
    position: relative;
    max-width: 100%;
    margin: 4px 2px;
    padding: 3px 24px 3px 8px;
    color: #333333;
    line-height: 1.5em;
    border: 1px solid #dddddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-image: none !important;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
}
/*--------------------------------------------------------------*/
span.highlight {
    padding: 0px;
    font-weight: 400;
    color: #000000;
    background-color: #f4d7be;
}

/*----------------------------------------------------------------
    LABEL [UPDATED-210200]
----------------------------------------------------------------*/

label {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em 0.6em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1em;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
}
.label-primary {
    background-color: #dc7828;
}
.label-info {
    background-color: #323232;
}

/*----------------------------------------------------------------
    BUTTON [UPDATED-210200]
----------------------------------------------------------------*/

.btn,
.button,
button {
    display: inline-block;
    margin: 0px;
    padding: 6px 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-image: none;
    cursor: pointer;
}
/*--------------------------------------------------------------*/
.btn-primary {
    color: #ffffff !important;
    border: 1px solid #dc7828;
    background-color: #dc7828 !important;
    /** TRANSITION **/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #333333 !important;
    border-color: #dc7828 !important;
    background-color: #ffffff !important;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
/*--------------------------------------------------------------*/
.btn-default {
    color: #ffffff;
    border-color: #323232;
    background-color: #323232;
    /** TRANSITION **/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333333;
    border-color: #323232;
    background-color: #ffffff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
/*--------------------------------------------------------------*/
.btn-success {
    color: #ffffff;
    border-color: #3aa03a;
    background-color: #3aa03a;
    /** TRANSITION **/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #333333;
    border-color: #3aa03a;
    background-color: #ffffff;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
/*--------------------------------------------------------------*/
.btn-danger {
    color: #ffffff;
    border-color: #d44843;
    background-color: #d44843;
    /** TRANSITION **/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #333333;
    border-color: #d44843;
    background-color: #ffffff;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
/*--------------------------------------------------------------*/
.btn-lg {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    padding: 6px 24px;
}
/*--------------------------------------------------------------*/
.icon-edit {
    display: block;
    margin: 0px !important;
    padding: 0px;
    text-align: right;
    background-color: rgba(255, 255, 255, 1);
}
.icon-edit:before {
    font-family: "FontAwesome";
    content: "\f044";
    display: block;
    margin: 0px !important;
    padding: 0px;
    font-size: 30px;
    color: #dc7828;
    line-height: 30px;
    text-align: center;
}

/*****************************************************************
    EDIT PROFILE
*****************************************************************/
@media screen and (min-width: 992px) {
    .profile-edit {
        width: 100%;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .form-horizontal .control-group .control-label {
        width: 180px;
    }
}
.form-horizontal .control-group .controls {
    margin-left: 200px;
}
@media (max-width: 766px) {
    .form-horizontal .control-group .controls {
        margin-left: 0px;
    }
}
.form-horizontal > .control-group {
    text-align: right;
}
.form-horizontal .control-group .jsn_registration_controls .btn-primary,
.form-horizontal .control-group .jsn_registration_controls .btn-danger {
    min-width: 160px;
}
.form-horizontal .control-group .jsn_registration_controls .btn-primary {
    color: #ffffff !important;
    border-color: #5cb85c !important;
    background-color: #5cb85c !important;
}
.form-horizontal .control-group .jsn_registration_controls .btn-primary {
    color: #ffffff !important;
    border-color: #5cb85c !important;
    background-color: #5cb85c !important;
}
.form-horizontal .control-group .jsn_registration_controls .btn-primary:hover,
.form-horizontal .control-group .jsn_registration_controls .btn-primary:focus,
.form-horizontal .control-group .jsn_registration_controls .btn-primary.focus,
.form-horizontal .control-group .jsn_registration_controls .btn-primary:active,
.form-horizontal .control-group .jsn_registration_controls .btn-primary.active {
    color: #5cb85c !important;
    background-color: #ffffff !important;
}
.profile-edit .well {
    padding: 20px;
    margin: 0px;
    background-color: #ffffff;
    border: 2px solid #dddddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#jsn-form .z-content .jsn-form-fieldset {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    color: #333333;
    text-transform: none;
}
#jsn-form .z-content .jsn-form-fieldset .control-label,
#jsn-form .z-content .jsn-form-fieldset .control-label label,
#jsn-form .z-content .jsn-form-fieldset .controls {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #333333;
    text-transform: none;
}
#jsn-form .z-content .jsn-form-fieldset .control-label label {
    font-weight: 600 !important;
}
#jsn-form .z-content .jsn-form-fieldset .chzn-container {
    font-size: 16px;
    line-height: 1.5em;
    vertical-align: initial;
}
#jsn-form .z-content .jsn-form-fieldset .chzn-container .chzn-choices li.search-choice {
    margin: 4px 2px;
    padding: 3px 24px 3px 8px;
    color: #333333;
    line-height: 1.5em;
}
#jsn-form .z-content .jsn-form-fieldset .chzn-container .chzn-choices li.search-choice .search-choice-close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 16px;
    height: 16px;
    font-size: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 2px;
    background: url(images/icon_close-white16.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ff0000;
}
.profile-edit #member-profile .controls > input {
    border: none;
    border-left: 3px solid #ffaa00;
}
.profile-edit .chzn-container {
    width: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.profile-edit .chzn-container-single .chzn-single {
    height: auto;
    padding: 6px 0px 6px 12px;
    border: none;
    border-left: 3px solid #ffaa00;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.profile-edit .chzn-container-single .chzn-single div {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 100%;
}
.profile-edit .chzn-container-single .chzn-single div b {
    display: inline-block;
    /*background-position: 4px 8px;*/
    background: url(images/icon_caret-down-white16.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ffaa00;
}
.profile-edit .avatar-group .img_avatar {
    width: 120px !important;
    margin-right: 20px !important;
    margin-bottom: 0px !important;
}
.profile-edit .avatar-group .checkboxes {
    clear: none !important;
    float: left;
}
.wf-editor-container {
    padding: 0px;
}
.profile-edit .wf-editor-container .wf-editor-tabs {
    margin-top: 0px;
    margin-bottom: 5px;
}
.wf-editor-container .nav-tabs {
    border: none;
}
.wf-editor-header {
    min-height: 0px;
}
.profile-edit .curriculum-group .profile-edit input.curriculum {
    display: block;
    width: 100%;
    float: none;
    margin-top: 0px;
    clear: both;
}
.profile-edit .curriculum-group input#jform_upload_curriculum {
    padding: 6px 12px;
    background-color: #ffffff;
}
@media (min-width: 768px) {
    .profile-edit .curriculum-group .profile-edit input.curriculum {
        display: block;
        width: 100%;
        float: none;
        margin-top: 0px;
        clear: both;
    }
}
.profile-edit .curriculum-group .controls > input[type="file"] {
    width: 100% !important;
    margin-bottom: 10px;
    padding: 0px;
}
.profile-edit .curriculum-group .controls > div {
    margin-bottom: 0px !important;
    float: none;
}
.profile-edit .chzn-container-multi .chzn-choices {
    padding: 6px 12px;
    border: none;
    border-left: 3px solid #ffaa00;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.profile-edit .chzn-container-multi .chzn-choices li.search-choice {
    border: 1px solid #dddddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-image: none !important;
    background-color: #ffffff;
}
.profile-edit input[type="radio"] {
    margin-top: 3px !important;
}
/*--------------------------------------------------------------*/
.profile-edit .avatar-group .controls > img {
    padding: 2px;
    border: 3px solid #ffaa00;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
/*--------------------------------------------------------------*/
.profile-edit input[type="text"][readonly],
.profile-edit input[type="email"][readonly] {
    border-color: #000000 !important;
    background-color: #ffffff;
}
/* .profile-edit input[type="file"] {} */
.profile-edit .firstname-group .control-label label .star,
.profile-edit .lastname-group .control-label label .star,
.profile-edit .email1-group .control-label label .star {
    display: none;
}
.profile-edit .area_select-group .controls,
.profile-edit .grado_lic-group .controls,
.profile-edit .docencia_select-group .controls,
.profile-edit .especialidad_lineas_select-group .controls,
.profile-edit .posgrado_lineas_select-group .controls,
.profile-edit .nucleo_select-group .controls,
.profile-edit .vinculacion_select-group .controls {
    padding-left: 16px;
    border-left: 3px solid #ffaa00;
}
.profile-edit .sede-group .controls .chzn-single,
.profile-edit .nombramiento-group .controls .chzn-single,
.profile-edit .area_select-group .controls .chzn-single,
.profile-edit .area_otra-group .controls .chzn-single {
    border-left: none;
}
.profile-edit .sede-group .controls,
.profile-edit .nombramiento-group .controls,
.profile-edit .area_select-group .controls,
.profile-edit .area-group .controls,
.profile-edit .area_otra-group .controls {
    border-left: 3px solid #000000 !important;
}
.profile-edit .sede-group .controls .chzn-single div b,
.profile-edit .nombramiento-group .controls .chzn-single div b,
.profile-edit .area_select-group .controls .chzn-single div b,
.profile-edit .area_otra-group .controls .chzn-single div b {
    background-color: #cccccc;
    display: none !important;
}
.profile-edit .area_select-group .controls input {
    cursor: not-allowed;
}
/* .profile-edit .area_select-group .controls label {} */
.profile-edit .area_select-group .controls > fieldset.disabled,
.chzn-disabled {
    opacity: 0.5 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.chzn-disabled .chzn-single,
.profile-edit .area_select-group .controls {
    cursor: not-allowed !important;
}
.profile-edit .area-group .chzn-container-single .chzn-single {
    border-left: none !important;
}
.profile-edit .area-group .chzn-container-single .chzn-single div b {
    background-color: #000000;
}

/*----------------------------------------------------------------
    TOOLTIPSTER [THEME-PRIMARY] [UPDATED-210200]
----------------------------------------------------------------*/

/* .xtc-ttip {} */

/*--------------------------------------------------------------*/
.tooltipster-sidetip.theme-primary .tooltipster-box {
    border: 1px dotted #dc7828;
    border-bottom: 2px solid #dc7828;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #ffffff;
}
.tooltipster-sidetip.theme-primary.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}
.tooltipster-sidetip.theme-primary .tooltipster-content {
    padding: 6px 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    line-height: 1.4em;
}
.tooltipster-sidetip.theme-primary .tooltipster-arrow-background {
    display: none;
}
.tooltipster-sidetip.theme-primary.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #dc7828;
}
.tooltipster-sidetip.theme-primary.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #dc7828;
}
.tooltipster-sidetip.theme-primary.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #dc7828;
}
.tooltipster-sidetip.theme-primary.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #dc7828;
}

/*----------------------------------------------------------------
    TOOLTIPSTER [TTIP-THEME-PRIMARY] [UPDATED-210200]
----------------------------------------------------------------*/

/* .col-ttip {} .mcm-ttip {} */

/*--------------------------------------------------------------*/
.tooltipster-sidetip.ttip-theme-primary .tooltipster-box {
    border: 1px dotted rgba(220, 120, 40, 1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #ffffff;
    -webkit-box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.12);
}
.tooltipster-sidetip.ttip-theme-primary.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}
.tooltipster-sidetip.ttip-theme-primary .tooltipster-content {
    padding: 6px 10px;
    font-size: 14px;
    color: #000000;
    line-height: 1.4em;
}
.tooltipster-sidetip.ttip-theme-primary .tooltipster-content h2,
.tooltipster-sidetip.ttip-theme-primary .tooltipster-content h3,
.tooltipster-sidetip.ttip-theme-primary .tooltipster-content h4 {
    font-size: 18px;
    line-height: 1.3em;
}
/* .tooltipster-sidetip.ttip-theme-primary .tooltipster-content a {} */
.tooltipster-sidetip.ttip-theme-primary .tooltipster-content table td,
.tooltipster-sidetip.ttip-theme-primary .tooltipster-content table th {
    font-size: 14px;
    line-height: 1.4em;
}
.tooltipster-sidetip.ttip-theme-primary .tooltipster-content p,
.tooltipster-sidetip.ttip-theme-primary .tooltipster-content h2,
.tooltipster-sidetip.ttip-theme-primary .tooltipster-content h3,
.tooltipster-sidetip.ttip-theme-primary .tooltipster-content h4,
.tooltipster-sidetip.ttip-theme-primary .tooltipster-content ul,
.tooltipster-sidetip.ttip-theme-primary .tooltipster-content ol,
.tooltipster-sidetip.ttip-theme-primary .tooltipster-content table {
    margin: 1em auto;
}
.tooltipster-sidetip.ttip-theme-primary .tooltipster-content ul,
.tooltipster-sidetip.ttip-theme-primary .tooltipster-content ol {
    -webkit-padding-start: 24px;
}
/*--------------------------------------------------------------*/
.tooltipster-sidetip.ttip-theme-primary .tooltipster-arrow-background {
    display: none;
}
.tooltipster-sidetip.ttip-theme-primary.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: rgba(220, 120, 40, 1);
}
.tooltipster-sidetip.ttip-theme-primary.tooltipster-left .tooltipster-arrow-border {
    border-left-color: rgba(220, 120, 40, 1);
}
.tooltipster-sidetip.ttip-theme-primary.tooltipster-right .tooltipster-arrow-border {
    border-right-color: rgba(220, 120, 40, 1);
}
.tooltipster-sidetip.ttip-theme-primary.tooltipster-top .tooltipster-arrow-border {
    border-top-color: rgba(220, 120, 40, 1);
}
/*--------------------------------------------------------------*/
.tooltipster-sidetip.ttip-theme-primary .tooltipster-content .ttip-title {
    display: block;
    margin: -10px -10px 10px -10px;
    padding: 10px 10px 6px 12px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4em;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(220, 120, 40, 1);
    background-color: rgba(220, 120, 40, 1);
}
.tooltipster-sidetip.ttip-theme-primary .tooltipster-content .fn-icon {
    display: inline-block;
    margin: 0px 4px 0px 0px;
    padding: 0px;
    width: 1.4em;
    height: 1.4em;
    color: #7564a0;
    vertical-align: middle;
}
.tooltipster-sidetip.ttip-theme-primary .tooltipster-content img.fn-icon {
    margin-top: -3px;
}

/*----------------------------------------------------------------
    TOOLTIPSTER [TTIP-THEME-SECONDARY] [UPDATED-210200]
----------------------------------------------------------------*/

/* .mxm-ttip-secondary {} */

/*--------------------------------------------------------------*/
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-box {
    border: 1px dotted rgba(8, 159, 207, 1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #ffffff;
    -webkit-box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.12);
}
.tooltipster-sidetip.ttip-theme-secondary.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-content {
    padding: 6px 10px;
    font-size: 14px;
    color: #000000;
    line-height: 1.4em;
}
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-content h2,
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-content h3,
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-content h4 {
    font-size: 18px;
    line-height: 1.3em;
}
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-content table td,
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-content table th {
    font-size: 14px;
    line-height: 1.4em;
}
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-content p,
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-content h2,
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-content h3,
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-content h4,
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-content ul,
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-content ol,
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-content table {
    margin: 1em auto;
}
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-content ul,
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-content ol {
    -webkit-padding-start: 24px;
}
/*--------------------------------------------------------------*/
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-arrow-background {
    display: none;
}
.tooltipster-sidetip.ttip-theme-secondary.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: rgba(8, 159, 207, 1);
}
.tooltipster-sidetip.ttip-theme-secondary.tooltipster-left .tooltipster-arrow-border {
    border-left-color: rgba(8, 159, 207, 1);
}
.tooltipster-sidetip.ttip-theme-secondary.tooltipster-right .tooltipster-arrow-border {
    border-right-color: rgba(8, 159, 207, 1);
}
.tooltipster-sidetip.ttip-theme-secondary.tooltipster-top .tooltipster-arrow-border {
    border-top-color: rgba(8, 159, 207, 1);
}
/*--------------------------------------------------------------*/
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-content .ttip-title {
    display: block;
    margin: -10px -10px 10px -10px;
    padding: 10px 10px 6px 12px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4em;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(8, 159, 207, 1);
    background-color: rgba(8, 159, 207, 1);
}
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-content .fn-icon {
    display: inline-block;
    margin: 0px 4px 0px 0px;
    padding: 0px;
    width: 1.4em;
    height: 1.4em;
    color: #7564a0;
    vertical-align: middle;
}
.tooltipster-sidetip.ttip-theme-secondary .tooltipster-content img.fn-icon {
    margin-top: -3px;
}

/*****************************************************************
    SEARCH
*****************************************************************/
.badge {
    display: inline-block;
    min-width: 30px;
    padding: 4px 8px 4px 8px;
    font-size: inherit;
    font-weight: 400;
    color: #ffffff;
    line-height: inherit;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    text-transform: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #dc7828;
}
.searchintro .badge,
.form-horizontal .badge {
    font-size: 100%;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #dc7828;
}
.search-results .result-title {
    font-size: 22px;
    color: #222222;
    line-height: 1.4em;
}
.search-results .result-title a {
    color: #222222;
}
.search-results .result-title a:hover,
.search-results .result-title a:focus,
.search-results .result-title a:active {
    color: #dc7828;
}
.search-results .result-text {
    font-size: 16px;
    color: #333333;
    line-height: 1.5em;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*----------------------------------------------------------------
    WRAPPER [OFF-CANVAS] [UPDATED-210200]
----------------------------------------------------------------*/

.off-canvas-open .t3-wrapper:after {
    z-index: 99999;
}
@media (max-width: 767px) {
    .off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-wrapper,
    .off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
        transform: translate3d(-300px, 0px, 0px);
    }
}

/*----------------------------------------------------------------
    HEADER [UPDATED-210200]
----------------------------------------------------------------*/

.t3-header {
    width: 100%; /* ADD-MOD 2202 */
    position: relative; /* ADD-MOD 2202 */
    top: 0px; /* ADD-MOD 2202 */
    margin: 0px;
    padding: 48px 0px 0px 0px;
    z-index: 1030; /* ADD-MOD 2202 */
    background-color: rgba(255, 255, 255, 1);
}
/*--------------------------------------------------------------*/
#t3-header .logo-wrapper {
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 991px) {
    #t3-header .logo-wrapper {
        -webkit-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.08);
    }
}
#t3-header .logo-wrapper > .container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/*----------------------------------------------------------------
    HEADER [LOGOS] [UPDATED-210200]
----------------------------------------------------------------*/

#header-logos-wrapper {
    position: relative;
    margin: 0px;
    padding: 20px 0px 10px 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
#header-logos-wrapper .header-logos {
    position: relative;
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#header-logos-wrapper .header-logos .header-logo {
    position: relative;
    margin: 0px 25px 0px 0px;
    padding: 0px;
}
#header-logos-wrapper .header-logos .header-logo.logo-conacyt {
    width: 226px;
    min-width: 226px;
}
#header-logos-wrapper .header-logos .header-logo.logo-centrogeo {
    width: 197px;
    min-width: 197px;
}
#header-logos-wrapper .header-logos .header-logo:last-of-type {
    margin-right: 40px;
}
#header-logos-wrapper .header-logos .header-logo:last-of-type:before {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 12px);
    position: absolute;
    top: 6px;
    right: -21px;
    background-color: rgba(220, 120, 40, 0.6);
}
@media (max-width: 991px) {
    #header-logos-wrapper {
        padding-bottom: 20px;
        /** FLEX **/
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    #header-logos-wrapper .header-logos .header-logo:last-of-type {
        margin-right: 0px;
    }
    #header-logos-wrapper .header-logos .header-logo:last-of-type:before {
        display: none !important;
    }
}
#header-logos-wrapper .header-logos .header-logo a {
    display: block;
    margin: 0px;
    padding: 0px;
}
#header-logos-wrapper .header-logos .header-logo a img {
    width: 100%;
    line-height: 0px;
}
/*--------------------------------------------------------------*/
#header-logos-wrapper .header-sitename {
    margin: 0px;
    padding: 0px;
}
#header-logos-wrapper .header-sitename h1 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    color: #222222;
}
#header-logos-wrapper .header-sitename h1 span {
    display: block !important;
}
#header-logos-wrapper .header-sitename small {
    display: none;
    margin: 0px;
    padding: 0px;
}
@media (max-width: 991px) {
    #header-logos-wrapper .header-sitename {
        margin-top: 15px;
        text-align: center;
    }
    #header-logos-wrapper .header-sitename h1 span {
        display: inline-block !important;
    }
}

/*----------------------------------------------------------------
    HEADER-NAVS [UPDATED-210200]
----------------------------------------------------------------*/

#header-navs {
    /* position: fixed; */
    position: absolute; /* ADD-MOD 2202 */
    top: 48px;
    left: 0px;
    right: 0px;
    z-index: 1040;
}
@media (max-width: 767px) {
    #xtc-features .t3-header {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
    }
    #header-navs {
        position: absolute;
        top: 48px;
        left: 0px;
    }
}

/*----------------------------------------------------------------
    HEADER-NAVS [OFF-CANVAS-TOGGLE] [UPDATED-210200]
----------------------------------------------------------------*/

#header-navs .off-canvas-toggle {
    float: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    border: 1px solid #dc7828;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #dc7828;
}
#header-navs .off-canvas-toggle:hover {
    background-color: #ffffff;
}
#header-navs .off-canvas-toggle .patty {
    display: inline-block;
    position: relative;
    top: -2px;
    height: 2px;
    width: 20px;
    background-color: #ffffff;
}
#header-navs .off-canvas-toggle .patty:before,
#header-navs .off-canvas-toggle .patty:after {
    content: "";
    display: block;
    height: 2px;
    width: 20px;
    background-color: #ffffff;
}
#header-navs .off-canvas-toggle:hover .patty,
#header-navs .off-canvas-toggle:hover .patty:after,
#header-navs .off-canvas-toggle:hover .patty:before {
    background: #dc7828;
}

/*----------------------------------------------------------------
    HEADER-NAVS [HEADER-SEARCH] [UPDATED-210200]
----------------------------------------------------------------*/

#header-navs .header-search {
    position: absolute;
    top: 0px;
    right: 51px;
    margin: 0px;
    padding: 0px;
}
#header-navs .header-search .t3-module {
    position: relative;
    margin: 0px;
    padding: 0px;
    color: #333333;
    background: transparent;
}
#header-navs .header-search .t3-module .module-inner {
    margin: 0px;
    padding: 0px;
}
#header-navs .header-search .t3-module .module-inner .module-ct {
    margin: 0px;
    padding: 0px;
    color: #333333;
    background: transparent;
}
/*--------------------------------------------------------------*/
#header-navs .search {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: auto;
    height: 50px;
    overflow: hidden;
}
#header-navs .search .form-inline {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    overflow: hidden;
    /** TRANSITION **/
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}
#header-navs .search .form-inline:hover {
    width: 480px;
}
#header-navs .search .form-inline .form-control {
    float: none !important;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0px 1px 0px 0px;
    padding: 0px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: #666666;
    white-space: nowrap;
    background-color: #ffffff;
}
#header-navs .search .form-inline input[type="search"],
#header-navs .search .form-inline input[type="search"]:focus {
    border: 1px solid #dc7828;
}
#header-navs .search .form-inline .button {
    float: none !important;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    border-color: #dc7828;
}

/*----------------------------------------------------------------
    HEADER-NAVS [NAVBAR-TOGGLE] [UPDATED-210200]
----------------------------------------------------------------*/

#header-navs .navbar-toggle {
    float: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    color: #ffffff;
    line-height: 0px;
    border: 1px solid #dc7828;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-image: none;
    background-color: #dc7828;
    z-index: +1;
}
#header-navs .navbar-toggle:hover,
#header-navs .navbar-toggle:focus {
    background-color: #ffffff;
}
@media (max-width: 991px) {
    #header-navs .navbar-toggle {
        display: inline-block;
    }
}
@media (max-width: 767px) {
    #header-navs .navbar-toggle {
        display: inline-block;
        padding: 0px;
        line-height: 0px;
    }
}
.navbar-default .navbar-toggle {
    border: 1px solid #dc7828;
}
.navbar-toggle:focus {
    outline: 0;
    color: #ff0000;
}
/*--------------------------------------------------------------*/
.navbar-toggle .patty {
    display: inline-block;
    position: relative;
    top: -2px;
    height: 2px;
    width: 20px;
    background-color: #ffffff;
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.navbar-toggle .patty:before,
.navbar-toggle .patty:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: #ffffff;
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.navbar-toggle .patty:after {
    top: 6px;
}
.navbar-toggle .patty:before {
    top: -6px;
}
.navbar-toggle:hover .patty,
.navbar-toggle:focus .patty,
.navbar-toggle:hover .patty:after,
.navbar-toggle:focus .patty:after,
.navbar-toggle:hover .patty:before,
.navbar-toggle:focus .patty:before {
    background: #dc7828;
}

/*----------------------------------------------------------------
    MAINNAV [UPDATED-210200]
----------------------------------------------------------------*/

#t3-header .navigation-wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px dotted rgba(180, 180, 180, 1);
    /* -webkit-box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.06); */ /* ADD-MOD 2202 */
    background-color: rgba(255, 255, 255, 1);
    z-index: 1;
}
@media (max-width: 991px) {
    #t3-header .navigation-wrapper {
        min-height: 0px;
    }
}
#t3-header .navigation-wrapper > .container {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
#xtc-features #t3-header .navigation-wrapper {
    background-color: rgba(255, 255, 255, 1);
}
/*--------------------------------------------------------------*/
/* MAINNAV [PARALLAX] */
#t3-mainnav .t3-megamenu {
    position: relative;
    margin: 0px auto !important;
    /** ANIMATION **/
    -webkit-animation: fadeInFromNone 0.8s ease-out;
    -moz-animation: fadeInFromNone 0.8s ease-out;
    -o-animation: fadeInFromNone 0.8s ease-out;
    animation: fadeInFromNone 0.8s ease-out;
}
/* #t3-mainnav .t3-megamenu .navbar-nav {} */
/*--------------------------------------------------------------*/
@-webkit-keyframes fadeInFromNone {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    50% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: inherit;
        opacity: 1;
    }
}
@-moz-keyframes fadeInFromNone {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    50% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: inherit;
        opacity: 1;
    }
}
@-o-keyframes fadeInFromNone {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    50% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: inherit;
        opacity: 1;
    }
}
@keyframes fadeInFromNone {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    50% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: inherit;
        opacity: 1;
    }
}
/*--------------------------------------------------------------*/
#t3-mainnav.navbar {
    min-height: 0px;
    margin: 0px;
    border: none;
}
.t3-mainnav .t3-navbar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.t3-mainnav .navbar-nav {
    float: none;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.t3-mainnav .navbar-nav > li {
    float: none;
}
.t3-mainnav .navbar-nav > li > a,
.t3-mainnav .navbar-nav > li > span {
    display: block;
    width: auto;
    height: 50px;
    margin: 0px;
    padding: 0px 15px 10px 15px;
    font-size: 15px;
    font-weight: 400;
    color: #222222 !important;
    line-height: 20px;
    text-transform: none;
    text-align: center;
    background-color: transparent;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.t3-mainnav .navbar-nav > li > a,
.t3-mainnav .navbar-nav > li > a:hover,
.t3-mainnav .navbar-nav > li > a:focus {
    color: #222222 !important;
    background-color: transparent;
}
/* .t3-mainnav .navbar-nav > li > span {} */
.t3-mainnav ul.navbar-nav > li:last-of-type > a {
    margin-right: 0px;
}
.t3-mainnav .navbar-nav > li > a::before,
.t3-mainnav .navbar-nav > li > span::before {
    content: "";
    width: 0px;
    margin: 0px;
    border-bottom: none;
    display: none !important;
}

/*----------------------------------------------------------------
    MAINNAV [COLLAPSE]
----------------------------------------------------------------*/
.t3-mainnav .t3-navbar-collapse {
    position: absolute;
    width: auto;
    max-width: calc(100% - 30px);
    top: calc(100% + 2px);
    left: 0px;
    margin: 0px;
    padding: 10px 0px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 1);
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
    display: block;
    float: left;
    margin: 0px;
}
#t3-mainnav .t3-navbar-collapse .navbar-nav > li {
    float: none;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > span {
    position: relative;
    display: block;
    height: auto;
    margin: 4px 0px;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #222222 !important;
    line-height: 1.4em;
    text-align: left;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > span,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > span,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.alias-parent-active > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.alias-parent-active > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.alias-parent-active > span,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.alias-parent-active > span,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a:focus,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > span:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > span:focus {
    color: #ffffff !important;
    background-color: rgba(220, 120, 40, 1);
}
/*--------------------------------------------------------------*/
#t3-mainnav .t3-navbar-collapse.navbar-collapse,
#t3-mainnav .t3-navbar-collapse.navbar-collapse.in {
    overflow: visible !important;
    height: auto !important;
    /** TRANSITION **/
    -webkit-transition: all 0ms;
    -moz-transition: all 0ms;
    -ms-transition: all 0ms;
    -o-transition: all 0ms;
    transition: all 0ms;
}
/*--------------------------------------------------------------*/
.navbar-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 991px) {
    .t3-navbar.collapse,
    .t3-navbar-collapse.collapse {
        display: none !important;
        height: 0px !important;
    }
    .navbar-collapse.in {
        overflow-y: auto;
    }
    .collapse.in {
        display: block !important;
    }
}
/*--------------------------------------------------------------*/
#t3-mainnav .t3-navbar-collapse .navbar-nav > li {
    position: relative;
}
#t3-mainnav .t3-navbar-collapse .navbar-nav > li > ul.nav-child,
#t3-mainnav .t3-navbar-collapse .navbar-nav > li > div.nav-child {
    overflow: hidden;
    width: 240px;
    max-height: 20px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -11px;
    left: calc(100% - 40px);
    float: none;
    margin: 0px;
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    border: 1px dotted rgba(220, 120, 40, 1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 1);
    z-index: -1;
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#t3-mainnav .t3-navbar-collapse .navbar-nav > li > ul.nav-child > li {
    display: block;
    position: relative;
    float: none;
}
#t3-mainnav .t3-navbar-collapse .navbar-nav > li > ul.nav-child > li > a,
#t3-mainnav .t3-navbar-collapse .navbar-nav > li > ul.nav-child > li > span {
    display: block;
    margin: 4px 0px;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4em;
    background-color: rgba(220, 120, 40, 0);
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#t3-mainnav .t3-navbar-collapse .navbar-nav > li > ul.nav-child > li.active > a,
#t3-mainnav .t3-navbar-collapse .navbar-nav > li > ul.nav-child > li.alias-parent-active > a,
#t3-mainnav .t3-navbar-collapse .navbar-nav > li > ul.nav-child > li > a:hover,
#t3-mainnav .t3-navbar-collapse .navbar-nav > li > ul.nav-child > li > a:focus {
    color: #ffffff;
    background-color: rgba(220, 120, 40, 1);
}
#t3-mainnav .t3-navbar-collapse .navbar-nav > li:hover > ul.nav-child,
#t3-mainnav .t3-navbar-collapse .navbar-nav > li:hover > div.nav-child {
    max-height: 600px;
    visibility: visible;
    opacity: 1;
    left: calc(100% + 3px);
}
/*--------------------------------------------------------------*/
.t3-mainnav .t3-navbar .navbar-nav > li.active,
.t3-mainnav .t3-navbar .navbar-nav > li.alias-parent-active {
    background-image: url(images/mainnav_current.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    /** TRANSITION **/
    -webkit-transition: background-position 0s ease 0s;
    -moz-transition: background-position 0s ease 0s;
    -ms-transition: background-position 0s ease 0s;
    -o-transition: background-position 0s ease 0s;
    transition: background-position 0s ease 0s;
}
#xtc-features .t3-mainnav .t3-navbar .navbar-nav > li.active > a,
#xtc-features .t3-mainnav .t3-navbar .navbar-nav > li.active > span,
#xtc-features .t3-mainnav .t3-navbar .navbar-nav > li.alias-parent-active > a,
#xtc-features .t3-mainnav .t3-navbar .navbar-nav > li.alias-parent-active > span {
    background-image: url(images/mainnav_current-features.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    /** TRANSITION **/
    -webkit-transition: background-position 0s ease 0s;
    -moz-transition: background-position 0s ease 0s;
    -ms-transition: background-position 0s ease 0s;
    -o-transition: background-position 0s ease 0s;
    transition: background-position 0s ease 0s;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.alias-parent-active > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > span,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.alias-parent-active > span {
    color: #ffffff;
    background-color: rgba(220, 120, 40, 1);
}
/*--------------------------------------------------------------*/
.off-canvas-right.off-canvas-open .t3-header .navbar {
    min-height: 36px;
}
.t3-header.ja-affix-top .t3-navbar-collapse .navbar-nav > li > a,
.off-canvas-right.off-canvas-open .t3-header .t3-navbar-collapse .navbar-nav > li > a,
.t3-header.ja-affix-top .t3-navbar-collapse .navbar-nav > li > span,
.off-canvas-right.off-canvas-open .t3-header .t3-navbar-collapse .navbar-nav > li > span {
    margin: 4px 0px;
    padding: 3px 20px;
    line-height: 1.4em;
}

/*----------------------------------------------------------------
    MAINNAV [NORMATIVIDAD] [UPDATED-210200]
----------------------------------------------------------------*/

#t3-mainnav .t3-navbar-collapse .navbar-nav > li.item-normatividad > .nav-child {
    width: 340px;
}
#navbar-nav-normatividad {
    position: relative;
    width: 320px;
    margin: 0px;
    padding: 0px;
    box-sizing: content-box;
}
#navbar-nav-normatividad div.grid-items {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: space-between;
}
#navbar-nav-normatividad div.grid-items .grid-item {
    position: relative;
    margin: 0px;
    padding: 5px 10px;
    line-height: 0px;
    text-align: center;
}
#navbar-nav-normatividad div.grid-items .grid-item a {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
}
#navbar-nav-normatividad div.grid-items .grid-item a img {
    display: block;
    margin: 0px;
    padding: 0px;
}

/*----------------------------------------------------------------
    HEADER [AFFIX-TOP]
----------------------------------------------------------------*/
.t3-header.ja-affix-top .header-sitename {
    margin-top: 0px;
}
/* .t3-header.ja-affix-top .header-sitename h1 {} */
/* #t3-header.ja-affix-top .navigation-wrapper {} */
.t3-header.ja-affix-top,
.off-canvas-right.off-canvas-open .t3-header {
    padding-top: 48px;
    padding-bottom: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 1);
}
/* #xtc-features .t3-header.ja-affix-top,
#xtc-features .off-canvas-right.off-canvas-open .t3-header {} */
/* .t3-header.ja-affix-top .logo-conacyt {} */
/* #xtc-features .t3-header.ja-affix-top .t3-navbar .navbar-nav {} */
.t3-header.ja-affix-top .navbar-nav > li > a,
.off-canvas-right.off-canvas-open .t3-header .navbar-nav > li > a,
.t3-header.ja-affix-top .navbar-nav > li > span,
.off-canvas-right.off-canvas-open .t3-header .navbar-nav > li > span {
    padding: 0px 15px 10px 15px;
    line-height: 20px;
}
.t3-header.ja-affix-top .navbar-toggle,
.off-canvas-right.off-canvas-open .t3-header .navbar-toggle {
    line-height: 0px;
}
/*--------------------------------------------------------------*/
.t3-header.ja-affix-top .off-canvas-toggle,
.off-canvas-right.off-canvas-open .t3-header .off-canvas-toggle {
    width: 60px;
    height: 60px;
    top: 48px;
    line-height: 0px;
}
@media (max-width: 1199px) {
    .t3-header.ja-affix-top .off-canvas-toggle,
    .off-canvas-right.off-canvas-open .t3-header .off-canvas-toggle {
        top: 48px;
    }
}
.off-canvas-open .off-canvas-toggle .patty:before,
.off-canvas-open .off-canvas-toggle .patty:after {
    background: #ffffff;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*****************************************************************
    NAVIGATION [MENU]
*****************************************************************/
.nav-stacked > li > a:hover,
.nav-stacked > li > a:focus,
.nav-stacked li.active a,
.nav-stacked li.current a {
    margin-left: 0px;
}
.nav-stacked > li > a {
    padding: 6px 0px;
    color: #333333;
    text-transform: none;
    font-size: 13px;
    line-height: 1.3em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/*----------------------------------------------------------------
    MEGAMENU [UPDATED-210200]
----------------------------------------------------------------*/

.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret,
.t3-megamenu .mega.open > .dropdown-toggle:after {
    display: none !important;
}
/*--------------------------------------------------------------*/
.t3-megamenu .mega > .mega-dropdown-menu {
    min-width: 280px; /*280*/
}
.t3-megamenu ul.navbar-nav > li.dropdown .dropdown-menu {
    float: none;
    position: absolute;
    top: calc(100% + 1px);
    margin: 0px;
    padding: 10px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 1);
}
.t3-megamenu ul.navbar-nav > li.dropdown .mega-dropdown-inner > .row,
.t3-megamenu ul.navbar-nav > li.dropdown .mega-dropdown-inner > .row .mega-col-module {
    margin: 0px;
    padding: 0px;
}
.t3-megamenu ul.navbar-nav > li.dropdown .mega-inner,
.t3-megamenu ul.navbar-nav > li.dropdown .mega-inner .t3-module {
    margin: 0px;
    padding: 0px;
}
.t3-megamenu .t3-module ul,
.t3-megamenu .t3-module ul.nav {
    margin: 0px;
    padding: 0px;
}
.t3-megamenu .t3-module ul li,
.t3-megamenu .t3-module ul.nav li {
    float: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
/*--------------------------------------------------------------*/
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li > a,
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li > span {
    display: block;
    margin: 4px 0px;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4em;
}
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li > a:hover,
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li > a:focus,
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li > span:hover,
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li > span:focus {
    color: #ffffff;
    background-color: rgba(220, 120, 40, 1);
}
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li.active > a,
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li.active > span,
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li.alias-parent-active > a,
.t3-megamenu ul.navbar-nav > li.dropdown ul.nav-stacked > li.alias-parent-active > span {
    color: #ffffff;
    background-color: rgba(220, 120, 40, 1);
}

/*****************************************************************
    SIDEBAR
*****************************************************************/
.t3-sidebar {
    padding-top: 0px;
    font-size: 15px;
    line-height: 1.4em;
    text-transform: none;
    background-color: transparent;
}
.t3-sidebar > .inner {
    padding: 0px;
    background-color: transparent;
}
.t3-sidebar > .inner .t3-module {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border: 1px dotted #dddddd;
    background-color: #ffffff;
}
.t3-sidebar ul.nav-stacked li {
    display: block;
    position: relative;
    float: none;
    list-style: none;
}
.t3-sidebar ul.nav-stacked li a {
    font-size: 14px;
    line-height: 1.4em;
    color: #333333;
}
.t3-sidebar ul.nav-stacked > li.active > a,
.t3-sidebar ul.nav-stacked > li.active > a:hover,
.t3-sidebar ul.nav-stacked > li.active > a:focus {
    /** BOOTSTRAP-RESET **/
    background-image: url(images/sidebar_current.png) !important;
    background-repeat: no-repeat;
}
.t3-sidebar ul.nav-stacked li a,
.t3-sidebar ul.nav-stacked li .separator {
    display: block;
    margin: 0px;
    padding: 6px 8px 6px 20px;
    background-image: url(images/sidebar_current.png);
    background-repeat: no-repeat;
    background-position: -20px 8px;
    /** TRANSITION **/
    -webkit-transition: background-position 0.2s ease-in-out;
    -moz-transition: background-position 0.2s ease-in-out;
    -ms-transition: background-position 0.2s ease-in-out;
    -o-transition: background-position 0.2s ease-in-out;
    transition: background-position 0.2s ease-in-out;
}
.t3-sidebar ul.nav-stacked li > a:hover,
.t3-sidebar ul.nav-stacked li > a:focus,
.t3-sidebar ul.nav-stacked li.current > a {
    color: #333333;
    background-position: 0px 8px;
}
.t3-sidebar ul.nav-stacked li.parent > a {
    background-position: -20px 8px;
}
.t3-sidebar ul.nav-stacked li.parent > a:hover,
.t3-sidebar ul.nav-stacked li.parent > a:focus,
.t3-sidebar ul.nav-stacked li.current.parent > a {
    background-position: 0px 8px !important;
}
.t3-sidebar ul.nav-stacked li > ul {
    margin-left: 0px;
    padding-left: 0px;
}
.t3-sidebar ul.nav-stacked li > ul.nav-child > li > ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
    border-left: 1px dotted rgba(220, 120, 40, 1);
}
.t3-sidebar ul.nav-stacked li > ul.nav-child > li.current.parent > a {
    background-position: 0px 8px !important;
}
.t3-sidebar ul.nav > li.parent > a {
    background-position: -20px 18px !important;
}
.t3-sidebar ul.nav > li.parent > a:hover,
.t3-sidebar ul.nav > li.parent > a:focus,
.t3-sidebar ul.nav > li.current.parent > a {
    background-position: 0px 18px !important;
}
/*--------------------------------------------------------------*/
/* .t3-sidebar ul.nav-stacked > li.parent {} */
.t3-sidebar ul.nav-stacked > li.parent > a {
    margin: -10px 0px 10px 0px;
    padding: 16px 10px 16px 20px;
    font-size: 15px;
    line-height: 1.4em;
    border-bottom: 1px dotted rgba(220, 120, 40, 1);
}
.t3-sidebar ul.nav-stacked > li.parent > span.nav-header {
    display: block;
    margin: -10px 0px 10px 0px;
    padding: 16px;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4em;
    background-color: rgba(50, 50, 50, 1);
}
/*--------------------------------------------------------------*/
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-header {
    margin: -10px 0px 10px 0px;
    padding: 16px;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4em;
    background-color: rgba(50, 50, 50, 1);
}
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-link {
    position: relative;
    margin: 0px;
    padding: 6px 16px 6px 30px;
    background: none;
    background-color: rgba(220, 120, 40, 0);
}
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-link:hover,
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-link:focus {
    color: #ffffff;
    background-color: rgba(220, 120, 40, 1);
}
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .fa {
    display: block;
    position: absolute;
    left: 8px;
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 1.4em;
    color: #dc7828;
}
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-link:hover .fa,
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-link:focus .fa {
    color: #ffffff;
}
/*--------------------------------------------------------------*/
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-item {
    position: relative;
    margin: 0px;
    padding: 6px 10px 6px 20px;
    cursor: pointer;
}
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-item-btn {
    position: relative;
    margin: 0px;
    padding: 6px 16px 6px 30px;
    font-size: 14px;
    line-height: 1.3em;
    color: #333333;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #ffffff;
    cursor: pointer;
}
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-item-btn:hover,
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-item-btn:focus {
    color: #ffffff;
    background-color: #dc7828;
}
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-item-btn .fa {
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 1.4em;
    color: #dc7828;
}
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-item-btn:hover .fa,
.t3-sidebar .t3-module.module_xtc-sidebar-nav .xtc-sidebar-nav .xtc-item-btn:focus .fa {
    color: #ffffff;
}
/*--------------------------------------------------------------*/
#t3-mainbody .t3-sidebar {
    position: relative;
    z-index: 0;
}
@media (max-width: 767px) {
    #t3-mainbody .t3-sidebar {
        z-index: 9998;
    }
}
#t3-mainbody .t3-sidebar .xtc-sidebar-toggle {
    display: none;
    visibility: hidden;
    opacity: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    border: 1px solid #dc7828;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #dc7828;
    cursor: pointer;
    z-index: -1;
}
#t3-mainbody .t3-sidebar .xtc-sidebar-toggle .fa {
    font-size: 24px;
    color: #ffffff;
    line-height: 50px;
}
#t3-mainbody .t3-sidebar .xtc-sidebar-toggle:hover,
#t3-mainbody .t3-sidebar .xtc-sidebar-toggle:focus {
    background-color: #ffffff;
}
#t3-mainbody .t3-sidebar .xtc-sidebar-toggle:hover .fa,
#t3-mainbody .t3-sidebar .xtc-sidebar-toggle:focus .fa {
    color: #dc7828;
}
@media (max-width: 767px) {
    #t3-mainbody .t3-sidebar > .inner {
        width: 280px;
        height: 0px;
    }
    #t3-mainbody .t3-sidebar {
        width: 280px;
        position: absolute;
        top: 0px;
        right: 0px;
        margin-top: -60px;
        padding: 0px;
        /** TRANSITION **/
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #t3-mainbody .t3-sidebar .xtc-sidebar-toggle {
        display: block;
        visibility: visible;
        opacity: 1;
        /** TRANSITION **/
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #t3-mainbody .t3-sidebar .xtc-sidebar-inner {
        position: relative;
        right: 0px;
        visibility: hidden;
        opacity: 0;
        /** TRANSITION **/
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #t3-mainbody .t3-sidebar .xtc-sidebar-inner > .t3-module {
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.08);
    }
    #t3-mainbody .t3-sidebar .xtc-sidebar-inner.xtc-open {
        right: 0px;
        visibility: visible;
        opacity: 1;
    }
}
/*****************************************************************
    BACK-TO-TOP
*****************************************************************/
.back-to-top {
    right: 20px;
}
.back-to-top .btn-inverse {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.back-to-top .btn-inverse .fa-angle-double-up:before {
    font-family: "FontAwesome";
    content: "\f102";
}

/*----------------------------------------------------------------
    OFF-CANVAS [UPDATED-210200]
----------------------------------------------------------------*/

.t3-off-canvas {
    width: 320px;
}
/*--------------------------------------------------------------*/
.t3-off-canvas .t3-off-canvas-header {
    height: 46px;
    padding: 0px 0px 0px 20px;
    color: #ffffff;
    background: #111111;
    line-height: 0px;
}
/*--------------------------------------------------------------*/
.t3-off-canvas .t3-off-canvas-header .t3-module {
    padding-bottom: 0px;
}
.t3-off-canvas .t3-off-canvas-header .t3-module .form-search label {
    height: 0px;
    margin: 0px;
    padding: 0px;
    display: none;
}
.t3-off-canvas .t3-off-canvas-header .t3-module .form-search input[type="search"] {
    width: calc(100% - 58px);
    height: 46px;
    float: left;
    color: #666666;
    margin: 0px;
    padding: 0px 0px;
    font-size: 14px;
    line-height: 16px;
    border: none;
}
.t3-off-canvas .t3-off-canvas-header .t3-module .form-search input[type="search"]:hover,
.t3-off-canvas .t3-off-canvas-header .t3-module .form-search input[type="search"]:focus {
    color: #ffffff;
}
.t3-off-canvas .t3-off-canvas-header .t3-module .form-search input[type="image"] {
    display: block;
    float: right;
    width: 46px;
    height: 46px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #dc7828;
}
.t3-off-canvas .t3-off-canvas-header .t3-module .form-search input[type="image"]:hover,
.t3-off-canvas .t3-off-canvas-header .t3-module .form-search input[type="image"]:focus {
    background-color: #dc7828;
}
/*--------------------------------------------------------------*/
.t3-off-canvas .t3-off-canvas-body .nav > li > a,
.t3-off-canvas .t3-off-canvas-body .nav > li > span {
    display: inline-block;
    margin: 0px;
    padding: 6px 20px;
    font-size: 15px;
    color: rgb(209, 209, 209);
    line-height: 1.4em;
    text-transform: none;
    /** TRANSITION **/
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a:hover,
.t3-off-canvas .t3-off-canvas-body .nav > li > a:focus,
.t3-off-canvas .t3-off-canvas-body .nav > li > a:active {
    color: #dc7828;
    padding-left: 20px;
}
@media (min-width: 992px) {
    .t3-off-canvas .t3-off-canvas-body .nav > li > a:hover,
    .t3-off-canvas .t3-off-canvas-body .nav > li > a:focus,
    .t3-off-canvas .t3-off-canvas-body .nav > li > a:active {
        color: #dc7828;
        padding-left: 20px;
    }
}
.t3-off-canvas .t3-off-canvas-body .nav > li > .nav-child {
    padding-left: 0;
    margin-left: 0;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > .nav-child > li > a,
.t3-off-canvas .t3-off-canvas-body .nav > li > .nav-child > li > span {
    display: inline-block;
    margin: 0px;
    padding: 6px 20px 6px 40px;
    font-size: 14px;
    color: #999999;
    line-height: 1.4em;
    text-transform: none;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > .nav-child > li > a:hover,
.t3-off-canvas .t3-off-canvas-body .nav > li > .nav-child > li > a:focus,
.t3-off-canvas .t3-off-canvas-body .nav > li > .nav-child > li > a:active {
    color: #dc7828;
}
.t3-off-canvas .t3-off-canvas-body .nav > li.active > a,
.t3-off-canvas .t3-off-canvas-body .nav > li > .nav-child > li.active > a,
.t3-off-canvas .t3-off-canvas-body .nav > li > .nav-child > li.alias-parent-active > a {
    color: #dc7828;
}
/*--------------------------------------------------------------*/
.t3-off-canvas .t3-off-canvas-body .nav > li.item-241 > a {
    padding-bottom: 5px;
}
.t3-off-canvas .t3-off-canvas-body .nav > li.item-242 > a {
    padding-top: 5px;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*----------------------------------------------------------------
    LISTAS [UPDATED-210200]
----------------------------------------------------------------*/

.t3-content ul,
.t3-content ul li,
.t3-content ol,
.t3-content ol li {
    margin-top: 1em;
    margin-bottom: 1em;
}
.t3-content ul li.mm-list-break {
    display: block !important;
    float: none !important;
    width: auto;
    height: 0px;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    overflow: hidden;
}
/*--------------------------------------------------------------*/
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
    background-color: transparent;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
    background-color: transparent;
}
/*--------------------------------------------------------------*/
ul.xtc-simple-list li {
    margin-top: auto;
    margin-bottom: auto;
}
/*--------------------------------------------------------------*/
ul.xtc-arrow-list {
    margin: 2em 0px 2em 2em;
    padding: 0px;
    list-style-type: none;
}
ul.xtc-arrow-list li a {
    color: #333333 !important;
}
ul.xtc-arrow-list li a:hover {
    color: #dc7828 !important;
}
table ul.xtc-arrow-list li a {
    border-bottom: none;
}
/*--------------------------------------------------------------*/
ul.xtc-arrow-list li {
    min-height: 1em;
    position: relative;
    margin-bottom: 1em;
    padding-left: 0.6em;
    list-style-type: none;
}
ul.xtc-arrow-list li:before {
    font-family: "FontAwesome";
    content: "\f061";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 3px;
    left: -1.6em;
    font-size: 0.8em;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5em;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #a0a0a0;
}
ul.xtc-arrow-list li.xtc-link:before {
    background-color: #dc7828;
}
ul.xtc-arrow-list li.xtc-list-highlight:before {
    background-color: #dc7828;
}
ul.xtc-arrow-list li.xtc-highlight-list:before {
    background-color: #9e0b0f;
}
/*--------------------------------------------------------------*/
ul.xtc-arrow-list > li > ul {
    position: relative;
    list-style-type: none;
    padding-left: 1.2em;
}
ul.xtc-arrow-list > li > ul > li {
    position: relative;
    padding-left: 0.6em;
}
ul.xtc-arrow-list > li > ul > li:before {
    font-family: "FontAwesome";
    content: "\f061";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 3px;
    left: -1.6em;
    font-size: 0.8em;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5em;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #cccccc;
}
ul.xtc-arrow-list > li > ul > li.xtc-link:before {
    background-color: #dc7828;
}
/*--------------------------------------------------------------*/
ul.xtc-bullet-list {
    margin: 2em 0px 2em 2em;
    padding: 0;
    list-style-type: none;
}
ul.xtc-bullet-list > li {
    min-height: 1em;
    position: relative;
    margin-bottom: 1em;
    padding-left: 0.5em;
    list-style-type: none;
    border-left: 2px solid #e1e1e1;
}
ul.xtc-bullet-list > li:before {
    font-family: "FontAwesome";
    content: "\f096";
    width: 0.8em;
    position: absolute;
    top: 5px;
    left: -1.4em;
    font-size: 1em;
    font-weight: 400;
    color: #a3a3a3;
    line-height: 1em;
    text-align: right;
}
ul.xtc-bullet-list li a {
    color: #333333;
    border-bottom: 1px dotted #dc7828;
}
/*--------------------------------------------------------------*/
ol.xtc-number-list {
    margin: 2em 0px 2em 2em;
    padding: 0;
    list-style-type: none;
    counter-reset: li-counter;
}
ol.xtc-number-list > li {
    min-height: 2.2em;
    position: relative;
    margin-bottom: 1em;
    padding-left: 0.5em;
    border-left: 2px solid #e1e1e1;
}
ol.xtc-number-list > li:before {
    content: counter(li-counter);
    counter-increment: li-counter;
    width: 1.2em;
    position: absolute;
    top: 0px;
    left: -1.5em;
    font-size: 1.6em;
    font-weight: 400;
    color: #c0c0c0;
    line-height: 1em;
    text-align: right;
}
ol.xtc-number-list > li.xtc-number-none:before {
    content: "";
    display: none;
}
ol.xtc-number-list > li > ul {
    padding-left: 30px;
}
ol.xtc-number-list > li > ul > li {
    list-style: none;
}
/*--------------------------------------------------------------*/
ul.xtc-datos-list li.list-inner {
    font-weight: 600;
}
ul.xtc-datos-list li.list-inner .list-inner-dsc {
    margin: 0.5em 0px 2em 0px;
    padding: 0px 0px 1em 0px;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.5em;
    border-bottom: 1px dotted #d1d1d1;
}
/*--------------------------------------------------------------*/
ol li .xtc-list-section {
    position: absolute;
    top: -0.5em;
    right: 0px;
    left: -40px;
    margin-left: 0px;
    padding-top: 0.4em;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3em;
    color: #333333;
    text-align: center;
    border-top: 2px dotted #cccccc;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    background-color: transparent;
    z-index: -1;
}
ol li .xtc-list-section span {
    display: block;
    margin: 0px;
    padding: 4px 8px;
    width: 110px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ecf0f0;
}
ol li .xtc-list-section span:last-of-type {
    margin-top: 4px;
}
/*--------------------------------------------------------------*/
.xtc-flex-rowList {
    position: relative;
    display: block;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.xtc-flex-rowList .row-item {
    display: block;
    margin: 0px 1em 0em 0px;
    padding: 0px;
}
/*--------------------------------------------------------------*/
.xtc-flex-rowList.cList-c2 .row-item {
    width: calc(50% - 2em);
    flex-basis: calc(50% - 2em);
}
.xtc-flex-rowList.cList-c3 .row-item {
    width: calc(33.333% - 2em);
    flex-basis: calc(33.333% - 2em);
}
/*--------------------------------------------------------------*/
ol.xtc-padding-list-rg100 > li {
    padding-right: 110px;
}
ol.xtc-notype-list > li:before {
    content: "";
    display: none;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*****************************************************************
    LOGIN
*****************************************************************/
.login-wrap form .form-actions .btn,
.logout form .form-actions .btn {
    width: auto;
}

/*****************************************************************
    SEARCH [UPDATED-210200]
*****************************************************************/

#searchForm fieldset {
    margin: 0px;
}
#searchForm .ordering-box.form-group {
    margin-bottom: 0px;
}
#searchForm .form-group {
    position: relative;
    margin: 0px 0px 25px 0px;
    padding: 0px;
}
#searchForm .form-group .input-group-btn:last-child > .btn {
    color: #ffffff;
    border: 1px solid #dc7828;
    background-color: #dc7828;
    width: 40px;
    height: 39px;
}
#searchForm .form-group .input-group-btn:last-child > .btn:hover {
    color: #ffffff;
    border-color: #dc7828;
    background-color: #dc7828;
}
.searchintro {
    margin-bottom: 25px;
    padding: 10px 25px;
    font-size: 20px;
    line-height: 20px;
    border: 1px solid #eaeaea;
    background: #f7f7f7;
}
.search .form-limit label {
    margin-bottom: 0px;
    text-transform: none;
    font-weight: 400;
}

/*****************************************************************
    CATEGORY
*****************************************************************/
.category-list .btn-toolbar > .btn-group {
    margin: 0px;
    width: calc(100% - 90px);
}
.category-list .btn-toolbar > .btn-group input[type="text"] {
    margin: 0px;
    width: calc(100% - 20px);
}
.category-list .btn-toolbar > .btn-group.pull-right {
    width: 90px;
}
.category-list .btn-toolbar > .btn-group.pull-right .inputbox,
.category-list .btn-toolbar > .btn-group.pull-right .inputbox.input-mini {
    width: 90px;
}
/*****************************************************************
    PAGINATION
*****************************************************************/
.pagination-wrap {
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    background-color: transparent;
}
.pagination-wrap > ul.pagination {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    /** TRANSITION **/
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}
.pagination-wrap > ul.pagination li {
    display: inline-block;
    padding: 0px;
    margin: 0px 2px;
    background-color: transparent;
}
.pagination-wrap > ul.pagination li.nav-prev {
    margin-right: 20px;
}
.pagination-wrap > ul.pagination li.nav-next {
    margin-left: 20px;
}
.pagination-wrap > ul.pagination li a {
    display: block;
    min-width: 26px;
    height: 28px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    border: 1px solid #dddddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
}
.pagination-wrap > ul.pagination li.nav-start a,
.pagination-wrap > ul.pagination li.nav-prev a,
.pagination-wrap > ul.pagination li.nav-next a,
.pagination-wrap > ul.pagination li.nav-end a {
    color: #ffffff;
    border: 1px solid #dc7828;
    background-color: #dc7828;
}
.pagination-wrap > ul.pagination li a:hover,
.pagination-wrap > ul.pagination li a:focus,
.pagination-wrap > ul.pagination li.active a {
    color: #ffffff;
    border: 1px solid #dc7828;
    background-color: #dc7828;
}
.pagination-wrap > ul.pagination li.nav-start.disabled a,
.pagination-wrap > ul.pagination li.nav-prev.disabled a,
.pagination-wrap > ul.pagination li.nav-next.disabled a,
.pagination-wrap > ul.pagination li.nav-end.disabled a,
.pagination-wrap > ul.pagination li.disabled a {
    font-weight: 400;
    color: #dddddd;
    border-color: #dddddd;
    background-color: #ffffff;
}
/*--------------------------------------------------------------*/
.pagination-wrap > ul.pagination li.nav-start a,
.pagination-wrap > ul.pagination li.nav-prev a,
.pagination-wrap > ul.pagination li.nav-next a,
.pagination-wrap > ul.pagination li.nav-end a {
    min-width: 32px;
    text-align: center;
}
.pagination-wrap > ul.pagination li.nav-start a:before,
.pagination-wrap > ul.pagination li.nav-start a:after,
.pagination-wrap > ul.pagination li.nav-prev a:before,
.pagination-wrap > ul.pagination li.nav-next a:before,
.pagination-wrap > ul.pagination li.nav-end a:before,
.pagination-wrap > ul.pagination li.nav-end a:after {
    font-family: "FontAwesome";
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}
.pagination-wrap > ul.pagination li.nav-start a:before,
.pagination-wrap > ul.pagination li.nav-start a:after {
    content: "\f053";
}
.pagination-wrap > ul.pagination li.nav-prev a:before {
    content: "\f053";
}
.pagination-wrap > ul.pagination li.nav-next a:before {
    content: "\f054";
}
.pagination-wrap > ul.pagination li.nav-end a:before,
.pagination-wrap > ul.pagination li.nav-end a:after {
    content: "\f054";
}
@media (max-width: 575px) {
    .pagination-wrap > ul.pagination li {
        display: none;
    }
    .pagination-wrap > ul.pagination {
        display: block;
        text-align: initial;
    }
    .pagination-wrap > ul.pagination li.nav-prev,
    .pagination-wrap > ul.pagination li.nav-next {
        display: inline-block;
        min-width: calc(50% - 10px);
        margin: 0px;
    }
    .pagination-wrap > ul.pagination li.nav-next {
        float: right;
    }
}

/*----------------------------------------------------------------
    TABLE [UPDATED-210200]
----------------------------------------------------------------*/

table {
    width: 100%;
    margin: 2em auto;
    border: none;
}
table th,
table td {
    padding: 6px 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
    vertical-align: top;
}
table.font-size-inherit th,
table.font-size-inherit td {
    font-size: inherit !important;
    line-height: inherit !important;
}
table th[align="center"],
table td[align="center"] {
    text-align: center;
}
/*--------------------------------------------------------------*/
table thead th {
    font-weight: 400;
    color: #ffffff;
    border: none !important;
    background-color: #323232;
}
table tbody th {
    font-weight: 400;
    color: #323232;
    background-color: #f0f0f0;
}
table tbody tr td,
.table > tbody > tr > td {
    color: #333333;
    border-top: none;
    border-bottom: 1px dotted #cccccc;
    background-color: #ffffff;
}
table tbody > tr:first-child > td,
.table > tbody > tr:first-child > td {
    border-top: 1px dotted #cccccc;
}
table tbody tr td a {
    color: #333333;
    border-bottom: 1px dotted #dc7828;
}
table thead th a {
    color: #ffffff;
    border-bottom: 1px dotted #323232;
}
table thead th a:hover,
table thead th a:focus {
    color: #ffffff;
    border-bottom-color: #323232;
}
table tbody tr td a:hover,
table tbody tr td a:focus {
    color: #000000;
    border-bottom-color: #dc7828;
}
table tfoot tr td {
    background-color: rgba(244, 246, 246, 1);
}
/*--------------------------------------------------------------*/
table thead + tbody > tr:first-of-type td {
    padding-top: 12px;
    border-top: none !important;
}
table thead + tbody > tr:last-of-type td {
    padding-bottom: 12px;
}

/*----------------------------------------------------------------
    TABLE [XTC-TABLE] [UPDATED-210200]
----------------------------------------------------------------*/

table.xtc-table-head-xs thead th {
    padding-top: 0px !important;
}
table.xtc-table-head-xs thead tr:first-of-type th {
    padding-top: 6px !important;
}
table tr.xtc-table-row-highlight td {
    color: #000000;
    background-color: #ecf0f0;
}
/*--------------------------------------------------------------*/
table.xtc-table-link thead tr th a,
table.xtc-table-link tbody tr th a,
table.xtc-table-link tbody tr td a {
    color: #dc7828;
    border: none;
}
table.xtc-table-link thead tr th a:hover,
table.xtc-table-link thead tr th a:focus,
table.xtc-table-link tbody tr th a:hover,
table.xtc-table-link tbody tr th a:focus,
table.xtc-table-link tbody tr td a:hover,
table.xtc-table-link tbody tr td a:focus {
    color: #dc7828;
    border: none;
}

/*----------------------------------------------------------------
    TABLE [XTC-TABLE-INFO] [UPDATED-210200]
----------------------------------------------------------------*/

table.xtc-table-info th,
table.xtc-table-info td {
    font-size: 18px;
    line-height: 1.5em;
}
/*----------------------------------------------------------------
    TABLE [XTC-TABLE-DATA] [UPDATED-210200]
----------------------------------------------------------------*/

table.xtc-table-data th,
table.xtc-table-data td {
    /*padding: 4px 6px;*/
    font-size: 16px;
    line-height: 1.4em;
}
table.xtc-table-data th {
    text-align: center;
}
table.xtc-table-data.table-data-xs th,
table.xtc-table-data.table-data-xs td {
    /*padding: 4px 6px;*/
    font-size: 16px;
    line-height: 1.4em;
}
/*--------------------------------------------------------------*/
table.xtc-table-data-color th {
    color: #ffffff;
    border: none;
    background-color: #323232;
}
table.xtc-table-data-color th,
table.xtc-table-data-color td {
    font-size: 16px;
    line-height: 1.4em;
}
table.xtc-table-data-color th {
    text-align: left;
}
table.xtc-table-data-color tbody tr td,
table.xtc-table-data-color > tbody > tr > td {
    color: #333333;
    border-top: none;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}
/*--------------------------------------------------------------*/
table.xtc-table-data th.cOrange,
table.xtc-table-data td.cOrange {
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(252, 105, 10, 1);
}
table.xtc-table-data th.cRed,
table.xtc-table-data td.cRed {
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(2235, 65, 95, 1);
}

/*----------------------------------------------------------------
    TABLE [XTC-TABLE-COL] [UPDATED-210200]
----------------------------------------------------------------*/

table.xtc-table-col-color-nth1 tbody > tr > td {
    border: none !important;
}
table.xtc-table-col-color-nth1 tbody > tr > td:nth-child(1) {
    padding-right: 8px;
    border-right: 2px solid #e1e1e1 !important;
}
table.xtc-table-col-color-nth1 tbody > tr > td:nth-child(2) {
    padding-left: 16px;
}
table.xtc-table-col-color-nth1 tbody > tr > td:last-of-type {
    padding-left: 16px;
    border: none !important;
}

/*----------------------------------------------------------------
    DATATABLE [UPDATED-210200]
----------------------------------------------------------------*/

.dataTables_wrapper {
    margin: 2em auto;
    padding: 0px;
}
/*--------------------------------------------------------------*/
.dataTables_wrapper .dataTables_filter {
    float: left;
}
.dataTables_wrapper .dataTables_length {
    float: right;
}
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length {
    margin: 1em 0px 0.5em 0px;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
}
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    height: auto;
    display: inline-block;
    margin: 0px 0px 0px 10px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 14px;
}
/*--------------------------------------------------------------*/
table.dataTable thead th,
table.dataTable thead td {
    padding: 8px 18px 8px 12px;
    border-bottom: none;
}
table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 400;
}
table.dataTable thead > tr > th,
table.dataTable thead > tr > td,
table.dataTable tbody > tr > td {
    vertical-align: top !important;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #ffffff;
}
table.dataTable tbody td a {
    color: #333333;
    border-bottom: 1px dotted #dc7828;
}
table.dataTable tbody td a:hover,
table.dataTable tbody td a:focus {
    color: #000000;
    border-bottom-color: #dc7828;
}
table.dataTable.row-border tbody tr th,
table.dataTable.row-border tbody tr td,
table.dataTable.display tbody tr th,
table.dataTable.display tbody tr td {
    border: none;
}
table.dataTable.row-border tbody tr td,
table.dataTable.display tbody tr td {
    border-bottom: 1px dotted #cccccc;
}
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child td {
    border-top: 1px dotted #cccccc;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #ffffff;
}
/*--------------------------------------------------------------*/
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}
.dataTables_wrapper .dataTables_paginate {
    margin: 0.5em 0px 1em 0px;
    font-size: 14px;
    line-height: 14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 30px;
    height: 30px;
    margin: 0px 2px 0px 0px;
    padding: 0px 8px;
    color: #333333 !important;
    line-height: 30px;
    border: 1px solid transparent;
    background-color: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
    color: #ffffff !important;
    border: 1px solid #dc7828;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: inherit;
    background-color: #dc7828;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    color: #ffffff !important;
    border: 1px solid #323232;
    background: inherit;
    background-color: #323232;
}
@media (max-width: 767px) {
    .dataTables_wrapper .dataTables_filter label,
    .dataTables_wrapper .dataTables_filter label input,
    .dataTables_wrapper .dataTables_length label,
    .dataTables_wrapper .dataTables_length label select {
        margin: 0px;
    }
}

/*----------------------------------------------------------------
    TABLE-CONTAINER [UPDATED-210200]
----------------------------------------------------------------*/

.xtc-table-container-scroll {
    margin: 2em 0px;
    padding: 0px;
    overflow: auto;
}
.xtc-table-container-scroll > table {
    margin: 0px auto;
    padding: 0px;
}

/*----------------------------------------------------------------
    TABLE-MOSAICO [DROPTABLES] 
----------------------------------------------------------------*/

.xtc-table-mosaico .xtc-table-mosaico-wrapper > .droptablestable table tbody > tr:first-child > td {
    border-top: none;
}
/*--------------------------------------------------------------*/
.xtc-table-mosaico .xtc-table-mosaico-wrapper > .droptablestable table td .xtc-mosaico-inner-btn {
    display: none !important;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*----------------------------------------------------------------
    FEATURES-INTRO [UPDATED-210200]
----------------------------------------------------------------*/

section.t3-features-intro {
    position: relative;
    margin: 0px;
    padding: 0px;
}
section.t3-features-wrapper {
    /** FEATURES-EMPTY **/
    margin-bottom: 60px;
}
section.t3-features-intro .section {
    position: relative;
    /** FEATURES-EMPTY **/
    margin: 0px;
    padding: 0px;
}

/*----------------------------------------------------------------
    FEATURES-INTRO [FEATURES-ANUNCIOS-02] [UPDATED-210200]
----------------------------------------------------------------*/

#features_anuncios_02 .section-content {
    margin: 0px !important;
    padding: 0px !important;
    /* border-top: 1px dotted rgba(180, 180, 180, 1); */
    background-color: rgba(236, 240, 241, 0.5);
    /*
    color: #f5f9fa; rgba(245,249,250,1);
    color: #f2f6f7; rgba(242,246,247,1);
    color: #ecf0f1; rgba(236,240,241,1); ***
    color: #e1e5e6; rgba(225,229,230,1);
    color: #c8cccd; rgba(200,204,205,1);
    */
    /* -webkit-box-shadow: inset 0px 30px 20px -20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 30px 20px -20px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 30px 20px -20px rgba(0, 0, 0, 0.08); */
}

/*----------------------------------------------------------------
    FEATURES-INTRO [SECTION-TITLE] [UPDATED-210200]
----------------------------------------------------------------*/

.t3-features-intro .section-title {
    display: none !important;
}
/*----------------------------------------------------------------
    FEATURES-INTRO [FEATURES_INICIO_VIDEO] [UPDATED-210200]
----------------------------------------------------------------*/

#features_inicio_video {
    margin-top: 0px;
}
#features_inicio_video .features-intro-container {
    position: relative;
    margin: 220px 0px 0px 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7em;
    color: #ffffff;
    border-bottom: 1px dotted rgba(220, 120, 40, 1);
    background-color: rgba(0, 0, 0, 1);
    /** TRANSITION **/
    -webkit-transition: padding-top 0.2s ease-out;
    -moz-transition: padding-top 0.2s ease-out;
    -ms-transition: padding-top 0.2s ease-out;
    -o-transition: padding-top 0.2s ease-out;
    transition: padding-top 0.2s ease-out;
}
#features_inicio_video .features-intro-container video {
    display: block;
    width: 100%;
    height: calc(100vh - 220px);
    min-height: 620px;
    border: none;
    object-fit: cover;
}
#features_inicio_video .features-intro-container .features-intro-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 60px);
    margin: 0px;
    padding: 50px 40px;
    z-index: 10;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#features_inicio_video .features-intro-container .features-intro-wrapper .features-intro-title {
    width: 100%;
    max-width: 680px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 72px;
    line-height: 1em;
    font-weight: 400;
    color: rgba(255, 115, 0, 0.7);
}
#features_inicio_video .features-intro-container .features-intro-wrapper .features-intro-content {
    width: 100%;
    max-width: 680px;
    margin: 0px;
    padding: 0px;
}
#features_inicio_video .features-intro-container .features-intro-wrapper .features-intro-content a {
    color: #ffffff;
    font-weight: 300;
    border-bottom: 1px dotted rgba(220, 121, 40, 1);
}
@media (max-width: 991px) {
    #features_inicio_video .features-intro-container {
        margin-top: 205px;
    }
    #features_inicio_video .features-intro-container video {
        min-height: 600px;
    }
}
@media (max-width: 767px) {
    #features_inicio_video .features-intro-container {
        margin-top: 0px;
    }
    #features_inicio_video .features-intro-container video {
        min-height: 420px;
    }
}

/*----------------------------------------------------------------
    FEATURES-INTRO [FEATURES_INICIO] [UPDATED-210200]
----------------------------------------------------------------*/

#features_inicio {
    margin-top: 0px;
}
#features_inicio .features-intro-container {
    min-height: 740px;
    margin: 0px;
    padding: 270px 0px 50px 0px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7em;
    color: #ffffff;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
    background-image: url(images/main_intro-background.jpg);
    background-size: cover;
    background-position: center 100px;
    background-repeat: no-repeat;
    background-color: #140a4a;
    /** TRANSITION **/
    -webkit-transition: padding-top 0.2s ease-out;
    -moz-transition: padding-top 0.2s ease-out;
    -ms-transition: padding-top 0.2s ease-out;
    -o-transition: padding-top 0.2s ease-out;
    transition: padding-top 0.2s ease-out;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
}
#features_inicio .features-intro-container .features-intro-wrapper,
#features_inicio .features-intro-container .features-intro-date {
    width: 40%;
    min-width: 560px;
    max-width: 720px;
    margin: 0px;
    padding: 0px 30px;
}
#features_inicio .features-intro-container .features-intro-wrapper .features-intro-title {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    font-size: 72px;
    line-height: 1em;
    font-weight: 400;
    color: rgba(255, 115, 0, 0.7);
}
#features_inicio .features-intro-container .features-intro-wrapper .features-intro-content a {
    color: #ffffff;
    font-weight: 300;
    border-bottom: 1px dotted rgba(220, 121, 40, 1);
}
@media (max-width: 991px) {
    #features_inicio .features-intro-container {
        padding-top: 214px;
    }
}
@media (max-width: 767px) {
    #features_inicio .features-intro-container {
        padding-top: 50px;
    }
}

/*----------------------------------------------------------------
    FEATURES-INTRO [DIVISOR] [UPDATED-210200]
----------------------------------------------------------------*/

.t3-features-wrapper .section.divisor-features {
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 1);
}
.t3-features-wrapper .section.divisor-features .divisor-features {
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0);
}
.t3-features-wrapper .section.divisor-features .divisor-features .divisor_title {
    position: relative;
    margin: 0px;
    padding: 4px 0px;
}
.t3-features-wrapper .section.divisor-features .divisor-features .divisor_title h2 {
    display: inline-block;
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 32px;
    color: #333333;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    white-space: nowrap;
}
.t3-features-wrapper .section.divisor-features .divisor-features .divisor_title h2:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 100%;
    height: 4px;
    margin: 0px;
    background-color: #f1c270;
}

/*----------------------------------------------------------------
    FEATURES-INTRO [VIEW-MORE] [UPDATED-210200]
----------------------------------------------------------------*/

.t3-features-wrapper .features-intro .section-content {
    position: relative;
    margin: 0px;
    padding: 0px;
}
.xtc-features-view-more {
    display: none;
}
.t3-features-wrapper .features-intro .section-content .xtc-features-view-more {
    display: block;
    width: 100%;
    position: absolute;
    top: -50px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}
.t3-features-wrapper .features-intro .section-content .xtc-features-view-more a {
    display: block;
    width: 100%;
    max-width: 1170px;
    margin: 0px auto;
    padding: 0px 30px;
    color: #333333;
}
.t3-features-wrapper .features-intro .section-content .xtc-features-view-more a:after {
    font-family: "FontAwesome";
    content: "\f0fe";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 6px;
    padding: 0px;
    font-size: 24px;
    color: #dc7828;
    line-height: 24px;
    text-align: right;
    display: inline-block;
}
.t3-features-wrapper .features-intro .section-content .xtc-features-view-more a:hover:after,
.t3-features-wrapper .features-intro .section-content .xtc-features-view-more a:focus:after {
    color: #dc7828;
}

/*****************************************************************
    INICIO-SECCION [INTRODUCCION]
*****************************************************************/
.acm-features-intro.style-1 .features-info h1 {
    margin-top: 40px !important;
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
    text-transform: none;
    letter-spacing: -0.04em !important;
    white-space: nowrap;
}
.acm-features-intro.style-1 .features-info span {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.03em !important;
}
.acm-features-intro.style-1 .features-info p {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 18px;
}
.acm-features-intro.style-1 .bg-blur {
    display: block;
}
@media (max-width: 767px) {
    .acm-features-intro.style-1 .features-info p {
        display: block;
    }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*----------------------------------------------------------------
    SECTION [NORMATIVIDAD-BANNERS] [UPDATED-210200]
----------------------------------------------------------------*/

#normatividad_banners {
    position: relative;
    margin: 0px;
    padding: 50px 15px;
    background-color: #ecf0f1;
}
#normatividad_banners div.grid-items {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
#normatividad_banners div.grid-items:last-of-type {
    margin-bottom: 0px;
}
#normatividad_banners div.grid-items.grid-col {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
#normatividad_banners div.grid-items .grid-item {
    position: relative;
    margin: 0px;
    padding: 5px 10px;
    /** FLEX **/
    /*flex: 0 0 20%;*/
    line-height: 0px;
    text-align: center;
}
#normatividad_banners div.grid-items .grid-item a {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
#normatividad_banners div.grid-items .grid-item a img {
    display: block;
    margin: 0px;
    padding: 0px;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*----------------------------------------------------------------
    MAINBODY [UPDATED-210200]
----------------------------------------------------------------*/

.t3-mainbody {
    /* padding-top: 270px; */
    /* padding-top: 80px; /* ADD-MOD 2202 */
    /* padding-bottom: 60px; */
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
}
@media (max-width: 991px) {
    .t3-mainbody {
        /* padding-top: 270px; */
        /* padding-top: 80px; /* ADD-MOD 2202 */
        margin-top: 80px;
        margin-bottom: 80px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 767px) {
    .t3-mainbody {
        /* padding-top: 60px;
        padding-bottom: 60px; */
        margin-top: 80px;
        margin-bottom: 80px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
#t3-mainbody > .row {
    position: relative;
}
.t3-content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.item-page .article-content {
    margin-bottom: 0px;
}
/*--------------------------------------------------------------*/
#xtc-content-module-top {
    position: relative;
    margin: 0px 0px 40px 0px;
    padding: 0px;
}
#xtc-content-module-bottom {
    position: relative;
    margin: 40px 0px 0px 0px;
    padding: 0px;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*****************************************************************
    EASYPROFILE [VIEW-LIST]
*****************************************************************/
/* #xtc-areas-nav.xtc-wrapper {}
#xtc-areas-nav .xtc-areas-nav {} */
/*----------------------------------------------------------------
    VIEW-LIST [SECCIONES]
----------------------------------------------------------------*/
#t3-mainbody.xtc-areas-list .xtc-wrapper:nth-of-type(3) {
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: inset 0px 30px 20px -20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 30px 20px -20px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 30px 20px -20px rgba(0, 0, 0, 0.08);
}
/*----------------------------------------------------------------
    VIEW-LIST [XTC-HEADER]
----------------------------------------------------------------*/
#xtc-header header {
    margin-bottom: 48px;
}
#xtc-header header .article-title-head {
    margin: 0px 0px 4px 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    white-space: nowrap;
}
#xtc-header header .article-title-head:before {
    content: "";
    display: inline-block;
    width: 0.2em;
    height: 1em;
    margin: 0px 0.16em -0.14em 0px;
    border: none;
    background-color: #dc7828;
}
#xtc-header header .article-title-head a {
    color: #333333;
}
#xtc-header header .article-title-head a:hover,
#xtc-header header .article-title-head a:focus {
    border-bottom: 1px dotted #dc7828;
}
#xtc-header header .article-title {
    margin-bottom: 0px;
}
/*----------------------------------------------------------------
    VIEW-LIST [XTC-AREA-INTRO]
----------------------------------------------------------------*/
#xtc-area-intro {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    color: #000;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
    background-image: url(images/xtc-area-intro_mosaico.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #ffffff;
}
#xtc-area-intro .custom-xtc-module p:last-child {
    margin-bottom: 0px;
}
/*----------------------------------------------------------------
    VIEW-LIST [XTC-AREA-CONTENT]
----------------------------------------------------------------*/
/* #xtc-area-content {} */

/*----------------------------------------------------------------
    VIEW-LIST [XTC-AREAS-USERSLIST] [UPDATED-210200]
----------------------------------------------------------------*/

#xtc-areas-userslist {
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
#xtc-areas-userslist .xtc-user-list-title h2 {
    margin-top: 0px;
    margin-bottom: 36px;
}
#xtc-areas-userslist .jsn-l-avatar.xtc-item,
#jsn_listresult .jsn-l-avatar.xtc-item {
    display: block;
    border: 2px solid #505050;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
#xtc-areas-userslist .jsn-l-avatar.xtc-item > a,
#jsn_listresult .jsn-l-avatar.xtc-item > a {
    display: block;
    width: 82px;
    border: 1px solid #ffffff;
    overflow: hidden;
}
#xtc-areas-userslist .jsn-l-avatar.xtc-item img,
#jsn_listresult .jsn-l-avatar.xtc-item img {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/*----------------------------------------------------------------
    VIEW-LIST [XTC-PAGE-PROFILE-CONTENT]
----------------------------------------------------------------*/
.xtc-page-profile.t3-mainbody {
    padding-bottom: 40px !important;
}
#xtc-page-profile-content {
    padding-top: 48px;
    padding-bottom: 48px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
#xtc-page-profile-content .item-page > article > header.article-header {
    display: none !important;
}
#xtc-page-profile-intro {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    color: #000;
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: inset 0px 30px 20px -20px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 30px 20px -20px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0px 30px 20px -20px rgba(0, 0, 0, 0.12);
    background-image: url(images/xtc-area-intro_mosaico.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #ffffff;
}
#xtc-page-profile-intro .custom-xtc-module p:last-child,
#xtc-page-profile-content .item-page > article > section.article-content p:last-child {
    margin-bottom: 0px;
}
/*----------------------------------------------------------------
    VIEW-LIST [XTC-PAGE-PROFILE-LIST]
----------------------------------------------------------------*/
#xtc-page-profile-list {
    padding-top: 50px;
    padding-bottom: 0px;
}
#xtc-page-profile-list #xtc-page-profile {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
#xtc-page-profile-list .xtc-user-list-title h2 {
    margin-top: 0px;
    margin-bottom: 30px;
}
#xtc-page-profile-list #xtc-areas-userslist {
    padding-top: 0px;
}
#xtc-page-profile-list #xtc-areas-userslist .jsn-l-fields {
    font-size: 15px;
    line-height: 15px;
}
#xtc-page-profile-list #xtc-areas-userslist .jsn-l-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}
#xtc-page-profile-list #xtc-areas-userslist .jsn-l-title h3 {
    display: inline-block;
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}
#xtc-page-profile-list #xtc-areas-userslist .jsn-l-title h3 a {
    color: #333333;
}
#xtc-page-profile-list #xtc-areas-userslist .jsn-l-title h3 a:hover,
#xtc-page-profile-list #xtc-areas-userslist .jsn-l-title h3 a:focus {
    color: #dc7828;
}
#xtc-page-profile-list #xtc-areas-userslist {
    padding-bottom: 0px;
    border-bottom: none;
}
/*--------------------------------------------------------------*/
#xtc-page-profile-list #xtc-areas-userslist .jsn-l-fields .jsn-l-grado_nombre {
    margin: 0px 0px 3px 0px;
    padding: 4px 0px 0px 0px;
}
#xtc-page-profile-list #xtc-areas-userslist .jsn-l-fields .jsn-l-sni {
    margin: 6px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 13px;
}
/*****************************************************************
    MODULE-BOTTOM [VIEW-LIST]
*****************************************************************/
.xtc-module-bottom {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
}

.xtc-module-bottom .xtc-module-title h2 {
    margin-top: 0px;
    margin-bottom: 48px;
}
/*----------------------------------------------------------------
    VIEW-LIST [XTC-DOCENCIA-BOTTOM] [XTC-INVESTIGACION-BOTTOM]
----------------------------------------------------------------*/
.xtc-module-bottom .module-list-wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
}
/*----------------------------------------------------------------
    VIEW-LIST [GRID-ITEMS]
----------------------------------------------------------------*/
.xtc-module-bottom .module-list-wrapper .grid-items {
    position: relative;
    margin: 0px;
    padding: 0px;
}
.xtc-module-bottom .module-list-wrapper .grid-items.grid-flex-row {
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
.xtc-module-bottom .module-list-wrapper .grid-items .grid-item {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
}
.xtc-module-bottom .module-list-wrapper .grid-items .grid-item a.item-icon {
    margin: 0px 12px;
    padding: 0px;
    width: 52px;
    height: 52px;
    color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(8, 159, 207, 1);
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.xtc-module-bottom .module-list-wrapper .grid-items .grid-item a.item-icon .fa {
    display: block;
    margin: 0px;
    padding: 0px;
}

/*----------------------------------------------------------------
    OFFROW-BOTTOM [VIEW-LIST] [UPDATED-210200] [ADD-MOD]
----------------------------------------------------------------*/

/* .xtc-offrow-bottom {} */
/* .xtc-offrow-bottom .xtc-module-title h2 {} */

/*----------------------------------------------------------------
    VIEW-LIST [XTC-DOCENCIA-BOTTOM] [XTC-INVESTIGACION-BOTTOM]
----------------------------------------------------------------*/
.xtc-offrow-bottom .module-list-wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
}
/*----------------------------------------------------------------
    VIEW-LIST [GRID-ITEMS]
----------------------------------------------------------------*/
.xtc-offrow-bottom .module-list-wrapper .grid-items {
    position: relative;
    margin: 0px;
    padding: 0px;
}
.xtc-offrow-bottom .module-list-wrapper .grid-items.grid-flex-row {
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
.xtc-offrow-bottom .module-list-wrapper .grid-items .grid-item {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
}
.xtc-offrow-bottom .module-list-wrapper .grid-items .grid-item a.item-icon {
    margin: 0px 12px;
    padding: 0px;
    width: 52px;
    height: 52px;
    color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(8, 159, 207, 1);
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.xtc-offrow-bottom .module-list-wrapper .grid-items .grid-item a.item-icon .fa {
    display: block;
    margin: 0px;
    padding: 0px;
}

/*----------------------------------------------------------------
    VIEW-LIST [XTC-DOCENCIA-GALLERY] [XTC-INVESTIGACION-GALLERY]
----------------------------------------------------------------*/
#xtc-docencia-gallery,
#xtc-investigacion-gallery {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
}
#xtc-docencia-gallery .xtc-gallery-title h2,
#xtc-investigacion-gallery .xtc-gallery-title h2 {
    margin-top: 0px;
    margin-bottom: 48px;
}

/*----------------------------------------------------------------
    EASYPROFILE [VIEW-LIST] [UPDATED-210200]
    [XTC-AREAS-LIST]
    [XTC-DOCENCIA-LIST]
    [XTC-LABORATORIOS-LIST]
    [XTC-INVESTIGACION-LIST]
    [XTC-POSGRADO-LINEAS-LIST]
----------------------------------------------------------------*/

#xtc-areas-list,
#xtc-docencia-list,
#xtc-laboratorios-list,
#xtc-investigacion-list,
#xtc-posgrado-lineas-list {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 0px;
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
}
#xtc-areas-list #xtc-areas-userslist,
#xtc-docencia-list #xtc-areas-userslist,
#xtc-laboratorios-list #xtc-areas-userslist,
#xtc-investigacion-list #xtc-areas-userslist,
#xtc-posgrado-lineas-list #xtc-areas-userslist {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
#xtc-areas-list .xtc-user-list-title h2,
#xtc-docencia-list .xtc-user-list-title h2,
#xtc-laboratorios-list .xtc-user-list-title h2,
#xtc-investigacion-list .xtc-user-list-title h2,
#xtc-posgrado-lineas-list .xtc-user-list-title h2 {
    margin-top: 0px;
    margin-bottom: 36px;
}
#xtc-areas-list #xtc-areas-userslist,
#xtc-docencia-list #xtc-areas-userslist,
#xtc-laboratorios-list #xtc-areas-userslist,
#xtc-investigacion-list #xtc-areas-userslist,
#xtc-posgrado-lineas-list #xtc-areas-userslist {
    padding-top: 0px;
}
#xtc-areas-list #xtc-areas-userslist .jsn-l-fields,
#xtc-docencia-list #xtc-areas-userslist .jsn-l-fields,
#xtc-laboratorios-list #xtc-areas-userslist .jsn-l-fields,
#xtc-investigacion-list #xtc-areas-userslist .jsn-l-fields,
#xtc-posgrado-lineas-list #xtc-areas-userslist .jsn-l-fields {
    font-size: 15px;
    line-height: 15px;
}
#xtc-areas-list #xtc-areas-userslist .jsn-l-title,
#xtc-docencia-list #xtc-areas-userslist .jsn-l-title,
#xtc-laboratorios-list #xtc-areas-userslist .jsn-l-title,
#xtc-investigacion-list #xtc-areas-userslist .jsn-l-title,
#xtc-posgrado-lineas-list #xtc-areas-userslist .jsn-l-title {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}
#xtc-areas-list #xtc-areas-userslist .jsn-l-title h3,
#xtc-docencia-list #xtc-areas-userslist .jsn-l-title h3,
#xtc-laboratorios-list #xtc-areas-userslist .jsn-l-title h3,
#xtc-investigacion-list #xtc-areas-userslist .jsn-l-title h3,
#xtc-posgrado-lineas-list #xtc-areas-userslist .jsn-l-title h3 {
    display: inline-block;
    margin: 0px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4em;
}
#xtc-areas-list #xtc-areas-userslist .jsn-l-title h3 a,
#xtc-docencia-list #xtc-areas-userslist .jsn-l-title h3 a,
#xtc-laboratorios-list #xtc-areas-userslist .jsn-l-title h3 a,
#xtc-investigacion-list #xtc-areas-userslist .jsn-l-title h3 a,
#xtc-posgrado-lineas-list #xtc-areas-userslist .jsn-l-title h3 a {
    color: #333333;
}
#xtc-areas-list #xtc-areas-userslist .jsn-l-title h3 a:hover,
#xtc-areas-list #xtc-areas-userslist .jsn-l-title h3 a:focus,
#xtc-docencia-list #xtc-areas-userslist .jsn-l-title h3 a:hover,
#xtc-docencia-list #xtc-areas-userslist .jsn-l-title h3 a:focus,
#xtc-laboratorios-list #xtc-areas-userslist .jsn-l-title h3 a:hover,
#xtc-laboratorios-list #xtc-areas-userslist .jsn-l-title h3 a:focus,
#xtc-investigacion-list #xtc-areas-userslist .jsn-l-title h3 a:hover,
#xtc-investigacion-list #xtc-areas-userslist .jsn-l-title h3 a:focus,
#xtc-posgrado-lineas-list #xtc-areas-userslist .jsn-l-title h3 a:hover,
#xtc-posgrado-lineas-list #xtc-areas-userslist .jsn-l-title h3 a:focus {
    color: #dc7828;
}
/*--------------------------------------------------------------*/
#xtc-areas-list #xtc-areas-userslist .jsn-l-fields .jsn-l-grado_nombre,
#xtc-docencia-list #xtc-areas-userslist .jsn-l-fields .jsn-l-grado_nombre,
#xtc-laboratorios-list #xtc-areas-userslist .jsn-l-fields .jsn-l-grado_nombre,
#xtc-investigacion-list #xtc-areas-userslist .jsn-l-fields .jsn-l-grado_nombre,
#xtc-posgrado-lineas-list #xtc-areas-userslist .jsn-l-fields .jsn-l-grado_nombre {
    margin: 0px 0px 3px 0px;
    padding: 2px 0px 0px 0px;
    font-size: 14px;
    line-height: 14px;
}
#xtc-areas-list #xtc-areas-userslist .jsn-l-fields .jsn-l-nucleo_cargo,
#xtc-docencia-list #xtc-areas-userslist .jsn-l-fields .jsn-l-nucleo_cargo,
#xtc-laboratorios-list #xtc-areas-userslist .jsn-l-fields .jsn-l-laboratorios_cargo,
#xtc-investigacion-list #xtc-areas-userslist .jsn-l-fields .jsn-l-nucleo_cargo,
#xtc-posgrado-lineas-list #xtc-areas-userslist .jsn-l-fields .jsn-l-nucleo_cargo {
    margin: 6px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 1.3em;
}
#xtc-areas-list #xtc-areas-userslist .jsn-l-fields .jsn-l-sni,
#xtc-docencia-list #xtc-areas-userslist .jsn-l-fields .jsn-l-sni,
#xtc-laboratorios-list #xtc-areas-userslist .jsn-l-fields .jsn-l-sni,
#xtc-investigacion-list #xtc-areas-userslist .jsn-l-fields .jsn-l-sni,
#xtc-posgrado-lineas-list #xtc-areas-userslist .jsn-l-fields .jsn-l-sni {
    margin: 6px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 13px;
}

/*----------------------------------------------------------------
    MODULE-WRAPPER [UPDATED-220200] [ADD-MOD]
----------------------------------------------------------------*/

.xtc-module-wrapper {
    position: relative;
    margin: 0px;
    padding: 80px 0px;
    background-color: rgba(255, 255, 255, 0);
}
.xtc-module-wrapper > .custom,
.xtc-module-wrapper > .inner > .custom {
    position: relative;
    margin: 0px;
    padding: 80px 0px;
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
    background-color: rgba(255, 255, 255, 0);
}
.xtc-module-wrapper > .custom:first-of-type,
.xtc-module-wrapper > .inner > .custom:first-of-type {
    padding-top: 0px;
    border-top: none;
}
.xtc-module-wrapper > .custom:last-of-type,
.xtc-module-wrapper > .inner > .custom:last-of-type {
    padding-bottom: 0px;
}
.xtc-module-wrapper .custom > :first-child {
    margin-top: 0px !important;
}
.xtc-module-wrapper .custom > :last-child {
    margin-bottom: 0px !important;
}
#xtc-offcontent-top-tp {
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0);
}
#xtc-offcontent-top-bt {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
#xtc-offcontent-bottom-tp,
#xtc-offcontent-bottom-bt {
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
}

/*----------------------------------------------------------------
    EASYPROFILE [VIEW-LIST] [UPDATED-210200] [ADD-MOD]
    [xtc-profile-user-list]
----------------------------------------------------------------*/

#xtc-profile-user-list {
    margin: 0px;
    padding: 80px 0px;
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
}
#xtc-profile-user-list #xtc-areas-userslist {
    width: 100%;
    max-width: 960px;
    margin: 0px auto;
    padding: 0px;
    border-bottom: none;
}
#xtc-profile-user-list .xtc-user-list-title {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#xtc-profile-user-list .xtc-user-list-title h2 {
    margin-top: 0px;
    /* margin-bottom: 36px; */
}
/*--------------------------------------------------------------*/
#xtc-profile-user-list #xtc-areas-userslist .jsn-l-fields {
    font-size: 15px;
    line-height: 15px;
}
#xtc-profile-user-list #xtc-areas-userslist .jsn-l-title {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}
#xtc-profile-user-list #xtc-areas-userslist .jsn-l-title h3 {
    display: inline-block;
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
}
#xtc-profile-user-list #xtc-areas-userslist .jsn-l-title h3 a {
    color: #333333;
}
#xtc-profile-user-list #xtc-areas-userslist .jsn-l-title h3 a:hover,
#xtc-profile-user-list #xtc-areas-userslist .jsn-l-title h3 a:focus {
    color: #dc7828;
}
/*--------------------------------------------------------------*/
#xtc-profile-user-list #xtc-areas-userslist .jsn-l-fields .jsn-l-grado_nombre {
    margin: 0px 0px 3px 0px;
    padding: 2px 0px 0px 0px;
    font-size: 14px;
    line-height: 14px;
}
#xtc-profile-user-list #xtc-areas-userslist .jsn-l-fields .jsn-l-nucleo_cargo {
    margin: 6px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 1.3em;
}
#xtc-profile-user-list #xtc-areas-userslist .jsn-l-fields .jsn-l-sni {
    margin: 6px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 13px;
}

/*----------------------------------------------------------------
    EASYPROFILE [VIEW-PROFILE] [UPDATED-210200]
----------------------------------------------------------------*/

#easyprofile .page-header h2 {
    font-size: 35px;
    margin: 0px 0px 48px 0px;
}
/*--------------------------------------------------------------*/
.jsn-l-w12,
.jsn-l-w6,
.jsn-l-w4,
.jsn-l-w3,
.jsn-l-w2,
.jsn-l-w1 {
    padding-top: 20px;
    vertical-align: top !important;
    border: none;
}
#jsn_listresult .jsn-l-fields {
    font-size: 15px;
    line-height: 15px;
}
#jsn_listresult .jsn-l-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}
#jsn_listresult .jsn-l-title h3 {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
}
#jsn_listresult .jsn-l-title h3 a {
    color: #333333;
}
#jsn_listresult .jsn-l-title h3 a:hover,
#jsn_listresult .jsn-l-title h3 a:focus {
    color: #dc7828;
}
/*--------------------------------------------------------------*/
.jsn-l-avatar img {
    width: 60px;
}
.jsn-l-top-a .jsn-l-title,
.jsn-l-top-a .jsn-l-fields {
    margin-right: 20px;
    margin-left: 100px;
}
/*--------------------------------------------------------------*/
#jsn_listresult .jsn-l-fields .jsn-l-grado_nombre {
    margin: 0px 0px 3px 0px;
    padding: 2px 0px 0px 0px;
    font-size: 14px;
    line-height: 14px;
}
#jsn_listresult .jsn-l-fields .jsn-l-nucleo_cargo {
    margin: 6px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 1.3em;
}
#jsn_listresult .jsn-l-fields .jsn-l-sni {
    margin: 6px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 13px;
}
/*--------------------------------------------------------------*/
/* .jsn-p-opt { margin: 0px 0px 24px 0px; padding: 0px; } */
.jsn-p-opt .btn {
    margin: 0px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}
/*--------------------------------------------------------------*/
.jsn-p-top,
.jsn-p-avatar {
    margin-bottom: 40px;
}
.jsn-p-avatar {
    position: relative;
    margin-bottom: 40px;
    padding: 0px;
    border: 3px solid #505050;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.jsn-p-avatar .xtc-avatar-wrapper {
    display: block;
    position: relative;
    width: 142px;
    height: 142px;
    border: 1px solid #ffffff;
    overflow: hidden;
}
.jsn-p-avatar img {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.jsn-p-top-a .status.label,
.jsn-l-top-a .status.label {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -5px;
    top: -5px;
    margin: 0px;
    padding: 0px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.jsn-p-top-a .status.label {
    width: 18px;
    height: 18px;
    left: -7px;
    top: -7px;
}
.jsn-p-top-a .status.label.label-danger,
.jsn-l-top-a .status.label.label-danger {
    background-color: #d9534f;
}
.jsn-p-top-a .status.label.label-success,
.jsn-l-top-a .status.label.label-success {
    background-color: #5cb85c;
}
/*--------------------------------------------------------------*/
.jsn-p-top-a .jsn-p-title {
    padding-top: 4px;
    margin-bottom: 0.6em;
}
.jsn-p-top-a .jsn-p-title,
.jsn-p-top-a .jsn-p-lineas {
    margin-left: 170px;
}
.jsn-p-top-a .jsn-p-lineas {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.4em;
}
.jsn-p-top-a .jsn-p-lineas .xtc-lineas-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600;
}
.jsn-p-top-a .jsn-p-lineas .xtc-lineas-item span {
    display: inline;
}
.jsn-p-top-a .jsn-p-lineas .xtc-lineas-item span .fa {
    display: inline;
    padding: 0px 6px 0px 2px;
    vertical-align: 1px;
    font-size: 12px;
    color: #dc7828;
}
.jsn-p-top-a .jsn-p-before-fields {
    margin-left: 170px;
    margin-bottom: 40px;
}
.jsn-p-top-a .jsn-p-before-fields .jsn-p-dates,
.jsn-p-top-a .jsn-p-before-fields .jsn-p-dates > div {
    font-size: 13px;
    line-height: 1.2em;
}
#jsn-form.z-tabs > ul#jsn-profile-tabs > li.z-tab[data-link="investigacion"] a:before {
    font-family: "FontAwesome";
    content: "\f055";
    display: inline-block;
    margin-right: 4px;
    font-size: 18px;
}
@media (max-width: 767px) {
    .jsn-p-avatar {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 1.2em;
    }
    .jsn-p-opt {
        text-align: right;
    }
    .jsn-p-top-a .jsn-p-title {
        padding-top: 0px;
        margin-bottom: 0.8em;
    }
    .jsn-p-top-a .jsn-p-title,
    .jsn-p-top-a .jsn-p-lineas,
    .jsn-p-top-a .jsn-p-before-fields {
        clear: both;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .jsn-p-top-a .jsn-p-before-fields {
        text-align: left;
    }
    .jsn-p-top-a .jsn-p-lineas {
        text-align: left;
    }
    .jsn-l-row {
        display: block;
        clear: none;
    }
    .jsn-l-w4 {
        width: 50%;
        float: left;
        clear: none;
    }
}
@media (max-width: 620px) {
    .jsn-l-row {
        display: block;
        clear: both;
    }
    .jsn-l-w4 {
        width: 100%;
        float: none;
        clear: both;
    }
}
/*--------------------------------------------------------------*/
.jsn-p-fields dl dd h1,
.jsn-p-fields dl dd h2,
.jsn-p-fields dl dd h3,
.jsn-p-fields dl dd h4,
.jsn-p-fields dl dd h5,
.jsn-p-fields dl dd h6 {
    margin: 30px 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #222222;
    line-height: 1.3em;
    letter-spacing: -0.02em !important;
    text-transform: none;
}
.jsn-p-fields dl dd h1 {
    font-size: 24px;
}
.jsn-p-fields dl dd h2 {
    font-size: 24px;
}
.jsn-p-fields dl dd h3 {
    font-size: 21px;
}
.jsn-p-fields dl dd h4 {
    font-size: 18px;
    font-style: italic;
}
.jsn-p-fields dl dd h5 {
    font-size: 18px;
    font-style: italic;
}
.jsn-p-fields dl dd h6 {
    font-size: 18px;
    font-style: italic;
}
.jsn-p-fields dl dd p {
    margin: 1em 0px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    text-align: left;
}
.jsn-p-fields dl dd > :first-child {
    margin-top: 0px;
}
.jsn-p-fields dl dd > :last-child {
    margin-bottom: 0px;
}
/*--------------------------------------------------------------*/
#jsn-form.flat.mini > ul > li > a {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
    padding: 8px 16px;
}
#jsn-form.flat.clean > ul > li.z-active > a {
    font-weight: 400;
}
#jsn-form.flat.contained > ul > li a,
#jsn-form.flat.clean > ul > li a {
    background-color: #eff0f2;
    /** TRANSITION **/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#jsn-form.flat > ul.z-tabs-nav > li.z-active > a {
    color: #ffffff !important;
    background-color: #dc7828;
}
#jsn-form.flat.contained > ul > li > a:hover,
#jsn-form.flat.clean > ul > li > a:hover,
#jsn-form.flat > ul.z-tabs-nav > li.z-active > a,
#jsn-form.flat > ul.z-tabs-nav > li.z-active > a:hover {
    color: #ffffff !important;
    background-color: #dc7828;
}
/*--------------------------------------------------------------*/
#jsn-form.flat.horizontal > .z-container > .z-content > .z-content-inner {
    padding: 40px 0px 0px 0px;
}
.jsn-p-fields dl {
    margin-top: 0px;
    margin-bottom: 0px;
}
.jsn-p-fields dl dt,
.jsn-p-fields dl dd {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    text-align: left;
}
.jsn-p-fields dl dt {
    padding-top: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: right;
}
.jsn-p-fields dl dd {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px dotted #dddddd;
}
@media (min-width: 767px) {
    .jsn-p-fields dl dt {
        width: 20%;
        overflow: inherit;
        text-overflow: inherit;
        white-space: inherit;
    }
    .jsn-p-fields dl dd {
        margin-left: calc(20% + 20px);
    }
}
.jsn-p-fields .jsn-form-fieldset dl > div {
    margin: 1em 0px;
    padding: 0px;
    border-left: 3px solid #cccccc;
}
.jsn-p-fields .jsn-form-fieldset dl > div > h3 {
    margin-top: 0px;
    margin-bottom: 16px;
    padding: 6px 16px;
    padding-left: calc(20% + 20px);
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    text-transform: uppercase;
    background-color: #eff0f2;
}
.jsn-p-fields .jsn-form-fieldset dl dd.email1Value a {
    color: #333333;
}
.jsn-p-fields .jsn-form-fieldset dl dd.email1Value a:hover,
.jsn-p-fields .jsn-form-fieldset dl dd.email1Value a:focus {
    color: #dc7828;
}
/* .jsn-p-fields dl dt.areaLabel,
.jsn-p-fields dl dt.areasLabel,
.jsn-p-fields dl dt.area_otraLabel,
.jsn-p-fields dl dt.docencia_selectLabel,
.jsn-p-fields dl dt.posgrado_lineas_selectLabel,
.jsn-p-fields dl dt.nucleo_selectLabel,
.jsn-p-fields dl dt.proyectosLabel,
.jsn-p-fields dl dt.proyectos_laboratorioLabel,
.jsn-p-fields dl dt.proyectos_consorciosLabel,
.jsn-p-fields dl dt.proyectos_interinstitucionalesLabel,
.jsn-p-fields dl dt.proyectos_internacionalesLabel,
.jsn-p-fields dl dt.proyectos_nacionalesLabel,
.jsn-p-fields dl dt.proyectos_historialLabel,
.jsn-p-fields dl .pxa_area-wrapper dt {} */
.jsn-p-fields dl dd a.xtc-item-btn {
    display: block;
    margin: 0px 0px 4px 0px;
    padding: 2px 8px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    text-align: left;
    border: 1px solid rgba(220, 120, 40, 0.5);
    background-color: rgba(220, 120, 40, 0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /** TRANSITION **/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.jsn-p-fields dl dd a.xtc-item-btn:hover,
.jsn-p-fields dl dd a.xtc-item-btn:focus {
    color: #ffffff;
    border-color: rgba(220, 120, 40, 1);
    background-color: rgba(220, 120, 40, 1);
}
/*--------------------------------------------------------------*/
/* .jsn-p-fields dl dd.nombramientoValue {}
.jsn-p-fields dl dt.areaLabel,
.jsn-p-fields dl dt.area_otraLabel {} */
/*--------------------------------------------------------------*/
.jsn-p-fields dl dd ul {
    margin: 0px 0px 0px 1.5em;
    padding: 0px;
    list-style-type: none;
}
.jsn-p-fields dl dd > ul {
    margin: 0px 0px 0px 0em;
}
.jsn-p-fields dl dd ul > li {
    min-height: 1em;
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.2em;
    list-style-type: none;
}
.jsn-p-fields dl dd ul > li:before {
    font-family: "FontAwesome";
    content: "\f0c8";
    display: inline-block;
    position: absolute;
    top: 0.06em;
    left: 0em;
    font-size: 0.8em;
    color: #d6d7d9;
}
@media (max-width: 767px) {
    #xtc-areas-userslist .jsn-l-row {
        display: table-row;
        clear: both;
    }
    #xtc-areas-userslist .jsn-l-w6 {
        width: 50%;
        display: table-cell;
        clear: none;
    }
}
@media (max-width: 575px) {
    #xtc-areas-userslist .jsn-l-row {
        display: block;
        clear: both;
    }
    #xtc-areas-userslist .jsn-l-w6 {
        width: 100%;
        display: block;
        clear: both;
    }
}
@media (max-width: 766px) {
    .jsn-p-fields .jsn-form-fieldset dl > div {
        padding-left: 16px;
    }
    .jsn-p-fields .jsn-form-fieldset dl > div > h3 {
        margin: 0px 0px 16px -16px;
        padding-left: 16px;
    }
    .jsn-p-fields dl dt {
        padding-top: 0px;
        padding-bottom: 1em;
        font-size: 24px;
        line-height: 1.4em;
        text-align: left;
    }
    .jsn-p-fields dl dt.area_otraLabel {
        padding-bottom: 0.6em;
    }
    .jsn-p-fields dl dt:before {
        content: "";
        display: inline-block;
        width: 0.16em;
        height: 1em;
        margin: 0px 0.36em -0.14em 0px;
        border: none;
        background-color: #dc7828;
    }
    .jsn-p-fields dl dd {
        margin-left: 10px;
    }
}

/*----------------------------------------------------------------
    ADVANCED-PORTFOLIO [VIEW-LIST] [UPDATED-210200]
----------------------------------------------------------------*/

#xtc-proyecto-list .page-header {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#xtc-features .portfolio-wrapper > .projects-wrapper,
#xtc-proyecto-list > .projects-wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#xtc-proyecto-list > .projects-wrapper {
    margin-top: 20px;
}
#xtc-features .portfolio-wrapper > .projects-wrapper .project-img > a,
#xtc-proyecto-list > .projects-wrapper .project-img > a {
    display: block;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}
#xtc-features .portfolio-wrapper > .projects-wrapper .project-img > a > img #xtc-proyecto-list > .projects-wrapper .project-img > a > img {
    width: 100%;
}
#xtc-features .portfolio-wrapper > .projects-wrapper .project-img .project-img-extra h4,
#xtc-proyecto-list > .projects-wrapper .project-img .project-img-extra h4 {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4em;
    letter-spacing: normal !important;
    text-transform: none;
}
/*--------------------------------------------------------------*/
#xtc-proyecto-list .projects-filter {
    margin: 0px 0px 40px 0px;
    padding: 0px;
    border: none;
}
#xtc-proyecto-list .projects-filter ul {
    margin: 0px;
    padding: 0px;
}
#xtc-proyecto-list .projects-filter ul li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    background-image: none;
}
#xtc-proyecto-list .projects-filter ul li a {
    display: block;
    position: relative;
    margin: 0px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 14px !important;
    color: #323232;
    text-transform: none;
    text-align: center;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    white-space: nowrap;
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#xtc-proyecto-list .projects-filter ul li a:hover,
#xtc-proyecto-list .projects-filter ul li a:focus,
#xtc-proyecto-list .projects-filter ul li a.selected {
    color: #ffffff;
    border-color: #dc7828;
    background-color: #dc7828;
}

#xtc-proyecto-list .projects-filter > a:after {
    content: "";
    width: 1px;
    height: auto;
    position: absolute;
    top: 5px;
    right: -6px;
    bottom: 5px;
    background-color: #dddddd;
}
#xtc-proyecto-list .projects-filter > a:hover:after,
#xtc-proyecto-list .projects-filter > a:focus:after,
#xtc-proyecto-list .projects-filter > a.selected:after {
    cursor: default !important;
}

/*----------------------------------------------------------------
    ADVANCED-PORTFOLIO [VIEW-DETAIL] [UPDATED-210200]
----------------------------------------------------------------*/

#xtc-proyecto .page-header {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#xtc-proyecto .page-header h2 {
    display: block;
    font-size: 35px;
    font-weight: 400;
    margin: 0px 0px 48px 0px;
}
#xtc-proyecto .page-header .project-nav {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 0px;
    float: none;
    margin: 0px;
    padding: 0px;
}
#xtc-proyecto .page-header .project-nav .back-project {
    float: left;
    margin-right: 3px;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 21px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #606060;
    /** TRANSITION **/
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#xtc-proyecto .page-header .project-nav .back-project:hover,
#xtc-proyecto .page-header .project-nav .back-project:focus {
    background-color: #dc7828;
}
/*--------------------------------------------------------------*/
#xtc-proyecto .xtc-proyecto-carousel .owl-carousel {
    margin: 0px 0px 40px 0px;
    padding: 0px;
    overflow: hidden;
}
#xtc-proyecto .xtc-proyecto-carousel .owl-carousel .owl-wrapper-outer {
    border: 1px solid #dddddd;
    background-color: #ffffff;
}
#xtc-proyecto .xtc-proyecto-carousel .owl-carousel .owl-wrapper-outer.autoHeight {
    margin: 0px;
    padding: 0px;
}
#xtc-proyecto .xtc-proyecto-carousel .owl-carousel .owl-controls {
    margin: 0px;
}
#xtc-proyecto .xtc-proyecto-carousel .owl-carousel .owl-controls .owl-buttons div {
    margin: 0px;
    padding: 0px;
    width: 30px;
    height: auto;
    font-size: 12px;
    line-height: 40px;
}
#xtc-proyecto .xtc-proyecto-carousel .owl-carousel .owl-controls .owl-buttons div.owl-prev {
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}
#xtc-proyecto .xtc-proyecto-carousel .owl-carousel .owl-controls .owl-buttons div.owl-next {
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}
/*--------------------------------------------------------------*/
#xtc-proyecto .xtc-proyecto-description .project-link {
    margin: 30px 0px 20px 0px;
    padding: 0px;
    border: none;
}
/*--------------------------------------------------------------*/
#xtc-proyecto-user-list {
    margin-top: 20px;
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
}
#xtc-proyecto-user-list .xtc-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
}
#xtc-proyecto-user-list .xtc-user-list-title h2 {
    margin-top: 0px;
    margin-bottom: 30px;
}
#xtc-proyecto-user-list .jsn-l-title h3 {
    display: inline-block;
    margin: 4px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}
#xtc-proyecto-user-list .jsn-l-title h3 a {
    color: #333333;
}
#xtc-proyecto-user-list .jsn-l-title h3 a:hover,
#xtc-proyecto-user-list .jsn-l-title h3 a:focus {
    color: #dc7828;
}
@media (max-width: 639px) {
    #xtc-proyecto .project-wrapper .owl-carousel .owl-wrapper-outer.autoHeight {
        max-height: 360px !important;
    }
}

/*****************************************************************
    PROFILE - PROYECTOS [LAST-SECTION]
*****************************************************************/

#t3-mainbody.xtc-areas-list .xtc-wrapper:last-of-type {
    padding-bottom: 20px;
    border-bottom: none;
}
#t3-content .xtc-proyecto:last-of-type {
    padding-bottom: 20px;
    border-bottom: none;
}

/*****************************************************************
    ANUNCIOS [MAIN-SECTION] [LAST-SECTION]
*****************************************************************/

#features_avisos .djslider-loader-default .djslider-default {
    /*height: calc(inherit - 2px) !important;*/
    margin: 0px !important;
    padding: 0px !important;
    overflow: hidden !important;
}
#features_avisos .djslider-loader-default .djslider-default .slider-container {
    overflow: hidden !important;
}
#features_avisos .slider-container ul.djslider-in {
    overflow: hidden !important;
}
#features_avisos .slider-container ul.djslider-in > li {
    position: relative;
    overflow: hidden !important;
    border: 1px solid #dddddd !important;
    background-color: transparent;
}
#features_avisos .slide-desc {
    height: 100%;
    position: absolute;
    top: 0px !important;
    left: 0px;
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: transparent;
    overflow: hidden;
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#features_avisos ul li:hover .slide-desc {
    filter: alpha(opacity=100);
    opacity: 1;
}
#features_avisos .slide-desc .slide-desc-in {
    height: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
}
#xfeatures_avisos .slide-desc .slide-desc-in .slide-desc-bg-default {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    background-color: #ff0000;
    display: none !important;
}
#features_avisos .slide-desc .slide-desc-in .slide-desc-text-default {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(220, 120, 40, 1);
}
#features_avisos .slide-desc .slide-desc-in .slide-desc-text-default .slide-title {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
    line-height: 1.3em;
    text-align: left;
}
#features_avisos .slide-desc .slide-desc-in .slide-desc-text-default .slide-title a {
    display: block;
    height: 100%;
    padding: 6px 8px;
    color: #ffffff;
}
@media (min-width: 1200px) {
    #features_avisos .djslider-loader-default .djslider-default,
    #features_avisos .slider-container ul.djslider-in > li {
        height: 187px !important;
        min-height: 187px !important;
        max-height: 187px !important;
    }
}
@media (max-width: 1199px) {
    #features_avisos .djslider-loader-default .djslider-default,
    #features_avisos .slider-container ul.djslider-in > li {
        min-height: auto !important;
        max-height: auto !important;
    }
}
/*****************************************************************
    DOCMAN
*****************************************************************/
.k-ui-namespace .docman_category .koowa_header {
    margin: 0px 0px 40px 0px;
    padding: 0px;
    font-size: 35px;
    line-height: 1.3em;
}
.k-ui-namespace .koowa_header__item {
    vertical-align: top;
    min-width: 32px;
}
.k-ui-namespace .koowa_table {
    margin: 40px 0px;
}
.k-ui-namespace .koowa_table.koowa_table--categories {
    margin-top: 0px;
}
.k-ui-namespace table td * {
    line-height: 1.4em;
    vertical-align: top;
}
.k-ui-namespace table td a {
    color: #333333;
    border: none;
}
.k-ui-namespace table td a:hover,
.k-ui-namespace table td a:focus {
    color: #dc7828;
}
/*--------------------------------------------------------------*/
.docman_table_layout .koowa_table_list {
    position: relative;
}
.k-ui-namespace .docman_block {
    margin: 0px;
    padding: 0px;
}
.k-ui-namespace .docman_block .koowa_header {
    margin: 0px;
    padding: 0px;
}
.k-ui-namespace .docman_sorting {
    position: relative;
    top: -34px;
    float: right;
    margin: 0px;
    padding: 0px;
}
.k-ui-namespace .docman_sorting label.control-label {
    margin-right: 0px;
    display: none !important;
}
.k-ui-namespace .docman_sorting select[multiple],
.k-ui-namespace .docman_sorting select[size] {
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
}
.k-ui-namespace .docman_sorting .input-medium {
    width: 220px;
}
/*--------------------------------------------------------------*/
.k-ui-namespace .k-pagination {
    margin-top: 40px;
    text-align: left;
}
.k-ui-namespace .k-pagination .k-pagination__limit select {
    font-size: 14px;
    line-height: 14px;
    margin: 0px;
}
.k-ui-namespace .k-pagination .k-pagination__pages {
    font-size: 14px;
    line-height: 14px;
    margin: 0px auto;
    float: right;
}
.k-ui-namespace .k-pagination .k-pagination__pages > li > a,
.k-ui-namespace .k-pagination .k-pagination__pages > li > span {
    margin-left: 1px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #999999;
    line-height: 14px;
    border: 1px solid #dddddd;
    background-color: transparent;
}
.k-ui-namespace .k-pagination .k-pagination__pages > li > a:hover,
.k-ui-namespace .k-pagination .k-pagination__pages > li > a:focus,
.k-ui-namespace .k-pagination .k-pagination__pages > li > span:hover,
.k-ui-namespace .k-pagination .k-pagination__pages > li > span:focus {
    color: #ffffff;
    border-color: #dc7828;
    background-color: #dc7828;
}
.k-ui-namespace .k-pagination .k-pagination__pages > .k-is-active > a,
.k-ui-namespace .k-pagination .k-pagination__pages > .k-is-active > a:hover,
.k-ui-namespace .k-pagination .k-pagination__pages > .k-is-active > a:focus,
.k-ui-namespace .k-pagination .k-pagination__pages > .k-is-active > span,
.k-ui-namespace .k-pagination .k-pagination__pages > .k-is-active > span:hover,
.k-ui-namespace .k-pagination .k-pagination__pages > .k-is-active > span:focus {
    color: #ffffff;
    border-color: #dc7828;
    background-color: #dc7828;
}

/*----------------------------------------------------------------
    UNITE-GALLERY [UPDATED-210200]
----------------------------------------------------------------*/

.xtc-gallery-title {
    margin-top: 0px;
}
.xtc-gallery-mod {
    margin: 2em 0px;
    padding: 0px;
}
.ug-gallery-wrapper {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 300 !important;
    line-height: 1.3em;
    letter-spacing: normal !important;
}
/*--------------------------------------------------------------*/
.ug-gallery-wrapper .ug-textpanel-title {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.3em;
}
/*--------------------------------------------------------------*/
.xtc-gallery-mod.gallery-break {
    margin-right: -5px;
    margin-left: -5px;
}
.xtc-gallery-mod.gallery-break .ug-gallery-wrapper .ug-thumbs-grid-inner {
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
.xtc-gallery-mod.gallery-break .ug-gallery-wrapper .ug-thumbs-grid-inner .ug-thumb-wrapper {
    position: relative !important;
    left: initial !important;
    top: initial !important;
    margin-right: 0px !important;
    margin-left: 5px !important;
}
.xtc-gallery-mod.gallery-break .ug-gallery-wrapper .ug-thumbs-grid-inner .ug-thumb-wrapper:nth-child(3),
.xtc-gallery-mod.gallery-break .ug-gallery-wrapper .ug-thumbs-grid-inner .ug-thumb-wrapper:nth-child(6) {
    display: block;
    flex-basis: 100%;
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
    border-top: 1px dotted rgba(0, 0, 0, 0.26) !important;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*----------------------------------------------------------------
    SLIDER [SMART-SLIDER] [UPDATED-210200]
----------------------------------------------------------------*/

.section.features-intro .n2-ss-slider .n2-ss-text {
    user-select: text;
    cursor: default;
}
.n2-ss-slider #n2-ss-1-shape-divider-bottom {
    height: 50% !important;
}
@media (min-width: 1440px) {
    .n2-ss-slider #n2-ss-1-shape-divider-bottom {
        height: 50% !important;
    }
}
@media (max-width: 1300px) and (min-width: 1200px) {
    .n2-ss-slider #n2-ss-1-shape-divider-bottom {
        height: 50% !important;
    }
}
@media (max-width: 1199px) and (min-width: 901px) {
    .n2-ss-slider #n2-ss-1-shape-divider-bottom {
        height: 50% !important;
    }
}
@media (max-width: 900px) and (min-width: 701px) {
    .n2-ss-slider #n2-ss-1-shape-divider-bottom {
        height: 50% !important;
    }
}
@media (max-width: 700px) {
    .n2-ss-slider #n2-ss-1-shape-divider-bottom {
        height: 50% !important;
    }
}

/*----------------------------------------------------------------
    IFRAME-OBJECT-EMBED [UPDATED-210200]
----------------------------------------------------------------*/

#t3-content iframe,
.t3-content iframe,
#t3-content object,
.t3-content object,
#t3-content embed,
.t3-content embed {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    /* height: 100% !important; */
    /* max-height: initial !important; */
    margin: 0px !important;
    padding: 0px !important;
    border: 1px solid #dddddd !important;
}

/*----------------------------------------------------------------
    IFRAME [MAP] [UPDATED-210200]
----------------------------------------------------------------*/

.mxm-map-iframe-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 2em 0px;
    padding: 0px;
    background-color: #ffffff;
}
.mxm-map-iframe-wrapper .mxm-map-iframe-responsive {
    position: relative;
    width: 100%;
    max-width: 1140px;
    height: 0px;
    margin: 0px auto;
    padding: 0px 0px 65% 0px !important;
    overflow: hidden !important;
}
.mxm-map-iframe-wrapper .mxm-map-iframe-responsive iframe,
.mxm-map-iframe-wrapper .mxm-map-iframe-responsive object,
.mxm-map-iframe-wrapper .mxm-map-iframe-responsive embed {
    display: block !important;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    border: 1px solid #dddddd !important;
}

/*****************************************************************
    IMAGEN-TABLAS
*****************************************************************/
.xtc-graph-head {
    margin-bottom: 1em;
    font-size: 20px;
    line-height: 1.4em;
    text-align: center;
}
/*****************************************************************
    IMAGEN
*****************************************************************/

#t3-content img {
    max-width: 100%;
}
#t3-content p > img,
#t3-content p a > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px dotted #dddddd;
    background-color: #ffffff;
    box-sizing: border-box;
}
#t3-content p > img.img-shadow-none,
#t3-content p a > img.img-shadow-none {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#t3-content p > img.img-border-none,
#t3-content p a > img.img-border-none {
    border: none;
}
#t3-content p.xtc-image-pull-right {
    float: right;
    margin-bottom: 1.6em;
    margin-left: 1.6em;
}
#t3-content p.xtc-image-pull-left {
    float: left;
    margin-right: 1.6em;
    margin-bottom: 1.6em;
}
@media (max-width: 991px) {
    #t3-content p.xtc-image-pull-right,
    #t3-content p.xtc-image-pull-left {
        float: none;
        text-align: center;
        margin-right: 0px;
        margin-left: 0px;
    }
    #t3-content p.xtc-image-pull-right > a,
    #t3-content p.xtc-image-pull-left > a {
        display: inline-block;
    }
}

/*----------------------------------------------------------------
    CONTENT [COLLAPSE] [UPDATED-210200]
----------------------------------------------------------------*/

hr.content-collapse {
    display: none !important;
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
}
.collapse.content-collapse {
    position: relative;
    margin: 0px;
    padding: 0px;
}
.btn-content-collapse {
    text-transform: uppercase;
}
.btn-content-collapse:hover {
    color: #333333 !important;
    border-color: #dc7828 !important;
    background-color: #ffffff !important;
}
.btn-content-collapse:focus {
    color: #ffffff !important;
    border-color: #dc7828 !important;
    background-color: #dc7828 !important;
}

/*----------------------------------------------------------------
    DIRECTORIO [UPDATED-210200]
----------------------------------------------------------------*/

.xtc-directorio {
    margin: 36px;
    padding: 20px 0px 24px 24px;
    font-size: 18px;
    line-height: 1.6em;
    border-left: 2px solid #dc7828;
}
.xtc-directorio h2 {
    margin: 48px 0px 0px 0px;
    font-size: 24px;
    line-height: 1.6em;
}
.xtc-directorio h2:first-child {
    margin-top: 0px;
}
.xtc-directorio h2 a {
    color: #222222;
}
.xtc-directorio h2 a:hover,
.xtc-directorio h2 a:focus {
    color: #dc7828;
}
.xtc-directorio p {
    margin: 0px;
    padding: 0px;
}

/*----------------------------------------------------------------
    CONTACTO [UPDATED-210200]
----------------------------------------------------------------*/

.xtc-contacto {
    margin: 36px;
    padding: 12px 0px 12px 24px;
    font-size: 15px;
    line-height: 1.6em;
    border-left: 2px solid rgba(220, 120, 40, 1);
}
.xtc-contacto .item-coordinates {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
}
.xtc-contacto .item-mail a {
    color: #333333;
}
.xtc-contacto .item-coordinates a:hover,
.xtc-contacto .item-coordinates a:focus,
.xtc-contacto .item-mail a:hover,
.xtc-contacto .item-mail a:focus {
    color: #dc7828;
}

/*****************************************************************
    [01] BLOCK-DATOS
------------------------------------------------------------------
    [servicios-informacion-2] Biblioteca "Ing. Jorge L. Tamayo" 
*****************************************************************/

.xtc-block-datos {
    position: relative;
    margin: 1.6em 0px 1.6em 1em;
    padding: 0px;
    font-size: 13px;
    line-height: 1.5em;
}
.xtc-block-datos a {
    color: #333333;
}
.xtc-block-datos a:hover,
.xtc-block-datos a:focus {
    color: #dc7828;
}
.xtc-block-datos .blk-inner {
    margin: 6px 0px 0px 0px;
    padding: 0px;
}
.xtc-block-datos .fa {
    display: inline-block;
    width: 30px;
    margin-right: 0px;
    text-align: center;
}
.xtc-block-datos .blk-nom {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 20px;
    line-height: 1.5em;
}
/*--------------------------------------------------------------*/
.xtc-block-datos .blk-btn {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    color: #ffffff;
}
.xtc-block-datos .blk-btn a.btn {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
}
.xtc-block-datos .blk-btn a.btn:hover,
.xtc-block-datos .blk-btn a.btn:focus {
    color: #dc7828;
}
.xtc-block-datos .blk-btn a.btn .fa {
    width: auto;
}
@media (max-width: 991px) {
    .xtc-block-datos .blk-btn {
        position: relative;
        margin: 1em 0em;
        text-align: right;
    }
}

/*----------------------------------------------------------------
    [10] BLOCK-BANNER-TOP [UPDATED-210200]
------------------------------------------------------------------
    [posgrado-1] Especialidad en Geomática
    [posgrado-2] Posgrado Integrado en Ciencias de Información Geoespacial
    [posgrado-4] Maestría en Planeación Espacial
    [posgrado-5] Maestría en Geointeligencia Computaciona
    [posgrado-6] Especialidad en Movilidad y Logística
    [posgrado-7] Maestría en Movilidad y Logística
    [transferencia-de-conocimiento-5] Diplomado en Análisis de Información Geoespacial
    [transferencia-de-conocimiento-7] MOOC: Introducción a la movilidad y logística territorial
    [transferencia-de-conocimiento-13] Diplomado en Herramientas para la toma de Decision
    [transferencia-de-conocimiento-14] MOOC: Introducción a la movilidad y logística territorial
----------------------------------------------------------------*/

.xtc-block-banner-top {
    display: block;
    margin: 1em 0px;
    padding: 0px;
    width: 100%;
    line-height: 0px;
    background-color: rgba(255, 255, 255, 0);
}
.xtc-block-banner-top a,
.xtc-block-banner-top span {
    display: block;
    max-width: 690px !important;
    margin: 0px auto;
    padding: 0px;
}
.xtc-block-banner-top a img,
.xtc-block-banner-top span img,
.xtc-block-banner-top img {
    display: block;
    width: 100%;
    max-width: 690px !important;
    margin: 0px auto;
    padding: 0px;
    border: none !important;
}
.xtc-block-banner-top.xtc-ribbon a,
.xtc-block-banner-top.xtc-ribbon span {
    max-width: 695px !important;
}
.xtc-block-banner-top.xtc-ribbon a img,
.xtc-block-banner-top.xtc-ribbon span img,
.xtc-block-banner-top.xtc-ribbon img {
    max-width: 695px !important;
}

/*****************************************************************
    [01] BLOCK-BANNERS
------------------------------------------------------------------
    [servicios-informacion-2] Biblioteca "Ing. Jorge L. Tamayo"
*****************************************************************/
.xtc-block-banners {
    display: inline-block;
    margin: 1em 0px;
    width: 100%;
}
.xtc-block-banners .blk-inner:nth-of-type(odd) {
    padding-right: 2px;
}
.xtc-block-banners .blk-inner:nth-of-type(even) {
    padding-left: 2px;
}
.xtc-block-banners .blk-inner a {
    display: block;
    max-width: 360px;
    margin: 0px auto;
}
.xtc-block-banners .blk-inner a img {
    width: 100%;
    max-width: 360px;
}
@media (max-width: 767px) {
    .xtc-block-banners .blk-inner {
        padding: 2px 15px !important;
    }
}
/*****************************************************************
    [06] BLOCK-TABLE [MOSAICO-ONE-LINE]
------------------------------------------------------------------
    [posgrado-1] Especialidad en Geomática
    [posgrado-2] Posgrado Integrado en Ciencias de Información Geoespacial
    [posgrado-5] Maestría en Geointeligencia Computacional
    [posgrado-19] Orientaciones Terminales
    [posgrado-59] Líneas de Generación y Aplicación del Conocimiento (LGAC)
    [posgrado-63] Líneas de Generación y Aplicación del Conocimiento (LGAC)
*****************************************************************/
.xtc-block-table {
    position: relative;
    display: table;
    width: 100%;
    margin: 2em 0px;
    padding: 0px;
}
.xtc-block-table .blk-inner {
    position: relative;
    display: table-cell;
    margin: 0px;
    padding: 0px 10px;
    vertical-align: top;
}
.xtc-block-table .blk-inner > img,
.xtc-block-table .blk-inner > a > img {
    margin: 0px auto;
    padding: 0px;
    border: 1px solid #dddddd;
}
/*--------------------------------------------------------------*/
/* .xtc-block-table.xtc-block-mosaico {} */
.xtc-block-table.xtc-block-mosaico .blk-inner {
    margin: 0px;
    padding: 0px 10px;
}
.xtc-block-table.xtc-block-mosaico > .blk-inner:first-of-type {
    padding-left: 0px;
}
.xtc-block-table.xtc-block-mosaico > .blk-inner:last-of-type {
    padding-right: 0px;
}
.xtc-block-table.xtc-block-mosaico .blk-inner > a {
    position: relative;
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
}
.xtc-block-table.xtc-block-mosaico .blk-inner > a > img {
    display: block;
    margin: 0px;
    padding: 0px;
}
.xtc-block-table.xtc-block-mosaico .blk-inner > a > .blk-thumb-title {
    /*display: none;*/
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.3em;
    font-weight: 300 !important;
    color: rgba(255, 255, 255, 1);
    -webkit-filter: opacity(0);
    filter: opacity(0);
    opacity: 0;
    background-color: rgba(61, 64, 69, 1);
    z-index: +1;
    /** TRANSITION **/
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.xtc-block-table.xtc-block-mosaico .blk-inner > a:hover > .blk-thumb-title,
.xtc-block-table.xtc-block-mosaico .blk-inner > a:focus > .blk-thumb-title {
    -webkit-filter: opacity(1);
    filter: opacity(1);
    opacity: 1;
}
.xtc-block-table.xtc-block-mosaico .blk-inner > a > .blk-thumb-cover {
    position: absolute;
    top: 0px;
    left: 0px;
    /** JQUERY BOTTOM **/
    bottom: 0px;
    right: 0px;
    -webkit-filter: opacity(0);
    filter: opacity(0);
    opacity: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(220, 120, 40, 0.8);
    /** TRANSITION **/
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.xtc-block-table.xtc-block-mosaico .blk-inner > a:hover > .blk-thumb-cover,
.xtc-block-table.xtc-block-mosaico .blk-inner > a:focus > .blk-thumb-cover {
    -webkit-filter: opacity(1);
    filter: opacity(1);
    opacity: 1;
}
.xtc-block-table.xtc-block-mosaico .blk-inner > a > .blk-thumb-cover.blk-thumb-link {
    background-image: url(images/icon_link.png);
}
.xtc-block-table.xtc-block-mosaico .blk-inner > a > .blk-thumb-cover.blk-thumb-more {
    background-image: url(images/icon_more.png);
}
@media (max-width: 991px) {
    .xtc-block-table .blk-inner,
    .xtc-block-table.xtc-block-mosaico .blk-inner {
        padding: 0px 6px;
    }
}

/*----------------------------------------------------------------
    [01] BLOCK-DATALIST [UPDATED-210200]
------------------------------------------------------------------
    [transparencia-centrogeo] Transparencia CentroGeo
----------------------------------------------------------------*/

.xtc-block-datalist {
    position: relative;
    display: table;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.3em;
}
.xtc-block-datalist .data-title {
    margin: 2em 0px;
    padding: 0px;
}
.xtc-block-datalist h2.data-title {
    position: relative;
    padding-left: 14px;
    font-size: 22px;
    line-height: 1.3em;
}
.xtc-block-datalist h2.data-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 3px;
    height: 100%;
    background-color: rgba(220, 120, 40, 1);
}
.xtc-block-datalist h3.data-title {
    font-size: 20px;
    line-height: 1.3em;
}
.xtc-block-datalist h4.data-title {
    font-size: 18px;
    line-height: 1.3em;
}
/*--------------------------------------------------------------*/
.xtc-block-datalist ul.data-items {
    width: 100%;
    margin: 2em 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.xtc-block-datalist ul.data-items li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.xtc-block-datalist ul.data-items > li {
    display: block;
    width: calc(50% - 20px);
}
.xtc-block-datalist ul.xtc-arrow-list > li {
    margin: 0px 10px;
    padding: 10px 8px 8px 2.2em;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.16);
}
.xtc-block-datalist ul.xtc-arrow-list > li:before {
    top: 10px;
    left: 0.6em;
}
.xtc-block-datalist ul.data-items > li .btn-act {
    color: #333333;
    cursor: pointer;
}
.xtc-block-datalist ul.data-items > li .btn-act:hover,
.xtc-block-datalist ul.data-items > li .btn-act:active {
    color: #dc7828;
    cursor: pointer;
}
@media (max-width: 767px) {
    .xtc-block-datalist ul.data-items > li {
        width: 100%;
    }
}

/*----------------------------------------------------------------
    MODAL [JCONFIRM] [BLOCK-DATALIST] [UPDATED-210200]
----------------------------------------------------------------*/

.jconfirm .jconfirm-box .xtc-block-datalist {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
.jconfirm .jconfirm-box .xtc-block-datalist .data-title {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.jconfirm .jconfirm-box .xtc-block-datalist h2.data-title {
    margin: 0px;
    padding: 8px 15px;
    font-size: 18px;
    line-height: 1.3em;
    color: #ffffff;
    background-color: #393b3c;
}
.jconfirm .jconfirm-box .xtc-block-datalist h2.data-title:before {
    display: none;
}
.jconfirm .jconfirm-box .xtc-block-datalist h3.data-title {
    margin: 0px;
    padding: 8px 15px;
    font-size: 18px;
    line-height: 1.3em;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.jconfirm .jconfirm-box .xtc-block-datalist h4.data-title {
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0px;
    font-size: 18px;
    line-height: 1.3em;
}
.jconfirm .jconfirm-box .xtc-block-datalist .data-container ul.data-items {
    width: 100%;
    margin: 2em 0px;
    padding: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.jconfirm .jconfirm-box .xtc-block-datalist .data-container ul.data-items > li:first-of-type {
    border-top: 1px dotted rgba(0, 0, 0, 0.16);
}
.jconfirm .jconfirm-box .xtc-block-datalist .data-container ul.data-items > li {
    display: block;
    margin: 0px 10px;
    width: calc(100% - 20px);
}
/*--------------------------------------------------------------*/
.jconfirm .jconfirm-box .xtc-block-datalist ul.data-items {
    margin: 0px;
}

/*****************************************************************
    [08] TABLES-MOSAIC [OLD]
------------------------------------------------------------------
    [transferencia-de-conocimiento-5] Diplomado en Análisis de Información Geoespacial
    [transferencia-de-conocimiento-7] MOOC: Introducción a la movilidad y logística territorial
    [transferencia-de-conocimiento-13] Diplomado en Herramientas para la toma de Decisiones Logísticas
    [posgrado-40] Mapa curricular y Plan de Estudios
    [posgrado-44] Vinculación académica y Movilidad
    [posgrado-47] Mapa curricular
    [posgrado-54] Mapa curricular
    [oferta-educativa-3] Programa de Trabajo Laboratorio Nacional de Geointeligencia - Vallejo-i
*****************************************************************/

.xtc-tables-mosaic {
    display: block;
    position: relative;
    margin: 1em -10px;
    padding: 0px;
    overflow: hidden;
}
.xtc-tables-mosaic .content-cols {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.xtc-tables-mosaic .content-cols .cols-item {
    margin: 0px 10px 20px 10px;
    padding: 0px;
    border: 1px dotted rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
/*--------------------------------------------------------------*/
.xtc-tables-mosaic .content-cols.cols-1 .cols-item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}
.xtc-tables-mosaic .content-cols.cols-2 .cols-item {
    -webkit-flex-basis: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
}
.xtc-tables-mosaic .content-cols.cols-3 .cols-item {
    -webkit-flex-basis: calc(33.333% - 20px);
    flex-basis: calc(33.333% - 20px);
}
/*--------------------------------------------------------------*/
.xtc-tables-mosaic .content-cols .cols-item .col-item {
    flex-grow: 1;
    margin: 0px;
    padding: 15px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.xtc-tables-mosaic .content-cols .cols-item .col-item br {
    display: block;
    line-height: 1.6em;
}
.xtc-tables-mosaic .content-cols .cols-item .col-item:last-of-type {
    border-bottom: none;
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-title {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 1.4em;
    text-align: center;
    border: none;
    background-color: #323232;
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-title .col-title-id {
    display: table;
    width: auto;
    min-width: 40px;
    height: 40px;
    margin: 0px auto 10px auto;
    padding: 0px 12px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    text-align: center;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    white-space: nowrap;
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-title .col-title-id:before,
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-title .col-title-id:after {
    display: table;
    content: " ";
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-title .col-title-id:after {
    clear: both;
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    line-height: 1.4em;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.04);
}
/*--------------------------------------------------------------*/
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-link {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-link a {
    display: block;
    margin: 0px;
    padding: 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #dc7828;
}
/*--------------------------------------------------------------*/
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-content .col-item-title {
    margin-bottom: 0.4em;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
}
/* .xtc-tables-mosaic .content-cols .cols-item .col-item.col-content .col-item-text {} */
/*--------------------------------------------------------------*/
/* .xtc-tables-mosaic .content-cols .cols-item .col-item.col-content {} */
/*--------------------------------------------------------------*/
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-footer {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.08);
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-footer .item-subtitle {
    font-weight: 400;
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-title .item-subtitle,
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-subtitle .item-subtitle,
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-content .item-subtitle,
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-footer .item-subtitle {
    display: block;
    margin-top: 0.4em;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-title .item-subtitle {
    display: table;
    width: auto;
    min-width: 40px;
    margin: 15px auto 0px auto;
    padding: 4px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    white-space: nowrap;
}
/*--------------------------------------------------------------*/
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-content p {
    margin: 1em 0px;
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-content > :first-child {
    margin-top: 0px;
}
.xtc-tables-mosaic .content-cols .cols-item .col-item.col-content > :last-child {
    margin-bottom: 0px;
}
/*--------------------------------------------------------------*/
.xtc-tables-mosaic .content-cols.cols-content-center .cols-item .col-item.col-content,
.xtc-tables-mosaic .content-cols.cols-content-center .cols-item .col-item.col-footer {
    text-align: center;
}
@media (max-width: 991px) {
    .xtc-tables-mosaic {
        margin-right: 0px;
        margin-left: 0px;
    }
    .xtc-tables-mosaic .content-cols.cols-2 .cols-item {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    .xtc-tables-mosaic .content-cols.cols-3 .cols-item {
        -webkit-flex-basis: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    }
}
@media (max-width: 575px) {
    .xtc-tables-mosaic .content-cols.cols-3 .cols-item {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
}

/*----------------------------------------------------------------
    [04] MXM-COLS-MOSAIC [UPDATED-210200]
------------------------------------------------------------------
    [posgrado-10] Mapa curricular y Plan de Estudio
    [posgrado-23] Mapa Curricular
    [quienes-somos-0] Quiénes somos
    [quienes-somos-3] Cuerpos Colegiados
----------------------------------------------------------------*/

.mxm-cols-mosaic {
    display: block;
    position: relative;
    margin: 1em -10px;
    padding: 0px;
}
.mxm-cols-mosaic .cols-mosaic-wrapper {
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.mxm-cols-mosaic .cols-mosaic-wrapper.justify-center {
    -webkit-justify-content: center;
    justify-content: center;
}
.mxm-cols-mosaic .cols-mosaic-wrapper .cols-item {
    margin: 0px 10px 20px 10px;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    color: rgba(0, 0, 0, 1);
    border: 1px dotted rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 1);
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.mxm-cols-mosaic .cols-mosaic-wrapper .cols-item .col-item {
    position: relative;
    flex-grow: 1;
    margin: 0px;
    padding: 15px 10px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.mxm-cols-mosaic .cols-mosaic-wrapper .cols-item .col-item:last-of-type {
    border-bottom: none;
}
/*--------------------------------------------------------------*/
.mxm-cols-mosaic .cols-mosaic-wrapper .cols-item .col-item.col-header {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4em;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    border: none;
    background-color: #323232;
}
.mxm-cols-mosaic .cols-mosaic-wrapper .cols-item .col-item.col-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4em;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0.06);
}
/*--------------------------------------------------------------*/
.mxm-cols-mosaic .cols-mosaic-wrapper .cols-item .col-item .col-item-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4em;
    color: rgba(0, 0, 0, 1);
}
.mxm-cols-mosaic .cols-mosaic-wrapper .cols-item .col-item .col-item-content {
    display: block;
    padding-top: 0.4em;
    font-size: 14px;
    line-height: 1.4em;
}
/*--------------------------------------------------------------*/
.mxm-cols-mosaic .cols-mosaic-wrapper .cols-item .col-item.col-header .col-header-id,
.mxm-cols-mosaic .cols-mosaic-wrapper .cols-item .col-item .col-item-title .col-title-id {
    display: table;
    min-width: 40px;
    height: 40px;
    margin: 0px auto 10px auto;
    padding: 0px 12px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    white-space: nowrap;
}
.mxm-cols-mosaic .cols-mosaic-wrapper .cols-item .col-item.col-header .col-header-id {
    background-color: rgba(255, 255, 255, 0.2);
}
.mxm-cols-mosaic .cols-mosaic-wrapper .cols-item .col-item .col-item-title .col-title-id {
    background-color: rgba(80, 80, 80, 1);
}
/*--------------------------------------------------------------*/
/* .mxm-cols-mosaic .cols-mosaic-wrapper .cols-item .col-item .col-item-text {} */
/*--------------------------------------------------------------*/
.mxm-cols-mosaic .cols-mosaic-wrapper .cols-item .col-item.col-footer {
    font-size: 14px;
    line-height: 1.4em;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    background-color: rgba(0, 0, 0, 0.06);
}
/*--------------------------------------------------------------*/
/** COLS-NUMBER **/
.mxm-cols-mosaic .cols-mosaic-wrapper.cols-1 .cols-item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}
.mxm-cols-mosaic .cols-mosaic-wrapper.cols-2 .cols-item {
    -webkit-flex-basis: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
}
.mxm-cols-mosaic .cols-mosaic-wrapper.cols-3 .cols-item {
    -webkit-flex-basis: calc(33.333% - 20px);
    flex-basis: calc(33.333% - 20px);
}
.mxm-cols-mosaic .cols-mosaic-wrapper.cols-4 .cols-item {
    -webkit-flex-basis: calc(25% - 20px);
    flex-basis: calc(25% - 20px);
}
.mxm-cols-mosaic .cols-mosaic-wrapper.cols-5 .cols-item {
    -webkit-flex-basis: calc(20% - 20px);
    flex-basis: calc(20% - 20px);
}
/*--------------------------------------------------------------*/
/** COLS-CENTER **/
.mxm-cols-mosaic .cols-mosaic-wrapper.cols-center .cols-item .col-item {
    text-align: center;
}
/*--------------------------------------------------------------*/
/** MOSAIC-EXT **/
.mxm-cols-mosaic .mosaic-ext .cols-item {
    font-size: 16px;
    line-height: 1.4em;
}
.mxm-cols-mosaic .mosaic-ext .cols-item .col-item.col-header {
    font-size: 17px;
    line-height: 1.4em;
}
.mxm-cols-mosaic .mosaic-ext .cols-item .col-item .col-item-title {
    font-size: 17px;
    line-height: 1.4em;
}
.mxm-cols-mosaic .mosaic-ext .cols-item .col-item .col-item-content {
    font-size: 16px;
    line-height: 1.4em;
}
.mxm-cols-mosaic .mosaic-ext .cols-item .col-item.col-footer {
    font-size: 15px;
    line-height: 1.4em;
}
/*--------------------------------------------------------------*/
/** COL-TTIP **/
.mxm-cols-mosaic .cols-item .col-item.col-ttip:after {
    font-family: "FontAwesome";
    content: "\f055";
    display: block;
    position: absolute;
    top: 2px;
    right: -8px;
    font-size: 18px;
    line-height: 18px;
    color: rgba(50, 50, 50, 0.3);
    background-color: rgba(255, 255, 255, 1);
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mxm-cols-mosaic .cols-item .col-ttip:hover:after {
    color: rgba(50, 50, 50, 1);
}
/*--------------------------------------------------------------*/
@media (max-width: 991px) {
    .mxm-cols-mosaic {
        margin-right: 0px;
        margin-left: 0px;
    }
    .mxm-cols-mosaic .cols-mosaic-wrapper.cols-2 .cols-item {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    .mxm-cols-mosaic .cols-mosaic-wrapper.cols-3 .cols-item {
        -webkit-flex-basis: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    }
}
@media (max-width: 695px) {
    .mxm-cols-mosaic .cols-mosaic-wrapper.cols-3 .cols-item {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
}

/*----------------------------------------------------------------
    MODAL [JCONFIRM] [UPDATED-210200]
----------------------------------------------------------------*/

.modal-openImage {
    display: inline-block;
    color: #dc7828;
    cursor: pointer;
}
.opcs-item[data-type] {
    cursor: pointer;
}
/*--------------------------------------------------------------*/
.jconfirm .jconfirm-holder {
    max-width: 1340px;
    margin-right: auto;
    margin-left: auto;
}
.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}
.jconfirm .jconfirm-box {
    position: relative;
    padding: 10px 15px 0px 15px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    background-color: #ffffff;
    overflow: visible;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    width: 36px;
    height: 36px;
    position: absolute;
    top: -22px;
    right: -16px;
    font-size: 28px !important;
    line-height: 36px !important;
    text-align: center;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(220, 120, 40, 1);
    overflow: hidden;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa-close:before,
.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa-times:before {
    display: block;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
    display: block;
    color: #ffffff;
    font-size: 28px !important;
    line-height: 34px !important;
}
/*--------------------------------------------------------------*/
.jconfirm .jconfirm-box div.jconfirm-title-c {
    min-height: 24px;
    margin: -5px -15px 20px -15px;
    padding: 5px 15px 10px 15px;
    font-size: 20px;
    line-height: 1.3em;
    text-align: left;
    border-bottom: 2px solid #dc7828;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title span {
    font-weight: 600;
}
/*--------------------------------------------------------------*/
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
    width: 10px;
    border-left: 20px solid #ffffff;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
    background: #666666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*----------------------------------------------------------------
    MODAL [JCONFIRM] [VIEO-RESPONSIVE] [UPDATED-210200]
----------------------------------------------------------------*/

.modal-wrapper .modal-content-responsive {
    position: relative;
    width: 100%;
    height: 0px;
    margin: 0px auto;
    padding: 0px;
    padding-bottom: 56.25%; /** RATIO 16/9 **/
    overflow: hidden !important;
}
.modal-wrapper .modal-content-responsive video,
.modal-wrapper .modal-content-responsive iframe,
.modal-wrapper .modal-content-responsive object,
.modal-wrapper .modal-content-responsive embed {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0px;
    padding: 0px;
}

/*----------------------------------------------------------------
    VIDEO [RESPONSIVE] [UPDATED-210200]
----------------------------------------------------------------*/

.mxm-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 2em 0px;
    padding: 0px;
    background-color: #ffffff;
}
.mxm-video-wrapper .mxm-video-responsive {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden !important;
}
.mxm-video-wrapper .mxm-video-responsive video {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #dddddd;
    object-fit: cover;
}

/*----------------------------------------------------------------
    VIDEO-IFRAME [RESPONSIVE] [UPDATED-210200]
----------------------------------------------------------------*/

.mxm-video-iframe-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 2em 0px;
    padding: 0px;
    background-color: #ffffff;
}
.mxm-video-iframe-wrapper .mxm-video-iframe-responsive {
    position: relative;
    width: 100%;
    height: 0px;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden !important;
}
.mxm-video-iframe-wrapper .mxm-video-iframe-responsive.responsive-ratio-16-09 {
    padding-bottom: 56.25% !important; /** RATIO 16/9 **/
}
.mxm-video-iframe-wrapper .mxm-video-iframe-responsive iframe {
    display: block !important;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    border: 1px solid #dddddd !important;
}

/*----------------------------------------------------------------
    ALERT [SYSTEM-MESSAGE] [UPDATED-210200]
----------------------------------------------------------------*/

.alert h4 {
    margin: 0;
    color: inherit;
}

/*----------------------------------------------------------------
    HEADER-NOTICE [UPDATED-210200]
----------------------------------------------------------------*/

#header-notice {
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 1.3em;
}
#header-notice .notice-wrapper {
    position: relative;
    height: 61px;
    max-height: 61px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px dotted rgba(220, 120, 40, 1);
    background-color: #fcf8e3;
    overflow: hidden;
    box-sizing: border-box;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#header-notice .notice-wrapper .custom-notice {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#header-notice .notice-wrapper .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 75px;
    padding-right: 75px;
}
@media (min-width: 768px) {
    #header-notice .notice-wrapper .container {
        width: 100%;
    }
}
@media (min-width: 992px) {
    #header-notice .notice-wrapper .container {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    #header-notice .notice-wrapper .container {
        width: 100%;
    }
}
@media (min-width: 1270px) {
    #header-notice .notice-wrapper .container {
        width: 1290px;
    }
}

/*----------------------------------------------------------------
    AVISO [INDICACION] [UPDATED-210200]
----------------------------------------------------------------*/

.xtc-highlight {
    position: relative;
    width: 100%;
    /* max-width: 850px; */
    margin: 0.5em auto;
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4em;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    background-color: rgba(244, 244, 244, 1);
    overflow: hidden;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: baseline;
    align-items: baseline;
}
.xtc-highlight > * {
    display: block;
    margin: 0px 16px;
    width: 100%;
    flex-grow: 1;
}
.xtc-highlight > *:first-child {
    margin-left: 0px;
}
.xtc-highlight > *:last-child {
    margin-right: 0px;
}
/*--------------------------------------------------------------*/
.xtc-highlight.pull-right {
    display: inline-block;
    width: auto;
}
.xtc-highlight .btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.xtc-highlight .fa {
    display: inline-block;
    width: auto;
    font-size: 1.2em;
    padding-right: 0.2em;
}
.xtc-highlight .pull-right {
    width: auto;
    margin-left: auto;
}
/*--------------------------------------------------------------*/
.xtc-highlight.cBlue {
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(8, 159, 207, 1);
}
.xtc-highlight.cRed {
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(235, 65, 95, 1);
}
.xtc-highlight.cOrange {
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(252, 105, 10, 1);
}
.xtc-highlight.cGreen {
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(80, 175, 85, 1);
}
.xtc-highlight.cYellow {
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(235, 220, 65, 1);
}
.xtc-highlight.cYellow-m {
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(255, 245, 140, 1);
}
/*--------------------------------------------------------------*/
.xtc-highlight a {
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
}
.xtc-highlight a:hover,
.xtc-highlight a:focus {
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px dotted rgba(0, 0, 0, 1);
}
.xtc-highlight.cRed a,
.xtc-highlight.cOrange a,
.xtc-highlight.cGreen a,
.xtc-highlight.cBlue a {
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
}
.xtc-highlight.cBlue a:hover,
.xtc-highlight.cBlue a:focus,
.xtc-highlight.cRed a:hover,
.xtc-highlight.cRed a:focus,
.xtc-highlight.cOrange a:hover,
.xtc-highlight.cOrange a:focus,
.xtc-highlight.cGreen a:hover,
.xtc-highlight.cGreen a:focus {
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px dotted rgba(255, 255, 255, 1);
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*----------------------------------------------------------------
    MXM-BANNER
----------------------------------------------------------------*/

#mxm-banner {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    border-top: 1px dotted rgba(160, 160, 160, 1);
    border-bottom: 1px dotted rgba(160, 160, 160, 1);
}
#mxm-banner a {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
#mxm-banner > svg,
#mxm-banner a > svg {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

/*----------------------------------------------------------------
    [05] MXM-SOCIAL [UPDATED-210200]
------------------------------------------------------------------
    [transferencia-de-conocimiento-3] Formación a Distancia
    [transferencia-de-conocimiento-5] Diplomado en Análisis de Información Geoespacial
    [<div id="mxm-social">] FOOTER 03 SOCIAL
    [<div id="mxm-social">] 50 Formacion Distancia [HTML] [DIPLOMADOS-CURSOS]
    [<div id="mxm-social">] 50 Formacion Distancia [HTML] [MOOC]
----------------------------------------------------------------*/

#mxm-social {
    position: relative;
    max-width: 960px;
    margin: 0px auto;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#mxm-social .mxm-social-item {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 28px;
    line-height: 52px;
    color: #ffffff;
}
#mxm-social .mxm-social-item a.item-icon {
    margin: 0px 24px 0px 0px;
    padding: 0px;
    width: 52px;
    height: 52px;
    color: #ffffff;
    border: 2px solid #505050;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #505050;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#mxm-social .mxm-social-item a.item-icon:hover,
#mxm-social .mxm-social-item a.item-icon:focus {
    color: #505050;
    background-color: #ffffff;
}
#mxm-social .mxm-social-item:last-of-type a.item-icon {
    margin-right: 0px;
}
#mxm-social .mxm-social-item a.item-icon .fa {
    display: block;
    margin: 0px;
    padding: 0px;
}

/*----------------------------------------------------------------
    [16] MXM-SABERMAS [UPDATED-210200]
------------------------------------------------------------------
    [investigacion-5] Sistemas Socio-ecológicos
    [investigacion-6] Geopolítica y Territorio
    [investigacion-7] Estudios Territoriales y Urbanos
    [investigacion-8] Geointeligencia Computacional
    [investigacion-9] Percepción Remota
    [investigacion-10] Movilidad y Logística
    [investigacion-11] Ciencia de Datos Geoespaciales
    [transferencia-de-conocimiento-2] Plataforma de Información Geoespacial
    [transferencia-de-conocimiento-3] Formación a Distancia
    [transferencia-de-conocimiento-6] MOOC: Introducción al uso y representación de Información Geoespacial
    [transferencia-de-conocimiento-8] MOOC: Introducción a la Geointeligencia Computacional
    [transferencia-de-conocimiento-9] Curso especializado en diseño de soluciones colaborativas a problemáticas territoriales
    [transferencia-de-conocimiento-10] Curso especializado en análisis en paisajes socio-ecológicos
    [transferencia-de-conocimiento-11] Coordinación de Transferencia de Conocimiento e Innovación
    [transferencia-de-conocimiento-12] MOOC: Introducción a los sistemas socio-ecológicos
    [transferencia-de-conocimiento-15] Diplomado en Percepción Remota y su aplicación en la observación de la Tierra
----------------------------------------------------------------*/

#mxm-sabermas {
    position: relative;
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#mxm-sabermas .mxm-sabermas-items {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#mxm-sabermas .mxm-sabermas-items:last-of-type {
    margin-bottom: 0px;
}
#mxm-sabermas .mxm-sabermas-items .mxm-sabermas-item {
    position: relative;
    width: 170px;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
    font-weight: 600;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#mxm-sabermas .mxm-sabermas-items .mxm-sabermas-item .mxm-item {
    margin: 0px;
    padding: px;
}
#mxm-sabermas .mxm-sabermas-items .mxm-sabermas-item .item-img {
    margin: 0px;
    padding: 0px;
    border: 6px solid rgba(230, 230, 230, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
#mxm-sabermas .mxm-sabermas-items .mxm-sabermas-item .item-img img {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0px;
    padding: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
}
#mxm-sabermas .mxm-sabermas-items .mxm-sabermas-item .item-txt {
    margin: 10px 5px;
    padding: 0px;
}
/*--------------------------------------------------------------*/
.jconfirm .jconfirm-box .jconfirm-content #xtc-docencia-list,
.jconfirm .jconfirm-box .jconfirm-content #xtc-areas-list {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    border: none;
}

.jconfirm .jconfirm-box .jconfirm-content #xtc-profile-user-list {
    /* [ADD-MOD] */
    margin: 20px 0px 0px 0px;
    padding: 0px;
    border: none;
}

/*----------------------------------------------------------------
    [01] MXM-CONTACTO [UPDATED-220200]
------------------------------------------------------------------
    [<div id="mxm-contacto">] 50 Plataforma Informacion Geoespacial [HTML] [USUARIOS]
----------------------------------------------------------------*/

#mxm-contacto {
    position: relative;
    margin: 0px auto;
    padding: 0px;
}
#mxm-contacto.mxm-contacto-wrapper {
    position: relative;
    margin: 0px auto;
    padding: 40px 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#mxm-contacto .mxm-contacto-items {
    width: 100%;
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    /* -webkit-align-items: center;
    align-items: center; */
}
#mxm-contacto .mxm-contacto-items .mxm-contacto-item {
    position: relative;
    /* width: 180px;
    flex-basis: 180px;
    min-height: 160px; */
    margin: 10px;
    padding: 0px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: center;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
#mxm-contacto .mxm-contacto-items .mxm-contacto-item .mxm-item-wrapper {
    display: block;
    width: 180px;
    min-height: 160px;
    margin: 0px;
    padding: 20px;
    color: #333333;
    border: 1px solid rgba(0, 0, 0, 0.1);
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
#mxm-contacto .mxm-contacto-items .mxm-contacto-item a.mxm-item-wrapper:hover,
#mxm-contacto .mxm-contacto-items .mxm-contacto-item a.mxm-item-wrapper:focus {
    border: 1px solid rgba(0, 0, 0, 0.6);
    color: #333333;
}
#mxm-contacto .mxm-contacto-items .mxm-contacto-item .mxm-item-wrapper .item-img {
    position: relative;
    margin: 0px 0px 18px 0px;
    padding: 0px;
    overflow: hidden;
}
#mxm-contacto .mxm-contacto-items .mxm-contacto-item .mxm-item-wrapper .item-img img {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
}
#mxm-contacto .mxm-contacto-items .mxm-contacto-item .mxm-item-wrapper .item-txt {
    position: relative;
    margin: 0px -5px;
    padding: 0px;
}
/*--------------------------------------------------------------*/
#mxm-contacto .mxm-contacto-items.item-divider {
    width: 20px;
    flex-basis: 20px;
}
#mxm-contacto .mxm-contacto-items.item-divider .item-line-v {
    position: absolute;
    top: 0px;
    width: 1px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
}
#mxm-contacto .mxm-contacto-items .mxm-contacto-item.item-col-title {
    position: absolute;
    top: 10px;
    width: 50%;
    flex-basis: 50%;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    border: none;
}

/*----------------------------------------------------------------
    [01] MXM-CONTACTOS [UPDATED-220200]
------------------------------------------------------------------
    [<div id="mxm-contactos">] 
----------------------------------------------------------------*/

#mxm-contactos {
    position: relative;
    margin: 0px auto;
    padding: 0px;
}
#mxm-contactos.mxm-contactos-wrapper {
    position: relative;
    margin: 1.6em 0px 1.6em 0px;
    padding: 0px;
}
#mxm-contactos.mxm-contactos-wrapper .mxm-contactos-items {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#mxm-contactos.mxm-contactos-wrapper .mxm-contactos-items .mxm-contactos-title {
    margin: 1em 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
}
#mxm-contactos.mxm-contactos-wrapper .mxm-contactos-items a {
    color: #333333;
    border-bottom: 1px dotted #dc7828;
}
#mxm-contactos.mxm-contactos-wrapper .mxm-contactos-items .mxm-contactos-item {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#mxm-contactos.mxm-contactos-wrapper .mxm-contactos-items .mxm-contactos-item table {
    display: block;
    margin: 1.6em 0px 1.6em 20px;
    padding: 0px;
}
#mxm-contactos.mxm-contactos-wrapper .mxm-contactos-items .mxm-contactos-item table tr {
    margin: 0ppx;
    padding: 0px;
}
#mxm-contactos.mxm-contactos-wrapper .mxm-contactos-items .mxm-contactos-item table tr td {
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    border: none;
}

/*----------------------------------------------------------------
    [01] MXM-TARJETAS [UPDATED-220200]
------------------------------------------------------------------
    [<div id="mxm-tarjetas">] 50 Plataforma Informacion Geoespacial [HTML] [USUARIOS]
----------------------------------------------------------------*/

#mxm-tarjetas {
    position: relative;
    margin: 0px auto;
    padding: 0px;
}
#mxm-tarjetas.mxm-tarjetas-wrapper {
    position: relative;
    margin: 0px auto;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#mxm-tarjetas .mxm-tarjetas-items {
    width: 100%;
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    /* -webkit-align-items: center;
    align-items: center; */
}
#mxm-tarjetas .mxm-tarjetas-items .mxm-tarjetas-item {
    position: relative;
    /* width: 260px;
    flex-basis: 260px;
    min-height: 160px; */
    margin: 10px 10px;
    padding: 0px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: center;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
#mxm-tarjetas .mxm-tarjetas-items .mxm-tarjetas-item .mxm-item-wrapper {
    display: block;
    width: 260px;
    min-height: 160px;
    margin: 0px;
    padding: 20px;
    color: #333333;
    border: 1px solid rgba(0, 0, 0, 0.1);
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
#mxm-tarjetas .mxm-tarjetas-items .mxm-tarjetas-item a.mxm-item-wrapper:hover,
#mxm-tarjetas .mxm-tarjetas-items .mxm-tarjetas-item a.mxm-item-wrapper:focus {
    border: 1px solid rgba(0, 0, 0, 0.6);
    color: #333333;
}
#mxm-tarjetas .mxm-tarjetas-items .mxm-tarjetas-item .mxm-item-wrapper .item-img {
    position: relative;
    margin: 0px 0px 18px 0px;
    padding: 0px;
    width: 218px;
    height: 82px;
    overflow: hidden;
}
#mxm-tarjetas .mxm-tarjetas-items .mxm-tarjetas-item .mxm-item-wrapper .item-img img {
    display: block;
    width: 218px;
    height: 82px;
    margin: 0px auto;
    padding: 0px;
    filter: grayscale(100%) brightness(60%) saturate(0%);
    overflow: hidden;
    /** TRANSITION **/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#mxm-tarjetas .mxm-tarjetas-items .mxm-tarjetas-item a.mxm-item-wrapper:hover .item-img img,
#mxm-tarjetas .mxm-tarjetas-items .mxm-tarjetas-item a.mxm-item-wrapper:focus .item-img img {
    filter: grayscale(0%) brightness(100%) saturate(100%);
}
#mxm-tarjetas .mxm-tarjetas-items .mxm-tarjetas-item .mxm-item-wrapper .item-txt {
    position: relative;
    margin: 0px;
    padding: 0px;
}

/*----------------------------------------------------------------
    [01] MXM-USUARIOS [UPDATED-220200]
------------------------------------------------------------------
    [<div id="mxm-usuarios">] 50 Plataforma Informacion Geoespacial [HTML] [USUARIOS]
----------------------------------------------------------------*/

/* #mxm-usuarios .mxm-usuarios-items .mxm-usuarios-item a.mxm-item-wrapper img */

#mxm-usuarios {
    position: relative;
    margin: 0px auto;
    padding: 0px;
}
#mxm-usuarios .mxm-usuarios-items {
    position: relative;
    width: calc(100% - 20px);
    margin: 0px auto;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#mxm-usuarios .mxm-usuarios-items .mxm-usuarios-item {
    position: relative;
    /* flex-basis: 180px; */
    margin: 10px 20px;
    padding: 0px;
    line-height: 0px;
}
#mxm-usuarios .mxm-usuarios-items .mxm-usuarios-item .mxm-item-wrapper {
    display: block;
    position: relative;
    /* max-width: 260px; */
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
#mxm-usuarios .mxm-usuarios-items .mxm-usuarios-item .mxm-item-wrapper img {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

/*----------------------------------------------------------------
    EASYPROFILE [CATALOGO] [UPDATED-210200]
----------------------------------------------------------------*/

#easyprofile .jsn_search {
    padding: 20px;
    margin: 0px 0px 20px 0px;
    border: 1px dotted #dddddd;
    background-color: #ffffff;
}
.jsn_search .control-group .control-label {
    padding-top: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    color: #333333;
    text-transform: none;
}
/*--------------------------------------------------------------*/
#jsn_listresult {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#jsn_listresult .jsn-export {
    margin: 0px;
    padding: 0px;
}
#jsn_listresult .jsn-total {
    margin: 0px 0px 40px 0px;
    padding: 0px;
}
#jsn_listresult .jsn-total .label-info {
    display: inline-block;
    margin: 0px;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: #ffffff;
    white-space: nowrap;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
/*--------------------------------------------------------------*/
#jsn_listresult .pagination {
    position: relative;
    margin: 40px 0px;
    padding: 0px;
    text-align: center;
}
#jsn_listresult .pagination ul.pagination {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#jsn_listresult .pagination ul.pagination li {
    display: block;
    margin: 0px 1px;
    padding: 0px;
}
#jsn_listresult .pagination ul.pagination li a {
    display: block;
    min-width: 40px;
    margin: 0px;
    padding: 0px 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}
#jsn_listresult .pagination ul.pagination li.disabled span,
#jsn_listresult .pagination ul.pagination li.disabled span:hover,
#jsn_listresult .pagination ul.pagination li.disabled span:focus,
#jsn_listresult .pagination ul.pagination li.disabled a,
#jsn_listresult .pagination ul.pagination li.disabled a:hover,
#jsn_listresult .pagination ul.pagination li.disabled a:focus {
    color: #999999;
    border-color: #eeeeee;
    background-color: #eeeeee;
    cursor: not-allowed;
}
#jsn_listresult .pagination ul.pagination li a:hover,
#jsn_listresult .pagination ul.pagination li a:focus,
#jsn_listresult .pagination ul.pagination li.active a {
    color: #ffffff;
    border-color: #dc7828;
    background-color: #dc7828;
}

/*----------------------------------------------------------------
    CONTENTBUILDER [SIDEBAR-ITEM]
----------------------------------------------------------------*/

.t3-sidebar ul.nav-stacked li.item-491 {
    display: none !important;
    visibility: hidden !important;
}

/*----------------------------------------------------------------
    CONTENTBUILDER [VIEW-LIST] [UPDATED-210200]
    [LIST-FILTER-WRAPPER]
----------------------------------------------------------------*/

#cbListFilterWrapper {
    position: relative;
    margin: 0px;
    padding: 20px;
    border: 1px dotted #dddddd;
    background-color: #ffffff;
}
#cbListFilterWrapper .cbListFilterControlGroup {
    margin-bottom: 25px;
}
#cbListFilterWrapper .cbListFilterControlGroup:last-of-type {
    margin-bottom: 0px;
}
#cbListFilterWrapper .cbListFilterControlGroup .cbListFilterKeywords,
#cbListFilterWrapper .cbListFilterControlGroup .cbListFilterSelectWrapper {
    margin: 0px;
}
/*--------------------------------------------------------------*/
#cbListFilterWrapper .cbListFilterControlGroup {
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}
#cbListFilterWrapper .cbListFilterControlGroup .cbListFilterLabelWrapper {
    font-weight: 600;
}
#cbListFilterWrapper .cbListFilterControlGroup .cbListFilterKeywordsWrapper,
#cbListFilterWrapper .cbListFilterControlGroup .cbListFilterSelectWrapper {
    width: calc(100% - 200px);
    margin-left: 20px;
}
/*--------------------------------------------------------------*/
.cbListFilterResetButton,
.cbListFilterSubmitButton {
    float: none;
    margin: 0px;
}

/*----------------------------------------------------------------
    CONTENTBUILDER [VIEW-LIST] [UPDATED-210200]
    [BUTTONS-CONTROL]
----------------------------------------------------------------*/

#cbButtonsControl {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#cbButtonsControl .cbButtonsControl-item {
    position: relative;
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}
#cbButtonsControl .cbButtonsControl-item .button {
    position: relative;
    display: block;
    margin: 0px 0px 0px 1px;
}
/*--------------------------------------------------------------*/
#cbCategoryTotal {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
}
#cbCategoryTotal.cbCategoryItem {
    position: absolute;
    top: 0px;
    left: 0px;
}
#cbCategoryTotal .label-info {
    display: inline-block;
    margin: 0px;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: #ffffff;
    white-space: nowrap;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#cbButtonsControl #cbButtonExport {
    margin-bottom: 4px;
}

/*----------------------------------------------------------------
    CONTENTBUILDER [VIEW-LIST] [UPDATED-210200]
    [FILTER-BULK-GROUP] [FILTER-GROUP]
----------------------------------------------------------------*/

#cbFilterBulkGroup,
#cbFilterGroup {
    position: relative;
    margin: 20px 0px;
    padding: 20px;
    border: 1px dotted #dddddd;
    background-color: #ffffff;
}
#cbFilterBulkGroup .cbFilterBulkGroup-item,
#cbFilterGroup .cbFilterGroup-item {
    position: relative;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
#cbFilterBulkGroup .cbFilterBulkGroup-item input,
#cbFilterBulkGroup .cbFilterBulkGroup-item select,
#cbFilterBulkGroup .cbFilterBulkGroup-item .button,
#cbFilterGroup .cbFilterGroup-item input,
#cbFilterGroup .cbFilterGroup-item select,
#cbFilterGroup .cbFilterGroup-item .button {
    position: relative;
    display: block;
    margin: 0px;
}
#cbFilterBulkGroup .cbFilterBulkGroup-item .button,
#cbFilterGroup .cbFilterGroup-item .button {
    margin-right: 1px;
}
#cbFilterBulkGroup .cbFilterBulkGroup-item select + .button,
#cbFilterGroup .cbFilterGroup-item select + .button {
    line-height: 25px;
}

/*----------------------------------------------------------------
    CONTENTBUILDER [ADMINFORM] [UPDATED-210200]
----------------------------------------------------------------*/

#adminform {
    position: relative;
    margin: 40px 0px;
    padding: 0px;
}

/*----------------------------------------------------------------
    CONTENTBUILDER [VIEW-LIST] [UPDATED-210200]
    [CATEGORY-TABLE]
----------------------------------------------------------------*/

/* #adminform {} */

#cbCategoryTable {
    margin: 40px 0px;
}
/*--------------------------------------------------------------*/
#cbCategoryTable thead th {
    margin: 30px 0px;
}
/*--------------------------------------------------------------*/
/* #cbCategoryTable tbody td.cb-col-id a, */
#cbCategoryTable tbody td.cb-col-select a,
#cbCategoryTable tbody td.cb-col-edit a,
#cbCategoryTable tbody td.cb-col-state a,
#cbCategoryTable tbody td.cb-col-publish a,
#cbCategoryTable tbody td.cb-col-language a,
#cbCategoryTable tbody td.cb-col-article a,
#cbCategoryTable tbody td.cb-col-author a,
#cbCategoryTable tbody td.cb-col-rating a {
    border: none;
}
/*--------------------------------------------------------------*/
/* #cbCategoryTable tfoot,
#cbCategoryTable tfoot td {}
#cbCategoryTable tfoot td {}
#cbCategoryTable tfoot td .pagination {} */
/*--------------------------------------------------------------*/
#cbCategoryPagination {
    position: relative;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
/*--------------------------------------------------------------*/
#cbCategoryPagination .cbPagesList {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#cbCategoryPagination .cbPagesList ul.pagination-list {
    display: block;
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#cbCategoryPagination .cbPagesList ul.pagination-list li {
    display: block;
    margin: 0px 1px;
    padding: 0px;
}
#cbCategoryPagination .cbPagesList ul.pagination-list li a {
    display: block;
    min-width: 40px;
    margin: 0px;
    padding: 0px 12px;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
    text-align: center;
    background-color: #eeeeee;
}
#cbCategoryPagination .cbPagesList ul.pagination-list li.disabled span,
#cbCategoryPagination .cbPagesList ul.pagination-list li.disabled span:hover,
#cbCategoryPagination .cbPagesList ul.pagination-list li.disabled span:focus,
#cbCategoryPagination .cbPagesList ul.pagination-list li.disabled a,
#cbCategoryPagination .cbPagesList ul.pagination-list li.disabled a:hover,
#cbCategoryPagination .cbPagesList ul.pagination-list li.disabled a:focus {
    color: #ffffff;
    border-color: #eeeeee;
    background-color: #eeeeee;
    cursor: not-allowed;
}
#cbCategoryPagination .cbPagesList ul.pagination-list li:first-of-type a,
#cbCategoryPagination .cbPagesList ul.pagination-list li:last-of-type a {
    padding: 0px;
}
#cbCategoryPagination .cbPagesList ul.pagination-list li a i {
    display: block;
    margin: 0px;
    padding: 0px;
    font-style: normal;
}
#cbCategoryPagination .cbPagesList ul.pagination-list li a .icon-first:before,
#cbCategoryPagination .cbPagesList ul.pagination-list li a .icon-previous:before,
#cbCategoryPagination .cbPagesList ul.pagination-list li a .icon-next:before,
#cbCategoryPagination .cbPagesList ul.pagination-list li a .icon-last:before {
    font-family: "FontAwesome";
    display: block;
}
#cbCategoryPagination .cbPagesList ul.pagination-list li a .icon-first:before {
    content: "\f053\f053";
}
#cbCategoryPagination .cbPagesList ul.pagination-list li a .icon-previous:before {
    content: "\f053";
}
#cbCategoryPagination .cbPagesList ul.pagination-list li a .icon-next:before {
    content: "\f054";
}
#cbCategoryPagination .cbPagesList ul.pagination-list li a .icon-last:before {
    content: "\f054\f054";
}
#cbCategoryPagination .cbPagesList ul.pagination-list li a:hover,
#cbCategoryPagination .cbPagesList ul.pagination-list li a:focus,
#cbCategoryPagination .cbPagesList ul.pagination-list li.active a {
    color: #ffffff;
    border-color: #dc7828;
    background-color: #dc7828;
}
/*--------------------------------------------------------------*/
#cbCategoryPagination .cbPagesCounter {
    position: relative;
    margin: 0px;
    padding: 0px;
    text-align: right;
}
#cbCategoryPagination .cbPagesCounter select {
    display: inline-block;
    margin: 0px;
    padding: 6px 12px;
}

/*----------------------------------------------------------------
    CONTENTBUILDER [TOOL-BAR] [UPDATED-210200]
----------------------------------------------------------------*/

#t3-content .inner .cbTopBar {
    margin-bottom: 20px;
}
#t3-content .inner .cbBottomBar {
    margin-top: 20px;
}
#cbToolBar {
    position: relative;
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}
#cbToolBar .button {
    display: block;
    margin: 0px 0px 0px 1px;
}

/*----------------------------------------------------------------
    CONTENTBUILDER [VIEW-ARTICLE] [UPDATED-210200]
----------------------------------------------------------------*/

#cbCategory {
    position: relative;
    margin: 0px;
    padding: 0px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    /** TRANSITION **/
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#cbCategory.category-active {
    visibility: visible;
    opacity: 1;
}
#cbArticle {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#cbArticle .article-item {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 14px 0px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    text-align: left;
    border-bottom: 1px dotted #dddddd;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#cbArticle > :first-child .article-item:first-of-type {
    margin-top: 0px;
    border-top: 1px dotted #dddddd;
}
#cbArticle > :last-child .article-item:last-of-type {
    margin-bottom: 0px;
}
/*--------------------------------------------------------------*/
#cbArticle .article-item .list-title {
    position: relative;
    width: 20%;
    flex-basis: 20%;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: right;
}
/*--------------------------------------------------------------*/
#cbArticle .article-item .list-data {
    width: calc(80% - 20px);
    flex-basis: calc(80% - 20px);
    margin-left: auto;
}
#cbArticle .article-item .list-data a {
    color: #333333;
}
#cbArticle .article-item .list-data a:hover,
#cbArticle .article-item .list-data a:focus {
    color: #dc7928;
}
/*--------------------------------------------------------------*/
#cbArticle .article-item.item-autores .list-data a,
#cbArticle .article-item.item-hipervinculo .list-data a {
    color: #333333;
    border-bottom: 1px dotted #dc7928;
}
#cbArticle .article-item.item-hipervinculo_date .list-data,
#cbArticle .article-item.item-vigencia_date .list-data {
    text-transform: lowercase;
}
#cbArticle .article-item.item-resumen .list-title,
#cbArticle .article-item.item-abstract .list-title,
#cbArticle .article-item.item-observaciones .list-title {
    line-height: 26px;
}
#cbArticle .article-item.item-resumen .list-data,
#cbArticle .article-item.item-abstract .list-data,
#cbArticle .article-item.item-observaciones .list-data {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    text-align: left;
}

/*----------------------------------------------------------------
    CONTENTBUILDER [VIEW-ARTICLE] [SECTION] [UPDATED-210200]
----------------------------------------------------------------*/

#cbArticle .article-head,
#cbArticle .article-divider,
#cbArticle .article-body {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#cbArticle .article-divider {
    margin: 20px 0px;
}
/*--------------------------------------------------------------*/
/* #cbArticle .article-head .article-item {} */
/* #cbArticle .article-divider .article-item {} */
/* #cbArticle .article-body .article-item {} */
/*--------------------------------------------------------------*/
#cbArticle .article-head .article-item,
#cbArticle .article-divider .article-item {
    margin: 0px 0px 6px 0px;
    padding: 0px;
    border: none !important;
    /** FLEX **/
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#cbArticle .article-head .article-item .list-title,
#cbArticle .article-head .article-item .list-data,
#cbArticle .article-divider .article-item .list-title,
#cbArticle .article-divider .article-item .list-data {
    width: auto;
    flex-basis: auto;
    margin: 0px 0.15em;
    padding: 0px;
    font-size: 22px;
    color: #333333;
    line-height: 1.4em;
    text-align: center;
}
#cbArticle .article-head .article-item .list-title,
#cbArticle .article-divider .article-item .list-title {
    display: none;
    visibility: hidden;
}
/*--------------------------------------------------------------*/
#cbArticle .article-item.item-highlight {
    margin: 0px;
    padding: 4px 16px;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #a0a0a0 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    /** TRANSITION **/
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}
#cbArticle .article-item.item-highlight .list-title,
#cbArticle .article-item.item-highlight .list-data {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
}
/*--------------------------------------------------------------*/
/** SITUATION-ACTIVO [GREEN] **/
#cbArticle .item-highlight.item-active {
    border-color: #3aa03a !important;
    background-color: #3aa03a;
}
#cbArticle .item-highlight.item-active .list-title,
#cbArticle .item-highlight.item-active .list-data {
    font-weight: 400;
    color: #ffffff;
}
/** SITUATION-INACTIVO [GRAY] **/
#cbArticle .item-highlight.item-inactive {
    border-color: #505050 !important;
    background-color: #505050;
}
#cbArticle .item-highlight.item-inactive .list-title,
#cbArticle .item-highlight.item-inactive .list-data {
    font-weight: 400;
    color: #ffffff;
}
/** SITUATION-GRADUADO [BLUE] **/
#cbArticle .item-highlight.item-graduate {
    border-color: #089fcf !important;
    background-color: #089fcf;
}
#cbArticle .item-highlight.item-graduate .list-title,
#cbArticle .item-highlight.item-graduate .list-data {
    font-weight: 400;
    color: #ffffff;
}

/*----------------------------------------------------------------
    CONTENTBUILDER [VIEW-ARTICLE] [CUSTOM] [UPDATED-210200]
----------------------------------------------------------------*/

/** ITEM-SEDE **/
#cbArticle .article-head .item-sede {
    margin: 0px 0px 4px 0px;
    padding: 0px;
}
/** ITEM-PROGRAMA **/
#cbArticle .article-head .item-programa {
    margin: 0px;
    padding: 0px;
}
#cbArticle .article-head .item-programa .list-title,
#cbArticle .article-head .item-programa .list-data {
    font-size: 28px;
    font-weight: 600;
}
/** ITEM-CICLO **/
#cbArticle .article-head .item-ciclo {
    margin: 25px 0px 40px 0px;
    padding: 0px;
}
#cbArticle .article-head .item-ciclo .list-title,
#cbArticle .article-head .item-ciclo .list-data {
    font-weight: 600;
}
#cbArticle .article-head .item-ciclo .list-title {
    display: block;
    visibility: visible;
}
@media (max-width: 991px) {
    #cbArticle .article-item {
        /** FLEX **/
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #cbArticle .article-item .list-title {
        width: 100%;
        flex-basis: 100%;
        margin: 0px 0px 10px 10px;
        padding-top: 0px;
        font-size: 18px;
        line-height: 28px;
        text-align: left;
    }
    /* #cbArticle .article-head .article-item .list-title,
    #cbArticle .article-divider .article-item .list-title {} */
    #cbArticle .article-item .list-title:before {
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        left: -10px;
        width: 3px;
        height: 20px;
        margin: 0px;
        border: none;
        background-color: #dc7828;
    }
    #cbArticle .article-head .article-item .list-title:before,
    #cbArticle .article-divider .article-item .list-title:before {
        display: none;
    }
    #cbArticle .article-item .list-data {
        width: 100%;
        flex-basis: 100%;
        margin: 0px 0px 0px 10px;
    }
}

/*----------------------------------------------------------------
    CONTENTBUILDER [VIEW-EDIT] [UPDATED-210200]
----------------------------------------------------------------*/

/* #adminform {} */

#adminform.form-horizontal > .control-group {
    text-align: initial;
}
#adminform .control-group {
    position: relative;
    margin: 20px 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: flex-start;
}
#adminform .control-group .control-label {
    font-weight: 600;
}
#adminform .control-group .control-label label {
    display: block;
    margin: 0px;
    font-weight: 600;
}
#adminform .control-group .controls {
    width: calc(100% - 160px);
    margin-left: 20px;
}
@media (max-width: 991px) {
    #adminform .control-group {
        /** FLEX **/
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #adminform .control-group .control-label {
        width: 100%;
        flex-basis: 100%;
        margin: 0px 0px 10px 10px;
        padding-top: 0px;
        font-size: 18px;
        line-height: 28px;
        text-align: left;
    }
    #adminform .control-group .controls {
        width: 100%;
        flex-basis: 100%;
        margin: 0px 0px 0px 10px;
    }
}
/*--------------------------------------------------------------*/
#adminform .control-group .controls .controls-hint {
    margin-top: 8px;
    padding: 0px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4em;
    color: #333333;
    white-space: nowrap;
}
/*--------------------------------------------------------------*/
#adminform .control-group .controls .cbUploadField {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#adminform .control-group .controls .cbUploadField * {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    vertical-align: baseline;
}
#adminform .control-group .controls .cbUploadField input + div {
    margin-top: 10px;
    padding: 0px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    color: #333333;
}
/*--------------------------------------------------------------*/
#adminform .control-group .controls .cbCalendarField {
    position: relative;
    margin: 0px;
    padding: 0px;
}
/*--------------------------------------------------------------*/
#adminform .control-group .controls .cbCalendarField .input-append {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#adminform .control-group .controls .cbCalendarField .input-append .cbCalendarButton {
    display: inline-block;
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 40px;
    height: 39px;
    background-color: #dc7828;
}
#adminform .control-group .controls .cbCalendarField .input-append .cbCalendarButton .icon-calendar {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
}
#adminform .control-group .controls .cbCalendarField .input-append .cbCalendarButton .icon-calendar:before {
    font-family: "FontAwesome";
    content: "\f073";
    display: block;
    position: relative;
    font-size: 19px;
    line-height: 39px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}
/*--------------------------------------------------------------*/
#adminform .control-group .controls .cbCalendarField .js-calendar {
    margin: 0px;
    padding: 0px;
    border: 1px dotted #dddddd;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16) !important;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 2px 5px 0px rgba(153, 117, 117, 0.16) !important;
    background-color: #ffffff;
}
#adminform .control-group .controls .cbCalendarField .js-calendar .calendar-container {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#adminform .control-group .controls .cbCalendarField .js-calendar .calendar-container table {
    margin: 0px;
    padding: 0px;
}
/*--------------------------------------------------------------*/
#adminform .control-group .controls .cbCalendarField .js-calendar .calendar-head-row .nav .js-btn {
    font-size: 36px !important;
    line-height: 36px !important;
    text-align: center;
}
#adminform .control-group .controls .cbCalendarField .js-calendar .calendar-head-row .title span {
    font-size: 20px !important;
    line-height: 36px !important;
    text-align: center;
}
/*--------------------------------------------------------------*/
#adminform .control-group .js-calendar .calendar-container table tbody td.day.selected {
    color: #ffffff;
    background-color: rgba(220, 120, 40, 1);
}
.calendar-container table tbody td.day:hover {
    color: #ffffff;
    background: rgba(220, 120, 40, 0.8);
}
/*--------------------------------------------------------------*/
#adminform .control-group .controls .cbCalendarField .js-calendar .calendar-container .buttons-wrapper {
    margin: 0px;
    padding: 8px 0px;
}
#adminform .control-group .controls .cbCalendarField .js-calendar .calendar-container .buttons-wrapper .btn {
    margin: 0px 1px;
    padding: 6px 20px;
    font-size: 14px !important;
    color: #333333;
    line-height: 14px !important;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
}
#adminform .control-group .controls .cbCalendarField .js-calendar .calendar-container .buttons-wrapper .btn:hover,
#adminform .control-group .controls .cbCalendarField .js-calendar .calendar-container .buttons-wrapper .btn:focus {
    color: #ffffff;
    border-color: #dc7828;
    background-color: #dc7828;
}
/*--------------------------------------------------------------*/
#adminform .control-group .controls input[type="text"][readonly] {
    color: #ffffff;
    border-color: #dc7828;
    background-color: #dc7828;
    cursor: not-allowed;
}
/*--------------------------------------------------------------*/
#adminform .control-group .controls .radio {
    display: block;
    position: relative;
    margin: 0px;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    border: 1px solid #dddddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #ffffff;
}
#adminform .control-group .controls .radio .cbGroupField {
    display: block;
    position: relative;
    margin: 8px 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#adminform .control-group .controls .radio > .cbGroupField:first-of-type {
    margin-top: 0px !important;
}
#adminform .control-group .controls .radio > .cbGroupField:last-of-type {
    margin-bottom: 0px !important;
}

#adminform .control-group .controls .radio .cbGroupField input[type="radio"] {
    display: inline-block;
    float: none;
    margin: 5px 6px 0px 0px !important;
    padding: 0px;
    vertical-align: baseline !important;
}
#adminform .control-group .controls .radio .cbGroupField label {
    display: inline-block;
    float: none;
    min-height: auto !important;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

/*----------------------------------------------------------------
    CENTROGEO-PROFILE [VIEW-PROFILE] [UPDATED-210200]
----------------------------------------------------------------*/

#centrogeo-profile {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#centrogeo-profile .jsn-p-top {
    display: inline-block;
    position: relative;
    margin: 0px;
    padding: 0px;
}
#centrogeo-profile .jsn-p-fields .z-tabs-nav {
    width: 100%;
    min-height: 18px;
    margin: 0px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.3em;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #dc7828;
}
#centrogeo-profile .jsn-p-fields dl dt.areaLabel,
#centrogeo-profile .jsn-p-fields dl dt.area_otraLabel {
    padding-top: 2px;
}

/*----------------------------------------------------------------
    CENTROGEO-USERSLIST [VIEW-LIST] [UPDATED-210200]
----------------------------------------------------------------*/

#centrogeo-userslist {
    position: relative;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    color: #333333;
    text-transform: none;
}
#centrogeo-userslist .jsn-userslist-wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
}
/*--------------------------------------------------------------*/
#centrogeo-userslist a {
    color: #333333;
}
#centrogeo-userslist a:hover,
#centrogeo-userslist a:focus {
    color: #dc7828;
}
#centrogeo-userslist ul,
#centrogeo-userslist ul li,
#centrogeo-userslist ol,
#centrogeo-userslist ol li {
    margin-top: 0em;
    margin-bottom: 0.7em;
}
#centrogeo-userslist ul,
#centrogeo-userslist ol {
    margin: 0em;
    padding: 0em;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 30px;
}
/*--------------------------------------------------------------*/
#centrogeo-userslist .jsn-userslist-header {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#centrogeo-userslist .jsn-userslist-header .jsn-userslist-title {
    display: inline-block;
    margin: 0px 0px 10px 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #222222;
    line-height: 1.3em;
    letter-spacing: -0.02em !important;
    text-transform: none;
}
/*--------------------------------------------------------------*/
#centrogeo-userslist .jsn-userslist-items {
    position: relative;
    margin: 0px;
    padding: 0px 10px 0px 0px;
}
#centrogeo-userslist .jsn-userslist-items .jsn-item {
    position: relative;
    margin: 0px;
    padding: 30px 0px 0px 0px;
    border-top: 1px dotted rgba(0, 0, 0, 0.26);
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#centrogeo-userslist .jsn-userslist-items .jsn-item:last-of-type {
    margin-bottom: 0px;
}
#centrogeo-userslist .jsn-userslist-items .jsn-item > div {
    margin: 0px 15px 20px 0px;
    padding: 0px;
}
#centrogeo-userslist .jsn-userslist-items .jsn-item > div:last-of-type {
    margin-right: 0px;
}
/*--------------------------------------------------------------*/
#centrogeo-userslist .jsn-userslist-items .jsn-item .jsn-avatar {
    position: relative;
    border: 2px solid #505050;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#centrogeo-userslist .jsn-userslist-items .jsn-item .jsn-avatar a,
#centrogeo-userslist .jsn-userslist-items .jsn-item .jsn-avatar span {
    display: block;
    width: 82px;
    height: 82px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}
#centrogeo-userslist .jsn-userslist-items .jsn-item .jsn-avatar a .avatar,
#centrogeo-userslist .jsn-userslist-items .jsn-item .jsn-avatar span .avatar {
    display: block;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}
/*--------------------------------------------------------------*/
#centrogeo-userslist .jsn-userslist-items .jsn-item .jsn-fields {
    width: 40%;
    flex-basis: 40%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
}
#centrogeo-userslist .jsn-userslist-items .jsn-item .jsn-fields .jsn-name {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 6px;
}
/*--------------------------------------------------------------*/
#centrogeo-userslist .jsn-userslist-items .jsn-item .jsn-topics {
    width: 60%;
    flex-basis: 60%;
}
/*--------------------------------------------------------------*/
@media (max-width: 695px) {
    #centrogeo-userslist .jsn-userslist-items .jsn-item {
        /** FLEX **/
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #centrogeo-userslist .jsn-userslist-items .jsn-item .jsn-fields {
        width: calc(100% - 96px);
        flex-basis: calc(100% - 96px);
        margin-right: 0px;
    }
    #centrogeo-userslist .jsn-userslist-items .jsn-item .jsn-topics {
        width: 60%;
        flex-basis: 100%;
    }
}

/*----------------------------------------------------------------
    BLOGFACTORY [UPDATED-220200]
----------------------------------------------------------------*/

.com_blogfactory .page-header {
    margin: 0px;
    padding: 0px;
}
.com_blogfactory .page-header h1 span {
    position: relative;
    display: block;
    margin: 0px 0px 0.25em 0px;
    padding: 0px;
    font-size: 21px;
    font-weight: 400;
    line-height: 1em;
    color: #c1c1c1;
    text-transform: uppercase;
    white-space: nowrap;
}

/*----------------------------------------------------------------
    BLOGFACTORY [VIEW-POSTS] [UPDATED-220200]
----------------------------------------------------------------*/

.blogfactory-posts {
    position: relative;
    margin: 0px;
    padding: 0px;
}
.blogfactory-posts .blogfactory-post-list {
    position: relative;
    margin: 0px 0px 60px 0px;
    padding: 0px;
    overflow: hidden;
}
.blogfactory-posts .blogfactory-post-list .blogfactory-post-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3em;
    border-bottom: 1px dotted #999999;
}
.blogfactory-posts .blogfactory-post-list .post-cover-wrapper {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 360px;
    margin: -21px 0px 10px 0px;
    padding: 0px;
    text-align: center;
    line-height: 0px;
    border: none;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 1);
    /* overflow: hidden; */
}
.blogfactory-posts .blogfactory-post-list .post-cover-wrapper a {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    border: 1px dotted #dddddd;
}
.blogfactory-posts .blogfactory-post-list .post-cover-wrapper a .post-cover {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 360px;
    margin: 0px;
    padding: 0px;
    /* background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; */
}
.blogfactory-posts .blogfactory-post-list .blogfactory-post-info {
    margin: 5px 0px 10px 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    white-space: nowrap;
}
.blogfactory-posts .blogfactory-post-list .blogfactory-post-title a,
.blogfactory-posts .blogfactory-post-list .blogfactory-post-info a {
    color: #333333;
}
.blogfactory-posts .blogfactory-post-list .blogfactory-post-title a:hover,
.blogfactory-posts .blogfactory-post-list .blogfactory-post-info a:hover {
    color: #dc7828;
}
.blogfactory-posts .blogfactory-post-list .blogfactory-post-info .blogfactory-post-info-item {
    display: inline-block;
    padding: 0px 10px 0px 0px;
}
.blogfactory-posts .blogfactory-post-list .blogfactory-post-info .blogfactory-post-info-item:before {
    font-family: "FontAwesome";
    content: "\f142";
    display: inline-block;
    position: relative;
    color: #dc7828;
}
.blogfactory-posts .blogfactory-post-list .blogfactory-post-content {
    position: relative;
    margin: 0px;
    padding: 0px;
}
.blogfactory-posts .blogfactory-post-list .blogfactory-post-content .blogfactory-post-read-more {
    position: relative;
    margin: -0em 0px 0px 0px;
    padding: 0px;
    text-align: right;
}
.blogfactory-posts .blogfactory-post-list .blogfactory-post-content .blogfactory-post-read-more a {
    display: block;
    position: relative;
    margin: 0px;
}
.blogfactory-posts .blogfactory-post-list .blogfactory-post-content .blogfactory-post-read-more a {
    color: #333333 !important;
    border: 1px solid #dddddd !important;
    background-color: #ffffff !important;
}
.blogfactory-posts .blogfactory-post-list .blogfactory-post-content .blogfactory-post-read-more a:hover,
.blogfactory-posts .blogfactory-post-list .blogfactory-post-content .blogfactory-post-read-more a:focus {
    color: #ffffff !important;
    border-color: #dc7828;
    background-color: #dc7828 !important;
}

/*----------------------------------------------------------------
    BLOGFACTORY [VIEW-POST] [UPDATED-220200]
----------------------------------------------------------------*/

.post-content {
    position: relative;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.post-content > :first-child {
    margin-top: 0px !important;
}
.post-info.muted {
    position: relative;
    margin-top: 1em;
    padding-top: 5px;
    border-top: 1px dotted #999999;
}
.post-info.muted .blogfactory-post-info-item {
    display: inline-block;
    padding: 0px 10px 0px 0px;
}
.post-info.muted .blogfactory-post-info-item a {
    color: #333333;
}
.post-info.muted .blogfactory-post-info-item a:hover {
    color: #dc7828;
}
.post-info.muted .blogfactory-post-info-item::before {
    font-family: "FontAwesome";
    content: "\f142";
    display: inline-block;
    position: relative;
    color: #dc7828;
}

/*----------------------------------------------------------------
    BLOGFACTORY [MENAGE-POSTS] [UPDATED-220200]
----------------------------------------------------------------*/

.com_blogfactory .blogfactory-list-filters {
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.com_blogfactory .blogfactory-list-filters li {
    margin: 0px 0px 2em 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
}
.com_blogfactory .blogfactory-list-filters li a {
    color: #333333;
    border-bottom: 1px dotted rgba(220, 121, 40, 1);
}
.com_blogfactory .blogfactory-list-filters li a:hover {
    color: #333333;
}
.com_blogfactory .blogfactory-list-filters li a.current {
    font-weight: 600;
    color: #333333;
    cursor: default;
    border-bottom-color: rgba(220, 121, 40, 0);
}
/*--------------------------------------------------------------*/
.com_blogfactory .blogfactory-new-post {
    position: absolute;
    right: 15px;
    margin: 0px;
    padding: 0px;
}
/*--------------------------------------------------------------*/
#blogfactory-form-list {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
}
#blogfactory-form-list table.blogfactory-list {
    margin: 10px 0px;
    padding: 0px;
    border: none;
}

#blogfactory-form-list table.blogfactory-list thead th,
#blogfactory-form-list table.blogfactory-list tfoot th {
    color: #333333;
    font-weight: 600;
    background: none;
    background-color: rgba(50, 50, 50, 0.1);
}
#blogfactory-form-list table.blogfactory-list thead th a,
#blogfactory-form-list table.blogfactory-list thead th a:hover,
#blogfactory-form-list table.blogfactory-list tfoot th a,
#blogfactory-form-list table.blogfactory-list tfoot th a:hover {
    color: #333333;
    white-space: nowrap;
    border: none;
}
#blogfactory-form-list table.blogfactory-list thead th.heading-check-all {
    width: 20px;
}
#blogfactory-form-list table.blogfactory-list thead th.heading-category {
    min-width: 100px;
}
/* #blogfactory-form-list table.blogfactory-list thead th.heading-comments {min-width: 100px;} */
#blogfactory-form-list table.blogfactory-list thead th.heading-date {
    min-width: 120px;
}
/*--------------------------------------------------------------*/
#blogfactory-form-list table.blogfactory-list tbody td {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
}
#blogfactory-form-list table.blogfactory-list tbody td.post-title a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
}
#blogfactory-form-list table.blogfactory-list tbody td abbr[title],
#blogfactory-form-list table.blogfactory-list tbody td abbr[data-original-title] {
    display: inline-block;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-decoration: none;
    border-bottom: 1px dotted #cccccc;
    cursor: help;
}
#blogfactory-form-list table.blogfactory-list tbody td .post-actions {
    margin: 10px 0px;
}
#blogfactory-form-list table.blogfactory-list tbody td .post-actions,
#blogfactory-form-list table.blogfactory-list tbody td .post-actions a,
#blogfactory-form-list table.blogfactory-list tbody td .post-actions span {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1em;
}
#blogfactory-form-list table.blogfactory-list tbody td .post-actions a {
    border-bottom-color: rgba(220, 121, 40, 0);
}
#blogfactory-form-list table.blogfactory-list tbody td .post-actions a:hover,
#blogfactory-form-list table.blogfactory-list tbody td .post-actions a:focus {
    border-bottom-color: rgba(220, 121, 40, 1);
}
/*--------------------------------------------------------------*/
.com_blogfactory .pagination {
    position: relative;
    margin: 40px 0px;
    padding: 0px;
    text-align: center;
}
.com_blogfactory .pagination ul.pagination {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.com_blogfactory .pagination ul.pagination li {
    display: block;
    margin: 0px 1px;
    padding: 0px;
}
.com_blogfactory .pagination ul.pagination li a {
    display: block;
    min-width: 40px;
    margin: 0px;
    padding: 0px 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}
.com_blogfactory .pagination ul.pagination li.disabled span,
.com_blogfactory .pagination ul.pagination li.disabled span:hover,
.com_blogfactory .pagination ul.pagination li.disabled span:focus,
.com_blogfactory .pagination ul.pagination li.disabled a,
.com_blogfactory .pagination ul.pagination li.disabled a:hover,
.com_blogfactory .pagination ul.pagination li.disabled a:focus {
    color: #999999;
    border-color: #eeeeee;
    background-color: #eeeeee;
    cursor: not-allowed;
}
.com_blogfactory .pagination ul.pagination li a:hover,
.com_blogfactory .pagination ul.pagination li a:focus,
.com_blogfactory .pagination ul.pagination li.active a {
    color: #ffffff;
    border-color: #dc7828;
    background-color: #dc7828;
}

/*----------------------------------------------------------------
    BLOGFACTORY [POST-EDIT] [UPDATED-220200]
----------------------------------------------------------------*/

#post-edit {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
#post-edit .mce-fullscreen {
    margin: 0px;
    padding: 0px;
    border: none;
    overflow: hidden;
    z-index: 1060;
}
/*--------------------------------------------------------------*/
#post-edit select,
#post-edit input,
#post-edit textarea,
#post-edit .chzn-single {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    border: 1px solid #dddddd !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
}
/*--------------------------------------------------------------*/
#post-edit .btn {
    margin: 0px;
}

/*----------------------------------------------------------------
    BLOGFACTORY [POST-EDIT] [POST-TITLE] [UPDATED-220200]
----------------------------------------------------------------*/

#jform_title[type="text"] {
    width: 100%;
    height: 46px;
    margin: 0px;
    padding: 0px 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 46px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*----------------------------------------------------------------
    BLOGFACTORY [POST-EDIT] [POST-ALIAS] [UPDATED-220200]
----------------------------------------------------------------*/

#post-edit .post-alias {
    margin: 10px 0px 40px 0px;
    padding: 0px;
}
#post-edit .post-alias .blogfactory-field-alias {
    display: block;
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: flex-start;
    /* -webkit-align-items: center;
    align-items: center; */
}
#post-edit .post-alias .blogfactory-field-alias > div {
    width: calc(100% - 100px);
}
#post-edit .post-alias .blogfactory-field-alias > div.muted {
    width: 100px;
}
#post-edit .post-alias .blogfactory-field-alias .buttons-wrapper {
    position: relative;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}
#post-edit .post-alias .blogfactory-field-alias .buttons-wrapper .btn {
    min-width: 164px;
    margin-left: 5px;
}
#post-edit .post-alias .blogfactory-field-alias .view .current,
#post-edit .post-alias .blogfactory-field-alias .edit input {
    display: block;
    height: auto;
    min-height: 30px;
    margin: 0px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #cccccc;
    border: 1px solid #dddddd;
}
#post-edit .post-alias .blogfactory-field-alias .edit input {
    color: #333333;
    border-color: #333333 !important;
}

/*----------------------------------------------------------------
    BLOGFACTORY [POST-EDIT] [ACTIONS] [UPDATED-220200]
----------------------------------------------------------------*/

#post-edit .actions,
#post-edit .actions .btn {
    margin: 0px;
}
#post-edit .actions .blogfactory-post-submit .btn {
    min-width: 164px;
}

/*----------------------------------------------------------------
    BLOGFACTORY [POST-EDIT] [CONTENT] [UPDATED-220200]
----------------------------------------------------------------*/

#post-edit div.content {
    margin-top: 5px;
}
#post-edit .mce-panel {
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#post-edit .mce-tinymce {
    width: calc(100% - 2px) !important;
    max-width: 100%;
    border: 1px solid #dddddd !important;
}
/*--------------------------------------------------------------*/
#post-edit .mce-top-part::before {
    border: none;
    border-bottom: 1px solid #dddddd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 1);
}
/*--------------------------------------------------------------*/
#post-edit .mce-panel iframe {
    width: calc(100% - 1px) !important;
    max-width: 100%;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*--------------------------------------------------------------*/
#post-edit .mce-statusbar {
    border-top: 1px solid #dddddd !important;
    background-color: rgba(255, 255, 255, 1);
}

/*----------------------------------------------------------------
    BLOGFACTORY [POST-EDIT] [AUTOSAVE] [UPDATED-220200]
----------------------------------------------------------------*/

#post-edit div.autosave {
    margin: 0px 0px 40px 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    text-align: right;
    white-space: nowrap;
}

/*----------------------------------------------------------------
    BLOGFACTORY [POST-EDIT] [UPDATED-220200]
----------------------------------------------------------------*/

/* #post-edit .row .t3-content {} */

/*----------------------------------------------------------------
    BLOGFACTORY [POST-EDIT] [BLOGFACTORY-EDIT-BOX] [UPDATED-220200]
----------------------------------------------------------------*/

#post-edit .blogfactory-edit-box {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#post-edit .blogfactory-edit-box .blogfactory-edit-box-header {
    margin: 0px;
    padding: 10px 12px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 18px;
    text-shadow: none;
    border-bottom: 1px solid #dddddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    /* background: #eeeeee linear-gradient(to bottom, #eeeeee, #dddddd); */
    background: none;
    background-color: #eeeeee;
}
#post-edit .blogfactory-edit-box .blogfactory-edit-box-content {
    color: #333333;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #fafafa;
}
#post-edit .blogfactory-edit-box .blogfactory-edit-box-content.padded {
    padding: 15px;
}
/*--------------------------------------------------------------*/
#post-edit .blogfactory-edit-box-content .control-group {
    margin: 15px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
}
#post-edit .blogfactory-edit-box-content .control-group .control-label {
    margin: 0px;
    padding: 0px;
}
#post-edit .blogfactory-edit-box-content .control-group .control-label label {
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
#post-edit .blogfactory-edit-box-content .control-group .controls {
    margin: 0px;
    padding: 0px;
}

/*----------------------------------------------------------------
    BLOGFACTORY [POST-EDIT] [BLOGFACTORY-CALENDAR] [UPDATED-220200]
----------------------------------------------------------------*/

#post-edit .blogfactory-edit-box-content .controls .blogfactory-calendar {
    margin: 5px 0px;
    padding: 0px;
}
#post-edit .blogfactory-edit-box-content .controls .blogfactory-calendar .text {
    margin: 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
#post-edit .blogfactory-edit-box-content .controls .blogfactory-calendar .text span {
    display: block;
    width: calc(100% - 56px);
    flex-basis: calc(100% - 56px);
    margin: 0px;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}
#post-edit .blogfactory-edit-box-content .controls .blogfactory-calendar .text .blogfactory-calendar-edit {
    display: block;
    width: 56px;
    flex-basis: 56px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
#post-edit .blogfactory-edit-box-content .controls .blogfactory-calendar .edit {
    margin: 10px 0px;
    padding: 10px 0px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
/*--------------------------------------------------------------*/
#post-edit .blogfactory-edit-box-content .controls .blogfactory-calendar .edit .blogfactory-calendar-extra {
    min-width: 140px;
}
/*--------------------------------------------------------------*/
#post-edit .blogfactory-edit-box-content .controls .blogfactory-calendar .edit .blogfactory-calendar-wrapper {
    position: relative;
    margin: 10px 0px;
    padding: 0px;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
#post-edit .blogfactory-edit-box-content .controls .blogfactory-calendar .edit input {
    display: block;
    width: 46px;
    flex-basis: 46px;
    height: 36px;
    margin: 0px 4px;
}
#post-edit .blogfactory-edit-box-content .controls .blogfactory-calendar .edit select.blogfactory-calendar-month {
    width: 80px;
    flex-basis: 80px;
}
#post-edit .blogfactory-edit-box-content .controls .blogfactory-calendar .edit select.blogfactory-calendar-month {
    width: 80px;
    flex-basis: 80px;
}
#post-edit .blogfactory-edit-box-content .controls .blogfactory-calendar .edit .blogfactory-calendar-year {
    width: 60px;
    flex-basis: 60px;
}

/*----------------------------------------------------------------
    BLOGFACTORY [POST-EDIT] [BLOGFACTORY-COVER-PHOTO] [UPDATED-220200]
----------------------------------------------------------------*/

#post-edit .blogfactory-edit-box-content .controls .blogfactory-cover-photo {
    display: block;
    margin: 0px;
    padding: 0px;
}
#post-edit .blogfactory-edit-box-content .controls .blogfactory-cover-photo .cover-photo-wrapper {
    display: block;
    margin: -30px -15px 0px -15px;
    padding: 0px;
    background-color: #ffffff;
}
#post-edit .blogfactory-edit-box-content .controls .blogfactory-cover-photo .btn {
    margin-top: 20px;
    margin-bottom: -10px;
}
/*----------------------------------------------------------------
    BLOGFACTORY [POST-EDIT] [BLOGFACTORY-REVISIONS-LIST] [UPDATED-220200]
----------------------------------------------------------------*/

#post-edit .blogfactory-edit-box-content .blogfactory-revisions-list {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
#post-edit .blogfactory-edit-box-content .blogfactory-revisions-list a {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    color: #333333;
}
#post-edit .blogfactory-edit-box-content .blogfactory-revisions-list a:hover,
#post-edit .blogfactory-edit-box-content .blogfactory-revisions-list a:focus {
    color: #dc7828;
}
#post-edit .blogfactory-edit-box-content .blogfactory-revisions-list .label {
    display: inline-block;
    margin: 0px;
    padding: 0px 0px 0px 6px;
    font-size: 14px;
    font-weight: 600;
    color: #d44843;
    line-height: 16px;
    text-transform: uppercase;
}

/*----------------------------------------------------------------
    SVGMENU [IMG+SVG] [UPDATED-210200]
----------------------------------------------------------------*/

.svgmenu-wrapper {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0px auto;
    padding: 0px;
}
.svgmenu-wrapper:before,
.svgmenu-wrapper:after {
    display: table;
    content: " ";
}
.svgmenu-wrapper:after {
    clear: both;
}
/*--------------------------------------------------------------*/
.svgmenu-wrapper .svgmenu-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}
.svgmenu-wrapper .svgmenu-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    line-height: 0px;
}
/*--------------------------------------------------------------*/
.svgmenu-wrapper .svgmenu-svg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
}
.svgmenu-wrapper .svgmenu-svg svg {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

/*----------------------------------------------------------------
    MODULE [FOOTER] [UPDATED-210200]
----------------------------------------------------------------*/

#t3-footer {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    color: rgba(255, 255, 255, 0.6);
    background-color: #222222;
}
#t3-footer .t3-footnav {
    padding: 50px 0px 20px 0px;
}
/*--------------------------------------------------------------*/
#t3-footer a {
    display: inline-block;
    margin: 0px 0px 0.5em 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    color: rgba(255, 255, 255, 0.6);
}
#t3-footer a:hover,
#t3-footer a:focus,
#t3-footer li.active a {
    color: rgba(220, 121, 40, 1);
}
#t3-footer .footer-logo a {
    display: inline-block;
}
#t3-footer .footer-logo a img {
    display: block;
    width: 260px;
}
/*--------------------------------------------------------------*/
#t3-footer .footer-logo a {
    margin: 0px;
    padding: 0px;
}
/*--------------------------------------------------------------*/
#t3-footer #mxm-social {
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: centers;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#t3-footer #mxm-social .mxm-social-item a.item-icon {
    width: 42px;
    height: 42px;
    margin: 0px 8px;
    padding: 0px;
    font-size: 20px;
    line-height: 42px;
    color: #ffffff;
    border: 1px solid #222222;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.1);
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#t3-footer #mxm-social .mxm-social-item.item-mail {
    margin-top: 16px;
    /** FLEX **/
    flex-basis: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
/*--------------------------------------------------------------*/
#t3-footer .t3-copyright {
    padding: 0px 0px 50px 0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    text-align: center;
    letter-spacing: 0.02em;
}
#t3-footer .t3-copyright .copyright {
    margin: 0px;
    padding: 0px;
}
/*--------------------------------------------------------------*/
@media (max-width: 991px) {
    #t3-footer .t3-footnav {
        text-align: center;
    }
    #t3-footer .t3-footnav > div {
        margin: 16px 0px;
    }
}

/*----------------------------------------------------------------
    JCE-EDITOR [UPDATED-210200]
----------------------------------------------------------------*/

.editor.wf-editor-container {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.editor.wf-editor-container .wf-editor-header {
    margin: 0px;
    padding: 0px;
}
.editor.wf-editor-container .wf-editor-header .wf-editor-tabs {
    margin: 0px;
    padding: 0px;
}
.editor.wf-editor-container .wf-editor-header .wf-editor-tabs .nav-item {
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}
.editor.wf-editor-container .wf-editor-header .wf-editor-tabs .nav-item .nav-link {
    margin: 0px;
    padding: 8px 16px;
    line-height: 1em;
}
.editor.wf-editor-container .mceDefaultSkin .mceLayout .mceBranding {
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    border: none;
    display: none !important;
}
/*--------------------------------------------------------------*/
#adminForm {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#com-content-formTabs {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#com-content-formTabs > li {
    margin: 0px;
    padding: 0px;
}
#com-content-formTabs > li > a {
    margin: 0px;
    padding: 12px 16px;
    line-height: 1em;
}
#com-content-formContent {
    position: relative;
    margin: 0px;
    padding: 20px;
}
.edit .inputbox,
.edit input[type="text"],
.edit select.inputbox,
.edit select {
    width: 100%;
    max-width: 100%;
}
#adminForm .mceIframeContainer {
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 600px;
}

/*----------------------------------------------------------------
    JCE-EDITOR [MEDIABOX] [UPDATED-210200]
----------------------------------------------------------------*/

.wf-mediabox-theme-shadow .wf-mediabox-body:after,
.wf-mediabox-theme-shadow .wf-mediabox-container.wf-mediabox-loading {
    background-color: rgba(0, 0, 0, 0);
}
/*--------------------------------------------------------------*/
.wf-mediabox-theme-shadow .wf-mediabox-container {
    padding: 0px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
/*--------------------------------------------------------------*/
.wf-mediabox-theme-shadow .wf-mediabox-nav {
    display: block;
    background-color: transparent;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.wf-mediabox-theme-shadow .wf-mediabox-info-top {
    padding-bottom: 0px;
}
.wf-mediabox-theme-shadow .wf-mediabox-info-bottom {
    padding-top: 10px;
}
/*--------------------------------------------------------------*/
.wf-mediabox-theme-shadow .wf-mediabox-numbers {
    display: block;
    top: 0;
    float: none;
    margin: 0px;
    margin-right: auto;
    font-size: 14px !important;
    color: rgba(255, 255, 255, 1);
    line-height: 14px;
    text-align: center;
}
.wf-mediabox-theme-shadow .wf-mediabox-numbers > ol li {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 5px;
}
.wf-mediabox-theme-shadow .wf-mediabox-numbers button {
    font-family: "Open Sans", sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 14px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.4);
    /** TRANSITION **/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.wf-mediabox-theme-shadow .wf-mediabox-numbers button:hover,
.wf-mediabox-theme-shadow .wf-mediabox-numbers button:focus,
.wf-mediabox-theme-shadow .wf-mediabox-numbers button.active {
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
}
/*--------------------------------------------------------------*/

.wf-mediabox-theme-shadow .wf-mediabox-prev,
.wf-mediabox-theme-shadow .wf-mediabox-next,
.wf-mediabox-theme-shadow .wf-mediabox-close {
    width: 38px;
    height: 38px;
    margin-left: 10px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1);
    /** TRANSITION **/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.wf-mediabox-theme-shadow .wf-mediabox-prev > svg,
.wf-mediabox-theme-shadow .wf-mediabox-next > svg {
    width: 18px;
    height: 18px;
    margin: 0px;
    padding: 0px;
    line-height: 18px;
    fill: rgba(0, 0, 0, 1);
}
.wf-mediabox-theme-shadow .wf-mediabox-prev > svg {
    margin-right: 4px;
}
.wf-mediabox-theme-shadow .wf-mediabox-next > svg {
    margin-left: 4px;
}
.wf-mediabox-theme-shadow .wf-mediabox-close {
    margin-left: 20px;
}
.wf-mediabox-theme-shadow .wf-mediabox-close:after {
    font-family: "FontAwesome";
    content: "\00d7";
    display: block;
    margin: auto;
    padding: 0px;
    font-size: 38px;
    color: rgba(0, 0, 0, 1);
    line-height: 38px;
}
.wf-mediabox-theme-shadow .wf-mediabox-prev:hover,
.wf-mediabox-theme-shadow .wf-mediabox-prev:focus,
.wf-mediabox-theme-shadow .wf-mediabox-prev.active,
.wf-mediabox-theme-shadow .wf-mediabox-next:hover,
.wf-mediabox-theme-shadow .wf-mediabox-next:focus,
.wf-mediabox-theme-shadow .wf-mediabox-next.active,
.wf-mediabox-theme-shadow .wf-mediabox-close:hover,
.wf-mediabox-theme-shadow .wf-mediabox-close:focus,
.wf-mediabox-theme-shadow .wf-mediabox-close.active {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(255, 255, 255, 1);
}

/*----------------------------------------------------------------
    MEGAMENU [MXM-NAV-LIST] [UPDATED-210200]
----------------------------------------------------------------*/

.t3-megamenu #mxm-nav-list {
    position: relative;
    margin: 0px;
    padding: 0px 10px 5px 0px;
    font-size: 14px;
    line-height: 1.4em;
    white-space: nowrap;
    /** FLEX **/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.t3-megamenu #mxm-nav-list .nav-list {
    position: relative;
    margin: 0px;
    padding: 0px 15px;
}
.t3-megamenu #mxm-nav-list .nav-list .nav-list-title {
    margin: 5px 0px 10px 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
}
.t3-megamenu #mxm-nav-list .nav-list .nav-list-items {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.t3-megamenu #mxm-nav-list .nav-list ol.nav-list-items {
    padding-left: 25px;
}
.t3-megamenu #mxm-nav-list .nav-list ol.nav-list-items .nav-list-item {
    display: list-item;
    list-style-type: decimal;
}
.t3-megamenu #mxm-nav-list .nav-list a {
    margin: 0px;
    padding: 4px 0px;
    color: #333333;
    background-color: #ffffff;
}
.t3-megamenu #mxm-nav-list .nav-list a:hover,
.t3-megamenu #mxm-nav-list .nav-list a:focus {
    color: #dc7828;
}

/*--------------------------------------------------------------*/

.t3-sidebar ul.nav-stacked > li.item-170 > a,
.t3-sidebar ul.nav-stacked > li.item-174 > a {
    margin: 10px 0px;
    border-top: 1px dotted rgba(220, 120, 40, 1);
    border-bottom: 1px dotted rgba(220, 120, 40, 1);
}

/*--------------------------------------------------------------*/
