/* #region Estilo de los enlaces de la barra de navegación */
.nav-link {
    color: rgb(0, 0, 0) !important;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #E5007D; /* Color rosado al pasar el mouse */
    text-decoration: none;
}

/* Estilo del botón "Pedidos Online" */
.navbar-nav .btn {
    background-color: black;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
}

/* Ajuste del espaciado entre los enlaces */
.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px; /* Espaciado entre los elementos */
}
/* #endregion */

/* ===== Fondo premium: sección Promos ===== */
.mocha-promos-wrap {
    display: flow-root;
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(229, 0, 125, 0.18) 0%, transparent 55%),
        linear-gradient(160deg, #1F0D18 0%, #3A1A2E 48%, #522338 100%);
    color: #F8F2F5;
    padding-top: 3rem;
    padding-bottom: 3.5rem;
}

.mocha-promos-wrap .page-title {
    padding-top: 0.5rem;
}

.mocha-promos-wrap .features-section {
    padding-top: 1.5rem;
}

.mocha-promos-wrap .page-title h1 {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 0.04em;
    font-size: calc(1.625rem + 4.5vw);
    line-height: 1.2;
}

.mocha-promos-wrap .page-title h1::after {
    content: '';
    display: block;
    width: 72px;
    height: 3px;
    margin: 1rem auto 1.25rem;
    background: linear-gradient(90deg, #F4A9C8, #E5007D);
    border-radius: 2px;
}

.mocha-promos-wrap .page-title p {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    text-align: center;
    color: #F4D4E4;
}

.page-title h1 {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    text-align: center;
}

.page-title p {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    text-align: center;
}

@media (max-width: 991.98px) {
    .mocha-promos-wrap .page-title h1 {
        font-size: 2.75rem !important;
    }
}

@media (max-width: 767.98px) {
    .mocha-promos-wrap .page-title h1 {
        font-size: 2rem !important;
        line-height: 1.15;
    }

    .mocha-promos-wrap .page-title p {
        font-size: 1rem;
        padding: 0 0.5rem;
    }

    .features-section .card-img-top {
        max-height: 220px;
    }

    .mocha-promos-wrap .features-section .card-body {
        padding: 1.1rem 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .mocha-promos-wrap .features-section .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575.98px) {
    .mocha-promos-wrap .page-title h1 {
        font-size: 1.65rem !important;
    }
}


/* Tamaño y estilo de las tarjetas de promociones */
.mocha-promos-wrap .features-section .card {
    margin-bottom: 30px;
    border: none;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mocha-promos-wrap .mocha-promo-card--sin-imagen::before {
    content: '';
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #F4A9C8, #E5007D);
    flex-shrink: 0;
}

.mocha-promos-wrap .mocha-promo-card--sin-imagen .card-body {
    padding-top: 1.5rem;
    min-height: 8rem;
    justify-content: center;
}

.mocha-promos-wrap .features-section .card-title {
    color: #2D1424;
}

.mocha-promos-wrap .features-section .card-text {
    color: #4A2A3A;
}

.features-section .card {
    margin-bottom: 30px;
    border: 2px solid black;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.mocha-promos-wrap .features-section .card-img-top {
    width: 100%;
    max-height: 320px;
    object-fit: contain;
    object-position: center;
    background: linear-gradient(180deg, #FFF8FB 0%, #FFFFFF 100%);
}

.features-section .card-img-top {
    width: 100%;
    max-height: 320px;
    object-fit: contain;
    object-position: center;
    background-color: #f8f8f8;
}

.features-section .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.25rem 1.25rem;
}

.features-section .card-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.features-section .card-text {
    font-size: 1rem;
    line-height: 1.5;
}

/* Mantener el efecto hover */
.mocha-promos-wrap .features-section .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(229, 0, 125, 0.15);
}

.features-section .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* #endregion */

/* #region footer */
.social-link {
    margin: 0 8px;
    color: #333;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #007bff; /* Cambia a un color de hover */
}

footer p {
    font-size: 20px;
    color: #666;
}

footer svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
/* O solo a un elemento específico */
.footer-text {
    font-family: 'Itim', cursive;
}
/* #endregion */

