/* ==========================================================================
   Sector Carousel Component — Swiper-based
   ========================================================================== */

.pf-redes-carousel-section { margin-bottom: 24px; }
.pf-redes-carousel__title { color: var(--pf-redes-primary); text-transform: uppercase; font-size: 16px; border-bottom: 2px solid var(--pf-redes-primary); padding-bottom: 8px; margin-bottom: 16px; }
.pf-redes-carousel .swiper-slide { width: auto; }
.pf-redes-carousel .swiper-button-prev,
.pf-redes-carousel .swiper-button-next { color: var(--pf-redes-primary); background: rgba(255,255,255,0.8); border-radius: 50%; width: 36px; height: 36px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
.pf-redes-carousel .swiper-button-prev::after,
.pf-redes-carousel .swiper-button-next::after { font-size: 16px; }
