* {
    padding: 0;
    scroll-behavior: smooth;
	margin: 0;
}


a, button, .btn, * a, * button, * .btn {
    transition: all ease-in-out .3s;
    background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	text-decoration: none !important;
}

input, button, textarea, select, * input, * select, * textarea, * button {
	outline: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	resize: none !important;
} 

/*
 xs: 576px
 sm: 576px - 720px
 md: 720px - 960px
 lg: 960px - 1140px
 xl: 1140px - >
*/
 

.text {
    color: #59595B;     
    font-family: lato200;
    overflow-x: hidden;
}

* span { }

 * h1 {font-size: 34px;font-family: lato700;}

 * h2 {font-size: 28px;font-family: lato700;}

 * h3 {font-size: 22px;font-family: lato700;}

* h4 {font-size: 18px;}

 * h5 {font-size: 14px;}

 .main h1 {font-family: lato700;}

 .main h2 {font-family: lato700;}

 .main h3 {font-family: lato700;}
 
@font-face {
    font-family: lato700;
    src:url(../fonts/Lato-Bold.ttf)
} 

@font-face {
    font-family: lato600;
    src:url(../fonts/Lato-Semibold.ttf)
}

@font-face {
    font-family: lato500;
    src:url(../fonts/Lato-Heavy.ttf)
}

@font-face {
    font-family: lato200;
    src:url(../fonts/Lato-Regular.ttf)
}

@font-face {
    font-family: lato100;
    src:url(../fonts/Lato-LightItalic.ttf)
}

@font-face {
    font-family: latoMediun;
    src:url(../fonts/Lato-Medium.ttf)
}

@font-face {
    font-family: Lato-Black; 
    src:url(../fonts/Lato-Black.ttf)
}

@font-face {
    font-family: Lato-BoldItalic; 
    src:url(../fonts/Lato-BoldItalic.ttf)
}

@font-face {
    font-family: Lato-Regular; 
    src:url(../fonts/Lato-Regular.ttf)
}

.cabezera {
    position: relative;
}

.bg-claro { background-color: #F7F7FA;}

.bg-claros { background-color: #F7F7FA; border-radius: 18px}
.bg-verde { background-color: #368234; }
.bg-verClaro { background-color: #67b260;}
.bg-blanco {  background-color: #fff; }
.bg-moradodark { background-color: #29003F}
.bg-moradoclaro {  background-color: #84489a}
.bg-azul { background-color: #519795 }
.bg-rosado { background-color: #BB0A5F}
.bg-amarrillo, .bg-amarillo { background-color: #D3D800}
.bg-rosadoClaro {    background-color: #FF558D;}
.bg-rosadoOscuro {    background-color: #DB0160;}
.border-blanco {  border: 1px solid #fff;}
.bg-transparent {
    background-color: transparent;
    border: 0px solid transparent;
}



.font-46 { font-size: 46px;}
.font-44 { font-size: 44px;}
.font-40 { font-size: 40px;}
.font-36 { font-size: 30px;}
.font-34 { font-size: 34px;}
.font-32 { font-size: 32px;}
.font-28 { font-size: 28px;}
.font-26 { font-size: 26px;}
.font-24 { font-size: 24px;}
.font-22 { font-size: 22px;}
.font-18 { font-size: 18px;}
.font-16 { font-size: 16px;}
.font-14 { font-size: 14px;}

.lato700 { font-family: lato700; }
.lato600 { font-family: lato600; }
.lato500 { font-family: lato500; }
.lato400 { font-family: Lato-Regular;}
.latomedio { font-family: latoMediun;}
.lato200 { font-family: lato200; }
.lato100 { font-family: lato100; }
.latoblack {  font-family: Lato-Black; }
.lato750 { font-family: Lato-BoldItalic; }

.blanco { color: #fff;}
.negro { color: #000;}
.morado { color: #492A67;}
.rosado { color: #BB0A5F!important;}
.rosadoOscuro { color: #BB0A5F!important;}
.gris { color: #212529;}
.azul { color: #519795!important;}
.azulOscuro {color : #0a3356}
.amarillo { color: #D3D733!important}
.verde { color: #368234; }

.border-azul { border: 1px solid #519795}
.border-amarillo { border: 1px solid #D3D733}
.border-rosado { border: 1px solid #BB0A5F}
.border-morado { border: 1px solid #492A67}

/*
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
*/ 

body {
    font-family: lato200;
    overflow-x: hidden;
}

.navbar-brand {
    width: 16%;
	padding: 1rem 0;
}

#navbar {
    -webkit-box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.21);
    box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.21);
    background-color: #fff; 
    
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.menu-fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 6999;
}

.admin-bar .menu-fixed {
	top: 32px;
}

.bottom-header {
	margin-bottom: 103px;
}

.menu-fixed .navbar-brand {
	width: 10%;
	padding: 0 0;
}

.menu-fixed .navbar-menu > li > a {
	height: auto !important;
}

.menu-fixed .navbar-menu > li > a:before {
	height: 4px;
	bottom: 20px;
}

/*.main { 
    margin-top: 103px;
}*/

nav .perfiles li {
    position:relative;
}

nav .perfiles li + li::before,
.navbar-menu > li + li:before {
    display: inline-block;
    background-color: #fff;
    content: '';
    position: absolute;
    left: -1px;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
    width: 1px;
    height: 25px;
	top: calc(50% - (25px / 2));
}    

nav .nav-item + .nav-item::before,
.navbar-menu > li + li:before {
    display: inline-block;
    background-color: #FF558D;
    content: '';
    position: absolute;
    left: 0px;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
    top: calc(50% - (25px / 2));
    width: 1px;
    height: 25px;
}  

@media only screen and (max-width: 960px) {  
    nav .nav-item + .nav-item::before,
	.navbar-menu > li + li:before { 
        height: 25px;
		top: calc(50% - (25px / 2));
    }  

    .list-calendario li {
        width: 100%!important;
    }

    .card_calendario {
        margin: 0 auto;
        max-width: 400px;
    }
    
}

nav .nav-item .nav-link,
.navbar-menu > li > a {
    position: relative;
    max-width: auto;
    color: #595858;
    min-height: auto;
    display: block;
	padding: .5rem 1rem;
	text-align: center;
	text-decoration: none !important;
}

.navbar-menu .menu-item-has-children {
	position: relative;
}

.navbar-menu .menu-item-has-children > a {
	padding-right: 1.75rem;
	cursor: pointer !important;
}

.navbar-menu .menu-item-has-children > a:after {
	content: '';
	position: absolute;
    border-top: 5px solid;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    right: 12px;
	top: calc(50% - (5px / 2));
}

.navbar-menu > li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 220px;
	background-color: #FFF;
	list-style: none;
	display: none;
	z-index: 999;
	border-radius: 0 0 .25rem .25rem;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.navbar-menu > li.show .sub-menu {
	display: block;
}

.navbar-menu > li .sub-menu > li > a {
	display: block; 
	padding: .5rem 1.5rem;
    font-weight: 300;
    color: #212529;
    border: 0;
    font-size: 14px;
}

@media only screen and (min-width: 992px) {  
    nav .nav-item,
	.navbar-menu > li {
        position: relative;
        float: left;
    } 

    nav .nav-item .nav-link,
	.navbar-menu > li > a {
        position: relative;
        max-width: 118px;
        height: 60px;
        display: flex;
        align-items: center;
        text-align: center;
        line-height: 18px;
		font-size: 14px;
    }
    
}

nav .nav-estudiante .list-group-item  {
    padding: 0!important;
}

nav .nav-estudiante .list-group-item a {
    padding: 0.65em 0.9em;
    display: block;
}

nav .list-group-item,
.posfooter .list-group-item {
    background-color: transparent;
    border: 0px solid transparent;
    padding: 0.57em 0.9em;
    border-radius: 0!important;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;    
}
 
/**  ESTUDIANTE **/

nav .nav-estudiante li + li:before {
    display: inline-block;
    background-color: #fff;
    content: '';
    position: absolute;
    left: -1px;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
    top: calc(50% - (25px / 2));
    width: 1px;
    height: 25px;
}  

nav .nav-estudiante li + li.active::before  {
    opacity: 0;
}

/*nav .nav-estudiante .list-group-item:hover,
nav .nav-estudiante .list-group-item.active {
    z-index: 2;
    background-color: #bb0a5f;
    border-color: #bb0a5f;
	color: #FFF !important;
}*/

nav .menu-estudiante .nav-link::before,
nav .menu-estudiante a::before {
    bottom: 18px;
    background-color: #bb0a5f!important;    
}

nav .menu-estudiante li:hover a { 
    color: #000;    
    text-decoration: none
} 

.menu-estudiante {
    margin-bottom: 0;
    list-style: none;
}

nav .menu-estudiante .nav-item + .nav-item::before,
nav .menu-estudiante > li + li::before {
    display: inline-block;
    background-color: #519795;
}

/** GRADUADOS **/

nav .nav-graduados .list-group-item.active a {
    color: #211915;    
}

nav .nav-graduados  .list-group-item:hover,
nav .nav-graduados .list-group-item.active {
    z-index: 2;
    background-color: #d3d733;
    border-color: #d3d733; 
}

nav .nav-graduados  .nav-link::before {
    bottom: 18px;
    background-color: #d3d733!important;    
}

nav .nav-graduados  li:hover a { 
    color: #211915;    
    text-decoration: none
} 

nav .menu-graduados {
    margin-bottom: 0;
    list-style: none; 
}
 
nav .menu-graduados li + li::before {
    display: inline-block;
    background-color: #519795;
}

nav .menu-graduados .nav-link::before { 
    background-color: #d3d733!important;
}

nav .nav-graduados li + li::before {
    display: inline-block;
    background-color: #fff;
    content: '';
    position: absolute;
    left: -1px;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
    top: 11px;
    width: 1px;
    height: 50%;
}  

nav .nav-graduados li + li.active::before  {
    opacity: 0;
}

/** NAV DOCENTES **/

nav .menu-docente  {
    list-style: none;
}

nav .menu-docente .nav-link::before { 
    background-color: #d3d733!important;
}

nav .nav-docente li + li::before {
    display: inline-block;
    background-color: #fff;
    content: '';
    position: absolute;
    left: -1px;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
    top: 11px;
    width: 1px;
    height: 50%;
}  


nav .nav-docente .list-group-item:hover,
nav .nav-docente .list-group-item.active {
    z-index: 2;
    background-color: #d3d733;
    border-color: #d3d733;
}
nav .perfiles li + li:before,
nav .nav-docente  li.active a,
nav .nav-docente  li:hover a { 
    color: #211915;    
    text-decoration: none
} 

nav .menu-docente .nav-item + .nav-item::before,
nav .menu-docente li + li::before {
    background-color: #82c8c5 !important;
}

nav .menu-docente .nav-link::before,
nav .menu-docente  li > a::before {
    background-color: #d3d733 !important;
}

nav .menu-docente .nav-item .nav-link,
nav .menu-docente > li > a {
    justify-content: center;
    min-width: 95px;
}


/**  APIRANTE **/

nav .perfiles .list-group-item  {
    padding: 0!important;
    
}

nav .perfiles .list-group-item a {
    padding: 0.75em 0.9em .85em;
    display: block;
}

nav .perfiles li:hover {
    background-color: #D3D800;
}

nav .perfiles li + li:hover::before {
    opacity: 0;
}

nav .perfiles li:hover a { 
    color: #211915;
    text-decoration: none
} 

nav .nav-item .nav-link:before,
.navbar-menu > li > a:before {
    position: absolute;
    bottom: 18px;
    left: 0px;
    width: 100%;
    height: 6px;
    background-color: #D3D800;
    content: "";
    opacity: 0;
	border-radius: 0px;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transform: translateY(20px);        
}

nav .nav-item .nav-link:hover::before,
.navbar-menu > li > a:hover::before,
.navbar-menu > .active > a:before {
    position: absolute;
    bottom: 18px;
    left: 0px;
    width: 100%;
    height: 6px;
    background-color: #D3D800;
    content: "";
    opacity: 1;
	border-radius: 0px;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transform: translateY(20px);  
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .8em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

nav .nav-item .nav-link:before,
nav .nav-link:hover {
    color: #000;
}

nav .nav-item.active .nav-link:before, 
nav .nav-link:hover:after {
    opacity:1;  
}

nav .menu-estudiante .nav-link:hover:before,
nav .menu-estudiante .nav-link { 
    border: 0 transparent;
}
 
.input-group  {
    background-color: rgba(255,255,255,0.5);
    border-radius: 18px;
}
 
.input-group .form-control {
    border: 0px solid transparent;
    background-color: transparent;
    border-radius: 17px!important;
}

.form-header .input-group .form-control::placeholder,
.form-header .input-group .form-control {
    color: #fff;
}

.input-group .form-control::placeholder {
    color: #fff;
}

.input-group-text {
    cursor: pointer;
    border: 0px solid transparent;
    background-color: transparent;
}

.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-65px;
	top: calc(50% - (227px / 2));
    width:124px;
    z-index: 6;
}

.sticky {
    background-color:#4c85a8;
    border-radius:  18px 0 0 18px;
}

.sticky li{
    list-style-type:none;
    
    color:#fff;
    padding:4px;
    border-radius: 18px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;

    display: flex;
    justify-content: start;
    align-items: center;

    word-break: keep-all;
    height: 52px;
    overflow: hidden;
}
.sticky li:hover{
    margin-left:-160px;
}

.sticky li:hover a{
    color: #fff;
}

.sticky > li.waza:nth-child(3n + 1):hover{
    background-color: #94D40B!important;
}
.sticky > li.waza:nth-child(3n + 2):hover{
    background-color: #005E9C !important;
}
.sticky > li.waza:nth-child(3n + 3):hover{
    background-color: #E31837!important;
}

.sticky li img{
    margin: 7px 11px;
    margin-right: 15px;
}
.sticky li p{
    padding-top:0;
    margin:0px;
    width: 71%;
    line-height: 1.2;
}

.sticky li p a{
    text-decoration:none;
    line-height: 0.7;
}

.custom-file-label:after {
	display: none !important;
}

.breads  {
    position:relative;
    background-color: #EAEAEA;
}    

.breads .flex-fill {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 104px;
    -webkit-line-clamp: 2;
	line-height: normal;
}

.breads::before {
    content: '';
    position: absolute;
    background-color: #EAEAEA;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.btn {  
	font-family: lato700; 
	text-transform: uppercase; 
	border-radius: 10px;
}

.btn-warning {
    color: #211915;
    background-color: #D3D800;
    border-color: #D3D800;
}

.btn-warning:hover {
    color: #211915;
    background-color: #D3D800;
    border-color: #D3D800;
}

.btn-warning.focus,
.btn-warning:focus {
    color: #211915;
    background-color: #D3D800;
    border-color: #D3D800;
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
}

.btn-info {
    color: #fff;
    background-color: #3B2259;
    border-color: #3B2259;
}

.btn-info:hover {
    color: #fff;
    background-color: #492A67;
    border-color: #492A67;
}

.btn-primary { 
    color: #fff;
    background-color: #519795;
    border-color: #519795;
}

.btn-primary:hover { 
    background-color: #519795;
    border-color: #519795;
}

.btn-secondary {    
    color: #fff;
    background-color: #BB0A5F;
    border-color: #BB0A5F;
}

.btn-secondary:hover {    
    color: #fff;
    background-color: #BB0A5F;
    border-color: #BB0A5F;
}

 
.font-22 { font-size: 22px;}
.font-20 { font-size: 20px;}
.font-14 { font-size: 14px;}

/*
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
*/ 

body {
     overflow-x: hidden;
}

/*.cabezera {
    background-color: #DA0160;
}*/

#navbar {
    -webkit-box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.21);
    box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.21);
    background-color: #fff; 
    
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.nav-estudiante,
.nav {
    list-style: none;
}
 
nav .list-group-item a { 
    color: #fff; font-family: lato700;
    text-decoration: none;
    font-size: 15px;
}
 
nav .perfiles li {
    position:relative;
}  

.list-group-item.active {
    z-index: 2;   
    background-color: #D3D800;
    border-color: #D3D800;
}

nav .perfiles li.active a,
nav .perfiles li:hover {
    color: #000!important;
    background-color: #D3D800;
}

nav .perfiles li + li:hover::before {
    opacity: 0;
}

nav .perfiles li:hover a { 
    color: #211915;
    text-decoration: none
}

nav .social li > a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	color: inherit;
	align-items: center;
	justify-content: center;
	width: 22px;
    height: 22px;
    text-align: center;
    font-size: 12px;
    background-color: #FFF;
    border-radius: 50%;
    padding: .25rem;
}

nav .social > li + li {
	margin-left: .5rem;
    border: 0 !important;
}

nav .info-extra > li {
	padding: 0;
}

nav .info-extra > li + li {
	border-left: 1px solid rgba(255, 255, 255, .5) !important;
}

.input-group  {
    background-color: rgba(255,255,255,0.5);
    border-radius: 18px;
 }

.input-group-text {
    cursor: pointer;
    border: 0px solid transparent;
    background-color: transparent;
}

.breads  {
    background-color: #EAEAEA;
}

#contentAspirantes .contentFormulario {
    width: 93%;
    margin: 0 auto;
    background-color: #F7F7FA;
    border-radius: 18px;
    overflow:hidden
}

.contentFormulario .form-group {
    position: relative;  
    margin-bottom: 1.5rem;
}
 
.contentFormulario .form-group .cuerpo_form {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.contentFormulario .form-control::placeholder {
	font-style: italic;
	color: #A5A4AC;
}

.custom-control-label { 
    font-size: 14px;
}

.custom-select  {  
    padding-top: 16px !important;
}
 
.cuerpo_form input[type="date"], .cuerpo_form input[type="datetime-local"], .cuerpo_form input[type="month"], .cuerpo_form input[type="time"] {
    color: transparent!important;    
    padding-top: 16px !important;
    padding-right: 30px;
}

.cuerpo_form input[type="date"]:focus, .cuerpo_form input[type="datetime-local"]:focus, .cuerpo_form input[type="month"]:focus, .cuerpo_form input[type="time"]:focus {
    color: #59595B!important;
}

.cuerpo_form input[type="date"].filled  {
    color: #59595B!important;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before  {
    background-color: #ff5000!important
}

.contentFormulario .form-group .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 7px)!important;
    padding: .575rem .75rem;
    line-height: 1.5;
    color: #59595B;  
    border-radius: 0rem;
    font-size: 17px;
}

.contentFormulario .form-group .custom-file-label::after {
    display: none
}

.contentFormulario .form-group .cuerpo_form .form-label {
    position: absolute;
    left: 10px;
    top: 10px;
    width: auto; 
    font-family: lato700;
    font-size: 16px;
    color: #59595B;
    z-index: 1;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

.contentFormulario .focused .form-label {
    -webkit-transform: translateY(-47%);
        transform: translateY(-47%);
    font-size: 10px!important; 
    color:  #BB0A5F!important
}


.contentFormulario .form-group textarea.form-control{
    height: 150px!important;
}

.contentFormulario .form-group .form-control,
.contentFormulario .form-group .custom-select {
    outline: 0;
    height: calc(1.5em + .75rem + 10px)!important;
    border-radius: 0px ;
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 1px solid #8C8E8F;
    background-color: #fff;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out; 
    font-size: 16px; 
    color: #59595B;
    font-family: lato700;
    padding-top: 19px;
}

.contentFormulario .form-group .form-control.filled {    
    border-bottom: 1px solid #BB0A5F;
}

.contentFormulario { position: relative;}   


.breadcrumb-item + .breadcrumb-item, .breadcrumb-item a {
    color: #492A67;
}

.nav-tablois  {
    border-bottom: 2px solid #519795;
}

.tabs-graduados .nav-link.active {
    border-bottom: 4px solid transparent!important;
}

.nav-tablois .nav-link.active {
    border-bottom: 4px solid #519795;
}

.nav-tablois .nav-link {
    display: flex;
    align-items: center;   
    height: 94px;
    overflow: hidden;  
    line-height: 30px;
}

.nav-tablois .nav-link,
.nav-tablois .nav-link.active,
.nav-tablois .show > .nav-link {
    font-family: lato700;
    font-size: 22px;
    color: #000;
    border-radius:0px!important;
    background-color: transparent;
}

.nav-tablois .nav-link.active .d-flex .pasive { display: none!important}
.nav-tablois .nav-link.active .d-flex .active { display: block;opacity: 1; }
.nav-tablois .nav-link .d-flex .active { display: none}
.nav-tablois .nav-link .d-flex .pasive {  display: block!important; opacity: 1!important;}


.nav-tablois .nav-link .d-flex .active,
.nav-tablois .nav-link .d-flex .pasive { 
    opacity: 0;
    display: none;
    border-radius: 0px;
    margin-right:8px;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}

@media only screen and (min-width: 1200px) {   

    /*.main { margin-top: 144px;}*/

    .form-home {  top: 9%!important  }
}

@media only screen and (max-width: 960px) {   
    .nav-tablois .nav-link,
    .nav-tablois .nav-link.active,
    .nav-tablois .show > .nav-link {
        font-family: lato700;
        font-size: 16px;
        color: #000;
        border-radius:0px!important;
        background-color: transparent;
    }

    .nav-tablois .nav-link {
        display: flex;
        align-items: center;
        height: 100%;
        overflow: hidden;
        line-height: initial;
    }

    .linea_bancaria {
        max-width: 250px;
        margin: 0 auto;
        display: block
    }
    
    .contentFormulario.form-inline .form-group {  width: 100%; }

    .w-50 { width: 100%!important;}

    .form-content {  margin-bottom: 2em; }

    .info_programa { width: 100%!important; margin-bottom: 2em;}

    .single-aside {
        -webkit-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0)!important;
        -moz-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0)!important;
        box-shadow: 1px 1px 11px 0px rgba(0,0,0,0)!important;
        border-radius: 15px;
    }
}


#finanzas-tab.nav-tablois .nav-link.active {
    border-bottom: 4px solid #BB0A5F;
}

#idioma { 
    margin-top: 12px;
    display: block;
}

.Links-footer a {  position:relative; margin-left: 14px; }

.Links-footer a::after {
    content: '>';
    color: #529291;
    position: absolute;
    top: 0px;
    left: -14px;
}


.title_footer { position:relative}

.title_footer::after {     
    position: absolute;
    bottom: -8px;
    left: -5px;
    width: 50px;
    height: 3px;
    background-color: #519795;
    content: "";  
}

.content_img {
	position: relative;
}

.content_img:not(.blog) {
    min-height: 360px;
    overflow: hidden;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.content_img.blog {
	min-height: 265px;
    overflow: hidden;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center right !important;
}

.content_img img { 
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    height: 260px;
    object-fit: cover;
}

.content_img > a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: #FFF;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	z-index: 6;
}

.content_img > a:hover {
	opacity: .2;
}

.content_programs .col-12:hover .content_img img  {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    filter: grayscale(90%);
}

.content_programs .negro  { 
    line-height: 24px;
    /*
    max-height: 50px;
    align-items: center;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
    white-space: normal;
}

.text-smalling {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 64px;
    -webkit-line-clamp: 3;
}

.border-azul:hover .negro { color:  #519795; }
.border-amarillo:hover .negro { color: #D3D733; }
.border-rosado:hover .negro { color: #BB0A5F; }
.border-morado:hover .negro { color: #492A67; }


.plan_img {
    width: 75px;
    background-color: #BB0A5F;
}

.card {
    border-radius: 0px;
}

.card-body { 
    min-height: 195px; 
}


.list_single li {
    position: relative;
    list-style: none;
    margin-bottom: 1em;
}

.list_single .list_child li {
    position: relative;
    list-style: none;
    margin-bottom: 0.7em;
}

.list_single li::after,
.list_single .list_child li::after  {    
    background-color: #D3D800;
    position: absolute;
    content: '';
    border-radius: 50%;

}

.list_single li::after {
    width: 12px;
    height: 12px;
    top: 8px;
    left: -23px;
}

.list_single .list_child li::after {
    width: 10px;
    height: 10px;    
    top: 7px;
    left: -16px;
}

.tab-content .tab-pane .row ul,
.tab-content .tab-pane .row ol {
    margin-left: 1.5em;
}

.tab-content .tab-pane .row ul a,
.tab-content .tab-pane .row ol a {
    color: #BB0A5F;
}

#single_programs.accordion > .card .card-body ol {
    margin-left: 1em;
}

.accordion > .card {
    margin-bottom: 1.4em;
    border: 0px solid transparent;
}

.accordion > .card .card-body {
    background-color: #F7F7FA;
}

.accordion > .card > .card-header { 
    padding: 0;
} 

.accordion > .card > .card-header button {
    background-color: #D3D733;    
    width: 100%;
    color: #000;
    font-family: lato700;
    border: 2px solid #D3D733;
    text-transform: initial;
    font-size: 20px;
    text-align: left;
    padding: .575rem .95rem;
    display: block;
    border-radius: 0;
    text-decoration: none;
}

.accordion > .card > .card-header button.collapsed {    
    background-color: transparent;
    border: 2px solid #A4A4AA;
}
.wrrape-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}


.wrrape-singleprograma {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width:960px) { 
    .wrrape-singleprograma {
        height: 100%;
        padding: 1.8em 0;
    }

    .breads  .font-44 {
        font-size: 22px;
    }

    * h1 {
        font-size: 31px; 
    }
}

.content_eventos_img { max-height: 400px; object-fit: cover; object-position: center;}

.titulo_evento {
    position: relative;
}

.titulo_evento::after {  
    text-transform: uppercase;
    position: absolute;
    content: '';
    width: 45px;
    height: 5px;
    left: auto;
    top: auto;
    margin-left: -85px;
    right: auto;
    bottom: -5px;
}


.titulo_evento.rosado::after {
    background-color: #BB0A5F;
}

.titulo_evento.azul::after {
    background-color: #4c85a8;
}

.titulo_evento.verde::after {
    background-color: #368234;
}

.titulo_evento.amarillo::after {
    background-color: #D3D733;
}



.form-content > div {
    line-height: 38px;
}

.bg-form {
    background-image: url(../images/bg-form.png) ;
    background-size: 100% 100%;
    position: relative;
    width: 100%;  
    min-height: 500px !important;
}


.owl-home.owl-carousel .bg-form { 
    min-height: 466px !important;
}

/*

.bg-form iframe  {
    width: 100%;  
    overflow: hidden!important;   
    max-height: 500px;
    box-sizing: border-box;	 
    scrollbar-width: none;
    min-height: 400px !important;
    height: 285px !important;
    max-height: 500px !important; 
}


.bg-form iframe::-webkit-scrollbar {
    -webkit-appearance: none;
}

.bg-form iframe::-webkit-scrollbar:vertical {
    width:8px; 
    padding-right: 15px;
}

.bg-form iframe::-webkit-scrollbar-button:increment,
.bg-form iframe::-webkit-scrollbar-button {
    display: none;
} 

.bg-form iframe::-webkit-scrollbar:horizontal {
    height: 6px;
}

.bg-form iframe::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #fff ;
    height: 30px;
}

.bg-form iframe::-webkit-scrollbar-track {
    border-radius: 25px;  
}

*/


.form-ofert {
     padding-top: 9px !important;
}


.owl-historia .card a,
.search_programs .card a,
.cards-eventos .card a,
.owl-eventos .card a {
    display: block;
    height: 100%;
}

.owl-historia .card,
.search_programs .card,
.cards-eventos .card,
.owl-eventos .card {
    overflow: hidden;
    background: transparent; 
    background-color: transparent;
    height: 400px;
    width: 100%;
    transition: 0.6s all ease;
    margin-left: auto;
    margin-right: auto;
}
  
.cardTop {
    transition: 0.4s all ease;
    height: 100%;
    background: url("https://i.ytimg.com/vi/lt0WQ8JzLz4/maxresdefault.jpg") no-repeat;
    background-size: cover !important;
    background-position: right !important;
}

a.cardTop {
	background: none !important;
}

.cardBottom {
    background-color: rgba(0, 0, 0, 0.6);
    height: 17%;
    text-wrap: normal;
    transition: 0.4s all ease;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.cardText {
    min-height: 100%;
    padding: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
} 

.card:hover .cardText::after {
    content: '';
    position: absolute;
    top: 48%;
    width: 100%;
    height: 1px;
    background-color: #fff;  
    left: 0;
}

.search_programs .cardBottom {
    background-color: rgba(0, 0, 0, 0.6);
    height: 20%;
}

.search_programs .card:hover .cardText::after {
    top: 59%!important; 
}
  
.cardHoverText {
    line-height: 21px;
    margin-bottom: -2px;
    visibility: hidden;
}
  
.search_programs .card:hover,
.cards-eventos .card,
.owl-eventos .card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.search_programs .card:hover .cardHoverText,
.cards-eventos .card:hover .cardHoverText,
.owl-eventos  .card:hover .cardHoverText {
    visibility: visible;
    transition: 0.4s all ease;
    transition-delay: 0.1999s;
}

.search_programs .card:hover .cardBottom,
.cards-eventos .card:hover .cardBottom,
.owl-eventos  .card:hover .cardBottom {
    transition: 0.4s all ease;
    height: 35%;
    opacity: 1;
}

.search_programs .card:hover .cardTop,
.cards-eventos .card:hover .cardTop,
.owl-eventos  .card:hover .cardTop {
    height: 100%;
    opacity: 0.8;
    transition: 0.4s all ease;
}  

.menu-item {
    padding: 0.2em 0;
    border-top: 1px solid #ecedef;
}

.cardFecha {
    top: 20;
    position: relative;
     margin-left: 20px;
    font-family: lato700;
    font-size: 18px;
    width: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    height: 50px;
    color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 20px;
}

.form-home {
    position: absolute;
    z-index: 4;
    top: 5%;
    width: 29%;
    bottom: 0;
    margin: 0 auto;
    left: auto;
    right: 8%;
}

@media (max-width:960px) { 

    .contentFormulario { 
        margin: 0 auto;
        width: 90%; 
    }

    .form-home {
        position: relative;
        z-index: 4;
        top: auto;
        margin: 0 auto;
        width: 90%;
        max-width: 540px;
        bottom: auto;
        margin: 2em auto;
        left: 0;
        right: 0;
    }

}

.recuadro{ 
    height:100px;
    background-image: url(../images/top_news.png);
    background-position: center;
    background-size: cover;
    transition: opacity .7s;
    width:100%;
    position: relative;
}
  
.ocultar{
    opacity:0;
    display: none;
}

footer {
    background-image: url(../images/footer.jpg) ;
    background-size: cover;
    position: relative;
    width: 100%;
	padding: 10px 0px;
	overflow: hidden;
} 

footer a.blanco:hover { color:#DA0160; }

.logo-footer { max-width: 230px;}

.img-single-blog {
	display: block;
	margin: 0 auto;
	width: auto !important;
	max-width: 100%;
	max-height: 400px;
}


@media only screen and (min-width: 960px) { 
    footer { background-size: 100% 100%; }

   
}

@media only screen and (min-width:996px) and (max-width: 1010px) { 
    .nav-link {
        max-width: 98px!important;
        font-size: 14px;
        padding: .5rem 0.7rem;
    } 

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .5em;
    }
}

@media only screen and (min-width:720px) and (max-width: 1200px) { 
    .nav-link {
         font-size: 14px;
        padding: .5rem 0.7rem;
    } 

    .navbar-brand {
        width: 15%;
    }

    .owl-home.owl-carousel .owl-item img {
        min-height: 550px;
        object-fit: cover;
    }
}


@media only screen and (max-width: 960px) { 

    .contentFormulario {
        margin: 0 auto;
        width: 100%;
    }

    .breads nav { display: none;}

    .contentFormulario .form-group .cuerpo_form .form-label { 
        font-size: 15px;
    }
    
    .logo-footer {
        max-width: 200px; 
    }

    #idioma {
        display: block;
    }

    .contentFormulario .form-group { width: 100%; }

    .nav .nav-item + .nav-item::before { display: none;}

    .recuadro {
        height: 112px; 
        position: fixed;
        bottom: 0;
        z-index: 7;
    }

    .recuadro .font-18 { font-size: 12px;  }

    nav .nav-item {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    nav .menu-estudiante .nav-item + .nav-item::before {
        display: none; 
    }

    nav .nav-item.active .nav-link::before, nav .nav-link:hover::after {
        opacity: 1;    
    }

    nav .nav-item .nav-link::before, nav .nav-link:hover {
        color: #000;
    }

    nav .nav-item .nav-link:hover::before {        
        background-color: #DA0160; 
        width: 150px;
        right: 0;
        margin: 0 auto;  
    }

    nav .nav-item .nav-link::before { 
        width: 150px; 
        background-color: #D3D800; 
        right: 0;
        margin: 0 auto;    
    }

    .menu-estudiante { 
        padding: 0 0 1em ;
    }

    .menu-estudiante .dropdown-menu {
        position: relative;
        width: 100%; 
    }

    nav .nav-item .nav-link { 
        padding: 0.7em 0;
    }

}

/*@media only screen and (min-width:576px) and (max-width: 960px) { 
    .main {  margin-top: 98px;}
}*/

@media only screen and (min-width:300px) and (max-width: 768px) { 

    /*.main {  margin-top: 179px;  }*/

    nav .list-group-item a {  font-size: 12px;  }  
    
    .info-extra .list-group-item:last-child::before { 
        right: 5px!important ;
    }

    .form-home {
        min-height: auto!important;
    }

    .navbar .wpm-language-switcher { 
        padding-right: 1.7rem;
    }

}

@media only screen and (min-width:768px) and (max-width: 1084px) { 
  
    nav .social > li + li {
        margin-left: .3rem;
        border: 0 !important;
    }

    .info-extra .list-group-item:last-child::before { 
        right: 5px!important ; 
    }
    
    .form-home {
        min-height: auto!important;
    }
}

.noticias-page .content_img .fecha {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    text-align: left;  
    width: 100%;
    -webkit-mix-blend-mode: multiply;
    mix-blend-mode: multiply; 
    background-color: #519795; 
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.noticias-page.page-aspirante .content_img .fecha {
    background-color: #DA0160; 
}

.noticias-single .lista-noticias li {
    position: relative;
}

.noticias-single .lista-noticias li::before {
    position: absolute;
    content: '';
    width: 10px;
    top: 10px;
    left: -14px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #a4a4aa
}

.noticias-single .lista-noticias li::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 60%;
    bottom: 0;
    top: 25px;
    left: -10px;
    border: 1px solid #a4a4aa
}

.noticias-single .lista-noticias li:nth-last-child(1)::after {
    display: none;
}

.noticias-single .lista-cat li a:hover,
.noticias-single .lista-noticias li a:hover {
    color: #DB0160; 
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #519795;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
}

.breadcrumb {
	max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumb > li:last-child,
.breadcrumb > li:last-child > a {
	overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}

.single-aside { 
    -webkit-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.3);
    border-radius: 15px;
}

.noticias-single .lista-noticias li span { 
    font-style: italic;
}

.noticias-single .lista-noticias li a {
	max-height: 75px;
    -webkit-caline-clamp: 2;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.noticias-single .lista-cat li a {
	max-height: 56px;
    -webkit-line-clamp: 2;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 28px;
}

.noticias-single .lista-tags .btn {
    border-radius: 0;
    margin-bottom: 10px ;
    margin-right: 5px;
}

.acotacion {
    color: #84489a;
    font-size: 24px;
    font-family: latoMediun;
    max-width: 85%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.acotacion::before,
.acotacion::after { 
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.acotacion::before {
    background-image: url(../images/comillas-left.png);
    left: -45px ;
    top: 5px;    
}

.acotacion::after {
    background-image: url(../images/comillas-right.png);
    right: -45px ;
    bottom: 5px;    
}


.noticias-single img:not(.alignleft),
.noticias-single img:not(.alignright) {
   height: auto;
   width: 100%;
}

.noticias-single img.alignleft {
   float: left;
   width: calc(50% - 1rem);
   margin: 0 0 2rem 0;
   position: relative;
   margin-right: 1rem;
}

.noticias-single img.alignright {
   float: right;
   width:calc(50% - 1rem);
   margin: 2.313rem 0;
   position: relative;
   margin-left: 1rem;
}

.single > img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    padding-right: 2em;
}

.casos-estudiantes #finanzas-tab.nav-tablois .nav-link.active {
    border-bottom: 4px solid #492a67;
}

.mi-konrads ul li {
    margin-left: 15px;
    display: block;
    position: relative;
} 

.mi-konrads ul li::after  {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #bb0a5f;
    border-radius: 50%;
    left: -15px;
    top:9px;
} 

.single-eventos ul li {
    padding: 1.2em 0;
    border-top: 1px solid #ecedef;
}


.redes-single { 
    border-top: 0px solid transparent!important; 
}

.redes-single a { 
    color: #8c8e8f;
}

.redes-single a i { 
    font-style: 19px;
}
 
.redes-single a:hover  {
    color: #492A67;   
}

.SingleEve_tags .btn {
    color: #fff;
    background-color: #84489a;
    border-color: #84489a;
}

#Even.nav-tablois .nav-link.active {
    border-bottom: 4px solid #492a67;
}

.cover-overlay {
     width: 100%;
    height: 400px;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/programa01.png);
    background-color: black;
    background-size: cover;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
  }
  
  .cover-overlay .overlay {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 2fr 2fr 1fr;
    background: rgba(77, 77, 77, 0.9);
    color: #fef5df;
    opacity: 0;
    transition: all 0.5s; 
  }
  
  .cover-overlay .items {
    padding-left: 20px;
    letter-spacing: 1px;
  }
  
  .cover-overlay .head {
    font-size: 30px; 
    transform: translateY(40px);
    transition: all 0.7s;
  }

  .cover-overlay  .head hr {
    display: block;
    width: 0;
    border: none;
    border-bottom: solid 2px #fef5df;
    position: absolute;
    bottom: 0;
    left: 20px;
    transition: all 0.5s;
  }
  
  .cover-overlay  .price {  
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s;
  }
  .cover-overlay  .price .old {
    text-decoration: line-through;
    color: #b3b3b3;
  }
  
  .cover-overlay  .cart {
    font-size: 12px;
    opacity: 0;
    letter-spacing: 1px;
    font-family: "Lato", sans-serif;
    transform: translateY(40px);

    transition: all 0.7s;
  }
  .cover-overlay .cart svg { 
    color: #fff;
  }
  .cover-overlay .cart span {
    margin-left: 10px;
  }
 
  .cover-overlay:hover .overlay {
    opacity: 1;
  }
  .cover-overlay:hover .overlay .head {
    transform: translateY(0px);
  }
  .cover-overlay:hover .overlay hr {
    width: 75px;
    transition-delay: 0.4s;
  }
  .cover-overlay:hover .overlay .price {
    transform: translateY(0px);
    transition-delay: 0.3s;
    opacity: 1;
  }


  .cover-overlay:hover .overlay .cart {
    transform: translateY(0px);
    transition-delay: 0.6s;
    opacity: 1;
  }

  ul.list-calendario li:hover .card_calendario {
    opacity:1;
  }

  ul.list-calendario li:hover ~ .card_calendario {
    opacity:0.6;
  }

  .box-hover2 {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    top: 0px;
    position: relative; 
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
	
.box-hover1 {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    top: 0px;
    position: relative; 
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 14px;
  }

  .box-hover2:hover {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.5);
    top: -4px; 
  }

  .card_calendario {
      position: relative;
      max-width: 300px;
      width: 100%;
      padding: 1.5em;
      text-align: center;
      border-radius: 18px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
      top: 0px;
      margin-bottom: 1em;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }

  .card_calen_amarrillo {
      background-color: #f2f2f2;
    max-width: 100%!important;
    text-align: left;
    border-radius: 12px 0 0 12px!important;
    min-height: 297px;
  }

  .card_calen_amarrillo .negro {
    height: 88px;
    display: flex;
    align-items: center;
    line-height: 28px;
   }
   
   .card_mini {
    min-height: initial!important;
    border-radius: 12px!important;
   } 

   .card_mini a {
       color: #59595b;
       font-family: lato600;
       font-size: 16px;
       margin-bottom: 0.4px;
   }

   .card_mini a:hover{
    text-decoration: underline;
   }

   .card_mini .negro {
    height: auto!important; 
   }

  .card_calen_amarrillo::after {
    background-color: #d3d733!important;
  }

  .card_calendario:hover { 
    -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.5);
      top: -4px; 
  }

  .card_calendario:hover::after {  
    background-color: #84489a; 
    transition: all 2s ease-in;
    -webkit-transition: all 2s ease-in;
    -moz-transition: all 2s ease-in;
    -ms-transition: all 2s ease-in;
    -o-transition: all 2s ease-in;
  }

  .card_calendario::after { 
    content: '';
    width: 15px;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #29003F;
    border-radius: 12px 0 0 12px ;
    
  }

  .list-aspirante .card_calendario::after { 
    content: '';
    width: 15px;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #bb0a5f;
    border-radius: 12px 0 0 12px ;
  }

  
  .list-costos .card_calendario::after { 
    content: '';
    width: 15px;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #D3D733;
    border-radius: 12px 0 0 12px ;
  }

  .list-costos .card_calendario {
    max-width: 100%;
  }

  .list-calendario {
      width: 100%;
      text-align: center;
  }

  .list-calendario li {
      margin-bottom: 2.5em;
     width: calc(98% / 3 );
     display: inline-block;
}

.table .thead-dark th {
    color: #fff;
    background-color: #bb0a5f;
    border-color: #bb0a5f;
}

.table .thead-dark th { 
    width: 14%;
}

table th,
table td {
	vertical-align: middle !important;
}

table td ul,
table td ol {
	list-style-position: inside;
}

.list-general { 

}


.list-general li {
    margin-left: 15px;
    display: block;
    position: relative;
} 

.list-general  li::after  {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #bb0a5f;
    border-radius: 50%;
    left: -15px;
    top:9px;
} 

.custom-file-label {
    height: calc(2.25rem + 26px)!important;
    display: flex;
    align-items: center;
}
 
.owl-konrads img, .owl-konradsGraduados img {
    max-width: 85px;
    margin: 0 auto 1em;
    display: block;    
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

.owl-konrads .item:hover img, .owl-konradsGraduados .item:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.owl-konradsGraduados .item {
    padding: 0 2em!important;
}

.owl-konradsGraduados .item,
.owl-konrads .item { 
    text-align: center;
    padding: 0 5px;
    position: relative;
} 

.owl-konradsGraduados .item::after,
.owl-konrads .item::after {
    display: inline-block;
    background-color: #fff;
    content: '';
    position: absolute;
    left: -3px;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
    top: 11px;
    width: 1px;
    height: 50%;
    max-height: 54px;
}  
 

.titulo-blog { 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 45px;
    -webkit-line-clamp: 1;
}


.parrafo-blog { 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 65px;
    -webkit-line-clamp: 2;
}

.blog-homes .media {
    background-color: #fff;
    border: 1px solid #919191;
} 

.blog-homes .media { margin-bottom: 0.8em; align-items: center; overflow: hidden; }

.blog-homes .media img {
    height: 122px;
    object-fit: cover;
    width: 100%;
    max-width: 175px;  
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

.blog-homes .media img:hover {
    filter: grayscale(90%);
}

.blog-homes .media:nth-last-child(1) { margin-bottom: 0em;}
 
.big-card .bg-blanco {
    width: 89%;
    position: relative;
    z-index: 1;
}

.linea-negocio {
    position: relative;
}

.linea-negocio::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFCB04;
    height: 325px;
}

.linea-negocio .card {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    min-height: 340px;
    border: 0px solid transparent;
    border-radius: 0px;
    overflow: hidden; 
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}


.linea-negocio .card:hover {
    filter: grayscale(50%);
}

.linea-negocio .card .card_content {
    width: 50%;
    position: absolute;
    top: 0;
    text-align: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: 0;
}

.linea-negocio .card .card_content .text {
    overflow-y: scroll;
    max-height: 200px;
    box-sizing: border-box;	
	scrollbar-color: rgba(255, 255, 255, .5) rgba(255, 255, 255, 0);
    scrollbar-width: thin;
    padding-right: 5px;
}

.linea-negocio .card .card_content .text::-webkit-scrollbar {
    -webkit-appearance: none;
}

.linea-negocio .card .card_content .text::-webkit-scrollbar:vertical {
    width:6px;
    
}

.linea-negocio .card .card_content .text::-webkit-scrollbar-button:increment,
.linea-negocio .card .card_content .text::-webkit-scrollbar-button {
    display: none;
} 

.linea-negocio .card .card_content .text::-webkit-scrollbar:horizontal {
    height: 10px;
}

.linea-negocio .card .card_content .text::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 20px;
    border: 0.5px solid #f2f5f7 ;
    height: 30px;
}

.linea-negocio .card .card_content .text::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.tabs-graduados .nav-link {
    padding: .5rem 0.5rem;
}

.tabs-graduados  {
    border-bottom: 2px solid #492a67;
}
 
.list-img li {
    list-style: none;
    width: 24%;
    float: left;
    padding: 0 0.2em;
}

@media only screen and (min-width: 960px) {  
    .list-img li:nth-child(2n)  {
        margin-top: 40px;  
    }

    .pills-contentGraduados img {
        /*max-width: 50%;*/
        display: block!important;
    }
}

ul.list-graduados li {
    margin-left: 15px;
    margin-bottom: 10px;
    display: block;
    position: relative;
} 

ul.list-graduados li::after  {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #d3d733;
    border-radius: 50%;
    left: -15px;
    top:9px;
} 

.habil span {
    width: 10px;
    height: 10px;
    border: 1px solid #ac4eb6;
    background-color: transparent;
    display: inline-block; margin-right: 5px;

}

.habil span.active { 
    border: 1px solid #ac4eb6;
    background-color: #ac4eb6;
}

.pills-contentGraduados img {
   display: none;
}

.nav-facultades .nav-link {
    background-color: #fff;
    border-radius: 0px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column ;
}
 
.nav-facultades.nav-pills .nav-link.active,
.nav-facultades.nav-pills .show > .nav-link {
    color:inherit;
    -webkit-box-shadow: 0.5px 6px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0.5px 6px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0.5px 6px 10px 0px rgba(0,0,0,0.3);
    background-color: transparent;
}

.nav-facultades.nav-pills .nav-link:hover  {
    -webkit-box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.3);
}

.owl-theme .owl-nav {
    margin-top: 0;
    height: 0;
    position: absolute;
    top: calc(50% - (10px - 0px));
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.owl-theme .owl-nav [class*="owl-"] {
    padding: 0px;
    background: transparent;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

.owl-eventos .owl-nav .owl-next {
    right: -6em;
    position: relative;
}


.owl-eventos .owl-nav .owl-prev {
    left: -5em;
    position: relative;
}

.portalEstudiantil {
    width: 100%;
}

.redes-contacto li { 
    margin: 0 2px;
}

.redes-contacto li a img{ 
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

.redes-contacto li a:hover img{ 
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); 
}

.content-historia .card:hover .cardText::after {
    display: none;
}

.content-historia .card:hover .cardBottom {
    transition: 0.4s all ease;
    height: 100%;
    opacity: 1;
}

.content-historia .cardBottom {
    height: 22%;
}

.content-historia .card:hover .cardText h4 {
    display: block;
    max-height: 100%;
}

.content-historia .cardText h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 100px;
    -webkit-line-clamp: 3;
}

.posfooter {
    background-color: #519795;
}

.form-content {
    position: absolute;
    bottom: 0;
    left: calc(10% - 15px);
    z-index: 2;
    height: 100vh;
}

.icon_prehome {
    list-style: none;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: calc(10% - 15px);
    z-index: 2;
}

.icon_prehome li {
    width: 130px;
    height: 125px;
    border-radius: 49% 49% 0 0 ; 
    margin-right: 15px;
    background-color: #F7F7FA;

    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
}

.icon_prehome li a {
    display: block;
    height: 100%;
}

.icon_prehome li:hover {
    height: 150px;
}

.icon_prehome li:nth-last-child(1) {
    margin-right: 0!important;
}

.icon_prehome li:nth-child(1) {
    background-color: #F7F7FA;
}

.icon_prehome li:nth-child(2) {
    background-color: #F7F7FA;
}

.icon_prehome li:nth-child(3) {
    background-color: #F7F7FA;
}

.icon_prehome li img { 
    width: 100%;
    max-width: 100px;
    margin: 15px auto 0;
    display: table;
}

.form-home .pre {
    border-radius: 0 0 0 0;
    margin: 0 0 -3px 1px;
    max-width: 79%;
}

@media only screen and (min-width:576px) and (max-width: 960px) { 
     
    .font-36 {
        font-size: 26px;
    }
}

@media (max-width: 576px) {    

    .font-36 {
        font-size: 28px;
    }

}



@media (max-width: 960px) { 

    .form-content {
        top: 0; 
        bottom: auto;
        height: auto;
        top: 20%;
    }
     
    .icon_prehome {
        position: relative;
        left: calc(0% - 15px);
        z-index: 2;
        margin-top: 7em;
    } 


}


.centrosInvestigativo .nav-pills .nav-link {
    height: 33.3%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    border-radius: 0;
    max-width: 100%!important;
}


.logo-centros {
    width: 100%;
    max-width: 257px;
}

.centrosInvestigativo .nav-contents {
    position: relative;
    z-index: 4;
}
 
.centrosInvestigativo .nav-pills .nav-link.active .nav-contents > div:nth-child(1) { 
    text-decoration: underline;
}

.centrosInvestigativo .nav-pills .nav-link.active::after,
.centrosInvestigativo .nav-pills .nav-link:hover::after,
.centrosInvestigativo .nav-pills .show > .nav-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.78);
    z-index: 2;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
    opacity: 1;
}

@media (min-width: 960px) { 
    .nav-ContentcentroIv, 
    .tab-ContentcentroIv > .active { 
        height: 100vh !important;
    }
}


#pills-formacion .card {
    border-radius: 18px;
    min-height: 320px;
    margin-bottom: 1.8em;
}

.titulo_sup {
    min-height: 112px;
    display: flex;line-height: 1.4;
    padding: 0 1em;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.tags_content {
    background-color: #519795;
    color: #fff;font-family: lato600;
    font-size: 28px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    text-align: center;
}

.formacion_investigativa .media {
    margin-bottom: 1em;
}

.formacion_investigativa .media  {
    margin: 0 0 0 1em;
    list-style: none;
}

.formacion_investigativa .media ul li {
    position: relative;
}

.formacion_investigativa .media ul li::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #D3D733;
    border-radius: 50%;
    left: -15px;
    top:9px;
} 

  
.info-investigacion .col-xs-12 {
	padding: 0 1px;
}

.info-investigacion .content-service {
	position: relative;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	height: 350px;
	overflow: hidden;
	margin-bottom: 10px;
}


.info-investigacion .content-service * {
	transition: all ease-in-out .3s !important;
}

.info-investigacion .content-service:hover .sub-main-info {
	cursor: pointer;
	right: 60%;
	transition: all ease-in-out .3s;
}

.info-investigacion .content-service .sub-main-info {
	background-color: rgba(20, 104, 103, 0.79);
	width: 40%;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	float: right;
	transition: all ease-in-out .3s;
}

.info-investigacion .content-service .sub-main-info .content {
	padding: 25% 25px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
  
.info-investigacion .content-service .sub-main-info a {
	display: table;
	transform: rotate(-90deg);
	position: absolute;
	bottom: 155px;
	right: -195px;
	width: 350px;
	text-align: center;
	background-color: #D3D733;
	color: #211915;
	text-transform: uppercase;
	padding: 10px 0; 
}





.wpcf7-form br {
	display: none !important;
}

.general-text {
	position: relative;
	color: #333;
	font-size: 18px;
}

.tab-content>.tab-pane ol,
.tab-content>.tab-pane ul { 
    margin-left: 25px!important;
}

.tab-content>.tab-pane .alignright,
.general-text .alignright {
	float: right;
	margin: 1rem 0 1rem 1rem;
}

.tab-content>.tab-pane .alignleft,
.general-text .alignleft {
	float: left;
	margin: 1rem 1rem 1rem;
}

.tab-content>.tab-pane .aligncenter,
.general-text .aligncenter {
	display: block;
	margin: 1rem auto;
}

.general-text h3 {
	color: #BB0A5F!important;
	font-size: 24px;
	font-family: lato700;
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}

.general-text > *:first-child {
	margin-top: 0 !important;
}

.card-programas {
	overflow: hidden;
}

.card-programas.main-oferta,
.card-programas.main-oferta .body {
	background-color: #F7F6FB !important;
}

.card-programas .cardHoverText {
	position: relative;
	padding-top: 10px;
    margin-top: 10px;
}

.card-programas .cardHoverText:before {
	height: 1px;
	top: 0;
	left: -10px;
	right: -10px;
	background-color: #FFF;
	content: '';
	position: absolute;
}

.card-programas .cardText::after {
	display: none !important;
}

.card-programas .cardBottom {
	bottom: -10%;
}

.card-programas .cardBottom .cardBodyTow {
	opacity: 0;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.card-programas:hover .cardBottom .cardBodyTow {
	opacity: 1;
}

.card-programas .cardBottom,
.card-programas:hover .cardBottom {
	height: auto !important;
}

.card-programas:hover .cardBottom {
	bottom: 0;
}

.navbar .wpm-language-switcher {
    font-family: lato700;
    background-color: transparent !important;
    border-color: transparent !important;
    text-transform: uppercase;
    color: #FFF;
    padding-right: 1.1rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
}


.info-extra .list-group-item:last-child::before { 
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900; 
    color: #fff;
    position: absolute;
    right: 16px;
    top: 2px;

}

.navbar .wpm-language-switcher option {
	color: #000;
}

.title-underline {
	position: relative;
}

.title-underline:after {
	content: '';
    display: block;
    height: 3px;
    width: calc(100% - 10px);
    margin: .25rem auto 0;
}

.title-underline.rosado:after {
	background-color: #BB0A5F;
}

.title-underline.verde:after {
	background-color: #368234;
}

@media screen and (min-width: 576px) {
	.card-programas .title {
		display: -webkit-box;
		max-height: 48px;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		white-space: normal;
		overflow: hidden;
		-webkit-line-clamp: 2;
	}
	
	.card-programas:hover .title {
		display: block;
		white-space: normal;
		max-height: inherit;
	}
}

@media screen and (max-width: 996px) {

    .cabezera .list-group-horizontal li{ 
        width: calc(100% / 4);
    }

    .cabezera .list-group-horizontal li a {
        text-align: center;
    }

    .form-header {
        margin: 10px;
    }

    .conent_prego .bg-form {
        max-width: 100%; 
    }

    
    .bg-form {
        max-width: 90%;
        margin: 0 auto;
    }
    
    .form-content {
        margin-bottom: 2em;
        left: 0;
        position: relative;
    }

    .info-extra {
        width: 100%;
        justify-content: center;
    }

    .sticky li:hover {
        margin-left: -100%;
    }

    .navbar .wpm-language-switcher {
        font-size: 12px;
    }

    .navbar-brand {
        width: 39%;
        padding: 5px 0;
    }

    .wrrape-home .Content_Slider {
        width: 100%; 
        padding: 1em 3em;
        position: absolute;
        left: auto;
        top: 0;
        bottom: 0;  
    }

    .wrrape-home .Content_Slider h1 {
        font-size: 24px;
    }

    .wrrape-home .Content_Slider h2 {
        font-size: 22px;
    }


    .wrrape-home .Content_Slider h3 {
        font-size: 20px;
    }

    .wrrape-home .Content_Slider h4 {
        font-size: 18px;
    }

    .owl-theme .owl-nav [class*=owl-] img {
        max-width: 25px;
    }

    .menu-fixed .navbar-brand {
        width: 24%;
        padding: 0 0;
    }

    .icon_prehome li img {
        width: 100%;
        max-width: 100%; 
    }

    .icon_prehome li { 
        width: calc(100% / 4);
        margin-right: 0!important;
    }
        
    .icon_prehome { 
        left: 0; 
    }

    .general-text ul {
        margin-left: 25px!important ;
    }

    .list_single li::after {
        width: 12px;
        height: 12px; 
        left: -20px;
    }

    .list_single li ul {
        margin-top: 1em;
    }

    .tab-content>.tab-pane img:not(.alignleft),
    .tab-content>.tab-pane img:not(.alignright) {
        width: auto!important;
        max-width: 50%;
        height: auto;
    }


    .tab-content>.tab-pane img {
        width: 100%;
    }

    .tab-content>.tab-pane p iframe {
        width: 100%;
    }

    .general-text .alignright { 
        max-width: 50%;
        object-fit: cover;
    }

    .general-text .aligncenter {
        object-fit: cover;
        max-width: 95%;
    }  

    .table-responsive.w-75 {
        width: 96%!important;
    }

    .icon-facultad {
        max-width: 60px;
    }

    .linea-negocio .card {
        background-size: cover!important;
    }
    
 
    .linea-negocio .card .card_content {
        width: 60%;
    }
 
    .linea-negocio .card .card_content.w-25 { 
        width: 70%!important;
    }

    .alignnone  {
        width: auto;
    }

}


.min-ht h3 {
    font-family: lato700; 
    color: #3B2259; 
     min-height: 56px;
}


@media (min-width:960px) { 

    .min-ht {
        min-height: 250px;
    }
        
    .wrrape-home .Content_Slider {
        width: 100%;
        max-width: 100%;
        position: absolute;
        left: auto;
        top: 0;
        bottom: 0; 
        padding-left: 8em;
        padding-right: 8em;
    }

    .wrrape-home .Content_Slider .bg-amarrillo {
        border-radius: 35px;
    }
           
    .min-50 {
        width: 50%;
    }
} 

.min-50 img {
    width: 100%;
}

/*#wp-live-chat-header {
	visibility: hidden;
	opacity: 0;
	display: none;
	overflow: hidden;
}

#wplc_hovercard,
#wp-live-chat-2 {
	right: 65px !important;
}*/


/**************************/


.mainpaqrs {
    position: relative;
}

.imgPqrs {
    position: absolute;
    top: calc(0% - (-28% / 2 ));
    bottom: 3em;
    right: 0;
    width: calc(50% - (40px / 2));
    height: 100%;
    object-fit: cover;
}

@media (max-width: 960px) {  
    .imgPqrs {
        position: relative;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.custom-file-label {
    height: calc(1.5em + .75rem + 2px) !important;
}


.custom-file{
    background-color: #fff;
}

.custom-file-label {
     border-radius: 0px ;
    background-color: transparent;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 1px solid #11436057;
    box-shadow: 0 1px 0 0 #11436057;
    transition: box-shadow 150ms ease-out;
}

.custom-file {
     width: 100%;
}

.custom-file-label::after {
    content: url('../images/clip.png');
    background-color: transparent;
    border: 0px;
    padding: 0 11px;
}

.content_page ul {
    margin-left: 0.975em;
}

#collapse_2 .body_darks td:nth-last-child(1) { 
    width: 150px;
    word-wrap: break-word;
}
  
.cabezera a:not(:hover):visited {
	color: #d3d800 !important;	
}

.cabezera .active a:not(:hover):visited {
	color: #000 !important;
}
 
.icon-facultad {
    max-width: 60px;
}

.tab-interes {
    max-width: 310px;
    margin-left: auto;
}

.content_interes {
    background-image: url(../images/interes_bg.jpg) ;
    background-size: cover;
    position: relative;
    width: 100%;
	padding: 0;
	overflow: hidden;
}


.list-linkInteres li {
    margin-bottom: 1em;
}

.list-linkInteres li a {

}

.list-linkInteres .media img {
    width: 80px;
}

.list-linkInteres {	
    overflow-y: scroll;
    max-height: 540px;
    box-sizing: border-box;	
	scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
    scrollbar-width: thin;
    overflow-x: hidden;
}

.content-rojo .blanco::-webkit-scrollbar {
    -webkit-appearance: none;
}

.content-rojo .blanco::-webkit-scrollbar:vertical {
    width:10px; 
    padding-right: 5px;
}

.content-rojo .blanco::-webkit-scrollbar-button:increment,
.content-rojo .blanco::-webkit-scrollbar-button {
    display: none;
} 

.content-rojo .blanco::-webkit-scrollbar:horizontal {
    height: 10px;
}

.content-rojo .blanco::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 20px;
    border: 1px solid #000 ;
    height: 30px;
}

.content-rojo .blanco::-webkit-scrollbar-track {
    border-radius: 10px;  
}