/*======================================================================
 * @project www.udes.edu.co 
 * @author PromWebSoft - www.promwebsoft.com
 * @comments NO modificar este archivo. Utilizar custom.css 
======================================================================*/


/*======================================================================
   @start BASIC RULES
======================================================================*/

html {
    font-size: 16px;
    max-width: 1920px;
    margin: 0 auto;
}

body.site {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    max-width: 1920px;
    margin: 0 auto;
}

body a:hover {
    text-decoration: none;
}

#sp-main-body {
    padding: 10px 0;
}


/*======================================================================
   @end BASIC RULES
======================================================================*/


/*======================================================================
   @start TYPOGRAPHY RULES
======================================================================*/

.my-font-default {
    font-family: 'Open Sans', sans-serif!important;
}

.my-text-smaller {
    font-size: 0.8em!important;
}

.my-text-bigger {
    font-size: 1.25em!important;
}

.my-primary-link {
    color: #0352a6!important;
}

.my-primary-link:hover,
.my-primary-link:focus {
    color: #31335e!important;
}

.my-muted-link {
    color: #484848!important;
}

.my-muted-link:hover,
.my-primary-link:focus {
    color: #080808!important;
}


/*======================================================================
   @end TYPOGRAPHY RULES
======================================================================*/


/*======================================================================
   @start HEADER RULES
======================================================================*/

#sp-logo .sp-default-logo,
#sp-logo .sp-retina-logo {
    max-height: 80%;
    width: auto;
    margin-left: 10px;
}

.sp-megamenu-parent {
    display: flex;
    justify-content: space-around;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
    max-height: 100%;
    width: 100%;
    padding: 15px 10px 5px 10px;
    background: #E8F9FF;
    height: 100%;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    line-height: 24px;
}

.my-dropdown-width-full>.sp-dropdown.uk-flex {
    border: none;
    height: 420px;
}

.site #sp-top-bar a:hover {
    color: #fff;
}

.sp-megamenu-parent .sp-dropdown.uk-flex li.sp-menu-item a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sp-megamenu-parent.menu-fade-down-fade-up .sp-has-child>.sp-dropdown {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
}

.sp-megamenu-parent .my-dropdown-width-full .my-dropdown-width-full .sp-dropdown.sp-dropdown-sub {
    transform: translateY(10px);
}

#sp-menu li.icono-acreditacion>i {
    width: 14px;
    display: block;
    margin-top: 11px;
    float: left;
    position: relative;
    margin-left: -4px;
}

#sp-menu li.icono-acreditacion>a {
    max-width: calc(100% - 10px);
    display: block;
    float: left;
}

.mod-top-radio .uk-dropdown {
    border-radius: 0 0 5px 5px;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px!important;
    margin-top: 0;
    border-bottom-color: #aaa;
    margin-right: -16px;
}

.mod-top-radio,
.my-mod-top-radio {
    background: #7AAA18;
}

.sp-megamenu-parent .my-menu-item-level-3>.sp-dropdown.sp-dropdown-sub {
    border: none;
}


/*======================================================================
   @end HEADER RULES
======================================================================*/


/*======================================================================
   @start UNCATEGORISED RULES
======================================================================*/

.site-bucaramanga .my-hide-sede-bucaramanga,
.site-cucuta .my-hide-sede-cucuta,
.site-valledupar .my-hide-sede-valledupar,
.site-bogota .my-hide-sede-bogota,
.site-principal .my-hide-sede-principal {
    display: none!important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.mod-menu-campusudes .dropdown-item.active {
    background-color: #bcda5c!important;
    color: black!important;
}

#sp-top-bar .mod-menu-campusudes a.dropdown-item:focus,
#sp-top-bar .mod-menu-campusudes a.dropdown-item:active,
#sp-top-bar .mod-menu-campusudes a.dropdown-item:hover {
    color: #fff;
    background-color: #007bff;
}

.custommod-menu-superior .btn.sppb-btn-sm,
.sppb-btn.sppb-btn-sm {
    padding: 0px 5px 0px 5px;
}

.layout-slideshow .sprocket-features-pagination li,
.layout-slideshow .sprocket-features-arrows .arrow {
    color: #696969;
}

#sp-component .uk-card.my-search-programas .uk-flex select.inputbox.select,
#sp-component.my-search-programas .uk-card .uk-flex select.inputbox.input {
    max-width: 200px;
    min-width: 160px;
}


/*======================================================================
   @end UNCATEGORISED RULES
======================================================================*/


/*======================================================================
   @start REGLAS PARA OFF-CANVAS CUSTOM
======================================================================*/

.offcanvas-01 .offcanvas-menu-01 .nav-child li a,
.offcanvas-01 .offcanvas-menu-01 .nav-child li .nav-child li a,
.offcanvas-01 .offcanvas-menu-01 .nav-child li .nav-child li .nav-child li a,
.offcanvas-01 .offcanvas-menu-01 .nav-child li .nav-child li .nav-child li .nav-child li a {
    text-indent: 15px;
}

.offcanvas-menu-01 {
    width: 320px;
    height: 100vh;
    background: #fff;
    box-shadow: -1px 0 10px rgba(0, 0, 0, 0.15);
    color: #777;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
    visibility: hidden;
    overflow-y: scroll;
    -webkit-transition: .5s cubic-bezier(0.5, 0, 0.3, 1);
    -moz-transition: .5s cubic-bezier(0.5, 0, 0.3, 1);
    -o-transition: .5s cubic-bezier(0.5, 0, 0.3, 1);
    transition: .5s cubic-bezier(0.5, 0, 0.3, 1);
    z-index: 1007;
}

.offcanvas-menu-01 .offcanvas-inner {
    padding: 30px 20px 20px;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module {
    margin-top: 20px;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li {
    border: none;
    position: relative;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li a,
.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li .nav-header,
.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li .separator {
    display: block;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    padding: 4px 20px;
    line-height: 2;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li a:before,
.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li .nav-header:before,
.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li .separator:before {
    display: none;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li a>img,
.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li .nav-header>img,
.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li .separator>img {
    max-height: 22px;
    max-width: 22px;
    display: inline;
    margin: -4px 7px 0 0;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li a>i,
.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li .nav-header>i,
.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li .separator>i {
    width: 24px;
    text-align: center;
    margin: 0 auto;
    text-indent: 0;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li a>i.pe,
.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li .nav-header>i.pe,
.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li .separator>i.pe {
    font-size: 110%;
    margin-top: -2px;
    vertical-align: middle;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li a>i:before,
.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li .nav-header>i:before,
.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li .separator>i:before {
    width: 24px;
    text-align: center;
    margin: 0 auto;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li .divider {
    background: transparent;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 0;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li .divider .separator {
    background: transparent;
    display: none;
    position: relative;
    width: 100%;
    padding: 0;
    text-indent: -9999em;
    clear: both;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li .divider .text {
    padding: 4px 20px;
    display: block; 
    text-indent: 0;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li>a:before,
.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li>a:after {
    display: none;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li ul>li>a {
    text-indent: 10px;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module ul>li ul>li>ul>li>a {
    text-indent: 20px;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module ul.accordion-menu>li a {
    padding: 10px 20px;
    line-height: 28px;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module ul.accordion-menu>li .accordion-menu-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 50px;
    cursor: pointer;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module ul.accordion-menu>li .accordion-menu-toggler .open-icon:before {
    right: 20px;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module ul.accordion-menu>li .separator {
    border-bottom: none;
    padding: 0;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module ul.accordion-menu>li .divider-separator {
    display: none;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module ul.accordion-menu>li .divider-separator>a:before,
.offcanvas-menu-01 .offcanvas-inner .sp-module ul.accordion-menu>li .divider-separator>a:after {
    display: none;
    text-indent: -9999em;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module:first-child {
    margin-top: 0;
}

.offcanvas-menu-01 .offcanvas-inner .sp-module .sp-module-content>ul {
    margin: 0 -18px;
}

.offcanvas-menu-01 .offcanvas-inner .search {
    margin-top: 32px;
}

.offcanvas-menu-01 .offcanvas-inner .search input {
    width: 100%;
    background: transparent;
    border-radius: 0;
    border: 1px solid #eee;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.slide-top-menu .offcanvas-menu-01 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.slide-top-menu .off-canvas-menu-wrap {
    right: 0;
}

.slide-top-menu .offcanvas-overlay {
    visibility: visible;
    opacity: 1;
}

.slide-top-menu .offcanvas-menu-01 {
    right: 0;
    visibility: visible;
}

.offcanvas-01 {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: .5s cubic-bezier(0.5, 0, 0.3, 1);
    -moz-transition: .5s cubic-bezier(0.5, 0, 0.3, 1);
    -o-transition: .5s cubic-bezier(0.5, 0, 0.3, 1);
    transition: .5s cubic-bezier(0.5, 0, 0.3, 1);
}

.offcanvas-01 .body-innerwrapper:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.offcanvas-01 .off-canvas-menu-wrap {
    right: 0;
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
}

.offcanvas-01 .off-canvas-menu-wrap:after {
    width: 100%;
    height: 100%;
    right: 0;
}

.offcanvas-01 .offcanvas-menu-01 {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    left: 0;
    position: fixed;
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas-01 .offcanvas-menu-01 .nav-child li a,
.offcanvas-01 .offcanvas-menu-01 .nav-child li .nav-child li a,
.offcanvas-01 .offcanvas-menu-01 .nav-child li .nav-child li .nav-child li a,
.offcanvas-01 .offcanvas-menu-01 .nav-child li .nav-child li .nav-child li .nav-child li a {
    text-indent: 15px;
}

.slide-top-menu .offcanvas-overlay-01 {
    visibility: visible;
    opacity: 1;
}

.new-look-off-canvas .offcanvas-overlay-01 {
    visibility: visible;
    opacity: 1;
}

.offcanvas-01 .offcanvas-overlay-01 {
    visibility: visible;
    opacity: 1;
}

.offcanvas-overlay-01 {
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    visibility: hidden;
    -webkit-transition: .5s cubic-bezier(0.5, 0, 0.3, 1);
    transition: .5s cubic-bezier(0.5, 0, 0.3, 1);
}

.offcanvas-overlay-01 {
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(0.5, 0, 0.3, 1);
    -moz-transition: all .4s cubic-bezier(0.5, 0, 0.3, 1);
    -o-transition: all .4s cubic-bezier(0.5, 0, 0.3, 1);
    transition: all .4s cubic-bezier(0.5, 0, 0.3, 1);
}


/*======================================================================
   @end REGLAS PARA OFF-CANVAS CUSTOM
======================================================================*/

.mod-option-offcanvas-left,
.mod-option-offcanvas-right {
    z-index: 9;
}

.mod-option-offcanvas-left {
    width: 0px;
    position: fixed;
    left: -2px;
    top: calc(50vh - 140px/2);
}

.mod-option-offcanvas-right {
    width: 53px;
    position: fixed;
    right: -6px;
    top: calc(50vh - 136px/2);
    transition-duration: 0.4s;
    transition-property: right;
}

.mod-option-offcanvas-left p {
    opacity: 0;
    position: fixed;
    margin-left: 5px;
    visibility: hidden;
    transition: opacity 600ms, display 600ms;
    font-family: 'Open Sans', sans-serif;
}

.mod-option-offcanvas-right span {
    background: #0252A6;
    border-radius: 5px;
    font-size: 20px;
    padding: 13px;
    border: 2px solid;
    width: 50px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    box-shadow: 0 0 4px 0px #0000006b;
    padding-right: 11px;
}

.my-opt-service span {
    background: #7AAA18;
}

.my-opt-email span {
    background: #7AAA18;
}

.my-opt-directory span {
    background: #7AAA18;
}

.my-opt-service:hover span {
    width: 160px;
}

.my-opt-email:hover span {
    width: 160px;
}

.my-opt-directory:hover span {
    width: 180px;
}

.mod-option-offcanvas-left a.my-opt-offcanvas {
    float: left;
    border-radius: 0 9px 9px 0;
    font-size: 15px;
    z-index: 200000000;
    margin-top: 10px;
    overflow: hidden;
    background: #7AAA18;
    border: 2px solid white;
    padding-left: 2px;
    line-height: 35px;
    height: 40px;
    transition-property: width;
    transition-duration: 0.5s;
    box-shadow: 0 0 4px 0px #0000006b;
    width: 40px;
    clear: both;
}

.mod-option-offcanvas-left a.my-opt-offcanvas:hover {
    box-shadow: 0 0 4px 0px #00000091;
    width: 180px;
}

.mod-option-offcanvas-left a.my-opt-offcanvas:hover>span {
    width: auto;
}

.mod-option-offcanvas-left a.my-opt-offcanvas:hover>span span {
    visibility: visible;
}

.mod-option-offcanvas-left a.my-opt-offcanvas i {
    padding-top: 10px;
    margin-right: 15px;
}

.mod-option-offcanvas-left a.my-opt-offcanvas>span {
    padding: 0 10px;
    width: 40px;
    height: 36px;
    text-align: left;
    overflow: hidden;
    display: flex;
}

.mod-option-offcanvas-left a.my-opt-offcanvas>span span {
    width: max-content;
    visibility: hidden;
}

.mod-option-offcanvas-left a.my-opt-offcanvas:first-child {
    margin-top: 0;
}

.custommod-menu-superior .btn.btn-default.sppb-btn-sm {
    background: initial;
    color: white;
    font-weight: bold;
    line-height: 1;
}

.custommod-menu-superior .btn.btn-default.sppb-btn-sm.active {
    background: #bcdb29;
    color: #ffffff;
    font-weight: bold;
}

#sp-header #sp-menu .sp-megamenu-parent>li>a,
#sp-header #sp-menu .sp-megamenu-parent li .sp-dropdown>li>a,
#sp-header .top-search-wrapper .icon-top-wrapper i,
#sp-header #cd-menu-trigger i,
#sp-header .cd-cart i,
#sp-header .top-search-wrapper {
    color: black;
    font-weight: 600;
}

#sp-header #sp-menu .sp-megamenu-parent>li.current-item.active>a,
#sp-header #sp-menu .sp-megamenu-parent>li.sp-has-child.active>a,
#sp-header #sp-menu .sp-megamenu-parent>li.current-item.active>a,
#sp-header #sp-menu .sp-megamenu-parent>li:hover>a {
    color: #0252a7;
}

.my-menu-interior {
    background: #31335E;
}

.my-menu-interior a {
    color: #ebebeb!important;
    line-height: 3;
}

.my-item-menu-inscripcion {
    background: #D9651A;
    padding-left: 10px!important;
    padding-right: 10px!important;
    font-weight: bold!important;
    color: white!important;
    border-right: 5px #31335E solid;
}

a.my-item-menu-inscripcion:focus,
a.my-item-menu-inscripcion:hover {
    background: #ec6e1d!important;
}


/*@START menu item realizar inscripcion para alinear a la derecha*/

.item-1004 {
    position: absolute!important;
    right: 281px;
    z-index: 3;
}

.item-215 {
    position: absolute!important;
    right: 60px;
    z-index: 3;
}

.item-1575 {
    position: absolute!important;
    right: 0;
    z-index: 3;
}
/*@END menu item realizar inscripcion para alinear a la derecha*/


.my-item-item-menu-secundario-2 {
    background: #D9651A;
    padding-left: 10px!important;
    padding-right: 10px!important;
    font-weight: 700!important;
    color: #fff!important;
}

.my-item-item-menu-secundario-2:focus,
.my-item-item-menu-secundario-2:hover {
    background: #ec6e1d!important;
}

.site .mod-botones-secundario .sppb-btn-warning:hover,
.site .mod-botones-secundario .btn-warning:hover {
    background: #ec6e1d!important;
}

.mod-botones-secundario {
    margin-bottom: -10px;
}

.my-dropdown-sedes>div.dropdown-toggle {
    font-size: 90%;
}

.my-dropdown-sedes .dropdown-toggle i.fa.fa-globe {
    background: initial;
    font-size: 10px;
    color: white;
}

.my-dropdown-sedes .dropdown-toggle i.fa.fa-angle-down {
    color: white;
    font-weight: bold;
    font-size: 10px;
}

.my-dropdown-sedes button.dropdown-toggle {
    padding: 0 5px 0px 5px;
    display: inline-flex;
    background: initial;
}

.my-dropdown-sedes span.dropdown-toggle {
    font-size: 90%;
}

.my-section-bottom {
    background: #282447;
    color: white;
    padding-bottom: 50px;
    padding-top: 50px;
}

.my-section-bottom * {
    color: white!important;
}

.menumy-menu-top-bar>li a {
    padding: 0;
}

.my-dropdown-sedes {
    border-left: 1px solid #054686;
    padding-left: 10px;
}

.menumy-menu-top-bar li a {
    padding-left: 5px;
    padding-right: 5px;
}

.menumy-menu-top-bar li a:hover {
    color: #282447;
    border-radius: 5px;
}

.my-dropdown-sedes a {
    color: #282447!important;
    font-weight: 400!important;
}

.my-dropdown-sedes .dropdown-item.active,
.my-dropdown-sedes .dropdown-item:active,
.my-dropdown-sedes .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bcdb29;
}

.top-bar .pull-right {
    margin-left: 20px;
    margin-bottom: 0;
}

.my-switch-language .btn-group.btn-group-toggle {
    vertical-align: initial;
}

.my-cover-graduados {
    background: url(/images/imagenes-de-pruebas/graduados1.png), linear-gradient(to right, #0252A7 0%, #0252A7 41%, rgba(255, 255, 255, 1) 83%, rgba(255, 255, 255, 1) 100%);
    background-repeat: no-repeat;
    background-position: right;
}

.my-cover-graduados h1 {
    font-weight: 600;
    font-size: 4em;
    line-height: 1;
    margin: 0;
    color: white;
}

.my-page-graduados .my-menu-interior {
    background: #0268FB;
}

.my-menu-interior .sp-module ul>li {
    border-bottom: initial;
}


/*======================================================================
   @start Plantilla
======================================================================*/



/*Modal solicitar información carrera*/


.site .mod-modal-form-solicitar-info .btn-primary
{    margin-top: 1.5em;
     padding: 1em!important;
    width: 100%;
    font-size: 1.20em;
    background: #7aaa18;
    border-color: #7aaa18;
    color: white;
}

.mod-modal-form-solicitar-info #g-recaptcha-620 
{
    display:none;
}

.site .mod-modal-form-solicitar-info .btn-primary:focus,
.site .mod-modal-form-solicitar-info .btn-primary:hover {
    border-color: #7aaa18;
    color: #7aaa18;
}
/*Modal solicitar información carrera*/

/*@start mod-accesos-home Listado con iconos*/

.mod-accesos-home {
    margin-bottom: 15px;
}

.mod-accesos-home i {
    font-size: 42px;
    width: 42px;
    height: 42px;
    color: #31335E;
}

.mod-accesos-home h6 {
    color: #31335E!important;
}

.mod-accesos-home .sppb-media {
    display: flex;
    align-items: center;
    background: #E8E8E8;
    border-radius: 5px;
}

.mod-accesos-home .pull-left,
.mod-accesos-home .sppb-icon {
    margin-right: 7px;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 2px;
}

.mod-accesos-home .sppb-addon-text {
    line-height: 1.2;
}

.mod-accesos-home .sppb-addon-text p {
    margin: 0 0 0 0;
}

.mod-accesos-home .sppb-media-body {
    margin: 0 auto;
}


/*@end mod-accesos-home Listado con iconos*/

.mod-list-normatividad-institucional {
    width: 100%;
    top: 57%;
}

.my-divider {
    content: ""!important;
    display: block!important;
    border-bottom: solid 4px #D9651A!important;
    width: 90px!important;
    /* margin: 0 auto!important; */
    font-size: 3.25em;
    float: initial!important;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
}

#sp-logo {
    padding-left: 0px;
}

.page-title {
    color: #145AAF!important;
    text-align: center!important;
    line-height: 1.5!important;
    text-transform: uppercase!important;
    border-left: initial!important;
    font-size: 3.25em;
    box-shadow: initial;
    display: block;
    font-weight: 400!important;
    margin: initial!important;
}

.page-title:after {
    content: ""!important;
    display: block!important;
    border-bottom: solid 4px #D9651A!important;
    width: 90px!important;
    margin: 0 auto!important;
    font-size: 3.25em;
    float: initial!important;
}

.page-title a {
    color: #145AAF!important;
}

h1 {
    color: #0352A6;
    font-weight: bold;
    border-left: 5px solid #d9651a;
    line-height: 1.3em;
    padding-left: 15px;
    text-transform: initial;
    font-size: 3.25em;
    padding-bottom: 0.25em;
}

h1:after {
    content: ""!important;
}

.h1,
.my-h1>.sppb-addon-title {
    color: #0352A6!important;
    font-weight: bold!important;
    border-left: 5px solid #d9651a!important;
    line-height: 1.3!important;
    padding-left: 15px!important;
    text-transform: initial!important;
    font-size: 3.25em!important;
    padding-bottom: 0.25em!important;
}

.h1:after,
.my-h1>.sppb-addon-title:after {
    content: ""!important;
}

h2 {
    color: #0352A6;
    font-weight: bold;
    font-size: 2.5em;
    text-transform: uppercase;
}

.h2,
.my-h2>.sppb-addon-title {
    color: #0352A6;
    font-weight: bold;
    font-size: 2.5em!important;
    text-transform: uppercase!important;
}

h3 {
    color: #0352A6;
    font-weight: 600;
    box-shadow: initial;
    padding-right: initial;
    margin: initial;
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
}

.h3,
.my-h3>.sppb-addon-title {
    color: #0352A6!important;
    font-weight: 600!important;
    box-shadow: initial!important;
    padding-right: initial!important;
    margin: initial!important;
    font-size: 2em!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
}

h3 {
    content: initial!important;
}

.h3:after,
.my-h3>.sppb-addon-title:after {
    content: initial!important;
}

h4 {
    color: #0352A6;
    font-size: 1.75em;
    font-weight: 600;
    text-transform: initial;
}

.h4,
.my-h4>.sppb-addon-title {
    color: #0352A6!important;
    font-size: 1.75em!important;
    font-weight: 600!important;
    text-transform: initial!important;
}

h5 {
    color: #0352A6;
    font-size: 1.5em;
    font-weight: 600;
}

.h5,
.my-h5>.sppb-addon-title {
    color: #0352A6!important;
    font-size: 1.5em!important;
    font-weight: 600!important;
}

h6 {
    color: #0352A6;
    font-size: 1em!important;
    font-weight: 600!important;
}

.h6,
.my-h6>.sppb-addon-title {
    color: #0352A6!important;
    font-size: 1em!important;
    font-weight: 600!important;
}

.my-article-full {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #696969;
    line-height: 1.735;
}

.my-article-h1,
.my-article-h2,
.my-article-h3,
.my-article-h4,
.my-article-h5,
.my-article-h6 {
    font-weight: 600!important;
    line-height: 1.2!important;
    font-family: 'Open Sans'!important;
}

.my-article-full h1,
.my-article-full h2,
.my-article-full h3,
.my-article-full h4,
.my-article-full h5,
.my-article-full h6 {
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Open Sans';
}

.my-article-full h1 {
    font-size: 3.25em;
    font-weight: 600;
    text-transform: none!important;
    color: #31335e!important;
    text-align: left;
    box-shadow: initial!important;
    border-left: initial!important;
    padding-left: initial!important;
}

.my-article-h1 {
    font-size: 3.25em!important;
    font-weight: 600!important;
    text-transform: none!important;
    color: #31335e!important;
    text-align: left;
    box-shadow: initial!important;
}

.my-article-h1:after,
.my-article-full h1:after {
    display: none!important;
}

.my-article-full h2 {
    font-size: 2.5em;
    font-weight: 600;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    color: #d9651a;
    padding-left: initial;
    border: initial;
}

.my-article-h2 {
    font-size: 2.5em!important;
    font-weight: 600!important;
    margin-top: 0.4em!important;
    margin-bottom: 0.4em!important;
    color: #d9651a!important;
    padding-left: initial!important;
    border: initial!important;
}

.my-article-full h3 {
    font-size: 2em;
    font-weight: 700;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    color: #0352a6;
}

.my-article-h3 {
    font-size: 2em!important;
    font-weight: 700!important;
    margin-top: 0.4em!important;
    margin-bottom: 0.4em!important;
    color: #0352a6!important;
}

.my-article-full h4 {
    font-size: 1.75em;
    font-weight: 600;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    color: #0352a6;
}

.my-article-h4 {
    font-size: 1.75em!important;
    font-weight: 600!important;
    margin-top: 0.67em!important;
    margin-bottom: 0.67em!important;
    color: #0352a6!important;
}

.my-article-full h5 {
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0.94em;
    margin-bottom: 0.94em;
    color: #0352a6;
}

.my-article-h5 {
    font-size: 1.5em!important;
    font-weight: 600!important;
    margin-top: 0.94em!important;
    margin-bottom: 0.94em!important;
    color: #0352a6!important;
}

.my-article-full h6 {
    font-size: 1em;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #0352a6;
    text-transform: uppercase;
}

.my-article-h6 {
    font-size: 1em!important;
    font-weight: 600!important;
    margin-top: 1em!important;
    margin-bottom: 1em!important;
    color: #0352a6!important;
    text-transform: uppercase!important;
}

.my-article-full p {
    margin-top: 1em;
    margin-bottom: 1.5em;
    font-family: 'Open Sans';
    font-size: 1em;
    line-height: 2;
}

.my-article-full strong {
    font-weight: 700;
    font-style: normal;
    color: #31335e;
}

.my-article-full em {
    font-style: italic;
    font-weight: 200;
    font-size: 1.5em;
    color: #31335e;
    opacity: 1;
    display: block;
    padding: 0 30px 0 30px;
    margin: 0 30px 0 50px;
    text-align: left;
    border-left: #31335e solid 1px;
}

.my-article-full a {
    color: #1d84f3;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
}

.my-article-full a:hover {
    text-decoration: underline;
}

.my-article-full ul,
.my-article-full ol {
    margin-top: 1.2em;
    margin-bottom: 1.5em;
    padding-left: 1.6em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 4.6em;
    list-style-type: square;
    list-style-position: inside;
    background-color: #e8e8e8;
}

.my-article-full ol {
    font-size: 1.2em;
    font-weight: 200;
    font-style: normal;
    line-height: 1.9;
    list-style-type: decimal;
}

.my-article-full li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.site .btn,
.site .sppb-btn {
    font-weight: 600;
}

.site .btn-primary,
.site .button,
.site .btn-readmore,
.site .sppb-btn-primary,
.site .vm-button-correct {
    border-color: #0352A6;
    background-color: #0352A6;
    color: #fff;
    border-width: 2px;
}

.site .btn-primary:focus,
.site .button:focus,
.site .btn-readmore:focus,
.site .sppb-btn-primary:focus,
.site .vm-button-correct:focus {
    border-color: #0352A6;
    background-color: #0352A6;
    color: #fff;
    border-width: 2px;
    box-shadow: initial;
}

.site .btn-primary:active,
.site .button:active,
.site .btn-readmore:active,
.site .sppb-btn-primary:active,
.site .vm-button-correct:active {
    border-color: #0352A6;
    background-color: #0352A6;
    color: #fff;
    border-width: 2px;
    box-shadow: initial;
}

.site .btn-primary:hover,
.site .button:hover,
.site .btn-readmore:hover,
.site .sppb-btn-primary:hover,
.site .vm-button-correct:hover {
    color: #135CAE;
    border-color: #0352A6;
    background: initial;
}

.site .sppb-btn-default,
.site .btn-default {
    color: #000;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    border-width: 2px;
}

.site .sppb-btn-default:focus,
.site .btn-default:focus {
    color: #000;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    border-width: 2px;
    box-shadow: initial;
}

.site .sppb-btn-default:active,
.site .btn-default:active {
    color: #000;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    border-width: 2px;
}

.site .sppb-btn-default:hover,
.site .btn-default:hover {
    color: #000;
    background-color: initial;
    border-color: #000;
}

.site .sppb-btn-danger,
.site .btn-danger {
    color: #fff;
    background-color: #F71C0C;
    border-color: #F71C0C;
    border-width: 2px;
}

.site .sppb-btn-danger:focus,
.site .btn-danger:focus {
    color: #fff;
    background-color: #F71C0C;
    border-color: #F71C0C;
    border-width: 2px;
    box-shadow: initial;
}

.site .sppb-btn-danger:active,
.site .btn-danger:active {
    color: #fff;
    background-color: #F71C0C;
    border-color: #F71C0C;
    border-width: 2px;
}

.site .sppb-btn-danger:hover,
.site .btn-danger:hover {
    color: #F71C0C;
    background-color: initial;
    border-color: #F71C0C;
}

.site .my-poster-megamenu .sppb-btn-danger:hover,
.site .my-poster-megamenu .btn-danger:hover,
.site .my-block-primary .sppb-btn-danger:hover,
.site .my-block-primary .btn-danger:hover,
.site .my-block-dark .sppb-btn-danger:hover,
.site .my-block-dark .btn-danger:hover {
    color: #fff;
    background-color: #F71C0C;
    border-color: #F71C0C;
    border-width: 2px;
    box-shadow: 1px 3px 7px 0px #000000;
}

.site .sppb-btn-info,
.site .btn-info {
    color: #fff;
    background-color: #1D84F3;
    border-color: #1D84F3;
    border-width: 2px;
}

.site .sppb-btn-info:focus,
.site .btn-info:focus {
    color: #fff;
    background-color: #1D84F3;
    border-color: #1D84F3;
    border-width: 2px;
    box-shadow: initial;
}

.site .sppb-btn-info:active,
.site .btn-info:active {
    color: #fff;
    background-color: #1D84F3;
    border-color: #1D84F3;
    border-width: 2px;
}

.site .sppb-btn-info:hover,
.site .btn-info:hover {
    color: #1D84F3;
    background-color: initial;
    border-color: #1D84F3;
}

.site .my-poster-megamenu .sppb-btn-info:hover,
.site .my-poster-megamenu .btn-info:hover,
.site .my-block-primary .sppb-btn-info:hover,
.site .my-block-primary .btn-info:hover,
.site .my-block-dark .sppb-btn-info:hover,
.site .my-block-dark .btn-info:hover {
    color: #fff;
    background-color: #1D84F3;
    border-color: #1D84F3;
    border-width: 2px;
    box-shadow: 1px 3px 7px 0px #000000;
}

.site .sppb-btn-link,
.site .btn-link {
    font-weight: bold;
    color: #0352a6;
}

.site .my-block-primary .sppb-btn-link,
.site .my-block-primary .btn-link,
.site .my-block-dark .sppb-btn-link,
.site .my-block-dark .btn-link {
    font-weight: bold;
    color: #fff;
}

.site .sppb-btn-link:hover,
.site .btn-link:hover {
    color: #1D84F3;
}

.site .my-poster-megamenu .sppb-btn-link:hover,
.site .my-poster-megamenu .btn-link:hover,
.site .my-block-primary .sppb-btn-link:hover,
.site .my-block-primary .btn-link:hover,
.site .my-block-dark .sppb-btn-link:hover,
.site .my-block-dark .btn-link:hover {
    color: #F7D4B1;
}

.site .sppb-btn-link-light,
.site .btn-link-light {
    font-weight: bold;
    color: #fff;
}

.site .sppb-btn-link-light:hover,
.site .btn-link-light:hover {
    color: #F7D4B1;
}

.site .sppb-btn-success,
.site .btn-success {
    color: #fff;
    background-color: #7AAA18;
    border-color: #7AAA18;
    border-width: 2px;
}

.site .sppb-btn-success:focus,
.site .btn-success:focus {
    color: #fff;
    background-color: #7AAA18;
    border-color: #7AAA18;
    border-width: 2px;
    box-shadow: initial;
}

.site .sppb-btn-success:active,
.site .btn-success:active {
    color: #fff;
    background-color: #7AAA18;
    border-color: #7AAA18;
    border-width: 2px;
}

.site .sppb-btn-success:hover,
.site .btn-success:hover {
    color: #7AAA18;
    background-color: initial;
    border-color: #7AAA18;
}

.site .my-poster-megamenu .sppb-btn-success:hover,
.site .my-poster-megamenu .btn-success:hover,
.site .my-block-primary .sppb-btn-success:hover,
.site .my-block-primary .btn-success:hover,
.site .my-block-dark .sppb-btn-success:hover,
.site .my-block-dark .btn-success:hover {
    color: #fff;
    background-color: #7AAA18;
    border-color: #7AAA18;
    border-width: 2px;
    box-shadow: 1px 3px 7px 0px #000000;
}

.site .sppb-btn-dark,
.site .btn-dark {
    color: #fff;
    background-color: #31335E;
    border-color: #31335E;
    border-width: 2px;
}

.site .sppb-btn-dark:focus,
.site .btn-dark:focus {
    color: #fff;
    background-color: #31335E;
    border-color: #31335E;
    border-width: 2px;
    box-shadow: initial;
}

.site .sppb-btn-dark:active,
.site .btn-dark:active {
    color: #fff;
    background-color: #31335E;
    border-color: #31335E;
    border-width: 2px;
}

.site .sppb-btn-dark:hover,
.site .btn-dark:hover {
    color: #31335E;
    background-color: initial;
    border-color: #31335E;
}

.site .sppb-btn-warning,
.site .btn-warning {
    color: #fff;
    background-color: #D9651A;
    border-color: #D9651A;
    border-width: 2px;
}

.site .sppb-btn-warning:focus,
.site .btn-warning:focus {
    color: #fff;
    background-color: #D9651A;
    border-color: #D9651A;
    border-width: 2px;
    box-shadow: initial;
}

.site .sppb-btn-warning:active,
.site .btn-warning:active {
    color: #fff;
    background-color: #D9651A;
    border-color: #D9651A;
    border-width: 2px;
}

.site .sppb-btn-warning:hover,
.site .btn-warning:hover {
    color: #D9651A;
    background-color: initial;
    border-color: #D9651A;
}

.site .my-poster-megamenu .sppb-btn-warning:hover,
.site .my-poster-megamenu .btn-warning:hover,
.site .my-block-primary .sppb-btn-warning:hover,
.site .my-block-primary .btn-warning:hover,
.site .my-block-dark .sppb-btn-warning:hover,
.site .my-block-dark .btn-warning:hover {
    color: #fff;
    background-color: #D9651A;
    border-color: #D9651A;
    border-width: 2px;
    box-shadow: 1px 3px 7px 0px #000000;
}

.site .sppb-btn-light,
.site .btn-light {
    color: #f5f5f5;
    border-color: #f5f5f5;
    background-color: rgba(255, 255, 255, 0.05);
    border-width: 2px;
}

.site .sppb-btn-light:hover,
.site .btn-light:hover {
    border-color: #fff;
    color: #0352a6;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 3px 7px 0px #000000;
}

.text-dark {
    color: #696969;
}

.text-success {
    color: #7AAA18;
}

.text-danger {
    color: #F71C0C;
}

.text-warning,
.text-warning * {
    color: #E05502!important;
}

.text-white,
.text-white * {
    color: white!important;
}

.text-light,
.text-light * {
    color: #f8f9fa!important;
}

.bg-dark {
    background-color: #343a40!important;
}

.my-btn-border .sppb-btn,
.my-btn-border .btn {
    background-color: #ffffff00;
    border-width: 2px;
}

.my-btn-border .sppb-btn-default,
.my-btn-border .btn-default {
    color: white;
}

.my-btn-border .sppb-btn-primary,
.my-btn-border .btn-primary {
    color: #135CAE;
}

.my-btn-border .sppb-btn-primary:hover,
.my-btn-border .btn-primary:hover {
    color: white;
    background: #135CAE;
}

.my-btn-border .sppb-btn-danger,
.my-btn-border .btn-danger {
    color: #ff2b02;
    border-color: #ff2b02;
}

.my-btn-border .sppb-btn-danger:hover,
.my-btn-border .btn-danger:hover {
    color: white;
    background: #ff2b02;
}

.my-btn-border .sppb-btn-success,
.my-btn-border .btn-success {
    color: #7AAA18;
    border-color: #7AAA18;
}

.my-btn-border .sppb-btn-success:hover,
.my-btn-border .btn-success:hover {
    color: #fff;
    background: #7AAA18;
}

.my-btn-border .sppb-btn-warning,
.my-btn-border .btn-warning {
    color: #d9651a;
    border-color: #d9651a;
}

.my-btn-border .sppb-btn-warning:hover,
.my-btn-border .btn-warning:hover {
    color: #fff;
    background: #d9651a;
}

.my-btn-border .sppb-btn-dark,
.my-btn-border .btn-dark {
    color: #31335E;
    border-color: #31335E;
}

.my-btn-border .sppb-btn-dark:hover,
.my-btn-border .btn-dark:hover {
    color: #fff;
    background: #31335E;
}

.my-btn-border .sppb-btn-info,
.my-btn-border .btn-info {
    color: #1D84F3;
    border-color: #1D84F3;
}

.my-btn-border .sppb-btn-info:hover,
.my-btn-border .btn-info:hover {
    color: #fff;
    background: #1D84F3;
}

.my-btn-border .sppb-btn-link,
.my-btn-border .btn-link {
    font-weight: bold;
    color: #0352a6;
}

.my-btn-border .sppb-btn-link:hover,
.my-btn-border .btn-link:hover {
    color: #1D84F3;
}

.my-btn-border .btn-light,
.my-btn-border .sppb-btn-light {
    border-color: #fff;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.my-btn-border .btn-light:hover,
.my-btn-border .btn-light:focus,
.my-btn-border .sppb-btn-light:hover,
.my-btn-border .sppb-btn-light:focus {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.my-accordion .sppb-panel-flex>.sppb-panel-heading.active {
    background: #badb2c;
    color: white;
    border-bottom: 1px solid #badb2c;
}

.my-accordion .sppb-panel-flex>.sppb-panel-heading:hover {
    background: #badb2c;
    color: white;
    border-bottom: 1px solid #badb2c;
    border-radius: 7px 7px 0 0;
}

.my-accordion .sppb-panel-flex>.sppb-panel-heading+.sppb-panel-collapse>.sppb-panel-body {
    border-bottom: 1px solid #badb2c;
}

.my-accordion .sppb-panel-flex>.sppb-panel-heading.active:after {
    color: #ffffff;
}

.my-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .title {
    color: #135cae;
}

.my-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date {
    color: #135cae;
}

.my-timeline .sppb-addon-timeline-wrapper .timeline-badge:before {
    border: 2px solid #135cae !important;
}

.my-timeline .sppb-addon-timeline-wrapper:before {
    background-color: #135cae !important;
}

.my-timeline .sppb-addon-timeline-wrapper .timeline-badge:after {
    background-color: #135cae !important;
}

.my-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
    border: solid 1px #135cae;
}

.my-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel:before {
    box-shadow: 3px -3px 1px -2px rgb(19, 92, 174);
}

.my-cover-menu-micrositios h1 {
    font-weight: 600;
    font-size: 4em;
    line-height: 1;
    margin: 0;
    color: white;
}

.my-cover-menu-micrositios {
    background: #46A8C1;
}

.my-cover-menu-micrositios .child-title {
    background: #46A0BB;
    border-radius: 0 65px 65px 0;
    padding-left: 15%;
}

.my-cover-menu-micrositios .child-menu {
    padding-right: 15%;
}

.my-cover-menu-micrositios .child-title,
.my-cover-menu-micrositios .child-menu {
    padding-top: 40px;
    padding-bottom: 40px;
}

.my-cover-menu-micrositios .child-menu .child-mod-menu {
    float: right;
}

.my-testimonial img {
    border-radius: 50%!important;
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.my-testimonial .fa {
    font-size: 22px;
    width: 22px;
    color: #0252a6!important;
}

.my-testimonial em {
    color: #0252a6;
}

.my-testimonial .sppb-media-body,
.my-testimonial .media-body {
    text-align: left;
    background: #E8E8E8;
    padding-left: 50px;
    padding-right: 25px;
    position: relative;
    left: -50px;
    z-index: -1;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 20px;
}

.mod-presentacion-portada .sprocket-features-img-container {
    width: 100%;
}

.my-article-full .uk-badge {
    background: none;
    color: #0352A6;
    font-weight: 600;
}

ul.my-info.uk-subnav.uk-subnav-divider {
    margin-top: initial;
    margin-bottom: initial;
    padding-left: initial;
    padding-top: initial;
    padding-bottom: initial;
    padding-right: initial;
    list-style-type: initial;
    list-style-position: initial;
    background-color: initial;
}

.my-card-info .my-full-bg {
    display: none;
}

.my-card-small-height h4 {
    text-shadow: 0 2px #00000070;
}

.my-card-info .my-text,
.my-card-info .my-btn {
    display: none;
}

.my-card-info:hover .my-full-bg {
    display: block;
}

.my-card-info:hover .my-text,
.my-card-info:hover .my-btn {
    display: block;
}

.my-card-small-height img {

    width: 100%;
    object-fit: cover;
}

.my-card-medium-height img {
    height: 400px;
    object-fit: cover;
}

.my-card-max-height img {
    height: 800px;
    width: 100%;
    object-fit: cover;
}

.my-menu-vertical {
    display: block!important;
}

.my-menu-vertical li {
    margin-top: 10px;
    background: #E8E8E8!important;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    font-weight: 700;
}

.my-menu-vertical li:hover {
    background: #7AAA18!important;
}

.my-menu-vertical li:hover>a,
.my-menu-vertical li:hover>span,
.my-menu-vertical li:hover>i {
    color: white!important;
}

.my-menu-vertical li>a,
.my-menu-vertical li>span {
    line-height: initial!important;
    padding: initial!important;
    font-size: 1.2em;
    color: #373A3C;
}

.my-vertical-switch .uk-nav li {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.my-vertical-switch .uk-nav .uk-active {
    background: #E8F9FF;
}

.my-vertical-switch .uk-nav li.uk-active>a,
.my-vertical-switch .uk-active span {
    color: #0352A6!important;
    font-weight: 700;
}

.my-vertical-switch a,
.my-vertical-switch span {
    font-weight: 700;
}

.my-vertical-switch .my-tabs-left {
    border-right: 1px solid #E8E8E8;
}

.my-vertical-switch .my-tabs-right {
    border-left: 1px solid #E8E8E8;
}

.my-featured-list {
    border-top: 1px solid #E8E8E8;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.my-featured-list i {
    background: #E8E8E8;
    font-size: 1.5em;
    padding: 0.7em;
    border-radius: 50%;
}

.my-featured-list p {
    margin: 0;
}

.my-animated-number .sppb-animated-number {
    color: #145AAF!important;
    font-weight: 600;
    box-shadow: initial!important;
    font-size: 2em;
}

.my-animated-number .sppb-animated-number-title {
    display: block;
    line-height: 1.2;
    font-weight: 600;
}

.my-min-height-mini {
    height: 70px;
}


/*Usar solamente en los col de bootstrap, es necesario fijar un height para que funcione*/

.my-vertical-center-col {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.my-ratio-aspect-1-1 {
    width: 100%;
    padding-bottom: 100%;
}

.my-div-bg-center {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.my-display-flex {
    display: flex!important;
}

.my-menu-uikit ul.uk-nav-sub {
    padding: 5px 0 5px 15px;
}

.my-menu-uikit a {
    line-height: 1!important;
}

.my-menu-uikit li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.my-menu-uikit.uk-nav-parent-icon>.uk-parent>a::after {
    width: 1em;
    height: 1em;
}

.site .slick-list.draggable {
    height: initial!important;
}


/*======================================================================
   @end Plantilla
======================================================================*/


/*======================================================================
   @start Diseño Adobe XD
======================================================================*/

.img-udes-1 {
    background-image: url(/../../../../images/plantilla/img-udes-1.png);
}

.img-udes-2 {
    background-image: url(/../../../../images/plantilla/img-udes-2.jpg);
}

.img-udes-3 {
    background-image: url(/../../../../images/plantilla/img-udes-3.jpg);
}

.img-udes-4 {
    background-image: url(/../../../../images/plantilla/img-udes-4.jpg);
}

.my-main-menu {
    background: #0252A6;
}

.my-main-menu #sp-menu {
    margin-top: -1px;
    padding: 0;
}

.my-main-menu .sp-megamenu-wrapper>.sp-megamenu-parent>li>a {
    line-height: 42px;
    color: white;
    height: initial;
    font-weight: 700;
}


/*.my-main-menu li.sp-menu-item.sp-has-child.active:after,
.my-main-menu li.alias-parent-active:after,
.my-main-menu .sp-menu-item.active:after {
  content: '';
  height: 0;
  position: absolute;
  bottom: -10px;
  margin: 0 auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1d84f3;
  left: 50%;
  margin-left: -10px;
}*/

.my-main-menu .sp-megamenu-parent>li.sp-menu-item.sp-has-child.active>a:before,
.my-main-menu .sp-megamenu-parent>li.sp-menu-item.sp-has-child.alias-parent-active>a:before,
.my-main-menu .sp-megamenu-parent>li.sp-menu-item.active>a:before {
    content: '';
    display: block;
    height: 0px;
    position: absolute;
    bottom: -10px;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1d84f3;
    left: 50%;
    margin-left: -10px;
    z-index: 999;
}

.my-main-menu .sp-megamenu-parent>li.active,
.my-main-menu .sp-megamenu-parent>li.sp-menu-item.sp-has-child.alias-parent-active {
    background: #1d84f3;
    box-shadow: 0px 1px 1px rgba(10, 10, 10, 0.33);
}

div#sp-menu-header {
    display: table;
    height: 87px;
}

div#sp-menu-header>.sp-column {
    display: table-cell;
    vertical-align: middle;
}

div#sp-menu-header>.sp-column>ul {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.my-menu-top-bar a {
    font-weight: bold;
    color: #1d84f3;
}

.my-menu-top-bar li {
    margin: initial;
}

.my-menu-interior ul.nav {
    white-space: nowrap;
    overflow-x: auto;
    display: block;
    width: calc(100% - 156px);
}

.my-menu-interior ul.nav::-webkit-scrollbar {
    display: none;
}

.my-menu-interior ul.nav li {
    display: inline-block;
    float: none;
}

.my-menu-interior ul.nav.menu.mod-list:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5em;
    color: #fff;
    font-size: 16px;
    /*content: "\f0a9";*/
    font: normal normal normal 14px/1 FontAwesome;
    display: none;
    font-size: 20px;
    cursor: pointer;
}

.my-menu-interior ul.nav.menu.mod-list:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5em;
    color: #fff;
    font-size: 16px;
    /*content: "\f0a8";*/
    font: normal normal normal 14px/1 FontAwesome;
    display: none;
    font-size: 20px;
    cursor: pointer;
}

.my-menu-interior #sp-menu-interior {
    padding-left: 0;
    padding-right: 0;
}

.my-mod-main-menu ul .sp-dropdown {
    background: white;
}

.my-mod-main-menu ul .sp-dropdown .sp-menu-item>a {
    color: #696969;
    font-weight: 700;
}

.my-mod-main-menu ul .sp-dropdown .sp-menu-item>a:hover {
    color: #0252A6;
}

.my-mod-main-menu ul .sp-dropdown .sp-menu-item .sp-mega-group-child.sp-dropdown-items>li:hover {
    background: #E8F9FF;
}

.my-poster-megamenu h6 {
    text-shadow: 1px 1px 11px black;
    font-weight: 400;
}

.my-poster-megamenu h6,
.my-poster-megamenu .sppb-btn {
    font-size: 12px;
}

.my-poster-megamenu .sppb-addon-overlay-image-content {
    min-height: 370px;
}

.my-offcanvas-menu-right-service>div {
    background: #696969;
    max-height: 470px;
    top: calc(50vh - 470px/2);
    border: 3px solid white;
    border-radius: 20px 0px 0px 20px;
    border-right: initial;
}

.mod-mjs-personalizado-menu {
    color: white;
    line-height: 40px;
}

.mod_menu_offcanvas>li>span {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.mod_menu_offcanvas>li {
    border-bottom: 2px dashed white;
}

.mod_menu_offcanvas {
    display: block!important;
}

.mod-copyright {
    background: #0352A6;
    color: #fff;
    padding-bottom: 20px!important;
    padding-top: 20px!important;
    text-align: center;
}

.mod-option-offcanvas-right.my-my-opt-service-right-open {
    right: 345px;
    transition-duration: 0.33s;
    transition-property: right;
}

.my-opt-service-right i {
    margin-top: 7px;
    font-size: 12px;
}

.my-block h3 {
    color: #145AAF!important;
    font-weight: 600;
    box-shadow: initial!important;
}


/*
.my-block-default h3 {
  color: #145AAF!important;
  font-weight: 600;
  box-shadow: initial!important;
}*/

.my-block-warning h3 {
    color: #145AAF!important;
    font-weight: 600;
    box-shadow: initial!important;
}

.my-block-primary h3 {
    color: white!important;
    font-weight: 600;
    box-shadow: initial!important;
}

.my-block-dark h3 {
    color: white!important;
    font-weight: 600;
    box-shadow: initial!important;
}

.my-block-info h3 {
    color: white!important;
    font-weight: 600;
    box-shadow: initial!important;
}

.my-block h3:after,
.my-block-primary h3:after,
.my-block-info h3:after,
.my-block-default h3:after,
.my-block-dark h3:after {
    content: initial!important;
}

.my-block-primary {
    background: #0352A6;
}

.my-block-default {
    background: #E8E8E8;
}

.my-block-warning {
    background: #D9651A;
}

.my-block-success {
    background: #7AAA18;
}

.my-block-dark {
    background: #31335E;
}

.my-block-info {
    background: #1D84F3;
}

.my-block-info,
.my-block-info p,
.my-block-primary,
.my-block-primary p,
.my-block-dark,
.my-block-dark p {
    color: white!important;
}

.my-panel {
    display: block;
    height: 174px;
    /*background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
    object-fit: cover;
}

.my-list-panel li {
    line-height: 1.2;
    margin-top: 10px;
}

.my-feature-text h3 {
    color: #145AAF!important;
    font-weight: 600;
    box-shadow: initial!important;
}

.my-feature-text .sppb-addon-text {
    font-weight: 600;
    display: block;
    line-height: 1.2;
}

.my-feature-text .sppb-addon-text span {
    display: block;
    line-height: 1.2;
}

.my-section-info-places {
    padding-top: 50px;
    padding-bottom: 50px;
}

.my-social-networks-menu-bottom ul.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.my-social-networks-menu-bottom ul.social-icons li {
    border-bottom: initial;
}

.my-social-networks-menu-bottom ul.social-icons>li {
    display: inline-block!important;
    margin: 0;
}

.my-social-networks-menu-bottom i {
    padding: 15px;
    color: #CCC;
    border-radius: 50%;
    font-size: 2.5em;
    width: 1.2em;
    text-align: center;
    height: 2em;
}

.my-social-networks-menu-bottom a:hover i {
    color: #1D84F3!important;
}

.my-investigadores-inicio img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.my-investigadores-inicio .sprocket-strips-s-nav {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.my-investigadores-inicio .sprocket-strips-s-pagination li {
    display: inline-block!important;
}

.my-investigadores-inicio .sprocket-strips-s-pagination ul {
    float: right;
}

.mod-slide-proyecto-destacados .sprocket-strips-s-arrows .arrow {
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin: 0;
}

.mod-slide-proyecto-destacados .sprocket-strips-s-nav {
    position: absolute;
    top: 40px;
    right: -4px;
}

.mod-slide-proyecto-destacados h4 a,
.mod-slide-proyecto-destacados .section-text p {
    color: white;
    font-weight: 600;
    text-shadow: 1px 1px 3px black;
    width: 80%;
}

.mod-fecha-noticia .my-fecha {
    font-size: 5em;
    line-height: 1;
}

.mod-fecha-noticia .my-pais {
    font-size: 2em;
}

.mod-fecha-noticia .my-text {
    line-height: 1.2;
    margin: 0;
}

.mod-menu-footer ul {
    column-count: 3;
    display: block;
    text-align: center;
}

.mod-menu-footer li {
    background: initial!important;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 15px;
}

.mod-menu-footer li:nth-child(1) {
    margin: 0;
}

.mod-menu-footer a,
.mod-menu-footer span {
    color: #0352A6!important;
    font-weight: bold;
    padding: 0!important;
    line-height: 1!important;
}

.mod-menu-footer a:hover {
    color: #1D84F3!important;
}

.my-section-udes-internacional .my-column-2 {
    background: #7AAA18;
    background-image: url(/../../../../images/plantilla/map-global.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.my-section-udes-internacional .my-column-2 .my-text {
    font-weight: bold;
    color: #FFEB00;
    text-transform: uppercase;
    font-size: 1.3em;
}

.my-section-udes-internacional .my-column-2 .my-text-date {
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 1.2em;
}

.my-section-udes-internacional .my-column-2 img {
    padding-top: 30px;
    padding-bottom: 30px;
}

.my-section-udes-internacional .sppb-column-addons {
    display: inline-grid;
}

.my-section-normatividad-institucional .my-column-1 {
    background-image: url(/../../../../images/plantilla/calidad.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.mod-sidebar-noticias .my-section-normatividad-institucional .my-column-1 {
    margin-left: initial;
    width: initial;
}

.mod-sidebar-noticias .my-section-normatividad-institucional .my-column-1 .my-hashtag {
    font-size: 1.4em;
}

.my-section-normatividad-institucional:before {
    position: absolute;
    content: '';
    left: 0px;
   
    top: 7em;
    height: calc(100% - 10em);

    width: 100%;
    display: block;
    background-color: #e8e8e8;
}

.my-section-normatividad-institucional .my-column-1:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: #31335e7a;
}

.my-section-normatividad-institucional .my-column-1 .my-hashtag {
    color: white;
    font-size: 2em;
    font-weight: bold;
    display: inline-block;
}

.my-section-normatividad-institucional .my-column-1 .my-text {
    font-weight: bold;
    color: white;
    font-size: 1.2em;
    display: inline-block;
}

.my-section-normatividad-institucional .my-column-2 ul {
    list-style: none;
    display: initial;
}

.my-section-normatividad-institucional .my-column-2 li {
    border-bottom: 1px dashed #737373;
    line-height: 2.4em;
    font-weight: bold;
    color: #444444;
}


/*@start formulario prymary*/

.my-form-primary input::placeholder {
    color: white;
}


/*.my-form-primary .form-control {
  background-color: #0352a6;
  border: initial;
  border-color: initial;
  border-bottom: 2px solid white;
  border-right: 2px solid #0352a6;
  border-left: 2px solid #0352a6;
  border-top: 2px solid #0352a6;
  border-radius: initial;
  box-shadow: initial;
  color: white;
  height: 50px;
}*/

.my-form-primary .form-control {
    background-color: #0352a6;
    border: initial;
    border-color: initial;
    border-bottom: 2px solid white;
    border-radius: initial;
    box-shadow: initial;
    color: white;
    height: 50px;
    -webkit-appearance: none;
}

.my-form-primary .form-group {
    margin-bottom: 40px;
}

.my-form-primary .my-select {
    overflow: hidden;
    position: relative;
}


/*
.my-form-primary .my-select:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  top: 40%;
  right: 3px;
  content: "";
  z-index: 100;
}*/

.my-form-primary .my-select:after {
    position: absolute;
    top: 36%;
    right: 0px;
    padding-left: 3px;
    padding-right: 3px;
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    border: 1px solid #0000ff00;
    z-index: 0;
    pointer-events: none;
}

.my-form-primary .my-select:hover:after {
    background: #ffffff00;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid white;
    color: #ffffff;
}


/*@end formulario prymary*/


/*@start formulario dark*/

.my-form-dark input::placeholder {
    color: white;
}

.my-form-dark .checkbox label input[type="checkbox"]:checked::before {
    background: #D9651A;
    border: 1px solid #ffffff;
}

.my-form-dark .checkbox label input[type="checkbox"]:hover::before {
    border: 1px solid #d9651a;
}

.my-form-dark .radios {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.my-form-dark .radios label {
    cursor: pointer;
}

.my-form-dark .radios input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.my-form-dark .radios .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #31335e;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #fff;
}

.my-form-dark .radios label:hover input~.checkmark {
    border-color: #d9651a;
}

.my-form-dark .radios input:checked~.checkmark {
    background-color: #31335e;
}

.my-form-dark .radios .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.my-form-dark .radios input:checked~.checkmark:after {
    display: block;
}

.my-form-dark .radios .checkmark:after {
    top: 5px;
    left: 5px;
    width: 13px;
    height: 13px;
    background: #D9651A;
}

.my-form-dark .form-control {
    background-color: #31335E;
    border: initial;
    border-color: initial;
    border-bottom: 2px solid white;
    border-right: 2px solid #31335E;
    border-left: 2px solid #31335E;
    border-top: 2px solid #31335E;
    border-radius: initial;
    box-shadow: initial;
    color: white;
    height: 50px;
}

.my-form-dark .form-group {
    margin-bottom: 40px;
}

.my-form-dark .my-select {
    overflow: hidden;
    position: relative;
}

.my-form-dark .my-select:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: 40%;
    right: 3px;
    content: "";
    z-index: 100;
    pointer-events: none;
}


/*@end formulario dark*/


/*@start formulario default*/

.my-form input::placeholder {
    color: #696969;
}

.my-form .form-control {
    background-color: white;
    border: initial;
    border-color: initial;
    border-bottom: 2px solid #696969;
    border-radius: initial;
    box-shadow: initial;
    color: #696969;
    height: 50px;
    -webkit-appearance: none;
}

.my-form .form-group {
    margin-bottom: 40px;
}

.my-form .my-select {
    overflow: hidden;
    position: relative;
}

.my-form .my-select:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #696969;
    position: absolute;
    top: 40%;
    right: 3px;
    content: "";
    z-index: 100;
    pointer-events: none;
}


/*@end formulario default*/

.my-proximos-eventos .my-date {
    background: #F4F4F4;
    height: 60px;
    width: 60px;
    text-align: center;
}

.my-proximos-eventos .my-month {
    display: block;
    color: #D9651A;
    text-transform: uppercase;
    font-weight: bold;
}

.my-proximos-eventos .my-day {
    display: block;
    color: #0352A6;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
}

.my-proximos-eventos .my-more-info {
    width: 60px;
    text-align: center;
}

.my-proximos-eventos .my-place {
    display: block;
    color: #D9651A;
    text-transform: uppercase;
    font-weight: bold;
}

.my-proximos-eventos .my-btn-go {
    display: block;
}

.my-proximos-eventos p {
    margin: 0!important;
}

.my-proximos-eventos .my-container-action,
.my-proximos-eventos .container-date {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100px;
    width: 100%;
}

.my-proximos-eventos .my-container-info-event {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.my-border-bottom-primary {
    border-bottom: 4px solid #156CB7;
}

.my-border-left-primary {
    border-left: 4px solid #156CB7;
}

.my-border-bottom-warning {
    border-bottom: 4px solid #E05502;
}

.my-border-left-warning {
    border-left: 4px solid #E05502;
}

.my-border-bottom-success {
    border-bottom: 4px solid #BADA2C;
}

.my-border-left-success {
    border-left: 4px solid #BADA2C;
}

.my-border-mini-bottom-default:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #E8E8E8;
}

.mod-img-promo img {
    display: block;
    object-fit: cover;
    width: 100vw;
}

.my-breadcrumbs {
    background: #E8E8E8;
}

.my-breadcrumbs ol {
    margin: initial;
    line-height: 42px;
}

.my-breadcrumbs a {
    color: #484848;
}

.my-breadcrumbs .active {
    color: #777;
    font-weight: bold;
}

.mod-section-contacto-micrositio .my-border-bottom-warning {
    top: 75px;
    z-index: 2!important;
    width: calc(100% - 1.5em);
    margin-left: 1.5em;
}

.mod-section-contacto-micrositio .my-form-dark .form-control {
    border-bottom: 2px solid #31335e;
}

.my-title-mod {
    color: #0352A6;
    font-weight: bold;
    border-left: 5px solid #e05502;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 6px;
    text-transform: initial;
}

.my-title-sidebar {
    color: #145AAF;
    text-transform: initial;
    font-size: 1.75em!important;
    text-align: center;
}

.my-title-sidebar:after {
    content: "";
    display: block;
    /*border-bottom: solid 3px #D9651A;*/
    width: 90px;
    margin-top: 10px;
}

.sp-module-title {
    color: #145AAF!important;
    text-transform: initial!important;
    font-size: 1.75em!important;
    text-align: center!important;
    box-shadow: initial!important;
}

.sp-module-title:after {
    display: none!important;
}

.my-title-block {
    color: #0252a6;
    border-color: #0252a6;
    text-transform: uppercase;
    font-size: 1.25em;
}

.mod-grid-overlay .uk-overlay-default {
    background: #E8E8E8;
}


/*.mod-grid-overlay img {
  height: 280px;
  object-fit: cover;
}*/

.mod-option-offcanvas-left a#my-opt-directory:hover {
    width: 200px;
}

.badge {
    background-color: #1D84F3;
}

.my-badge-featured {
    display: block;
    font-size: .875rem;
    font-weight: bolder;
    text-transform: capitalize!important;
    font-style: oblique;
}

.my-badge-default {
    background: #E8E8E8;
    padding: 0.4em;
    text-transform: lowercase;
    font-weight: 700;
}


/**/

.my-list-group li {
    position: relative;
    display: block!important;
    padding: 5px 15px;
    border-bottom: 1px solid #E8E8E8!important;
    line-height: 1.5;
}

.my-list-group li:last-child {
    border-bottom: initial!important;
}

.my-list-group li:hover {
    background: #E8E8E8;
    color: #373A3C!important;
}

.my-list-group li a {
    color: #373A3C!important;
    line-height: 1.2!important;
}

.my-list-group li:hover a {
    color: #373A3C!important;
}


/**/

.my-list-group-default li {
    position: relative;
    display: block!important;
    padding: 5px 15px;
    border-bottom: 1px solid #696969!important;
    line-height: 1.5;
}

.my-list-group-default li:last-child {
    border-bottom: initial!important;
}

.my-list-group-default li:hover {
    background: #0352a6;
    color: white!important;
}

.my-list-group-default li a {
    color: #373A3C!important;
    line-height: 1.2!important;
}

.my-list-group-default li:hover a {
    color: white!important;
}

.my-list-group-dark li {
    position: relative;
    display: block!important;
    padding: 5px 15px;
    border-bottom: 1px solid #fff !important;
    line-height: 1.5;
}

.my-list-group-dark li:last-child {
    border-bottom: initial!important;
}

.my-list-group-dark li:hover {
    background: #ffffff;
    color: black;
}

.my-list-group-dark li a {
    color: white!important;
    line-height: 1.2!important;
}

.my-list-group-dark li:hover a {
    color: black!important;
}


/*list group*/

.my-list-group-primary li {
    position: relative;
    display: block!important;
    padding: 5px 15px;
    border-bottom: 1px solid #fff !important;
    line-height: 1.2!important;
}

.my-list-group-primary li:last-child {
    border-bottom: initial!important;
}

.my-list-group-primary li:hover {
    background: #ffffff;
    color: black;
}

.my-list-group-primary li a {
    color: white!important;
    line-height: 1.2!important;
}

.my-list-group-primary li:hover a {
    color: black!important;
}


/*list group*/

.my-tabs .uk-subnav>*>:first-child {
    border-radius: 5px 5px 0 0;
    /*border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;*/
    text-transform: inherit;
    background: #e8e8e8;
    color: #000;
}

.my-tabs .uk-tab {
    margin-bottom: 0px;
    margin-left: -10px;
}

.my-tabs .uk-tab>* {
    padding-left: 10px;
}

.my-tabs .uk-tab>.uk-active>a {
    color: #145aaf;
    border-color: #145aaf;
    background: #e8f9ff;
}

.my-tabs .uk-tab>*>a {
    padding-left: 30px;
    padding-right: 30px;
    border-width: 1px;
}

.my-tabs .uk-tab::before {
    border-bottom: 1px solid #E8E8E8;
    left: 10px;
}

.my-overflow {
    min-height: .01%;
    overflow-x: auto;
    border: 1px solid #e8e8e8;
    padding: 20px;
    height: 200px;
}

.uk-description-list>dt {
    font-size: 13px;
    font-weight: 700;
    text-transform: initial;
}

.my-btn-twitter {
    margin: 0;
    position: relative;
    top: 1px;
}

.my-btn-facebook {
    margin: 0;
    position: relative;
}

.my-item-list-article .my-badge-sede {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 1;
    box-shadow: 0 0 10px 0px #00000042;
}

.my-badge-published-in {
    line-height: 1;
    margin-top: 2em;
}

.section-foto-calidad-nos-une {
    background-image: url(/../../../../images/plantilla/calidad.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 3vw;
    width: calc(100% - 3vw);
}

.section-foto-calidad-nos-une:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #27244761;
}

.section-foto-calidad-nos-une .my-hashtag {
    color: white;
    font-size: 3em;
    font-weight: bold;
    display: inline-block;
}

.section-foto-calidad-nos-une .my-text {
    font-weight: bold;
    color: white;
    font-size: 1.2em;
    display: inline-block;
}

#sp-bottom-c-1 {
    background: #E8E8E8;
}

.my-mod-form-contacto-micrositio .uk-badge.my-badge-sede {
    color: white;
    font-size: 1.3em;
    font-weight: bold;
    background: transparent;
    margin-bottom: 20px;
    padding: 0;
    line-height: 1.4;
    display: block;
}

.my-image-directivo-full,
.my-image-decano-full {
    object-fit: cover;
    height: 75px;
    width: 75px;
    object-position: top;
}

.my-image-directivo-intro,
.my-image-decano-intro {
    object-fit: cover;
    height: 75px;
    width: 75px;
}

.my-detalle-carrera .my-icon,
.my-detalle-carrera .my-title,
.my-detalle-carrera .my-text {
    display: block;
}

.my-detalle-carrera .my-icon {
    font-size: 1.5em;
}

.my-info-valor {
    border-collapse: separate;
    border-spacing: 0px 10px;
    margin-top: initial;
    margin-bottom: initial;
}

.my-info-valor tr {
    background: white;
}

.my-info-valor td:nth-child(2):before {
    content: "";
    display: inline;
    border-left: 1px solid #3c3c3c;
    right: 15px;
    position: relative;
}

.my-info-extra-program {
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.my-info-extra-program tr td {
    box-shadow: 0 3px 6px 0 #00000033;
}

.my-info-date-map-event {
    margin-top: initial;
    margin-bottom: initial;
    padding-left: initial;
    padding-top: initial;
    padding-bottom: initial;
    padding-right: initial;
    list-style-type: initial;
    list-style-position: initial;
    background-color: initial;
}

.my-info-date-map-event .eb-event-date-info {
    color: #000;
}

.my-line-height {
    line-height: 0;
}

#sp-bottom-b {
    box-shadow: 0 -5px 12px 0px #00000008;
}

.my-eventos-content i {
    color: #0352a6;
}

.controles-slider-investigador {
    float: right;
}

.my-page-inicio #sp-slider {
    box-shadow: 0 7px 12px 0px #00000008;
}

.my-position-right {
    right: 0;
    position: absolute;
}


/*======================================================================
   @end Diseño Adobe XD
======================================================================*/


/*======================================================================
   @start Modulos
======================================================================*/

.mod-last-news .my-label .btn-arrow-right {
    position: absolute;
    right: 0
}


/*@start formulario prymary*/

.my-block-primary.my-form-style1 input::placeholder {
    color: white;
}

.my-block-primary.my-form-style1 .form-control {
    background-color: #0352a6;
    border: initial;
    border-color: initial;
    border-bottom: 2px solid white;
    border-radius: initial;
    box-shadow: initial;
    color: white;
    height: 30px;
    -webkit-appearance: none;
        padding: 0px 12px; 
}


/*.my-block-primary.my-form-style1 .form-group {
  margin-bottom: 40px;
}*/

.my-block-primary.my-form-style1 .my-select {
    overflow: hidden;
    position: relative;
}


/*.my-block-primary.my-form-style1 .my-select:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: 47%;
    right: 3px;
    content: "";
    z-index: 100;
}*/

.my-block-primary.my-form-style1 .my-select:after {
    position: absolute;
    top: 36%;
    right: 0px;
    padding-left: 3px;
    padding-right: 3px;
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    border: 1px solid #0000ff00;
    z-index: 0;
    pointer-events: none;
}

.my-block-primary.my-form-style1 .my-select:hover:after {
    background: #ffffff00;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid white;
    color: #ffffff;
}

.my-block-primary.my-form-style1 .my-select select option {
    background: white;
    color: black;
}


/*@end formulario prymary*/

.mod_form_micrositio_investigacion .gbs3 .gcore-display-table {
    display: initial;
}

.mod_form_micrositio_investigacion .gbs3 .help-block {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}

.my-habeasdata {
    margin: -4px 0px!important;
    width: 22px!important;
    height: 22px;
}

.mod_form_micrositio_investigacion #submit {
    color: white;
    border-color: #d9651a;
}

.mod_form_micrositio_investigacion #submit:hover {
    color: #d9651a;
    background: #fff;
}

.mod-bases-de-datos-biblioteca img {
    cursor: pointer;
}


/*======================================================================
   @end Modulos
======================================================================*/


/*======================================================================
   @start Rules Basic
======================================================================*/

.no-padding {
    padding: 0!important;
}

.padding-xs {
    padding: .25em!important;
}

.padding-sm {
    padding: .5em!important;
}

.padding-md {
    padding: 1em!important;
}

.padding-lg {
    padding: 1.5em!important;
}

.padding-xl {
    padding: 3em!important;
}

.padding-x-xs {
    padding: .25em 0!important;
}

.padding-x-sm {
    padding: .5em 0!important;
}

.padding-x-md {
    padding: 1em 0!important;
}

.padding-x-lg {
    padding: 1.5em 0!important;
}

.padding-x-xl {
    padding: 3em 0!important;
}

.padding-y-xs {
    padding: 0 .25em!important;
}

.padding-y-sm {
    padding: 0 .5em!important;
}

.padding-y-md {
    padding: 0 1em!important;
}

.padding-y-lg {
    padding: 0 1.5em!important;
}

.padding-y-xl {
    padding: 0 3em!important;
}

.padding-top-xs {
    padding-top: .25em!important;
}

.padding-top-sm {
    padding-top: .5em!important;
}

.padding-top-md {
    padding-top: 1em!important;
}

.padding-top-lg {
    padding-top: 1.5em!important;
}

.padding-top-xl {
    padding-top: 3em!important;
}

.padding-right-xs {
    padding-right: .25em!important;
}

.padding-right-sm {
    padding-right: .5em!important;
}

.padding-right-md {
    padding-right: 1em!important;
}

.padding-right-lg {
    padding-right: 1.5em!important;
}

.padding-right-xl {
    padding-right: 3em!important;
}

.padding-bottom-xs {
    padding-bottom: .25em!important;
}

.padding-bottom-sm {
    padding-bottom: .5em!important;
}

.padding-bottom-md {
    padding-bottom: 1em!important;
}

.padding-bottom-lg {
    padding-bottom: 1.5em!important;
}

.padding-bottom-xl {
    padding-bottom: 3em!important;
}

.padding-left-xs {
    padding-left: .25em!important;
}

.padding-left-sm {
    padding-left: .5em!important;
}

.padding-left-md {
    padding-left: 1em!important;
}

.padding-left-lg {
    padding-left: 1.5em!important;
}

.padding-left-xl {
    padding-left: 3em!important;
}

.no-margin {
    margin: 0!important;
}

.margin-xs {
    margin: .25em!important;
}

.margin-sm {
    margin: .5em!important;
}

.margin-md {
    margin: 1em!important;
}

.margin-lg {
    margin: 1.5em!important;
}

.margin-xl {
    margin: 3em!important;
}

.margin-x-xs {
    margin: .25em 0!important;
}

.margin-x-sm {
    margin: .5em 0!important;
}

.margin-x-md {
    margin: 1em 0!important;
}

.margin-x-lg {
    margin: 1.5em 0!important;
}

.margin-x-xl {
    margin: 3em 0!important;
}

.margin-y-xs {
    margin: 0 .25em!important;
}

.margin-y-sm {
    margin: 0 .5em!important;
}

.margin-y-md {
    margin: 0 1em!important;
}

.margin-y-lg {
    margin: 0 1.5em!important;
}

.margin-y-xl {
    margin: 0 3em!important;
}

.margin-top-xs {
    margin-top: .25em!important;
}

.margin-top-sm {
    margin-top: .5em!important;
}

.margin-top-md {
    margin-top: 1em!important;
}

.margin-top-lg {
    margin-top: 1.5em!important;
}

.margin-top-xl {
    margin-top: 3em!important;
}

.margin-right-xs {
    margin-right: .25em!important;
}

.margin-right-sm {
    margin-right: .5em!important;
}

.margin-right-md {
    margin-right: 1em!important;
}

.margin-right-lg {
    margin-right: 1.5em!important;
}

.margin-right-xl {
    margin-right: 3em!important;
}

.margin-bottom-xs {
    margin-bottom: .25em!important;
}

.margin-bottom-sm {
    margin-bottom: .5em!important;
}

.margin-bottom-md {
    margin-bottom: 1em!important;
}

.margin-bottom-lg {
    margin-bottom: 1.5em!important;
}

.margin-bottom-xl {
    margin-bottom: 3em!important;
}

.margin-left-xs {
    margin-left: .25em!important;
}

.margin-left-sm {
    margin-left: .5em!important;
}

.margin-left-md {
    margin-left: 1em!important;
}

.margin-left-lg {
    margin-left: 1.5em!important;
}

.margin-left-xl {
    margin-left: 3em!important;
}


/*======================================================================
   @end Rules Basic
======================================================================*/


/*======================================================================
   @start Override template
======================================================================*/

.my-same-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex!important;
    flex-wrap: wrap;
}

.my-same-height>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.eb-container h1,
.eb-container h2,
.eb-container h3 {
    margin: 30px 0px!important;
}

.site .sp-megamenu-parent>li.sp-has-child>a:hover:after {
    content: "\f106";
    font-family: 'FontAwesome';
}

.sp-megamenu-parent>li.sp-has-child>a:after
{
    font-family: 'FontAwesome';
    content: "\f107";
}

.my-card-info .my-full-bg {
    text-shadow: 0 2px #00000070;
}

.my-grilla-ultimas-noticias .uk-card-media-top img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.my-grilla-ultimas-noticias .uk-subnav>* {
    padding-left: 0;
}

.my-grilla-ultimas-noticias .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
    margin-left: 15px;
    margin-right: 15px;
}

.my-grilla-ultimas-noticias .my-info li {
    display: flex;
}

.my-container-events-category .eb-time {
    padding-left: 0;
}

/*.my-decano-container .my-list-icon.fa-bookmark {
    height: 50px;
}*/

.mod-megamenu .sppb-row>div:first-child {
    padding-left: 15px;
    padding-right: 7.5px;
}

.mod-megamenu .sppb-row>div {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.mod-megamenu .sppb-row>div:last-child {
    padding-left: 7.5px;
    padding-right: 15px;
}

#sp-top-bar-1 {
    padding: 0;
}

.mod-menu-campusudes {
    padding-right: 0;
    padding-left: 0;
}

.mod_campus_udes_nav .dropdown-toggle {
    padding-left: 15px;
    padding-right: 15px;
}

.mod-menu-campusudes:hover {
    background: #7AAA18;
}

.my-welcome-wrapper .uk-alert {
    background: initial;
}

.my-welcome-section {
    background: #fff;
}

.my-welcome-wrapper .uk-text-large {
    color: #0352A6;
}

.page-header {
    padding-bottom: initial;
    margin: initial;
    border-bottom: initial;
}

.sppb-addon h3.sppb-addon-title {
    padding-right: 0;
}

.my-directivo-container .tags {
    font-size: inherit;
    padding-top: initial;
    float: initial;
    margin: initial;
    display: inline;
}

.my-directivo-container .tags>a {
    margin-right: initial;
}

.my-directivo-container .tags>span {
    display: none;
}

.mod-slide-proyecto-destacados .my-section-text {
    min-height: 323px;
}

.mod-buscar-eventos select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.mod-buscar-eventos #filter_to_date {
    width: 100%;
}

.mod-buscar-eventos #filter_to_date_btn {
    background: #1e87f0;
    padding: 2px 10px;
    margin-top: 5px;
}

.mod-buscar-eventos #filter_to_date_btn:after {
    content: " Abrir Calendario";
}

.mod-buscar-eventos #filter_to_date_btn:hover {
    color: #fff;
    background-color: #1D84F3;
    border-color: #1D84F3;
    box-shadow: 1px 3px 7px 0px #000000;
}

.mod-buscar-eventos .input-append,
.input-prepend {
    display: initial;
    margin-bottom: initial;
    vertical-align: initial;
    font-size: initial;
    white-space: initial;
    padding-top: initial;
}

.mod-buscar-eventos .calendar-container {
    color: #373A3C;
}

.mod-buscar-eventos .buttons-wrapper .btn {
    background: #1D84F3;
    padding: 5px;
    line-height: 1;
    border-radius: 5px;
    color: white;
}

.mod-buscar-eventos .buttons-wrapper .btn:hover {
    color: #1D84F3;
    background-color: initial;
    border-color: #1D84F3;
}

#eb-categories .eb-description,
#eb-events .eb-description,
#eb-event-page .eb-description {
    border-bottom: initial;
    border-left: initial;
    border-right: initial;
    background: initial;
    border-radius: initial;
    margin: initial;
    padding: initial;
}

.eb-event-container {
    background-image: initial;
}

.eb-event-date-container {
    background: initial;
    border: initial;
    padding: 10px;
    border-radius: initial;
    -webkit-border-radius: initial;
    display: initial;
    position: initial;
}

.extcal_minical .extcal_navbar {
    background: #0252a6;
}

.mod_eb_mincalendar_td_dayname {
    background: #1D84F3;
    color: #fff;
}

td.mod_eb_mincalendar_event {
    background-color: #31335E;
}

.my-badge-full-program {
    background: initial;
    color: #145aaf;
    font-size: 1.3em!important;
}

.my-line-top-form {
    top: 75px;
    z-index: 2!important;
    width: calc(100% - 1.5em);
    margin-left: 1.5em;
}

.site .sppb-column,
.sppb-column-addons {
    z-index: initial;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    line-height: 1.2;
}

.my-investigadores-inicio.sprocket-strips-s {
    height: 145px;
}

.my-mod-udes-en-cifras {
    min-height: 232px;
}


/*.my-mod-main-menu .sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full.container>.sp-dropdown-inner>div div {
  display: inline-block;
  vertical-align: middle;
  float: none;
}*/

.my-mod-main-menu .sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full.container>.sp-dropdown-inner .sp-mega-group {
    border-right: 1px dashed #E8E8E8;
}

.my-mod-main-menu .sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full.container>.sp-dropdown-inner .sp-mega-group .sp-group-title:after {
    content: "";
    display: block;
    border-bottom: 1px solid #E8E8E8;
}

.my-mod-main-menu ul .sp-dropdown .sp-menu-item>a.sp-group-title {
    color: #0352A6;
}

.my-container-noticias .uk-card-media-top img {
    width: 100%;
}

.my-container-noticias .uk-card-body p {
    word-break: break-word;
}

.my-proximos-eventos-empty .alert-info {
    color: initial;
    background-color: initial;
    border-color: initial;
    border-style: initial;
}

.banner-horizontal .sppb-addon-single-image-container {
    display: initial;
    position: initial;
}

.banner-horizontal img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

img.banner-horizontal {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.my-menu-vertical i {
    opacity: 1!important;
}

.sp-module ul.my-list-group-default>li,
.sppb-addon-module ul.my-list-group-default>li,
.sp-module ul.my-list-group-primary>li,
.sppb-addon-module ul.my-list-group-primary>li,
.sp-module ul.my-list-group-dark>li,
.sppb-addon-module ul.my-list-group-dark>li {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: initial;
}

.offcanvas-menu .sp-module-title {
    color: white!important;
}


/*======================================================================
   @end Override template
======================================================================*/


/* MICROSITIO NOTICIAS */

.my-mod-noticias-micrositio .bm_slider_title {
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    line-height: 39px;
    margin-top: 25px;
}

.my-margin-top {
    margin-top: 25px!important;
}

.my-margin-bottom {
    margin-bottom: 25px!important;
}

.my-margin-left {
    margin-left: 25px!important;
}

.my-margin-right {
    margin-right: 25px!important;
}

.my-mod-noticias-micrositio .bm_slider_desc {}

.my-mod-noticias-micrositio .my-readmore {}

.my-mod-noticias-micrositio .my-mod-noticias-info-wrapper {
    padding-right: 25px;
}

.my-mod-noticias-micrositio .bm_slider_item>.row-fluid {}

.bm_slider_theme1.bm_slider_theme2 .bm_slider_item .bm_slider_title a {
    font-size: inherit;
    font-weight: inherit;
}

.bm_slider_theme1.bm_slider_theme2 .bm_slider_item .bm_slider_title {
    margin-top: 25px;
    text-align: left;
}

.bm_slider_theme1.bm_slider_theme2 .bm_slider_item:hover {
    background: none;
}

.bm_over_theme1.bm_over_theme2 .bm_slider_button .bm_slider_prev,
.bm_over_theme1.bm_over_theme2 .bm_slider_button .bm_slider_next {
    top: 42%;
}

.bm_over_theme2.bm_over_theme1 .bm_slider_cycle_pager {
    margin-top: -20px;
}

.my-mas-noticias-button-wrapper {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 25px;
}

.my-mod-noticias-micrositio .cycle-paused:after {
    display: none!important;
}

.mod-calendario-eventos table.calendar {
    width: 100%;
    line-height: 39px;
    margin-top: 3px;
}

.mod-calendario-eventos table.calendar tr td.calendarNavMonthPrev,
.mod-calendario-eventos table.calendar tr td.calendarCurrentMonth,
.mod-calendario-eventos table.calendar tr td.calendarNavMonthNext {
    background: #135cae;
    color: #fff;
    border-color: #fff;
}

.mod-calendario-eventos table.calendar tr td.calendarNavMonthPrev a,
.mod-calendario-eventos table.calendar tr td.calendarCurrentMonth a,
.mod-calendario-eventos table.calendar tr td.calendarNavMonthNext a {
    color: #fff;
    padding-left: 20%;
    padding-right: 20%;
    width: 60%;
    display: block;
}

.mod-calendario-eventos div.k2CalendarBlock {
    height: auto;
}

.my-eventos-title-wrapper {
    margin-top: -25px;
}

.my-display-none {
    display: none!important;
}

.mod-eventos-micrositio .bm_slider_default .bm_slider_item:not(:hover) .bm_slider_title {
    opacity: 0!important;
}

.mod-eventos-micrositio .cycle-paused:after {
    display: none!important;
}

.mod-eventos-micrositio .bm_slider_default .bm_slider_item .bm_slider_title {
    background: rgba(19, 92, 174, 0.67);
}

.bm_slider_default .bm_slider_item .bm_slider_title a {
    text-shadow: 1px 0 2px darkblue;
}

.mod-eventos-micrositio .bm_over_default .bm_slider_button {
    bottom: auto;
    top: 96px;
}

.mod-eventos-micrositio .bm_over_default .bm_slider_button div {
    opacity: 0.9;
}

.mod-noticias-micrositio {
    max-height: 415px;
    overflow: hidden;
}

.mod-graduados-vinculos a {
    margin-bottom: 25px;
    display: block;
    width: 100%;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.mod-graduados-vinculos a img {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.mod-graduados-vinculos a span {
    text-align: center;
    color: #000;
}

.mod-graduados-vinculos a:hover {
    color: #000;
    text-decoration: none;
}

.mod-graduados-vinculos {
    text-align: center;
}

.img-redonda {
    width: 120px;
    height: 120px;
    border-radius: 60px;
}

.my-menu-micrositios {
    text-align: center;
}

#sp-component .mod-secundario-micrositio {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding-top: 20px;
}

#sp-component .mod-secundario-micrositio:last-child {
    border-bottom: none;
}

#sp-component .mod-secundario-micrositio:first-child {
    padding-top: 15px;
}

.mod-secundario-micrositio a h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700!important;
    color: #00468f;
}

.mod-secundario-micrositio a:hover h2 {
    color: inherit;
}

.my-mod-botones-pares-wrapper {
    padding: 5px;
    padding-bottom: 20px;
}

.my-mod-botones-pares-wrapper>a {
    display: block;
    overflow: hidden;
    background: #DBDEE0;
    padding: 15px 30px;
    border: 3px solid #DBDEE0;
    border-radius: 10px;
    box-shadow: none;
    transition: transform .2s;
    font-weight: bold;
    font-size: 16px;
}

.my-mod-botones-pares-wrapper>a:hover {
    transform: scale(1.02);
    box-shadow: 0 0 5px;
}

.my-mod-botones-pares-wrapper a>span {
    padding-left: 16px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.edu-continua {
    background: #da7106;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-italic {
    font-style: italic;
}

.tablas-gris {
    background: #EEEEEE;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px;
}

#sp-header #sp-menu .sp-dropdown .sp-dropdown-inner {
    background: #282447;
}

.fondo-gris {
    background: #f2f2f2;
}

.tabla-contacto td,
.page-micrositio-contacto td {
    padding: 0px 20px 0px 20px;
}

.page-micrositio-contacto table {
    margin-bottom: 30px;
}

#sp-footer a {
    color: #1e87f0;
}

#sp-footer a:hover {
    color: #282447;
}

.color_azu {
    padding: 5px 10px 5px 15px;
    background: #0071b7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.color_azu span {
    font-size: 12pt;
    color: #FFF;
}

.boxgrey {
    background: #EEEEEE;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px;
}

.boxwhite {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px;
    margin: 10px 0 10px 0;
    text-align: center;
}


/*.page-graduados .sprocket-features-content{
  height:50px;
  bottom:0;
  top:none;
  left:none;
  width:100%;
}*/

.cuerpo_docente img,
img.img-equipos {
    width: 200px;
}

.mod-logo-campus-virtual {
    text-align: right;
}

.mod-logo-radio-udes-mobile img,
.mod-logo-campus-virtual img {
    display: inline-block;
        width: 80px;
}

#sp-topsearch > .sp-column {
    flex-direction: column-reverse;
    display: flex;
}



.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-pills .nav-link {
    border-radius: .25rem;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.my-image-intro {
    background-image: url(/images/headers/maple.jpg);
    display: block;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.mod-micrositio-accesos a {
    background-color: #004997;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff!important;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 25px;
}

.my-fila-articulo {
    margin-bottom: 50px;
}

.mod-micrositio-accesos a img {
    width: 100%;
    height: auto;
}

.mod-micrositio-accesos a:hover {
    background-color: #489db7;
}

.mod-micrositio-accesos {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 25px;
}

.mod-micrositio-accesos .row-fluid.hidden-tablet {
    margin-top: 73px;
}

.mod-micrositio-accesos .row-fluid .span12 {
    margin-left: 2.564102564102564%;
}

.mod-micrositio-accesos a {
    background-color: #043465;
}

.mod-micrositio-accesos a {
    line-height: 40px;
}

.page-micrositio .my-menu-micrositios ul>li,
.sppb-addon-module ul>li {
    border-bottom: none;
}

.page-micrositio .my-menu-micrositios ul>li>a {
    color: #FFF;
}

.menusupdep {
    background: #489DB7;
}

.menusupdep li a {
    padding: 0 25px;
}

.menusupdep li a {
    float: left;
    color: #fff;
}

.page-micrositio .menusupdep ul.nav>li>a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 38px;
}

.page-micrositio #sp-page-title+#sp-menu-micrositios .menusupdep ul.nav>li>a,
.page-micrositio #sp-main-menu+#sp-menu-micrositios .menusupdep ul.nav>li>a,
.page-micrositio #sp-menu-micrositios.uk-sticky-fixed menusupdep ul.nav>li>a {
    line-height: 48px;
}

.page-micrositio .menusupdep li.active:not(.alias-parent-active)>a {
    color: #fff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.current-item>a {
    color: #0252a6;
}

ol.breadcrumb li a:hover {
    color: #0252a6;
}

.page-micrositio li a:before {
    display: none;
}

.page-micrositio .menusupdep ul {
    text-align: center;
    height: auto;
    line-height: 0;
    display: block;
}

.page-micrositio .menusupdep ul>li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 7px;
    margin-right: 7px;
}

.page-micrositio .menusupdep ul>li.active,
.page-micrositio .menusupdep ul>li:hover {
    background: #0252a669;
}

.page-micrositio .menusupdep {
    background: #1D84F3;
}

#sp-main-menu {
    height: 42px;
}

.page-micrositio .boton-imagen img,
.page-micrositio .boton-imagen span {
    display: inline-block;
}

.page-micrositio .boton-imagen span {
    font-size: 14pt;
}

.has-post-format-masonry .post-format-masonry {
    top: -12px;
    left: -26px;
}

.my-menu-interior li {
    float: left;
    padding-right: 25px;
}

.img-polaroid {
    -webkit-box-shadow: 0 0 8px #e2e2e2;
    -khtml-box-shadow: 0 0 8px #e2e2e2;
    -moz-box-shadow: 0 0 8px #e2e2e2;
    box-shadow: 0 0 8px #e2e2e2;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 10px;
    border: 1px solid #e2e2e2;
    background: #fff;
    text-align: center;
}

.rectoria-texto .img-polaroid {
    margin-right: 10px;
}

.my-text-white {
    color: white!important;
}

.my-bg-white {
    background: white!important;
}

.my-bg-warning {
    background: #D9651A;
}

.my-bg-success {
    background: #7AAA18!important
}

.my-bg-info {
    background: #1d84f3;
}

.custommod-menu-superior .btn.sppb-btn-sm,
.sppb-btn.sppb-btn-sm {
    font-size: 87%;
}

.top-bar {
    background: #696969;
    padding-top: 0px;
    padding-bottom: 5px;
    height: 32px;
    color: white;
}

.my-dropdown-sedes {
    border-left: 1px solid #dededea3;
    padding-left: 20px;
}

.custommod-menu-superior .btn.btn-secondary.sppb-btn-sm {
    background: initial;
    color: #dedede;
    font-weight: bold;
    line-height: 1;
}

.custommod-menu-superior .btn.btn-secondary.sppb-btn-sm {
    background: initial;
    color: #dedede;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 2px;
    padding-top: 2px;
}

.custommod-menu-superior.my-switch-language {
    margin-top: -2px;
}

.my-btn-buscador {
    padding-left: 5px;
    display: inline-block;
    padding-top: 9px;
    margin-top: 0;
    height: 32px;
    padding-bottom: 7px;
    padding-right: 10px;
}

#sp-top-bar-2>.sp-column>.custom.my-mod-button-search {
    padding-left: 5px;
    padding-right: 5px;
}

.my-mod-button-search:hover {
    background: #7AAA18;
}

#sp-top-bar a.my-topbar-link.my-btn-lang.active {
    color: #fff;
    cursor: default;
}

#sp-top-bar a.my-topbar-link.my-btn-lang {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

#sp-top-bar a.my-topbar-link.my-btn-lang:hover:not(.active) {
    color: #bad75c;
}

#sp-header #sp-menu .sp-megamenu-parent>li>a,
#sp-header #sp-menu .sp-megamenu-parent li .sp-dropdown>li>a,
#sp-header .top-search-wrapper .icon-top-wrapper i,
#sp-header #cd-menu-trigger i,
#sp-header .cd-cart i,
#sp-header .top-search-wrapper {
    color: black;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.uk-grid>[class^='uk-width-']>div.cck-f100,
.uk-grid>[class^="uk-width-"]>div.cck-f100>div>div.cck-line-body {
    display: block;
}

.uk-tooltip {
    line-height: 14px;
}

#offcanvas-toggler>i {
    color: #0252a6;
}

body {
    margin: 0;
    min-width: 320px;
}

a>i {
    margin-left: 5px;
    margin-right: 5px;
}

.my-portrait-image-sm {
    max-width: 240px;
}

label,
div.cck_forms.cck_search div.cck_label,
div.cck_forms.cck_search div.cck_label label {
    line-height: 100%;
    margin-bottom: 5px;
}

.my-cck-uikit-flex.uk-flex div.cck_forms.cck_search div.cck_form,
.my-cck-uikit-flex.uk-flex div.cck_forms.cck_search div.cck_label {
    float: left;
    width: auto;
    clear: both;
}

.cck-f100.cck-pad-8.uk-card-small.uk-card-body {
    padding-top: 10px;
}

.cck_button_submit .cck_form .button {
    margin-bottom: 5px;
}

.title-style2::after {
    display: block;
    border-bottom: 4px solid #00468f;
    width: 70px;
    content: " ";
    margin-top: 10px;
}

span.last-word {
    font-weight: 600;
}

.title-style2::after {
    display: block;
    border-bottom: 3px solid;
    width: 70px;
    content: " ";
}

.uk-badge.my-badge-sede {
    font-size: 90%;
    padding: 0 10px 0px 8px;
}

.uk-badge>i {
    margin-right: 7px;
    margin-left: 2px;
}

.cck_form select {
    width: auto;
    min-width: 220px;
}

.btn-transparent {
    background: none!important;
}

.btn,
.sppb-btn {
    padding: 8px 16px;
}

.my-dimmed-gray-section {
    background-color: #696969;
    color: white;
}

.my-list-icon {
    width: 1.2em;
    text-align: center;
    margin-right: 5px;
}

body.offcanvas-overlay .uk-offcanvas-flip {
    opacity: 0.5;
    visibility: visible;
}

.offcanvas-overlay {
    background: rgba(0, 0, 0, 0.7);
}

body.page-no-padding-top-component #sp-main-body {
    padding-top: 0;
}

.my-margin-top-negative {
    margin-top: -25px!important;
}

.my-item-list-article>.uk-card-body {
    padding-top: 25px;
}

.my-dl-investigacion-grupos>div>dd {
    max-width: 80%;
    max-width: calc(100% - 40px);
}

.my-tabs-wrapper-grupos .seb_pws-tabs-switcher>li>div {
    min-height: 320px;
    max-height: 75vh;
    overflow: auto;
}

.seb_pws-tabs-switcher>li .cck_module_list {
    padding-right: 15px;
    padding-left: 1px;
}

.uk-tab::before {
    border-bottom: 4px solid #e5e5e5;
}

.uk-tab>*>a {
    border-width: 5px;
    font-weight: 600;
}

.my-grupo-investigacion-buttons-wrapper {}

article.item.item-page.page-grupos-investigacion .my-semillero-meta li.my-field-grupo,
article.item.item-page.page-grupos-investigacion .my-investigador-meta li.my-field-grupo {
    display: none;
}

.uk-tab>li {
    max-width: 44%;
    max-width: calc(50% - 20px);
}


/* Buscador Modal */

#modal-full-search .uk-modal-header {
    background: #e8e8e8;
    border-bottom: 1px solid #dadada;
    padding-top: 5px;
    padding-bottom: 0px;
}

#modal-full-search .uk-modal-close-full {
    padding: 25px;
    background: #ffffff7a;
    box-shadow: 0 0 1px;
    padding-bottom: 26px;
}

#modal-full-search .uk-modal-close-full:hover {
    background: white;
    color: #111;
}

#modal-full-search h2.uk-modal-title {
    color: dimgray;
    font-weight: 600;
    margin-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.my-buscador-logo {
    height: 63px;
    width: auto;
    margin-right: 25px;
}

.my-modal-modal-buscador .mss-filters-types>.mss-filters-type:first-child,
.my-modal-modal-buscador .mss-filters-types>.mss-filters-type:first-child,
.page-buscar #sp-component .my-modal-modal-buscador .mss-filters-types>.mss-filters-type:first-child,
.page-buscar #sp-component .my-modal-modal-buscador .mss-filters-types>.mss-filters-type:first-child {
    display: none;
}

.my-modal-modal-buscador .uk-padding-large {
    padding-bottom: 15px;
}

.my-modal-modal-buscador .uk-modal-footer .uk-padding-large {
    padding-top: 25px;
}


/* Fin buscador modal */


/* Efectos */

.my-filter-grayscale,
.my-portrait-image a:hover img,
.my-filter-grayscale-hover:hover {
    filter: grayscale(1);
}

.my-portrait-image a img {
    transition-duration: 0.4s;
    transition-property: filter;
}

.my-hover-rotate {
    transition-duration: 0.4s;
    transition-property: transform;
    transform: rotate(0deg);
}

.my-hover-rotate:hover {
    transition-duration: 0.8s;
    transform: rotate(-3deg);
}


/* Fin efectos */


/* Zona gris - aplicado al top-bar */

.my-dimmedgray-section button,
.my-dimmed-gray-section i,
.my-dimmed-gray-section span,
.my-dimmed-gray-section button i {
    color: white;
}

.my-dimmedgray-section .dropdown-menu {
    background-color: #686868;
}


/* Fin zona gris */


/* Zona topbar */

#sp-top-bar-2 .nav li a {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 300;
    padding-top: 9px;
    height: 30px;
}

#sp-top-bar .sp-module,
#sp-top-bar-1 .mod-menu-campusudes>button,
#sp-top-bar #sp-top-bar-1,
#sp-top-bar #sp-top-bar-2 {
    min-height: 32px;
}

#sp-top-bar #sp-top-bar-1 {
    border-left: 1px solid #fefefe;
}

#sp-top-bar #sp-top-bar-2 {
    border-right: 1px solid #fefefe;
}

#sp-top-bar-1 .sp-module.mod-menu-campusudes {
    border-right: 1px solid #fefefe;
}

#sp-top-bar-2>.sp-column>* {
    border-left: 1px solid #fefefe;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    list-style: none;
    margin: 0 0px 0 0;
    min-height: 32px;
    height: 32px;
}

#sp-top-bar-2>.sp-column>*:last-child {
    border-right: none;
    padding-right: 15px;
    margin-right: -15px;
}

#sp-top-bar-1 .sp-module.mod-menu-campusudes {
    padding-right: 0;
    padding-left: 0;
}

.top-bar .my-label-sede-option {
    display: none;
}

.my-horizontal-module {
    float: left;
    list-style: none;
}

.my-topbar-link {
    padding-top: 9px;
    padding-bottom: 9px;
    display: inline-block;
}

.my-mod-top-aulavirtual {
    background: #0352A6;
    border-right: 1px solid #fefefe;
}

#sp-top-bar-1 .mod-menu-campusudes>button .my-sede-choice {
    min-width: 96px;
    display: inline-block;
    text-align: left;
}

.my-topbar-link.my-btn-radio {
    padding-top: 6px;
}

.my-btn-radio img,
.my-btn-radio svg {
    display: inline-block;
    float: left;
    margin-top: -2px;
    margin-bottom: -6px;
    margin-right: 8px;
}

.my-btn-radio span {
    margin-top: 3px;
    display: inline-block;
}

.top-bar a {
    color: white;
}

.top-bar .my-label-sede-option {
    color: white;
    font-weight: 200;
}

.top-bar .my-sede-choice {
    color: #ffff;
    font-weight: 600;
    padding-left: 5px;
    padding-right: 1px;
}

.top-bar * {
    line-height: 1;
}

.top-bar .my-sede-choice:focus,
.top-bar .my-sede-choice:hover {
    color: #fff;
}

#sp-top-bar a.my-btn-aulavirtual:hover {
    color: #fff;
}

.my-mod-top-aulavirtual:hover {
    background: #7AAA18;
}


/* Fin zona topbar */


/* Offcanvas menu */

.mod_menu_offcanvas>li.active>a:before {
    content: "\f061";
    display: block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    margin-right: 5px;
}

.mod_menu_offcanvas>li.active>a {
    color: #fff!important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li {
    width: 100%;
}

.offcanvas-inner .sp-module ul>li .separator {
    color: white;
}

.close-offcanvas {
    background: white;
    box-shadow: 0px 0px 2px #04101d;
    color: #444;
    border-color: #444;
}


/* Fin Offcanvas menu*/


/* Misc */

#sp-component .uk-card #filtrar_dependencia_contacto,
#sp-component .uk-card .uk-flex select.inputbox.select {
    max-width: 240px;
}

.sp-module .sprocket-features>ul>li {
    display: list-item;
    transition: inherit;
    border: none;
}

.uk-tooltip.my-tooltip-big {
    display: block;
    font-size: 120%;
    line-height: 97%;
}


.my-proximos-eventos a.my-btn-go {
    color: #696969;
}


.my-proximos-eventos a.my-btn-go:hover {
    color: #373A3C;
}

.nav.menu.my-btn-border.uk-flex>li {
    margin-bottom: 10px;
}

.site .sp-contact-info li i {
    color: #0252a6;
}

.my-remove-pd-container>.sppb-row-container {
    padding-left: 0!important;
    padding-right: 0!important;
}


/* Fin Misc */

.my-welcome-branch-image {
    object-fit: cover;
    width: 64px;
    height: 64px;
    padding: 4px;
    border: 4px solid #0252a6;
    margin: 0 auto;
    transition: border-color 0.5s;
}

.my-campus-link:hover .my-welcome-branch-image {
    border-color: #7aaa18;
}

.my-campus-item.active .my-welcome-branch-image {
    border-color: #7aaa18;
}

.my-campus-text-link {
    font-weight: 700;
    transition: color 0.5s;
}

.my-campus-link:hover .my-campus-text-link {
    color: #7aaa18;
}

.mod_campus_udes_nav button:hover>* {
    color: #fff;
}

.active .my-campus-text-link {
    color: #7AAA18;
}

.my-welcome-wrapper .uk-alert-close:focus,
.my-welcome-wrapper .uk-alert-close:hover {
    color: inherit;
    opacity: 1;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    border: 0;
}

.cck-typo-video {
    width: 100%;
    box-shadow: 0px 0px 2px rgba(10, 10, 10, 0.34);
}

.sp-megamenu-parent .my-children-multiline>.sp-dropdown.uk-flex li.sp-menu-item a {
    white-space: normal;
    line-height: 18px;
}

.my-investigador-dl>dd {
    width: 74%;
    width: calc(100% - 44px);
    min-height: 20px;
}

.my-investigador-acciones {
    margin-top: -14px;
}

.site.com-cck #sp-component h1+#seblod_form {
    margin-top: 15px;
}

#sp-component article p {
    text-align: justify;
}

.my-acciones-directorio {
    opacity: 0.8;
}

td:hover .my-acciones-directorio,
.my-acciones-directorio:hover,
.my-acciones-directorio:focus {
    opacity: 1;
}

html .my-acciones-directorio a[class^="my-js-llamar-sede-"],
html.mobile .my-acciones-directorio span[class^="my-js-ver-tel-sede-"] {
    display: none;
}

html.mobile .my-acciones-directorio a[class^="my-js-llamar-sede-"] {
    display: initial;
}

.my-acciones-directorio i {
    font-size: 140%;
    margin-top: 1px;
}

.sp-megamenu-parent>li.my-menu-item-level-1:hover:not(.active) {
    background: #31335e;
    transition: background 0.3s ease;
}

.offcanvas-menu .nav.menu li.current.active>a,
.offcanvas-menu .nav.menu li:hover>a {
    color: #31335E;
    background: white;
}

.offcanvas-menu .nav.menu li.current.active>a {
    font-weight: 600;
}

.offcanvas-menu .nav.menu li.current>a {
    background: white;
    color: #0252a6;
    box-shadow: 0px 0 1px #111 inset;
}

.offcanvas-menu .sp-module ul>li>a:hover {
    color: white;
}

.offcanvas .offcanvas-menu .nav-child li a,
.offcanvas .offcanvas-menu .nav-child li .nav-child li a {
    text-indent: 55px; 
}


/*======================================================================
// @end Clases nuevas
//======================================================================*/

.my-cck-table.cck-pad-10>div,
.cck_page_listpage-buscar-carreras .cck-pad-10>div {
    margin-left: 0;
    margin-right: 0;
}

.my-cck-table .table>thead>tr>th {
    border-bottom: 3px solid #ddd;
}

.my-cck-table .table>tbody>tr:first-child>td {
    padding-top: 13px;
}

.my-buscador-cck-estilo-1 {
    border-bottom: 3px solid #ddd;
    padding-bottom: 15px;
}

.my-width-100 {
    width: 100%!important;
}

.offcanvas-menu .offcanvas-inner .sp-module {
    border-bottom: 1px dotted #ccc;
}

.offcanvas-menu .sp-module .sp-module-title:after {
    display: none;
}

.offcanvas-menu .sp-module .sp-module-title {
    box-shadow: none;
    margin-bottom: 5px;
    font-size: 90%;
    color: white;
    float: right;
    clear: both;
    width: 100%;
    text-align: center;
}

#sp-component .cck_page_items {
    overflow-x: auto;
}


/*======================================================================
   @start Media Queries
======================================================================*/


/* @s */

@media (min-width:640px) {}


/* @m */

@media (min-width:960px) {}


/* Pantallas >= medianas (que al menos tienen el mismo menu desktop) */

@media (min-width: 992px) {
    .sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full .my-dropdown-width-full.my-menu-item-level-2>.sp-dropdown.sp-dropdown-sub,
    .sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full .my-dropdown-width-full.my-menu-item-level-2>.sp-dropdown.sp-dropdown-sub.my-dropdown-columns-3 {
        max-width: 745px;
    }
    .sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full .my-dropdown-width-full.my-menu-item-level-2>.sp-dropdown.sp-dropdown-sub.my-dropdown-columns-2 {
        max-width: 496px;
    }
    .sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full .my-dropdown-width-full.my-menu-item-level-2>.sp-dropdown.sp-dropdown-sub.my-dropdown-columns-1 {
        max-width: 248px;
    }
    .sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full .my-dropdown-width-full.my-menu-item-level-3>.sp-dropdown.sp-dropdown-sub {
        max-width: 506.5px;
    }
}


/* @l ++ */

@media (min-width: 1200px) {

    .my-mod-slideshow-home .layout-slideshow .sprocket-features-img-container img {
        padding-bottom: 90px;
    }

    /*
.item-215 {
    position: absolute!important;
   right: 168px;
   /*right:0;4
    z-index: 3;
}*/
    .my-grupo-investigacion-buttons-wrapper {
        margin-top: -100px;
        margin-bottom: 25px;
    }
    article.item.item-page.page-grupos-investigacion h1 {
        max-width: 860px;
    }
    #sp-logo .sp-default-logo,
    #sp-logo .sp-retina-logo {
        margin-left: 0;
    }
    .mod-mjs-personalizado-menu {
        margin-left: 15px;
    }
    .my-menu-interior ul.nav li:last-child {
        padding-right: 0;
    }
    .sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full .my-dropdown-width-full.my-menu-item-level-2>.sp-dropdown.sp-dropdown-sub,
    .sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full .my-dropdown-width-full.my-menu-item-level-2>.sp-dropdown.sp-dropdown-sub.my-dropdown-columns-3 {
        max-width: 893px;
    }
    .sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full .my-dropdown-width-full.my-menu-item-level-2>.sp-dropdown.sp-dropdown-sub.my-dropdown-columns-2 {
        max-width: 595.3px;
    }
    .sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full .my-dropdown-width-full.my-menu-item-level-2>.sp-dropdown.sp-dropdown-sub.my-dropdown-columns-1 {
        max-width: 297.7px;
    }
    .sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full .my-dropdown-width-full.my-menu-item-level-3>.sp-dropdown.sp-dropdown-sub {
        max-width: 609.5px;
    }
}


/* Large HACIA ABAJO */

@media (max-width: 1199.98px) {

    .my-mod-slideshow-home .layout-slideshow .sprocket-features-img-container img {
        padding-bottom: 90px;
    }

    .my-main-menu .sp-megamenu-wrapper>.sp-megamenu-parent>li>a {
        padding-left: 10px;
        padding-right: 10px;
        letter-spacing: -0.5px;
    }
}


/* Medium devices (tablets, less than 992px) BREAK TO ONE COLUMN*/

@media (max-width: 991.98px) {

/*Permite ordenar en forma listado*/
    #sp-menu-header>.sp-column>ul {
        display: inline-grid!important;
        justify-content: left!important;
        text-align: left!important;
    }
    .my-menu-top-bar a {
        padding: 0!important;
    }

    .my-menu-top-bar li {
        margin: initial;
        font-size: 13px;
    }
    .my-menu-top-bar li i {
        padding: 5px;
        width: 30px;
        text-align: center;
        border-radius: 5px;
    }
    section#sp-top-bar {
        font-size: 16px;
        padding-bottom: 7px;
        height: 32px;
    }
    section#sp-top-bar .sppb-btn-sm {
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 1px;
        width: 100%;
    }

#sp-main-menu > .container > .row {
    position: initial!important;
}

#offcanvas-toggler
{
    position: absolute;
	top: 0;
    right: 4em;
    bottom: unset!important;
}


    .my-mod-slideshow-home .layout-slideshow .sprocket-features-img-container img {
        padding-bottom: 90px;
    }
    .mod-udes-poster {
        padding-bottom: 30px;
    }
    .my-mod-slider-micrositios .layout-slideshow .sprocket-features-img-container img {
        width: 100%!important;
        height: auto!important;
        object-fit: initial!important;
    }
    .my-mod-slider-micrositios .layout-slideshow .sprocket-features-img-container {
        padding-bottom: 150px;
    }
    .my-mod-slider-micrositios .layout-slideshow .sprocket-features-content {
        height: 150px;
        background-color: #31335e!important;
    }
    .site .mod-slider-micrositios .sprocket-features-pagination {
        display: none;
    }
    .site .mod-slider-micrositios .sprocket-features-img-list {
        overflow: visible;
    }
    .site .mod-slider-micrositios .sprocket-features-arrows .next {
        right: 15px;
    }
    .site .mod-slider-micrositios .sprocket-features-arrows .prev {
        right: 40px;
    }
    .site .mod-slider-micrositios .sprocket-features-arrows .arrow {
        top: 20px;
    }
    .site .mod-slider-micrositios .sprocket-features-content .sprocket-features-title a {
        max-height: initial;
        overflow: initial;
        display: initial;
        height: initial;
    }
    .site .mod-slider-micrositios .sprocket-features-content .uk-position-center-left {
        top: initial;
        left: initial;
        transform: initial;
        width: initial;
        max-width: initial;
        box-sizing: initial;
        position: initial!important;
    }
    .site .mod-slider-micrositios .sprocket-features-content .uk-inline {
        display: initial;
        position: initial;
        max-width: initial;
        vertical-align: initial;
        -webkit-backface-visibility: initial;
    }
    .mod-controles-buscador-integrado,
    .mod-buscador-grupo-investigacion .my-block-dark {
        padding: 1em!important;
    }
    .my-section-buscador-integrado .sppb-addon-wrapper,
    .mod-form-micrositios .my-block-dark .sppb-addon-wrapper {
        margin-bottom: 0!important;
    }
    .mod-form-micrositios .my-habeasdata {
        margin: 0!important;
        position: initial!important;
    }
    .mod-form-micrositios .checkbox-inline,
    .radio-inline {
        position: initial!important;
        display: table!important;
        margin: 0 auto!important;
        padding: 0!important;
    }
    .mod-section-contacto-micrositio .my-border-bottom-warning {
        display: none;
    }
    .mod-slider-investigaciones {
        position: relative;
        padding-bottom: 75vh;
    }
    .mod-slider-investigaciones .sprocket-features-img-list {
        overflow: initial!important;
    }
    .mod-slider-investigaciones .sprocket-features-content {
        position: absolute!important;
        bottom: initial;
        top: initial!important;
        left: 0!important;
        padding: 1.5em 1.5em 1.5em 1.5em;
        height: calc(75vh)!important;
        background: #31335e!important;
        max-width: 100%;
        margin: 0;
    }
    .mod-slider-investigaciones .sprocket-features-pagination {
        display: none;
    }
    .mod-list-normatividad-institucional {
        padding: 1em;
        width: initial;
    }
    .my-proximos-eventos>li {
        min-height: 120px;
    }
    .my-div-bg-center,
    .my-section-normatividad-institucional .mod-list-normatividad-institucional,
    .my-section-menu-copyright {
        top: initial!important;
        left: initial!important;
        transform: initial!important;
        box-sizing: initial!important;
        position: initial!important;
    }
    .mod-fecha-noticia,
    .mod-list-inicio-grilla,
    .my-section-normatividad-institucional {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .my-line-top-form {
        display: none;
    }
    .uk-offcanvas-flip .mod-option-offcanvas-right {
        right: 265px;
    }
    header#sp-header {
        height: initial;
        padding-bottom: 15px;
    }
    .my-menu-interior>.container {
        padding-left: 20px!important;
        padding-right: 20px!important;
        width: initial;
    }
    #offcanvas-toggler>i {
        padding: 0;
        font-size: 28px;
        /*text-align: left;*/
        width: 90px;
        padding-top: 10px;
        padding-bottom: 10px;
            background-image: url(/images/plantilla/toggle-bg.png);
    background-repeat: no-repeat;
    background-position: 70% 47%;
    }
    /*.my-main-menu #offcanvas-toggler {
        position: relative;
        bottom: 237px;
        height: 0!important;
    }*/
    section#sp-main-menu {
        height: 0;
    }
    #sp-top-bar-1 .mod-menu-campusudes>button .my-sede-choice {
        min-width: 100px;
        display: inline-block;
        text-align: left;
    }
}


/* @m < */

@media (max-width: 959px) {
    .my-mod-top-radio i {
        display: inline-block;
        margin-top: 2px;
    }
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    .my-mod-slideshow-home .layout-slideshow .sprocket-features-img-container img {
        padding-bottom: 90px;
    }
    
    .my-menu-interior ul.nav.menu.mod-list:after,
    .my-menu-interior ul.nav.menu.mod-list:before {
        display: inline-block;
    }
    .top-bar>.container {
        padding: 0 0 0 15px;
    }
    .my-mod-top-radio span {
        display: none;
    }
    .custommod-menu-superior {
        width: initial;
    }
    .top-bar #sp-top2>.sp-column>* {
        margin: initial;
    }
    .top-bar #sp-top2 .pull-right.sp-column {
        margin-left: 40px;
    }
    .my-mod-button-search span {
        display: none;
    }
    .my-mod-top-radio i {
        display: none;
    }
}

/* less than 640px) */

@media (max-width: 639px) {

    #offcanvas-toggler
	{
    right: 1em;
	}
	
    #sp-top-bar-1 .sp-module.mod-menu-campusudes {
        border-right: none;
    }
    #sp-header .logo {
        max-width: 80%;
        max-width: calc(90vw - 90px);
    }
    .my-hidden-xs {
        display: none!important;
    }
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .my-menu-interior ul.nav {
        width: 100%;
    }

    .mod-menu-campusudes>button {
        margin-left: 5px;
    }
    .my-topbar-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #sp-logo .sp-default-logo,
    #sp-logo .sp-retina-logo {
        max-height: 80%;
        margin-left: 5%;
    }
    section#sp-top-bar,
    #sp-top-bar-2>.sp-column>*,
    #sp-top-bar-1 .mod-menu-campusudes>button,
    #sp-top-bar #sp-top-bar-1,
    #sp-top-bar #sp-top-bar-2 {
        height: 36px;
    }
    header#sp-header {
        /*padding-bottom: 20px;*/
        padding-top: 5px;
    }
    .offcanvas-menu {
        font-size: 16px;
    }
    .offcanvas-menu ul.nav>li>ul>li {
        font-size: 0.9em;
    }
    #sp-logo {
        padding-bottom: 10px;
    }
    .mod-presentacion-portada .sprocket-features.layout-slideshow .sprocket-features-img-list {
        padding-bottom: 210px;
    }
    .mod-presentacion-portada .sprocket-features.layout-slideshow .sprocket-features-content {
        padding-left: 10px;
        padding-right: 20px;
        height: 210px;
    }
    .sprocket-features.layout-slideshow .sprocket-features-arrows {
        font-size: 22px;
    }
    .layout-slideshow .sprocket-features-arrows .prev {
        right: 77px;
    }
    #modal-full-search h2.uk-modal-title {
        font-size: 18px;
        margin-top: 18px;
    }
    #sp-top-bar-1 .sp-module.mod-menu-campusudes {
        padding-right: 0;
        width: 100%;
    }
    #sp-top-bar-1 .mod-menu-campusudes>button .my-sede-choice {
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        min-width: calc(100% - 30px);
        vertical-align: middle;
        padding-bottom: 4px;
        width: calc(100% - 30px);
        max-width: 100px;
    }
    .site .mod-presentacion-portada .layout-slideshow .sprocket-features-img-container img {
        width: 120%;
        max-width: 120%!important;
        margin-left: -10%;
        object-fit: cover;
        width: 120%!important;
    }
    .mod_campus_udes_nav a.dropdown-item {
        font-size: 20px;
        padding-bottom: 7px;
        padding-top: 7px;
    }
}

@media (max-width: 479px) {
    .my-mod-slider-micrositios .layout-slideshow .sprocket-features-img-container {
        padding-bottom: 175px;
    }
    .my-mod-slider-micrositios .layout-slideshow .sprocket-features-content {
        height: 175px;
        background-color: #31335e!important;
    }
    .my-hidden-xxs {
        display: none!important;
    }
    .my-proximos-eventos li {
        background: #F4F4F4;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 359px) {
    .my-hidden-xxxs {
        display: none!important;
    }
    #sp-top-bar-1 .sp-module.mod-menu-campusudes {
        padding-right: 0px;
    }
}


/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {
    /*#offcanvas-toggler>i {
        margin-top: 60px;
    }*/
}


/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {
    /*#offcanvas-toggler>i {
        margin-top: 60px;
    }*/
}


/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1440px) and (max-width: 1920px) {
    .my-mod-slider-micrositios .layout-slideshow .sprocket-features-img-container img {
        width: 1920px!important;
        height: 640px!important;
    }
}


/*======================================================================
   @end Media Queries
======================================================================*/