#header-container {
    display: none;
}
#header-container2 {
    z-index: 3;
}

.header-product-selected {
    display: none !important;
}

.spoiler-section {
    width: 100%;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000;
    padding-top: 140px;
    padding-bottom: 50px;
    position: relative;
}

.spoiler-content {
    width: 100%;
    max-width: 900px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.spoiler-logo-content {
    position: relative;
}

.spoiler-close {
    position: absolute;
    top: 90px;

    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;

    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    font-family: Arial, sans-serif;

    color: #9edbff;
    text-shadow:
            2px 2px 0 #ff2f6d,
            -2px -2px 0 #006eff;
}

.spoiler-logo {
    width: 100%;
    max-width: 410px;
    height: auto;
    display: block;
}

.spoiler-date-wrapper {
    width: 100%;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 22px;
}

.spoiler-line {
    height: 6px;
    display: block;

    background:
            linear-gradient(to right, transparent, #00eaff, #00eaff) top / 100% 2px no-repeat,
            linear-gradient(to right, transparent, #ff2c78, #ff2c78) bottom / 100% 2px no-repeat;
}

.spoiler-date {
    margin: 0;
    font-family: "VT323", monospace;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #fff;
    white-space: nowrap;
}

#calendario-container {
    margin-top: 0;
    position: relative;
    background-color: #00f5ff;
    padding-bottom: 6rem;

    .product {
        font: normal normal normal 75px/141px VT323;
        text-align: center;
        color: black;
        margin: 0;
    }

    .div2 {
        background: #00170c;
    }

    .price-card {
        max-width: 450px;
    }

    div.qtd-title-soma {
        font: normal normal 900 23px/26px Montserrat;
        color: #292929;
    }

    .box-mais {
        .ajust-box-mais {
            width: 60%;
        }

        .ajust-box-value {
            width: 40%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
    }

    .select-date-title {
        font: normal normal medium 42px/49px Montserrat;
        color: white;
        text-transform: none;
        text-align: center;
    }

    .number-2 +.select-date-title {
        margin-top: -2rem;
    }

    span.t-legenda {
        font: normal normal 400 10px/12px Montserrat;
    }

    .qtd-title-soma {
        font: normal normal 700 12px/14px Montserrat;
        color: #00060A;
    }

    span {
        &.aa {
            font: normal normal 900 24px / 25px Montserrat;
            color: #292929;
        }

        &.symbol  {
            font: normal normal 500 16px / 16px Montserrat;
            color: #292929;
        }

        &.value {
            font: normal normal 900 24px / 25px Montserrat;
            color: #292929;
        }

        &.price-sum.total-price {
            font: normal normal 500 16px / 16px Montserrat;
            color: #292929;
        }
    }

    .fit-button-left, .fit-button-right {
        background: #00f5ff;
        color: #00160C;
    }

    .fit-number-cont {
        font: normal normal 900 26px / 28px Montserrat;
    }

    .linha-uni {
        margin: 10px auto 5px auto;
    }

    .price-card-qtd {
        box-shadow: 0px 3px 1px 0px #00060A29 !important;
    }

    #alert-discount.aviso-desconto {
        box-shadow: none !important;

        .text-desconto-aviso {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: center;
            gap: .3rem;
            padding: 0 10px;
            font: normal normal 400 14px/16px Montserrat;
            color: #00060A;

            span {
                font: normal normal 700 14px/16px Montserrat;
                color: #78C800;
            }
        }
    }

    h5.total-purchase {
        font: normal normal 400 20px / 25px Montserrat;
        color: white;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        gap: 0.8rem;
        flex-wrap: wrap;

        .desconto {
            background: #78C800;
            border-radius: 6px;
            top: 0;
            width: max-content;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FAFBFC;
            font: normal normal 700 12px/14px Montserrat;
            margin: 0;
        }

        span.price-total-2 {
            font: normal normal 900 28px / 30px Montserrat;
            color: white;
        }
    }

    .botaoverde-fit-2.btn {
        box-shadow: 0px 3px 1px 0px #00060A29;
        font: normal normal 800 16px/20px Montserrat;
        background-color: white !important;
        color: black;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .6rem;
        border-radius: 32px;
        height: 56px;
        margin: 1.5rem auto 0;
    }

    label.check {
        font: normal normal 300 13px/24px Montserrat !important;
        color: white !important;
        text-transform: uppercase;

        a {
            color: white;
            text-decoration: underline;
            font: normal normal 900 14px / 24px Montserrat !important;
        }
    }

    .revisado-title {
        font: normal normal 400 12px/16px Montserrat !important;
        color: #636466 !important;
        margin: 2rem auto;
    }

    .seta-numbers {
        z-index: 1;
    }

    .terms-cashback {
        font: normal normal 500 14px / 24px Montserrat !important;
        color: white;
        text-decoration: underline;
    }
}

input[type="checkbox"] {
    accent-color: #00f5ff;
}

.countdown-section {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.countdown-section .countdown-content {
    position: relative;
    z-index: 1;
}

.countdown-content {
    width: 100%;
    max-width: 980px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.countdown-intro {
    margin-top: 0;
}

.countdown-title,
.countdown-subtitle,
.countdown-warning,
.countdown-item strong,
.countdown-item span,
.countdown-separator {
    font-family: "VT323", monospace;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.countdown-title {
    margin: 0;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 3px;
}

.countdown-subtitle {
    margin: 16px 0 0;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: none;
}

.countdown-warning {
    margin: 70px 0 24px;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 4px;
}

.countdown-timer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 52px;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
}

.countdown-item strong {
    font-size: 96px;
    line-height: 0.75;
    letter-spacing: 8px;
}

.countdown-item span {
    margin-top: 18px;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 2px;
}

.countdown-separator {
    font-size: 92px;
    line-height: 0.7;
    padding-top: 6px;
}

.horror-about-section {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 70px 16px 20px;
    display: flex;
    justify-content: center;
}

.horror-about-content {
    width: 100%;
    max-width: 960px;
    text-align: center;
    padding-bottom: 38px;
}

.horror-about-title {
    margin: 0 0 34px;

    font-family: "VT323", monospace;
    font-size: 43px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
}
.horror-about-title-mobile {
    display: none;
    margin: 0 0 34px;

    font-family: "VT323", monospace;
    font-size: 33px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
}

.horror-about-text {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;

    font-family: "Rajdhani", sans-serif;
    font-size: 21px;
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: 0.6px;
    color: rgba(255, 255, 255, 0.9);
}

.horror-about-text p {
    margin: 0;
}

.horror-about-text p + p {
    margin-top: 15px;
}

.limited-tickets {
    width: 100%;
    min-height: 190px;

    background-image: url("https://i0.statig.com.br/hopihari/img/horaDoHorror2026/tira1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 24px 16px;
}

.limited-tickets__content {
    text-align: center;
    color: #fff;
    font-family: "VT323", monospace;
    font-weight: 400;
}

.limited-tickets__content p {
    margin: 0;
    font-size: 32px;
    line-height: 1.35;
    letter-spacing: 2px;
}

.limited-tickets__content p + p {
    margin-top: 8px;
}

.special-programming {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 26px 20px;
}

.special-programming__container {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
}

.special-programming__header {
    text-align: center;
    margin-bottom: 42px;
}

.special-programming__header h2 {
    margin: 0;

    font-family: "VT323", monospace;
    font-size: 42px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
}

.special-programming__header p {
    margin: 14px 0 0;

    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 400;
    color: #fff;
}

.special-programming__cards {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 18px;

    scroll-behavior: smooth;
}

.programming-card {
    min-height: 470px;
    border: 2px solid #00f5ff;
    padding: 22px 16px 24px;

    flex: 0 0 30%;
}

.special-programming__cards::-webkit-scrollbar {
    height: 8px;
}

.special-programming__cards::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.14);
    border-radius: 999px;
}

.special-programming__cards::-webkit-scrollbar-thumb {
    background: #FFFFFF;
    border-radius: 999px;
}

.programming-card h3 {
    margin: 0;
    min-height: 66px;

    font-family: "VT323", monospace;
    font-size: 27px;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.programming-card__divider {
    position: relative;
    width: 100%;
    height: 24px;
    margin: 16px 0 12px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.programming-card__divider::before,
.programming-card__divider::after {
    content: "";
    width: calc(50% - 18px);
    height: 2px;
    background: #00f5ff;
}

.programming-card__divider span {
    width: 16px;
    height: 16px;
    margin: 0 8px;
    border: 2px solid #00f5ff;
    border-radius: 50%;
    background: #000;
    flex-shrink: 0;
}

.programming-card__text {
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

.programming-card__text p {
    margin: 0;
}

.programming-card__text p + p {
    margin-top: 22px;
}

.spoiler-info {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 30px 20px 70px;
}

.spoiler-info__container {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
}

.spoiler-info__title {
    margin: 0 0 20px;

    font-family: "VT323", monospace;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.spoiler-info__text {
    max-width: 1010px;

    font-family: "Rajdhani", sans-serif;
    font-size: 20px;
    line-height: 1.27;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.88);
}

.spoiler-info__text p {
    margin: 0;
}

.spoiler-info__text p + p {
    margin-top: 24px;
}

.container-infoValores-hopiPride24 .infoValores-passaporti-hopiPride24{
    margin: 0;
    color: black;
    text-transform: unset;
    padding: 5px 0;
}

@media (max-width: 768px) {
    .spoiler-info {
        padding: 28px 18px 56px;
    }

    .spoiler-info__title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .spoiler-info__text {
        font-size: 21px;
        line-height: 1.35;
    }

    .spoiler-info__text p + p {
        margin-top: 28px;
    }
    
    .spoiler-close {
        display: none;
    }

    .spoiler-section {
        padding-top: 80px;
    }
    
    .spoiler-logo {
        max-width: 100%;
    }
    
    .spoiler-date {
        font-size: 26px;
        font-weight: 500;
    }
    
    .countdown-title, .countdown-subtitle {
        font-size: 32px;
        letter-spacing: 0;
    }

    .countdown-subtitle {
        margin: 8px 0 0;
    }
    
    .countdown-timer {
        gap: 12px;
    }
    
    .countdown-item {
        min-width: auto;
    }
    
    .countdown-item strong {
        font-size: 48px;
        letter-spacing: 2px;
    }

    .countdown-item span {
        font-size: 22px;
        margin-top: 10px;
    }
    
    .countdown-separator {
        font-size: 32px;
    }
    
    .countdown-warning {
        font-size: 28px;
        margin: 50px 0 18px;
    }
    
    .horror-about-title {
        display: none;
    }
    
    .horror-about-title-mobile {
        display: block;
    }
    
    .horror-about-text {
        font-size: 18px;
    }
    
    .limited-tickets__content p {
        font-size: 24px;
        line-height: 1;
        letter-spacing: 1px;
    }
    
    .spoiler-info__text p {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .spoiler-info__text {
        font-size: 19px;
    }

    .spoiler-info__text p + p {
        margin-top: 24px;
    }
}


.access-kit {
    display: block;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 50px 16px 0;
}

.access-kit__container {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.access-kit__title, .special-programming__header h2 {
    margin: 0 0 20px;

    font-family: "VT323", monospace;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.mob-pad-marg {
    margin: inherit;
}

.access-kit__subtitle {
    margin: 0 0 20px;

    font-family: "Rajdhani", sans-serif;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 500;
    text-align: center;
    color: rgba(255, 255, 255, 0.95);
}

.access-kit__list {
    list-style: none;
    padding: 0;
    margin: 0;

    font-family: "VT323", monospace;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: 1.5px;
}

.access-kit__list li {
    margin: 0 0 6px;
}

.access-kit__list li:last-child {
    margin-bottom: 0;
}

.access-kit__list li::before {
    content: "- ";
}

.access-kit__extra {
    margin: 32px 0 0;

    font-family: "VT323", monospace;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: 1.5px;
}

@media (max-width: 768px) {
    .special-programming__cards {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;

        padding-bottom: 14px;
    }

    .programming-card {
        min-width: 260px;
        max-width: 260px;
        flex: 0 0 260px;

        scroll-snap-align: start;
    }

    .special-programming__cards {
        scrollbar-width: none;
    }

    .special-programming__cards::-webkit-scrollbar {
        display: none;
    }
}

#duvidas.container-duvidas-hopiPride26 {
    background: #000;
    color: #fff;
}

#duvidas {
    display: none;
}

#faq-container {
    padding: 0 2rem;
}

.kr-acc__content {
    padding: 1rem;
}

#duvidas.container-duvidas-hopiPride26 .duvidas-title-div h3,
#duvidas.container-duvidas-hopiPride26 .duvidas-info-container,
#duvidas.container-duvidas-hopiPride26 .kr-acc,
#duvidas.container-duvidas-hopiPride26 .kr-acc__summary,
#duvidas.container-duvidas-hopiPride26 .kr-acc__title,
#duvidas.container-duvidas-hopiPride26 .kr-acc__content,
#duvidas.container-duvidas-hopiPride26 .kr-acc__content *,
#duvidas.container-duvidas-hopiPride26 summary,
#duvidas.container-duvidas-hopiPride26 h3,
#duvidas.container-duvidas-hopiPride26 h4,
#duvidas.container-duvidas-hopiPride26 p,
#duvidas.container-duvidas-hopiPride26 span {
    font-family: "Rajdhani", sans-serif;
    color: #fff !important;
}

.kr-acc__summary {
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.kr-acc__title {
    margin: 0;
    padding: 10px 0;
    display: inline-block;
}

.kr-acc {
    border-bottom: 1px solid #fff;
}

.kr-acc[open] > .kr-acc__summary {
    border-bottom: 1px solid #fff;
}

.duvidas-title-div h3 {
    font-size: 68px;
    font-family: "VT323", monospace;
    text-align: center;
}

@media (max-width: 768px) {
    .duvidas-title-div h3 {
        font-size: 58px;
    }
}

#duvidas.container-duvidas-hopiPride26 .kr-acc__content a {
    color: #00f5ff !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#sectionCalendario {
    background: red;
}

.form-first-card, .form-second-card {
    background: #00170C;
}

.products-hdh-section {
    width: 100%;
    background: #000;
    padding: 50px 16px 40px;
    display: flex;
    justify-content: center;
}

.products-hdh-container {
    width: 100%;
    max-width: 560px;
    display: flex;
    justify-content: center;
}

.products-hdh-image {
    width: 100%;
    max-width: 690px;
    height: auto;
    display: block;
    object-fit: contain;
}

.anuali-call-section {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 48px 20px 56px;
    display: flex;
    justify-content: center;
}

.anuali-call-container {
    width: 100%;
    max-width: 620px;
    text-align: center;
}

.anuali-call-title {
    margin: 0 0 18px;

    font-family: "VT323", monospace;
    font-size: 42px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
}

.anuali-call-subtitle {
    margin: 0 0 18px;

    font-family: "Rajdhani", sans-serif;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
}

.anuali-call-text {
    margin: 0 0 30px;

    font-family: "Rajdhani", sans-serif;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

.anuali-call-text strong {
    color: #00f5ff;
    font-weight: 700;
    white-space: nowrap;
}

.anuali-call-button {
    display: inline-block;
    text-decoration: none;
}

.anuali-call-button-image {
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.anuali-call-button:hover .anuali-call-button-image {
    transform: scale(1.04);
    opacity: 0.9;
}

@media (max-width: 768px) {
    .anuali-call-title {
        font-size: 32px;
    }
    
    .anuali-call-subtitle {
        font-size: 22px;
    }
    
    .anuali-call-text {
        font-size: 20px;
    }
}