/* colors */
.bg-red-UPC {
    background-color: rgba(229, 10, 23, 1) !important;
  }
  
  .bg-purple-UPC {
    background-color: rgba(53, 21, 140, 1) !important;
  }
  
  .bg-yellow-UPC {
    background-color: rgba(255, 255, 120, 1) !important;
  }
  .bg-sky-blue-UPC{
    background-color: rgb(0, 176, 240);
  }
  
  .text-red-UPC {
    color: rgba(229, 10, 23, 1) !important;
  }
  
  .text-purple-UPC {
    color: rgba(75, 36, 180, 1) !important;
  }
  
  .text-yellow-UPC {
    color: rgba(255, 255, 120, 1) !important;
  }
  .text-sky-blue-UPC{
    color: rgb(0, 176, 240);;
  }

/*  */
h2.title{
  color: rgba(229, 10, 23, 1) !important;
  border-left: 6px solid rgba(229, 10, 23, 1) !important;
  padding-left: 20px;
}


/*  */
.card {
  width: 253px !important;
}
.card-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  border: 1px solid white;
  box-shadow:  0 0 #0000, 0 0 #0000,  0 0 #0000, 0 0 #0000,0 25px 40px -12px #00000040;
  background-color: white;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  min-height: 230px;
  margin-top: 32px;
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 50px;
  width: 295px;
}

.card-item h3 {
  margin-top: 1rem;
  font-size: 18px;
  font-weight: bold;
  color: rgba(229, 10, 23, 1);
}

.card-item .card-img {
  margin-top: -3rem;
  background-color: #ffffff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  align-self: center;
  margin-left: 35%;
}

.card-item p {
  font-size: 15px;
  max-width: 220px;
  margin: 0 auto;
}

.card-item .color-red {
  color: rgba(229, 10, 23, 1);
}

.card-item small {
  margin: 0;
  padding: 0;
  line-height: 12px;
  display: block;
}

@media (min-width: 768px) {
  .carousel-admision-24  .slick-list.draggable {
    padding-left: 25px !important;
    }
}

/*  */
.border-purple, .border-sky-blue{
  border: 1px solid rgba(75, 36, 180, 1);
  border-bottom-right-radius: 20px;
}
.border-bottom-purple, .border-bottom-sky-blue{
  border-bottom: 2px solid rgba(75, 36, 180, 1);
  padding-bottom: 5px;
  display: inline;
}
.border-sky-blue{
  border: 1px solid rgb(0, 176, 240);;
}
.border-bottom-sky-blue{
  border-bottom: 2px solid rgb(0, 176, 240);;
}
.size-17{
  font-size: 17px;
}
.size-15{
  font-size: 15.5px;
  line-height: 20px;
}
/*  */
.section-becas .slider-becas-admision p.small-becas{
  font-size: 12.5px;
  line-height: 13.5px;
}
/*  */

/* flechas admision upc */
.carousel-admision {
  position: relative; /* Necesario para que las flechas se ubiquen dentro */
  overflow: hidden; /* Previene desbordamientos */
}

.carousel-admision .position-relative, .position-relative{
  position: relative;
}
.carousel-admision{
  position: absolute;
  top: 45%;
  width: 12px;
}
@media (min-width:992px) {
  .carousel-admision{
    top: 40%;
  }
}
.carousel-admision{
  right: 24px;
  transform: translateY(-50%) scaleX(-1);
}
.carousel-admision{
  left: 14px;
}

/*  */

.section-beneficio .position-relative, .section-becas .position-relative{
  position: relative;
}
.section-beneficio .arrow-slider, .section-becas .arrow-slider{
  position: absolute;
  top: 45%;
  width: 12px;
}
@media (min-width:992px) {
  .section-beneficio .arrow-slider, .section-becas .arrow-slider .arrow-slider{
    top: 40%;
  }
}
.section-beneficio .arrow-slider.arrow-right, .section-becas .arrow-slider.arrow-right{
  right: 14px;
  transform: scaleX(-1);
}
.section-beneficio .arrow-slider.arrow-left, .section-becas .arrow-slider.arrow-left{
  left: 14px;
}
.section-beneficio .mh-215{
  min-height: 215px !important;
}
@media (min-width:490px) {
  .section-beneficio .mh-sm-90{
    min-height: 90px !important;
  }
}
@media (min-width:768px) {
  .section-beneficio .mh-md-120{
    min-height: 120px !important;
  }
}
@media (min-width:1200px) {
  .section-beneficio .mh-xl{
    min-height: 230px !important;
  }
}
@media (min-width:1330px) {
  .section-beneficio .mh-xl{
    min-height: 200px !important;
  }
}
@media (min-width:1500px) {
  .section-beneficio .mh-xl{
    min-height: 170px !important;
  }
}
/*  */
.section-campus .card-title-new, .section-campus .card-title-new span{
  font-family: sgothic-bdcap;
  font-size: 1.5rem;
  line-height: 1.35;
  color: white;
}
.section-campus .card-title-new span{
  padding: 4px;
}

/* BOTON FIXED */
.fixed-btn-carreras{
  position: fixed;
  right: 40px !important;
  bottom: 1px !important
}
.fixed-btn-carreras .btn-admission-interna{
background: #E50A17 !important;
  padding: 10px 20px !important;
  font-size: 20px !important;
  border-radius: 0px !important;
  cursor: pointer;
}
/* END - BOTON FIXED */

@media (min-width: 768px) {
  .section-examen-admision h2.title {
    border-left: none !important;
    padding-left: initial;
  }
}

@media (min-width: 1360px) {
  .bg-admision-pregrado-prueba {
    min-height: 40rem !important;
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 70%;
    margin: 1.75rem auto;
  }
}

@media (min-width: 992px) {
  #form-admission {
    top: 20px !important;
  }
}

.video-content {
  text-align: center;
  width: auto;
}

.video-mob {
  display: none;
}

.card-play {
  top: 50%;
}

@media (max-width: 768px) {
  .video-desk {
    display: none;
  }

  .video-mob {
    display: block;
  }

  .card-play {
    top: 50%;
  }
}

@media (max-width: 768px) {
  .bg-admision-pregrado-prueba {
    position: relative;
    z-index: 999;
  }
}
.size-24{
  font-size: 24px;
  line-height: 1.2;
}