/* Banner */
.banner-posgrado {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
}

.owl-theme .owl-nav [class*=owl-] {
  background: #6d6d6d;
  border-radius: 0;
  margin: 0;
  opacity: 0.75;
  padding: 20px;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

/* Secciones */
.main-title {
  display: flex;
  margin-bottom: 30px;
}

.main-title h1 {
  line-height: 1;
  text-transform: uppercase;
}

.main-title img {
  width: 22px;
}

.section-title img {
  width: 25px;
}

/* Tabs programas */
.posgrado-tab-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.posgrado-tab-item {
  background: #eaeaea;
  color: #6d6d6d;
  cursor: pointer;
  font-family: "TelegrafUltraBold";
  margin: 0 10px 10px 0;
  padding: 15px;
}

.posgrado-tab-active,
.posgrado-tab-item:hover {
  background: #fdba30;
  color: #000000;
}

.posgrado-tab-background {
  background: #333333;
  margin-top: 48px;
  padding: 40px 0;
}

.posgrado-tab-name {
  font-size: 20px;
  font-family: "TelegrafUltraBold";
}

.posgrado-tab-name,
.posgrado-tab-description {
  color: #fff;
}

.posgrado-tab-list {
  background: #fff;
  padding: 20px 20px 20px 10px;
}

.posgrado-tab-list ul li {
  margin-bottom: 5px;
}

.posgrado-tab-list ul li a {
  color: #000;
}

/* Plana docente */
.teaching-staff {
  background: #f6f6f6;
  border-radius: 8px;
  margin: 0 10px;
  padding: 15px;
}

.teaching-staff img {
  border-radius: 6px;
}

.docentes-posgrado-slider .slick-prev,
.docentes-posgrado-slider .slick-next {
  background: #000;
  border-radius: 50px;
  padding: 10px;
  height: 50px;
  width: 50px;
  bottom: -70px;
  top: unset;
  z-index: 9;
}

.docentes-posgrado-slider .slick-next {
  right: 30%;
}

.docentes-posgrado-slider .slick-prev {
  left: 30%;
}

.docentes-posgrado-slider .slick-prev:before {
  content: url("../imagenes/arrow-black-prev.svg");
  opacity: 1;
}

.docentes-posgrado-slider .slick-next:before {
  content: url("../imagenes/arrow-black-next.svg");
  opacity: 1;
}

.docentes-posgrado-slider .slick-next:focus,
.docentes-posgrado-slider .slick-next:hover,
.docentes-posgrado-slider .slick-prev:focus,
.docentes-posgrado-slider .slick-prev:hover {
  background: #333333;
  opacity: 0.75;
}

.docentes-posgrado-slider .slick-next.slick-disabled:before,
.docentes-posgrado-slider .slick-prev.slick-disabled:before {
  opacity: .50;
}

/* Facilidades de pago*/
.payment-facilities {
  border-radius: 4px;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 20%);
  height: 100%;
  padding: 20px;
  border-top: 4px solid #fdba30;
}

/* Calidad academica */
.academic-quality {
  border-radius: 4px;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 20%);
  height: 100%;
  padding: 20px;
  border-left: 4px solid #fdba30;
}

/* Page docente */
.btn-search-teacher {
  background: #333333;
  border-radius: 0;
  color: #fff;
  font-family: "TelegrafUltraBold";
}

.btn-search-teacher:hover {
  color: #fff;
  opacity: 0.8;
}

.listado-docente .container {
  border-top: 1px solid #eaeaea;
}

.dictated-programs {
  color: #383838;
  font-family: "TelegrafUltraBold";
}

a.name-dictated-program:hover {
  border-bottom: 1px solid;
  text-decoration: none;
}

/* Blogs */
a.blog-card-container:hover {
  text-decoration: unset;
}

.blog-card {
  border-radius: 8px;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 20%);
  padding: 16px;
  margin: 0 auto 24px;
}

.blog-card-img img {
  border-radius: 4px;
}

.blog-card-body figure img {
  transition: transform 0.3s ease-in-out;
}

a:hover .blog-card-body figure img {
  transform: scale(1.1);
}

@media (min-width: 375px) {
  .docentes-posgrado-slider .slick-next {
    right: 34%;
  }

  .docentes-posgrado-slider .slick-prev {
    left: 34%;
  }
}

@media (min-width: 425px) {
  .blog-card {
    width: 378px;
  }

  .teaching-staff {
    margin: 0 auto;
    width: 375px;
  }
}

@media (min-width: 576px) {
  .main-title img {
    width: 24px;
  }

  .docentes-posgrado-slider .slick-next {
    right: 36%;
  }

  .docentes-posgrado-slider .slick-prev {
    left: 36%;
  }

  .section-title img {
    width: 30px;
  }
}

@media (min-width: 768px) {
  .main-title img {
    width: 26px;
  }

  .posgrado-tab-background {
    margin-top: 96px;
    min-height: 300px;
    padding: 50px 0;
  }

  .posgrado-tab-list {
    box-shadow: 0px 0px 8px rgb(0 0 0 / 25%);
    min-height: 300px;
    margin-top: -100px;
  }

  .teaching-staff {
    margin: 0 10px;
    min-height: 485px;
    width: auto;
  }

  .teaching-staff .description {
    min-height: 50px;
  }

  .docentes-posgrado-slider .slick-next {
    right: 40%;
  }

  .docentes-posgrado-slider .slick-prev {
    left: 40%;
  }

  .blog-card {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .banner-posgrado {
    height: 600px;
  }

  .owl-theme .owl-nav [class*=owl-] {
    padding: 20px 25px;
  }

  .docentes-posgrado-slider .slick-next {
    right: 44%;
  }

  .docentes-posgrado-slider .slick-prev {
    left: 44%;
  }

  .bg-desktop {
    background-image: url("../imagenes/bg-carreras.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 25%;
    height: 500px;
  }

  .main-title img {
    width: 28px;
  }

  .teaching-staff {
    min-height: 478px;
  }

  .curricular-structure-item {
    width: 280px;
  }

  .posgrado-tab-item span {
    font-size: 18px;
  }

  .posgrado-tab-background,
  .posgrado-tab-list {
    min-height: 350px;
  }

  .blog-card {
    height: 100%;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .node--type-posgrado-home main {
    padding-top: 92px;
  }

  .posgrado-tab-item {
    padding: 20px;
  }

  .main-title img {
    width: 34px;
  }

  .posgrado-tab-background {
    padding: 60px 0;
  }

  .posgrado-tab-list {
    padding: 30px 30px 30px 20px;
  }

  .teaching-staff {
    min-height: 470px;
  }
}

@media (min-width: 1440px) {
  .section-title img {
    width: 35px;
  }
}