#header{
    display: none;
}
.u-custom-product-container img{
   border-radius: 14px; 
}
.container{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
#wrapper{
    padding-top: 0;
    margin-bottom: 0;
}
#wrapper > .container:first-of-type > .row:first-of-type {
  margin-right: 0;
  margin-left: 0;
}
.container-cabecera{
    max-width: 1760px;
    width: 100%;
    display: flex;
    padding: 120px 0;
    margin: auto;
    border-radius: 30px;
    background: url("/modules/u_custompageproduct/assets/img/cabecera.jpg") center center no-repeat;
    background-size: cover;
}
.container-cabecera .container-2 .container-items-cabecera{
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 747px;
}
.item-cabecera.items-3 div{
    display: flex;
    align-items: center;
    gap: 8px;
}
.container-cabecera-semana-santa{
    max-width: 1760px;
    width: 100%;
    display: flex;
    padding: 120px 0;
    margin: auto;
    border-radius: 30px;
    background: url("/modules/u_custompageproduct/assets/img/solidario-semana-santa/concierto-header.jpg") center center no-repeat;
    background-size: cover;
}
.container-cabecera-semana-santa .container-2 .container-items-cabecera{
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 747px;
}
.container-cabecera-festin-seda{
    max-width: 1760px;
    width: 100%;
    display: flex;
    padding: 120px 0;
    margin: auto;
    border-radius: 30px;
    background: url("/modules/u_custompageproduct/assets/img/festin-rutas-seda-hero.jpg") center center no-repeat;
    background-size: cover;
}
.container-cabecera-festin-seda .container-2 .container-items-cabecera{
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 800px;
}
.container-cabecera-festin-juanes{
    max-width: 1760px;
    width: 100%;
    display: flex;
    padding: 120px 0;
    margin: auto;
    border-radius: 30px;
    background: url("/modules/u_custompageproduct/assets/img/festin-juanes/festin-santos-juanes-hero.jpg") center center no-repeat;
    background-size: cover;
}
.container-cabecera-festin-juanes .container-2 .container-items-cabecera{
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 900px;
}
.container-cabecera-peregrinacion-roma{
    max-width: 1760px;
    width: 100%;
    display: flex;
    padding: 120px 0;
    margin: auto;
    border-radius: 30px;
    background: url("/modules/u_custompageproduct/assets/img/roma/img-cabecera-roma.jpg") center center no-repeat;
    background-size: cover;
}
.container-cabecera-peregrinacion-roma .container-2 .container-items-cabecera{
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 900px;
}
.title-cabecera{
    color: #FFF;
    font-size: 19.37px;
    font-weight: 300;
    letter-spacing: 3.874px;
}
.logo-festin{
    max-width: 260px !important;
    height: auto;
    margin-top: 30px;
    border-radius: 0 !important;
}.primera .img-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.ticket-card .price-touchspin {
    display: flex;
    gap: 16px;
    align-items: center;
    border-radius: 40px;
    border: 1px solid #000;
    padding: 6px;
}
.ticket-card .price-touchspin input {
    overflow: hidden !important;
    border: none;
    text-align: center;
}
/* Imagen principal */
.primera .img-principal {
    width: 100%;
    height: auto;
    display: block;
}

/* Overlay oscuro */
.primera .img-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.20);
}

/* Logo centrado */
.primera .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    max-width: 400px;
    width: 50%;
    z-index: 2;
}

.listtype-disc{
    list-style: disc;
    padding-left: 25px;
}
.listtype-disc li{
    margin-bottom: 4px;
}
.h1-container{
   color: #FFF;
    font-size: 55.37px;
    font-weight: 600;
    line-height: 63px; /* 113.78% */
    letter-spacing: -1.661px; 
}
.p-text-cabecera{
    color: #FFF;
    font-size: 26px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.78px;
    margin-bottom: 0;
    margin-top: 15px;
}
.card-block{
    padding: 0;
}
.js-content-wrapper.col-xs-12{
    padding-left: 0;
    padding-right: 0;
}
.container-concierto{
    max-width: 1760px;
    width: 100%;
    margin: auto;
}
.container-2{
    max-width: 1482px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}
.container-product{
    border-radius: 24px;
    padding-top: 93px;
    padding-bottom: 69px;
    border: 1px solid #D9D9D9;
}
.container-grey{
    background: #F5F5F5;
}

.btn-buy{
    color: white;
    font-size: 18px; 
    font-weight: 400;
    padding: 20px 32px;
    border-radius: 200px;
    border-color: #890A40;
    background: #890A40;
    cursor: pointer;
    margin-right: 12px;
}
.btn-buy-f{
    color: #890A40;
    font-size: 18px; 
    font-weight: 400;
    padding: 20px 32px;
    border-radius: 200px;
    border-color: #890A40;
    background: white;
    cursor: pointer;
}

.item-cabecera.items-3{
    border-radius: 10px;
    height: 70px;
    align-items: center;
    padding: 0 25px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.22);
    display: flex;
    gap: 29px;
    width: max-content;
}
.item-cabecera.items-3 span{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
}
.u-custom-product-container .p-text-cabecera{
    color: #FFF;
font-size: 26px;
font-weight: 400;
line-height: 21px;
letter-spacing: -0.78px;
}
.mt-135{
    margin-top: 135px;
}
.mb-134{
    margin-bottom: 134px;
}
.mb-87{
    margin-bottom: 135px;
}
.pt-91{
    padding-top: 91px;
}
.pb-90{
    padding-bottom: 90px;
}
.h2-concierto{
    color: #030305;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -1.14px;
}
.mb-35{
    margin-bottom: 35px;
}
.galeria, .galeria2 {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
    overflow: hidden;
}

.galeria img, .galeria2 img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

    opacity: 0;
    transition: opacity 0.7s ease-in-out;
}

/* Imagen visible */
.galeria img.active, .galeria2 img.active  {
    opacity: 1;
}

.u-custom-product-container p{
    color: #000;
font-size: 18px;
font-weight: 300;
line-height: 27px; /* 150% */
letter-spacing: -0.54px;
}
.u-custom-product-container ul{
    color: #000;
font-size: 16px;
font-weight: 300;
line-height: 27px; /* 150% */
letter-spacing: -0.54px;
}
.u-custom-product-container p strong{
font-weight: 700;
}

.items-add-cart{
    display: flex;
    gap: 18px;
    padding: 10px 24px;
    border-radius: 50px;
    background: #F5F5F5;
    width: max-content;
}
.items-add-cart div{
    white-space: nowrap;
}
.items-add-cart span{
    color: #030305;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.48px;
}
.items-add-cart img{
    margin-right: 12px;
}
.ver-programa{
    color: #890A40;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px; /* 150% */
    letter-spacing: -0.54px;
    cursor: pointer;
}
.icon-mas{
    margin-left: 18px;
}
.product-content{
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.price-product{
    color: #000;
    font-size: 40px;
    font-weight: 300;
}
.add-product{
    display: flex;
    gap: 12px;
    align-items: stretch;
}
.price-touchspin{
        height: 100%;
}
#qty{
    width: 30px;
}
#qtyy{
    width: 30px;
}
.center{
    text-align: center;
}
.footer{
    margin-top: 39px;
    margin-bottom: 30px;
}
.header-concierto{
    margin-top: 32px;
    margin-bottom: 38px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.items-images{
    display: flex;
    gap: 28px;  
    align-items: center;
}
.mt-36{
    margin-top: 36px;
}
.mt-23{
    margin-top: 23px;
}

.pl-50{
    padding-left: 50px;
}
.pr-50{
    padding-right: 50px;
}

.programa {
  max-height: 0;                  /* Oculto inicialmente */
  overflow: hidden;               /* Oculta contenido */
  transition: max-height 0.6s ease; /* Transición suave */
  opacity: 0;                     /* También desvanece */
}

.programa.mostrar {
  max-height: 1000px; /* un valor suficientemente grande */
  opacity: 1;
}

/* Opcional: estilo para el botón */
.ver-programa {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  user-select: none;
  transition: color 0.3s ease;
}

.programa.mostrar{
margin-top: 23px;
}
#footer{
    display: none;
}
.mt-60{
    margin-top: 60px;
}
.u-custom-product-container img{
    max-width: 100%;
}
.logo{
    width: 391.74px;
    height: auto;
}
.loog-footer{
    width: 259.74px;
}
.op09{
    opacity: 0.9;
}
@media (max-width: 850px) {
       .container-product .items-add-cart{
        flex-direction: column;
        width: auto;
        height: auto;
    }
    .items-add-cart{
        border-radius: 10px;
    }
}
@media (max-width: 453px) {
    .btn-buy{
        margin-right: 0;
    }
}
@media (max-width: 550px) {
    .rp15{
        padding: 0 15px;
    }
    .container-cabecera {
        padding: 30px 0;
    }
    .u-custom-product-container .p-text-cabecera{
        line-height: 30px;
    }
    .h1-container {
            font-size: 32.37px;
            line-height: 32px;
            letter-spacing: 1px;
    }
    .items-add-cart, .item-cabecera.items-3{
        flex-direction: column;
        width: auto;
        height: auto;
    }
    .items-add-cart{
        border-radius: 10px;
    }
    .item-cabecera.items-3{
        align-items: flex-start;
        padding: 15px 25px;
    }

    .pl-50{
        padding-left: 15px;
    }
    .pr-50 {
        padding-right: 0;
    }
    .row-reverse-movile{
            display: flex;
    flex-direction: column;
    }
    .segunda{
            order: 2;
    }
    .primera{
        order: 1;
    }
    .text-center-c{
        text-align: center;
    }
    .p15{
        padding: 0 15px;
    }
    .container-product {
        padding-top: 15px;
    }
    .container-product .h2-concierto{
        margin-top: 60px;
    }
    .container-items-cabecera{
            padding: 50px 0;
                gap: 30px;
    }

    .button-center{
        text-align: center;
    }
    .img-mobile{
        margin-bottom: 36px;
        text-align: center;
    }
    .items-images img{
        max-width: 100px;
    }
    .items-images{
        justify-content: center;
    }
}

/* =========================================
   FIDO 2026 - Nuevas clases
   Añadir al final de styles.css
   ========================================= */

/* Cabecera hero FIDO */
.container-cabecera-fido-2026 {
    max-width: 1760px;
    width: 100%;
    display: flex;
    padding: 120px 0;
    margin: auto;
    border-radius: 30px;
    background: url("/modules/u_custompageproduct/assets/img/fido/cabecera-fido.jpg") center center no-repeat;
    background-size: cover;
}
.container-cabecera-fido-2026 .container-2 .container-items-cabecera {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 800px;
}

/* Items cabecera FIDO (ancho adaptado) */
.fido-items-3 {
    width: auto !important;
    flex-wrap: wrap;
}

/* Botón FIDO (mismo estilo base, mantiene compatibilidad) */
.fido-btn {
    display: inline-block;
    text-decoration: none;
}
.fido-btn:disabled,
button.fido-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Grid programa */
.fido-programa-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 50px;
}

.fido-concierto-card {
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    overflow: hidden;
    transition: box-shadow 0.25s ease;
}
.fido-concierto-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}
.fido-concierto-card.fido-especial {
    border-color: #890A40;
}

.fido-fecha-badge {
    background: #890A40;
    padding: 18px 24px;
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.fido-especial .fido-fecha-badge {
    background: #5a0729;
}
.fido-dia {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}
.fido-mes {
    color: rgba(255,255,255,0.75);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
}

.fido-card-body {
    padding: 24px;
}
.fido-artista {
    color: #030305;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    margin-bottom: 4px !important;
}
.fido-pais {
    font-weight: 300;
    color: #555;
    font-size: 15px;
}
.fido-rol {
    color: #555;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 20px !important;
    margin-bottom: 16px !important;
}
.fido-tag-especial {
    display: inline-block;
    background: #890A40;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 100px;
    margin-bottom: 14px;
}

/* --- BLOQUE ÚNICO TICKETS --- */
.fido-entradas-grid {
    display: flex;
    flex-direction: column;
}

.fido-ticket-box {
    padding: 0 !important;
    overflow: hidden;
}
.fido-ticket-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
    display: block;
    min-height: 350px;
}
.fido-ticket-right {
    padding: 48px 48px 40px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.fido-ticket-header {
    margin-bottom: 24px;
}
.fido-ticket-header h2 {
    margin-bottom: 8px;
}
.fido-ticket-header p {
    color: #888;
    font-size: 14px !important;
    margin: 0 !important;
}

.fido-ticket-info-row {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    padding: 14px 0;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 8px;
}
.fido-ticket-info-row div {
    display: flex;
    align-items: center;
    gap: 8px;
}
.fido-ticket-info-row span {
    color: #444;
    font-size: 14px;
    font-weight: 400;
}
.fido-ticket-info-row img {
    width: 18px;
    height: 18px;
    border-radius: 0 !important;
}

/* Filas de concierto */
.fido-ticket-row {
    display: grid;
    grid-template-columns: 64px 1fr auto 120px;
    align-items: center;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid #F0F0F0;
    transition: background 0.15s;
}
.fido-ticket-row:hover {
    background: #fdf8fa;
    margin: 0 -8px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
}
.fido-ticket-row-especial {
    background: #fdf8fa;
    margin: 0 -8px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    border-bottom: 1px solid #e8d0da;
}

.fido-ticket-fecha {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    background: #890A40;
    border-radius: 10px;
    padding: 8px 6px;
    min-width: 52px;
}
.fido-ticket-row-especial .fido-ticket-fecha {
    background: #5a0729;
}
.fido-tr-dia {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.fido-tr-mes {
    color: rgba(255,255,255,0.75);
    font-size: 10px;
    letter-spacing: 2px;
    margin-top: 2px;
}

.fido-ticket-desc {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.fido-tr-artista {
    color: #030305;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.3px;
}
.fido-tr-artista em {
    font-weight: 300;
    font-style: normal;
    color: #777;
}
.fido-tr-rol {
    color: #777;
    font-size: 13px;
    font-weight: 300;
}

.fido-ticket-precio {
    color: #030305;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

/* Selector +/- inline */
.fido-ticket-qty {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1px solid #D9D9D9;
    border-radius: 100px;
    overflow: hidden;
    width: 112px;
    justify-content: space-between;
}
.fido-tr-minus,
.fido-tr-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
    color: #890A40;
    flex-shrink: 0;
    transition: background 0.15s;
}
.fido-tr-minus:hover,
.fido-tr-plus:hover {
    background: #f5e8ed;
}
.fido-tr-input {
    width: 36px;
    text-align: center;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #030305;
    padding: 0;
    background: transparent;
    -moz-appearance: textfield;
}
.fido-tr-input::-webkit-inner-spin-button,
.fido-tr-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/* Footer del bloque: total + botón */
.fido-ticket-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    margin-top: 8px;
    gap: 24px;
    flex-wrap: wrap;
}
.fido-ticket-total {
    display: flex;
    flex-direction: column;
}
.fido-total-label {
    color: #888;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.fido-total-amount {
    color: #030305;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.1;
}
.fido-donativo {
    display: block;
    color: #890A40;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-top: 2px;
}

/* Responsive FIDO */
@media (max-width: 992px) {
    .fido-programa-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .fido-ticket-row {
        grid-template-columns: 52px 1fr auto 100px;
        gap: 12px;
    }
}
@media (max-width: 768px) {
    .fido-ticket-right {
        padding: 28px 20px 28px;
    }
    .fido-ticket-row {
        grid-template-columns: 48px 1fr;
        grid-template-rows: auto auto;
        gap: 8px 12px;
    }
    .fido-ticket-precio {
        grid-column: 2;
        font-size: 14px;
    }
    .fido-ticket-qty {
        grid-column: 1 / -1;
        width: auto;
        justify-content: flex-start;
    }
    .fido-ticket-img-col img {
        min-height: 200px;
    }
}
@media (max-width: 600px) {
    .container-cabecera-fido-2026 {
        padding: 30px 0;
    }
    .fido-programa-grid {
        grid-template-columns: 1fr;
    }
    .fido-ticket-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .fido-ticket-footer .btn-buy {
        width: 100%;
        text-align: center;
    }
}

.logo-fido.logo{
    max-width: 200px;
}
.u-custom-product-container img.logo-footer-fido{
    max-width: 150px;
} 
.u-custom-product-container img.logo{
    max-width: 90%;
    border-radius: 0;
}
.u-custom-product-container img.logo-footer{
    border-radius: 0;
}