/* ========================================
  Swiper
======================================== */
/* Limpieza más servicios */
.cleaningService-pagination { bottom: 0 !important;}

/* Mantenimiento más servicios */
.maintenanceService-pagination { bottom: 0 !important;}

/* Control de plagas más servicios */
.pestControlService-pagination { bottom: 0 !important;}

/* Trabajos en altas técnicas */
.swiperImg:hover img {
  transform: scale(0.9);
}

/* Cursos de capacitación */
.swiperIcon:hover img {
  /*transform: scale(1.3);*/
  /*transform: rotate(180deg);*/
  transform: matrix(1.3, 0, 0, 1.3, 0, 15);
}

/* Carrusel serivicio profesional y de calidad */
.quality-pagination {
  width: 40% !important;
  bottom: 50px !important;
}

@media (max-width: 767.98px) {

  /* Carrusel serivicio profesional y de calidad */
  .quality-pagination {
    width: 100% !important;
    bottom: 360px !important;
  }

}

@media (max-width: 575.98px) {

  /* Carrusel serivicio profesional y de calidad */
  .quality-pagination { bottom: 380px !important; }

}
