:root {
    --cremita: #fffaf2;
    --rosa-claro: #f1c8cb;
    --rosa-oscuro: #f6b0bb;
    --verde-claro: #9cad8c;
    --verde-oscuro: #7e8c69;
}

/* NavBar */
.navbar-brand {
    margin-right: 0px;
}

.perfil {
    font-size: 26px;
    color: black;
}

.navbar-toggler {
    border: 3px solid black;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Banner */
.banner {
    height: 90vh;
    width: 100%;
}

.bannerMovil {
    display: none;
}

/* Menu*/
#menu {
    padding: 80px 0;
}

#menu .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

#menu .section-subtitle {
    color: #6c757d;
    margin-bottom: 3rem;
}

.category-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #6c757d;
    margin-bottom: 1.2rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid black;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.55rem 0;
    border-bottom: 1px dashed #e9ecef;
}

.menu-item:last-child {
    border-bottom: none;
}

.menu-item-name {
    font-weight: 600;
    font-size: 0.95rem;
}

.menu-item-desc {
    font-size: 0.8rem;
    color: #6c757d;
}

.menu-item-price {
    font-weight: 700;
    font-size: 0.95rem;
    white-space: nowrap;
    margin-left: 1rem;
}

.menu-logo {
    width: 20px;
    height: 20px;
}

/* Especial Ágape */
.especial-agape-card {
    border-radius: 1rem;
    overflow: hidden;
    border: 1.5px solid #e9ecef;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.especial-img-wrapper {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.especial-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.especial-agape-card:hover .especial-img {
    transform: scale(1.04);
}

.especial-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #1a1008;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 999px;
}

.especial-body {
    padding: 1.4rem 1.5rem 1.6rem;
}

.especial-title {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.especial-price {
    font-size: 1.15rem;
    font-weight: 800;
    white-space: nowrap;
    margin-left: 1rem;
}

.especial-desc {
    font-size: 0.88rem;
    color: #495057;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.especial-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.especial-tag {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f8f5f0;
    color: #495057;
    border: 1px solid #e9ecef;
}

/* Calificaciones */
#calificaciones {
    padding: 80px 0;
    background-color: #f8f5f0;
}

#calificaciones .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

#calificaciones .section-subtitle {
    color: #6c757d;
    margin-bottom: 3rem;
}

.review-card {
    border: none;
    border-radius: 1rem;
    padding: 1.5rem;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    background: #fff;
}

.review-avatar-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    border: 3px solid #dee2e6;
    flex-shrink: 0;
}

.review-name {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.review-date {
    font-size: 0.78rem;
    color: #adb5bd;
}

.review-text {
    font-size: 0.9rem;
    color: #495057;
    line-height: 1.6;
    margin: 1rem 0;
}

.stars {
    color: #ffc107;
    font-size: 1rem;
    letter-spacing: 2px;
}

.review-form-card {
    border: none;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    background: #fff;
}

.review-form-card h5 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    gap: 4px;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.star-rating input {
    display: none;
}

.star-rating label {
    font-size: 2rem;
    color: #dee2e6;
    cursor: pointer;
    transition: color 0.15s;
}

.star-rating input:checked~label,
.star-rating label:hover,
.star-rating label:hover~label {
    color: #ffc107;
}

/* Sobre Nosotros */
#sobre-nosotros {
    padding: 80px 0;
}

#sobre-nosotros .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

#sobre-nosotros .section-subtitle {
    color: #6c757d;
    margin-bottom: 3rem;
}

#sobre-nosotros .lead {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #343a40;
}

#sobre-nosotros p {
    line-height: 1.8;
    color: #495057;
}

.valor-card {
    border: none;
    border-radius: 1rem;
    padding: 1.5rem 1.25rem;
    background: #f8f5f0;
    height: 100%;
}

.valor-icon {
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
}

.valor-card h6 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.valor-card p {
    font-size: 0.88rem;
    margin-bottom: 0;
    color: var(--rosa-claro);
}

/* Footer */
.footer {
    background-color: var(--rosa-oscuro);
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.15);
}

.logo-footer {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.navbar-brand-footer {
    font-family: "Berkshire Swash", serif;
    font-size: 28px;
    letter-spacing: 4px;
    word-spacing: 4px;
    color: black;
}

@media (min-width: 992px) {

    .navbar .container-fluid {
        position: relative;
    }

    .navbar-brand {
        position: absolute;
        left: 49.5%;
        transform: translateX(-50%);
    }

}

@media (max-width: 320px) {
    .navbar-brand {
        font-size: 24px !important;
        letter-spacing: 2px !important;
    }
}

@media (max-width: 376px) {
    .banner {
        display: none;
    }

    .bannerMovil {
        display: block;
        height: 86vh;
        width: 100%;
    }
}