/* /Pages/Index.cshtml.rz.scp.css */
/* CSS for Index view */
/* src/App.css */
*[b-9z150743xf] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-9z150743xf] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    background-color: #fcf7f0;
    color: #2c1e12;
    overflow-x: hidden; /* Evita scroll horizontal */
}

.app-container[b-9z150743xf] {
    display: flex;
    min-height: 100vh;
}

/* ========== SIDEBAR ========== */
.sidebar[b-9z150743xf] {
    width: 220px;
    background: #2c1e12;
    color: #f3ebe1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2);
}

.sidebar-content[b-9z150743xf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
    height: 100%;
}

.logo-container[b-9z150743xf] {
    margin-bottom: 3rem;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .logo-container:hover[b-9z150743xf] {
        transform: scale(1.05);
    }

.logo-image[b-9z150743xf] {
    width: 120px;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.nav-menu[b-9z150743xf] {
    list-style: none;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .nav-menu li[b-9z150743xf] {
        width: 100%;
    }

.nav-link[b-9z150743xf] {
    width: 100%;
    padding: 0.75rem 1.5rem;
    background: transparent;
    border: none;
    color: #b48b6d;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px;
    letter-spacing: 0.5px;
    font-family: inherit;
}

    .nav-link:hover[b-9z150743xf] {
        background: rgba(180, 139, 109, 0.15);
        color: #f3ebe1;
    }

    .nav-link.active[b-9z150743xf] {
        background: #a5632c;
        color: #ffffff;
        box-shadow: 0 2px 8px rgba(165, 99, 44, 0.3);
    }

/* ========== MAIN CONTENT ========== */
.main-content[b-9z150743xf] {
    margin-left: 220px;
    flex: 1;
    min-height: 100vh;
}

/* ========== HERO SECTION ========== */
.hero-section[b-9z150743xf] {
    left: 220px;
    width: 100vw !important; /* 100% del ancho de la ventana */
    height: 100vh !important; /* 90% de la altura de la ventana */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.hero-center[b-9z150743xf] {
    max-width: 100%;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
/* Ajuste para evitar overflow horizontal */
.hero-section[b-9z150743xf] {
    max-width: 100%;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.hero-overlaytitle[b-9z150743xf] {
    inset: 0;
    background: rgba(44, 30, 18, 0.6);
    display: flex;
    /*  align-items: center;  */


    justify-content: center;
    padding: 1rem;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100;
}

.hero-overlaytext[b-9z150743xf] {
    inset: 0;
    /*  align-items: center;  */
    left: 70vh;
    padding: 1rem;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100;
}

.hero-overlay[b-9z150743xf] {
    inset: 0;
    background: rgba(44, 30, 18, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100;
}

.hero-content[b-9z150743xf] {
    max-width: 1200px;
    text-align: center;
    color: #ffffff;
    animation: fadeInUp-b-9z150743xf 1s ease;
    padding: 2rem;
}

.hero-title[b-9z150743xf] {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: rgb(170, 133, 6);
    font-family: Rye;
}

.hero-subtitle[b-9z150743xf] {
    font-size: 3.5rem;
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: burlywood;
    font-family: Rye;
}

.hero-description[b-9z150743xf] {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    padding: 2rem 3rem;
    border-radius: 16px;
    margin-top: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-descriptionstd[b-9z150743xf] {
    background: rgba(0, 0, 0, 0.0);
    padding: 2rem 3rem;
    border-radius: 16px;
    margin-top: 2rem border: 1px solid rgba(255, 255, 255, 0.0);
    font-size: 2rem;
}

.hero-description p[b-9z150743xf] {
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 300;
    letter-spacing: 0.3px;
    color: #ffffff;
}

@keyframes fadeInUp-b-9z150743xf {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========== SECCIONES ========== */
.content-section[b-9z150743xf] {
    padding: 4rem 2rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.alt-bg[b-9z150743xf] {
    background: #f3ebe1;
}

.section-container[b-9z150743xf] {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

.section-title[b-9z150743xf] {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2c1e12;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}

    .section-title[b-9z150743xf]::after {
        content: '';
        display: block;
        width: 60px;
        height: 4px;
        background: #a5632c;
        margin: 0.5rem auto 0;
        border-radius: 2px;
    }

.section-subtitle[b-9z150743xf] {
    font-size: 1.4rem;
    color: #a5632c;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 500;
}

.section-text[b-9z150743xf] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #3f2c1c;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 2rem;
}

/* ========== PRODUCTO ========== */
.feature-grid[b-9z150743xf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.feature-card[b-9z150743xf] {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .feature-card:hover[b-9z150743xf] {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }

.feature-number[b-9z150743xf] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #a5632c;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 0.5rem;
}

.feature-title[b-9z150743xf] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c1e12;
    margin-bottom: 0.75rem;
}

.feature-text[b-9z150743xf] {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5a4030;
}

/* ========== PROCESO ========== */
.process-grid[b-9z150743xf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
}

.process-step[b-9z150743xf] {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
}

    .process-step:hover[b-9z150743xf] {
        transform: translateY(-4px);
    }

.process-number[b-9z150743xf] {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 900;
    color: #a5632c;
    opacity: 0.3;
    margin-bottom: 0.5rem;
}

.process-title[b-9z150743xf] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c1e12;
    margin-bottom: 0.75rem;
}

.process-text[b-9z150743xf] {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5a4030;
}

/* ========== INGREDIENTES ========== */
.ingredients-grid[b-9z150743xf] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    max-width: 700px;
    margin: 0 auto;
}

.ingredient-tag[b-9z150743xf] {
    background: #e8dccc;
    color: #2c1e12;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.95rem;
    border: 1px solid #d9c2ad;
    transition: all 0.3s ease;
}

    .ingredient-tag:hover[b-9z150743xf] {
        background: #a5632c;
        color: #ffffff;
        border-color: #a5632c;
        transform: scale(1.05);
    }

/* ========== CONTACTO ========== */
.contact-content[b-9z150743xf] {
    text-align: center;
}

.contact-buttons[b-9z150743xf] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.contact-btn[b-9z150743xf] {
    padding: 0.75rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: inherit;
}

    .contact-btn.whatsapp[b-9z150743xf] {
        background: #25D366;
        color: #ffffff;
    }

        .contact-btn.whatsapp:hover[b-9z150743xf] {
            background: #128C7E;
            transform: scale(1.05);
        }

    .contact-btn.email[b-9z150743xf] {
        background: #2c1e12;
        color: #ffffff;
    }

        .contact-btn.email:hover[b-9z150743xf] {
            background: #4a3222;
            transform: scale(1.05);
        }

.contact-info[b-9z150743xf] {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
    color: #3f2c1c;
    font-size: 1rem;
}

    .contact-info span[b-9z150743xf] {
        background: #ffffff;
        padding: 0.5rem 1.2rem;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }

/* ========== FOOTER ========== */
.footer[b-9z150743xf] {
    background: #1f140e;
    color: #b48b6d;
    padding: 2rem;
    text-align: center;
}

    .footer p[b-9z150743xf] {
        margin: 0.25rem 0;
    }

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .sidebar[b-9z150743xf] {
        width: 70px;
    }

    .logo-image[b-9z150743xf] {
        width: 50px;
    }

    .nav-link[b-9z150743xf] {
        padding: 0.6rem 0.5rem;
        font-size: 0.8rem;
        text-align: center;
    }

    .main-content[b-9z150743xf] {
        margin-left: 70px;
    }

    .hero-title[b-9z150743xf] {
        font-size: 2.2rem;
    }

    .hero-description[b-9z150743xf] {
        padding: 1.5rem;
    }

        .hero-description p[b-9z150743xf] {
            font-size: 1rem;
        }

    .section-title[b-9z150743xf] {
        font-size: 2rem;
    }

    .feature-grid[b-9z150743xf],
    .process-grid[b-9z150743xf] {
        grid-template-columns: 1fr;
    }

    .contact-info[b-9z150743xf] {
        flex-direction: column;
        gap: 0.75rem;
    }
}

@media (max-width: 480px) {
    .sidebar[b-9z150743xf] {
        width: 60px;
    }

    .logo-image[b-9z150743xf] {
        width: 40px;
    }

    .nav-link[b-9z150743xf] {
        font-size: 0.7rem;
        padding: 0.5rem 0.3rem;
    }

    .main-content[b-9z150743xf] {
        margin-left: 60px;
    }

    .hero-title[b-9z150743xf] {
        font-size: 1.8rem;
    }

    .hero-description p[b-9z150743xf] {
        font-size: 0.9rem;
    }

    .section-title[b-9z150743xf] {
        font-size: 1.6rem;
    }

    .content-section[b-9z150743xf] {
        padding: 2rem 1rem;
    }

    .top[b-9z150743xf] {
        top: 100px;
    }
}

#menu-lateral[b-9z150743xf] {
    position: fixed;
    top: 150px; /* Siempre a 150px del borde superior */
    right: 20px; /* Separación del borde derecho */
    width: 220px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
}

    #menu-lateral ul[b-9z150743xf] {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #menu-lateral li[b-9z150743xf] {
        margin-bottom: 8px;
    }

    #menu-lateral a[b-9z150743xf] {
        display: block;
        text-decoration: none;
        color: #333;
        padding: 6px;
    }

        #menu-lateral a:hover[b-9z150743xf] {
            background: #f5f5f5;
        }


html[b-9z150743xf] {
    scroll-behavior: smooth;
}

#menu-flotante[b-9z150743xf] {
    position: fixed;
    top: 150px;
    right: 20px;
    width: 220px;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,.15);
    z-index: 9999;
}

    #menu-flotante ul[b-9z150743xf] {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #menu-flotante li[b-9z150743xf] {
        margin-bottom: 6px;
    }

    #menu-flotante a[b-9z150743xf] {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #444;
        border-radius: 6px;
        transition: all .2s;
    }

        #menu-flotante a:hover[b-9z150743xf] {
            background: #f2f2f2;
        }

        #menu-flotante a.activo[b-9z150743xf] {
            background: #007bff;
            color: #fff;
        }

/* Solo para el ejemplo */
section[b-9z150743xf] {
    min-height: 700px;
    padding: 40px;
    border-bottom: 1px solid #ddd;
}

.floating-menu[b-9z150743xf] {
    position: fixed;
    top: 100;
    left: 70vh;
    transform: translateY(0%);
    z-index: 9999;
    display:;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    text-spacing: 10px;
}

    .floating-menu .btn[b-9z150743xf] {
        padding: 10px;
        text-spacing: 10px;
        min-width: 140px;
        border-radius: 5px;
        box-shadow: 0 4px 10px rgba(0,0,0,.2);
    }
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-4mbfra7317] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-4mbfra7317] {
  color: #0077cc;
}

.btn-primary[b-4mbfra7317] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-4mbfra7317], .nav-pills .show > .nav-link[b-4mbfra7317] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-4mbfra7317] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-4mbfra7317] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-4mbfra7317] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-4mbfra7317] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-4mbfra7317] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
