/* 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;
}

/* Banner */
.section-home-destacados {
  position: relative;
}

.home-destacado-imagen {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-destacado-imagen .box-height {
  position: relative;
  height: 450px;
}

.home-destacado-imagen .height {
  position: absolute;
  top: 40%;
  transform: translate(0, -40%);
}

.home-destacado-imagen .btn-height {
  position: absolute;
  bottom: 50px;
}

.home-destacado-imagen .title {
  color: #fff;
  font-family: "SharpGroteskBold";
  font-size: calc(1.5rem + 1.5vw);
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}

.home-destacado-imagen .description {
  color: #fff;
  font-family: "TelegrafUltraBold";
  font-size: 1.2rem;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}
.home-destacado-imagen-dk{
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
}

.section-home-destacados #slide_home .owl-dots {
  position: absolute;
  bottom: 5px;
  right: 20px;
}

.section-home-destacados #slide_home .owl-dots .owl-dot span {
  background-color: #fff;
}

.section-home-destacados #slide_home .owl-dots .owl-dot.active span {
  width: 40px;
}

.section-home-destacados #slide_home .owl-stage-outer::after {
  content: "";
  width: 100%;
  height: 48px;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  bottom: 0;
}

a.btn-slider {
  background: #ffffff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #000000;
  display: inline-block;
  font-family: "TelegrafUltraBold";
  padding: 16px 60px 16px 20px;
  position: relative;
}

a.btn-slider:after {
  background: url("/sites/all/themes/upn/imagenes/icono-flecha-boton.svg");
  content: "";
  width: 25px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

a.btn-slider:hover::after {
  background: url("/sites/all/themes/upn/imagenes/icono-flecha-blanco-boton.svg");
}

a.btn-slider:hover,
a.btn-slider:focus {
  background: #000;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}

.section-home-destacados .mouse-down {
  display: none;
}

.active .slider .home-destacado-imagen a {
  -webkit-animation-duration: 2.21s !important;
  animation-duration: 2.21s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.section-home-destacados #slide_home .owl-dots {
  -webkit-animation-duration: 1.91s !important;
  animation-duration: 1.91s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* Lista facultades */
.section-home-carreras {
  /* padding: 64px 0 32px;
  position: relative; */
}

.section-home-carreras h1 {
  color: #fdba30;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.section-home-carreras .btn-search {
  margin-top: 60px;
  text-align: center;
}

.section-home-carreras .btn-search>a {
  background: #fdba30;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #000000;
  display: inline-block;
  font-family: "TelegrafUltraBold";
  padding: 16px 24px;
}

.section-home-carreras .btn-search>a:hover,
.section-home-carreras .btn-search>a:focus {
  background: #FDC979;
  color: #000000;
  text-decoration: none;
}

.section-home-carreras a .home-facultad-item {
  background-size: auto 100% !important;
  transition: 0.51s background-size;
  background-position: center;
  position: relative;
}

.section-home-carreras a:hover .home-facultad-item {
  background-size: auto 150% !important;
  transition: 0.51s;
}

.section-home-carreras a .home-facultad-item::after {
  content: "";
  background: rgba(75, 75, 75, 0.5);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.section-home-carreras a .home-facultad-item .box {
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  padding: 0 10px 0;
  height: 180px;
  min-width: 140px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.box .nombre-facultad p {
  color: #fff;
  font-family: "TelegrafUltraBold";
  font-size: 14px;
  text-transform: uppercase;
}

/* Razones y nuestros campus */
.section-outpages {
  /* margin: 32px 0px 64px; */
}

.section-outpages .two-blocks {
  margin-left: -15px;
  margin-right: -15px;
}

.section-outpages .block {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.section-outpages .block.left {
  /* margin-left: 0; */
  width: 90%;
}

.section-outpages .block.right {
  width: 90%;
  float: right;
  margin-top: -3rem;
  /* margin-right: 0; */
}

.section-outpages .block span {
  font-family: "SharpGroteskBold";
  font-size: calc(1.6rem + 1.3vw);
  color: #fff;
  line-height: 1;
  padding: 1em 0 0 2em;
  position: absolute;
  left: 0;
  /* top: 0; */
  text-transform: uppercase;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}

.section-outpages .block span::before {
  content: "";
  background: url("/sites/default/themes/upn/img/see_more.svg") no-repeat center left;
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 16px;
  top: 40px;
}

.scale_img>img {
  transition: transform 0.3s;
  transition: 0.41s transform;
}

.scale_img:hover>img {
  transform: scale(1.5) rotate(-15deg);
}

/* Admisión */
.botones-amarillos-inverso a {
  background-color: #eaeaea;
  color: #000;
  display: block;
  font-family: "TelegrafUltraBold";
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 20px;
  padding: 20px 15px 15px 50px;
  position: relative;
}

.botones-amarillos-inverso a::before {
  content: "+";
  font-size: 60px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.botones-amarillos-inverso a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

/* Logros */
.home-destacado-bottom {
  background: #000;
  color: #fff;
}

.home-destacado-bottom .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-destacado-bottom .noticia-carousel .numero_logro {
  color: #fdba30;
  font-family: "SharpGroteskBold";
  font-size: 40px;
  line-height: 1;
  margin-bottom: 8px;
}

.home-destacado-bottom .noticia-carousel .text-logro .description-logro {
  display: none;
}

.home-destacado-bottom .noticia-carousel .imagen-logro figure {
  margin-right: 10px;
  position: relative;
}

.home-destacado-bottom .noticia-carousel .imagen-logro figure::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #fdba30;
  position: absolute;
  top: 10px;
  z-index: -1;
  right: -10px;
}

.home-destacado-bottom .noticia-carousel .imagen-logro figure img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.link-know-yellow {
  color: #fdba30;
  font-family: "TelegrafUltraBold";
}

.link-know-yellow:hover {
  color: #fdba30;
  border-bottom: 2px solid #fdba30;
  text-decoration: none;
}

/* 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%;
}

/* 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 img {
    width: 100%;
}

.campus-card p {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 2rem;
    font-family: "SharpGroteskBold";
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    transition: 0.25s bottom;
}

@media (min-width: 425px) {
  .home-destacado-imagen .box-height {
    height: 535px;
  }

  .home-destacado-imagen .height {
    top: 50%;
    transform: translate(0, -50%);
  }
}

@media (min-width: 768px) {
  .section-home-destacados #slide_home .owl-dots {
    right: 10%;
  }

  .section-home-destacados .mouse-down {
    position: absolute;
    left: 50%;
    margin-left: -103px;
    bottom: -9px !important;
    z-index: 9;
    display: block;
  }

  .section-home-destacados .mouse-down::before {
    content: "";
    width: 25px;
    height: 30px;
    display: block;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("/sites/default/themes/upn/img/icon-slider-2.png");
    background-repeat: no-repeat;
    background-position: center;
    animation: MoveUpDown 4.1s linear infinite;
  }

  @keyframes MoveUpDown {

    0%,
    100% {
      bottom: 10px;
    }

    50% {
      bottom: -15px;
    }
  }

  .slide-left {
    background-position: 15%;
  }

  .slide-right {
    background-position: 85%;
  }

  .section-home-carreras h1 {
    margin-bottom: 30px;
  }

  .section-home-carreras a .home-facultad-item .box {
    height: 240px;
  }

  .section-outpages .block.left {
    margin-left: 15px;
    width: 100%;
  }

  .section-outpages .block.right {
    margin-top: 20px;
    margin-right: 25px;
    width: 100%;
  }

  .section-outpages .block span::before {
    left: 26px;
    top: 45px;
  }

  .botones-amarillos-inverso {
    display: flex;
    justify-content: space-around;
  }

  .botones-amarillos-inverso a {
    background-color: #fdba30;
    font-size: 22px;
    width: 320px;
  }

  .home-destacado-bottom .noticia-carousel .text-logro .description-logro {
    display: block;
    margin-bottom: 10px;
  }

  .home-destacado-bottom .noticia-carousel .numero_logro {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .section-outpages .block span::before {
    left: 30px;
    top: 50px;
  }

  .botones-amarillos-inverso a {
    font-size: 24px;
    margin-bottom: 40px;
    padding: 25px 20px 20px 70px;
    width: 420px;
  }

  .botones-amarillos-inverso a::before {
    font-size: 70px;
    left: 35px;
  }

  #slide_home_bottom.owl-theme .owl-nav [class*="owl-"] {
    background: transparent !important;
    position: absolute;
  }

  #slide_home_bottom.owl-theme .owl-nav {
    bottom: 10%;
    margin-top: 130px;
    padding-left: 0px;
    position: absolute;
    top: unset;
    width: auto;
  }

  #slide_home_bottom.owl-theme .owl-nav .owl-next {
    right: 0;
  }

  #slide_home_bottom.owl-theme .owl-nav .owl-next .nav-btn.next-slide::before {
    content: "Siguiente";
    width: 100px;
    height: 20px;
    position: absolute;
    color: #fff;
    z-index: 9;
    right: -220px;
    top: 2px;
    text-transform: uppercase;
    font-family: "TelegrafUltraBold";
    letter-spacing: 0.5px;
    color: #fdba30;
  }

  #slide_home_bottom.owl-theme .owl-nav .owl-next .nav-btn.next-slide::after {
    content: "";
    position: absolute;
    top: 0;
    right: -240px;
    border-top: 4px solid #fdba30;
    border-right: 4px solid #fdba30;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  #slide_home_bottom.owl-theme .owl-nav .owl-prev {
    left: 0;
  }

  #slide_home_bottom.owl-theme .owl-nav .owl-prev .nav-btn.prev-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    border-bottom: 4px solid #fdba30;
    border-left: 4px solid #fdba30;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
}

@media (min-width: 1200px) {
  .home-destacado-imagen .title {
    font-size: 3.3rem;
  }

  .home-destacado-imagen .description {
    font-size: 1.3rem;
  }

  .section-home-carreras h1 {
    margin-bottom: 40px;
  }

  .section-outpages .block span {
    font-size: 44px;
  }

  .section-outpages .block span::before {
    left: 40px;
    top: 55px;
  }

  .botones-amarillos-inverso a {
    font-size: 26px;
    width: 500px;
  }
}

@media (min-width: 1440px) {

  .slide-left,
  .slide-right {
    background-position: center;
  }
}