@import url('../fonts/poppins.css?v=2');
@import url('layouts.css?v=1');

a {
  text-decoration: none;
}
img, svg {
  border: 0;
}
.main img {
  max-width: 100%;
  height: auto;
}
.dropdown-menu {
  --bs-dropdown-min-width: 15.6rem;
}
.dropdown-menu:hover,
.nav-link.dropdown:hover + .dropdown-menu {
  display: block;
}
.transition-span {
  width: 53px;
  display: flex;
  align-items: center;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;

}
.transition-span span {
  display: none;
  width: 200px;
}
#map {
  width: 100% !important;
}
.zindex-5 {
  z-index: 5;
}
.text-lime{
  color: var(--bs-primary);
}
.text-udc {
  color: var(--bs-success);
}
.text-purple {
  color: var(--bs-secondary);
}
.text-green {
  color: var(--bs-primary);
}
a .text-black-link {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
a:hover .text-black-link {
    color: var(--bs-primary) !important;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
/*section a:not(.nav-link)[href="#"],
section a:not(.nav-link)[href="javascript:;"] {
  opacity: 0.7;
}*/
.navbar-expand-xl .navbar-collapse {
    margin-left: auto;
    flex-grow: 1 !important;
}
.list-unstyled .list-unstyled {
  margin-top: 10px;
}
.text-grey {
  color: var(--bs-gray);
}
.vertical-m h4{
  vertical-align: middle;
}
.bg-tertiary {
  background-color: var(--bs-tertiary);
}
.bg-lime {
  background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity-10));
}
.bg-lime-a {
  background-color: var(--bs-primary);
}
.bg-lime-b {
  background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity-10));
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.bg-lime-b:hover {
  background-color: var(--bs-primary);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.bg-lime-b:hover a {
    color: var(--bs-light) !important;
}
.bg-lime-b:hover .text-dark{
    color: var(--bs-light) !important;
}
.bg-lime-b:hover .icon {
    color: var(--bs-light) !important;
}
.bg-purple {
  background-color: var(--bs-secondary);
}
.bg-udc-header {
  background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity-60));
}
.fs-24 {
  font-size: var(--bs-h3-font-size);
  line-height: calc(var(--bs-h3-font-size) + 7px);
}
.fs-36 {
  font-size: var(--bs-h2-font-size);
  line-height: calc(var(--bs-h2-font-size) + 7px);
}
.fs-72 {
  font-size: var(--bs-h1-font-size);
  line-height: calc(var(--bs-h1-font-size) + 7px);
}
.w-50px {
  width: 50px !important;
}
.w-60px {
  width: 60px !important;
}
/* ///////////// fw //////////////// */
.fw-light {
    font-weight: 100!important;
}

.fw-normal {
    font-weight: 200!important;
}

.fw-semibold {
    font-weight: 400!important;
}

.layout-container .layout-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.icon--hover:hover .icon-header {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  cursor: pointer;
}
.icon--hover:hover .icon-box {
    background-color: var(--bs-secondary) !important;
    color: var(--bs-light);
    cursor: pointer;
}
.icon-box-purple .icon {
  margin-top: 10px;
}
.btn p {
  margin: 0;
}
.disabled-link {
  pointer-events: none;
  filter: grayscale(1);
}
.min-h-64 {
  min-height: 64px;
}
.rounded-bottom-80 {
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
.carousel-fade .carousel-item {
  background-size: cover;
  background-position: center center;
}
.center-background {
  background-size: cover;
  background-position: center center;
}
.center-image-card {
  display: flex;
  flex-flow: column;
  max-height: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #212529;
}
.center-image-card img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  object-fit: scale-down;
  backdrop-filter:blur(20px)
}
.nav-udc .nav-link {
  width: 200px;
}
.nav-udc .nav-link:not(.active) .icon-box-media {
  background-color: var(--bs-dark);
}
.slick-prev,
.slick-next {
  z-index: 1;
}
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
  flex: 1 0 auto;
}
.slick-slide > div{
  display: flex;
  height: 100%;
}
/* H5-NOTICIAS */
.h5, h5 {
    font-size: 1.2rem;
    font-weight: 300 !important;
}
/* Estilos de carruseles */
.home-carousel.vh-100{
  max-height: calc(100vh - 80px) !important;
  overflow: hidden;
  height: inherit !important;
}
.home-carousel.vh-100 img {
  width: 100%;
}
.home-carousel.vh-100 .carousel-itemactive {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.home-carousel svg {
  margin-bottom: -1px;
}


/* LOADING */
.pace-running * {
	display: none;
	opacity: 1;
}
.pace-running {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	z-index: 10000;
	opacity: 1;
}
.pace-running::after,
.pace-running::before {
	content: '';
	display: block;
	width: 70px;
	height: 70px;
	animation-name: girar;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	position: absolute
}
.pace-running::before {
	border: 10px solid transparent;
	border-top: 10px solid #661081;
	border-radius: 50%;
	z-index: 1
}
.pace-running::after {
	background-image: url('../img/loader/circle-load.png');
	background-size: contain;
    background-position: center center;
}
.pace-done {
	opacity: 1
}
@keyframes girar {
	from {
    	transform: rotate(0deg);
	}
	to {
    	transform: rotate(360deg);
    }
}
/* END LOADING */

/*-- Top --*/

.top-25 {
    top: 250px !important;
}

/* LINEA-ANIMADA */
.underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    overflow: hidden;
}
.underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: var(--bs-primary);
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.underline-from-center:hover:before, .underline-from-center:focus:before, .underline-from-center:active:before {
    left: 10px;
    right: 10px;
}
/* LISTA SERVICIOS Y TRAMITES */
.list-st  {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.list-st:hover {
    color: var(--bs-secondary);
    cursor: pointer;
}
.list-st span {
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 9px;
    /*top: 49%;*/
    vertical-align: middle;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    transform: translateY(-50%);
}
.list-st a:hover span {
    padding-left: 5px; 
    color: var(--bs-secondary);
    cursor: pointer;
    vertical-align: middle;
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.list-st svg {
    position: absolute;
    left: 0;
    top: 10px;
    /*top: 49%;*/
    vertical-align: middle;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    transform: translateY(-50%);
}
.list-st:hover svg {
    margin-left: 4px; 
    color: var(--bs-secondary);
    cursor: pointer;
    vertical-align: middle;
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
/* ESTUDIA EN LA UDC */

.icon-box {
    transition: all .22s ease-in-out;
}
.icon-box-media {
  display: block;
  width: 96px;
  min-width: 96px;
  height: 96px;
  background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity-50));
  border: 14px solid var(--bs-light);
  transition: all .22s ease-in-out;
  border-radius: 0.5rem;
  background-position: 50%;
  background-size: cover;
  font-size: 1.5rem;
  line-height: 2.75rem;
  text-align: center;
}
.text-center .icon-box-media {
  margin-right: auto;
  margin-left: auto;
}
.icon-box:hover .icon-box-media {
    border-color: var(--bs-light);
    background-color: var(--bs-light);

    background: var(--bs-light);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.icon-box .icon-box-media {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.icon-box-purple:hover .icon-box-media {
	border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity-0));
	background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity-50));
}
.icon-box:hover {
  background-color: var(--bs-secondary) !important;
  color: var(--bs-light);
}
.icon-box-purple:hover {
	background-color: transparent !important;
}
.icon-estudia {
  vertical-align: -webkit-baseline-middle;
  max-height: 100%;
}

/* ICONOS VIDA EN EL CAMPUS */

.icon-box2 {
  transition: all .22s ease-in-out;
}
.icon-box2-media {
  display: block;
  width: 96px;
  min-width: 96px;
  height: 96px;
  background-color: var(--bs-secondary);
  border: 14px solid var(--bs-light);
  transition: all .22s ease-in-out;
  border-radius: 0.5rem;
  background-position: 50%;
  background-size: cover;
  font-size: 1.5rem;
  line-height: 2.75rem;
  text-align: center;
}
/* ICONOS BODY */
.ico-plataformas {
    height: 50px;
    width: auto;
}

/* ICONOS BODY */

.icon-body {
  height: auto;
}
.icon-body:hover {
  background: rgba(var(--bs-success-rgb),var(--bs-bg-opacity-10));
  border-radius: 3px;
}
/* TITULO MORADO */
.titulo-morado {
  font-size: 18px;
  color: var(--bs-secondary);
}
/* INFORMES */
.ico-informes {
  float: left !important;
}
.translate-middle-inf {
  transform: translate(-50%,-90%) !important;
}
/* ESTUDIANTE */
.card-estudiante {
    flex: 0.6 1 auto;
    color: var(--bs-card-color);
}
.icon-hover-estudiante:hover .icon-header {
    color: var(--bs-light);
}
.icon-hover-estudiante:hover {
    color: var(--bs-light);
    cursor: pointer;
}
/* PLATAFORMAS */
.linea-abajo {
    border-bottom: 1px solid rgba(var(--bs-success-rgb),var(--bs-bg-opacity-10));
    margin: 0px 5px;
    margin-left: 10px;
    margin-right: 10px;
}
/* RECURSOS */
.icon-r {
  width: 70px !important;
  min-width: 70px !important;
  height: 70px !important;
  margin: 0 auto;
}

.card-hover.border-0::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity .2s ease-in-out;
  border: 1px solid rgba(95, 94, 163, 0.3);
  border-radius: calc(0.375rem - 1px);
  content: "";
  z-index: 3;
  opacity: 0;
}
.card-hover.border-0:hover::before {
  opacity: 1;
}
[class*="box-resize"] .card-img-gradient::after, 
[class*="box-resize"] .card-img-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-in-out;
    content: "";
    opacity: 0;
}
[class*="box-resize"] .card-img-gradient::after {
    background: rgba(95, 94, 163,.3);
    background: linear-gradient(to top, rgba(95, 94, 163, 0.9) 0%, rgba(95, 94, 163, 0.5) 35%, rgba(95, 94, 163, 0) 100%);
}
[class*="box-resize"].card:hover .card-img-gradient::after, 
[class*="box-resize"].card:hover .card-img-overlay {
  opacity: 1;
}
.card-relative .card-img-overlay {
  position: relative
}
.card-floating-text {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
  transition: opacity .25s ease-in-out;
  z-index: 5;
  opacity: 0;
}
.card:hover .card-floating-text {
  opacity: 1;
}

#oferta > div.col-md-4.position-relative.plan.mb-4.active.open > a {
  /* background-color: var(--bs-secondary); */
  background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity-50));
  /* color: var(--bs-dark-hover); */
}

#oferta > div.col-md-4.position-relative.plan.mb-4.active.open > a > div.icon-box-media.mb-3.bg-faded-primary.text-primary.rounded-circle.d-flex.justify-content-center.align-items-center {
  background-color: #fff;
}

.icon-box-media {
    display: block;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity-50));
    border: 14px solid var(--bs-light);
}

#oferta > div.col-md-4.position-relative.plan.mb-4.active.open > a > div.icon-box-media.mb-3.bg-faded-primary.text-primary.rounded-circle.d-flex.justify-content-center.align-items-center > svg {
    display: inline-block;
    stroke-width: 0;
    stroke: #000;
    fill: currentcolor;
    margin: 0;
}

.overlay-effect {
  background-blend-mode: lighten;
  background-color: var(--bs-dark);
}
.box-40 {
  width: 40px;
  height: 40px;
  display: block
}

/* CALENDARIO */
.ui-datepicker-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.ui-datepicker-header .ui-datepicker-prev {
  order: 1
}
.ui-datepicker-header .ui-datepicker-title {
  width: 100%;
  order: 2;
}
.ui-datepicker-header .ui-datepicker-next {
  order: 3
}
.ui-datepicker-header .ui-state-disabled {
  pointer-events:none;
  color: var(--bs-gray);
  opacity: 0.3;
}
.ui-datepicker-calendar th {
  font-weight: inherit;
}
.ui-datepicker-calendar th>span {
  display: block;
  margin-bottom: 10px;
  color: #c3c3c3;
}
a.ui-state-default{
  color: var(--bs-secondary);
}
.ui-state-default{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 32px;
  margin: 0 auto;
  color: #333333;
}
.ui-datepicker-calendar {
  padding: 0px !important;
  margin: 0px !important;
  width: 100%
}
.ui-datepicker-calendar thead {
  background-color: transparent;
  color: inherit;
}
.ui-icon-circle-triangle-w {
    float: left;
    cursor: pointer;
}
.ui-icon-circle-triangle-e {
    float: right;
    cursor: pointer;
}
.ui-datepicker-month {
    font-weight: bold;
    color: var(--bs-secondary);
}
.ui-datepicker-year {
    font-weight: bold;
    color: var(--bs-secondary);
    display: none;
}
.ui-state-active {
  background-color: var(--bs-tertiary);
  padding: 0px 5px;
  border-radius: 50%;
  color: #fff !important;
}
.ui-icon-circle-triangle-w,
.ui-icon-circle-triangle-e {
  text-indent: -99999px;
  font-size: 0;
}

.ui-icon-circle-triangle-w::after,
.ui-icon-circle-triangle-e::after {
  display: block;
  content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-compact-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M9.224 1.553a.5.5 0 0 1 .223.67L6.56 8l2.888 5.776a.5.5 0 1 1-.894.448l-3-6a.5.5 0 0 1 0-.448l3-6a.5.5 0 0 1 .67-.223z"/%3E%3C/svg%3E');
  background-color: currentColor;
  font-size: 21px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-indent: 0;
  mix-blend-mode: difference;
}
.ui-icon-circle-triangle-e::after {
  content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-compact-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M6.776 1.553a.5.5 0 0 1 .671.223l3 6a.5.5 0 0 1 0 .448l-3 6a.5.5 0 1 1-.894-.448L9.44 8 6.553 2.224a.5.5 0 0 1 .223-.671z"/%3E%3C/svg%3E');
}

/* CAJAS RESIZEBLES */
.box-resize-30::before,
.box-resize-50::before,
.box-resize-70::before,
.box-resize-100::before,
.box-resize-130::before,
.box-resize-150::before,
.box-resize-170::before,
.box-resize-200::before {
  content: "";
  display: block;
  position: relative !important;
}
.box-resize-30::before {
  padding-top: 30%;
}
.box-resize-50::before {
  padding-top: 50%;
}
.box-resize-70::before {
  padding-top: 70%;
}
.box-resize-100::before {
  padding-top: 100%;
}
.box-resize-130::before {
  padding-top: 130%;
}
.box-resize-150::before {
  padding-top: 150%;
}
.box-resize-170::before {
  padding-top: 170%;
}
.box-resize-200::before {
  padding-top: 200%;
}

/* ICONOS */
.icon-chatea img {
   height: 30px;
   width: auto;
}

/* COLOR-BG */

.text-bg-light {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 128px;
}

.text-bg-light:hover {
  background-color: var(--bs-secondary) !important;
  color: var(--bs-light) !important;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}

.text-bg-light:hover .icon-body{
  background: rgba(var(--bs-success-rgb),var(--bs-bg-opacity-10));
  border-radius: 3px;
  padding: 2px;
  margin: -2px;
}
.text-bg-light .icon {
  color: var(--bs-secondary) !important;
}
.text-bg-light:hover .icon {
  color: var(--bs-light) !important;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.text-dark-hover {
    --bs-bg-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity-10))!important;
}
.text-dark-hover:hover {
    --bs-bg-opacity: 1;
    color: var(--bs-link-color)!important;
}
.bg-purple-light {
    background-color: #f7f5ff;
}
/* /////////////////////  PILL   /////////////////////////// */
/*NOTA: comentado por pedro, no se deben modificar las clases actuales ya que afectan a los funcionamientos*/
/* .rounded-pill {
    border-radius: var(--bs-border-radius-pill)!important;
    font-size: 15px;
    font-weight: 200 !important;
} */
/* /////////////////////  BARRA DE NAVEGACIÓN   /////////////////////////// */

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0.02rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* /////////////////////  DISPLAY  /////////////////////////// */

.display-none {
    display: none;
}

/* /////////////////////  MENU DESPLEGABLE  /////////////////////////// */

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
    -webkit-transition: 0.25s all;
    -moz-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all;
}
.dropdown-item {
    -webkit-transition: 0.25s all;
    -moz-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all;
    white-space: initial;
    font-weight: 200 !important;
    color: #333;
}
/* /////////////////////  FORM  /////////////////////////// */

.form-control {
    font-weight: 200 !important;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* /////////////////////  TOOLTIP  /////////////////////////// */

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: 0.9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: "";
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */

  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;

  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: var(--bs-dark);
  color: var(--bs-light);
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: var(--bs-dark);
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: var(--bs-dark);
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: var(--bs-dark);
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: var(--bs-dark);
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

.icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  stroke-width: 0;
  stroke: #000;
  fill: currentColor;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}


/* UNRELATED to tooltips */
/*main {
  flex: 1 1 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
aside {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #49b293;
  color: var(--bs-light);
  padding: 1em;
}
main div {
  text-align: center;
  color: #353539;
}
main span {
  padding: 0.5em 1em;
  margin: 0.5em;
  display: inline-block;
  background: #dedede;
}

aside a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  padding: 0.4em 1em;
}*/

/* /////////// CARD /////////////// */  

.card:hover {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: 1px solid #c5c5e1;
    border-radius: var(--bs-card-border-radius);
}

/* /////////// SLIDER /////////////// */  
.full-width [class*="lazy"] .slick-list {
  overflow: inherit;
}
.full-width .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.full-width .slick-active,
.full-width .slick-current {
  opacity: 1;
}

.full-width [class*="lazy"] .slick-list [class*="col-"] {
  padding-right: calc(.5 * var(--bs-gutter-x));
  padding-left: calc(.5 * var(--bs-gutter-x));
}
.full-width [class*="lazy"] .slick-list .card p {
  min-height: 120px
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 24px !important;
    line-height: 1;
    opacity: .75;
    color: #333333 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* /////////////////////  FOOTER  /////////////////////////// */

.bg-footer {
  background-color: var(--bs-dark);
}
.bg-footer h5 {
  color: var(--bs-light) !important;
}
.bg-footer p a,
.bg-footer p {
  color: var(--bs-light) !important;
  text-decoration: none;
  font-size: 14px; 
  margin-bottom: 10px;
  width: 100%;
}
.bg-footer p a:hover {
  text-decoration: underline;
}
/* .ico-footer {
  float: left;
  padding-right: 15px;
} */
.start-44 {
    left: 44%!important;
}
.pad-footer {
    padding-left: 5rem;
}
.logo-footer {
    text-align: left;
    padding-left: 0px;
}
.pin-footer {
    padding-left: 1rem;
}

/* BUSCADOR PLAN DE ESTUDIOS */
.plan.active {
  width: 100%;
}
.plan.active .loadPlan {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  pointer-events:none;
}
.plan.active .icon-box-media {
  margin: 0 !important;
}
.plan.active .closePlan {
  display: block !important;
}
.active .plantel>.icon-box-media{
  margin-right: 15px !important;
}

a.nav-link.text-dark.active {
  font-weight: bold;
}

/* //////////////////////////////////////////////////////////////// MEDIAS QUERYS /////////////////////////////////////////////////////////////////////////////*/

@media(max-width: 1399px) and (min-width: 1200px)  {
  .navbar-center .collapse>.navbar-nav.mx-auto>.nav-item>.nav-link {
    font-size: 13px !important;
  }
}

@media(min-width: 1200px) {
  .home-carousel {
      margin-top: -56px;
  }
  .top-head {
      position: relative;
      margin-top: -150px;
      z-index: 25;
  }
  .top-head .top-150 {
      margin-top: 150px;
  }
}

@media(max-width: 1200px) {
  .navbar-collapse.collapsing,
  .navbar-collapse.collapse.show {
    display: flex;
    flex-flow: column;
  }
  .navbar-collapse .d-mobile {
    flex-direction: initial;
    margin: 15px auto 0 auto;
  }
  .home-carousel.vh-100 img {
    transform: none !important
  }
}

@media all and (max-width: 800px) {
  .logo-footer {
      text-align: left;
      padding-left: 0px;
  }
  .ico-footer {
    text-align: center;
    margin:  0 auto;
  }
  /* IMAGENES EN TABLAS */

  .img-tabla  {
      max-width: 180px !important;
      height: auto;
  }
}

@media all and (max-width: 768px) {
  .search-space {
    padding-top: 0.7rem;
    padding-left: 0px;
    margin-left: 0.3rem !important;
  }
  /* IMAGENES EN TABLAS */

  .img-tabla  {
      max-width: 175px !important;
      height: auto;
  }
    
}

@media all and (max-width: 667px) {
  .logo-footer {
    text-align: center;
    margin:  0 auto;
  }  
  .ico-footer {
    text-align: center;
    margin:  0 auto;
  }
  .translate-middle2 {
    transform: translate(-30%,-50%)!important;
  }
 }

@media all and (max-width: 480px) {
  .text-bg-light {
    width: 190px;
    text-align: left;
  }
  #navbarClassicCollapse {
      margin: 0.5rem 0px;
  }
  .img-tabla {
    max-width: 130px !important;
    height: auto;
  }
  .icon-box-purple .icon {
    margin-top: 11px;
  }
  .plan.active .closePlan {
    display: block !important;
    top: 32px !important;
    right: -24px !important;
  }
}

@media all and (max-width: 375px) {
  .text-muted {
    font-size: 0.9rem;
  }
  .text-bg-light {
    width: 190px;
    text-align: left;
    margin: 20px 0px;
  }
  #navbarClassicCollapse {
      margin: 1.1rem 0px;
  }
  /* IMAGENES EN TABLAS */
  .img-tabla {
    max-width: 120px !important;
    height: auto;
  }
  .icon-box-purple .icon {
    margin-top: 14px;
  }

}

@media all and (max-width: 320px) {
  .text-bg-light {
    width: 190px;
    text-align: left;
    margin: 15px 0px;
  }
  .img-tabla {
    max-width: 120px !important;
    height: auto;
  }
  .icon-box-purple .icon {
    margin-top: 14px;
  }
}

.layoutmanager>.container-fluid {
  width: 100%;
}
@media (min-width: 576px){
  .layoutmanager>.container-fluid {
    max-width: 540px;
  }
}
@media (min-width: 768px){
  .layoutmanager>.container-fluid {
    max-width: 720px;
  }
  .home-carousel.vh-100 img {
    width: auto;
    min-width: 100%;
  }
  .transition-span:hover {
    width: auto;
    /* background: rgba(var(--bs-success-rgb),var(--bs-bg-opacity-10)); */
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1);
    -webkit-transform-origin: 100% 10%;
    transform-origin: 100% 10%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
  .transition-span:hover > span {
    display: block;
  }
}
@media (min-width: 992px){
  .layoutmanager>.container-fluid {
    max-width: 960px;
  }
}

@media (max-width: 991px){
  .text-bg-light {
    min-width: 195px !important;
  }
}

@media (max-width: 673px){
  .text-bg-light {
    min-width: 150px !important;
  }
}

@media (max-width: 575px){
  .text-bg-light {
    min-width: 256px !important;
  }
}

@media (max-width: 286px){
  .text-bg-light {
    min-width: 180px !important;
  }
}


@media (min-width: 1200px){
  /*Estilos menu flotante*/
  header.top-menu {
    position: sticky;
    top: 0;
    background-color: var(--bs-light);
    z-index: 150;
    -webkit-transition: 0.25s all;
    -moz-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all;
  }
  header.top-menu .bg-udc-header {
    padding: 0 !important;
  }
  header.top-menu .navbar-top .navbar-brand {
    display: block !important;
  }
  header.top-menu .navbar-top .navbar-collapse .me-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  header.top-menu .navbar-top .navbar-collapse .ms-auto {
    margin-left: 0 !important;
  }
  header.top-menu .navbar-bottom .navbar-brand {
    display: none !important;
  }

  /*Estilos menu flotante end*/

}

/*Estilos menu derecha*/
.rounded-end-0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
/*Estilos menu derecha end*/


@media (min-width: 1200px){
  .layoutmanager>.container-fluid {
      max-width: 1140px;
  }
}
@media (min-width: 1400px){
  .layoutmanager>.container-fluid {
    max-width: 1320px;
  }
}





/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}

/* LISTADO BOTON IZQUIERDO */

.r2 {
    width: 100% !important;
    margin-top: 10px;
    text-align: left;
}

/* .btn-check:active+.btn, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-primary);
}

.btn:hover {
  border-color: var(--bs-primary);
} */

.btn-success:hover {
  color: var(--bs-light) !important;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.card-plataformas {
    flex: 0 0 auto;
    width: 180px !important;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

/*-- vida-campus  --*/
.vida-campus {
  /* background: opacity: 0.9; */
}
.vida-home3 img {
  width: 100%; 
}
.vida-campus ul.vida-right-book li span {
  font-size: 12px;
  margin-right: 10px;
  opacity: 0.4; 
}
#createFrame.play-view {
  left: 0;
  right: 0;
  top: calc(50% - 40px); 
}
#createFrame span.video-play-icon {
    background: #A3BF42;
    color: #fff;
    display: inline-block;
    padding-left: 5px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    -webkit-animation: ripple 1.5s linear infinite;
    animation: ripple 1.5s linear infinite;
}

#createFrame span.video-play-icon:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out; 
}


/*#createFrame img {
  border-radius: 10px;
  width: 100%; 
  opacity: 0.72;
}*/
ol.vida-right li {
  font-size: 19px;
  line-height: 28px;
  color: var(--heading-color);
  position: relative; 
}
ol.vida-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px; 
}

ol.vida-right li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  top: 11px;
  left: -20px;
  border: 1px solid var(--primary-color); 
}
.video-hide {
  display: none !important;
}
#small-dialog {
  max-width: 750px;
  margin: 40px auto;
  position: relative; 
}

div#small-dialog iframe {
  width: 100%;
  height: 420px;
  display: block;
  border-radius: 10px; 
}



/**
   * Fade-zoom animation for first dialog
   */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.95; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/* Fade-move animation for second dialog*/

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg); 
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0); 
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg); 
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out; 
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; 
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; 
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(163, 191, 66, 0.25), 0 0 0 10px rgba(163, 191, 66, 0.25), 0 0 0 20px rgba(163, 191, 66, 0.25); }
  100% {
    box-shadow: 0 0 0 10px rgba(163, 191, 66, 0.25), 0 0 0 20px rgba(163, 191, 66, 0.25), 0 0 0 40px rgba(163, 191, 66, 0); } }

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(163, 191, 66, 0.35), 0 0 0 10px rgba(163, 191, 66, 0.35), 0 0 0 20px rgba(163, 191, 66, 0.35); }
  100% {
    box-shadow: 0 0 0 10px rgba(163, 191, 66, 0.35), 0 0 0 20px rgba(163, 191, 66, 0.35), 0 0 0 40px rgba(163, 191, 66, 0); } }

/*-- //vida-campus --*/

.py-6 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important;
}

/* PARALLAX*/
.birretes { 
  height: 3000px;
  background: #f5f5f5;
}
.t-parallax {
  position: absolute;
  min-width: 100%;
  transform: translateY(var(--translateY));
  will-change: transform;
}
/* /PARALLAX */

/* COMILLAS*/
.comillas-izquierda {
    top: -20px !important;
    left: 10px !important;
}

.comillas-derecha {
    right: 10px !important;
}
/* /COMILLAS */


/* TABS */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-link[data-toggle="tooltip"] {
  position: relative;
  border-radius: 4px !important;
}
.nav-link[data-toggle="tooltip"] + .tooltip,
.nav-link[data-toggle="tooltip"] ~ .tooltip {
  min-width: 100px !important;
}
@media (max-width: 767px) {
  #ttraductor {
    width: 50% !important
  }
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
  .pdfbook .btn-book figure.portadas-revistas {
    margin-bottom: -10px;
  }
  .card-book:hover img {
    bottom: -20px;
    position: relative;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }
  
  .card-book:hover img.portada-revista-cultura.shadow {
    left: 0px !important;
    top: 20px !important;
    bottom: -100px !important;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* TABLAS */
tr#Estructura th:first-child {
    color: #fff;
    font-size: 14px;
    background: #c8d98e !important;
    line-height: 2em;
    text-align: center;
    width: 45% !important;
    border-right: 1px solid #ddd;
    border-color: #ddd;
}
tr#Estructura th {
    color: #fff;
    font-size: 14px;
    background: #c8d98e !important;
    line-height: 2em;
    text-align: center;
    width: 63%;
}

.content-shadow {
    border-radius: 8px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    width: 100%;
    height: auto;
}
.content-shadow img {
    /* width: 100%; */
    border-radius: 8px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    width: 100%;
    height: auto;
}
.content-shadow p img {
    border-radius: 8px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    width: 100%;
    height: auto;
}

img .content-shadow  {
    border-radius: 8px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    width: 100%;
    height: auto;
}

.text-dark a {
    color: var(--bs-secondary) !important;
}

.text-dark a:hover {
    color: var(--bs-secondary) !important;
}

.list-st a {
    color: var(--bs-secondary) !important;
    cursor: pointer;
}

/* NUEVOS ESTILOS TABLAS */
.table {
  border: 1px solid var(--bs-secondary);
}

thead {
  color: var(--bs-light);
  background-color: var(--bs-secondary);
}

th {
  font-weight: normal;
  border-right-color: var(--bs-light);
}

.table>:not(caption)>*>* {
  border-right-width: 1px;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
--bs-table-accent-bg: #5F5EA31f;
}

img .contenido-shadow {
width: 100%;
border-radius: 8px;
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.contenido-shadow {  
  border-radius: 10px;    
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
  padding-left: 20px;
  padding-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.bg-naranja {
  background-color: var(--bs-warning-hover);
}

/* TABLAS- ALIGN */
.table>tbody {
    vertical-align: middle !important;
}

/* IMAGENES EN TABLAS */
.img-tabla  {
    max-width: 200px !important;
    height: auto;
}

/* REDONDEO  */
.borde-izquierdo {
    border-radius: 7px 0px 0px 7px;
}
.no-padding {
    padding: 0px !important;
}

.texto-amarillo {
   color: var(--bs-warning);
}

/* Script collapse */
.item-script .accordion-button {
  background-color: #f8f8f8 !important;
}

.item-script .accordion-button:hover {
  background-color: #f0f0f0 !important;
}
.item-script .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: var(--bs-secondary) !important;
}
.item-script .accordion-button:not(.collapsed)::after {
  mix-blend-mode: plus-lighter !important;
}



/* ESTILOS NUEVOS PLUGIN FORMATO LIBRO */
.pdfbook .port-rev-cult {
  position: relative;
}
.pdfbook .port-rev-cult {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 15px;
  margin-bottom: 10px;
  -webkit-perspective: 9999px;
  -moz-perspective: 9999px;
  perspective: 9999px;
}
.pdfbook .btn-book figure.portadas-revistas {
  position: relative;
  max-width: 140px;
  margin: 0 auto 10px;
}
.pdfbook .btn-book figure.portadas-revistas .portada-revista-cultura {
  border-radius: 4px !important;
  position: absolute;
  height: 100%;
  width: 108px;
  left: 0;
  top: 1px;
  bottom: 0px;
}
.port-rev-cult .back-portada,
.port-rev-cult .portadas-revistas {
  width: 100%;
  position: relative;
}
.pdf-link .portada-revista-cultura {
  position: absolute;
  border-radius: 4px;
  width: 78%;
  max-height: 100%;
  top: 0;
  left: 0;
}

#content #myBook {
  min-height: 100vh !important;
}
#myBook {
  width: 100%;
  height: auto !important;
}
#myBook #book, #myBook #controls, #myBook #thumbnails-bar {
  display: none;
}
#myBook #book .page {
  border: 1px solid rgba(0,0,0,0.1) !important;
  box-shadow: 0 0 5px rgba(0,0,0,0.5) !important; /* Agrega una sombra a la página */
  background-color: #fff;
  overflow: hidden;
}
#myBook #book>.page-wrapper {
  overflow: initial !important
}
#myBook #book canvas {
  max-width: 100% !important;
  height: inherit;
  margin: 0 auto;
  display: flex;
}
#myBook #loading {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
#myBook .previous-button,
#myBook .next-button {
  height: 80px
}
#myBook .previous-button {
  margin-left: -41px;
}
#myBook .next-button {
  margin-right: -41px;
}

#myBook #thumbnails {
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 10px;
}

#myBook .thumbnail {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
}

#myBook .thumbnail img {
  display: block;
  width: 100px;
  height: auto;
}

/*//////////////// LIBROS /////////////////////*/

.bg-book {
  background-color: #f0f0f0;
  border: 1px solid #ffffff;
}
.bg-book:hover {
  border: 1px solid #e1e6e7;
  border: 1px solid #e1e6e7;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.btn-secondary {
  color: #ffffff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.card-book:hover .btn-secondary {
  background-color: #232368;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.card-book:hover {
  cursor: pointer;
}
.card-book:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.card-book img {
  bottom: 0px;
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 100%;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////UUUUUUUU/////////UUUUUUUU////////DDDDDDDDDDDDDDDD/////////////CCCCCCCCCCCCCCCCCCCCCCCCC///////*/
/*//////UUUUUUUU/////////UUUUUUUU////////DDDDDDDDDDDDDDDDDD///////////CCCCCCCCCCCCCCCCCCCCCCCCC///////*/
/*//////UUUUUUUU/////////UUUUUUUU////////DDDDDD////////DDDDDD/////////CCCCCCCCCCCCCCCCCCCCCCCCC///////*/
/*//////UUUUUUUU/////////UUUUUUUU////////DDDDDD//////////DDDDDD///////CCCCCCCC////////////////////////*/
/*//////UUUUUUUU/////////UUUUUUUU////////DDDDDD///////////DDDDDD//////CCCCCCCC////////////////////////*/
/*//////UUUUUUUU/////////UUUUUUUU////////DDDDDD///////////DDDDDD//////CCCCCCCC////////////////////////*/
/*//////UUUUUUUU/////////UUUUUUUU////////DDDDDD///////////DDDDDD//////CCCCCCCC////////////////////////*/
/*//////UUUUUUUU/////////UUUUUUUU////////DDDDDD//////////DDDDDD///////CCCCCCCC////////////////////////*/
/*//////UUUUUUUUUUUUUUUUUUUUUUUUU////////DDDDDD////////DDDDDD/////////CCCCCCCCCCCCCCCCCCCCCCCCC///////*/
/*//////UUUUUUUUUUUUUUUUUUUUUUUUU////////DDDDDDDDDDDDDDDDDD///////////CCCCCCCCCCCCCCCCCCCCCCCCC///////*/
/*//////UUUUUUUUUUUUUUUUUUUUUUUUU////////DDDDDDDDDDDDDDDD/////////////CCCCCCCCCCCCCCCCCCCCCCCCC///////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* /////////// NAVBAR /////////////// */

.navbar-expand-lg .navbar-nav .nav-link {
    -webkit-transition: 0.25s all;
    -moz-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
    background-color: rgb(0 0 0 / 5%) !important;
    -webkit-transition: 0.25s all;
    -moz-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all;
}

.header-fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
}

.navbar-fixed {
    height: 122px;
    bottom: -22px;
    margin-bottom: -20px;
    background-color: var(--bs-light);
}

.banner-index {
    background-image: url(../img/slider/banner-1.jpg);
    background-size: cover;
    background-image: linear-gradient(to right, rgb(0 0 0 / 0%), rgb(140 175 111 / 15%)), url(../img/slider/banner-1.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.background-numeralia {
    background-image: url(../img/pruebas/IMG-8.png);
    background-size: cover;
    background-image: linear-gradient(to right, rgb(0 0 0 / 0%), rgb(140 175 111 / 15%)), url(../img/pruebas/IMG-8.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.background-blur {
    background-image: url(../img/slider/blur.jpg);
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #5F5EA3 !important;
}


/* /////////// SIDEBAR /////////////// */

.sidebar #navcontainer > #navlist {
  padding: 15px !important;
}
.sidebar-menu>h2, .sidebar-top, .sidebar>h2 {
  border-color: #FF9100 #EEE transparent;
}
.sidebar-menu > h2, .sidebar > h2, .sidebar-top {
  border-style: solid;
  border-width: 5px 1px 1px 1px;
  padding: 10px 15px 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 0;
}
.sidebar #navlist, .sidebar-box {
  background-color: #EEE!important;
}
.LNoticias-info, .sidebar #navcontainer, .sidebar #navlist, .sideebar-box {
  background-color: #EEE!important;
}
.sidebar #navcontainer, .sidebar-box {
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 25px;
}
.sidebar #navcontainer, .sidebar-box {
  border-color: #EEE!important;
}
.sidebar #navcontainer #navlist li.active, .sidebar-menu ul li.active {
  border-left: 5px solid #777777;
  margin-left: -2px;
}
.sidebar #navcontainer #navlist li, .sidebar-menu ul li {
  list-style: none;
  padding-bottom: 10px;
  padding-left: 10px;
  border-left: 1px solid #777777;
}
.sidebar #navcontainer #navlist li.active > a, .sidebar-menu ul li.active > a {
  font-weight: 700;
}
/* /////////// MENU /////////////// */
h2.la-main{background:none !important;}
.la-menu{padding:0;margin:0;width:90%;}
.la-menu li{width:100%;height:40px;overflow:hidden;display:block;background-color:var(--bs-light);box-shadow:1px 1px 2px rgba(0,0,0,0.2);margin-bottom:15px;border-left:4px solid #669933;transition:all 300ms ease-in-out;}
.la-content{position:absolute;left:40px;width:370px;height:20px;top:10px;}
.la-main{font-size:12px;transition:all 300ms linear;}
.la-menu li:hover{border-color:#669933;background:#F5F5F5;}
.la-menu li:hover .la-icon{color:#669933;text-shadow:0 0 1px var(--bs-light)004;font-size:60px;}
.la-menu li:hover .la-main{color:#669933;font-size:14px;margin-left:15px;}
.ContentServicio{margin-bottom:5px;border-bottom:1px solid #D8D8D8;padding-bottom:15px;position:relative;display:inline-block;width:100%;margin-left:0;}
.ContentServicio li{list-style:none;margin-left:10px;font-size:14px;text-align:justify;}
.ContentServicio li:first-child{margin-left:0;}
.ContentServicio li:last-child{font-size:12px;margin-top:5px;font-style:italic;font-weight:bold;}
.ContentServicio li:last-child:before{content:'- ';}
.ContentServicio a{font-size:14px;font-weight:bold;}
aside #box-listado ul li{list-style-type:none !important;margin-bottom:15px;}
#box-listado .sdescripcion{background-color:#FBFAFA;border:1px solid #D1D0D0;box-shadow:0 1px 1px #E1E1E1;padding:0;border-radius:3px;padding:10px 5px 10px 10px;}
#box-listado .titulo{font-size:104%;text-transform:uppercase;margin:10px 0 10px 0;padding:8px 0;border-bottom:1px solid #D1D0D0;}
#box-listado span{color:#777777;font-style:italic;padding-left:5px;}
#box-listado ul li{list-style-type:none;}
.cuatrocerocuatro{color:red;font-size:18px;text-align:center;}
.Modelo{background-color:#F7F7F7;color:var(--bs-dark);padding:20px;}
/*.Modelo img{display:table;float:left;margin:10px;margin-bottom:60px;}*/
.Modelo .link{margin:0 auto;padding:4px 4px;text-align:right;display:block;}
.Modelo a span{font-family:'WebSymbolsRegular';font-size:18px;color:#373737;padding-right:5px;}
.circle{position:absolute;margin:auto 0;width:40px;height:40px;border-radius:50%;left:2.5%;background:#D2D4D8;}

.Caja-Gris{padding:10px 10px;}
.Caja-Gris ul{margin-left:0;}
.listaromana li{list-style:upper-roman !important;padding:4px 4px;}
.listadecimal li{list-style:decimal !important;}
#Tabla{margin:0 auto;width:90%;}
.Estructura .Titulo{transform:rotate(-90deg);transform-origin:50% 50%;font-size:30px;top:-104px;margin:0;padding:0;left:-420px;right:0;position:relative;clear:both;}
.Estructura .Titulo span{background-color:#D2D4D8;padding:0 15px;}
.Estructura ul li{display:inline-block;list-style:none;}
.Estructura ul li span{background-color:#D2D4D8 !important;padding:5px 5px;margin-left:10px;position:relative;top:-12px;}
.Estructura ul li span.Blanco{background-color:var(--bs-light) !important;color:var(--bs-light);padding-bottom:15px;display:block;}
.Estructura ul li ul li{display:table;width:100%;margin:0;padding:0;margin-bottom:4px;}
.Estructura ul li ul.Ancho{width:150px;}
.SaltodeLinea{margin-bottom:25px;margin-top:10px;}
.Estructura ul li ul li:first-child{background:none;font-style:normal;}
.espacio{background:none;font-style:normal;}
.CellTitulo{background:none;font-style:normal;left:0;right:0;margin:0;padding:0;text-align:left;}
.Celda{border:1px solid #DFE0E3;margin:0 auto;padding:20px 20px;width:920px;padding-bottom:60px;}
#contenido label{padding:10px 0;font-size:14px;font-weight:bold;color:#669933;margin-bottom:0;}
#contenido #idPlan{display:none;}
#contenido #idPlan+span{display:none;}
#contenido #idMedio{display:none;}
#contenido #idMedio+span{display:none;}
#contenido #idTipo{display:none;}
#contenido #idTipo+span{display:none;}
#contenido #Nombre+span{font-weight:bold;font-size:15px;}
.d-servicio li{list-style:none;}
.d-servicio .d-nombre{color:#669933;font-weight:bold;font-size:14px;}
.d-servicio .d-url a{font-style:italic;margin-left:15px;color:#669933;}
.d-servicio .d-audiencia,.d-servicio .d-id{display:none !important;}
.d-servicio .d-dependencia{margin-left:15px;font-style:italic;}
.sombra-transp{box-shadow:0 1px 10px rgba(0,0,0,0.1);}
.fondo-verde-ti{background-color:#F7F7F7;border-color:#E7F3CD;color:#000000;font-size:14px;}
.span-inter{padding:5px 10px 15px 18px;}
.Info-Servicios{font-style:italic;border-top:1px solid #E1E1E1;border-bottom:1px solid #E1E1E1;margin-top:20px;}
.Listado-Servicios{display:table;}
.N-Servicios .Info-Servicios{margin-bottom:25px;}
.media-img ~ .media-body{padding-left:20px;}
#Servicios-TIC{clear:both;margin-top:15px;}
#Servicios-TIC ul{margin-left:8em;}
#Servicios-TIC dl{margin-right:40px;margin-bottom:60px;overflow:hidden;background-color:#FEFEFE;border:1px solid #E1E1E1;padding:8px 8px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
#Servicios-TIC dl img{float:left;}
#Servicios-TIC dl:first-child{margin-left:15px}
#Servicios-TIC dl{margin-top:0;}
#Servicios-TIC .sec-titulo{border-bottom:1px solid #CCCCCC;padding-bottom:9px;margin-bottom:8px;}
.sec-titulo{padding-bottom:8px !important;margin-top:-2px;}
#Servicios-TIC .sec-descripcion{overflow:hidden;}
#Servicios-TIC .Lista-Sencilla{margin-left:1em}
#Servicios-TIC .sec-descripcion ul.Listaromana{list-style:upper-roman;margin:15px;}
.Txt-Justificado{text-align:justify}
.Txt-Centrado{text-align:center}
.Txt-Izquierda{text-align:left}
.Txt-Centrado{text-align:center}
.Txt-Derecha{text-align:right}
.Txt-Verde{color:#669933}
.Caja-Gris ul{margin:10px 10px;}
.Caja-Gris li{margin-bottom:10px;margin-lrgin-bottom:10px;margin-left:10px;line-height:1.8em;}
.Mensaje{color:#6D6D6D;border-top:1px solid #E1E1E1;border-bottom:1px solid #E1E1E1;}
.img-shadow{-webkit-box-shadow:0 8px 6px -6px #6D6D6D;-moz-box-shadow:0 8px 6px -6px #6D6D6D;box-shadow:0 8px 6px -6px #6D6D6D;}
.Caja-Gris h3{margin:0;padding:0;display:inline}
.Caja-Gris h4{margin:0;padding:0;display:inline}
.fondo-verde-ti{background-color:#EDF8E2;border-color:#E7F3CD;color:#5D9119;font-size:14px;padding-top:7px;padding-bottom:7px;}
.Info-Servicio{font-style:italic;background-color:#F7F7F7;margin-top:20px;}
.linea-b{margin:9px 0;border:0;border-top:1px solid #EEEEEE;border-bottom:1px solid var(--bs-light);}
.border-r{border-radius:3px;}
.linea-c{margin:5px;padding:5px;border:1px solid #EEEEEE;background-color:var(--bs-light);}
.span-inter{padding:5px 10px 15px 18px;}
.sub-t{border-bottom:2px solid #669933;padding:0px 0px 5px 0px;}
.img-cd{padding:2px;margin:8px;border-radius:4px;box-shadow:0 1px 5px rgba(0,0,0,0.0);height:130px;width:auto;}
.img-cd:hover{padding:2px;border-radius:4px;background-color:#CCCCCC;box-shadow:0 1px 5px rgba(0,0,0,0.2);-webkit-transition:background .3s ease-in-out;-moz-transition:background .3s ease-in-out;transition:background .3s ease-in-out;-webkit-transition:opacity 1s ease 0s;-moz-transition:opacity 1s ease 0s;opacity:0.8;}
.fondo-verde-ti{background-color:#edf8e2;border-color:#e7f3cd;color:#5d9119;font-size:14px;padding-top:7px;padding-bottom:7px;}
.fondo-verde-ti{background-color:#EDF8E2;border-color:#E7F3CD;color:#5D9119;font-size:14px;padding-top:7px;padding-bottom:7px;}
/* /////////// ICONOS OPCIONES DERECHA /////////////// */
.padd-iconos-derecha {
    padding-bottom: 5px;
}
/* /////////// IMG /////////////// */
.img-ce{padding:4px;margin:8px;border-radius:4px;box-shadow:0 1px 5px rgba(0,0,0,0.2);height:130px;width:217px;}
.img-ce:hover{padding:4px;border-radius:4px;background-color:#CCCCCC;box-shadow:0 1px 5px rgba(0,0,0,0.2);-webkit-transition:background .3s ease-in-out;-moz-transition:background .3s ease-in-out;transition:background .3s ease-in-out;-webkit-transition:opacity 1s ease 0s;-moz-transition:opacity 1s ease 0s;opacity:0.8;}
.img-re {
	display: inline-block;
    width: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    float: left;
    margin-bottom: 25px;
}
.img-re::before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.40);
	transition: all .5s ease;
}
.img-re:hover::before {
	left: 0;
	right: 0;
	top: inherit;
	bottom: 0;
}
.img-re .text-re {
	position: absolute;
  top: 50%;
  color: var(--bs-light);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px !important;
  padding: 5px 15px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  transition: all .5s ease
}
.img-re:hover .text-re {
	top: inherit;
  bottom: 0;
  text-align: center;
  transform: inherit;
  background-color: rgba(0, 0, 0, 0.50);
}



.img-c1{padding:3px 3px 3px 3px;margin:3px;border-radius:3px;box-shadow:0 1px 5px rgba(0,0,0,0.2);height:80px;}
.img-c1:hover{padding:3px 3px 3px 3px;border-radius:3px;background-color:#669933;box-shadow:0 1px 10px rgba(0,0,0,0.2);-webkit-transition:background .3s ease-in-out;-moz-transition:background .3s ease-in-out;transition:background .3s ease-in-out;}
.img-c2{padding:3px 3px 3px 3px;margin:3px;border-radius:3px;box-shadow:0 1px 5px rgba(0,0,0,0.2);height:80px;}
.img-c2:hover{padding:3px 3px 3px 3px;border-radius:3px;background-color:#ccc;box-shadow:0 1px 10px rgba(0,0,0,0.2);-webkit-transition:background .3s ease-in-out;-moz-transition:background .3s ease-in-out;transition:background .3s ease-in-out;}
.sub-t{border-bottom:2px solid #669933;padding:0px 0px 5px 0px;}
img.center{display:block;margin-left:auto;margin-right:auto;}
.img-rounded{border-radius:6px;}
.img-polaroid2{border-radius:4px;box-shadow:0 1px 5px rgba(0,0,0,0.2);padding:4px;}
.img-polaroid{border-radius:4px;box-shadow:0 1px 5px rgba(0,0,0,0.2);padding:4px;}
.img-polaroid:hover{background-color:#CCCCCC;}
.img-rounded2{border-radius:5px 5px 0 0;}
.btn-group>[class*="spanAuto"]{background-color:transparent;background-image:none;box-shadow:none;border:0 none;text-shadow:none;overflow:hidden;width:100%;}
.group-orange{background-color:#4F8A29;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;border-radius:0 0 3px 3px;}
.group-orange .btn{padding:15px 0;border-right:2px solid #356615;border-radius:0;margin:0;}
.group-orange .btn:first-child{border-radius:0 0 0 3px;}
.group-orange .btn:last-child{border-right:0 none;border-radius:0 0 3px 0;}
.group-orange .btn:hover{background-color:#3E7918;}
.group-orange>a:hover,.group-orange>a{color:var(--bs-light);}
.box-banner{padding:0 20px;}
.box-banner .jCarouselLite{max-width:100% !important;display:inline-block;width:100% !important;}
.box-banner .next,.box-banner .prev{color:var(--bs-light);font-size:11px;font-weight:bold;height:18px;padding:0;position:absolute;text-align:center;width:18px;z-index:10;border-radius:100px;border:0 none;top:20px;right:30px;opacity:0.5;text-indent:-90000px;background-repeat:no-repeat;}
.box-banner .next{background-image:url('https://www.ucol.mx/cms/img/button-next.png');}
.box-banner .prev{background-image:url('https://www.ucol.mx/cms/img/button-previous.png');}
.box-banner .next:hover,.box-banner .prev:hover{opacity:1;background-position:inherit !important;}
.box-banner .jCarouselLite ul{display:inline-block;}
.box-banner .next{right:0;}
.Listado-Servicios.items{margin-top:20px;display:inherit;}
.media-item{border-bottom:2px solid #E5E5E5;margin-bottom:15px;margin-left:0 !important;margin-right:0 !important;margin-top:0 !important;padding-bottom:12px;position:relative;}
.media-img{padding-top:40px;}
.media-item .media-item{border:0 none;order:3;}
.media-item .media-body{margin:0;display:inline-block;}
.media-item .media-item .media-img{padding:0;margin-top:3px;margin-left:0;margin-right:10px;}
.media-item.galeria .media-body>.span3:first-child{margin:0;}


/* Estilos para Gobierno Universitario */

.listaromana li {
  list-style: upper-roman !important;
  padding: 4px 4px;
}
.listadecimal li {
  list-style: decimal !important;
}
.mensaje {
  color: #6D6D6D;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
.Modelo {
/*margin-top: 25px;*/
width: 100% !important;
  margin-bottom: 25px;
}
.Modelo img {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
  width: 55px !important;
  height: auto !important;
}
.Modelo > div > a {
line-height: 10px;
  position: relative;
  padding-left: 30px;
}
.Modelo > div > a > span {
  font-size: 24px;
  position: absolute;
  color: #777777;
  height: 24px !important;
  overflow: hidden;
  display: inline-block;
  line-height: 0;
  left: 0;
  top: -7px;
}
.Modelo .circle{
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 0;
  background: var(--bs-light);
  border: 5px solid #EEEEEE;
}
.Area-Modelo{padding:0;list-style:none;position:relative;}
.Area-Modelo:before{
  content: '';
  position: absolute;
  top: 1px;
  bottom: 0;
  width: 10px;
  background: #EEEEEE;
  left: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.Area-Modelo>li .Componente{    
  margin: 0 0 25px 65px;
  border: 2px solid #EEEEEE;
  color: var(--bs-dark);
  padding: 25px 25px 25px 100px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: var(--bs-light);
  /*transition: all 0.25s ease-in-out;*/
}
.Area-Modelo>li .Componente h2 {
  margin-top: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: red !important;
}
.Area-Modelo>li .Componente:after {
  right: 100%;
  border: transparent solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-right-color: #EEEEEE;
  border-width: 10px;
  top: 10px;
}