/* Noticas y eventos */
.section-news .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.section-news .section-title h2 {
  margin: 0 0 3px;
  text-transform: uppercase;
}

.section-news .section-title div a {
  border-bottom: 2px solid #0056b3;
  color: #0056b3;
  font-family: "TelegrafUltraBold";
}

.section-news .section-title div a:hover {
  border-bottom: 2px solid #000;
  color: #000;
  text-decoration: none;
}

.section-news .section-title p {
  margin-bottom: 0px;
}

.noticia_medium_card .border .news-image {
  height: auto;
  width: 100%;
  overflow: hidden;
}

a.noticia_medium_card .news-image img {
  transition: transform 0.25s;
}

a.noticia_medium_card:hover .news-image img {
  transform: scale(1.5);
}

.noticia_medium_card .fecha {
  color: #000;
  font-family: "SharpGroteskbook";
  font-size: 20px;
  text-transform: uppercase;
}

.noticia_medium_card .title {
  color: #000;
  font-family: "TelegrafUltraBold";
  font-size: 18px;
  line-height: 1.2;
}

.noticia_medium_card .min-height-content {
  min-height: 170px;
}

.three-ellipsis-noticia {
  max-height: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.event-more {
  font-family: "TelegrafUltraBold";
  display: inline-block;
  position: relative;
  width: max-content;
}

.event-more:after {
  content: "";
  width: 0;
  height: 2px;
  background: #0056b3;
  display: block;
  bottom: 0;
  position: absolute;
  transition: 0.25s width;
}

a:hover .event-more:after {
  width: 100%;
}

/* Estilos generales para los dots */
.owl-theme .owl-dots,
.owl-theme .owl-dots {
  margin-top: 24px;
}

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot.active span {
  background: #fdba30 !important;
  opacity: 0.99;
}

/** Anterior app.css **/
.becas-ayuda-economica {
  background-color: #404041;
  color: #fff;
  padding: 15px;
}

.style-i-ayuda {
  color: #fdba30;
}

.border-bienvenido {
  background: #f6f6f6;
  border-top: 1px solid #eaeaea;
}

@media (min-width: 768px) {
  .becas-ayuda-economica {
    background-color: #eaeaea;
    color: #000;
    cursor: pointer;
  }

  .style-i-ayuda {
    background-color: #fff;
    border-radius: 50px;
    padding: 10px;
  }
}

/************  ************/
.node-pre-title {
  font-family: "SharpGroteskSemiBold";
  font-size: 22px;
}

@media (min-width: 992px) {
  .node-pre-title {
    font-size: 26px;
  }
}

/************  ************/

.block-tab {
  background: #000;
  height: auto;
}

.tabs {
  display: inline-flex;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  height: inherit;
}

.tabs::-webkit-scrollbar {
  /* Para no ver el scrollbar horizontal */
  display: none;
}

.tabs>div>a {
  display: flex;
  padding: 15px 20px;
  position: relative;
  width: max-content;
}

.tabs>div>a::after {
  background: #fdba30;
  content: "";
  display: block;
  bottom: 0;
  height: 6px;
  left: 0;
  position: absolute;
  transition: 0.25s width;
  width: 0;
}

.tabs>div>a:hover::after,
.tabs>div>a.active::after {
  width: 100%;
}

.modal-video-upn .modal-content {
  border: none;
}

.modal-video-upn .modal-body {
  padding: 0;
}

.modal-video-upn .close {
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  /* text-shadow: none; */
  padding: 4px 10px;
  position: absolute;
  top: -40px;
  right: 0;
}

.link-video-modal {
  display: block;
  position: relative;
}

.link-video-modal::after {
  content: "";
  background: url(/sites/default/themes/upn/img/video_icon.svg) no-repeat center center;
  background-size: 54px;
  width: 86px;
  height: 86px;
  display: block;
  position: absolute;
  z-index: 5;
  left: 8px;
  bottom: 14px;
}

.link-video-modal::before {
  content: "Ver video";
  position: absolute;
  bottom: 45px;
  color: #fff;
  z-index: 9;
  left: 92px;
}

.link-video-modal figure {
  overflow: hidden;
}

.link-video-modal figure img {
  transition: 0.41s transform;
}

.link-video-modal figure::after {
  content: "";
  background: #000000;
  opacity: 0.57;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Clases de espacio */
.margin-first {
  margin-top: 114px !important;
}

.height-10 {
  height: 41px;
}

.espacio-bt {
  height: 25vh;
}

/* Clases de diseño mobile */
.btn-facultades {
  background: #f9f9f9;
  border: none;
  position: relative;
}

.btn-facultades:hover {
  background: #fdba30;
}

.btn-facultades img {
  width: 12px;
  height: 22px;
  position: absolute;
  right: 10px;
  top: 28%;
}

.icon-image img {
  width: 24px;
  height: 20px;
  background: transparent url("../imagenes/arrow.svg") no-repeat;
}

.icon-image:hover img {
  background: transparent url("../imagenes/arrow1.svg") no-repeat;
}

.margin-desplegable {
  margin-top: 0.8rem;
}

/* Clases de diseño desktop */
.absolute-traslado {
  right: 32px;
  top: -18px;
}

.bloque {
  width: 52%;
}

.icon-plus-big {
  width: 31px;
  height: 31px;
}

.height-form {
  height: 530px;
}

.position-height-form {
  height: 540px;
}

.home-botones-amarillos .botones-amarillos {
  display: inherit;
  justify-content: inherit;
  padding: 20px 0;
}

.home-botones-amarillos .botones-amarillos a {
  color: #fdba30;
  font-family: "SharpGroteskBold";
  text-transform: uppercase;
  font-size: 20px;
  border: 2px solid;
  padding: 18px 10px 14px 60px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  border-color: #fdba30;
  transform: 0.41s color;
  margin: 0 auto 17px;
  width: 86%;
}

.home-botones-amarillos .botones-amarillos a:hover::before {
  background: none;
  content: "+";
  font-size: 39px;
}

.home-botones-amarillos .botones-amarillos a:hover {
  color: #404041;
}

.home-botones-amarillos .botones-amarillos a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fdba30;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  transform: scale(0);
  transition: 0.41s transform;
}

.home-botones-amarillos .botones-amarillos a:hover::after {
  transform: scale(1);
}

.home-botones-amarillos .botones-amarillos a::before {
  content: "";
  background: url("/sites/default/themes/upn/img/see_more.svg") no-repeat repeat center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  margin-left: -40px;
  margin-top: 0;
}

.item-show span {
  position: absolute;
  right: 30px;
}

.item-show span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-bottom: 4px solid #fdba30;
  border-right: 4px solid #fdba30;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-left: -7px;
  margin-top: -10px;
}

/** clases genericas de internas**/

.header-generico-interna {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 48px;
  min-height: 350px;
  display: flex;
  align-items: center;
}

.header-generico-interna h1 {
  color: #fff;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
  display: block;
  letter-spacing: 0.01em;
}

.border-image {
  padding-right: 30px;
  position: relative;
  margin-top: 40px;
}

.border-image:after {
  content: "";
  width: calc(100% - 30px - 16px);
  height: 100%;
  border: 3px solid #fdba30;
  position: absolute;
  top: 0;
  z-index: -1;
  top: 8px;
  left: 24px;
}

/** PAGE ESTILOS METODOLOGIA Y EVALUACION **/
.bg-metodologia-investigacion {
  background-image: url("/sites/default/files/60_1600x300.jpg");
}

/** PAGE ESTILO COMO HAGO PARA MATRICULARME **/
.bg-como-matricularme {
  background-image: url("/sites/default/files/banner-matricularme.jpg");
}

/** PAGE ESTILO VIDEOTUTORIALES Y SOPORTE TECNICO **/
.bg-vtutoriales-soporte {
  background-image: url("/sites/default/files/banner-soporte-tecnico.jpg");
}

/** PAGE ESTILO CPACITACION CURSOS VIRTUALES **/
.bg-capacitacion-cursosv {
  background-image: url("/sites/default/files/59_1600x300.jpg");
}

/** PAGE ESTILO PORQUE UPN VIRTUAL **/
.bg-porque-upn-virtual {
  background-image: url("/sites/default/files/62_1600x300.jpg");
}

/** PAGE ESTILO MISION Y VISION - NOSOTROS **/
.bg-mision-vision {
  background-image: url("/sites/default/files/banner-mision-vision.jpg");
}

.box-yellow-text {
  background-color: #ffb21e;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.box-yellow-text span {
  color: #000;
}

.img-propuesta-valor {
  padding: 40px 0;
}

.valores-items .item {
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
}

.valores-items .item figure {
  margin: 0 0 15px 0;
}

.valores-items .item img {
  border-radius: 50%;
  background: #dadada;
  width: 94px;
  height: 94px;
  padding: 1.5rem;
}

.valores-items .item .texto h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

/* Page gracias */

.page-gracias .ico-gracias {
  margin-top: 30px;
}

.page-gracias .ico-gracias img {
  width: 120px;
}

.page-gracias .botones {
  margin: 30px 0;
}

.page-gracias .botones a {
  border-radius: 0;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
  font-family: "TelegrafUltraBold";
  padding: 1em 1.5em;
  width: 260px;
}

.page-gracias .botones a:focus {
  text-decoration: none;
}

.page-gracias .botones a.btn-1 {
  background: #404041;
  border: 2.5px solid #404041;
  color: #fff;
  margin-bottom: 20px;
}

.page-gracias .botones a.btn-2 {
  background: #fff;
  border: 2.5px solid #808284;
  color: #808284;
}

.page-gracias .botones a.btn-1:hover,
.page-gracias .botones a.btn-2:hover {
  opacity: 0.8;
}

/* PAGE NUESTRA HISTORIA */
.bg-nuestra-historia {
  background-image: url("/sites/default/files/banner_testimonio_9.jpg");
}

/* PAGES NOSOTROS */
.nosotros-header {
  min-height: 240px;
  margin-bottom: 25px;
}

.nosotros-header h2 {
  color: #fff;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
  text-transform: uppercase;
}

.bg-modelo-educativo {
  background-image: url("/sites/default/files/1600x300_14.jpg");
}

/* MODELO EDUCATIVO */
.contenido-modelo-educativo h2,
.contenido-sobreupn h2,
.contenido-nuestras-ventajas h2 {
  margin: 0 0 20px;
  font-family: "SharpGroteskSemiBold";
  text-transform: uppercase;
  font-size: 20px;
}

.contenido-modelo-educativo .arrows {
  float: left;
  width: 60px;
}

.modelo-educativo-completo span a {
  color: #000;
  padding-left: 10px;
}

.blocks-items-number {
  margin: 10px 0;
}

.blocks-items-number .block {
  padding: 40px 0 0;
}

.blocks-items-number .block .titulo {
  margin-bottom: 20px;
}

.blocks-items-number .block .numero-amarillo-grande {
  color: #fdba30;
  font-family: "SharpGroteskBold";
  font-size: 60px;
}

.blocks-items-number .block h3 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}

.blocks-items-number .padding-left {
  padding-left: 0px;
}

.blocks-items-number .bg-full-gray figure {
  float: right;
}

.blocks-items-number figure img {
  object-fit: cover;
  max-height: 394px;
  width: 560px;
}

.bg-full-gray {
  position: relative;
  padding: 40px 0 0 !important;
}

.bg-full-gray::before {
  content: "";
  background: #f2f2f2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-top: 0px solid #fff;
}

.modelo-adicional {
  margin: 30px 0 50px;
}

.modelo-adicional .texto-cuerpo {
  color: #000;
  margin-top: 10px;
}

.modelo-adicional .texto-cuerpo h2 {
  font-size: 20px;
  margin: 0 0 10px;
}

.modelo-adicional .texto-cuerpo p span {
  font-family: "SharpGroteskSemiBold";
  color: #000;
}

.modelo-adicional .texto-cuerpo ol {
  list-style-type: decimal !important;
}

.modelo-adicional .image-border {
  padding-right: 15px;
  position: relative;
}

.modelo-adicional .image-border:after {
  content: "";
  width: calc(100% - 15px - 16px);
  height: 100%;
  border: 3px solid #fdba30;
  position: absolute;
  top: 0;
  z-index: -1;
  top: 8px;
  left: 24px;
}

/* Sobre UPN */
.bg-sobre-upn {
  background-image: url("/sites/default/files/1600x600.jpg");
}

.contenido-sobreupn h2 {
  margin-bottom: 46px;
}

.contenido-sobreupn h2>a {
  color: unset;
}

.contenido-sobreupn figure.top-image {
  margin-top: 20px;
}

.section-outpages.nosotros-bloque-outpages .block.margin-top-block {
  margin: 20px 0;
}

.section-outpages.nosotros-bloque-outpages [class*="col-"] {
  padding-right: 15px;
}

.section-outpages.nosotros-bloque-outpages .block span {
  font-family: "SharpGroteskBold";
  font-size: 24px;
  line-height: 1;
  padding: 0 10px 0;
  position: absolute;
  bottom: 20px;
  left: 57px;
  top: unset;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

.section-outpages.nosotros-bloque-outpages .block span::before {
  margin-left: 0;
  margin-top: 0;
  top: 0;
  left: -40px;
}

.nosotros-bloque-autoridades {
  padding: 40px 0 20px;
}

.nosotros-bloque-autoridades h2 {
  margin: 0 0 20px;
}

.nosotros-bloque-autoridades .bloques .item a {
  color: #000;
}

.nosotros-bloque-autoridades .bloques .item {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}

.nosotros-bloque-autoridades .bloques .item figure {
  margin: 0 20px 0 0;
}

.nosotros-bloque-autoridades .bloques .item figure img {
  border-radius: 50%;
  background: #dadada;
  width: 94px;
  height: 94px;
  padding: 15px;
}

.nosotros-bloque-autoridades .bloques .item figure img {
  padding: 0;
  object-fit: cover;
}

.nosotros-bloque-rector .row {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.nosotros-bloque-rector h2 {
  margin-bottom: 20px;
}

/* PAGE VISTA BUSQUEDA */
.page-buscar-carreras {
  background: #f7f7f7;
}

.div-espacio {
  height: 80px;
}

.busqueda {
  position: relative;
}

.page-buscar-carreras .carrera-masonry {
  column-count: 1;
  column-gap: 30px;
}

.page-buscar-carreras .carrera-masonry>div {
  display: inline-block;
  width: 100%;
}

.page-buscar-carreras .busqueda .title {
  margin-bottom: 30px;
  display: inline-block;
  padding-right: 30px;
  color: #000;
  font-family: "SharpGroteskSemiBold";
  font-size: 20px;
  margin: 0 0 18px;
  text-transform: uppercase;
  background: #f7f7f7;
}

.page-buscar-carreras .busqueda .title::before {
  content: none;
}

.carrera-resultado-busqueda {
  position: relative;
  margin-bottom: 22px;
  overflow: hidden;
  background: #ccc;
}

.carrera-resultado-busqueda figure {
  position: relative;
  max-height: 198px;
  min-height: auto;
  overflow: hidden;
  margin: 0;
}

.carrera-resultado-busqueda figure img {
  filter: brightness(75%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  width: 100%;
}

.carrera-resultado-busqueda:hover img {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transform: scale(1.1);
}

.carrera-resultado-busqueda .content h2 {
  text-transform: uppercase;
  bottom: 0;
  position: absolute;
  color: #fff;
  margin: 0 0 25px 30px;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}

/* VISTA PAGE MAPA DEL SITIO */
.subtitle-mapa-sitio {
  color: #808284;
  margin: 0 0 15px;
}

.menu-mapa-del-sitio {
  margin-bottom: 20px;
}

.menu-mapa-del-sitio .title {
  margin-bottom: 10px;
}

.menu-mapa-del-sitio .menu {
  margin-bottom: 0;
  padding-left: 25px;
}

.menu-mapa-del-sitio .menu li {
  margin-bottom: 5px;
}

.menu-mapa-del-sitio .menu li a {
  color: #000;
}

.menu-mapa-del-sitio .menu .link-facultad {
  display: none;
}

/* PAGE AUTORIDADES - NOSOTROS */
.bg-autoridades {
  background-image: url("/sites/default/files/1600x300_13.jpg");
}

a .block-autoridad {
  margin-bottom: 30px;
  position: relative;
}

a .block-autoridad .head {
  overflow: hidden;
}

a .block-autoridad img {
  width: 100%;
  transition: 0.31s transform;
}

a:hover .block-autoridad img {
  transform: scale(1.5);
}

a .block-autoridad .content {
  padding: 30px 15px;
  background-color: rgba(64, 64, 65, 0.9);
  position: relative;
  position: absolute;
  width: 100%;
  bottom: 0;
}

a .block-autoridad .content h5 {
  color: #fff;
  margin-bottom: 0;
}

a .block-autoridad .content p:last-child {
  margin-bottom: 0;
}

a .block-autoridad .content p {
  margin-bottom: 0;
  color: #000;
  display: none;
}

.contenido-teachers a:hover,
.contenido-teachers a:focus {
  text-decoration: none;
}

.block-title {
  display: inline-block;
  margin: 36px 0 18px;
}

/* PAGE AUTORIDADES INTERNA */
.bg-autoridad {
  background-image: url("/sites/default/files/banner-autoridades-academicas.jpg");
}

.titular-autoridad h1 {
  color: #000;
  text-transform: uppercase;
  font-family: "SharpGroteskSemiBold";
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 10px;
}

.titular-autoridad p {
  color: #fdba30;
  text-transform: uppercase;
  font-family: "SharpGroteskSemiBold";
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 20px;
}

.datos-autoridad {
  display: block;
}

.datos-autoridad>.item {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 0 15px;
}

.datos-autoridad span {
  display: block;
  font-family: "TelegrafUltraBold";
}

/* Accordion */
.style-accordion {
  margin-top: 20px;
}

.style-accordion .card {
  margin-bottom: 30px;
  border: 0;
}

.style-accordion .card-header {
  background: transparent;
  border: 0 !important;
  padding: 0;
  border-radius: 0;
}

.style-accordion .card-header a {
  background-color: #eaeaea;
  color: #000;
  text-decoration: none;
  padding: 18px;
  display: block;
  font-family: "TelegrafUltraBold";
  position: relative;
}

.style-accordion .card-header a span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  right: 8px;
  background: #fff;
  top: 8px;
  border-radius: 50%;
}

.style-accordion .card-header a[aria-expanded="true"] span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 4px solid #fdba30;
  border-left: 4px solid #fdba30;
  border-bottom: 0 !important;
  border-right: 0 !important;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-left: -7px;
  margin-top: -5px;
}

.style-accordion .card-header a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-bottom: 4px solid #fdba30;
  border-right: 4px solid #fdba30;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-left: -7px;
  margin-top: -10px;
}

.style-accordion .card-body {
  background: #fafafa;
  padding: 20px;
}

.style-accordion .card-body .detail {
  overflow: hidden;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.style-accordion .card-body h4 {
  text-transform: uppercase;
  font-family: "SharpGroteskSemiBold";
  color: #aaa;
  padding-top: 0 !important;
  margin: 10px 0 10px;
}

.style-accordion .card-body p {
  color: #000;
  margin: 0 0 2px;
}

.style-accordion .card-body .left {
  float: left;
  width: 100px;
  color: #aaa;
  font-family: "SharpGroteskSemiBold";
  text-transform: uppercase;
}

.style-accordion .card-body .right {
  overflow: hidden;
}

.style-accordion .card-body .experience {
  margin-bottom: 20px;
}

.style-accordion .card-body .experience span {
  display: block;
}

.style-accordion .card-body .experience b {
  display: block;
  margin: 7px 0;
  color: #aaa;
}

.style-accordion .card-body .campos h4 {
  text-transform: capitalize;
  color: #000;
  margin-bottom: 5px;
}

.style-accordion .card-body .campos ul {
  margin-top: 15px;
}

/* PAGE ESTILOS TRABAJA CON NOSOTROS UPN */
.bg-trabaja-nosotros {
  background-image: url("/sites/default/files/1600x300_10.jpg");
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.buttons-links {
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.buttons-links a {
  text-decoration: none;
  color: #fff;
}

.buttons-links a {
  margin: 0 30px 10px;
  display: inline-block;
}

.buttons-links .btn-yellow {
  background-color: #fab107;
  padding: 12px 10px;
}

/* PAGE ESTILOS NUESTRAS VENTAJAS */
.bg-nuestras-ventajas h1 {
  text-transform: capitalize;
  font-size: 24px;

  width: 100%;
  max-width: 100%;
}

.bg-nuestras-ventajas {
  background-image: url("/sites/default/files/1600x300.jpg");
}

.contenido-nuestras-ventajas .text-intro {
  text-align: center;
  padding-bottom: 20px;
}

.contenido-nuestras-ventajas .text-intro p {
  padding-left: 0px;
}

.contenido-nuestras-ventajas .text-intro-2 {
  text-align: center;
  padding-bottom: 30px;
}

.contenido-nuestras-ventajas .text-intro-2 h2 {
  margin-bottom: 10px;
}

.contenido-nuestras-ventajas .text-intro-3 {
  text-align: center;
  padding-bottom: 5px;
}

/* bloques de ventajas */
.contenido-nuestras-ventajas .row.bloque-ventaja {
  margin-bottom: 0px;
  display: flex;
  align-items: top;
}

.contenido-nuestras-ventajas .bloque-ventaja .content-text {
  position: relative;
  padding-left: 0px;
}

.contenido-nuestras-ventajas .bloque-ventaja .content-text .numero {
  display: none;
}

.contenido-nuestras-ventajas .bloque-ventaja .content-text h3 {
  color: #404041;
  font-family: "SharpGroteskSemiBold";
  margin: 0 0 10px;
}

.contenido-nuestras-ventajas .bloque-ventaja .bloque-datos {
  display: block;
  margin-top: 0px;
}

.contenido-nuestras-ventajas .bloque-ventaja .bloque-datos .item {
  border: 1px solid #e4e4e4;
  padding: 20px;
  margin-bottom: 15px;
  width: auto;
  text-align: center;
}

.contenido-nuestras-ventajas .bloque-ventaja .bloque-datos .item h4 {
  color: #fdba30;
  font-size: 48px;
  font-family: "SharpGroteskSemiBold";
  margin: 0;
  padding-top: 0px !important;
}

.contenido-nuestras-ventajas .bloque-ventaja .bloque-datos .item h5 {
  color: #383838;
  font-size: 24px;

  font-family: "SharpGroteskSemiBold";
}

.contenido-nuestras-ventajas .bloque-ventaja figure img {
  width: 100%;
  max-height: 350px;
}

/** slider ventajas objetivos **/
.owl-nosotros-objetivos {
  margin-bottom: 40px;
}

.contenido-nuestras-ventajas .owl-nosotros-objetivos .box {
  background: #f2f2f2;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 15px;
  padding: 10px;
}

.contenido-nuestras-ventajas .owl-nosotros-objetivos .box p {
  color: #000;
  margin-bottom: 0;
}

/**** Acompañamiento al estudiante***/
.bg-experiencia-acompañamiento {
  background-image: url("/sites/default/files/22_1200x300.jpg");
}

.bg-experiencia-plataformas-dig {
  background-image: url("/sites/default/files/background_1.jpg");
}

.section-experiencia {
  margin-top: 30px;
  margin-bottom: 5px;
}

.section-experiencia .row {
  margin-right: -15px;
  margin-left: -15px;
}

.section-experiencia h3 {
  font-family: "SharpGroteskSemiBold";
  text-transform: uppercase;
  margin-bottom: 20px;
}

/** page plataformas digitales **/
.section-experiencia .blocks-items-number .block p:last-child {
  margin-bottom: 20px;
}

/** page experiencia internacional **/
.experiencia-int-header {
  min-height: 350px !important;
}

.experiencia-header h2 {
  color: #fff;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
  text-transform: uppercase;
}

.bg-experiencia-internacional {
  background-image: url("/sites/default/files/experiencia-internacional-slider-1600x300.jpg");
}

.section-experiencia .rtbs-experiencia {
  display: block;
  text-align: center;
}

.section-experiencia .rtbs-experiencia .rtb {
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  color: #000;
}

.section-experiencia .rtbs-experiencia .rtb .rtb-title {
  font-size: 19px;
  margin-bottom: 10px;
  color: #404041;
  font-family: "SharpGroteskSemiBold";
}

.section-experiencia .rtbs-experiencia .rtb .rtb-title span {
  font-size: 31px;
  text-transform: initial;
  margin: 5px 0 10px;
  display: block;
}

.tab-pasos-bienvenida {
  background: #f2f2f2;
  cursor: pointer;
  padding: 15px 30px;
}

.active-tab-bienvenida {
  background-color: #fdba30;
}

.mostrar-acreditacion {
  background-color: #fdba30;
  padding: 0 30px 10px 30px;
}

.margin-top-upn {
  margin-top: 6px;
}

@media (min-width: 768px) {
  .position-calidad-imagen {
    width: 100%;
    left: 551px;
    position: absolute;
    z-index: 9;
  }

  .position-calidad-imagen.acompanamiento {
    bottom: -20px;
    left: 345px;
  }

  .position-calidad-imagen.acompanamiento img {
    width: 100%;
  }

  .position-calidad-imagen::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid #fdba30;
    position: absolute;
    top: 11px;
    z-index: -1;
    right: -10px;
  }
}

@media (min-width: 992px) {
  .position-calidad-imagen.acompanamiento {
    left: 460px;
  }
}

@media (min-width: 1200px) {
  .position-calidad-imagen.acompanamiento {
    left: 554px;
  }
}


/** seccion video modal **/

.section-experiencia .video-section {
  position: relative;
}

.section-experiencia .block-video-modal {
  min-height: 540px;
  margin: 0px;
  padding: 0 10px;
  border: 3px solid #fdba30;
}

.section-experiencia .block-video-modal .content-text h3 {
  font-family: "SharpGroteskSemiBold";
  margin: 20px 0;
  font-size: 24px;
}

.section-experiencia .block-video-modal .content-video {
  position: absolute !important;
  right: 0;
  left: 0;
  margin-top: 20px;
  bottom: 15px;
  top: unset !important;
}

.section-experiencia .block-video-modal .content-video figure img {
  width: 100%;
}

.section-experiencia .block-video-modal .link-video-modal::before {
  content: none;
}

.section-experiencia .block-video-modal .link-video-modal::after {
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  top: 50%;
}

/*** seccion convenios en experiencia int **/

.convenios-internacional-section h4 {
  text-transform: uppercase;
  font-family: "SharpGroteskSemiBold";
  font-size: 21px;
  margin-bottom: 20px;
}

.convenios-switch {
  position: relative;
}

.convenios-switch .buttons::before {
  content: "Opciones de visualización: ";
  font-family: "TelegrafUltraBold";
  display: block;
}

.convenios-switch .buttons {
  position: relative;
  right: inherit;
  margin-bottom: 10px;
}

.convenios-switch .buttons button {
  text-indent: -9999px;
  border: 1px solid #000;
  background: transparent url("/sites/default/themes/upn/img/tab_list.svg") center no-repeat;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  margin-left: 10px;
}

.convenios-switch .buttons button.activo {
  background-image: url("/sites/default/themes/upn/img/tab_list_select.svg");
}

.convenios-switch .buttons button.grid {
  background-image: url("/sites/default/themes/upn/img/tab_map.svg");
}

.convenios-switch .buttons button.grid.activo {
  background-image: url("/sites/default/themes/upn/img/tab_map_select.svg");
}

/** filters **/

#filters_block {
  margin-bottom: 30px;
  margin-top: 30px;
}

.convenios-internacional-section p {
  width: 100%;
}

.convenios-internacional-section label {
  display: none;
}

.convenios-internacional-section .form-group {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  width: auto;
}

.convenio-card {
  border: 1px solid #eee;
  margin-bottom: 20px;
  /*display: block;*/
  height: calc(100% - 14px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.convenio-card figure {
  margin: 0;
  overflow: hidden;
}

.convenio-card img {
  transition: 0.25s transform;
}

.convenio-card:hover img {
  transform: scale(1.25);
}

.convenio-card .card-body {
  padding: 5px;
  min-height: 100px;
}

.convenio-card .card-body h4 {
  padding: 0;
  margin: 10px 0;
  text-transform: uppercase;
  font-family: "SharpGroteskSemiBold";
  color: #404041;
}

.convenio-card .card-body p {
  margin: 0;
}

/** grid convenios list **/
.convenios-internacional-section .lista .convenio-card {
  display: flex;
  flex-direction: row;
}

.convenios-internacional-section .lista .view-list {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.convenios-internacional-section .lista .convenio-card figure {
  flex-basis: 32%;
  max-width: 32%
    /*90px*/
  ;
  height: 100%;
}

.convenios-internacional-section .lista .convenio-card figure img {
  height: 100%;
}

.convenios-internacional-section .lista .convenio-card .card-body {
  width: 68%;
  padding-left: 10px;
}

/** section testimonial en page experiencia internacional **/

.section-experiencia .testimonial-section {
  padding: 20px 0 50px;
}

/*** section viajes academicos en page experiencia internacional **/

.viajes-acad-section .box {
  text-decoration: none;
}

.viajes-acad-section .box figure {
  margin: 0;
  overflow: hidden;
}

.viajes-acad-section .box img {
  transition: 0.25s transform;
  width: 100%;
}

.viajes-acad-section .box:hover img {
  transform: scale(1.25);
}

.viajes-acad-section .box .content {
  padding: 0 10px;
  text-align: center;
}

.viajes-acad-section .box .content h4 {
  font-family: "SharpGroteskSemiBold";
  margin: 25px 0 15px;
  text-transform: none;
  color: #404041;
  padding: 0;
}

/** PAGE EXPERIENCIA INTERNACIONAL DETALLE **/

.bg-experiencia-inter-detalle {
  background-image: url("/sites/default/files/banner_facultad.jpg");
}

.section-experiencia-detalle {
  margin: 30px 0;
}

.section-experiencia-detalle h1 {
  font-family: "SharpGroteskSemiBold";
  text-transform: uppercase;
  margin: 20px 0 10px;
  font-size: 20px;
}

.section-experiencia-detalle h5 {
  color: #000;
  font-family: "SharpGroteskSemiBold";
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-experiencia-detalle .content p {
  padding-top: 10px;
}

.section-experiencia-detalle .home-botones-amarillos .botones-amarillos a {
  font-size: 20px;
}

/*** PAGES ESTILOS EMPLEABILIDAD **/
.empleabilidad-header {
  background-image: url("/sites/default/files/1600x300_16.jpg");
}

.empleabilidad-header h2,
.investigacion-header h2,
.investigacion-detalle-header h2,
.vida-universitaria-header h2 {
  color: #fff;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
  text-transform: uppercase;
  margin: 20px 0;
}

.section-empleabilidad,
.section-empleabilidad .outpages-empleabilidad-section,
.eventos-empleabilidad-section,
.investigacion-section,
.vida-universitaria-section {
  margin-top: 40px;
  margin-bottom: 60px;
}

.section-empleabilidad h3 {
  font-family: "SharpGroteskSemiBold";
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
}

.section-empleabilidad p span {
  font-family: "SharpGroteskSemiBold";
  color: #404041;
}

.section-empleabilidad .datos-empleabilidad-section {
  text-align: center;
}

.section-empleabilidad .datos-empleabilidad-section h3 {
  text-align: left;
}

.section-empleabilidad .datos-empleabilidad-section h4 {
  font-family: "SharpGroteskBold";
  text-transform: uppercase;
  margin-top: 25px;
  color: #404041;
  padding: 0;
}

.section-empleabilidad .boxes-negros a {
  border: 3px solid #404041;
  background-color: #fff;
  padding: 20px 30px 0 20px;
  position: relative;
  min-height: 120px;
  height: auto;
  margin-bottom: 20px;
  text-decoration: none;
  position: relative;
  display: block;
}

.section-empleabilidad .boxes-negros h3 {
  color: #404041;
  font-family: "SharpGroteskSemiBold";
  font-size: 18px;

  margin: 0 0 10px;
  text-transform: initial;
}

.section-empleabilidad .boxes-negros a::after {
  content: "";
  background: url("/sites/default/themes/upn/img/Icon_more_cards.svg") no-repeat center left;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 5px;
  bottom: 10px;
}

.section-empleabilidad .boxes-negros a::after {
  content: "\f055" !important;
  background: transparent !important;
  font: normal normal normal 24px/1 FontAwesome;
  color: #fdba30;
}

/** page empleabilidad interna **/

.bg-empleabilidad-interna {
  background-image: url("/sites/default/files/70_1600x300.jpg");
}

.section-empleabilidad h4 {
  font-family: "SharpGroteskBold";
  text-transform: uppercase;
  margin-top: 25px;
  color: #404041;
}

/** PAGE ESTILOS INVESTIGACION **/
.node--type-proyecto-investigacion main main {
  padding-top: 0;
}

.bg-investigacion {
  background-image: url("/sites/default/files/media/investigacion/banner/banner-docente-investigador_0.jpg");
}

.bg-investigacion-detalle {
  background-image: url("/sites/default/files/media/investigacion/banner/investigacion_59_39_25.jpg");
}

.box-investigaciones {
  margin: 40px 0 0;
}

.box-investigaciones .item a {
  display: block;
  padding-left: 24px;
  position: relative;
  color: #383838;
  transition: 0.31s color;
}

.box-investigaciones .item a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: #fdba30;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  transform: rotate(135deg);
  bottom: 0;
}

.tab-style-invetigacion .block-tab .tabs {
  display: block;
}

.tab-style-invetigacion .block-tab .tabs>div,
.tab-style-invetigacion .block-tab .tabs>div>a {
  width: 100%;
}

/** PAGE ESTILOS VIDA UNIVERSITARIA **/

.bg-vida-universitaria {
  background-image: url("/sites/default/files/vida-universitaria-slider.jpg");
}

.vida-universitaria-section .content-introd strong,
.vida-universitaria-section .content-introd span {
  font-family: "SharpGroteskSemiBold";
  color: #404041;
}

.vida-universitaria-section .content-introd ul li p {
  margin-bottom: 0;
}

.vida-universitaria-section .content-introd h3 {
  font-size: 20px;
  font-family: "SharpGroteskSemiBold";
  margin-bottom: 20px;
}

.vida-universitaria-section .content-introd h4 {
  font-family: "SharpGroteskBold";
  text-transform: uppercase;
  margin-top: 25px;
  color: #404041;
}

.grupo-botones-amarillos {
  margin: 60px 0 20px;
}

.grupo-botones-amarillos .home-botones-amarillos {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.grupo-botones-amarillos .home-botones-amarillos .botones-amarillos {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  min-width: 0;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 0 15px;
}

.grupo-botones-amarillos .home-botones-amarillos .botones-amarillos a {
  font-size: 30px;
  line-height: 1.2;
}

.grupo-botones-amarillos .home-botones-amarillos .botones-amarillos a::before {
  content: none;
}

.grupo-botones-amarillos .home-botones-amarillos .botones-amarillos a span::before {
  font-family: "SharpGroteskBold";
  top: 6px;
}

.grupo-botones-amarillos .home-botones-amarillos .botones-amarillos a:hover span::before {
  color: #404041;
  text-decoration: none;
}

.bg-vida-universitaria-random {
  background-image: url("/sites/default/files/vida-universitaria-clubes-talleres-slider.jpg");
}

/* .vida-universitaria-section table {
  text-align: center;
}

.vida-universitaria-section table th,
.vida-universitaria-section table td {
  border: 1px solid #898989;
  padding: 4px;
}

.vida-universitaria-section table p {
  margin-bottom: 0;
}

.vida-universitaria-section table thead tr td {
  background-color: #e8e8e8;
  text-align: center;
} */

.btn-amarillo-content {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.btn-amarillo-modal {
  padding: 20px;
  border: 4px solid #fdba30;
  cursor: pointer;
}

.btn-amarillo-modal p {
  font-family: "SharpGroteskSemiBold";
  color: #fdba30;
  margin-bottom: 0;
}

.btn-amarillo-modal p i {
  font-size: 18px !important;
  padding-right: 10px;
}

.modal-promociones .modal {
  padding-right: 0px !important;
}

.modal-promociones .modal-dialog {
  width: auto;
  margin: 10px;
}

.modal-promociones .modal-header .modal-title {
  font-family: "SharpGroteskSemiBold";
  color: #fdba30 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.modal-promociones .modal-body {
  padding: 16px !important;
}

.modal-promociones .modal-body h4 {
  margin: 10px 0 !important;
  padding-top: 0 !important;
  font-family: "TelegrafUltraBold";
}

.modal-promociones .modal-body img {
  width: 100%;
  margin-bottom: 20px;
}

.modal-promociones .close {
  right: 15px;
  top: 35px;
  background: url("/sites/default/themes/upn/img/icon-close.svg") no-repeat;
}

.modal-promociones .modal-header .close span {
  display: none;
}

/** PAGE STYLES CALENDARIO ACADEMICO **/

.bg-calendario-academico {
  background-image: url("/sites/default/files/22_1200x300_0.jpg");
}

.calendario-sub-menu {
  display: block;
  min-height: 0;
}

.calendario-sub-menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.calendario-sub-menu ul li a {
  display: block;
  color: #4b4a4a;
  font-family: "TelegrafUltraBold";
  width: 100%;
  padding: 8px 24px;
  margin-bottom: 1.5px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.calendario-sub-menu ul li a.active {
  color: #fff;
  background-color: #fdba30;
  margin-bottom: 1.5px;
  background-image: url("/sites/default/themes/upn/img/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  transition: ease-out all 0.2s;
}

.calendario-sub-menu ul li a:hover {
  cursor: default;
  text-decoration: none;
  background-color: #fdba30;
  transition: ease-out all 0.2s;
  color: #fff;
}

.calendario-section .lateral-cuerpo {
  border: 0;
  margin-top: -50px;
  padding: 0;
}

.calendario-section .lateral-panel {
  background: #f7f7f7;
  padding: 30px 20px;
}

/** contenido ***/

.calendario-subtitulo {
  font-family: "TelegrafUltraBold";
  font-size: 20px;
}

.boton-calendario-descargar {
  margin-top: 14px;
}

.calendario-section .boton-descargar {
  background: #404041;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
  color: #fff;
  padding: 16px 24px;
}

.calendario-section .boton-descargar:hover,
.calendario-section .boton-descargar:focus {
  text-decoration: none;
  color: #fff;
}

.calendario-section .calendario-aca-compartir {
  margin: 20px 0 40px;
}

.calendario-section .compartir-inline .botones {
  margin-left: 0px;
  margin-right: 2px;
  display: flex;
}

.calendario-section .compartir-inline a:hover,
.calendario-section .compartir-inline a:focus {
  text-decoration: none;
}

/** PAGES ESTILOS PREGUNTAS FRECUENTES **/

.preguntas-frecuentes-header h2.subtitle {
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #fff;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}

.bg-preguntas-frecuentes {
  background-image: url("/sites/default/files/1600x300_faq.jpg");
}

/**buscador **/

.faqs-lista .search-box {
  padding: 0;
  width: 100%;
  float: left;
}

.faqs-lista label {
  display: none;
}

.faqs-lista input {
  border: 2px solid #404041;
  border-radius: 0;
  padding: 10px;
  height: 51px;
  margin-top: -28px;
  margin-bottom: 12px;
}

/** interna de preguntas frecuentes **/

.preguntas-frecuentes-interna .container {
  background-color: #ffffff;
  border: 3px solid #717171;
  padding: 30px 24px 20px;
  position: relative;
  width: 94%;
  margin-top: -60px;
  margin-bottom: 40px;
}

.faqs-content .vistas-simples>div {
  display: block;
}

.faqs-content .vistas-simples h4 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.faqs-content .vistas-simples h4 a {
  color: #000;
  transition: 0.25s color;
}

.faqs-content .vistas-simples h4 a:hover {
  color: #fdba30;
  text-decoration: none;
}

.faqs-content .vistas-simples .item a {
  color: #000;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
  text-decoration: none;
  transition: 0.25s color;
}

.faqs-content .vistas-simples .item a::after {
  width: 0;
  height: 2px;
  display: block;
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.25s width;
}

.faqs-content .vistas-simples .item a:hover {
  color: #000;
  font-family: "TelegrafUltraBold";
}

.faqs-content .vistas-simples .item a:hover::after {
  width: 100%;
}

.faqs-content .vistas-simples ul,
.faqs-content .vistas-simples ol {
  padding-left: 0px;
}

.faqs-content .vistas-simples ul li:before {
  content: none;
}

.faqs-content .vistas-simples .beta-link {
  color: #808284;
}

.faqs-content .vistas-simples .beta-link:hover {
  color: #404041;
  text-decoration: none;
  transition: 0.25s color;
}

.vistas-simples .title {
  font-size: 25px;
  font-family: "SharpGroteskSemiBold";
  margin-top: 0;
  margin-bottom: 30px;
}

.vistas-simples p,
.vistas-simples li {
  margin-bottom: 10px;
  position: relative;
}

.vistas-simples ul {
  list-style: none;
  padding-left: 10px;
}

.vistas-simples ul li::before {
  content: "-";
  margin-right: 6px;
}

.vistas-simples ol {
  padding-left: 0;
  counter-reset: ols;
  list-style: none !important;
}

.vistas-simples ol li {
  padding-left: 32px;
}

.vistas-simples ol li::before {
  content: counter(ols);
  counter-increment: ols;
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  color: #fff;
  background: #fdba30;
  border-radius: 50%;
  text-align: center;
  top: 5px;
  left: 0;
}

.botones-share {
  position: relative;
  z-index: 99;
}

.botones-share ul {
  display: flex;
  position: relative;
  top: auto;
  right: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 10px !important;
}

.botones-share ul li {
  margin-right: 8px;
}

.botones-share ul li:before {
  content: none !important;
}

.botones-share ul li a {
  background: #000;
  color: #fff;
  width: 50px;
  height: 50px;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  text-decoration: none;
}

.botones-share ul li a:hover {
  background: #fdba30;
}

.botones-share ul li a.whatsapp::before {
  content: "";
  background: url("/sites/default/themes/upn/img/Whatsapp.svg") no-repeat;
  width: 30px;
  height: 30px;
  position: relative;
}

.botones-share ul li a.messenger::before {
  content: "";
  background: url("/sites/default/themes/upn/img/Messenger.svg") no-repeat;
  width: 31px;
  height: 31px;
  position: relative;
}

/** PAGES ESTILOS RADIO UPN **/

.radio-header {
  background-size: auto;
  background-position: left;
}

.bg-radio {
  background-image: url("/sites/default/files/banner-radio-upn-web.png");
  background-size: cover;
}

/*** internas - radio **/
.member-name {
  background: #eee;
  font-family: "TelegrafUltraBold";
  font-size: 14px;
  padding: 4px 8px;
}

.member-position {
  border: 1px solid #eee;
  font-size: 14px;
  padding: 4px 8px;
}

div#galeria-radio {
  position: initial;
}

.texto-cuerpo-images .brand {
  background: #fff;
  padding: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/** estilos radio **/
.radio .vieo-banner {
  background: #404041;
  color: #fff;
  padding: 10px;
  position: relative;
}

.myCast .player-wpr {
  /* max-width: 532px; */
  height: 122px;
  font-family: "Roboto", Arial, sans-serif;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.myCast .bg-wpr {
  width: 100%;
  height: 122px;
  background: #f5f5f5;
  overflow: hidden;
  z-index: 100;
}

.myCast .player-ctr {
  height: 122px;
  position: relative;
  overflow: hidden;
  z-index: 101;
}

.myCast .blur {
  width: 100%;
  height: 122px;
  position: absolute;
  opacity: 0;
  display: none;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 100;
}

.myCast .album-cover-wpr {
  width: 122px;
  height: 100%;
  position: absolute;
  box-shadow: 4px 1px 9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 1px 9px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 4px 1px 9px rgba(0, 0, 0, 0.2);
  z-index: 102;
}

.myCast .album-cover {
  width: 106px;
  height: 106px;
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 8px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  z-index: 103;
}

.myCast .track-info {
  position: relative;
  margin-left: 122px;
  padding-left: 20px;
  padding-right: 56px;
  padding-top: 15px;
  z-index: 104;
  animation-duration: 2s;
}

.myCast .track-title {
  font-size: 22px;
  color: rgba(0, 0, 0, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.myCast .artist-name {
  color: rgba(0, 0, 0, 0.54);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.myCast .ppBtn {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 34px 34px;
  text-align: center;
  position: absolute;
  right: 16px;
  bottom: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13),
    0 3px 6px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13), 0 3px 6px rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13), 0 3px 6px rgba(0, 0, 0, 0.19);
  cursor: pointer;
  z-index: 400;
}

.myCast .play-btn {
  color: rgba(0, 0, 0, 1);
  background: #ff5722 url("/sites/default/themes/upn/img/playw.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 34px 34px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.myCast .stop-btn {
  color: rgba(0, 0, 0, 1);
  background: #ff5722 url("/sites/default/themes/upn/img/pausew.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 34px 34px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.myCast .play-btn:hover,
.myCast .stop-btn:hover {
  background-color: #f4511e;
}

.myCast .controls-wpr {
  height: 36px;
  background: rgba(255, 255, 255, 1);
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 122px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 46px;
  z-index: 101;
}

.myCast .volume-slider-wpr {
  padding-left: 25px;
  padding-right: 60px;
}

.myCast .volume-slider {
  display: inline-block;
}

.myCast .vol-value {
  color: #fff;
  display: inline-block;
  margin-left: 0;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 36px;
}

.myCast .vol-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
}

.myCast .vol-icon1::before {
  content: "\f026";
}

.myCast .vol-icon2::before {
  content: "\f027";
}

.myCast .vol-icon3::before {
  content: "\f028";
}

.myCast .more {
  width: 16px;
  height: 16px;
  color: rgba(0, 0, 0, 0.87);
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  transition: all ease 0.6s;
  z-index: 401;
}

.myCast .more::before {
  content: "\f067";
}

.myCast .morert {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.myCast .data-panel {
  height: 132px;
  position: relative;
  left: 0;
  top: 0;
  padding: 8px 82px 8px 8px;
  display: none;
  z-index: 300;
  animation-duration: 2s;
}

.myCast .data-panel-row {
  height: 32px;
  position: relative;
  margin-bottom: 5px;
}

.myCast .data-panel-info {
  height: 32px;
  background: #fff;
  color: rgba(0, 0, 0, 0.54);

  position: relative;
  padding-left: 32px;
  padding-right: 12px;
  margin-left: 12px;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 301;
}

.myCast .data-panel-info span {
  margin-right: 10px;
}

.myCast .data-panel-info i {
  margin-right: 4px;
}

.myCast .data-panel-r-icon {
  width: 32px;
  height: 32px;
  background: #e8e8e8;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.84);
  text-align: center;

  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 302;
}

.myCast .history {
  height: 15px;
  position: relative;
  top: 9px;
  overflow: hidden;
}

.myCast .history ul {
  padding: 0;
  margin: 0;
  -webkit-animation: ticker 14s cubic-bezier(1, 0, 0.5, 0) infinite;
  animation: ticker 15s cubic-bezier(1, 0, 0.5, 0) infinite;
  -webkit-user-select: none;
}

.myCast .history ul li {
  list-style: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.myCast .history ul:hover {
  animation-play-state: paused;
}

.myCast .share ul {
  padding: 0;
  margin: 0;
}

.myCast .share ul li {
  list-style: none;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.myCast .share a {
  color: inherit;
  text-decoration: none;
}

.myCast .facebook {
  color: #3f51b5;
}

.myCast .twitter {
  color: #03a9f4;
}

.myCast .google {
  color: #e53935;
}

.myCast input[type="range"] {
  width: 100px;
  height: 6px;
  background: none;
  margin-top: 5px;
  padding: 10px 0;
  -webkit-appearance: none;
  cursor: pointer;
}

.myCast input[type="range"]:focus {
  outline: none;
}

.myCast input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: rgba(0, 0, 0, 0.14);
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  animation: 0.2s;
}

.myCast input[type="range"]:focus::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0.14);
}

.myCast input[type="range"]::-webkit-slider-thumb {
  width: 12px;
  height: 12px;
  background: #ff5314;
  margin-top: -3px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
}

.myCast input[type="range"]:hover::-webkit-slider-thumb {
  margin-top: -3px;
  -webkit-appearance: none;
  transform: scale(1.3);
}

.myCast input[type="range"]::-moz-range-track {
  width: 100%;
  height: 6px;
  background: rgba(0, 0, 0, 0.14);
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  animation: 0.2s;
}

.myCast input[type="range"]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #ff5314;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.myCast input[type="range"]:hover::-moz-range-thumb {
  transform: scale(1.3);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .myCast input[type="range"] {
    width: 100px;
    height: 16px;
    background: none;
    margin-top: 0;
    padding: 10px 0;
    cursor: pointer;
  }
}

.myCast input[type="range"]::-ms-tooltip {
  display: none;
}

.myCast input[type="range"]::-ms-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border-color: transparent;
  color: transparent;
  cursor: pointer;
  animation: 0.2s;
}

.myCast input[type="range"]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.14);
  border: 0;
  border-radius: 15px;
}

.myCast input[type="range"]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.14);
  border: 0;
  border-radius: 8px;
}

.myCast input[type="range"]::-ms-thumb {
  width: 14px;
  height: 14px;
  background: #ff5314;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.myCast input[type="range"]:focus::-ms-fill-lower {
  background: transparent;
}

.myCast input[type="range"]:focus::-ms-fill-upper {
  background: transparent;
}

@media only screen and (max-width: 600px) {
  .myCast .player-wpr {
    /* max-width: 426px; */
    height: 98px;
  }

  .myCast .bg-wpr {
    height: 98px;
  }

  .myCast .player-ctr {
    height: 98px;
  }

  .myCast .blur {
    height: 98px;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }

  .myCast .album-cover-wpr {
    width: 98px;
    height: 100%;
  }

  .myCast .album-cover {
    width: 86px;
    height: 86px;
    top: 6px;
    left: 6px;
  }

  .myCast .track-info {
    margin-left: 98px;
    padding-left: 14px;
    padding-right: 46px;
    padding-top: 12px;
  }

  .myCast .track-title {
    font-size: 18px;
  }

  .myCast .ppBtn {
    width: 40px;
    height: 40px;
    right: 12px;
    bottom: 10px;
  }

  .myCast .controls-wpr {
    height: 29px;
    margin-left: 98px;
    padding-top: 0;
    padding-left: 14px;
    padding-right: 26px;
  }

  .myCast .volume-slider-wpr {
    padding-left: 20px;
    padding-right: 60px;
  }

  .myCast .volume-slider {
    display: inline-block;
  }

  .myCast .vol-value {
    width: 10%;
    font-size: 10px;

    margin-left: 2px;
    padding-top: 1px;
  }

  .myCast .vol-icon {
    width: 13px;
    height: 13px;
    top: 8px;
    font-size: 15px;
  }

  .myCast .more {
    width: 13px;
    height: 13px;
    top: 12px;
    right: 20px;
  }

  .myCast input[type="range"] {
    height: 6px;
    -webkit-appearance: none;
    margin-top: 1px;
    width: 78px;
    padding: 10px 0;
    background: none;
    cursor: pointer;
  }

  .myCast input[type="range"]::-webkit-slider-runnable-track {
    height: 5px;
    border-radius: 8px;
  }

  .myCast input[type="range"]:focus::-webkit-slider-runnable-track {
    background: rgba(0, 0, 0, 0.14);
  }

  .myCast input[type="range"]::-webkit-slider-thumb {
    width: 11px;
    height: 11px;
    background: #ff5314;
    margin-top: -3px;
  }

  .myCast input[type="range"]::-moz-range-track {
    width: 100%;
    height: 5px;
  }

  .myCast input[type="range"]::-moz-range-thumb {
    width: 11px;
    height: 11px;
  }

  .myCast input[type="range"]::-ms-track {
    width: 100%;
    height: 5px;
  }

  .myCast input[type="range"]::-ms-thumb {
    width: 11px;
    height: 11px;
  }

  @media all and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
    .myCast input[type="range"] {
      width: 78px;
      height: 11px;
      background: none;
      margin-top: 0;
      padding: 9px 0 10px;
      cursor: pointer;
    }
  }

  .myCast .data-panel {
    height: 98px;
    padding: 6px 62px 6px 6px;
  }

  .myCast .data-panel-row {
    height: 26px;
    position: relative;
    margin-bottom: 4px;
  }

  .myCast .data-panel-info {
    height: 26px;
    padding-left: 24px;
    padding-right: 12px;
    margin-left: 12px;
  }

  .myCast .data-panel-info span {
    margin-right: 10px;
  }

  .myCast .data-panel-info i {
    margin-right: 4px;
  }

  .myCast .data-panel-r-icon {
    width: 26px;
    height: 26px;
  }

  .myCast .history {
    height: 15px;
    top: 6px;
  }

  .myCast .share ul li {
    padding-right: 5px;
  }
}

.myCast .vertical {
  max-width: 356px;
  height: 478px;
}

.vertical .bg-wpr {
  width: auto;
  height: 478px;
  overflow: hidden;
  z-index: 100;
}

.vertical .player-ctr {
  height: 478px;
  position: relative;
  overflow: hidden;
  z-index: 101;
}

.vertical .blur {
  height: 458px;
}

.vertical .album-cover-wpr2 {
  width: auto;
  height: 348px;
  padding: 8px 8px 0;
  position: relative;
  text-align: right;
  box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 102;
}

.vertical .album-cover2 {
  width: 100%;
  height: 340px;
  background-size: cover;
  position: relative;
  top: 0;
  left: auto;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  z-index: 103;
}

.vertical .track-info {
  position: relative;
  margin-left: 0;
  padding-left: 16px;
  padding-right: 56px;
  padding-top: 20px;
  z-index: 104;
}

.vertical .ppBtn {
  position: absolute;
  right: 16px;
  bottom: 10px;
}

.vertical .controls-wpr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 14px;
  padding-right: 46px;
  z-index: 101;
}

.vertical .more {
  position: absolute;
  top: auto;
  bottom: 87px;
  right: 20px;
}

.vertical .data-panel {
  height: 108px;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  padding: 0 0 0 8px;
  z-index: 300;
}

.vertical .data-panel-row {
  height: 28px;
  position: relative;
  margin-bottom: 5px;
}

.vertical .data-panel-row:nth-last-child(3) {
  max-width: 310px;
  position: relative;
  margin-bottom: 5px;
}

.vertical .data-panel-row:nth-last-child(2) {
  max-width: 290px;
  position: relative;
  margin-bottom: 5px;
}

.vertical .data-panel-row:nth-last-child(1) {
  max-width: 274px;
  position: relative;
  margin-bottom: 5px;
}

.vertical .data-panel-info {
  height: 28px;
  color: rgba(0, 0, 0, 0.54);

  position: relative;
  padding-left: 24px;
  margin-right: 10px;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 301;
}

.vertical .data-panel-info span {
  margin-right: 10px;
}

.vertical .data-panel-info i {
  margin-right: 4px;
}

.vertical .data-panel-r-icon {
  width: 28px;
  height: 28px;
  background: #e8e8e8;
  color: rgba(0, 0, 0, 0.84);
  text-align: center;

  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 302;
}

@media only screen and (max-width: 600px) {
  .myCast .vertical {
    max-width: 400px;
  }

  .vertical .track-title {
    font-size: 22px;
  }

  .vertical .ppBtn {
    width: 50px;
    height: 50px;
  }

  .vertical .controls-wpr {
    height: 36px;
  }

  .vertical .vol-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    margin-right: 6px;
    top: 10px;
    font-size: 20px;
  }

  .vertical input[type="range"] {
    height: 6px;
    -webkit-appearance: none;
    margin-top: 5px;
    width: 100px;
    padding: 10px 0;
    background: none;
    cursor: pointer;
  }

  .vertical input[type="range"]::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 8px;
  }

  .vertical input[type="range"]:focus::-webkit-slider-runnable-track {
    background: rgba(0, 0, 0, 0.14);
  }

  .vertical input[type="range"]::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
    background: #ff5314;
    margin-top: -3px;
  }

  .vertical input[type="range"]::-moz-range-track {
    width: 100%;
    height: 5px;
  }

  .vertical input[type="range"]::-moz-range-thumb {
    width: 121px;
    height: 12px;
  }

  .vertical input[type="range"]::-ms-track {
    width: 100%;
    height: 5px;
  }

  .vertical input[type="range"]::-ms-thumb {
    width: 12px;
    height: 12px;
  }

  .vertical .volume-slider-wpr {
    padding-left: 25px;
    padding-right: 60px;
  }

  .vertical .volume-slider {
    display: inline-block;
  }

  .vertical .vol-value {
    width: 36px;
    text-align: center;
    position: relative;
    margin-left: 0;
    vertical-align: top;
    display: inline-block;
  }
}

.myCast .valign-middle {
  padding-bottom: 2px;
  vertical-align: middle;
}

.myCast .rounded {
  border-radius: 5px;
}

.myCast .dis-none {
  display: none;
}

.myCast .vol-dis {
  opacity: 0.35;
}

.myCast .hidden {
  visibility: hidden;
}

.myCast .visible {
  display: block;
}

.myCast .bg-amber {
  background: #ffc107;
}

.bg-amber .track-title {
  color: rgba(0, 0, 0, 0.87);
}

.bg-amber .artist-name {
  color: rgba(0, 0, 0, 0.54);
}

.bg-amber .vol-value {
  color: rgba(0, 0, 0, 0.48);
}

.accent-amber .play-btn {
  background: #ffc107 url("/sites/default/themes/upn/img/playb.svg");
}

.accent-amber .stop-btn {
  background: #ffc107 url("/sites/default/themes/upn/img/pauseb.svg");
}

.accent-amber .play-btn:hover,
.accent-amber .stop-btn:hover {
  background-color: #ffca28;
}

.accent-amber .play-btn {
  background-position: center center;
  background-repeat: no-repeat;
}

.accent-amber .stop-btn {
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-amber .controls-wpr,
.bg-amber .data-panel-info {
  background: rgba(255, 255, 255, 0.32);
}

.myCast .bg-amber input[type="range"]::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0.12);
}

.myCast .bg-amber input[type="range"]::-moz-range-track {
  background: rgba(0, 0, 0, 0.12);
}

.myCast .bg-amber input[type="range"]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.12);
}

.myCast .bg-amber input[type="range"]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.12);
}

.accent-amber input[type="range"]::-webkit-slider-thumb {
  background: #ffc107;
}

.accent-amber input[type="range"]::-moz-range-thumb {
  background: #ffc107;
}

.accent-amber input[type="range"]::-ms-thumb {
  background: #ffc107;
}

.bg-amber .data-panel-r-icon {
  background: #ffe082;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-duration-1000 {
  animation-duration: 1s;
}

.animation-duration-1500 {
  animation-duration: 1.5s;
}

.animation-duration-2000 {
  animation-duration: 2s;
}

.animation-duration-2750 {
  animation-duration: 2.75s;
}

.animation-duration-3000 {
  animation-duration: 3s;
}

.animation-duration-4000 {
  animation-duration: 4s;
}

.animation-duration-5000 {
  animation-duration: 5s;
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes ticker {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: -15px;
  }

  30% {
    margin-top: -30px;
  }

  45% {
    margin-top: -45px;
  }

  60% {
    margin-top: -60px;
  }

  75% {
    margin-top: -75px;
  }

  90% {
    margin-top: -90px;
  }
}

/** PAGES ESTILOS SERVICIOS ESTUDIANTES **/

.servicios-header {
  position: relative;
  background-size: cover;
  padding-top: 48px;
  min-height: 340px;
  display: flex;
  align-items: center;
}

.bg-servicios-estudiantes {
  background-image: url("/sites/default/files/servicios-estudiantes-slider.jpg");
  background-position: center;
}

.bg-servicios-tramites {
  background-image: url("/sites/default/files/banner-tramites_28.jpg");
  background-position: center;
}

.bg-servicios-cronograma {
  background-image: url("/sites/default/files/banner-actas-comite_2.jpg");
  background-position: center;
}

.bg-servicios-defensoria {
  background-image: url("/sites/default/files/banner-servicios-defensoria.jpg");
  background-position: center;
}

.bg-servicios-laboratorios {
  background-image: url("/sites/default/files/banner-laboratorio.jpg");
  background-position: center;
}

.bg-servicios-upnvirtual {
  background-image: url("/sites/default/files/banner-upn-virtual_0.jpg");
  background-position: center;
}

.servicios-header span {
  font-family: "SharpGroteskSemiBold";
  display: block;
  letter-spacing: 0.2px;
  margin-bottom: 4px;
  color: #fff;
}

.servicios-header h1 {
  color: #fff;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0;
}

.servicios-header h2.subtitle {
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #fff;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}

.section-servicios {
  margin: 30px 0 5px;
}

.section-servicios h2 {
  font-size: 20px;
  font-family: "SharpGroteskSemiBold";
  color: #000;
}

.section-servicios h3 {
  font-size: 20px;
  font-family: "SharpGroteskSemiBold";
  color: #000;
  margin-bottom: 20px;
}

.section-servicios span {
  font-family: "SharpGroteskSemiBold";
}

.section-servicios p span {
  font-family: "SharpGroteskSemiBold";
  color: #404041;
}

.section-servicios figure img {
  max-height: 430px;
  object-fit: cover;
  width: 100%;
}

.section-servicios ol {
  list-style: decimal !important;
  color: #000;
}

.section-servicios ol li a {
  text-decoration: none !important;
  color: #fdba30 !important;
}

.section-servicios ol.list-order-yellow,
.section-servicios ol {
  padding-left: 40px;
  margin: 40px 0 20px;
}

.section-servicios ol.list-order-yellow {
  color: #fdba30;
  list-style: decimal !important;
}

.section-servicios ol.list-order-yellow li a {
  text-decoration: none;
  color: #fdba30;
}

.section-servicios .lista-preguntas {
  padding: 20px 0;
}

.section-servicios .text-question-short ul {
  list-style: inherit;
  margin-bottom: 40px;
}

.section-servicios .text-question-full ul:not(:last-child) {
  list-style: inherit;
  margin-bottom: 40px;
}

.section-servicios ul li p {
  margin-bottom: 5px;
}

.section-servicios p a {
  color: #fdba30;
  text-decoration: none;
  word-break: break-word;
}

.section-servicios p a:focus,
.section-servicios p a:hover {
  color: #23527c;
  text-decoration: underline;
}

.section-servicios .costo-tramite {
  padding-top: 40px;
}

.section-servicios ul ul {
  list-style-type: circle;
}

.section-servicios .text-question-full .link-underline-yellow {
  text-decoration: underline;
  color: #fdba30;
}

.laboratorios-images {
  padding: 20px 0 40px;
}

.laboratorios-images img {
  padding-bottom: 10px;
}

/** PAGE ESTILOS FACULTADES**/
.block-faculty-text figure::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #fdba30;
  position: absolute;
  top: 10px;
  z-index: -1;
  right: -10px;
}

.blocks-group .block {
  display: block;
  margin-bottom: 24px;
  position: relative;
}

.blocks-group .block h2 {
  color: #fff;
  padding: 0px 30px 0 30px;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
  width: 100%;
  z-index: 1;
}

.blocks-group .block:hover:before {
  opacity: 0;
}

.blocks-group .block:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  opacity: 1;
  transition: 0.25s opacity;
}

.blocks-group .block img {
  transform: scale(1) rotate(0deg);
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  transition: 0.25s transform;
}

.blocks-group .block:hover img {
  transform: scale(1.5) rotate(-10deg);
}

/** fin PAGE ESTILOS FACULTADES**/

/** PAGE ESTILOS INTERNA-FACULTAD**/

.type-faculty {
  overflow-x: hidden;
  position: relative;
}

.intern-faculty-header {
  background-position: center top;
  background-size: cover;
  min-height: 223px;
  display: flex;
  align-items: center;
}

.bg-faculty-design {
  background-image: url("/sites/default/files/arquitectura_0.jpg");
}

.intern-faculty-header h1 {
  color: #fff;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}

/** css de upn dropdown facultad-interna **/
.dropdown-toggle::after {
  display: none;
}

.menu-faculty-list-careers {
  background-color: #000;
  margin-top: 0;
  padding: 0;
}

.menu-faculty-list-careers .container {
  padding-left: 0;
  padding-right: 0;
}

.menu-faculty-list-careers .menu {
  display: block;
}

.menu-faculty-list-careers .menu li {
  margin-bottom: 0;
  margin-right: 0;
}

.menu-faculty-list-careers .menu a.menu-list-item {
  color: #fff;
  display: block;
  padding: 12px;
  border-bottom: 1px solid #eee;
  width: 100%;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

.menu-faculty-list-careers .menu a.menu-list-item:hover,
.menu-faculty-list-careers .menu a.menu-list-item.active {
  color: #fdba30;
  background-color: transparent;
  transition: all 0.2s ease-in;
}

.menu-faculty-list-careers .menu .caret {
  color: #fdba30;
  margin-top: 2px;
}

.menu-faculty-list-careers .dropdown-menu a.dropdown-item {
  color: #000;
  white-space: break-spaces;
}

.menu-faculty-list-careers .dropdown-menu a.dropdown-item:active,
.menu-faculty-list-careers .dropdown-menu a.dropdown-item.active,
.menu-faculty-list-careers .dropdown-menu a.dropdown-item:focus,
.menu-faculty-list-careers .dropdown-menu a.dropdown-item:hover {
  color: #000;
  background-color: #fdba30;
}

.caret {
  background-image: url("/sites/default/themes/upn/img/arrow_down_yellow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  display: inline-block;
  width: 14px;
  height: 9px;
  margin-left: 5px;
}

/** fin nav dropdown **/

.section-faculty-class.block-faculty-text h3 {
  font-size: 24px;
}

.section-faculty-class .object-img-1 {
  object-fit: cover;
  max-height: auto;
  width: 100%;
}

.text-decano {
  background-color: #ffb21e;
  padding: 20px;
  font-size: 100%;
  width: 100%;
  height: auto;
  text-align: center;
}

.text-decano p {
  margin-bottom: 0px;
}

.section-faculty-careers h2 {
  text-transform: uppercase;
}

.section-faculty-careers {
  counter-reset: list;
}

.section-faculty-careers ol li {
  list-style: none;
  display: flex;
  align-items: center;
}

.section-faculty-careers ol li::before {
  color: #fdba30;
  counter-increment: list;
  content: counter(list);
  display: block;
  font-family: "SharpGroteskBold";
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
  margin-right: 20px;
}

.section-faculty-careers ol li a {
  color: #000;
}

.section-faculty-careers ol li a:active,
.section-faculty-careers ol li a:hover {
  text-decoration: underline;
}

.section-faculty-careers .object-img-2 {
  object-fit: cover;
  max-height: auto;
  width: 100%;
}

.section-faculty-careers figure::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #fdba30;
  position: absolute;
  top: 10px;
  z-index: -1;
  right: -10px;
}

/*slider owl*/

.testimonials-slide {
  text-align: center;
  padding: 0;
}

.testimonials-slide .item a {
  display: flex;
  flex-direction: column;
  height: 251px;
  background-size: cover;
  justify-content: flex-end;
  overflow: hidden;
  text-decoration: none !important;
}

.testimonials-slide .item a>figure {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 251px;
  width: 100%;
}

.testimonials-slide .item a figure::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #000;
  opacity: 0.5;
  z-index: 0;
  transition: 0.25s transform;
  z-index: 1;
}

.testimonials-slide .item a figure img {
  transition: 0.25s transform;
  object-position: center;
  width: 100%;
  height: 251px;
  object-fit: cover;
}

.testimonials-slide .item a:hover img {
  transform: scale(1.2);
}

.testimonials-slide .item a>* {
  position: relative;
  z-index: 2;
  color: #fff;
}

.testimonials-slide .item h4 {
  font-family: "TelegrafUltraBold";
  font-size: 18px;
}

.testimonials-slide .item p {
  text-transform: uppercase;
}

.testimonials-slide .item small {
  color: #fdba30;
  display: block;
  font-family: "TelegrafUltraBold";
  font-size: 16px;
  padding-bottom: 2rem;
  display: inline-block;
  padding-bottom: 2px;
  align-self: center;
  margin-bottom: 2rem;
}

.testimonials-slide .item small::before {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  background: #fdba30;
  left: 0;
  bottom: -1px;
  transition: 0.25s width;
}

.testimonials-slide .item a:hover small:before {
  width: 100%;
}

/** estilos landing pages - pauta / Facultad **/

.cover-page-facultad {
  min-height: 500px;
  position: relative;
  background-position-x: 38%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cover-page-height {
  background-position-x: 38%;
  background-size: cover;
  height: 500px;
  background-repeat: no-repeat;
}

.cover-page-text {
  position: absolute;
  top: 220px;
  left: 15px;
  right: 15px;
}

.cover-page-text h1 {
  color: #fdba30;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}

.cover-page-text p {
  color: #fff;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}

.carrera-titulo-underlined {
  background: #40395f;
  height: 3px;
  width: 150px;
  margin-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
}

.py60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.carreras-bloque {
  background: #f0f0f0;
}

.career-card {
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(128, 130, 132, 0.5);
  -moz-box-shadow: 0px 0px 16px 0px rgba(128, 130, 132, 0.5);
  box-shadow: 0px 0px 16px 0px rgba(128, 130, 132, 0.5);
  margin: 10px;
}

.career-card:hover {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(128, 130, 132, 1);
  -moz-box-shadow: 0px 0px 16px 0px rgba(128, 130, 132, 1);
  box-shadow: 0px 0px 16px 0px rgba(128, 130, 132, 1);
}

.career-card figure {
  margin: 0;
}

.card-image {
  position: relative;
}

.card-image img {
  object-fit: cover;
  height: 212px;
  width: 100%;
}

.card-image h6 {
  background: #40395f;
  color: #fff;
  margin: 0;
  padding: 10px;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-info {
  padding: 20px;
}

.card-info p {
  margin-bottom: 20px;
  color: #000;
}

.card-info a {
  color: #404041;
  text-decoration: underline;
}

.porque-bloque {
  background: #404041;
}

.porque-bloque h2 {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center;
}

.upn-paragraph {
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
}

.mb50 {
  margin-bottom: 50px;
}

.porque-bloque figure {
  margin: 0;
}

.porque-bloque .img-why {
  height: 50px;
  margin-bottom: 10px;
}

.porque-bloque .title-why {
  color: #fff;
  font-family: "TelegrafUltraBold";
  font-size: 20px;
  margin-bottom: 5px;
  text-align: center;
}

.porque-bloque .info-why {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.video-bloque .video-modal {
  position: relative;
  display: block;
}

.video-bloque .video-modal figure {
  overflow: hidden;
}

.video-bloque .video-modal figure::after {
  content: "";
  background: #000000;
  opacity: 0.57;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.video-bloque .video-modal figure img {
  transition: 0.41s transform;
  object-fit: cover;
  width: 100%;
}

.video-bloque .video-modal:hover figure img {
  transform: scale(1.5) rotate(-15deg);
}

.video-bloque .video-modal::after {
  content: "";
  background: url("//sites/default/themes/upn/img/video_icon.svg") no-repeat center center;
  background-size: 86px;
  width: 86px;
  height: 86px;
  display: block;
  position: absolute;
  z-index: 5;
  left: 50%;
  margin-left: -43px;
  top: 50%;
  margin-top: -43px;
}

.career-modal-bst.modal-videos .modal-dialog {
  border: 3px solid #000;
  margin: 10% auto 0px !important;
  background: #000;
}

.career-modal-bst.modal-videos .modal-dialog .modal-content {
  padding-top: 0;
  background: #000;
}

.career-modal-bst .modal-body {
  padding: 0;
}

.career-modal-bst.modal-videos .modal-dialog .modal-content button.close {
  right: -3px;
  top: -29px;
  background-color: #fff;
  padding: 12px;
  display: block;
  background-image: url("/sites/default/themes/upn/img/icon-close.svg");
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
}

.career-modal-bst.modal-videos .modal-dialog .modal-content button.close span {
  display: none;
}

.career-modal-bst .player iframe {
  width: 100%;
}

/* form estilos page facultades **/

.cover-page-form .webform-inscripcion {
  background-color: #fff;
  box-shadow: none;
  padding: 20px;
  margin: 25px 0;
}

.cover-page-form .webform-inscripcion .help-block {
  font-size: 18px;
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: "TelegrafUltraBold";
}

/** page contactanos css **/

.contact-header {
  position: relative;
  background-image: url("/sites/default/files/1600x400_1.jpg");
  background-position: center top;
  background-size: cover;
  min-height: 281px;
  display: flex;
  align-items: center;
}

.contact-header h1 {
  color: #fff;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0;
}

.contact-header span {
  font-family: "SharpGroteskSemiBold";
  display: block;
  letter-spacing: 0.2px;
  margin-bottom: 4px;
  color: #fff;
}

.section-contact .info-contact {
  background: #fff;
  border: 3px solid #eee;
  margin: 0;
  padding: 2rem;
}

.section-contact .info-contact ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}

.section-contact .info-contact li.phone::before {
  content: "";
  background: url("/sites/default/themes/upn/img/phone_icon_yellow.svg") no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  background-size: 70%;
  top: 7px;
}

.block-chat .row {
  display: flex;
  align-items: center;
}

.block-chat figure {
  position: relative;
  z-index: 9;
}

.block-chat figure::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #fdba30;
  position: absolute;
  top: 10px;
  z-index: -1;
  right: -10px;
}

.block-chat .object-img-1 {
  object-fit: cover;
  max-height: 290px;
  width: max-content;
}

.btn-chat {
  padding: 12px 40px !important;
  margin-bottom: 40px !important;
}

/** page oficinas academicas **/

.bg-oficinas-departamentos {
  background-image: url("/sites/default/files/1600x300_2.jpg");
  background-position: 10% top;
}

.bg-of-empleabilidad {
  background-image: url("/sites/default/files/61_1600x300.jpg");
  background-position: center top;
}

.bg-dpto-humanidades {
  background-image: url("/sites/default/files/65_1600x300.jpg");
  background-position: center top;
}

.oficinas-header {
  position: relative;
  background-size: cover;
  padding-top: 48px;
  min-height: 301px;
  display: flex;
  align-items: center;
}

.oficinas-header.h-interna {
  min-height: 360px;
}

.oficinas-header h1 {
  color: #fff;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0;
}

.section-oficinas figure img {
  max-height: 350px;
  object-fit: cover;
  width: 100%;
}

.section-oficinas figure::after,
.section-servicios figure::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #fdba30;
  position: absolute;
  top: 10px;
  z-index: -1;
  right: -10px;
}

.section-oficinas span {
  font-family: "SharpGroteskSemiBold";
}

.section-oficinas a {
  color: #fdba30;
  text-decoration: none;
}

.blocks-group .block.block-large h3 {
  bottom: 10px;
  top: initial;
  font-size: 21px;
}

/** page calidad academica css**/

.calidad-header {
  position: relative;
  background-image: url("/sites/default/files/1600x300_0.jpg");
  background-position: center top;
  background-size: cover;
  min-height: 300px;
  display: flex;
  align-items: center;
}

.calidad-header h1 {
  color: #fff;
  letter-spacing: 0.01em;
  margin: 0;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}

.section-calidad .image-logo {
  width: 124px;
  margin: 20px auto 18px;
  display: block;
}

.section-calidad .image-logo-2 {
  width: 96px;
  margin: 0px auto 20px;
  display: block;
}

.section-calidad .image-calidad {
  width: 180px;
  display: block;
  margin: auto;
}

.pr-stars {
  padding-right: 0%;
  color: #000;
}

.section-calidad p {
  text-align: left;
}

.box-stars img {
  width: 86px;
}

.section-acreditation h3 {
  font-size: 18px;
  color: #000;
}

.section-acreditation .image-logo {
  width: 150px;
  margin: 0 auto 30px;
  display: block;
}

.section-acreditation ul li {
  margin-bottom: 10px;
}

/*********** Eventos interna ***********/
.noticia_medium_card .border .news-image {
  height: auto;
  width: 100%;
  overflow: hidden;
}

a.noticia_medium_card .news-image img {
  transition: transform 0.25s;
}

a.noticia_medium_card:hover .news-image img {
  transform: scale(1.5);
}

.noticia_medium_card .fecha {
  color: #000;
  font-family: "SharpGroteskbook";
  font-size: 20px;
  text-transform: uppercase;
}

.noticia_medium_card .title {
  color: #000;
  font-family: "TelegrafUltraBold";
  font-size: 18px;
  line-height: 1.2;
}

.noticia_medium_card .min-height-content {
  min-height: 170px;
}

.three-ellipsis-noticia {
  max-height: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.event-more {
  font-family: "TelegrafUltraBold";
  display: inline-block;
  position: relative;
  width: max-content;
}

.event-more:after {
  content: "";
  width: 0;
  height: 2px;
  background: #0056b3;
  display: block;
  bottom: 0;
  position: absolute;
  transition: 0.25s width;
}

a:hover .event-more:after {
  width: 100%;
}

.node--type-evento table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.event-article {
  margin-bottom: 20px;
}

.event-article img {
  object-fit: cover;
  width: 100%;
  min-height: 240px;
}

.event-article h6 {
  color: #000;
  /* Lista de evento */
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.event-article:hover h2 {
  text-decoration: underline;
}

.event-article .icon-date {
  font-family: "SharpGroteskBold";
  font-size: 22px;
}

.event-article .icon-date i {
  color: #fdba30;
  font-size: 22px;
  margin-right: 10px;
}

.type-event .event-header {
  padding: 4rem 0 2rem;
}

.event-header {
  background-image: url("/sites/default/themes/upn/img/header-noticias-upn.jpg");
  background-position: right;
  background-size: cover;
  min-height: 80px;
  padding: 5rem 0 2rem;
  position: relative;
  z-index: 0;
}

.event-page-title {
  color: #fff;
  font-family: "SharpGroteskBold";
  font-size: calc(1.91964286rem + 1.33928571vw);
  text-transform: uppercase;
}

.title-evento {
  font-size: calc(1.58082707rem + 0.84586466vw);
}

.schedule-evento span {
  font-size: 18px;
  color: #888;
}

.body-evento img {
  max-width: 100%;
  height: auto;
}

.evento_small_card .card-img-left {
  transition: transform 0.25s;
  object-fit: cover;
  width: 114px;
  height: 100%;
}

.evento_small_card .img-mini-evento {
  height: 139px;
  width: 114px;
}

.evento_small_card .img-mini-noticia {
  height: 123px;
  width: 114px;
}

.evento_small_card .img-mini-noticia2 {
  height: 115px;
  width: 114px;
}

a.evento_small_card:hover .card-img-left {
  transform: scale(1.5);
}

.evento_small_card .fecha {
  color: #808284;
  font-family: "TelegrafUltraBold";
}

.mini-evento-height {
  height: 67px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.mini-noticia-height {
  height: 70px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}



/** pagination events*/

.pagination-events {
  flex-wrap: wrap;
}

.pagination-events,
.info-contact-campus ul {
  list-style: none;
}

.pagination-events li {
  background: #f7f7f7;
  margin: 5px;
}

.pagination-events>li>a,
.pagination-events>li>span {
  color: #000;
  height: 48px;
  min-width: 48px;
}

.pagination-events li.active span {
  background: #fdba30;
  font-family: "TelegrafUltraBold";
}

.pagination-events li.prev a,
.pagination-events li.next a {
  background: #fdba30;
  color: #000;
  font-family: "TelegrafUltraBold";
  position: relative;
}

.pagination-events li.prev a {
  padding: 0 20px 0 40px;
}

.pagination-events li.next a {
  padding: 0 40px 0 20px;
}

.pagination-events li.prev a::before,
.pagination-events li.next a::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.pagination-events li.prev a::before {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  left: 20px;
}

.pagination-events li.next a::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  right: 20px;
}

.pagination-events>li>a:focus,
.pagination-events>li>a:hover,
.pagination-events>li>span:focus,
.pagination-events>li>span:hover {
  background: #fdba30;
  opacity: 0.8;
  text-decoration: none;
}

.pagination-events li.page-item {
  padding-top: 12px;
  width: 48px;
}

.pagination-events li.pager-last,
.pagination-events li.pager-first {
  display: none;
}

.btn-event-link {
  background: #fdba30;
  border-radius: 0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  color: #000;
  font-family: "TelegrafUltraBold";
  padding: 1rem 6rem;
}

.btn-event-link:hover,
.btn-event-link:focus {
  opacity: 0.8;
  text-decoration: none;
}

/** PAGE HOME WA*/
.section-intro .content {
  padding: 30px 0;
}

.section-intro h2 {
  font-family: "SharpGroteskSemiBold";
  margin-bottom: 25px;
}

.section-intro p {
  line-height: 1.5;
}

.section-intro ul li:last-child {
  padding-top: 10px;
}

.section-intro .bg-gray-dark {
  background-color: #404041;
}

.section-intro .bg-gray-dark h2,
.section-intro .bg-gray-dark p,
.section-intro .bg-gray-dark ul li {
  color: #ffffff;
}

.section-intro .bg-gray-dark ul li,
.section-intro ul li {
  font-size: 16px;
  line-height: 1.5;
}

.section-intro ul.list-requirements {
  list-style-type: none;
  padding-left: 30px;
  padding-top: 0;
}

.section-intro ul.list-requirements li:before {
  content: "–";
  position: absolute;
  margin-left: -24px;
}

.section-intro .bg-gray-dark ul.list-requirements li:before {
  color: #ffffff;
}

.section-intro ul.list-requirements li:before {
  color: #fdba30;
}

.section-outpages-horizontal {
  padding: 30px 0;
}

.section-outpages-horizontal .container {
  padding-left: 0;
  padding-right: 0;
}

.block-horizontal {
  padding: 64px 20px 64px;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
}

.block-horizontal .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(63, 63, 63);
  z-index: -1;
  opacity: 0.3;
}

.block-horizontal h2 {
  font-family: "SharpGroteskSemiBold";
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.width-content {
  width: 100%;
  text-align: center;
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-carreras {
  background-image: url("../imagenes/nuestras-carreras.jpg");
}

.bg-campus {
  background-image: url("../imagenes/nuestros-campus.jpg");
}

.btn-know-position {
  position: absolute;
}

.gutenber .width-content a.btn-know::before,
a.btn-know::before {
  /* Fixeo para home WA **/
  content: unset;
}

.block-cta-traslados {
  background-image: none;
  background-position: center;
  background-size: 1410px;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 30px;
}

.block-cta-traslados .cta-image-traslado-cpgt {
  background-image: url("../imagenes/trasladate-a-upn.jpg") !important;
  background-position: center;
  background-size: cover;
  width: 360px;
  height: 345px;
  position: absolute;
  right: -3px;
  top: -19px;
}

.block-cta-traslados .cta-content {
  width: 100%;
}

.block-cta-traslados .cta-inner {
  padding: 42px 30px 42px;
}

.block-cta-traslados h2 {
  font-family: "SharpGroteskBold";
  font-size: 28px !important;
  text-align: left;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.block-cta-traslados p {
  text-align: left;
  margin-bottom: 30px;
}

/* CSS PARA NOTICIAS */

.type-noticias {
  overflow-x: hidden;
  position: relative;
}

.type-noticias .event-header {
  padding: 4rem 0 2rem;
}

.content-node--imagen {
  position: relative;
}

.content-node--imagen figcaption {
  background: rgba(0, 0, 0, 0.4) !important;
  color: #fff;
  padding: 10px 25px 10px 28px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.body-news img {
  max-width: 100%;
  height: auto;
}

article.noticia_v1 {
  background: #fff;
  position: relative;
}

article.noticia_v1 figure {
  position: relative;
}

article.noticia_v1 figure img {
  width: 100%;
  height: 326px;
}

article.noticia_v1 .texto_v1 {
  color: #fff;
  font-family: "TelegrafUltraBold";
  padding: 1.5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}

article.noticia_v1 figure::after {
  content: "";
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(left top,
      left bottom,
      color-stop(0%, rgba(255, 255, 255, 0)),
      color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  height: 75%;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0px;
}

/* CSS PARA GALERIAS */

.content-node-galeria figure img {
  object-fit: cover;
}

.item-btn-galeria a {
  background: #f6f6f6;
  color: #777 !important;
  padding: 10px 18px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "TelegrafUltraBold";
}

.item-btn-galeria a:hover {
  background: #777;
  color: #f6f6f6 !important;
}

/* CSS PARA HISTORIAS UPN */

.historia-secundario {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.historia-secundario a:after {
  content: "";
  background: rgb(0 0 0 / 33%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.historia-secundario img {
  /* height: 400px;
  width: 100%; */
  transition: 0.4s transform;
}

.historia-secundario a:hover img {
  transform: scale(1.5) rotate(-15deg);
}

.testimony-title {
  color: #fff;
  font-family: "TelegrafUltraBold";
  height: 70px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.historia-secundario .texto {
  color: #fff;
  font-size: 18px;
  padding: 20px;
  position: absolute;
  bottom: 0;
  z-index: 9;
}

/** CSS HISTORIAS DETALLE UPN **/

.bg-historias-detalle {
  background-image: url("/sites/default/files/banner_testimonio_8.jpg");
}

.historia-detalle-header .text-bottom {
  color: #ffffff;
}

.historia-interna .nombre-row {
  display: flex;
  flex-direction: row;
  min-width: 100% !important;
}

.nombre-row>* {
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 5px;
}

.historia-interna a,
.historia-anterior-siguiente a,
.historia-conoce-carrera a {
  text-decoration: none;
}

.historia-interna .nombre-carrera {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.historia-interna .nombre-carrera div {
  width: 50%;
}

.historia-interna .nombre-carrera p {
  color: #000;
  margin-bottom: 2px;
}

.historia-interna figure.historia-interna-imagen {
  position: relative;
}

.historia-interna figure.historia-interna-imagen img {
  width: 100%;
}

.historia-interna figure.historia-interna-imagen::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #fdba30;
  position: absolute;
  top: 10px;
  z-index: -1;
  right: -10px;
}

.historia-frase {
  background: url("/sites/default/files/imagenes/banner-trama-blanco.jpg") center center;
  position: relative;
}

.historia-frase .texto {
  font-family: "TelegrafUltraBold";
  font-size: 18px;
  padding: 30px 0;
  text-align: center;
}

.historia-conoce-carrera {
  text-align: center;
  margin: 50px auto 30px;
}

.historia-conoce-carrera p {
  display: inline-block;
  font-family: "TelegrafUltraBold";
  font-size: 18px;
  margin: 0;
}

.historia-conoce-carrera .compartir-inline {
  display: flex;
  justify-content: center;
  align-items: center;
}

.historia-anterior-siguiente {
  margin-bottom: 0px;
}

.historia-anterior-siguiente .row>div:first-child {
  margin-bottom: 15px;
}

.historia-anterior-siguiente a article {
  background-size: cover !important;
  padding: 100px 40px;
  position: relative;
}

.historia-anterior-siguiente a article::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.historia-anterior-siguiente a article p {
  color: #fff;
  font-family: "TelegrafUltraBold";
  font-size: 18px;
  margin: 0;
  position: relative;
}

a.historia-anterior article p {
  padding-left: 40px;
}

a.historia-siguiente article p {
  padding-right: 40px;
  text-align: right;
}

.historia-anterior-siguiente a article p::before {
  content: "";
  position: absolute;
  top: -30%;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.historia-anterior-siguiente a.historia-anterior article p::before {
  left: 0;
  border-bottom: 10px solid #fdba30;
  border-left: 10px solid #fdba30;
}

.historia-anterior-siguiente a.historia-siguiente article p::before {
  right: 0;
  border-top: 10px solid #fdba30;
  border-right: 10px solid #fdba30;
}

/* CSS PARA VISTA CARRERAS PARA GENTE QUE TRABAJA */
.bg-form {
  background: #f6f6f6;
  padding: 15px 24px;
  margin-top: 20px;
}

.style-form {
  width: 100%;
  border: none;
  background: #ffffff;
  padding: 10px;
  margin-top: 12px;
  color: #3e3e3e;
}

.style-form-input {
  width: 100%;
  border: none;
  background: #ffffff;
  padding: 8px 13px;
  margin-top: 12px;
  color: #3e3e3e;
}

.btn-form a {
  background: #fdba30;
  color: #000;
  text-decoration: none;
  padding: 15px 65px;
  font-size: 20px;
}

.bg-style-carreras {
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #040404;
  border-radius: 2px;
}

.bg-style-carreras:hover {
  background: #fdba30;
  border: 1px solid #e6e6e6;
  color: #fff;
}

.campus-section {
  padding-left: 20px;
}

.size-img-carrera {
  width: 100%;
  height: 206px;
}

.position-lista-carreras {
  padding-left: 34px;
}

.bg-inscripcion {
  background: #eeeeee;
}

/* CSS PARA VISTA CARRERAS PARA GENTE QUE TRABAJA - INTERNA */
.text-grey-carreras {
  color: #707070;
}

.color-arrow-carrera {
  color: #707070;
  font-size: 20px;
}

.btn-brochure a {
  background: #404041;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
}

.position-relative-interna {
  position: relative;
}

/* CSS PARA VISTA CARRERAS LISTADO */
.size-logo-sunedu {
  width: 150px;
}

.size-logo-empleabilidad {
  width: 60px;
}

.bg-razones {
  background: #f6f6f6;
}

.style-slider-razones {
  background: #fff;
  border: 3px solid #404041;
  padding: 15px;
}

.style-lista {
  list-style: initial;
}

.number-razones {
  font-size: 70px;
}

.item-show {
  background-color: #404041;
  color: #fff;
  font-family: "TelegrafUltraBold";
  padding: 15px 25px;
  margin-top: 12px;
  position: relative;
  align-items: center;
}

.rotate {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

.rotate-icon-down {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.position-logo-upn {
  position: absolute;
  height: 140px;
  margin-top: 0px;
  right: 20px;
  z-index: 1;
}

.owl-controls {
  cursor: pointer;
  margin-top: 10px;
  text-align: center;
}

.owl-controls .owl-buttons div {
  background: #fdba30;
  border-radius: 0;
  display: inline;
  font-size: 25px;
  margin: 5px;
  opacity: 1;
  padding: 5px 15px;
}

.color-campus p,
.color-campus li {
  color: #000;
}

/* CSS PARA VISTA CARRERAS DETALLE */
.tabs.bg-none div a.active::after,
.tabs.bg-none div a:hover::after {
  content: "";
  background: none;
  height: 6px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
}

.opacity-text {
  opacity: 0.54;
  font-size: 17px;
}

.style-slider-ciclos {
  position: relative;
  background: #fff;
  border: 3px solid #383838;
  padding: 15px 35px;
  min-height: 140px;
  margin-left: 25px;
  margin-right: 25px;
}

.style-slider-ciclos::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #bdbdbd;
  position: absolute;
  top: 11px;
  z-index: -1;
  right: -10px;
}

.number-carreras-detalle {
  position: absolute;
  font-size: 3.8rem;
  left: -37px;
  top: 7px;
  text-align: center;
  width: 66px;
}

.img-positivo::before {
  content: "\f055";
  position: absolute;
  z-index: 9;
  bottom: 9px;
  right: 11px;
  font: normal normal normal 24px/1 FontAwesome;
  color: #fdba30;
}

.bg-hr-brochure hr {
  border-top: 1px solid #000;
  margin-top: 3rem;
}

.size-sineace-acreditaciones {
  height: 46px;
}

.color-table {
  color: #404041;
}

.style-slider-detalle .img-detalle-slider a>figure {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 251px;
  width: 100%;
}

.style-slider-detalle,
.style-slider-detalle .img-detalle-slider {
  text-align: center;
  padding: 0;
}

.style-slider-detalle .img-detalle-slider a {
  display: flex;
  flex-direction: column;
  height: 251px;
  background-size: cover;
  justify-content: flex-end;
  overflow: hidden;
  text-decoration: none !important;
}

.style-slider-detalle .img-detalle-slider a>figure {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 251px;
  width: 100%;
}

.style-slider-detalle figure::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #000;
  opacity: 0.5;
  z-index: 0;
  transition: 0.25s transform;
  z-index: 1;
}

.style-slider-detalle .img-detalle-slider a>* {
  position: relative;
  z-index: 2;
  color: #fff;
}

.style-slider-detalle p {
  text-transform: uppercase;
}

.style-slider-detalle small {
  display: block;
  padding-bottom: 2rem;
  font-family: "TelegrafUltraBold";
  color: #fdba30 !important;
  display: inline-block;
  padding-bottom: 2px;
  align-self: center;
  margin-bottom: 2rem;
}

.bg-modalidades {
  background: #f7f7f7;
}

.texto-modalidades h2 {
  font-family: "SharpGroteskBold";
  font-size: 40px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.texto-modalidades h3 {
  color: #404041;
  font-family: "TelegrafUltraBold";

  margin: 1.2rem 0 2rem;
  font-size: 20px;
}

.padding-estudio-upn {
  padding: 0px 10px 17px 10px;
}

.link-image-modal.link-video-modal::after {
  background-size: 54px;
  width: 54px;
  height: 54px;
  left: 28px;
  margin-left: 0;
  top: unset;
  margin-top: unset;
  bottom: 28px;
}

.zoom-detalle:hover>figure>img {
  transform: scale(1.2);
}

.zoom-detalle>figure>img {
  transition: transform 0.3s;
  transition: 0.3s transform;
  background-position: center !important;
}

.video-zoom:hover>figure>img {
  transform: scale(1.5) rotate(-15deg);
}

.video-zoom>figure>img {
  transition: transform 0.3s;
  transition: 0.3s transform;
  background-position: center !important;
}

/* CSS PARA VISTA BIENVENIDO A UPN */

.bg-bienvenido-upn {
  background-image: url("/sites/default/files/3_1600x300_1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 386px;
}

.position-image-bienvenida {
  box-shadow: -8px 8px 0px 0px #fdba30;
}

.boxes-impacto-container-juntos .boxes-impact {
  height: 225px;
}

.boxes-impact {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.boxes-impact:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  opacity: 1;
  transition: 0.25s opacity;
}

.boxes-impact figure img {
  transform: scale(1) rotate(0deg);
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.boxes-impact:hover>figure>img {
  transform: scale(1.5) rotate(-15deg);
}

.boxes-impact>figure>img {
  transition: transform 0.3s;
  transition: 0.41s transform;
  background-position: center !important;
}

.boxes-impact h3 {
  top: 10rem;
  bottom: auto;
  padding-right: 5rem;
}

.boxes-impact h3 {
  position: absolute;
  z-index: 2;
  color: #fff;
  padding: 0 3rem 0 2.1rem;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
  width: 100%;
}

.home-btn-upn .btn-upn-bienvenido a {
  color: #fdba30;
  font-family: "SharpGroteskBold";
  text-transform: uppercase;
  font-size: 30px;
  border: 4px solid;
  padding: 25px 0px 25px 102px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  border-color: #fdba30;
  transform: 0.41s color;
  margin: 0 auto 17px;
  width: 100%;
}

.home-btn-upn .btn-upn-bienvenido a:hover {
  color: #404041;
}

.home-btn-upn .btn-upn-bienvenido a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fdba30;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  transform: scale(0);
  transition: 0.41s transform;
}

.home-btn-upn .btn-upn-bienvenido a:hover::after {
  transform: scale(1);
}

.home-btn-upn .btn-upn-bienvenido a:hover::before {
  background: none;
  content: "+";
  font-size: 39px;
}

.home-btn-upn .btn-upn-bienvenido a::before {
  content: "";
  background: url("/sites/default/themes/upn/img/see_more.svg") no-repeat repeat center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  margin-top: 0;
  left: 70px;
}

.img-zoom:hover>img {
  transform: scale(1.5);
}

.img-zoom>img {
  transition: transform 0.3s;
  transition: 0.3s transform;
  background-position: center !important;
}

.position-day-upn {
  max-width: 121px;
  min-width: 121px;
  flex-basis: 121px;
  min-height: 131px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #eee;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
}

.position-day-upn .month {
  display: block;
  min-width: 100%;
  font-family: "SharpGroteskSemiBold";
  text-transform: uppercase;
  color: #404041;
  cursor: pointer;
}

.position-day-upn .day {
  display: block;
  min-width: 100%;
  font-family: "SharpGroteskBold";
  font-size: 51px;
  color: #fdba30;
  cursor: pointer;
}

.position-events {
  width: 100%;
  min-height: 131px;
  border: 1px solid #eee;
  cursor: pointer;
}

.position-events:hover .events {
  color: #337ab7;
}

.position-events .events {
  flex-grow: 1;
  padding: 1.6rem 1.1rem;
  color: #404041;
  font-family: "TelegrafUltraBold";

  transition: 0.25s color;
  font-size: 18px;
}

.btn-ver-eventos {
  text-align: center;
  display: block;
  margin: auto;
  position: relative;
  z-index: 2;
}

.btn-ver-eventos a {
  font-family: "SharpGroteskSemiBold";
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  display: inline-block;
  margin: auto;
  background-color: transparent;
  position: relative;
}

.btn-ver-eventos a::before {
  content: "";
  position: absolute;
  background: #404041;
  width: 100%;
  height: 100%;
  z-index: -2;
  left: 0;
  top: 0;
}

.btn-ver-eventos a::after {
  content: "";
  position: absolute;
  background: #fdba30;
  width: 0;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  transition: 0.41s width;
}

.btn-ver-eventos a:hover::after {
  width: 100%;
}

/* CSS PARA BIENVENIDO UPN INTERNATIONALS */
.bg-bienvenido-upn-internationals {
  background-image: url("/sites/default/files/4_1600x300.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 315px;
}

.linea-horizontal {
  width: 100%;
  height: 1px;
  background: rgba(221, 221, 221, 0.658);
}

/* CSS PARA VISTA EGRESADOS */

.bg-egresados-upn {
  background-image: url("/sites/default/files/banner-egresados.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 328px;
}

.btn-egresados {
  background: #404041;
  width: 100%;
  text-align: center;
  padding: 15px 38px;
  margin-top: 14px;
}

a .btn-egresados {
  color: #fff;
}

.page-egresado {
  margin: -5rem 0.5rem 1.5rem;
}

/* CSS PARA PROCESO DE ADMISIÓN */

.bg-proceso-admision-upn {
  background-image: url("/sites/default/files/media/admision/7_1600x300.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 240px;
}

.style-span-number {
  color: #fdba30;
  font-family: "SharpGroteskSemiBold";
  font-size: 5rem;
}

.style-btn-proceso {
  background: #808284;
  font-family: "TelegrafRegular", "Arial";
  font-size: 15px;
  margin-top: 20px;
  padding: 1em 2em;
  text-align: center;
  width: auto;
}

.padding-btn-proceso {
  padding-left: 2rem;
  padding-right: 2rem;
}

.size-font-proceso {
  font-size: 19px;
}

.item-admision {
  background: url("/sites/default/files/styles/admision_proceso/public/trama-ploma.png?itok=ldobi90o");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border: 6px solid #fff;
  font-family: "SharpGroteskSemiBold";
  height: 48px;
  cursor: pointer;
}

.active-admision {
  border: 6px solid #fdba30;
}

.prl-admision {
  padding-left: 2rem;
  padding-right: 2rem;
}

.position-proceso-relative {
  position: relative;
}

.position-proceso {
  position: absolute;
  top: -152px;
  z-index: 99;
}

.content-proceso {
  background: #eee;
  padding: 4.7rem 0rem 2rem 0rem;
}

.bg-black-proceso {
  background: #000000;
  color: #fff;
  padding: 2rem 1rem;
  margin-bottom: 1rem;
}

.sub-menu-proceso {
  background: #d8d8d8;
}

.tab-yellow-proceso {
  background: #fdba30;
  position: relative;
  color: #fff;
  padding: 20px;
  text-transform: uppercase;
}

.tab-yellow-proceso::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fdba30;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: rotate(45deg);
  margin-left: -10px;
}

.tab-proceso-bienvenida {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 13px 20px;

  background-color: #fdba30 !important;
  color: #383838;
}

.tab-proceso-bienvenida::before {
  content: "Eres cachimbo";
  border: 0;
  position: absolute;
  right: 215px;
  color: #123;
  text-transform: none;
  top: 24px;
}

.bg-tras-proceso {
  background: transparent !important;
  text-transform: inherit;
  opacity: 0.54 !important;
}

/* CSS PARA VISTA BECAS Y AYUDA ECONÓMICA */

.bg-ayuda-economica {
  background-image: url("/sites/default/files/banner-beca-ayuda-economica.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 340px;
  display: flex;
  align-items: center;
}

.bg-ayuda-economica h1,
.bg-ayuda-economica p {
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}

.img-ayuda-economica {
  width: 100%;
  height: 210px;
  max-height: auto;
  object-fit: cover;
}

.bg-table-ayuda {
  background-color: #404041;
  color: #fff;
}

.bg-table-two {
  background-color: #fdba30;
  color: #000;
}

.btn-ayuda-economica a {
  background: #404041;
  color: #fff;
  padding: 1em 2em;
}

.btn-ayuda-economica {
  margin-top: 35px;
  margin-bottom: 35px;
}

.color-black-mes {
  color: #000 !important;
}

/* CSS PARA VISTA ESTUDIANTES */

.bg-estudiantes-upn {
  background-image: url("/sites/default/files/80_1600x300.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 330px;
}

.boxes-impact.bg-none-estudiantes:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: none;
  display: block;
  opacity: 1;
  transition: 0.25s opacity;
}

.boxes-impact.bg-none-estudiantes h3::before {
  content: "+";
  color: #fdba30;
  position: absolute;
  left: 0.3rem;
  font-size: 48px;
  top: -13px;
}

.boxes-impact.bg-none-estudiantes h3 {
  top: 1rem;
  bottom: auto;
  padding-right: 5rem;
}

.bg-est-becas {
  background: rgba(178, 213, 214, 0.1);
}

/* CSS PARA VISTA PADRES UPN */

.bg-padres-upn {
  background-image: url("/sites/default/files/1600x400_0.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 330px;
}

/* CSS PARA VISTA TRANSPARENCIA LISTADO */

.bg-transparencia-listado {
  background-image: url("/sites/default/files/1600x400.jpg");
  padding-top: 0;
}

.bg-section-transparencia {
  background: #f6f6f6;
}

.img-transparencia {
  background-image: url("/sites/default/files/trama-oscura.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 150px;
  position: relative;
  padding: 2rem 1.3rem;
}

.img-transparencia::before {
  content: "\f067";
  position: absolute;
  right: 24px;
  bottom: 20px;
  font: normal normal normal 36px/1 FontAwesome;
  color: #fdba30;
}

.img-transparencia p {
  color: #fff;
  font-family: "SharpGroteskBold";
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  line-height: 1.1;
  position: absolute;
  bottom: 20px;
  width: 75%;
}

.border-transparencia {
  background: #fff;
  border: 1px solid #dcdcdc;
  min-height: 240px;
  margin-bottom: 1.5rem;
}

.border-transparencia .texto {
  padding: 1.2rem 1.3rem 1rem 1.3rem;
}

.border-transparencia .texto p {
  color: #000;
  margin: 0px;
}

/** css para transparencia detalle **/
.tabtop {
  padding-top: 20px;
  background-color: #fff;
  padding-bottom: 20px;
  margin-top: -80px;
}

.sub-menu-lateral {
  display: block;
  background: #f7f7f7;
  min-height: 0;
  margin-bottom: 10px;
}

.sub-menu-lateral ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.lateral-links {
  border-bottom: 2px solid #fff;
  color: #333;
  display: block;
  font-family: "TelegrafUltraBold";
  line-height: 1.2;
  padding: 12px 40px 12px 16px;
  position: relative;
  transition: 0.25s color;
  z-index: 1;
}

.lateral-links:hover,
.lateral-links:focus,
.lateral-links.active {
  text-decoration: none;
}

.lateral-links:before {
  background: #fdba30;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  display: block;
  z-index: -1;
  transition: 0.25s width;
}

.lateral-links:hover:before,
.lateral-links.active:before {
  width: 100%;
}

.lateral-links::after {
  content: "";
  width: 16px;
  height: 16px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  transform: rotate(0deg) translatex(16px);
  transition: 0.25s border-color, 0.5s transform;
}

.lateral-links.active::after {
  border-bottom-color: #000;
  border-right-color: #000;
  transform: rotate(-45deg) translatex(0);
}

.lateral-cuerpo {
  border: 2px solid #000;
  padding: 20px;
  background: #fff;
  min-height: 50vh;
  overflow: hidden;
}

.lateral-cuerpo h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  text-transform: initial;
}

/** animacion **/
@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

/** styles 8 razones carreras gente que trabaja **/

.section-reasons-cpgt h1 {
  margin-bottom: 20px;
  margin-top: 40px;
}

.img-reason-cpgt {
  object-fit: cover;
  max-height: 230px;
  width: 100%;
}

.section-reasons-cpgt .content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0 8px;
}

.section-reasons-cpgt .content .title h2 {
  color: #000;
  font-size: 18px;
  padding-right: 20px;
  margin: 0;
  width: 100%;
  font-family: "SharpGroteskSemiBold";
}

.section-reasons-cpgt .content .title .yellow-number {
  color: #fdba30;
  font-family: "SharpGroteskBold";
  font-size: 54px;
  padding-right: 12px;
}

.section-reasons-cpgt .content .list {
  color: #000;
}

.section-reasons-cpgt .content .list ul {
  padding-left: 24px;
}

.section-reasons-cpgt .content .list ul li:before {
  content: "–";
  position: absolute;
  margin-left: -20px;
}

.section-reasons-cpgt .reason-left {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-reasons-cpgt .reason-right {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
}

.reason-cpgt .content .list {
  color: #000;
  font-family: "TelegrafRegular";
  font-size: 16px;
}

.reason-cpgt .content .list ul {
  list-style: none;
}

.reason-cpgt .content .title .yellow-number {
  font-family: "SharpGroteskBold";
}

.reason-cpgt .content .title h2 {
  color: #000;
  font-family: "SharpGroteskSemiBold";
  font-size: 22px;
}

.bg-reason-left {
  background-color: #fff;
}

.bg-reason-right {
  position: relative;
}

.bg-reason-right::before {
  content: "";
  background: #f2f2f2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-top: 0px;
}

/** styles page CONVENIOS **/

.convenios-header {
  position: relative;
  background-image: url("../imagenes/bg-convenios.jpg");
  background-position: center top;
  background-size: cover;
  min-height: 320px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.convenios-header h1 {
  color: #fff;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
  margin-bottom: 10px;
}

.convenios-header p {
  color: #fff;
  font-size: 18px;
  font-family: "TelegrafUltraBold";
  line-height: 1.2;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}

.tab-convenio {
  background-color: #000000;
}

.tab-blocks {
  display: block;
  width: 100%;
}

.tab-blocks a {
  position: relative;
  display: inline-block;
  padding: 14px 15px;
  width: 100%;
  font-family: "TelegrafUltraBold";
  color: #cccaca;
  text-decoration: none;
  border-bottom: 1px solid #303030;
}

.tab-blocks a:hover,
.tab-blocks a.active {
  background-color: #303030;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
}

.tab-block-search {
  background-color: #303030;
  padding: 10px 15px;
}

.tab-block-search input[type="text"] {
  padding: 6px;
  margin-top: 0;
  border: none;
  border-radius: 0;
  height: 36px;
}

.search {
  width: 100%;
}

.search span {
  color: #828282;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.filter {
  margin-top: 10px;
  width: 100%;
}

.filter a {
  color: #fff;
}

.filter a:hover,
.filter a:focus {
  text-decoration: none;
}

.filter ul.dropdown-menu {
  width: 100%;
  min-width: max-content;
  text-align: center;
  left: 24px;
}

.filter ul li>a {
  color: #333 !important;
  text-align: center;
}

.search input:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.section-convenios-empresas {
  padding: 20px 0px;
}

.box-empresa {
  background-color: #fcfcfc;
  border: 1px solid #fdd279;
  padding: 12px;
  margin: 0 0 20px;
  width: 100%;
  text-align: center;
  height: calc(100% - 14px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-empresa p {
  text-transform: uppercase;
  margin-bottom: 0;
}

.search-results {
  padding: 10px 0 60px;
}

/**Page convenios - requisitos y beneficios **/

.section-requisitos {
  padding: 40px 0;
  background-color: #efefef;
}

.section-beneficios,
.section-informacion-empresas {
  padding: 40px 0;
  background-color: #ffffff;
  text-align: center;
}

.section-requisitos h2,
.section-beneficios h2 {
  margin-bottom: 20px;
}

.section-requisitos ul,
.section-informacion-empresas .direccion ul {
  list-style-type: none;
  padding-top: 10px;
}

.section-requisitos ul li:before,
.section-informacion-empresas .direccion ul li:before {
  color: #fdba30;
}

.section-requisitos ul li:before,
.section-informacion-empresas .direccion ul li:before {
  content: "–";
  position: absolute;
  margin-left: -24px;
}

.section-requisitos ul li {
  margin-bottom: 0;
}

.section-beneficios .beneficio {
  display: block;
  height: auto;
  align-items: baseline;
  margin-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #d1d1d1;
}

.section-beneficios .title {
  text-align: left;
}

.section-beneficios .number {
  font-family: "SharpGroteskSemiBold";
  font-size: 26px;
}

.section-beneficios .number:after {
  content: "•";
  color: #fdba30;
  font-size: 40px;
  vertical-align: middle;
  margin-right: 10px;
}

.section-beneficios .content {
  text-align: left;
}

.section-informacion-empresas p,
.section-informacion-empresas ul li {
  text-align: left;
}

.section-informacion-empresas ul li p {
  margin-bottom: 0;
}

/** pagination convenios **/

.search-results .pagination-convenios {
  display: block;
  margin: auto;
  width: max-content;
  padding-top: 20px;
}

.search-results .pagination .page-item:first-child .page-link,
.search-results .pagination .page-item:last-child .page-link {
  border-radius: 0;
}

.search-results .pagination .page-item .page-link,
.search-results .pagination .page-item.disabled .page-link {
  color: #000;
  cursor: pointer;
  background-color: #e3e3e3;
  border-color: none;
}

.search-results .pagination .page-item.disabled .page-link {
  pointer-events: none;
  cursor: auto;
}

.search-results .pagination .page-item.active .page-link {
  z-index: 1;
  color: #000;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
  border-bottom: none;
}

.search-results .pagination .page-item.active .page-link:after {
  content: "";
  border-bottom: 2px solid #fdba30;
  position: absolute;
  bottom: 5px;
  width: 80%;
  left: 3px;
  right: 0;
}

/* MENÚ */
.absolute-text-carrera {
  position: absolute;
  bottom: 0px;
  padding-bottom: 10px;
}

.btn-ver-carreras {
  margin-top: 40px;
  width: 280px;
}

.btn-ver-carreras a {
  background: #fdba30;
  color: #fff;
  padding: 13px 30px;
}

.style-egresados-upn {
  padding: 20px;
}

.style-egresados-upn p:first-of-type {
  font-family: "TelegrafUltraBold";
  font-size: 18px;
}

.wid-international span {
  font-family: "SharpGroteskBold";
  font-size: 25px;
}

.wid-international2 .bienvenido-upn-inter span {
  color: #383838;
  font-family: "TelegrafUltraBold";
}

.size-logo-upn {
  width: 150px;
}

.item-service figure {
  background: #f2f2f2;
  border-radius: 50%;
  margin: 0px 20px 0px 0px;
  width: 80px;
  padding: 10px 14px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-service p {
  display: flex;
  margin-bottom: 0;
  padding-right: 10px;
  width: 78%;
}

.item-service p a {
  color: #4b4b4b;
  margin: 0;
  text-decoration: none;
}

.video-campus {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-campus iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-cta {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Bloque */
.cta-inner {
  border: 3px #f0f0f0 solid;
  background-color: rgba(255, 255, 255, 0.56);
  padding: 48px 30px;
  position: relative;
}

.cta-title {
  font-family: "SharpGroteskBold";
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.cta-button {
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 2;
}

.cta-button a {
  background-color: transparent;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
  color: #fff;
  display: inline-block;
  font-family: "TelegrafSemiBold";
  margin: auto;
  padding: 1em 3em;
  position: relative;
  text-decoration: none;
}

.cta-button a::before {
  background: #9500ff;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -2;
}

.cta-button a::after {
  content: "";
  background: #000;
  color: #fff;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.41s width;
  z-index: -1;
  width: 0;
}

.cta-button a:hover::after {
  width: 100%;
}

/* Media Queries */
@media (max-width: 767.98px) and (min-width: 320px) {
  .bloque {
    width: 85%;
    height: 185px;
  }

  .bloque-right {
    width: 90%;
    margin-top: -20px !important;
    float: right;
    position: inherit;
  }

  .icon-plus-big {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 767px) {
  .cover-page-facultad {
    background: unset !important;
  }
}

@media (min-width: 360px) {
  .img-reason-cpgt {
    max-height: 320px;
  }
}

@media (min-width: 460px) {
  .section-experiencia .block-video-modal .content-video {
    width: 70%;
    bottom: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 480px) {
  .convenios-switch .buttons::before {
    display: inline;
  }

  .convenios-internacional-section p {
    width: auto;
  }
}

@media (min-width: 576px) {
  .menu-faculty-list-careers .dropdown-menu a.dropdown-item {
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .section-intro .content {
    padding: 40px 0;
  }

  .header-generico-interna {
    padding-top: 0px;
  }

  .convenios-header {
    margin-top: 120px;
    min-height: 380px;
  }

  .tab-blocks {
    display: flex;
  }

  .tab-blocks a {
    width: max-content;
    padding: 18px 20px;
  }

  .tab-block-search {
    padding: 10px 20px;
  }

  .tab-block-search .search {
    width: 28%;
    padding-left: 20px;
  }

  .filter {
    width: 70%;
  }

  .filter ul.dropdown-menu {
    width: 90px;
  }

  .section-convenios-empresas {
    padding: 40px 0px 20px;
  }

  .section-beneficios .beneficio {
    display: flex;
    padding-top: 30px;
    margin-left: 0;
    margin-right: 10%;
  }

  .section-requisitos,
  .section-beneficios,
  .section-informacion-empresas {
    padding: 60px 0;
  }

  .section-beneficios h2 {
    text-align: left;
  }

  .section-beneficios .content {
    padding: 0px 10px;
  }

  .section-informacion-empresas ul li p {
    display: initial;
  }

  .search-results .pagination-convenios {
    float: right;
  }

  /* CSS PARA FOOTER */
  /* .image-footer img {
    top: 35%;
    left: 3%;
    transform: none;
  } */

  .space-logo {
    margin-left: 250px;
  }

  /* CLASES PARA NOTICIAS */

  .content-node--imagen {
    position: relative;
  }

  .content-node--imagen figcaption {
    background: rgba(0, 0, 0, 0.4) !important;
    color: #fff;
    padding: 10px 10px 10px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  /* CSS PARA GALERIAS */

  .content-node-galeria .size-img-galeria2 {
    width: 100%;
    height: 330px;
  }

  .content-node-galeria .size-img-galeria3 {
    height: 560px;
  }

  .content-node-galeria .size-img-galeria4 {
    height: 273px;
  }

  .content-node-galeria .size-img-galeria5 {
    width: 100%;
    height: 273px;
  }

  .content-node-galeria .size-img-galeria6 {
    height: 424px;
  }

  .content-node-galeria .size-img-galeria7 {
    width: 100%;
    height: 424px;
  }

  /* CSS PARA VISTA CARRERAS PARA GENTE QUE TRABAJA */
  .bg-form {
    background: #f6f6f6;
    padding: 20px 45px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .style-form {
    width: 49%;
    border: none;
    background: #ffffff;
    padding: 10px;
    margin-top: 10px;
    color: #3e3e3e;
  }

  .style-form-input {
    width: 49%;
    border: none;
    background: #ffffff;
    padding: 8px 13px;
    margin-top: 10px;
    color: #3e3e3e;
  }

  .position-label-option {
    display: flex;
    justify-content: space-around;
  }

  .btn-form a {
    background: #fdba30;
    color: #000;
    text-decoration: none;
    padding: 14px 80px;
  }

  .position-lista-carreras {
    padding-left: 93px;
  }

  .size-28-carreras {
    font-size: 28px;
  }

  .reason-cpgt .content .title h2 {
    font-size: 28px;
  }

  /* CSS PARA VISTA CARRERAS PARA GENTE QUE TRABAJA - INTERNA */
  .position-form-interna {
    position: initial;
  }

  /* CSS PARA VISTA CARRERAS LISTADO */
  .position-logo-upn {
    position: absolute;
    height: 70px;
    margin-top: 20px;
    right: initial;
  }

  .number-carreras-detalle {
    font-size: 4.5rem;
  }

  .size-sineace-acreditaciones {
    height: 63px;
  }

  .padding-estudio-upn {
    padding: 0px 10px 17px 28px;
  }

  /* CSS PARA VISTA BIENVENIDO A UPN */
  .bg-bienvenido-upn {
    background-image: url("/sites/default/files/3_1600x300_1.jpg");
    min-height: 270px;
  }

  .position-image-bienvenida {
    width: 96%;
  }

  .boxes-impacto-container-juntos .boxes-impact {
    height: 401px;
  }

  .boxes-impact h3::before {
    content: "+";
    color: #fdba30;
    position: absolute;
    left: 2.1rem;
    font-size: 48px;
    top: -4px;
  }

  .boxes-impacto-container-juntos .boxes-impact h3 {
    top: 4rem;
  }

  .boxes-impact h3 {
    font-size: 43px;
    text-transform: uppercase;
    padding: 0 3rem 0 4.4rem;
    bottom: 5rem;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
    width: 100%;
  }

  .position-events .events {
    padding: 1.6rem;
  }

  /* CSS PARA BIENVENIDO UPN INTERNATIONALS */

  .bg-bienvenido-upn-internationals {
    background-image: url("/sites/default/files/4_1600x300.jpg");
    min-height: 270px;
  }

  /* CSS PARA VISTA EGRESADOS */

  .bg-egresados-upn {
    background-image: url("/sites/default/files/banner-egresados.jpg");
    min-height: 330px;
  }

  .btn-egresados {
    background: #404041;
    width: auto;
    padding: 12px 35px;
    margin-top: 0px;
  }

  /* CSS PARA PROCESO DE ADMISIÓN */

  .bg-proceso-admision-upn {
    background-image: url("/sites/default/files/media/admision/7_1600x300.jpg");
    min-height: 320px;
  }

  .style-span-number {
    font-size: 9.7rem;
  }

  .style-btn-proceso {
    width: 250px;
  }

  .padding-btn-proceso {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .size-font-proceso {
    text-transform: uppercase;
    font-size: 1.5rem;
  }

  .item-admision {
    background: url("/sites/default/files/styles/admision_proceso/public/trama-ploma.png?itok=ldobi90o");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border: 6px solid #fff;
    font-family: "SharpGroteskSemiBold";
    height: 140px;
    cursor: pointer;
    font-size: 20px;
  }

  .active-admision {
    border: 6px solid #fdba30;
  }

  .prl-admision {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .position-proceso {
    top: -56px;
  }

  .content-proceso {
    padding: 4rem 1rem 2rem 1rem;
  }

  .bg-black-proceso {
    padding: 2rem 3rem;
    margin-bottom: 1.3rem;
  }

  /* CSS PARA VISTA BECAS Y AYUDA ECONÓMICA */

  .bg-ayuda-economica {
    min-height: 400px;
  }

  .img-ayuda-economica {
    width: 365px;
    height: 234px;
  }

  /* CSS PARA VISTA ESTUDIANTES */

  .bg-estudiantes-upn {
    background-image: url("/sites/default/files/80_1600x300.jpg");
    min-height: 330px;
  }

  .size-acceso-directo {
    font-size: 19.5px;
  }

  .boxes-impacto-container-juntos .boxes-impact.bg-none-estudiantes {
    height: 366px;
  }

  .boxes-impact.bg-none-estudiantes h3::before {
    content: "+";
    color: #fdba30;
    position: absolute;
    left: 2.1rem;
    font-size: 48px;
    top: -4px;
  }

  /* CSS PARA VISTA PADRES UPN */

  .bg-padres-upn {
    background-image: url("/sites/default/files/1600x400_0.jpg");
    min-height: 330px;
  }

  /* CSS PARA VISTA TRANSPARENCIA LISTADO */

  .historia-frase {
    margin-top: -80px;
  }

  .historia-frase .texto {
    font-size: 24px;
  }

  .historia-conoce-carrera h3 {
    display: inline-block;
    padding-right: 40px;
  }

  .historia-anterior-siguiente {
    margin-bottom: 30px;
  }

  .section-outpages-horizontal .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-horizontal {
    padding: 64px 40px 64px;
  }

  .block-horizontal h2 {
    text-align: left;
    margin-bottom: 48px;
  }

  .width-content {
    width: 50%;
    text-align: left;
  }

  .block-cta-traslados .cta-content {
    width: 56%;
  }

  .block-cta-traslados h2 {
    font-size: 40px !important;
  }

  .block-cta-traslados p {
    margin-bottom: 20px;
  }

  .block-cta-traslados {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block-cta-traslados .cta-inner {
    padding: 42px 50px 42px;
  }

  .evento_small_card .img-mini-evento {
    height: 150px;
  }

  .evento_small_card .img-mini-noticia {
    height: 150px;
    width: 150px;
  }

  .evento_small_card .img-mini-noticia2 {
    height: 126px;
  }

  .event-header {
    padding: 150px 0 85px;
  }

  .event-article {
    margin-bottom: 30px;
  }

  .event-article h6 {
    font-size: 20px;
    height: 50px;
  }

  .mini-evento-height {
    height: 73px;
  }

  .mini-noticia-height {
    height: 91px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .tabs>div>a {
    padding: 25px 15px;
  }

  #go-career p {
    font-size: 20px;
  }

  .section-campus-list {
    margin: 60px 0;
    padding-bottom: 40px;
  }

  .block-sede {
    margin-bottom: 30px;
  }

  /**campus**/
  .bg-gray-section::before {
    content: "";
    background-color: #f7f7f7;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 190px solid #fff;
    border-bottom: 80px solid #fff;
  }

  .header-sede h1 {
    margin: 52px 0 0;
    text-align: left;
  }

  .info-contact-campus {
    background: transparent;
    border: none;
  }

  .attention-hours h6 {
    margin-top: 10px;
  }

  .campus-more-career {
    display: inline-block;
    margin-left: 80px;
    margin-bottom: 40px;
    text-align: left;
  }

  .video-campus iframe {
    height: 422px;
  }

  .cta-inner {
    padding: 57px 51px 47px;
  }

  .cta-title {
    font-size: 40px;
  }

  .calidad-header {
    background-position: right;
  }

  .section-calidad .image-logo {
    width: 108px;
    margin: 40px auto 10px;
  }

  .section-calidad .image-logo-2 {
    width: 108px;
  }

  .pr-stars {
    padding-right: 10%;
  }

  .section-calidad p {
    text-align: justify;
  }

  .section-calidad .image-logo {
    margin: 0 auto 10px;
  }

  .box-stars img {
    width: 114px;
  }

  .blocks-group .block.block-large {
    height: 445px;
  }

  .oficinas-header {
    min-height: 281px;
    padding-top: 0px;
  }

  .oficinas-header.h-interna {
    min-height: 310px;
  }

  .oficinas-header h1 {
    font-size: 39px;
  }

  .blocks-group .block.block-large h3 {
    font-size: 43px;
    bottom: 50px;
  }

  .contact-header {
    background-position: right;
  }

  .contact-header h1 {
    font-size: 39px;
  }

  .contact-header span {
    font-size: 18px;
    letter-spacing: 0.4px;
  }

  .section-contact .info-contact {
    margin: -100px auto 0;
  }

  .section-contact .info-contact ul li {
    padding-left: 30px;
    margin-bottom: 10px;
  }

  .btn-chat {
    margin-bottom: 20px !important;
  }

  .cover-page-height {
    background-image: unset !important;
  }

  .cover-page-height {
    background: unset;
    height: 600px;
  }

  /* .cover-page-facultad {
    height: 600px;
  } */

  .cover-page-text {
    top: 300px;
  }

  .cover-page-text p {
    font-size: 22px;
  }

  .upn-paragraph {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
  }

  .cover-page-form .webform-inscripcion {
    border-radius: 8px;
    box-shadow: 0 0 8px 0 #c5c5c5;
    background: #fff;
    padding: 22px;
  }

  .menu-faculty-list-careers {
    width: 100%;
    padding: 23px 0 10px;
    position: relative;
    z-index: 100;
  }

  .menu-faculty-list-careers .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .menu-faculty-list-careers .menu {
    color: #fff;
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
  }

  .menu-faculty-list-careers .menu li {
    margin-bottom: 14px;
    margin-right: 21px;
  }

  .menu-faculty-list-careers .menu a.menu-list-item {
    color: #fff;
    padding: 0;
    transition: all 0.2s ease-out;
    border-bottom: transparent;
  }

  .intern-faculty-header {
    background-position: right;
    min-height: 288px;
  }

  .nav-bg-purple {
    background-color: rgb(144, 71, 153);
  }

  .nav-dark {
    background-color: #000000;
  }

  .text-decano {
    width: 75%;
  }

  .section-faculty-careers ol li::before {
    margin-right: 30px;
  }

  .servicios-header {
    min-height: 281px;
    padding-top: 0px;
    margin-top: 100px;
  }

  .bg-servicios-estudiantes {
    background-position: 10% top;
  }

  .servicios-header span {
    font-size: 18px;
    letter-spacing: 0.4px;
  }

  .section-servicios {
    margin: 40px 0 40px;
  }

  .servicios-header h1 {
    font-size: 39px;
  }

  .section-servicios h2 {
    font-size: 24px;
  }

  .section-servicios h3 {
    font-size: 24px;
  }

  .section-servicios .lista-preguntas {
    padding: 40px 0 0px;
  }

  /* .section-servicios table>tbody>tr>td,
  .section-servicios table>tbody>tr>th,
  .section-servicios table>thead>tr>td,
  .section-servicios table>thead>tr>th {
    white-space: unset;
  } */

  .laboratorios-images img {
    padding-bottom: 0px;
  }

  .blocks-group .col-md-6:nth-child(2n) {
    position: relative;
    top: 45px;
    cursor: pointer;
  }

  .blocks-group .block {
    height: 350px;
  }

  .blocks-group .block {
    width: 100%;
    overflow: hidden;
  }

  .blocks-group .block img {
    position: absolute;
  }

  .blocks-group .block h2 {
    padding: 70px 50px 0 60px;
    top: 0;
  }

  .blocks-group .block h2::before {
    content: "+";
    color: #fdba30;
    font-size: 70px;
    position: absolute;
    left: 20px;
    top: 50px;
  }

  .vida-universitaria-section .content-introd h3 {
    font-size: 24px;
  }

  .modal-promociones .modal-dialog {
    margin: 30px auto !important;
    width: auto;
  }

  .tab-style-invetigacion .block-tab .tabs {
    display: initial;
  }

  .tab-style-invetigacion .block-tab .tabs>div,
  .tab-style-invetigacion .block-tab .tabs>div>a {
    width: initial;
  }

  .section-empleabilidad .boxes-negros a {
    min-height: 180px;
    height: 180px;
  }

  .section-experiencia .rtbs-experiencia {
    display: flex;
    flex-direction: row;
    text-align: center;
  }

  .section-experiencia .rtbs-experiencia .rtb {
    max-width: 30%;
    flex-basis: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  .section-experiencia .block-video-modal .content-video {
    width: 60%;
  }

  .section-experiencia-detalle h1 {
    font-size: 36px;
  }

  .section-experiencia-detalle h5 {
    font-size: 21px;
    margin-bottom: 30px;
  }

  .section-experiencia-detalle .content p {
    padding-top: 40px;
  }

  .section-experiencia-detalle .home-botones-amarillos .botones-amarillos a {
    font-size: 24px;
  }

  .section-experiencia .blocks-items-number .block h3 {
    margin: 0 0 20px;
  }

  .section-experiencia .blocks-items-number .block p:last-child {
    margin-bottom: 40px;
  }

  .blocks-items-number .block .numero-amarillo-grande {
    font-size: 90px;
  }

  .bg-nuestras-ventajas h1 {
    font-size: 39px;
    text-transform: uppercase;

    width: 100%;
    max-width: 100%;
  }

  .contenido-nuestras-ventajas .text-intro {
    text-align: left;
  }

  .contenido-nuestras-ventajas .text-intro-3 {
    text-align: left;
    padding-bottom: 30px;
  }

  .contenido-nuestras-ventajas .text-intro p {
    padding-left: 30px;
  }

  .contenido-nuestras-ventajas .row.bloque-ventaja {
    margin-bottom: 40px;
    align-items: top;
  }

  .contenido-nuestras-ventajas .bloque-ventaja .content-text h3 {
    font-size: 18px;
  }

  .contenido-nuestras-ventajas .bloque-ventaja .bloque-datos {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }

  .contenido-nuestras-ventajas .bloque-ventaja .bloque-datos .item {
    width: 31.4%;
    padding: 12px;
  }

  .contenido-nuestras-ventajas .bloque-ventaja .bloque-datos .item h4 {
    font-size: 32px;
  }

  .contenido-nuestras-ventajas .bloque-ventaja .bloque-datos .item h5 {
    font-size: 18px;
  }

  a .block-autoridad {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 40px;
  }

  a .block-autoridad .content {
    padding: 20px 15px 20px;
    background-color: transparent;
    margin-top: 0px;
    position: relative;
  }

  a .block-autoridad .content h5 {
    color: #000;
    margin-bottom: 10px;
  }

  a .block-autoridad .content p {
    display: block;
  }

  .datos-autoridad {
    display: flex;
    flex-flow: row wrap;
  }

  .datos-autoridad>.item {
    padding: 0 0 20px;
  }

  .style-accordion {
    margin-top: 40px;
  }

  .style-accordion .card-body .left {
    width: 10%;
  }

  .style-accordion .card-body .right {
    width: 90%;
  }

  .style-accordion .card-body .detail {
    flex-direction: row;
  }

  .page-buscar-carreras .carrera-masonry {
    column-count: 2;
    column-gap: 30px;
  }

  .carrera-resultado-busqueda figure {
    min-height: 268px;
  }

  .carrera-resultado-busqueda figure img {
    max-width: fit-content;
    width: auto;
  }

  .page-buscar-carreras .busqueda .title::before {
    content: "";
    height: 1px;
    width: 97.5%;
    background: #d5d5d5;
    position: absolute;
    top: 10px;
    z-index: -1;
  }

  .nosotros-header {
    min-height: 380px;
  }

  .contenido-modelo-educativo h2,
  .contenido-sobreupn h2,
  .contenido-nuestras-ventajas h2 {
    font-size: 24px;
  }

  .modelo-educativo-completo span a {
    padding-left: 15px;
  }

  .blocks-items-number .block {
    padding: 60px 0 0;
  }

  .bg-full-gray::before {
    border-top: 120px solid #fff;
  }

  .blocks-items-number .padding-left {
    padding-left: 60px;
  }

  .modelo-adicional .texto-cuerpo {
    margin-top: 50px;
  }

  .modelo-adicional .texto-cuerpo h2 {
    font-size: 34px;
    margin: 0;
  }

  .contenido-sobreupn figure.top-image {
    margin-top: -90px;
  }

  .section-outpages.nosotros-bloque-outpages [class*="col-"] {
    padding-right: 0;
  }

  .section-outpages.nosotros-bloque-outpages .block.margin-top-block {
    margin: 30px 0 0;
  }

  .nosotros-bloque-autoridades {
    padding: 20px 0 60px;
  }

  .box-yellow-text {
    margin-bottom: 40px;
  }

  .valores-items .item {
    display: flex;
    margin-bottom: 30px;
    text-align: left;
  }

  .valores-items .item figure {
    margin: 0 25px 15px 0;
  }

  .page-gracias .botones {
    margin: 60px 0;
    display: flex;
  }

  .page-gracias .botones a.btn-1 {
    margin-right: 40px;
    margin-bottom: 0px;
  }

  .experiencia-header {
    min-height: 380px;
  }

  .border-image {
    margin-top: 0px;
  }

  .close.close-menu {
    right: 23px;
  }

  .show-area {
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.2s ease-in;
    max-height: 401px;
    background-position: center 0px;
  }
}

@media (min-width: 992px) {
  .position-form-mobile {
    position: initial;
  }

  .section-contact .info-contact {
    padding: 4rem 6rem;
  }

  .page-overlay::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: ease-in 0.4s background-color;
  }

  .calendario-sub-menu {
    background-color: #f4f4f4;
    padding-top: 26px;
    min-height: 400px;
  }

  .calendario-sub-menu ul li a {
    padding: 12px 24px;
  }

  .calendario-sub-menu ul li a,
  .calendario-sub-menu ul li a.active {
    margin-bottom: 10px;
  }

  .calendario-section .lateral-cuerpo {
    margin-left: 40px;
    margin-right: 40px;
  }

  .calendario-section .lateral-panel {
    background: #fff;
    border: 3px solid #808284;
    padding: 40px;
  }

  .calendario-subtitulo {
    font-size: 24px;
  }

  .calendario-section .compartir-inline .botones {
    margin-left: 16px;
    margin-right: 8px;
  }

  .calendario-section .compartir-inline {
    display: flex;
    align-items: center;
  }

  .preguntas-frecuentes-interna .container {
    padding: 50px 30px 40px;
    margin-top: -76px;
    margin-bottom: 40px;
  }

  .faqs-lista .search-box {
    width: 66%;
  }

  .faqs-lista input {
    padding: 10px 10px 10px 41px;
    margin-top: -25px;
    margin-bottom: 20px;
  }

  .faqs-lista .bloque-header p {
    font-size: 17px;
  }

  .section-reasons-cpgt .reason-left,
  .section-reasons-cpgt .reason-right {
    padding-left: 40px;
  }

  .img-reason-cpgt {
    object-fit: cover;
    max-height: 340px;
    width: 100%;
    padding-top: 30px;
  }

  .section-reasons-cpgt .content .title {
    display: block;
  }

  .section-reasons-cpgt .content .title .yellow-number {
    font-size: 93px;
    position: relative;
    top: -20px;
  }

  .section-reasons-cpgt .content .title h2 {
    font-size: 24px;
    text-transform: uppercase;
  }

  .section-reasons-cpgt .content .list {
    margin-top: 20px;
  }

  .section-reasons-cpgt .content .list ul li {
    padding-bottom: 4px;
  }

  .bg-reason-left {
    padding: 40px 0;
  }

  .bg-reason-right {
    padding: 0 0 40px;
  }

  .bg-reason-right::before {
    border-top: 60px solid #fff;
  }

  .bg-reason-right .img-reason-cpgt {
    padding-top: 0px;
  }

  .btn-postula-upn {
    background: #808284;
    border: none;
    color: #fff;
    font-family: "TelegrafUltraBold";
    font-size: 14px;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
    padding: 14px;
  }

  .btn-postula-upn:focus,
  .btn-postula-upn:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
  }

  .section-beneficios .number {
    font-size: 32px;
  }

  .section-beneficios .beneficio {
    padding-top: 40px;
    margin-left: 40px;
    margin-right: 20%;
  }

  .section-beneficios .content {
    padding: 10px 20px;
  }

  .tabtop {
    margin-top: -94px;
    background-color: #ffffff;
    padding-bottom: 0px;
    margin-bottom: 40px;
  }

  .sub-menu-lateral {
    background-color: #f4f4f4;
    padding-top: 26px;
    min-height: 400px;
  }

  .lateral-cuerpo {
    padding: 30px 45px;
  }

  .historia-interna figure.historia-interna-imagen {
    margin-top: -200px;
    position: relative;
    z-index: 9;
  }

  .historia-detalle-header .text-bottom {
    margin-top: 40px;
  }

  .historia-detalle-header .text-bottom p {
    margin-bottom: 0;
  }

  .historia-interna .nombre-carrera p {
    margin-bottom: 5px;
  }

  .historia-frase {
    margin-top: -50px;
  }

  .block-cta-traslados {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .pr-stars {
    padding-right: 30%;
  }

  .block-chat .object-img-1 {
    object-fit: cover;
    max-height: 290px;
    width: 458px;
  }

  .cover-page-text {
    top: 360px;
  }

  .cover-page-text h1 {
    font-size: 40px;
  }

  .upn-paragraph {
    font-size: 18px;
  }

  .cover-page-form .webform-inscripcion {
    margin: 30px 0;
  }

  .cover-page-form .webform-inscripcion {
    padding: 30px;
  }

  .section-faculty-class .object-img-1 {
    object-fit: cover;
    max-height: auto;
    width: 458px;
  }

  .section-faculty-careers .object-img-2 {
    object-fit: cover;
    max-height: auto;
    width: 452px;
  }

  .texto-cuerpo-images .brand {
    right: -15%;
    bottom: 15px;
  }

  .section-empleabilidad .boxes-negros a {
    min-height: 160px;
    height: 160px;
  }

  .section-experiencia .block-video-modal {
    min-height: 307px;
    margin: 20px 0px;
    padding: 30px 45% 28px 53px;
  }

  .section-experiencia .block-video-modal .content-video {
    width: auto;
    right: -27px;
    left: unset;
    top: 10px !important;
  }

  .convenios-switch .buttons {
    position: absolute;
    right: 0;
    z-index: 2;
  }

  .convenios-switch .buttons::before {
    content: "Opciones de visualización: ";
    display: initial;
  }

  .convenio-card .card-body {
    padding: 10px;
  }

  .convenios-section .lista .convenio-card .card-body {
    padding-left: 20px;
  }

  .convenios-internacional-section .lista .convenio-card figure {
    flex-basis: 150px;
    max-width: 150px;
  }

  .convenios-internacional-section .lista .convenio-card .card-body {
    padding-left: 20px;
  }

  .contenido-nuestras-ventajas .bloque-ventaja .content-text {
    padding-left: 80px;
  }

  .contenido-nuestras-ventajas .bloque-ventaja .content-text .numero {
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    color: #ededed;
    font-size: 99px;

    font-family: "SharpGroteskBold";
  }

  .owl-nosotros-objetivos {
    display: none !important;
  }

  .page-buscar-carreras .carrera-masonry {
    column-count: 3;
  }

  .carrera-resultado-busqueda figure {
    min-height: 300px;
  }

  .page-gracias .ico-gracias img {
    width: auto;
  }

  .home-botones-amarillos .botones-amarillos {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 40px;
  }

  .home-botones-amarillos .botones-amarillos a {
    font-size: 20px;
    padding: 16px 30px 16px 61px;
    border: 4px solid #fdba30;
    margin: 0 8px;
    width: auto;
  }
}

@media (min-width: 1024px) {

  /* CSS PARA VISTA CARRERAS PARA GENTE QUE TRABAJA - INTERNA */
  .bg-arrow-laboral {
    background-image: url("../imagenes/campo-laboral.svg");
    background-repeat: no-repeat;
    background-position: 125px -43px;
  }
}

@media (min-width: 1200px) {
  .btn-postula-upn {
    font-size: 16px;
    padding: 16px 22px;
  }

  .social-network-link i {
    font-size: 22px;
  }

  .evento_small_card .img-mini-noticia {
    width: 220px;
  }

  .cover-page-text {
    right: 100px;
    top: 380px;
  }

  .cover-page-text h1 {
    font-size: 42px;
  }

  .career-modal-bst .modal-dialog {
    width: 671px;
  }

  .cover-page-form .webform-inscripcion {
    padding: 40px;
  }

  .section-empleabilidad .boxes-negros a {
    min-height: 120px;
    height: 120px;
  }

  .section-experiencia .block-video-modal {
    min-height: 307px;
    max-width: 808px;
    padding: 35px 160px 28px 53px;
    margin: 20px 0px;
  }

  .section-experiencia .block-video-modal .content-video {
    width: auto;
    top: 10px;
    right: 20px;
    left: unset;
  }

  .section-experiencia .block-video-modal .link-video-modal::before {
    content: "Ver video";
    position: absolute;
    bottom: 45px;
    color: #fff;
    z-index: 9;
    left: 100px;
  }

  .section-experiencia .block-video-modal .link-video-modal::after {
    left: 16px;
    margin-left: 0;
    top: unset;
    margin-top: unset;
    bottom: 18px;
  }

  .contenido-nuestras-ventajas .row.bloque-ventaja {
    align-items: center;
  }

  .contenido-nuestras-ventajas .bloque-ventaja .bloque-datos .item {
    padding: 20px;
  }

  .contenido-nuestras-ventajas .bloque-ventaja .bloque-datos .item h4 {
    font-size: 48px;
  }

  .contenido-nuestras-ventajas .bloque-ventaja .bloque-datos .item h5 {
    font-size: 22px;
    margin-top: 5px;
  }

  .carrera-resultado-busqueda figure {
    min-height: 248px;
  }

  .carrera-resultado-busqueda figure img {
    max-width: 100%;
  }

  .home-botones-amarillos .botones-amarillos a {
    padding: 26px 40px 25px 64px;
    margin: 0;
  }

  .section-outpages.nosotros-bloque-outpages .block span {
    font-size: 30px;
  }
}

/******************** Anterior app2.css ************************/
.phone,
.attention-hours,
.flag,
.ubication {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 20px;
  color: #000;
}

.phone p,
.attention-hours p,
.flag p,
.ubication p {
  margin-bottom: 0px;
}

.attention-hours h6 {
  margin-top: 5px;
  color: #000;
}

.icon-circle {
  padding: 6px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fdba30;
}

.galery-campus .navegacion {
  margin-bottom: 40px;
  display: flex;
}

.galery-campus .navegacion ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: inline-flex;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  height: inherit;
}

.galery-campus .navegacion ul li {
  margin-right: 20px;
  margin-bottom: 15px;
}

.galery-campus .navegacion ul li a img {
  border: 6px solid #f7f7f7;
  object-fit: cover;
  /* min-height: 70px; */
  min-width: 111px;
}

.galery-campus .navegacion ul li a.active img {
  border: 6px solid #fdba30;
}

.galery-campus .imagenes img {
  display: none;
}

.galery-campus .imagenes img.active {
  display: block;
}

.galery-campus .imagenes img:first-child {
  display: block;
}

.imagenes img {
  object-fit: cover;
  min-height: auto;
  width: 640px;
}

@media (min-width: 1240px) {
  .galery-campus .navegacion ul {
    display: inline-flex;
    overflow-x: hidden;
    -ms-overflow-style: none;
    overflow: initial;
  }

  .imagenes img {
    min-height: 430px;
  }
}

.map iframe {
  width: 100%;
}

.youtube-container iframe {
  width: 100%;
}

header .nav.navbar-nav {
  display: block;
}

header .nav-item {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

header .nav.navbar-nav ul.dropdown-menu {
  position: absolute;
  top: 35px;
}

header .nav.navbar-nav a {
  color: #000;
}

.mr-bt-20 {
  margin-bottom: 20px;
}

.color-campus ul {
  list-style: initial;
}

/** HACK Expeciencias Internacionales **/
main.node-375 .wid-international {
  display: none;
}

main.node-375 .wid-international2 {
  width: 100%;
}

main.node-375 .convenios-switch .buttons::before {
  display: inline-block;
}

main.node-375 .convenios-switch .buttons button {
  margin-left: 0px;
}

/* Pag. egresados - Alumni UPN */
main.node-308 .gutenber {
  margin-top: -5rem;
}

/* Pag. estudiantes */
main.node-332 .gutenber {
  margin-top: -5rem;
}

/* Pag. padres y apoderados */
main.node-333 .gutenber {
  margin-top: -5rem;
}

.convenios-header {
  margin-top: 0px;
}

.section-faculty-labs h2 {
  text-transform: uppercase;
}

.section-faculty-labs ul li a {
  color: #000;
}

.img-ayuda-economica {
  width: 100%;
  height: 210px;
  max-height: auto;
  object-fit: cover;
}

.list-style-ul {
  list-style: inherit;
  margin-bottom: 40px;
}

/** Estilos Gutenber **/

.gutenber p:empty {
  display: none;
}

.gutenber .btn-egresados {
  background: #404041;
}

.gutenber .wp-block-embed__wrapper iframe {
  max-width: 100%;
  max-height: 100%;
  width: 100vw;
  height: 50vmin;
}

.gutenber hr.wp-block-separator {
  width: 80vw;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 100vw;
}

.gutenber .borde-amarillo::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #fdba30;
  position: absolute;
  top: 10px;
  z-index: -1;
  right: -10px;
}

.gutenber .borde-amarillo img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.gutenber .borde-amarillo {
  position: relative;
}

.gutenber .text-center {
  margin: auto;
  text-align: center;
}

.gutenber ol {
  list-style: decimal;
}

.gutenber ol.list-order-yellow {
  list-style: decimal;
  color: #fdba30;
}

.gutenber .section-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
}

.gutenber .section-title p strong a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -15px;
  border-top: 3px solid #fdba30;
  border-right: 3px solid #fdba30;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

/* Razones upn UG */

.gutenber .reasons p {
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.gutenber .reason .btn-reason {
  background: #fdba30;
  color: #000;
  font-family: "TelegrafSemiBold";
  font-size: 16px;
  padding: 1em 2.5em;
}

.gutenber .reason .btn-reason::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 17px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.gutenber .reason .btn-reason:hover {
  color: #fff;
}

.gutenber .reason .btn-reason:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.gutenber .reason ul>li {
  color: #000;
  font-size: 16px;
  line-height: 1.4;
}

.gutenber .reason ul {
  font-family: "TelegrafRegular";
  margin-bottom: 0;
}

.reason.right .reasons-number,
.reason.left .reasons-number {
  font-family: "SharpGroteskBold";
  font-size: 200px;
}

.reason .content h2 {
  font-family: "TelegrafUltraBold";
  line-height: 1;
  text-transform: inherit;
}

/** boton-bloque-eventos-vida-universitaria **/
.btn-ver-eventos a {
  color: #fff;
}

/** list bienvenido-upn **/
.row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.gutenber a.evento-minicard:hover {
  text-decoration: none;
}

/** Trabaja con nosotros **/
.gutenber blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  margin-bottom: 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.gutenber blockquote>p {
  margin-bottom: 0;
}

.link-underline-yellow {
  text-decoration: underline;
  color: rgb(250, 177, 4);
}

.modelo-educativo-tag-a>a {
  color: #333;
  padding-left: 10px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
}

.modelo-educativo-tag-a>img {
  float: left;
  width: 60px;
  vertical-align: middle;
  border-style: none;
}

.position-events .events>a {
  flex-grow: 1;
  padding: 1.6rem 1.1rem;
  color: #404041;
  font-family: "TelegrafUltraBold";
  line-height: 1.5;
  transition: 0.25s color;
  font-size: 18px;
}

.position-events:hover .events>a {
  color: #337ab7;
  text-decoration: none;
}

/* Inicio - Promociones ID Card */
.promotions-card {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  margin: 5px 10px 20px;
  min-height: 130px;
  padding: 20px;
}

.promotions-card p {
  color: #808284;
  font-family: "TelegrafUltraBold";
  line-height: 1.2;
  word-wrap: break-word;
  -ms-word-break: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}

.promotions-card.active,
.promotions-card:hover {
  background: #fdba30;
  box-shadow: none;
}

.promotions-card.active p,
.promotions-card:hover p {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.promotions-card figure img {
  margin: auto;
}

.category-title {
  display: flex;
  align-items: center;
}

.category-list-bg {
  background: #eee;
  min-height: 500px;
  padding: 20px;
}

.btn-brand-search {
  background: #404041;
  border-radius: 0;
  color: #fff;
}

.btn-brand-search:hover {
  color: #fff;
  opacity: 0.8;
}

.btn-clear-search {
  border-radius: 0;
  border: 0;
  color: #000;
  line-height: 1;
}

.btn-clear-search:after {
  border-bottom: 1.5px solid #000;
  content: "";
  display: block;
  transform: scaleX(1);
  transition: transform 250ms ease-in-out;
}

.btn-clear-search:hover::after {
  transform: scaleX(0);
}

.additional-discounts-bg {
  background: #eee;
  padding: 20px;
}

.additional-discounts-bg img {
  cursor: pointer;
}

.brand-contact-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.link-return-categories {
  color: #000;
  font-family: "TelegrafUltraBold";
  padding-left: 20px;
  position: relative;
}

.link-return-categories::before {
  content: "";
  border-bottom: 3px solid #fdba30;
  border-left: 3px solid #fdba30;
  height: 10px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 10px;
  position: absolute;
  top: 1px;
  left: 5px;
}

/* Fin - Promociones ID Card */

/* Inicio - Zona de cachimbos */

.line-title-cachimbos {
  height: 5px;
  width: 100px;
}

.submenu-cachimbo ul.nav-cachimbo {
  display: inline-flex;
  height: inherit;
  list-style: none;
  margin-bottom: 0;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  padding-left: 0;
  width: 100%;

  /* Borrar  */
  /* overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap; */
}

.submenu-cachimbo ul.nav-cachimbo::-webkit-scrollbar {
  display: none;
}

.submenu-cachimbo ul.nav-cachimbo li {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  margin: 5px 1px 1px;
  text-align: center;
}

.submenu-cachimbo ul.nav-cachimbo li a div {
  padding: 12px;
  width: 130px;
}

.submenu-cachimbo ul.nav-cachimbo li a .icono-cachimbo-blanco {
  display: none;
}

.submenu-cachimbo ul.nav-cachimbo li a p {
  color: #000;
  font-size: 15px;
  line-height: 1.2;
}

.submenu-cachimbo ul.nav-cachimbo li:hover,
.submenu-cachimbo ul.nav-cachimbo li.active {
  background: #7F00D9;
}

.submenu-cachimbo ul.nav-cachimbo li:hover a .icono-cachimbo-blanco,
.submenu-cachimbo ul.nav-cachimbo li.active a .icono-cachimbo-blanco {
  display: inline-block;
}

.submenu-cachimbo ul.nav-cachimbo li:hover a .icono-cachimbo-lucuma,
.submenu-cachimbo ul.nav-cachimbo li.active a .icono-cachimbo-lucuma {
  display: none;
}

.submenu-cachimbo ul.nav-cachimbo li:hover a p,
.submenu-cachimbo ul.nav-cachimbo li.active a p {
  color: #fff;
}

.submenu-cachimbo ul.nav-cachimbo li a:hover,
.submenu-cachimbo ul.nav-cachimbo li a:focus {
  text-decoration: unset;
}

.titulo-interna-cachimbo h1 {
  font-family: "SharpGroteskSemiBold";
  font-size: calc(1.49107143rem + 0.98214286vw);
}

.section-cachimbo h3 {
  font-family: "SharpGroteskSemiBold";
  text-transform: uppercase;
}

.subtitle-cachimbos {
  font-size: calc(1.26785714rem + 0.53571429vw);
}

.cachimbo-list {
  display: flex;
}

.cachimbo-list p.number {
  color: #fdba30;
  font-family: "SharpGroteskSemiBold";
  font-size: 60px;
  line-height: 1;
}

.questions-cachimbo {
  text-align: center;
}

.questions-cachimbo a:hover,
.questions-cachimbo a:focus {
  text-decoration: unset;
}

.questions-cachimbo p {
  font-family: "SharpGroteskBook";
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  width: 90px;
}

.questions-cachimbo a:hover p {
  font-family: "SharpGroteskSemiBold";
}

.calendar-cachimbo {
  margin: 0 5px;
  min-height: 150px;
  padding: 12px;
}

.calendar-cachimbo .dia {
  font-family: "SharpGroteskBold";
  font-size: 30px;
  text-align: center;
}

.calendar-cachimbo .mes {
  font-family: "TelegrafUltraBold";
  font-size: 18px;
  text-align: center;
}

.calendar-cachimbo .descripcion {
  text-align: center;
}

.calendar-cachimbo.cgt-module-one {
  background: #000;
}

.calendar-cachimbo.cgt-module-one .dia {
  color: #fdba30;
}

.calendar-cachimbo.cgt-module-one .mes,
.calendar-cachimbo.cgt-module-one .descripcion {
  color: #fff;
}

.calendar-cachimbo.cgt-module-two {
  background: #fdba30;
}

.calendar-cachimbo.cgt-module-two .dia {
  color: #fff;
}

.calendar-cachimbo.cgt-module-two .mes,
.calendar-cachimbo.cgt-module-two .descripcion {
  color: #000;
}

/* Campus */
.campus-card {
  position: relative;
  overflow: hidden;
}

.campus-card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
  z-index: 1;
  transition: 0.25s opacity;
}

.campus-card figure {
  position: relative;
  overflow: hidden;
}

.campus-card:hover figure::before {
  opacity: 0.25;
}

.campus-card figure img {
  transition: 0.25s transform;
}

.campus-card:hover>img {
  transform: scale(1.5);
}

.campus-card>img {
  transition: transform 0.3s;
  transition: 0.3s transform;
  background-position: center !important;
}

.campus-card h4 {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 2rem;
  font-family: "SharpGroteskBold";
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  transition: 0.25s bottom;
}

.campus-card h4::after {
  content: "";
  width: 0;
  height: 3px;
  background: #fdba30;
  display: block;
  position: absolute;
  transition: 0.25s width;
}

.campus-card:hover h4 {
  bottom: 15px;
}

.campus-card:hover h4::after {
  width: 100%;
}

.slick-dots li button:before {
  font-size: 16px;
}

.slick-dots li.slick-active button:before {
  color: #fdba30;
  opacity: 1;
}

.slick-fechas.slick-dotted.slick-slider,
.plan-slick.slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.slick-fechas .slick-dots,
.plan-slick .slick-dots {
  bottom: -40px;
}

.slick-fechas .slick-dots li button:before,
.plan-slick .slick-dots li button:before {
  font-size: 12px;
  opacity: unset;
}

.slick-fechas .slick-dots li.slick-active button:before,
.plan-slick .slick-dots li.slick-active button:before {
  color: #fdba30;
}

.arrow-with-title img {
  width: 48px;
}

.arrow-with-title p {
  background: #fff;
  font-family: "SharpGroteskBook";
  font-size: 20px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
}

ul.check-white,
ul.check-cyan {
  padding-left: 35px;
}

ul.check-white li,
ul.check-cyan li {
  position: relative;
  list-style-type: none;
}

ul.check-white li:before,
ul.check-cyan li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -35px;
  width: 25px;
  height: 20px;
  background: url("/sites/all/themes/upn/imagenes/check-white.svg") no-repeat;
}

ul.check-cyan li:before {
  background: url("/sites/all/themes/upn/imagenes/check-cyan.svg") no-repeat;
}

ul.check-white li ul li:before,
ul.check-cyan li ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -16px;
  width: 6px;
  height: 6px;
  background: url("/sites/all/themes/upn/imagenes/black-circle-bullet.svg") no-repeat;
}

.important-note {
  max-width: 690px;
  margin: 0 auto;
  padding: 20px 20px 20px 70px;
  position: relative;
}

.important-note:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 25px;
  width: 26px;
  height: 25px;
  background: url("/sites/all/themes/upn/imagenes/question-mark-icon.svg") no-repeat;
}

.annotations-height {
  height: 200px;
}

.curriculum-arrow figure img {
  height: 130px;
}

.card-schedule-cachimbo {
  border: 1px solid #fdba30;
}

.header-schedule-cachimbo {
  background: #fdba30;
  padding: 20px;
}

.body-schedule-cachimbo {
  padding: 20px;
}

.card-platform-cachimbo {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
}

a.social-networks-cachimbo figure {
  background: #fff;
  border-radius: 50%;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin: 0 auto 15px;
  width: 60px;
}

a.social-networks-cachimbo:hover {
  font-family: "TelegrafUltraBold";
  text-decoration: none;
}

a.social-networks-cachimbo:hover figure {
  background: #fdba30;
}

a.social-networks-cachimbo p {
  color: #000;
}

/* Fin - Zona de cachimbos */

/* Calidad académica */
.galeria-slider .slick-next:before,
.galeria-slider .slick-prev:before {
  color: #fdba30;
  font-size: 30px;
}

.galeria-slider .slick-prev {
  top: unset;
  bottom: -50px;
  left: 40%;
  transform: translate(0, -40%);
}

.galeria-slider .slick-next {
  top: unset;
  bottom: -50px;
  right: 40%;
  transform: translate(0, -40%);
}

/* Media Queries */
@media (max-width: 768px) {
  section.noticias a.noticia.big article.noticia_v1 figure img {
    min-height: 300px;
    object-fit: cover;
    object-position: top;
  }
}

@media (min-width: 375px) {
  .category-list-bg {
    padding: 30px;
  }
}

@media (min-width: 425px) {
  .annotations-height {
    height: 170px;
  }

  .curriculum-arrow figure img {
    height: 100px;
  }
}

@media (min-width: 576px) {
  .promotions-card {
    display: block;
    margin: 0 0 20px;
  }
}

@media (min-width: 768px) {
  .gutenber .reason ul>li {
    color: #fff;
  }

  .modelo-educativo-tag-a>a {
    padding-left: 15px;
    font-size: 14px;
  }

  .gutenber .section-title p strong a::before {
    top: 2px;
    left: -20px;
    width: 10px;
    height: 10px;
  }

  .annotations-height {
    height: 142px;
  }
}

@media (min-width: 992px) {
  .we-mega-menu-submenu li.we-mega-menu-li {
    width: 100%;
  }

  .curriculum-arrow {
    position: absolute;
    top: -50px;
  }

  .arrow-with-title {
    background: #fff;
    border-radius: 50% 50% 0 0;
    position: absolute;
    bottom: 0;
    top: 200px;
  }

  .arrow-with-title img {
    width: 68px;
  }

  .arrow-with-title p {
    margin: 0;
    text-align: end;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
  }

  .annotations-height {
    height: 132px;
  }

  .curriculum-arrow figure img {
    height: unset;
  }
}

@media (min-width: 1200px) {
  .promotions-card {
    min-height: 135px;
  }

  .promotions-card p {
    font-size: 18px;
  }

  .submenu-cachimbo ul.nav-cachimbo {
    justify-content: center;
  }
}

@media (min-width: 1440px) {
  .titulo-interna-cachimbo h1 {
    font-size: 2.375rem;
  }

  .subtitle-cachimbos {
    font-size: 1.75rem;
  }
}

/** Inicio - Testimonios empleabilidad **/
.employer-testimonials-section {
  border: 1px solid #ccc;
  margin-bottom: 40px;
  padding: 15px;
}

.quote-icon {
  margin-bottom: 10px;
}

.employer-testimony p,
.author-upn-testimony,
.area-upn-testimony {
  line-height: 1.4;
  margin-bottom: 0;
}

.upn-testimony-section {
  border: 1px solid #ccc;
  padding: 15px;
}

.img-upn-testimony {
  margin-bottom: 0;
}

.img-upn-testimony img {
  border: 1px solid #ccc;
  border-bottom: none;
}

.content-upn-testimony p {
  margin-bottom: 25px;
}

.author-upn-testimony {
  font-family: "TelegrafUltraBold";
}

#container_map {
  width: 100%;
  height: 450px;
}

/** Fin - Testimonios empleabilidad **/

/** Inicio - Convenios experiencia internacional **/
#container_convenio_map {
  width: 100%;
  height: 400px;
}

#container-convenios-lista {
  height: 330px;
  overflow-y: auto;
}

#container-convenios-lista::-webkit-scrollbar {
  -webkit-appearance: none;
}

#container-convenios-lista::-webkit-scrollbar:vertical {
  width: 10px;
}

#container-convenios-lista::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}

#container-convenios-lista::-webkit-scrollbar:horizontal {
  height: 10px;
}

#container-convenios-lista::-webkit-scrollbar-thumb {
  background-color: #eaeaea;
  border-radius: 20px;
  border: 2px solid #fff;
}

#container-convenios-lista::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* #container-convenios-lista table {
  margin-top: 0;
}

#container-convenios-lista table>thead>tr>th {
  position: sticky;
  top: 0;
  z-index: 10;
} */

.map-container {
  max-width: 1410px;
  margin: auto;
  position: relative;
  text-align: center;
}

.icono-avion {
  position: absolute;
  top: 0;
  right: 20%;
  width: 80px;
  animation: fly 3s infinite;
  animation-direction: alternate;
}

@keyframes fly {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(20px, 30px);
  }
}

.icono-globo {
  position: absolute;
  left: 3%;
  bottom: 36%;
  width: 60px;
  animation: skew 3s infinite;
  transform: skew(5deg);
  animation-direction: alternate;
}

@keyframes skew {
  0% {
    transform: skewX(5deg);
  }

  100% {
    transform: skewX(-5deg);
  }
}

.item-place {
  cursor: pointer;
}

.item-place:before {
  content: "";
  transition-duration: 0.3s;
  position: absolute;
  width: 90%;
  left: 5%;
  top: 100%;
  height: 10px;
  background: -webkit-radial-gradient(center,
      ellipse,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0) 80%);
  background: -moz-radial-gradient(center,
      ellipse,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0) 80%);
  background: -o-radial-gradient(center,
      ellipse,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0) 80%);
  opacity: 0;
}

.item-place:hover {
  transform: translateY(-5px);
}

.item-place:hover:before {
  transform: translateY(5px);
  opacity: 1;
}

.item-place img {
  width: 40px;
}

@keyframes bandera {
  0% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(5px);
  }
}

#pais-alemania {
  position: absolute;
  top: 0;
  left: 5%;
}

#pais-argentina {
  position: absolute;
  top: 0;
  left: 25%;
}

#pais-belgica {
  position: absolute;
  top: 0;
  left: 45%;
}

#pais-brasil {
  position: absolute;
  top: 0;
  left: 65%;
}

#pais-chile {
  position: absolute;
  top: 0;
  left: 85%;
}

#pais-colombia {
  position: absolute;
  top: 30%;
  left: 5%;
}

#pais-costarica {
  position: absolute;
  top: 30%;
  left: 25%;
}

#pais-ecuador {
  position: absolute;
  top: 30%;
  left: 25%;
}

#pais-espana {
  position: absolute;
  top: 30%;
  left: 45%;
}

#pais-mexico {
  position: absolute;
  top: 30%;
  left: 65%;
}

#pais-panama {
  position: absolute;
  top: 30%;
  left: 85%;
}

#pais-portugal {
  position: absolute;
  top: 60%;
  left: 65%;
}

#pais-puertorico {
  position: absolute;
  top: 60%;
  left: 85%;
}

.title-country-agreement {
  display: flex;
  align-items: center;
}

.title-country-agreement img {
  width: 40px;
}

.modal-universities .close {
  font-size: 2rem;
  padding: 1.2rem;
}

.university-agreement {
  text-align: center;
}

.university-agreement p {
  line-height: 1.2;
  margin-top: 10px;
}

/** Fin - Convenios experiencia internacional **/


/** Inicio - Tabs admision **/
.node-tipo-ingreso .title {
  margin-top: 60px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.upntab ul.nav {
  display: block;
}

.upntab ul li.nav-item {
  display: grid;
}

.upntab .nav-tabs {
  border-bottom: 0px;
}

.upntab ul li a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.upntab ul li a .numero {
  color: #fdba30;
  font-family: "SharpGroteskBold";
  font-size: 50px;
  line-height: 1.3;
  text-align: center;
}

.upntab ul li a .title-lista {
  color: #000000;
  font-size: 17px;
  margin-left: 16px;
}

.upntab .nav-link.active,
.upntab .nav-item .nav-link:hover {
  background: #eaeaea;
  border-radius: 0px;
  color: #000000;
  font-family: "TelegrafUltraBold";
}


.upntab .col-right {
  border-right: 1px solid #999;
  padding-right: 0px;
}

/** Fin - Tabs admision **/

/** Inicio - Acordeon admision **/
.upnacordeon .admission-accordion {
  padding: 12px 20px;
  display: flex;
  align-items: center;
}

.upnacordeon .card-header a>.numero {
  color: rgba(253, 186, 48, 0.7);
  font-family: "SharpGroteskBold";
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
}

.upnacordeon .card-header.active a>.numero {
  color: #fdba30;
}

.upnacordeon .card-header a {
  text-decoration: none;
}

.upnacordeon .card-header a>.title-lista,
.upnacordeon .card-header.active a>.title-lista {
  color: #000000;
  margin: 0 0 0 12px;
}

.upnacordeon .card-header {
  background: #eaeaea;
  padding: 0;
  border: 0;
  margin-bottom: 6px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.7);
}

.upnacordeon .card-header.active {
  color: #000000;
  font-family: "TelegrafUltraBold";
}

.upnacordeon .card {
  border-radius: 0px;
  border: 0px;
}

.upnacordeon .card-header:first-child {
  border-radius: 0px;
}

.upnacordeon .card-body {
  background: #f7f7f7;
  margin-bottom: 6px;
}

/** Fin - Acordeon admision **/

/** Inicio - Videos en noticias **/
.embed-video-internas {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.embed-video-internas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** Fin - Videos en noticias **/

/** Inicio - Calidad academica **/
.node-calidad-academica .achievement-obtained {
  margin-bottom: 30px;
  width: 450px;
}

.node-calidad-academica .company-name {
  display: flex;
  align-items: center;
  padding: 10px;
  height: 50px;
}

.node-calidad-academica .company-name p {
  color: #ffffff;
  font-family: "SharpGroteskSemiBold";
  font-size: 22px;
  margin-bottom: 0;
  margin-right: auto;
}

.node-calidad-academica .achievement-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 10px 0;
}

.node-calidad-academica .achievement-description img {
  margin-left: 20px;
  width: 160px;
}

.node-calidad-academica h2 {
  margin-bottom: 30px;
  margin-top: 60px;
}

.node-calidad-academica .content-final {
  margin-top: 60px;
  border-top: 2px dashed #fdba30;
  padding-top: 60px;
}

.node-calidad-academica .color-campus p {
  text-align: center;
}

.node-calidad-academica .color-campus p img {
  margin-top: 8px;
  width: 180px;
}

/** Fin - Calidad academica **/

/** Inicio - Experiencia internacional **/
.node-exp-edu-int .title-international-platform {
  margin-bottom: 30px;
  width: 198px;
}

.node-exp-edu-int .container-check-card div {
  border: 3px solid #383838;
  margin: 25px 20px 50px 25px;
  padding: 20px;
  text-align: center;
}

.node-exp-edu-int .container-check-card div p {
  margin-bottom: 0;
}

.node-exp-edu-int .container-check-card figure {
  border: 2px solid #383838;
  border-radius: 100%;
  height: 50px;
  padding: 10px 6px;
  width: 50px;
  position: absolute;
  top: 0;
}

.node-exp-edu-int .block-datos {
  background: #eaeaea;
  padding: 42px 0px;
}

.node-exp-edu-int .beneficios {
  margin-bottom: 75px;
  margin-top: 75px;
}

.node-exp-edu-int .block-datos h2,
.node-exp-edu-int .beneficios h2 {
  margin-bottom: 50px;
}

.node-exp-edu-int .beneficios .tab-pasos-bienvenida {
  font-size: 18px;
}

.node-exp-edu-int .block-datos .row .c-1,
.node-exp-edu-int .block-datos .row .c-2 {
  border-right: 2px solid #fff;
}

.node-exp-edu-int .block-datos .group-content {
  margin-bottom: 50px;
  text-align: center;
}

.node-exp-edu-int .slick-dots {
  bottom: 5px;
}

.alternative-list {
  display: flex;
  justify-content: flex-start;
}

.alternative-list-number {
  width: 48px;
}

.alternative-list-number span {
  font-family: "SharpGroteskBold";
  font-size: 24px;
}

.alternative-list-number span i {
  font-size: 8px;
  margin-left: 2px;
}

.alternative-list-container {
  width: 82%;
}

/** Fin - Experiencia internacional **/

/** Inicio - Plataformas digitales **/
.container-multiplataforma {
  background: url(/sites/default/files/imagenes/fondo-plat-dig-mobile.svg);
  background-position-y: center;
  background-position-x: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 60px;
  margin-top: 60px;
}

.button-tec {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  min-height: 70px;
  position: relative;
  width: 120px;
}

.title-tec {
  color: #fff;
  padding: 10px 6px 24px;
  text-align: center;
}

.icon-tec {
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  padding: 5px 6px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.central-button-tec {
  background: #fdba30;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  margin: 20px auto 25px;
  position: relative;
  text-align: center;
  width: 120px;
}

.central-button-tec .icon-tec {
  background: #fdba30;
}

.title-central-button {
  font-family: "SharpGroteskBold";
  font-size: 18px;
  text-transform: uppercase;
}

.icon-arrow-down {
  background: #fdba30;
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  padding: 6px 6px 5px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.cuadrante-superior,
.cuadrante-inferior {
  height: 262px;
  position: relative;
}

.cuadrante-c1,
.cuadrante-c3 {
  position: absolute;
  right: 51%;
  left: 0;
}

.cuadrante-c2,
.cuadrante-c4 {
  position: absolute;
  right: 0;
  left: 51%;
}

.cuadrante-c1 .cuadrante-orden-1,
.cuadrante-c2 .cuadrante-orden-3,
.cuadrante-c3 .cuadrante-orden-3,
.cuadrante-c4 .cuadrante-orden-1 {
  margin-left: auto;
}

.cuadrante-orden-2 {
  margin-left: auto;
  margin-right: auto;
}

.container-multiplataforma .active {
  background: #fdba30 !important;
}

.container-multiplataforma .active .title-tec {
  color: #000;
  font-family: "TelegrafUltraBold";
}

.info-bottom-tect h2 {
  margin-bottom: 12px;
}

.info-bottom-tect .platform-link {
  color: #fdba30;
  font-family: "TelegrafUltraBold";
}

.info-bottom-tect .platform-link:hover {
  text-decoration: none;
}

.info-bottom-tect .platform-link::before {
  color: #fdba30;
  font-family: "FontAwesome";
  font-weight: 600;
  content: "\f105";
  font-size: 20px;
  margin-right: 5px;
}

.info-bottom-tect figure {
  margin-bottom: 0;
  text-align: center;
}

.info-bottom-tect figure img {
  max-width: 100%;
  height: auto;
}

.info-bottom-tect .subtitle-tec h3 {
  color: #808284;
  font-size: 16px;
}

.info-bottom-tect .subtitle-tec h3::before {
  font-family: "FontAwesome";
  content: "\f10c";
  font-size: 20px;
  margin-right: 5px;
}

.info-bottom-tect .group-subtitle {
  border-left: 2px solid #808284;
  margin-bottom: 30px;
  margin-left: 8px;
  padding-left: 14px;
}

.alternate-video-text {
  height: 100%;
  display: flex;
  align-items: center;
}

.alternate-video-text img {
  height: 100%;
  position: absolute;
  transform: rotate(20deg);
  z-index: -1;
}

/** Fin - Plataformas digitales **/

@media (min-width: 375px) {
  .title-tec {
    padding: 10px 10px 24px;
  }

  .button-tec {
    width: 130px;
  }

  .central-button-tec {
    height: 140px;
    padding: 10px;
    width: 140px;
  }
}

@media (min-width: 576px) {
  .img-upn-testimony img {
    border-bottom: 1px solid #ccc;
    border-right: none;
    height: auto;
    max-width: 100%;
  }

  .author-upn-testimony,
  .area-upn-testimony {
    text-align: end;
  }
}

@media (min-width: 768px) {
  .node-exp-edu-int .container-check-card div {
    display: flex;
    align-items: center;
    margin-right: 0;
    height: 116px;
  }

  .node-exp-edu-int .block-datos h2,
  .node-exp-edu-int .beneficios h2 {
    margin-bottom: 60px;
  }

  .node-exp-edu-int .block-datos .group-content {
    margin-bottom: 0;
  }

  .container-multiplataforma {
    background: url(/sites/default/files/imagenes/fondo-plat-dig-desktop.svg);
    background-position-y: center;
    background-position-x: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
  }

  .button-tec {
    margin-bottom: 30px;
    min-height: 74px;
    width: 180px;
  }

  .central-button-tec {
    margin: 0 auto 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
  }

  .title-tec {
    font-size: 16px;
  }

  .cuadrante-superior,
  .cuadrante-inferior {
    height: 312px;
  }

  #pais-alemania {
    top: 25%;
    left: 46%;
  }

  #pais-argentina {
    top: 73%;
    left: 33%;
  }

  #pais-belgica {
    top: 25%;
    left: 41%;
  }

  #pais-brasil {
    top: 60%;
    left: 33%;
  }

  #pais-chile {
    top: 73%;
    left: 28%;
  }

  #pais-colombia {
    top: 60%;
    left: 28%;
  }

  #pais-costarica {
    top: 46%;
    left: 17%;
  }

  #pais-ecuador {
    top: 55%;
    left: 23%;
  }

  #pais-espana {
    top: 37%;
    left: 46%;
  }

  #pais-mexico {
    top: 34%;
    left: 17%;
  }

  #pais-panama {
    top: 46%;
    left: 22%;
  }

  #pais-portugal {
    top: 37%;
    left: 41%;
  }

  #pais-puertorico {
    top: 46%;
    left: 27%;
  }
}

@media (min-width: 992px) {
  #container_convenio_map {
    height: 450px;
  }

  .node-tipo-ingreso .title {
    margin-top: 80px;
    margin-bottom: 50px;
  }

  .node-calidad-academica h2 {
    margin-top: 40px;
  }

  .node-exp-edu-int .container-check-card div {
    height: 180px;
    padding: 15px;
  }

  .info-group .info-bottom-tect {
    padding-top: 30px;
  }

  .alternative-list-number {
    line-height: 1;
    width: 60px;
  }

  .alternative-list-container {
    width: 88%;
  }

  #pais-alemania {
    top: 33%;
    left: 48%;
  }

  #pais-argentina {
    top: 77%;
    left: 27%;
  }

  #pais-belgica {
    top: 33%;
    left: 45%;
  }

  #pais-brasil {
    top: 67%;
    left: 29%;
  }

  #pais-chile {
    top: 82%;
    left: 25%;
  }

  #pais-colombia {
    top: 59%;
    left: 25%;
  }

  #pais-costarica {
    top: 53%;
    left: 19%;
  }

  #pais-ecuador {
    top: 60%;
    left: 23%;
  }

  #pais-espana {
    top: 41%;
    left: 45%;
  }

  #pais-mexico {
    top: 46%;
    left: 16%;
  }

  #pais-panama {
    top: 56%;
    left: 22%;
  }

  #pais-portugal {
    top: 41%;
    left: 42%;
  }

  #pais-puertorico {
    top: 53%;
    left: 28%;
  }
}

@media (min-width: 1200px) {
  .upn-testimony-section {
    height: 271px;
    padding: 30px;
  }

  .employer-testimonials-section {
    padding: 25px;
  }

  .node-exp-edu-int .container-check-card div {
    height: 150px;
  }

  .node-exp-edu-int .beneficios {
    margin-bottom: 100px;
    margin-top: 100px;
  }

  .button-tec {
    min-height: auto;
    width: 240px;
  }

  .cuadrante-superior,
  .cuadrante-inferior {
    height: 290px;
  }

  .cuadrante-c1,
  .cuadrante-c3 {
    right: 55%;
  }

  .cuadrante-c2,
  .cuadrante-c4 {
    left: 55%;
  }

  .central-button-tec {
    height: 160px;
    width: 160px;
  }

  .title-central-button {
    font-size: 22px;
  }

  .info-group .info-bottom-tect {
    padding-top: 40px;
  }

  .alternative-list-container {
    width: 90%;
  }

  #pais-alemania {
    top: 35%;
    left: 49%;
  }

  #pais-argentina {
    top: 80%;
    left: 28%;
  }

  #pais-belgica {
    top: 35%;
    left: 46.5%;
  }

  #pais-brasil {
    top: 68%;
  }

  #pais-chile {
    top: 84%;
  }

  #pais-colombia {
    top: 60%;
  }

  #pais-costarica {
    top: 55%;
    left: 21%;
  }

  #pais-ecuador {
    top: 63%;
    left: 24%;
  }

  #pais-espana {
    left: 45%;
    top: 40%;
  }

  #pais-mexico {
    top: 49%;
    left: 17%;
  }

  #pais-panama {
    top: 58%;
    left: 23%;
  }

  #pais-portugal {
    top: 43%;
    left: 43%;
  }

  #pais-puertorico {
    top: 54%;
  }
}

@media (min-width: 1440px) {
  #pais-argentina {
    top: 81%;
  }

  #pais-belgica {
    top: 36%;
    left: 47%;
  }

  #pais-chile {
    left: 26%;
  }

  #pais-colombia {
    top: 61%;
  }

  #pais-costarica {
    top: 56%;
  }

  #pais-espana {
    top: 43%;
  }

  #pais-panama {
    top: 59%;
  }

  #pais-puertorico {
    top: 55%;
  }

  @keyframes fly {
    0% {
      transform: translate(0, 0);
    }

    100% {
      transform: translate(30px, 45px);
    }
  }
}

.section-outpages .block span.title-medium {
  font-family: "SharpGroteskBold";
  line-height: 1.1;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}

@media (min-width: 992px) {
  .section-outpages .block span.title-medium {
    font-size: calc(1.6rem + 1.3vw);
  }
}

@media (min-width: 1200px) {
  .section-outpages .block span.title-medium {
    font-size: 44px;
  }
}

/**************** Elemento informativo - empleabilidad ****************/
.purple-informative-element {
  border: 2px solid #000;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px;
  position: relative;
}

.purple-informative-element::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 10px;
  right: 10px;
  height: 10px;
  background-color: #6100A6;
}

.purple-informative-element::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 10px;
  right: 10px;
  height: 10px;
  background-color: #6100A6;
}

@media (min-width: 768px) {
  .purple-informative-element {
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  .purple-informative-element {
    padding: 40px;
  }
}

@media (min-width: 1440px) {
  .event-page-title {
    font-size: 3.125rem;
  }

  .title-evento {
    font-size: 2.342rem;
  }
}

/* Calidad académica */
.border-amarillo {
    box-shadow: -10px 10px 0px 0px #fdba30;
}

.btn-white-circle {
    box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    color: #000;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.btn-white-circle:hover {
    background: #f6f6f6;
    text-decoration: none;
}

.card-white {
    background: #fff;
    box-shadow: 2px 2px 10px 0px #eaeaea;
    padding: 10px;
    text-align: center;
}

.project-item:hover {
    text-decoration: none;
}

.project-item .project-img img {
    transition: .41s transform;
}

.project-item:hover .project-img img {
    transform: scale(1.5) rotate(-15deg);
}

.project-img {
    overflow: hidden;
}

.black-card-header {
    background: #333;
    color: #fff;
    display: flex;
    align-items: center;
    font-family: "SharpGroteskSemiBold";
    font-size: 22px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.gray-card-body {
    background: #f6f6f6;
    padding: 20px;
}

.vertical-text {
    writing-mode: vertical-rl;
}

.card-cyan-border {
    border: 3px solid #72C8FF;
    border-radius: 16px;
    padding: 10px;
    text-align: center;
    line-height: 1;
}

.card-cyan-filler {
    background: #72C8FF;
    border-radius: 16px;
    padding: 10px;
    text-align: center;
    line-height: 1;
}

.color-cyan-50 {
    color: #72C8FF;
}