/* Custom styles for service images */
.service-img {
    max-width: 50%; /* Set the maximum width to 50% */
    height: auto;   /* Maintain the aspect ratio */
    display: block; /* Center alignment assistance */
    margin: 0 auto; /* Center the images */
  }

  .partners-slider {
    width: 100%;
    margin: 0 auto;
}

.partner-item {
    text-align: center;
    padding: 10px;
}

.partner-item img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.partner-item h5 {
    margin-top: 10px;
}
.whatsapp-icon {
    width: 24px; /* Adjust the size of the icon */
    height: 24px;
    margin-left: 10px;
    vertical-align: middle;
}

.whatsapp-link:hover .whatsapp-icon {
    opacity: 0.8; /* Add hover effect */
    transition: opacity 0.3s;
}
.customers-slider {
    width: 100%;
    margin: 0 auto;
}

.customer-item {
    text-align: center;
    padding: 10px;
}

.customer-item img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.customer-item h5 {
    margin-top: 10px;
}
.aspose .card {
  border: 1px solid #eef1f4;
  border-radius: 0.75rem;
  transition: transform .15s ease, box-shadow .15s ease;
}
.aspose .card-body {
  font-weight: 600;
  text-align: center;
  padding: 1rem 0.75rem;
}
.aspose .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
}

/* Mejora visual del acordeón en la sección Aspose */
#aspose .accordion-button { font-weight: 700; }
#aspose .accordion-button:not(.collapsed) { box-shadow: none; }
#aspose .accordion-body { padding-top: 1rem; }
#aspose .card { border: 1px solid #eef1f4; border-radius: 0.75rem; transition: transform .15s, box-shadow .15s; }
#aspose .card-body { font-weight: 600; text-align: center; padding: 1rem .75rem; }
#aspose .card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.06); }

