.elementor-73 .elementor-element.elementor-element-1335c53{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-73 .elementor-element.elementor-element-c088261{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-73 .elementor-element.elementor-element-32416e3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-73 .elementor-element.elementor-element-4ffd44d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-73 .elementor-element.elementor-element-5a36a83{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-d4a9751 */:root {
    --rosa: #E9509E;
    --amarillo: #F0E900;
    --blanco: #FFFFFF;
}

.dedieli-hero-catalogo {
    background-color: var(--rosa);
    background-image: radial-gradient(var(--blanco) 0.8px, transparent 0.8px);
    background-size: 24px 24px;
    padding: 100px 5%;
    min-height: 70vh;
    display: flex;
    align-items: center;
    font-family: 'Fredoka One', sans-serif;
}

.hero-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.badge-tag {
    background: var(--blanco);
    color: var(--rosa);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.9rem;
    margin-bottom: 20px;
    display: inline-block;
}

.hero-info h1 {
    color: var(--blanco);
    font-size: clamp(3rem, 7vw, 5rem);
    line-height: 0.9;
    margin-bottom: 20px;
}

.text-yellow { color: var(--amarillo); }

.hero-info p {
    color: var(--blanco);
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    margin-bottom: 35px;
    opacity: 0.9;
}

.btn-main-scroll {
    background: var(--amarillo);
    color: var(--rosa) !important;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 900;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 8px 0px rgba(0,0,0,0.1);
}

.btn-main-scroll:hover {
    transform: translateY(-5px);
    background: var(--blanco);
}

.image-wrapper {
    position: relative;
    z-index: 1;
}

.image-wrapper img {
    width: 100%;
    border-radius: 30px;
    border: 10px solid var(--blanco);
    box-shadow: 20px 20px 0 var(--amarillo);
}

@media (max-width: 1024px) {
    .hero-wrapper { grid-template-columns: 1fr; text-align: center; }
    .hero-visual { max-width: 450px; margin: 40px auto 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f03b7e8 */:root {
    --rosa: #E9509E;
    --amarillo: #F0E900;
    --blanco: #FFFFFF;
}

.combos-full-section {
    padding: 60px 0;
    background-color: #fdfdfd;
    overflow: visible; /* Necesario para que el sticky funcione en móvil */
}

.section-intro {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 20px;
}

/* CONTENEDOR EXTERIOR QUE FUERZA EL CENTRADO (Sticky desactivado en PC) */
.sticky-outer-container {
    position: relative; /* Cambiado: Ya no es sticky por defecto */
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0;
    background: transparent; /* Fondo transparente en PC para que se vea limpio */
}

.price-.elementor-73 .elementor-element.elementor-element-f03b7e8 {
    display: inline-flex !important;
    background: #f0f0f0;
    padding: 6px;
    border-radius: 50px;
    margin: 0 auto; /* Centrado extra */
}

.price-btn {
    border: none;
    padding: 12px 25px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 800;
    transition: 0.3s all;
    background: transparent;
    color: #888;
    font-family: 'Montserrat', sans-serif;
}

.price-btn.active {
    background: var(--rosa) !important;
    color: var(--blanco) !important;
}

/* GRID DE COMBOS */
.combos-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

/* CORRECCIÓN DEL BADGE: Se añade position relative al item y a la imagen */
.combo-item {
    position: relative; /* Mantiene los badges dentro de su tarjeta */
    background: var(--blanco);
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid #eee;
    text-align: center;
}

.combo-info h3 { font-family: 'Fredoka One', sans-serif; color: var(--rosa); margin: 15px 0; }
.combo-info ul { list-style: none; padding: 0 20px; color: #666; font-size: 0.9rem; }
.current-price { font-size: 2rem; font-weight: 900; margin: 20px 0; color: #333; }

.combo-img {
    position: relative; /* Segunda capa de seguridad para el badge */
}

.combo-img img { width: 100%; height: 200px; object-fit: cover; display: block; }

.qty-tag {
    position: absolute;
    top: 15px; left: 15px;
    background: var(--rosa); color: white;
    padding: 5px 15px; border-radius: 50px; font-weight: 900; font-size: 0.8rem;
    z-index: 2; /* Asegura que no quede oculto detrás de la imagen */
}

.qty-tag.yellow { background: var(--amarillo); color: var(--rosa); }

/* CORRECCIÓN MOBILE Y ACTIVACIÓN DE STICKY */
@media (max-width: 767px) {
    .sticky-outer-container {
        position: -webkit-sticky;
        position: sticky; 
        top: 50px; /* Le damos espacio para que respete al Header */
        z-index: 9998; /* Un punto menos que el header para que no peleen */
        padding: 10px 0;
        background: rgba(253, 253, 253, 0.98); 
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c2cd5d9 */:root {
    --rosa: #E9509E;
    --amarillo: #F0E900;
    --blanco: #FFFFFF;
}

.bandejas-final-section {
    padding: 80px 5%;
    background-color: var(--blanco);
    font-family: 'Montserrat', sans-serif;
}

.section-title-wrapper {
    text-align: center;
    margin-bottom: 60px;
}

.top-tag {
    color: var(--rosa);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title-wrapper h2 {
    font-family: 'Fredoka One', sans-serif;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: #333;
    margin: 10px 0;
}

.pink-text { color: var(--rosa); }

.category-block {
    max-width: 1200px;
    margin: 0 auto 50px auto;
}

.category-header h3 {
    font-family: 'Fredoka One', sans-serif;
    color: var(--rosa);
    font-size: 1.8rem;
    border-bottom: 3px solid var(--amarillo);
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 30px;
}

/* GRID RESPONSIVE */
.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columnas en Desktop */
    gap: 20px;
}

/* TARJETA DE PRODUCTO */
.product-item {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding: 15px 25px;
    transition: 0.3s;
}

.product-item:hover {
    border-color: var(--rosa);
    box-shadow: 0 5px 15px rgba(233, 80, 158, 0.1);
}

.product-item img {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    object-fit: cover;
    margin-right: 20px;
}

.product-detail { flex-grow: 1; }

.product-detail h4 {
    margin: 0;
    font-size: 1.1rem;
    color: #333;
    font-weight: 800;
}

.product-detail small {
    color: #888;
    font-size: 0.85rem;
}

.product-val {
    font-weight: 900;
    color: var(--rosa);
    font-size: 1.2rem;
}

/* ESTILO ESPECIAL FIESTA */
.highlight-card {
    border: 2px dashed var(--amarillo);
    background: #fffdf2;
}

/* BREAKPOINTS */

/* TABLET (de 768px a 1023px) */
@media (max-width: 1023px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE (Menos de 767px) */
@media (max-width: 767px) {
    .products-grid {
        grid-template-columns: 1fr; /* 1 sola columna en móvil */
    }
    
    .product-item {
        padding: 12px 15px;
    }

    .product-item img {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    
    .product-detail h4 {
        font-size: 1rem;
    }
    
    .section-title-wrapper h2 {
        font-size: 2.2rem;
    }
}

/* LIMPIEZA DE AZULES */
.product-item, .product-detail h4, .product-val {
    color: inherit;
    text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-efb6284 */:root {
    --rosa: #E9509E;
    --amarillo: #F0E900;
    --blanco: #FFFFFF;
}

.menu-individual-section {
    padding: 80px 5%;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
}

.section-header-alt {
    text-align: center;
    margin-bottom: 50px;
}

.badge-yellow {
    background: var(--amarillo);
    color: var(--rosa);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 900;
    font-size: 0.8rem;
    display: inline-block;
    margin-bottom: 15px;
}

.section-header-alt h2 {
    font-family: 'Fredoka One', sans-serif;
    font-size: 3rem;
    color: #333;
}

.pink-text { color: var(--rosa); }

.menu-grid-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr; /* Columna de fritos más ancha */
    gap: 60px;
}

.column-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.icon-circle {
    background: var(--rosa);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.column-title h3 {
    font-family: 'Fredoka One', sans-serif;
    color: #333;
    font-size: 1.8rem;
    margin: 0;
}

.menu-items-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-item {
    display: flex;
    flex-direction: column;
}

.item-main {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.item-main h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #444;
    white-space: nowrap;
}

.dotted-line {
    flex-grow: 1;
    border-bottom: 2px dotted #ccc;
    height: 1px;
}

.price-val {
    font-weight: 900;
    color: var(--rosa);
    font-size: 1.2rem;
}

.item-sub {
    font-size: 0.85rem;
    color: #888;
    margin: 5px 0 0 0;
}

.highlight-item h4 {
    color: var(--rosa);
}

.promo-box {
    margin-top: 40px;
    background: var(--rosa);
    color: white;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    font-weight: 800;
    transform: rotate(-1deg);
}

/* RESPONSIVE */

/* TABLET */
@media (max-width: 1023px) {
    .menu-grid-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .item-main h4 {
        font-size: 0.95rem;
        white-space: normal; /* Permite que el texto baje si es muy largo */
    }
    
    .section-header-alt h2 {
        font-size: 2.2rem;
    }

    .column-title h3 {
        font-size: 1.5rem;
    }
}

/* CERO AZUL */
.single-item, .price-val, .item-main h4 {
    color: inherit;
    text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d4e0e7 */:root {
    --rosa: #E9509E;
    --amarillo: #F0E900;
    --blanco: #FFFFFF;
}

.comparativa-final-section { padding: 80px 20px; background: #fff; font-family: 'Montserrat', sans-serif; }
.section-title-center { text-align: center; margin-bottom: 50px; }
.section-title-center h2 { font-family: 'Fredoka One', sans-serif; font-size: 3rem; color: #333; }
.pink-text { color: var(--rosa); }
.badge-mini { color: var(--rosa); font-weight: 800; letter-spacing: 2px; }

/* --- VERSION ESCRITORIO --- */
.comp-desktop-view { display: block; }
.comp-mobile-view { display: none; }

.comp-wrapper-v1 {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.comp-box-v1 {
    flex: 1; background: #f9f9f9; padding: 40px; border-radius: 30px; text-align: center; border: 2px solid #eee;
}

.featured-comp { border: 3px solid var(--rosa); background: #fff; box-shadow: 0 10px 30px rgba(233, 80, 158, 0.1); }

.comp-icon { font-size: 3rem; margin-bottom: 15px; }
.state-label { display: inline-block; background: var(--rosa); color: white; padding: 5px 20px; border-radius: 50px; font-weight: 900; margin-bottom: 20px; }
.state-label.yellow { background: var(--amarillo); color: var(--rosa); }

.comp-list { list-style: none; padding: 0; text-align: left; }
.comp-list li { margin-bottom: 12px; font-size: 0.95rem; color: #555; }

.vs-circle {
    width: 50px; height: 50px; background: var(--amarillo); color: var(--rosa);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-family: 'Fredoka One', sans-serif; position: absolute; left: 50%; transform: translateX(-50%); z-index: 2;
}

/* --- VERSION MOVIL (AJUSTADA Y SEPARADA) --- */
@media (max-width: 767px) {
    .comp-desktop-view { display: none !important; }
    
    .comp-mobile-view { 
        display: block !important; 
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
    }

    .section-title-center h2 { font-size: 2.2rem; }

    /* Selector con display forzado */
    .price-.elementor-73 .elementor-element.elementor-element-7d4e0e7-mobile {
        display: flex !important; 
        background: #f0f0f0; 
        padding: 5px; 
        border-radius: 50px; 
        margin: 0 auto !important; 
        max-width: 320px; 
    }

    /* EL ESPACIADOR MÁGICO: Esto fuerza 40px de espacio vacío */
    .spacer-ux {
        display: block !important;
        width: 100%;
        height: 40px !important;
    }

    .tab-btn {
        flex: 1; 
        border: none; 
        padding: 12px; 
        border-radius: 50px; 
        font-weight: 800; 
        background: transparent; 
        color: #888;
        font-size: 0.8rem;
        transition: 0.3s;
    }

    .tab-btn.active { 
        background: var(--rosa) !important; 
        color: white !important; 
    }

    .mobile-card {
        display: none; 
        background: #fff; 
        border: 2px solid var(--rosa); 
        padding: 35px 25px; 
        border-radius: 25px;
        box-shadow: 0 10px 25px rgba(233, 80, 158, 0.05);
        animation: fadeIn 0.3s ease;
    }

    .mobile-card.active { display: block !important; }

    .comp-icon { font-size: 2.5rem; margin-bottom: 10px; }
    
    /* Limpieza de la lista en móvil */
    .comp-list-mobile { list-style: none; padding: 0; text-align: left; display: inline-block; }
    .comp-list-mobile li { margin-bottom: 10px; color: #444; font-weight: 500; font-size: 0.95rem; }
}/* End custom CSS */
/* Start custom CSS */html {
    scroll-behavior: smooth !important;
}/* End custom CSS */