/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 28 2026 | 16:04:35 */
/**
 * ==================================================================================
 * █  LEUK WEBSITE 2026 - MODULO PROJECTOS (HOMEPAGE)
 * ==================================================================================
 * @description Estilização das setas de navegação.
 * ==================================================================================
 */

:root {
    --p-nav-size: 60px;
    --p-nav-icon: 28px;
    --p-nav-color: #ffffff;
}
@media (max-width: 767px) { :root { --p-nav-size: 40px; --p-nav-icon: 20px; } }

/* Setas */
.leuk-projectos-carousel .elementor-swiper-button {
    display: flex !important; align-items: center; justify-content: center;
    width: var(--p-nav-size) !important; height: var(--p-nav-size) !important;
    background: transparent !important; border: none !important;
    color: var(--p-nav-color) !important;
    top: 50% !important; transform: translateY(-50%) !important;
    z-index: 50 !important;
}
.leuk-projectos-carousel .elementor-swiper-button i {
    font-size: var(--p-nav-icon) !important; text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
.leuk-projectos-carousel .elementor-swiper-button:hover {
    transform: translateY(-50%) scale(1.1) !important;
}
.leuk-projectos-carousel .swiper-pagination { display: none !important; }
.leuk-projectos-carousel .elementor-widget-container { overflow: visible !important; }