
/* Scoped styles for Carrusel de Logos slider (no globals) */
#ex-logos .owl-carousel .item img{display:block;width:100%;height:auto}
#ex-logos .hero-wrapper{position:relative}
#ex-logos .hero-caption{position:absolute;left:0;right:0;bottom:10%;text-align:center;padding:1rem 1.25rem;
  font-weight:600;text-shadow:0 2px 8px rgba(0,0,0,.35);color:#fff}

/* Hide arrows by default */
#ex-logos .owl-nav{display:none}

/* Dots inside bottom */
#ex-logos .owl-dots{position:absolute;left:0;right:0;bottom:12px}
#ex-logos .owl-dots .owl-dot span{width:10px;height:10px}


/* --- Zoom overlay (click-to-enlarge) --- */
#ex-logos .zoom-overlay{
  position: fixed; inset: 0; background: rgba(0,0,0,.75);
  display: none; align-items: center; justify-content: center;
  z-index: 9999; cursor: zoom-out;
}
#ex-logos .zoom-overlay.active{ display: flex; }
#ex-logos .zoom-overlay img{
  max-width: 92vw; max-height: 90vh;
  box-shadow: 0 10px 30px rgba(0,0,0,.5);
  border-radius: 12px;
  transition: transform .2s ease;
}
