/* ===== ESTILOS PERSONALIZADOS ===== */
body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
.font-serif {
    font-family: 'Playfair Display', serif;
}

/* Swiper Customize */
.swiper-button-next,
.swiper-button-prev {
    color: #fec90a !important;
}

.swiper-pagination-bullet-active {
    background: #fec90a !important;
}

.swiper-slide-bg {
    background-size: cover;
    background-position: center;
}

.swiper-overlay {
    background: linear-gradient(to right, rgba(6, 28, 39, 0.95) 0%, rgba(6, 28, 39, 0.4) 100%);
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #fec90a;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #e5b509;
}

/* Smooth Navbar transition */
.nav-scrolled {
    background-color: rgba(6, 28, 39, 0.98);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* styles.css */
p {
    text-align: justify;
}