/* 36px */
/* 18px */
/* 24px */
/* 16px */
/* 18px */
/* statuses */
/* header carreras y formaciones + otros detalles de la web */
/* locucion */
/* periodismo */
/* periodismo deportivo */
/* periodismo deportivo distancia */
/* produccion audiovisual */
/* periodismo y produccion de contenidos */
/* guion distancia */
/* comunicacion y marketing digital distancia */
/* esp. periodismo digital */
/* formacion integral en doblaje */
/* formacion integral en doblaje presencial */
/* formacion integral en doblaje distancia */
/* formacion en streaming y sonido */
/* formacion intensiva en guion distancia */
/* formacion en produccion virtual distancia */
.equipamiento-card .img-part {
  margin: 0px !important;
}

@media only screen and (max-width: 767px) {
  .equipamiento-card {
    height: auto !important;
  }
}
.equipamiento-card .external-pagination.splide__pagination {
  bottom: 0em;
}

.equipamiento-card .title {
  margin: 15px 0px 15px 0px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
  color: #FE6602 !important;
}

.equipamiento-card .description {
  margin: 0px 0px 0px 0px;
}

.equipamiento-card .gallery-img {
  position: relative;
}

.equipamiento-card .gallery-img:hover .gallery-hint {
  opacity: 1 !important;
}

.equipamiento-card .gallery-hint {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition: 0.3s;
}

.equipamiento-card .gallery-hint i {
  font-size: 35px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.equipamiento-card img {
  cursor: pointer;
}
