#btn-pse {
    justify-content: center;
    gap: 26px;
    display: flex;
    margin: auto;
    width: 100%;
    margin-top: 46px;
}

#btn-pse > button {
    width: 100%;
    margin: 0px !important;
}
.lds-spinner {
    color: official;
    display: none;
    padding-left: 47vw;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(153, 153, 153, 0.3);
    z-index: 99999;
    padding-top: 43vh;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #0244ad;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.img_banc {
    width: 100%;
}

.swal2-html-container {
    font-size: 20px;
}
.swal2-container {
    z-index: 9999;
}
/* LOADER */
.form-control {
    font-size: 15px !important;
}

.mobil {
    display: none;
}
.swal2-modal {
    width: 35% !important;
    font-size: 16px;
}
#videoPlayer {
    box-shadow: 6px 6px 11px #6a6a6a;
    border-radius: 16px;
}

.met_payments {
    width: 56%;
}
.link-shop {
    cursor: pointer;
}

.container {
    padding-top: 228px !important;
    margin-bottom: 105px !important;
}

.site-footer {
    bottom: 0px;
}

.card-datacredito {
    transform: scale(1.3);
    width: 80%;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px 6px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background: linear-gradient(145deg, #ffffff, #ffffff);
    /* Gradiente de colores */
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.container-datacredito {
    width: 30%;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
    align-items: center;
    margin: 0 auto;
}

body {
    height: 100dvh;
}

.card_pay {
    cursor: pointer;
    border: solid 2px #ffd802;
    box-shadow:
        -2px -2px 5px #fff,
        1px 5px 5px #ffc20282;
    border-radius: 10px;
    height: 100%;
    align-content: center;
    text-align-last: center;
}

.prices {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 25px 0;
    flex-wrap: wrap;
}

.new-price {
    font-size: 32px;
    color: #2d3748;
    font-weight: 700;
}

.discount-badge {
    background: linear-gradient(135deg, #f56565, #e53e3e);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(245, 101, 101, 0.3);
}

main {
    width: 100%;
    height: 96%;
    padding-top: 210px;
    display: inline-table;
}

.card_pay img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.logo-box {
    width: 100%;
}

.banks {
    padding: 5px;
    height: 39px;
    display: flex;
}

.principals {
    transform: scale(1.3);
    width: 40%;
    margin: 20px auto;
    padding: 20px 6px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background: linear-gradient(145deg, #ffffff, #ffffff);
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.plataformal-menu {
    transition:transform 0.25s ease,opacity 0.25s ease;
}

/* Ocultar menú */
.menu-hidden{
  display: none;
}

/* Ajustar main cuando el menú está oculto */
.menu-hidden main {
  padding: 0 !important;
}


.floating-timer-bottom {
    display: flex;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.35s ease-in-out;
    background: #ffc202;
    color: #000000;
    padding: 12px 20px;
    border-radius: 40px;
    align-items: center;
    gap: 14px;
    z-index: 9999;
    font-family: Arial, sans-serif;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    min-width: 300px;
    max-width: 90%;
    animation: slideUp 0.5s ease-out;
    visibility: hidden;
}

.floating-timer-bottom.show_visible {
    visibility: visible;
}

@keyframes slideUp {
    from {
        transform: translateX(-50%) translateY(100px);
        opacity: 0;
    }

    to {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

.timer-icon {
    background: #f9f9f9;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    flex-shrink: 0;
}

.timer-content {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-grow: 1;
}

.timer-text {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.timer-display {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Courier New', monospace;
    background: rgb(255 255 255 / 59%);
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 1px;
    min-width: 70px;
    text-align: center;
}

.timer-warning {
    font-size: 12px;
    color: #000000;
    margin-top: 2px;
    white-space: nowrap;
}

.discount-tag {
    background: linear-gradient(135deg, #428bca, #0244ad);
    padding: 6px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    color: #fff;
    flex-shrink: 0;
}

.close-btn {
    background: rgba(255, 255, 255, 0.2);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    flex-shrink: 0;
    transition: background 0.3s;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Efecto de urgencia cuando queda poco tiempo */
.urgent .timer-display {
    animation: pulseUrgent 1s infinite;
    color: #ff6b6b;
}

@keyframes pulseUrgent {
    0% {
        background: rgba(255, 107, 107, 0.2);
    }

    50% {
        background: rgba(255, 107, 107, 0.4);
    }

    100% {
        background: rgba(255, 107, 107, 0.2);
    }
}

.urgent .timer-icon {
    animation: pulseIcon 1s infinite;
}

@keyframes pulseIcon {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.qr_dow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
}

.coupon__info {
    width: 100%;
    display: grid;
}

.old-price {
    color: #999;
    font-size: 15px;
    position: relative;
}

.old-price::after {
    content: '';
    position: absolute;
    left: 61px;
    top: 50%;
    width: 33%;
    height: 1px;
    background-color: #727272;
}

.swiper-slide {
    margin-right: 15px;
    justify-items: center;
    text-align: -webkit-center;
    margin-bottom: 20px;
}

.coupon__max {
    font-size: 31px;
    font-weight: 700;
    transform: rotate(340deg);
    color: #000000;
}

.coupon__wrap {
    display: flex;
    flex-flow: row;
    width: 43%;
    border-radius: 10px;
    border: 1px solid #ffc202;
    height: 72px;
    background-color: #ffd2021f;
}
.coupon__title {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 35%;
    padding: 10px;
}

.coupon__title::before {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #ffc202;
}

.coupon__title::after {
    content: '';
    position: absolute;
    top: -11px;
    right: -10px;
    width: 20px;
    height: 10px;
    background-color: #ffffff;
}
.coupon__detail {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    flex: 0 0 auto;
    width: 65%;
    padding: 10px 10px 10px 15px;
}

.coupon__detail::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: -8px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #ffc202;
    border-radius: 100%;
}

.coupon__detail::after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: -10px;
    width: 20px;
    height: 10px;
    background-color: #ffffff;
}
.coupon__border {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: calc(100% - 30px);
    border-left: 1px dashed #ffc202;
    transform: translateY(-50%);
}

/************************* */

@media (max-width: 1420px) {
    .principals {
        width: 63%;
    }
    main {
        height: 900px;
    }

    .swal2-modal {
        width: 44% !important;
    }
}

@media (max-width: 850px) {
    .swal2-modal {
        width: 68% !important;
    }
    .desktop {
        display: none;
    }
    .mobil {
        display: block;
    }
    main {
        padding-top: 110px;
    }
    .principals {
        transform: none;
    }

    .principals {
        width: 82% !important;
    }
    .met_payments {
        width: 100%;
    }

    .coupon__wrap {
        width: 64%;
        height: 81px;
    }
}

@media (max-width: 740px) {
    .timer-warning {
        display: none;
    }
    .timer-text {
        display: grid;
    }
    .floating-timer-bottom {
        padding: 5px 20px 10px;
    }
    .timer-display {
        font-size: 16px;
        padding: 0px 11px !important;
        letter-spacing: 2px !important;
    }
}

@media (max-width: 640px) {
    .swal2-modal {
        width: 100% !important;
    }
}

@media (max-width: 390px) {
    .principals {
        width: 92% !important;
    }
    .floating-timer-bottom {
        min-width: 100% !important;
    }

    main {
        height: 1170px;
    }
}
