body {
    font-family: Arial, sans-serif;
    padding-top: 80px;
}

/* HERO */
.hero {
    height: 80vh;
    background: url('../img/hero.png') right center / cover no-repeat;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
}

.overlay {
    background: rgba(0,0,0,0.5);
    width: 100%;
    padding: 40px;
}

/* SECCIONES */
.section {
    padding: 60px 0;
}

.section-light {
    background: #f8f9fa;
}

.section-white {
    background: #ffffff;
}

.section-tag {
    font-size: 0.9rem;
    color: #d4a373;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 3.5rem !important;
    font-weight: 400 !important;
    color: #1f2a44 !important;
    letter-spacing: 1px;
}

/* TARJETAS */
.card-custom {
    border: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* FOOTER */
footer {
    background: #222;
    color: white;
    padding: 20px;
}

/* NAV BAR*/
.navbar {
    padding: 15px 0;
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #1f2a44;
}

.nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 1px;
    color: #333;
    margin-left: 20px;
    font-weight: 500;
}

.nav-link:hover {
    color: #d4a373;
}
