/* .beca-pronabec h1 {
  font-family: "sgothic-bdcap";
  text-shadow: 0px 0px 4px black;
  font-size: 4rem;
  color: #fff;
  line-height: 1;
  padding-top: 120px;
} */

.beca-pronabec .border {
  width: 6.6875rem;
  height: 0.5rem;
  background-color: #d50000;
  border: none !important;
  margin: 10px 0;
}

.text-title {
  font-family: "zizou-slab-bold";
  font-size: 1.5rem;
  color: #d50000;
  line-height: 1.8rem;
} 

.title-section {
  color: #d50000;
  font-family: "zizou-slab-bold";
}

.btn-conoce {
  border: 2px solid #CB0000;
  font-family: "sgothic-bdcap";
  color: #D50000;
  margin: 28px 62px;
  font-size: 22px;
}

.height-card {
  min-height: 331px;
}

.number {
  color: #E0E0E0;
  font-family: "sgothic-bdcap";
  font-size: 74px;
  line-height: 1;
}

.text-beneficios {
  color: #000000;
  font-family: "sgothic-bdcap";
  margin: 0;
  line-height: 1;
  padding-top: 12px;
  font-size: 25px;

}

.card.card-absolute .card-body {
  position: absolute;
  bottom: 0;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card.card-absolute .card-title:before {
  content: " ";
  display: inline-block;
  width: 0.6rem;
  height: 1rem;
  background-color: #d50000;
}

.card.card-absolute .card-title {
  color: #fff;
  margin: 0;
  font-family: "sgothic-bdcap";
  font-size: 1.375rem;
}

/* carreras */

.content-facultades ul li, .content-facultades_en ul li {
  width: 100%;
  cursor: pointer;
}

ul>li:first-child {
  margin-left: 0;
}

.content-facultades ul, .content-facultades_en ul {
  background-color: #272626;
  color: white;
  list-style: none;
  margin-bottom: 0px;
  margin: 0rem;
  padding: 0rem;
}

.content-facultades ul li div:first-child, .content-facultades_en ul li div:first-child {
  padding: 10px 20px;
}

.content-facultades ul li div:first-child, .content-facultades_en ul li div:first-child {
  padding: 10px 20px;
}

.content-facultades ul li:hover, .content-facultades ul li .faculty-active, .content-facultades_en ul li:hover, .content-facultades_en ul li .faculty-active {
  background: #d50000;
  color: white;
}

.content-facultades ul li:hover, .content-facultades_en ul li:hover, .faculty-active {
  background: #FC2D2D;
  color: white;
}

.content-facultades span, .content-facultades_en span {
  font-family: 'zizou-slab-regular';
}

.content-facultades span, .content-facultades_en span {
  font-family: "zizou-slab-regular";
  font-size: 1rem;
}

.c-red {
  color: #d50000;
}

.block-faculty {
  box-shadow: 0px 3px 6px #0000004d;
  padding: 0.875rem;
  border-bottom: 6px solid #d50000;
}

#faculty a, #faculty_en a {
  color: #212529;
  line-height: 1.625rem;
}

#faculty a, #faculty_en a {
  font-size: 1.25rem;
}

#faculty i, #faculty_en i {
  font-size: 1.5rem;
  color: #d50000;
  font-weight: bold;
}

.description-facultad a {
  color: #575759;
}

.description-facultad .size18 {
  font-size: 18px;
}

#professional_careers, #professional_careers_en {
  box-shadow: 0px 3px 6px #0000004d;
  padding: 0.875rem;
}

.career-effect a {
  color: #575759;
  display: block;
}

.career-effect a:hover {
  color: #d50000;
  text-decoration: none;
}

.text-light-gray {
  color: #505050ba;
}

#professional_careers p, #professional_careers_en p {
  cursor: pointer;
}

.description-text-home p {
  font-size: 16px;
  font-family: 'zizou-slab-regular';
  margin-bottom: 5px;
}

.career-effect i {
  font-size: 1.5rem;
  font-weight: bold;
}

.career_detail, .career_detail_en {
  background: #ffffff;
  padding: 15px 20px;
}

.career_detail a, .career_detail_en a {
  color: #505050ba;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-family: 'zizou-slab-regular';
  padding-bottom: 10px;
}

.content-facultades .fa-angle-down:before, .content-facultades .fa-angle-up:before, .content-facultades_en .fa-angle-down:before, .content-facultades_en .fa-angle-up:before {
  font-size: 1.6rem;
}

/* alumnos becarios */

#slider-why-upc figure {
  margin-left: 5px;
  margin-right: 5px;
}

.relativo {
  position: relative;
}

#slider-why-upc .item img {
  width: 100%;
}

.video-play-home {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 38px 20px 18px 35px;
}

.video-play-home:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #f5f5f566;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-home:after {
  background: rgb(247, 247, 247, 0.75);
  border-radius: 50%;
  border: 1px solid #ffffff;
  content: "";
  display: block;
  height: 40px;
  left: 50%;
  position: absolute;
  transition: all 200ms;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 40px;
  z-index: 1;
}

.video-play-home span {
  border-left: 14px solid #626060;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: block;
  height: 0;
  margin-top: 4px;
  margin-left: 4px;
  position: relative;
  width: 0;
  z-index: 3;
}

.border-hover figcaption {
  margin-top: 1.43rem;
}

.fuente-ghoty, .family-gothy {
  font-family: 'sgothic-bdcap';
}

.container-slider-why .slick-arrow {
  position: absolute;
  top: 30%;
  z-index: 50;
  cursor: pointer;
}

.arrow-down-home, .arrow-down-interna {
  margin-top: 5rem;
  text-align: center;
}

.arrow-left-home {
  background: unset !important;
  border: none !important;
  left: -41px;
  margin-top: 0px;
  position: absolute;
  top: 40%;
}

.arrow-right-home {
  background: unset !important;
  border: none !important;
  /* right: 18px; */
  right: 34px;
  margin-top: 0px;
  position: absolute;
  top: 40%;
  cursor: pointer;
}

.border-hover figcaption {
  margin-top: 1.43rem;
}

.border-hover figure:hover img {
  border: 2px solid red;
}

.border-hover figure:hover h5 {
  color: red;
}

.fs{
  font-size: 1.25rem;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal-dialog {
  max-width: 100%;
  /* width: 90%; */
  margin: 30px auto;
}

.modal-content {
  border: none
}

/* por que upc */

.cuadro-slider {
  height: 100%;
  transition: all .23s ease;
  text-align: center;
  width: 100%;
  padding: 24px 26px;
  min-height: 300px;
}

#rtbs-ra .item.slick-slide {
  margin: 0 1rem;
}

.cuadro-slider img {
  margin: auto;
  width: 70px;
}

.cuadro-slider .img-upc {
  height: 72px;
}

.size--sub--title {
  font-size: 22px;
  line-height: 1;
  padding-top: 6px;
}

.cuadro-slider .flecha-roja-pa {
  width: 30px !important;
}

.cuadro-slider .flecha-roja-pa img {
  width: 14px !important;
}

.size-16-pa {
  font-size: 16px;
  padding-top: 15px;
  font-family: "zizou-slab-light" !important;
  line-height: 1;
}

.justify-texto {
  text-align: justify;
}


@media (min-width: 768px) {

  .text-title {
    font-size: 1.7rem;
  }

  .number {
  font-size: 92px;
  }
  
  .text-beneficios {
    padding-top: 12px;
    font-size: 36px;
  }

  /* carreras */

  .description-text-home p {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  
  /* alumnos becarios */
  .container-slider-admission, .container-slider-why {
    position: relative;
  }

  #slider-why-upc {
    width: 91%;
  }

  #slider-why-upc figure {
    margin-left: 0;
    margin-right: 15px;
  }

  .modal-dialog {
    margin-top: 12%;
    width: 70%;
  }

  .flecha-roja-pa img {
    width: 18px;
 }

 .slick-xs-ra .slick-list {
  padding-right: 9.7rem !important;
 }

}

@media (min-width: 992px) {
  .content-facultades ul, .content-facultades_en ul {
    margin-left: 0px;
    margin-right: 0px;
  }

  #rtbs-ra .item.slick-slide {
    width: 30rem;
  }

  .cuadro-slider {
    margin-right: 16px;
    min-height: 275px;
  }

}

/* titulo actual */
.box-title{
  background-image: url('https://upc-cdn.b-cdn.net/assets/images/institucional/admision/Imagen1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: fit-content;
  height: auto;
  }
  .box-title p {
    font-size: 26px;
  }
  .box-title h1 {
    font-size: 2rem;
  }
  .box-title span {
    background-color: #FFFF78;
    color: #4B24B4;
  }
  @media (min-width:768px) {
    .box-title{
      padding-left: 2.2rem !important;
    }
    .box-title p {
    font-size: 30px;
    line-height: 40px;
    }
    .box-title h1 {
      font-size: 2.2rem;
    }
  }
  @media (min-width:992px) {
    .box-title p {
      font-size: 32px;
      line-height: 45px;
    }
    .box-title h1 {
      font-size: 2.5rem;
    }
  }
  .bg-purple-UPC {
    background-color: rgb(75, 36, 180) !important;
  }
  @media (min-width:768px) {
    .size-32 {
        font-size: 32px !important
    }
  }
  /* fin */
  p.detalle {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0;
  }
  .color-redupc {
    color: #d50000;
  }
  .destino-box{
    border: 1px solid #ddd;
  }
  .destino-item{
    padding: 5px;
  }
  .destino-texto{
    padding: 30px;
  }
  ul.destino-lista{
    line-height: 1.3;
    margin-left: 15px;
  }
  .destino-imagen img{
    width: 100%;
  }
  @media (min-width: 768px) {
    .destino-imagen{
      width: 52%;
    }
    .destino-texto{
      width: 48%;
    }
    .destino-texto{
      padding: 20px 20px 20px 40px;
    }
    .destino-box, .destino-imagen, .destino-imagen img{
    height: 100%;
    }
  }
  span.bg-redupc{
    color: #fff;
    padding: 2px 10px;
    background-color: #d50000 !important;
    box-shadow: rgb(75, 36, 180) -4px 4px;
    margin-right: 12px;
    font-family: 'solano_gothic_mvb_stdBd';
    font-size: 26px;
  }
  .destino-carousel .slick-list{
    padding: 2rem 0 2rem 0 !important;
  }
  @media (min-width: 768px) {
    .bg-purple-UPC h2{
      font-size: 2.5rem;
    }
  }