/* ===== FIX DEFINITIVO ICONOS ===== */

/* Wrapper para iconos en cards */
.icon-wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
}

.icon-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  display: block !important;
  filter: none !important;
  box-shadow: none !important;
}

/* Carousel iconos */
.carousel-item img {
  width: 70px !important;
  height: 70px !important;
  object-fit: contain !important;
  background: transparent !important;
  display: block !important;
  margin: 0 auto !important;
}

/* Cards especialidad - forzar transparent */
.especialidad-card img {
  background: transparent !important;
  background-color: transparent !important;
}

.card img {
  background: transparent !important;
}
