/* ============================================================
   TESTING PATCH - Estilos del nuevo cabezal y solapa BENEFICIOS
   Prefijo new- para evitar conflictos con estilos existentes
   ============================================================ */
body,
html {
    overflow-x: hidden !important;
}

.tab-content {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

/* ===== NAVBAR PRINCIPAL ===== */

header.site-navbar.new-header {
    background-color: #e52928 !important;
    padding: 0 !important;
    height: auto !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999 !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.new-header .container {
    max-width: 1200px;
    padding: 0.75rem 2rem;
}

.new-header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

/* ===== LOGO ===== */
.new-header .new-logo {
    flex-shrink: 0;
}

.new-header .new-logo a img {
    height: 40px;
    width: auto;
}

/* ===== BUSCADOR DESKTOP ===== */
.new-header .new-nav-search {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}

.new-header .new-nav-search > li {
    list-style: none;
}

.new-buscador {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 320px;
}

.new-buscador:focus-within {
    background-color: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15);
}

.new-buscador input[type="text"] {
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 0.55rem 1.25rem;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.02em;
    width: 100%;
    outline: none;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.new-buscador input[type="text"]::placeholder {
    color: rgb(255, 255, 255);
    font-weight: 400;
}

.new-buscador input[type="text"]:focus::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.new-buscador button {
    background: transparent;
    border: none;
    padding: 0.55rem 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
    border-radius: 0 50px 50px 0;
}

.new-buscador button:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.new-buscador button i.fa-search {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 15px !important;
}

/* ===== BUSCADOR MOBILE ===== */
#contenedor_buscador {
    display: none;
    position: fixed;
    left: 0;
    top: 62px;
    width: 100%;
    max-width: 100%;
    background: #e52928;
    margin-top: 0;
    padding: 10px 15px;
    z-index: 1000000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.new-buscador-mobile {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    overflow: hidden;
    width: 100%;
}

.new-buscador-mobile input[type="text"] {
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 0.6rem 1.25rem;
    font-size: 13px;
    width: 100%;
    outline: none;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.new-buscador-mobile input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.new-buscador-mobile button {
    background: transparent;
    border: none;
    padding: 0.6rem 1rem;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 0 50px 50px 0;
}

.new-buscador-mobile button:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.new-buscador-mobile button i.fa-search {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 16px !important;
}

/* ===== BOTONES MOBILE ===== */
.new-toggle-btn a i {
    color: #ffffff !important;
}

/* ===== SOLAPA FLOTANTE BENEFICIOS ===== */
.new-beneficios-tag {
    position: fixed;
    top: 9px;
    right: 0;
    background-color: #e52928;
    color: white;
    display: flex;
    align-items: stretch;
    z-index: 9999;
    font-weight: 600;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease;
}



.new-beneficios-icon {
    background-color: #ef7d7d;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 7px;
}

.new-beneficios-icon svg {
    width: 26px;
    height: 26px;
    fill: white;
}

.new-beneficios-tag span {
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    font-size: 1.15rem;
    letter-spacing: 0.05em;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

@media (max-width: 768px) {
    .new-beneficios-tag {
        top: 12px !important;
        z-index: 99999 !important;
    }

    .new-beneficios-icon {
        width: 35px;
        height: 35px;
    }

    .new-beneficios-icon svg {
        width: 20px;
        height: 20px;
    }

    .new-beneficios-tag span {
        padding: 0 1rem;
        font-size: 0.95rem;
    }
}

/* ===== AJUSTE CONTENIDO PRINCIPAL ===== */
.main-container {
    padding-top: 10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .new-header .container {
        padding: 1rem 2rem;
    }

    .new-header .new-logo a img {
        height: 30px;
    }

    .new-buscador {
        display: none !important;
    }
    #slider-celular {
        top: 44px !important;
    }
    #celular {
        margin-top: -14px !important;
    }
}

@media (min-width: 992px) {
    .new-toggle-btn {
        display: none !important;
    }

    #contenedor_buscador {
        display: none !important;
    }
}



/* ============================================================
   TESTING PATCH - PARTE 2: Filtros de promos y sucursal
   Agregar al final de testing-patch.css
   ============================================================ */

/* ===== FILTROS DESKTOP (TABS > PILLS) ===== */



/* ===== MOBILE FILTERS ===== */

.new-mobile-filters {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 16px;
    margin-top: 8px;
}

.new-mobile-filters h1 {
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    color: #333 !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}

.new-mobile-filters select,
.new-select-styled {
    width: 100% !important;
    height: 42px !important;
    padding: 0 36px 0 14px !important;
    font-size: 13px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    color: #333;
    background-color: #fff;
    border: 1.5px solid #ddd !important;
    border-radius: 10px !important;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
}

.new-mobile-filters select:focus,
.new-select-styled:focus {
    border-color: #e52928 !important;
    box-shadow: 0 0 0 3px rgba(229, 41, 40, 0.1);
}

/* Sub-row inside mobile filters (dias) */
.new-mobile-filters .row {
    margin-top: 12px;
}

.new-mobile-filters .row h1 {
    font-size: 12px !important;
    margin-top: 6px !important;
}

/* ===== SUCURSAL BAR ===== */

.new-sucursal-bar {
    background: linear-gradient(135deg, #f8f8f8 0%, #f0f0f0 100%);
    border-radius: 12px;
    padding: 12px 24px;
    margin: 16px auto;
    max-width: 560px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    border: 1px solid #e8e8e8;
}

.new-sucursal-bar h1 {
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    color: #333 !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-top: 4px !important;
    margin-bottom: 0 !important;
}

.new-sucursal-bar select {
    width: 100% !important;
    height: 42px !important;
    padding: 0 36px 0 14px !important;
    font-size: 13px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    color: #333;
    background-color: #fff;
    border: 1.5px solid #ddd !important;
    border-radius: 10px !important;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
}

.new-sucursal-bar select:focus {
    border-color: #e52928 !important;
    box-shadow: 0 0 0 3px rgba(229, 41, 40, 0.1);
}

/* Filtro de dias dentro de sucursal bar */
.new-sucursal-bar #contenedor_dias,
.new-sucursal-bar #contenedor_dias_shopping {
    margin-top: 12px;
}

.new-sucursal-bar #contenedor_dias h1,
.new-sucursal-bar #contenedor_dias_shopping h1 {
    font-size: 13px !important;
}

/* ===== RESPONSIVE MOBILE ===== */
@media (max-width: 500px) {
    .new-sucursal-bar {
        margin: 12px 10px;
        padding: 14px 16px;
        border-radius: 10px;
    }

    .new-sucursal-bar .row .col-md-6 {
        margin-bottom: 8px;
    }

    .new-mobile-filters {
        margin: 0;
        border-radius: 0;
        padding: 14px 16px;
    }
    #celular {
        margin-top: -14px !important;
    }
}

@media (max-width: 991px) {
    .new-filters-bar {
        display: none !important;
    }
    #celular.mt-14 {
        margin-top: -14px !important;
    }
}

@media (min-width: 501px) {
    .new-mobile-filters {
        /* Already hidden by existing #celular display:none on desktop */
    }
}


/* ============================================================
   TESTING PATCH - PARTE 3: Mejoras en las promo cards
   Agregar al final de testing-patch.css
   ============================================================ */

/* ===== PROMO CARDS ===== */

.block-team-member-1.rounded {
    border: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
    background: #fff;
    border: 0 !important;
    border-radius: 0 0 10px 10px !important;
    transition: all 0.3s ease !important;
}


.block-team-member-1:hover {
    box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-1px) !important;
}

/* Cajita tipo promo - full width */
.cajita_tipo_promo {
    width: 100% !important;
    text-align: center !important;
    border-radius: 10px 10px 0 0 !important;
    padding: 12px 0px !important;
    line-height: 1.3 !important;
    top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 10px !important;
    font-weight: 600 !important;
}

#nav-tabContent,
.site-section {
    background: #5a5a5a !important;
}

#contenedor_localidades {
    margin-top: 30px !important;

}

.block-social-1 p  {
    font-size: 11px !important;
    color: #636363 !important;
    text-decoration: none !important;
    margin-bottom: 4px !important;
    background-color: #e7e7e7 !important;
    border-radius: 10rem !important;
    font-weight: 700 !important;
}

#slider-pc {
    padding-top: 52px !important;
    padding-bottom: 0px !important;
}


/* ===== Barra de iconos sticky debajo del header ===== */

#sticky-wrapper.sticky-wrapper {
    position: fixed !important;
    top: 68px !important;
    left: 0;
    width: 100%;
    z-index: 9998 !important;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Compensar el espacio que deja la barra al fijarse */
.main-container {
    padding-top: 78px;
}

/* Mobile: header más chico */
@media (max-width: 991px) {
    #sticky-wrapper.sticky-wrapper {
        top: 60px !important;
    }
}

/* FOOTER */

.footer-area {
    background-color: #45494c !important;
}

.footer-area .container,
#team-section .container,
header .container {
    max-width: 1320px !important;
}

.single-footer-widget h6 {
    color: #ffffff !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.2rem !important;
}

.single-footer-widget ol, ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.single-footer-widget input {
    line-height: 38px !important;
    border: none !important;
    background: #fff !important;
    font-weight: 300 !important;
    border-radius: 20px !important;
    color: #777 !important;
    padding-left: 20px !important;
    width: 100% !important;
}

#submitnews_btn {
    width: 100% !important;
    padding: 11px 0px !important;
    border-radius: 7px !important;
    font-size: 13px !important;
    background-color: #dc0619 !important;
    color: #fff !important;
    margin-top: -3px !important;
    border: 0 !important;
}

#boton-arrepentimiento {
    display: block  !important;
    background-color: #dc0619 !important;
    padding: 0px 10px !important;
    color: #fff !important;
    margin: 15px 0px !important;
    width: 100%  !important;
    border-radius: 2px !important;
}


.redes-pie-celular a img {
    width: 35px !important;
    margin-right: 5px !important;
}

.footer-nav li a {
    color: #b9b9b9 !important;
}

.footer-nav li a:hover {
    color: #FFF !important;
}

.redes-pie-celular {
    text-align: center !important;
}


/* CONTAINER FOTO */
.containerfoto img {
    max-height: 90px !important;
    width: auto !important;
}

/* ===== FILTROS DESKTOP - DUAL SELECT ===== */

.new-filters-bar {
    background: #f5f5f5;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 14px 20px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.new-filters-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    max-width: 1100px;   /* era 820px, ahora 3 selects */
    margin: 0 auto;
    padding: 0 16px;
}

.new-filter-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    max-width: 340px;    /* era 380px, ajustado para 3 */
}

.new-filter-label {
    font-size: 12px !important;
    font-weight: 700 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    color: #333 !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
    margin: 0;
}

/* Que el select ocupe el espacio restante */
.new-filters-bar .new-select-styled {
    flex: 1;
    min-width: 0;
}


/*
============================================================
RESPONSIVE: Para pantallas medianas (992px-1200px) donde
3 selects en fila pueden quedar apretados
============================================================
*/

@media (min-width: 992px) and (max-width: 1199px) {
    .new-filters-row {
        gap: 16px;
    }
    .new-filter-group {
        max-width: 300px;
    }
    .new-filter-label {
        font-size: 11px !important;
    }
}

.new-filter-label {
    font-size: 13px !important;
    font-weight: 700 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    color: #333 !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
    margin: 0;
}

/* Estilo del select (reutiliza .new-select-styled del mobile) */
.new-filters-bar .new-select-styled {
    flex: 1;
    min-width: 0;
}


/* ===== OCULTAR SUCURSAL BAR ORIGINAL EN DESKTOP ===== */

@media (min-width: 992px) {
    .new-sucursal-bar-mobile {
        display: none !important;
    }
}



