/*========================

        SERVICIOS

=========================*/

.services {
  background: #ffffff;
}

.service-card {
  background: #fff;

  border-radius: 20px;

  padding: 45px 30px;

  text-align: center;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);

  transition: 0.35s;

  height: 100%;
}

.service-card:hover {
  transform: translateY(-12px);
}

.service-card i {
  width: 90px;

  height: 90px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: auto;

  margin-bottom: 25px;

  border-radius: 50%;

  background: var(--primary);

  color: #fff;

  font-size: 34px;
}

.service-card h4 {
  font-weight: 600;

  margin-bottom: 18px;
}

.service-card p {
  color: var(--gray);

  line-height: 1.8;
}

.swiper {
  padding-bottom: 60px;
}

.swiper-pagination-bullet {
  background: var(--primary);
}
