html {
    scroll-behavior: smooth;
}

#header-container {
    z-index: 10 !important;
}

#header-container2 {
    z-index: 4 !important;
}

.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: 190px;
    padding-bottom: 50px;
    position: relative;
    z-index: 5;
}

.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: 510px;
    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;
    text-align: center;
}

#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;
    z-index: 5;
}

.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 {
    display: flex;
    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: 40px;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: none;
}

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

.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;
}

.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: 30px 16px;
}

.limited-tickets__content {
    color: #fff;
    font-weight: 400;
}

.limited-tickets__content h3 {
    font-family: "VT323", monospace;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 44px;
    line-height: 1.35;
    letter-spacing: 2px;
    color: #fff;
}

.limited-tickets__content p {
    font-family: Montserrat;
    margin: 0;
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: 2px;
}

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

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

@media (max-width: 768px) {
    .spoiler-close {
        display: none;
    }

    .spoiler-section {
        padding-top: 140px;
    }

    .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 h3 {
        font-size: 36px;
        text-align: center;
    }
    
    .limited-tickets__content p {
        font-size: 16px;
        line-height: 1;
        letter-spacing: 1px;
        font-weight: 300;
    }

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


.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 {
    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;
}

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

.kr-acc__content {
    padding: 1rem;
}

.kr-acc__content a {
    color: #10c8d0 !important;
}

#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;
    font-size: 18px !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 !important;
}

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

.hdh-faq {
    --hdh-cyan: #10c8d0;

    position: relative;

    width: 70%;
    height: 130px;

    background-color: #000;
    margin-top: 10px;
}

.hdh-faq::before {
    content: "";

    position: absolute;
    top: 44px;
    left: 0;

    width: 100%;
    height: 4px;

    background-color: var(--hdh-cyan);
}

.hdh-faq__title {
    position: absolute;
    top: 44px;
    left: 0;

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

    width: 190px;
    height: 82px;

    background-color: #000;

    border: 4px solid var(--hdh-cyan);

    color: #fff;

    font-family: "VT323", monospace;
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
}

.hdh-faq-container {
    display: flex;
    justify-content: flex-end;
}

#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;
    }
    
    .hdh-faq {
        width: 80%;
    }
}

.hdh-menu {
    --side-width: 10%;
    --line-width: 7px;
    --top-height: 96px;
    --bottom-height: 96px;
    --turquoise: #12c7ce;
    --red: #ff1010;

    width: 100%;
    padding-top: 48px;
    padding-bottom: 58px;

    overflow: hidden;
    background-color: #000;
}

.hdh-mobile-menu {
    display: none;
}

/* =============================
   Top row
   ============================= */

.hdh-menu__top {
    display: grid;
    grid-template-columns:
        var(--side-width)
        calc(100% - (var(--side-width) * 2))
        var(--side-width);

    width: 100%;
    height: var(--top-height);

    background-color: var(--turquoise);
    border-bottom: var(--line-width) solid #000;
}

.hdh-menu__topSide {
    background-color: var(--turquoise);
}

.hdh-menu__topSide:first-child {
    border-right: var(--line-width) solid #000;
}

.hdh-menu__topSide:last-child {
    border-left: var(--line-width) solid #000;
}

.hdh-menu__topImage {
    min-width: 0;
    height: 100%;
    overflow: hidden;
}

.hdh-menu__topImage img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

/* =============================
   Bottom row
   ============================= */

.hdh-menu__bottom {
    display: grid;
    grid-template-columns:
        var(--side-width)
        repeat(3, calc((100% - (var(--side-width) * 2)) / 3))
        var(--side-width);

    width: 100%;
    height: var(--bottom-height);

    background-color: var(--red);
}

.hdh-menu__bottomSide {
    position: relative;
    background-color: var(--red);
}

.hdh-menu__bottomSide--left {
    border-right: var(--line-width) solid #000;
}

.hdh-menu__bottomSide--right {
    border-left: var(--line-width) solid #000;
}

/* =============================
   Images containing text
   ============================= */

.hdh-menu__image {
    min-width: 0;
    height: 100%;

    overflow: hidden;
    border-right: var(--line-width) solid #000;
}

.hdh-menu__image:nth-of-type(4) {
    border-right: 0;
}

.hdh-menu__image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

/* =============================
   Decorative black circles
   ============================= */

.hdh-menu__circle {
    position: absolute;
    top: 0;

    width: 47px;
    height: 47px;

    background-color: #000;
    border-radius: 50%;

    transform: translateY(-50%);
    z-index: 2;
}

.hdh-menu__bottomSide--left .hdh-menu__circle {
    left: 50%;
    transform: translate(-50%, -50%);
}

.hdh-menu__bottomSide--right .hdh-menu__circle {
    right: 50%;
    transform: translate(50%, -50%);
}

/* =============================
   Tablet
   ============================= */

@media (max-width: 900px) {
    .hdh-menu {
        --side-width: 7%;
        --line-width: 5px;
        --top-height: 82px;
        --bottom-height: 82px;

        padding-top: 35px;
        padding-bottom: 45px;
    }

    .hdh-menu__circle {
        width: 40px;
        height: 40px;
    }
}

/* =============================
   Mobile
   ============================= */

@media (max-width: 600px) {
    .hdh-menu {
        --side-width: 24px;
        --line-width: 4px;
        --top-height: 70px;
        --bottom-height: 65px;

        padding-top: 25px;
        padding-bottom: 30px;
    }

    .hdh-menu__top {
        grid-template-columns:
            var(--side-width)
            calc(100% - (var(--side-width) * 2))
            var(--side-width);
    }

    .hdh-menu__bottom {
        grid-template-columns:
            var(--side-width)
            repeat(
                3,
                calc((100% - (var(--side-width) * 2)) / 3)
            )
            var(--side-width);
    }

    .hdh-menu__circle {
        width: 30px;
        height: 30px;
    }
}

.hdh-banner {
    --cyan: #11c7ce;
    --border-size: 4px;

    display: grid;
    grid-template-columns: 58% 42%;
    gap: 20px;

    width: 100%;
    padding-top: 45px;

    overflow: hidden;
    background-color: #000;
}

/* =========================
   Left section
   ========================= */

.hdh-banner__left {
    display: flex;
    justify-content: flex-end;

    min-width: 0;

    border-top: var(--border-size) solid var(--cyan);
}

.hdh-banner__imageBox {
    width: 82%;
    height: 154px;

    overflow: hidden;
    background-color: #000;

    border-right: var(--border-size) solid var(--cyan);
    border-bottom: var(--border-size) solid var(--cyan);
    border-left: var(--border-size) solid var(--cyan);
}

.hdh-banner__image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;
}

/* =========================
   Right cyan section
   ========================= */

.hdh-banner__right {
    position: relative;

    width: 100%;
    height: 154px;

    background-color: var(--cyan);
}

/* Black horizontal line */

.hdh-banner__line {
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    height: 8px;

    background-color: #000;
    transform: translateY(-50%);
}

/* Black circle */

.hdh-banner__circle {
    position: absolute;
    top: 50%;
    left: 49%;

    width: 48px;
    height: 48px;

    border-radius: 50%;
    background-color: #000;

    transform: translate(-50%, -50%);
}

/* =========================
   Tablet
   ========================= */

@media (max-width: 900px) {
    .hdh-banner {
        grid-template-columns: 58% 42%;
        gap: 14px;
        padding-top: 35px;
    }

    .hdh-banner__imageBox,
    .hdh-banner__right {
        height: 125px;
    }

    .hdh-banner__circle {
        width: 40px;
        height: 40px;
    }

    .hdh-banner__line {
        height: 6px;
    }
}

/* =========================
   Mobile
   ========================= */

@media (max-width: 600px) {
    .hdh-banner {
        grid-template-columns: 1fr;
        gap: 12px;
        padding-top: 25px;
    }

    .hdh-banner__left {
        padding-left: 20px;
    }

    .hdh-banner__imageBox {
        width: 90%;
        height: 90%;
    }

    .hdh-banner__right {
        height: 90px;
        margin-left: 20px;
        width: calc(100% - 20px);
    }

    .hdh-banner__circle {
        width: 34px;
        height: 34px;
    }

    .hdh-banner__line {
        height: 5px;
    }
}

.hdh-terminal {
    width: 100%;
    padding: 20px 10%;
    overflow: hidden;
    background-color: #000;
}

.hdh-terminal__code {
    margin: 0;

    color: #00e5eb;
    font-family: "Rajdhani", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.45;

    white-space: pre-wrap;
    overflow-wrap: break-word;
}

@media (max-width: 600px) {
    .hdh-terminal {
        padding-inline: 20px;
    }

    .hdh-terminal__code {
        font-size: 14px;
        line-height: 1.6;
    }

    .hdh-banner__right {
        display: none;
    }
    
    .hdh-banner {
        grid-template-columns: 88% 42%;
    }
}

.hdh-contact {
    --hdh-cyan: #11c7ce;

    position: relative;
    width: 100%;
    height: 90px;
    background-color: #000;
    margin-top: 30px;
}

.hdh-contact::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 90%;
    height: 4px;

    background-color: var(--hdh-cyan);
}

.hdh-contact__button {
    position: absolute;
    top: 0;
    right: 10%;

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

    width: 325px;
    height: 78px;
    
    background-color: var(--hdh-cyan);

    color: #fff;
    font-family: "VT323", monospace;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 1px;
}

.hdh-about {
    margin: 0 auto;
    background-color: #000;
    padding: 0 16px 16px;
}

.hdh-about__top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    width: 100%;
    margin: 0 auto;
}

.hdh-about__logo {
    flex-shrink: 0;
}

.hdh-about__logo img {
    display: block;
    width: 380px;
    max-width: 100%;
    height: auto;
}

.hdh-about__date {
    position: relative;
    padding: 15px;
    border: 3px solid #14d9e6;
    text-align: center;
}

.hdh-about__date::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 100%;
    width: 200%;
    height: 3px;
    background: #14d9e6;
}

.hdh-about__date p {
    margin: 0;
    color: #fff;
    font-family: "VT323", monospace;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 1px;
}

.hdh-about__date p + p {
    margin-top: 10px;
}

.hdh-about__content {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;

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

.hdh-about__content p {
    margin: 0 0 48px;
}

.hdh-about__content p:last-child {
    margin-bottom: 0;
}

/* ==========================
   Tablet
   ========================== */

@media (max-width: 900px) {
    .hdh-about__top {
        gap: 28px;
    }

    .hdh-about__date {
        padding: 18px 24px;
    }

    .hdh-about__date::after {
        width: 70px;
    }

    .hdh-about__content {
        margin-top: 40px;
    }

    .hdh-menu {
        display: none;
    }

    .hdh-mobile-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        background-color: #000;
    }

    .hdh-mobile-menu__title {
        width: 100%;
        max-width: 394px;
        padding: 10px 15px;

    }

    @media (max-width: 500px) {
        .hdh-mobile-menu__title {
            max-width: 100%;
        }
    }

    .hdh-mobile-menu__title img {
        display: block;
        width: 100%;
        height: auto;
    }

    .hdh-mobile-menu__row-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: end;
    }
}

    .hdh-mobile-menu__row {
        width: 96%;
        min-height: 46px;

        display: flex;
        align-items: flex-start;

        border-top: 2px solid #ff1010;
    }

    .hdh-mobile-menu__row,
    .hdh-mobile-menu__row:visited,
    .hdh-mobile-menu__row:hover,
    .hdh-mobile-menu__row:active {
        text-decoration: none;
        color: inherit;
    }

    .hdh-mobile-menu__label {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 144px;
        min-height: 35px;

        background-color: #ff1010;
        color: #fff;

        font-family: "VT323", monospace;
        font-size: 22px;
        line-height: 1;
        text-align: center;
    }

/* ==========================
   Mobile
   ========================== */

@media (max-width: 700px) {
    .hdh-about__top {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .hdh-about__logo img {
        height: 220px;
        width: auto;
        object-fit: contain;
    }

    .hdh-about__date {
        width: 100%;
    }

    .hdh-about__date::after {
        display: none;
    }

    .hdh-about__date p {
        font-size: 26px;
    }

    .hdh-about__content {
        margin-top: 32px;
        font-size: 18px;
        line-height: 1.55;
    }

    .hdh-about__content p {
        margin-bottom: 32px;
    }
    
    .hdh-contact {
        height: 30px;
    }

    .hdh-contact__button {
        width: 136px;
        height: 54px;

        font-size: 22px;
    }

    #duvidas.container-duvidas-hopiPride26 .kr-acc__content p {
        font-size: 16px !important;
    }
}

.hdh-newsletter {
    --hdh-cyan: #11c7ce;

    width: 100%;
    background-color: #000 !important;
    color: #fff !important;
}

/* Top line and button */

.hdh-newsletter__top {
    position: relative;
    width: 90%;
    height: 158px;

    background-color: #000 !important;
    border-top: 4px solid var(--hdh-cyan);
}

.hdh-newsletter__topButton {
    position: absolute;
    top: 0;
    right: 0;

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

    width: 375px;
    height: 88px;

    background-color: var(--hdh-cyan);

    color: #fff;
    text-decoration: none;

    font-family: "VT323", monospace;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 1px;

    transition: opacity .2s ease;
}

.hdh-newsletter__topButton:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/* Main content */

.hdh-newsletter__content {
    width: 80%;
    margin: 0 auto;

    background-color: #000 !important;
}

.hdh-newsletter__titleRow {
    display: flex;
    width: 100%;

    border-top: 4px solid var(--hdh-cyan);
}

.hdh-newsletter__title {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 325px;
    min-height: 78px;

    margin-top: -4px;
    padding: 10px 18px;

    background-color: #000 !important;
    color: #fff !important;

    border: 4px solid var(--hdh-cyan);

    font-family: "VT323", monospace;
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
}

.hdh-newsletter__text {
    max-width: 1120px;
    margin: 20px 0 34px;

    background-color: transparent !important;
    color: #fff !important;

    font-family: "Rajdhani", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.55;
}

/* Bottom line and button */

.hdh-newsletter__bottom {
    position: relative;
    width: 90%;
    height: 128px;

    background-color: #000 !important;
    border-top: 4px solid var(--hdh-cyan);
}

.hdh-newsletter__bottomButton {
    position: absolute;
    top: 0;
    right: 0;

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

    width: 325px;
    height: 78px;

    padding: 0;
    margin: 0;

    background-color: var(--hdh-cyan) !important;
    color: #fff !important;
    border: 0 !important;

    font-family: "VT323", monospace;
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
}

/* Tablet */

@media (max-width: 900px) {
    .hdh-newsletter__content {
        width: calc(100% - 48px);
    }

    .hdh-newsletter__title {
        width: 300px;
        font-size: 46px;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .hdh-newsletter__top {
        height: 90px;
        border-top-width: 3px;
    }

    .hdh-newsletter__topButton {
        right: 0;

        width: 136px;
        height: 54px;

        font-size: 22px;
    }

    .hdh-newsletter__content {
        width: calc(100% - 40px);
    }

    .hdh-newsletter__titleRow {
        border-top-width: 3px;
    }

    .hdh-newsletter__title {
        width: 190px;
        min-height: 58px;

        margin-top: -3px;
        padding: 8px 10px;

        border-width: 3px;

        font-size: 34px;
    }

    .hdh-newsletter__text {
        margin: 16px 0 28px;

        font-size: 18px;
        line-height: 1.5;
    }

    .hdh-newsletter__bottom {
        height: 82px;
        border-top-width: 3px;
    }

    .hdh-newsletter__bottomButton {
        right: 0;

        width: 136px;
        height: 54px;

        font-size: 22px;
    }
}

.hdh-newsletter__form {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 32px 0;
    background-color: #000;
}

.legend {
    display: none !important;
}

.calcmp__badge {
    display: none !important;
}

#calendar-visit {
    margin-top: 0 !important;
    padding-top:70px !important;
}

.hdh-partner {
    --hdh-cyan: #10c8d0;

    position: relative;
    width: 100%;
    height: 240px;
    background-color: #000;
    overflow: hidden;
}

/* Cyan line from the left edge to the label */

.hdh-partner::before {
    content: "";

    position: absolute;
    top: 49px;
    left: 0;

    width: 9.8%;
    height: 4px;

    background-color: var(--hdh-cyan);
}

/* Technology partner box */

.hdh-partner__label {
    position: absolute;
    top: 49px;
    left: 9.8%;

    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 340px;
    height: 142px;
    padding: 16px 30px;

    background-color: #000;
    border: 4px solid var(--hdh-cyan);

    color: #fff;
    font-family: "VT323", monospace;
    font-size: 52px;
    font-weight: 400;
    line-height: 0.88;
    letter-spacing: 1px;
}

/* Ophiron logo */

.hdh-partner__logo {
    position: absolute;
    top: 67px;
    left: calc(9.8% + 424px);

    width: 662px;
    height: 108px;
}

.hdh-partner__logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

/* Tablet */

@media (max-width: 1100px) {
    .hdh-partner {
        height: 205px;
    }

    .hdh-partner::before {
        top: 42px;
        width: 7%;
    }

    .hdh-partner__label {
        top: 42px;
        left: 7%;

        width: 290px;
        height: 122px;
        padding: 14px 24px;

        font-size: 44px;
    }

    .hdh-partner__logo {
        top: 58px;
        left: calc(7% + 350px);

        width: calc(93% - 350px);
        max-width: 560px;
        height: 92px;
    }
}

/* Mobile */

@media (max-width: 650px) {
    .hdh-partner {
        height: 260px;
    }

    .hdh-partner::before {
        top: 28px;
        width: 20px;
        height: 3px;
    }

    /*.hdh-partner__label {*/
    /*    top: 28px;*/
    /*    left: 20px;*/
    
    /*    width: 250px;*/
    /*    height: 105px;*/
    /*    padding: 12px 20px;*/
    
    /*    border-width: 3px;*/
    /*    font-size: 39px;*/
    /*}*/

    .hdh-partner__logo {
        top: 160px;
        left: 20px;

        width: calc(100% - 40px);
        height: 70px;
    }
}

.hdh-partner__label-mobile {
    display: none;
}

.hdh-partner-mobile {
    display: none;
}

@media (max-width: 900px) {
    .hdh-partner-desktop {
        display: none;
    }
    
    .hdh-partner::before {
        display: none;
    }
    
    .hdh-partner__label {
        display: none;
    }
    
    .hdh-partner-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 16px;
    }
    
    .hdh-partner__label-mobile {
        display: block;
        color: #fff;
        font-family: "VT323", monospace;
        font-size: 52px;
        font-weight: 400;
        line-height: 0.88;
        letter-spacing: 1px;
    }
    
    .hdh-partner__logo {
        display: block;
    }
}

.countdown-section {
    width: 100%;
    padding: 52px 16px 60px;
    color: #fff;
    background-color: #000;
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 20px;
}

.countdown {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(22px, 4.5vw, 76px);
    z-index: 1;
}

.countdown__item {
    display: flex;
    min-width: 110px;
    flex-direction: column;
    align-items: center;
}

.countdown__number {
    font-family: "VT323", monospace;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.08em;
}

.countdown__label {
    margin-top: 16px;
    font-family: "VT323", monospace;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.countdown__separator {
    margin-top: clamp(-5px, -0.3vw, 0px);
    font-family: "VT323", monospace;
    font-size: clamp(56px, 7.5vw, 112px);
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 700px) {
    .countdown-section {
        padding: 40px 16px 44px;
    }

    .countdown {
        gap: 8px;
    }

    .countdown__item {
        min-width: 0;
        flex: 1;
    }

    .countdown__number,
    .countdown__separator {
        font-size: 50px;
    }

    .countdown__label {
        margin-top: 10px;
        font-size: 20px;
    }
    
    .countdown-intro {
        flex-direction: column;
    }
}

.hdh-newsletter__form button.bricks--component-button {
    background: #10c8d0 !important;
    border-color: #10c8d0 !important;
    color: #ffffff !important;
}

