/**
 * @file
 * Subtheme specific CSS.
 */
#navbar-main {
    padding: 10px !important;
}

#navbar-top .content {
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin-right: 10px;
}


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');

body {
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 15px;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500;700&display=swap');

.titulo-mono {
    font-family: 'DM Mono', monospace;
    font-size: 36px !important;
    font-weight: 600px !important;
    letter-spacing: 6.1px;
}

.texto-mono {
    font-family: 'DM Mono', monospace;
    font-size: 12px !important;
    text-decoration: none;
}

li:not(.active) a.texto-mono {
    font-family: 'DM Mono', monospace;
    font-size: 12px !important;
    color: #F48075 !important;
    text-decoration: none;
    cursor: default;
}

@import url('https://fonts.googleapis.com/css2?family=Galano+Grotesque:wght@700&display=swap');

.titulo-boldy {
    font-family: 'Galano Grotesque', Arial, sans-serif;
    font-weight: 700;
}

h2.title,
h1.title {
    font-family: 'Galano Grotesque', Arial, sans-serif;
    font-weight: 700;
    font-size: 70px;
    color: #3A5E58;
    text-align: center;
}


.loyalty-level,
.dashboard-stats .card {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.loyalty-level p {
    color: #fff;
}

.dashboard-stats .card .card-icon {
    color: #fff;
}

.loyalty-level-header h2 {
    font-family: 'DM Mono', monospace;
    color: #F48075 !important;
    text-transform: uppercase;
}

.quick-actions-item {
    background-color: #3A5E58;
    color: #fff
}

.quick-actions-item p {
    color: #fff;
}

.quick-actions-item a {
    color: #F48075;
}

.reservas-recientes {
    background: transparent;
}

.reserva-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 8px;
    background: transparent;
}

/* Beneficios Section */
.beneficios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
}

.beneficio-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 24px;
    width: 100%;
    max-width: 350px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 5px solid #3A5E58;
    /* Primary Brand Color */
    display: flex;
    flex-direction: column;
    text-align: left;
}

.beneficio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.beneficio-card p {
    margin: 5px 0 !important;
    line-height: 1.5 !important;
    text-align: left !important;
}

.beneficio-card p:first-child {
    font-family: 'Galano Grotesque', Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #3A5E58;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

.beneficio-card strong {
    color: #F48075;
    /* Secondary Brand Color */
}


p.whatsapp {}