:root {
    --hrt-red: #e6331a;
    --hrt-black: #1d1d1b;
    --hrt-charcoal: #282828;
    --hrt-white: #ffffff;
    --hrt-muted: #d7d7d7;
    --hrt-gold: #d79b52;
}

body {
    font-family: "Roboto", "Source Sans Pro", Arial, sans-serif;
    background: var(--hrt-black);
    color: var(--hrt-white);
}

* {
    font-style: normal !important;
}

html {
    scroll-behavior: smooth;
}

.progress-wrap {
    background: rgba(29, 29, 27, 0.92) !important;
    border: 1px solid rgba(230, 51, 26, 0.55) !important;
}

.progress-wrap::after,
.progress-wrap::before {
    color: var(--hrt-red) !important;
}

.progress-wrap svg path,
.progress-wrap path,
.progress-circle path {
    stroke: var(--hrt-red) !important;
}

.progress-wrap:hover {
    background: var(--hrt-red) !important;
}

.progress-wrap:hover::after,
.progress-wrap:hover::before {
    color: var(--hrt-white) !important;
}

.progress-wrap:hover svg path,
.progress-wrap:hover path {
    stroke: var(--hrt-white) !important;
}

.preloader-whatsapp,
.hrt-whatsapp-float {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--hrt-white);
    background: #25d366;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.preloader-whatsapp {
    margin-top: 22px;
    padding: 12px 18px;
    border-radius: 999px;
    font-size: 16px;
}

.hrt-whatsapp-float {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 999;
    min-height: 58px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: 16px;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.preloader-whatsapp i,
.hrt-whatsapp-float i {
    font-size: 26px;
    line-height: 1;
}

.preloader-whatsapp:hover,
.hrt-whatsapp-float:hover {
    color: var(--hrt-white);
    background: #1ebe5d;
    transform: translateY(-3px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.34);
}

#inicio,
#servicios,
#expertise,
#clientes,
#contacto {
    scroll-margin-top: 110px;
}

.preloader,
.search_popup,
.search-popup-overlay,
#magic-cursor,
.cursor,
.dot,
.header-cart,
.mega-menu,
.nav-submenu,
.banner-spriller-1,
.banner-spriller-2,
.about-bg-shape,
.video-area-spriller-1,
.ticket-area-spriller-1,
.ticket-area-spriller-2,
.ticket-area-spinner-img,
.ticket-area-shape {
    display: none !important;
}

.header-one {
    background: rgba(18, 18, 17, 0.88);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.header-offcanvas,
.cart-sidebar,
.cart-overlay {
    display: none !important;
}

.header-menu .nav-menu {
    gap: 22px !important;
}

.nav-menu__link {
    font-size: 15px;
    letter-spacing: 0.01em;
}

.nav-menu__link[href="#contacto"] {
    white-space: nowrap;
}

.nav-menu__item.has-submenu > .nav-menu__link::after,
.nav-menu__item.has-submenu > .nav-menu__link::before,
.nav-menu__link::after,
.nav-menu__link::before {
    display: none !important;
    content: none !important;
}

.logo img,
.mobile-menu__logo img,
.twoffcanvas__logo img,
.footer-logo img,
.search_logo img {
    width: min(190px, 44vw);
    max-height: 76px;
    object-fit: contain;
}

.header-button .theme-btn-main,
.ticket-button,
.theme-btn-main.bg-main-600,
.tw-btn-circle.bg-main-600,
.video-button {
    background: var(--hrt-red) !important;
    border-color: var(--hrt-red) !important;
    color: var(--hrt-white) !important;
}

.hover-text-main-600:hover,
.hover-text-main-two-600:hover,
.text-main-600,
.text-main-two-600,
.text-main-three-600,
.section-sub-title,
.post-date {
    color: var(--hrt-red) !important;
}

.banner-area {
    min-height: 60vh;
    display: flex;
    align-items: center;
    padding: 96px 0 54px;
    background:
        linear-gradient(110deg, rgba(12, 12, 11, 0.98) 0%, rgba(29, 29, 27, 0.9) 44%, rgba(230, 51, 26, 0.26) 78%, rgba(215, 155, 82, 0.18) 100%),
        url("../images/backgrounds/hrt-bg-hero.png") center/cover no-repeat !important;
}

.banner-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 74% 32%, rgba(215, 155, 82, 0.18), transparent 28%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.05));
    pointer-events: none;
}

.banner-area .tw-container-1624-px {
    max-width: 1240px;
}

.banner-area .row {
    align-items: center;
    --bs-gutter-x: 1.5rem;
}

.banner-title {
    max-width: 590px;
    color: var(--hrt-white);
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: clamp(34px, 3.8vw, 52px);
    line-height: 1.05 !important;
    text-decoration: none !important;
    margin-bottom: 12px !important;
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.42);
}

.banner-title *,
.banner-sub-title * {
    text-decoration: none !important;
    border-bottom: 0 !important;
}

.banner-sub-title {
    color: rgba(215, 155, 82, 0.96) !important;
    font-family: "Roboto", Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 500;
    margin-top: 60px !important;
    text-transform: uppercase;
    font-size: clamp(15px, 1.25vw, 18px);
    line-height: 1.18 !important;
    max-width: 560px;
}

.banner-event-info-item {
    background: rgba(15, 15, 14, 0.46);
    border: 1px solid rgba(215, 155, 82, 0.22);
    border-radius: 8px;
    padding: 12px 16px;
    min-height: 50px;
    flex: 1 1 0;
    white-space: nowrap;
}

.banner-event-info {
    display: flex !important;
    flex-direction: row !important;
    gap: 12px;
    flex-wrap: nowrap;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    max-width: 590px;
}

.banner-event-info-item-content {
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: clamp(14px, 1.1vw, 16px) !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    margin-bottom: 0;
    white-space: nowrap;
}

.banner-event-info-item-icon {
    color: var(--hrt-red) !important;
}

.banner-img {
    border: 1px solid rgba(215, 155, 82, 0.24);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.5);
    max-width: 500px;
    margin-left: 0;
    position: relative;
}

.banner-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.28));
    pointer-events: none;
}

.banner-sticker {
    position: static !important;
    margin-top: 16px;
}

.banner-sticker .ticket-button {
    width: auto !important;
    height: 52px !important;
    min-height: 52px;
    border-radius: 8px !important;
    padding: 12px 22px;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    white-space: nowrap !important;
}

.banner-sticker .ticket-button-text {
    max-width: none !important;
    white-space: nowrap;
    line-height: 1.1;
    display: inline-block;
    font-size: 15px;
    white-space: nowrap !important;
}

.banner-sticker .ticket-button-icon {
    flex: 0 0 auto;
    line-height: 1;
}

.about-area,
.event-area,
.team-area,
.faq-area {
    background:
        radial-gradient(circle at 12% 20%, rgba(230, 51, 26, 0.14), transparent 30%),
        linear-gradient(135deg, #151515 0%, var(--hrt-black) 78%) !important;
}

.about-area .row {
    align-items: center;
}

.about-area .section-wrapper {
    max-width: 620px;
    margin-left: 0;
}

.about-area .section-title {
    max-width: 620px;
    font-size: clamp(28px, 2.8vw, 40px) !important;
    line-height: 1.12 !important;
    margin-bottom: 8px;
}

.about-area .section-description {
    max-width: 620px;
    font-size: clamp(15px, 1.2vw, 17px) !important;
    line-height: 1.72 !important;
    margin-top: 0 !important;
}

.hrt-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.hrt-value-card {
    min-height: 100%;
    padding: 22px 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(180deg, rgba(230, 51, 26, 0.22), rgba(255, 255, 255, 0.045));
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.hrt-value-card__label {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--hrt-white);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hrt-value-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    font-size: 14px;
}

.hrt-values-area {
    background:
        radial-gradient(circle at 82% 18%, rgba(230, 51, 26, 0.16), transparent 30%),
        linear-gradient(135deg, #171717 0%, #101010 75%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hrt-values-area .hrt-values-grid {
    margin-top: 0;
}

.about-area .section-wrapper .section-sub-title,
.about-area .section-wrapper .section-title,
.about-area .section-wrapper .section-description {
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: left;
}

.about-bg-blur,
.bg-blur {
    display: none !important;
}

.about-bg img,
.hrt-video,
.video-area-video img,
.testimonial-clients img,
.recent-post-item-thumb img {
    border-radius: 8px !important;
}

.about-bg img {
    width: 100%;
    min-height: clamp(520px, 58vw, 680px);
    aspect-ratio: auto;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.video-area-video {
    overflow: hidden;
    border-radius: 8px !important;
    background: #000;
    border: 1px solid rgba(215, 155, 82, 0.22);
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
}

.video-area {
    background:
        linear-gradient(135deg, rgba(21, 21, 21, 0.95), rgba(29, 29, 27, 0.9)),
        url("../images/backgrounds/hrt-bg-hero.png") center/cover no-repeat !important;
}

.hrt-video {
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px !important;
}

.section-title {
    color: var(--hrt-white);
    max-width: 880px;
    font-size: clamp(32px, 3.4vw, 48px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
}

.section-wrapper.text-center .section-title {
    margin-left: auto;
    margin-right: auto;
}

.section-sub-title {
    font-family: "Roboto", "Source Sans Pro", Arial, sans-serif !important;
    font-size: clamp(13px, 1vw, 16px) !important;
    line-height: 1.2 !important;
    letter-spacing: 0.12em !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.section-description,
.tab-item-description,
.ticket-card-description,
.faq-accordion-body,
.tw-mb-0.text--white,
.text--white-70 {
    color: var(--hrt-muted) !important;
}

.counter-area,
.event-area,
.team-area,
.ticket-area,
.testimonial-area,
.faq-area,
.cta-area,
.blog-area {
    display: none !important;
}

.hrt-event-slider {
    background:
        radial-gradient(circle at 85% 15%, rgba(230, 51, 26, 0.15), transparent 28%),
        linear-gradient(135deg, #111111 0%, var(--hrt-black) 72%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hrt-recent-slider {
    background:
        radial-gradient(circle at 12% 18%, rgba(215, 155, 82, 0.16), transparent 30%),
        linear-gradient(135deg, var(--hrt-black) 0%, #171717 76%);
}

.hrt-event-slider-wrapper {
    width: 100%;
    overflow: hidden;
}

.hrt-event-swiper {
    width: 100%;
    padding: 0 24px 8px;
    overflow: visible;
}

.hrt-event-swiper .swiper-wrapper {
    width: max-content;
    display: flex;
    gap: 24px;
    animation: hrtEventSliderLoop 90s linear infinite;
}

.hrt-recent-swiper .swiper-wrapper {
    animation-duration: 72s;
}

.hrt-event-slider:hover .hrt-event-swiper .swiper-wrapper {
    animation-play-state: paused;
}

.hrt-event-slide {
    width: min(430px, 78vw) !important;
    height: clamp(230px, 25vw, 330px);
    flex: 0 0 min(430px, 78vw);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
}

.hrt-event-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@keyframes hrtEventSliderLoop {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.hrt-highlights {
    background: linear-gradient(135deg, #151515 0%, var(--hrt-black) 70%);
}

.hrt-highlight-card {
    min-height: 198px;
    padding: 28px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.hrt-highlight-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: var(--hrt-red);
}

.hrt-highlight-card::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    right: -48px;
    bottom: -52px;
    background: rgba(230, 51, 26, 0.18);
    pointer-events: none;
}

.hrt-highlight-label {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.hrt-highlight-number {
    display: block;
    color: var(--hrt-red);
    font-size: clamp(42px, 4.4vw, 64px);
    line-height: 0.9;
    font-weight: 800;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
}

.hrt-highlight-card p {
    margin: 18px 0 0;
    color: var(--hrt-white);
    font-size: 18px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.hrt-expertise {
    background:
        radial-gradient(circle at 14% 15%, rgba(230, 51, 26, 0.18), transparent 28%),
        var(--hrt-black);
}

.hrt-expertise-slider {
    position: relative;
}

.hrt-expertise-swiper {
    overflow: visible;
    padding: 0 4px 52px;
}

.hrt-expertise-swiper .swiper-slide {
    height: auto;
}

.hrt-section-image {
    width: min(180px, 42vw);
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
}

.hrt-section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hrt-expertise-card {
    height: 100%;
    min-height: 100%;
    padding: 24px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
    border: 1px solid rgba(255, 255, 255, 0.13);
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hrt-expertise-card:hover {
    transform: translateY(-6px);
    border-color: rgba(215, 155, 82, 0.42);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.hrt-expertise-card--interactive {
    cursor: pointer;
}

.hrt-expertise-card--interactive:focus-visible {
    outline: 2px solid var(--hrt-red);
    outline-offset: 4px;
}

.hrt-expertise-card.is-featured {
    background: linear-gradient(180deg, rgba(230, 51, 26, 0.78), rgba(109, 22, 12, 0.76));
    border-color: rgba(215, 155, 82, 0.36);
}

.hrt-expertise-index {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: rgba(215, 155, 82, 0.18);
    border: 1px solid rgba(215, 155, 82, 0.28);
    color: var(--hrt-white);
    font-weight: 800;
}

.hrt-expertise-image {
    width: 100%;
    aspect-ratio: 16 / 11;
    margin-bottom: 22px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.08);
    position: relative;
}

.hrt-expertise-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.42));
    pointer-events: none;
}

.hrt-expertise-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hrt-expertise-card h3 {
    color: var(--hrt-white);
    margin-bottom: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.hrt-expertise-card p {
    color: rgba(255, 255, 255, 0.76);
    margin: 0;
    line-height: 1.62;
    font-size: 15px;
}

.hrt-expertise-pagination {
    position: static;
    margin-top: 28px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.hrt-expertise-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.28);
    opacity: 1;
}

.hrt-expertise-pagination .swiper-pagination-bullet-active {
    background: var(--hrt-red);
    transform: scale(1.15);
}

.hrt-modal-open {
    overflow: hidden;
}

.hrt-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.hrt-gallery-modal.is-active {
    display: block;
}

.hrt-gallery-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(6px);
}

.hrt-gallery-modal__dialog {
    position: relative;
    width: min(1080px, calc(100% - 32px));
    max-height: calc(100vh - 48px);
    margin: 24px auto;
    padding: 28px;
    border-radius: 8px;
    overflow: auto;
    background: linear-gradient(180deg, rgba(24, 24, 24, 0.98), rgba(14, 14, 14, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.hrt-gallery-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: var(--hrt-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hrt-gallery-modal__header {
    margin-bottom: 22px;
}

.hrt-gallery-modal__title {
    margin-bottom: 8px;
    color: var(--hrt-white);
    font-weight: 800;
}

.hrt-gallery-modal__subtitle {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.hrt-gallery-modal__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.hrt-gallery-modal__grid.is-slider {
    display: block;
}

.hrt-gallery-modal__swiper {
    overflow: hidden;
    padding-bottom: 18px;
}

.hrt-gallery-modal__swiper .swiper-slide {
    height: auto;
}

.hrt-gallery-modal__item {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.hrt-gallery-modal__item img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    display: block;
    object-fit: cover;
}

.hrt-gallery-modal__item--slide img {
    min-height: 220px;
    max-height: 320px;
}

.hrt-gallery-modal__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
}

.hrt-gallery-modal__arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: var(--hrt-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.hrt-gallery-modal__arrow:hover {
    background: rgba(230, 51, 26, 0.88);
    border-color: rgba(230, 51, 26, 0.88);
    transform: translateY(-2px);
}

.hrt-gallery-modal__pagination {
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    gap: 10px;
}

.hrt-gallery-modal__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.hrt-gallery-modal__pagination .swiper-pagination-bullet-active {
    background: var(--hrt-red);
    transform: scale(1.12);
}

.brand-area {
    background:
        linear-gradient(135deg, rgba(21, 21, 21, 0.94) 0%, rgba(29, 29, 27, 0.9) 58%, rgba(40, 40, 40, 0.88) 100%),
        url("../images/backgrounds/hrt-bg-clientes.png") center/cover no-repeat;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 96px;
}

.hrt-sponsors-area {
    padding-top: 86px;
}

.hrt-sponsors-note {
    max-width: 760px;
    margin: 14px auto 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 1.7;
}

.brand-area .section-title {
    color: var(--hrt-white);
    -webkit-text-stroke-color: rgba(230, 51, 26, 0.7);
    opacity: 1;
    font-size: clamp(38px, 5vw, 64px) !important;
    line-height: 1 !important;
}

.brand-wrapper {
    min-height: 124px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    box-shadow: none;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, opacity 180ms ease;
}

.brand-wrapper:hover {
    transform: translateY(-4px);
    background: rgba(230, 51, 26, 0.14);
    border-color: rgba(230, 51, 26, 0.7);
}

.brand-wrapper img {
    width: 100%;
    max-height: 70px;
    max-width: 78%;
    object-fit: contain;
    filter: brightness(0) invert(1) grayscale(1) contrast(1.15) !important;
    opacity: 0.86;
}

.brand-wrapper--sponsor img {
    max-height: 70px;
    max-width: 78%;
    filter: brightness(0) invert(1) grayscale(1) contrast(1.15) !important;
    opacity: 0.86;
}

.hrt-client-logos .col {
    display: flex;
}

.hrt-client-logos .brand-wrapper {
    width: 100%;
}

.hrt-client-logos,
.hrt-client-logos.aos-init,
.hrt-client-logos.aos-animate {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

.brand-wrapper--dark img {
    max-height: 70px;
    filter: none !important;
    opacity: 1;
}

.hrt-quote-cta {
    padding: 86px 0;
    background:
        radial-gradient(circle at 84% 50%, rgba(215, 155, 82, 0.2), transparent 28%),
        linear-gradient(135deg, #121211 0%, #1d1d1b 62%, rgba(230, 51, 26, 0.28) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hrt-quote-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(215, 155, 82, 0.24);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.hrt-quote-cta h2 {
    max-width: 760px;
    margin: 0 0 10px;
    color: var(--hrt-white);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
    font-weight: 800;
}

.hrt-quote-cta p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 1.6;
}

.counter-area,
.maquee-area,
.ticket-bg,
.footer {
    background:
        linear-gradient(135deg, rgba(29, 29, 27, 0.96), rgba(29, 29, 27, 0.9)),
        url("../images/backgrounds/hrt-bg-contacto.png") center/cover no-repeat !important;
}

.twoffcanvas {
    background:
        linear-gradient(145deg, rgba(21, 21, 21, 0.98), rgba(29, 29, 27, 0.96)),
        url("../images/backgrounds/hrt-bg-contacto.png") center/cover no-repeat !important;
    border-left: 3px solid var(--hrt-red);
}

.twoffcanvas__close-btn .close-btn,
.twoffcanvas .close-btn {
    color: var(--hrt-red) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(230, 51, 26, 0.42) !important;
}

.twoffcanvas__input {
    display: none !important;
}

.counter-title,
.text-stroke-main-two-600 {
    -webkit-text-stroke-color: var(--hrt-red) !important;
}

.ticket-card {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.05);
}

.ticket-card.active {
    background: var(--hrt-red) !important;
}

.faq-accordion-button:not(.collapsed),
.faq-accordion-button:hover {
    color: var(--hrt-white) !important;
    background: var(--hrt-red) !important;
}

.footer {
    border-top: 4px solid var(--hrt-red);
}

.hrt-contact-form {
    padding: 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.hrt-contact-form input,
.hrt-contact-form select,
.hrt-contact-form textarea {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.28);
    color: var(--hrt-white);
    outline: none;
}

.hrt-contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

.hrt-contact-form input::placeholder,
.hrt-contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.66);
}

.hrt-contact-form select {
    color: rgba(255, 255, 255, 0.82);
}

.hrt-contact-form input:focus,
.hrt-contact-form select:focus,
.hrt-contact-form textarea:focus {
    border-color: var(--hrt-red);
    box-shadow: 0 0 0 3px rgba(230, 51, 26, 0.18);
}

.nav-menu > li:last-child {
    display: none !important;
}

.tw-menu-bar,
.toggle-mobileMenu {
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background: var(--hrt-red) !important;
}

.theme-btn-icon {
    display: none !important;
}

.hrt-site-logo {
    width: auto;
    max-width: 180px;
    max-height: 52px;
    object-fit: contain;
}

.hrt-site-logo--footer {
    max-height: 60px;
}

.footer-widget-title::after {
    background: var(--hrt-red) !important;
}

.copyright-text {
    background: #151515;
}

@media (max-width: 767px) {
    .banner-area {
        min-height: auto;
        padding-top: 130px;
        padding-bottom: 80px;
    }

    .banner-title {
        font-size: clamp(32px, 8.8vw, 42px);
        max-width: 100%;
    }

    .banner-sub-title {
        font-size: clamp(17px, 4.6vw, 22px);
        margin-top: 32px;
    }

    .banner-event-info {
        flex-direction: column !important;
        align-items: stretch;
        flex-wrap: nowrap;
    }

    .banner-event-info-item {
        width: 100%;
    }

    .section-title {
        font-size: clamp(28px, 7.2vw, 38px) !important;
    }

    .brand-area .section-title {
        font-size: clamp(34px, 10vw, 46px) !important;
    }

    .brand-wrapper {
        min-height: 96px;
    }

    .hrt-quote-cta {
        padding: 64px 0;
    }

    .hrt-quote-cta__inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 26px;
    }

    .hrt-quote-cta__inner .theme-btn-main {
        width: 100%;
        justify-content: center;
    }

    .hrt-values-grid {
        grid-template-columns: 1fr;
    }

    .hrt-expertise-card {
        padding: 20px;
    }

    .hrt-gallery-modal__dialog {
        width: calc(100% - 24px);
        max-height: calc(100vh - 24px);
        margin: 12px auto;
        padding: 20px;
    }

    .hrt-gallery-modal__grid {
        grid-template-columns: 1fr;
    }

    .hrt-gallery-modal__nav {
        gap: 12px;
    }

    .hrt-gallery-modal__item img {
        min-height: 180px;
    }

    .hrt-whatsapp-float {
        left: 16px;
        bottom: 16px;
        min-height: 52px;
        padding: 0 16px;
        font-size: 14px;
    }

    .hrt-whatsapp-float i {
        font-size: 24px;
    }
}
