.paquDatacosto {
    margin-top: 0;
    height: auto;
}

.fondoStatic2 {
    position: absolute;
    width: 100%;
    height: 75%;
    background: url(/paquetes/img/fond_6_11zon.webp) center 25% / cover no-repeat;
    background-attachment: fixed;
}


.paqueGral {
    margin-top: 0;
}



.infoPaquete {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.baner {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
}

.baner h2 {
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}

.baner p {
    font-size: 20px;
    text-align: center;
}

.baner a {
    text-align: center;
}

.pqmuestra {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    margin-top: 20%;
}

.pqmuestra h1 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    padding: 0 20px;
}

.contaPaquets {
    width: 100%;
    height: auto;
    margin-top: 100px;
    position: relative;
}

.containerInvites button {
    margin-top: 50px;
}

.btnElegicen {
    text-align: center;
    vertical-align: middle;
}

.btnElegicen .btn {
    display: inline-flex;
}

.contLstapaquete {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contLstapaquete h2 {
    margin-top: 100px;
    margin-bottom: 50px;
}

.contaTable {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 100px;
}

/* Panel fijo izquierda */
.tabla-labels {
    flex-shrink: 0;
    width: 190px;
    background: #fff;
    z-index: 2;
    border-right: 2px solid #ddd;
}

/* Celda genérica */
.tabla-cell {
    height: 54px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

/* Encabezado */
.tabla-cell.tabla-header {
    height: 64px;
    font-weight: 600;
    font-size: 18px;
    justify-content: center;
    flex-direction: column;
    border-bottom: 2px solid #ddd;
}

/* Celda botón */
.tabla-cell.tabla-btn {
    height: 90px;
    border-bottom: none;
}

.tabla-cell.btnElegicen {
    height: 90px;
    border-bottom: none;
}

/* Columnas de paquetes */
.tabla-swiper {
    flex: 1;
    min-width: 0;
}

.tabla-col {
    display: flex;
    flex-direction: column;
}

.tabla-col .tabla-cell {
    justify-content: center;
}

/* Zebra striping */
.tabla-labels .tabla-cell:nth-child(even),
.tabla-col .tabla-cell:nth-child(even) {
    background: rgba(0, 0, 0, 0.02);
}

/* Platinum */
.tabla-col.platinum .tabla-header {
    background: #111;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.tabla-col.platinum .tabla-cell:not(.tabla-header) {
    background: rgba(0, 0, 0, 0.03);
}

/* Premium badge */
.tabla-col.premium .tabla-header {
    position: relative;
}

/* Estilos generales de iconos */
.icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0;
}

/* Paloma verde */
.check svg {
    stroke: #22c55e;
}

/* X roja */
.cross svg {
    stroke: #e53935;
}

/* Animación sutil */
@keyframes pop {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Encabezado Platinum */
.tablaPaquetes thead th:nth-child(5) {
    background: #111;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

/* Hover fila en labels */
.tabla-labels .tabla-cell:hover {
    background: #efefef;
}

.badge-popular {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: #de5c9d;
    color: #fff;
    border-radius: 20px;
    padding: 2px 8px;
    margin: 4px auto 0;
    width: fit-content;
}

.btnElegir {
    display: flex;
    justify-content: center;
}






@media (max-width: 840px) {

    .fondoStatic2 {
        min-height: 600px;
    }

    .tabla-labels {
        width: 140px;
        font-size: 12px;
    }

    .tabla-cell {
        height: 48px;
        font-size: 12px;
        padding: 0 8px;
    }

    .tabla-cell.tabla-header {
        height: 58px;
        font-size: 15px;
    }

    .icon svg {
        width: 18px;
        height: 18px;
        stroke-width: 2;
    }

    .btnElegir {
        transform: scale(0.85);
    }
}


@media (max-width: 583px) {

    .fondoStatic2 {
      min-height: 700px;
  }
  .baner{
    width: 90%;
}

.contaPaquets .swiper-button-next,
.contaPaquets .swiper-button-prev {
    display: flex;
}

.contaPaquets .swiper-button-disabled {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.pqmuestra {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    margin-top: 20%;
}

.pqmuestra h1 {
    font-size: 30px;
    text-align: center;
    padding: 0 16px;
}


.contaPaquets {

    margin-top: 10px;
}

}


@media (max-width: 405px) {

    .fondoStatic2 {
      min-height: 750px;
  }


}

/* Precio card */
.precio-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    padding: 30px 20px;
    gap: 10px;
    background: #fafafa;
    border-radius: 12px;
    border: 1px solid #eee;
}

.precio-antes {
    font-size: 20px;
    color: #bbb;
    text-decoration: line-through;
    font-family: "Spinnaker", serif;
}

.precio-actual {
    font-size: 52px;
    font-weight: 700;
    color: #1a1a1a;
    font-family: "Spinnaker", serif;
    line-height: 1;
}

.precio-descuento {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: #de5c9d;
    color: #fff;
    border-radius: 20px;
    padding: 3px 10px;
}

.precio-sin-dto {
    font-size: 13px;
    color: #999;
    font-family: "Spinnaker", serif;
}

/* Separador de grupo en la tabla */
.tabla-cell.tabla-group-header {
    height: 32px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aaa;
    background: #f4f4f4 !important;
    border-bottom: 1px solid #ddd;
    padding: 0 12px;
}

.tabla-col .tabla-cell.tabla-group-header {
    background: #f4f4f4 !important;
    justify-content: center;
    padding: 0;
}

/* Exclusivo Plus header */
.tabla-col.exclusivo-plus .tabla-header {
    background: #1a0a12;
    color: #fde5f3;
    border-radius: 8px 8px 0 0;
}

.tabla-col.exclusivo-plus .tabla-cell:not(.tabla-header) {
    background: rgba(26, 10, 18, 0.03);
}




