@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Theme Name: Stgo21K
    Theme URI: 
    Description: Página para ser utilizada en la carrera Stgo21K 2026.
    Author: Namy
    Version: 2.0 - Mobile First
-----------------------------------------------------------------------------------*/

/* ==========================================================================
   FONT FACES
   ========================================================================== */
@font-face {
    font-family: 'Donatto';
    src: url('../font/donatto-regular.otf') format('opentype'),
         url('../font/donatto-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   VARIABLES
   ========================================================================== */
:root {
    /* Fonts */
    --font-donatto: 'Donatto', sans-serif;
    --font-exo2: "Exo 2", sans-serif;

    /* Colors */
    --color-red: #B8240A; /* rgb(184, 36, 10) - Rojo más oscuro */
    --color-black--primary: #2F2E2C; /* rgb(47, 46, 44) */
    --color-gray-primary: #D4CCBC; /* rgb(212, 204, 188) */
    --color-white: #FFFFFF;
    --color-black: #000000;
}

/* ==========================================================================
   RESET & BASE STYLES
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
}

/* ==========================================================================
   LAYOUT UTILITIES
   ========================================================================== */
.section__padding {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.bg--black--primary {
    background-color: var(--color-black--primary);
}

.bg--red {
    background-color: var(--color-red);
}

.bg--red-custom {
    background: linear-gradient(150deg, var(--color-red) 80%, #FF6B35 100%)!important;
}

.text--red {
    color: var(--color-red)!important;
}

.text--black {
    color: var(--color-black)!important;
}

.text--left {
    text-align: left!important;
}

.color--timetrack {
    color: rgb(248, 102, 36);
}

/* ==========================================================================
   HEADER & HERO
   ========================================================================== */
header {
    width: 100%;
    background-color: var(--color-black--primary);
    display: flex;
    justify-content: center;
    align-items: end;
}

.hero__img {
    width: 100%;
    height: 100vh;
    background-color: var(--color-black--primary);
    background-image: url(../img/hero/hero-desktop_v3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}

.hero-fullscreen {
    height: 100vh;
    min-height: 100vh;
}

.hero__content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero__layout {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    position: relative;
}

.hero__date-left,
.hero__date-right {
    width: 200px;
    position: absolute;
}

.hero__date-left {
    top: 15%;
    left: 13%;
}

.hero__date-right {
    top: 40%;
    right: 15%;
}

.hero__center {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: bottom;
    margin-top: 22rem;
}

.hero__logo-container {
    margin-bottom: 2rem;
}

.hero__logo {
    max-width: 600px;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.hero__texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.hero__subtitle {
    font-family: var(--font-donatto);
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--color-white);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero__description {
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    max-width: 500px;
    line-height: 1.6;
}

.hero__date-card {
    font-family: var(--font-donatto);
    color: var(--color-red);
    font-size: 7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-align: center;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.hero__date-value {
    font-family: var(--font-donatto);
    color: var(--color-red);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1;
    margin: 0;
}

.hero__date-month {
    font-family: var(--font-donatto);
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1;
    margin: 1rem 0;
    color: var(--color-red);
}

.hero__date-year {
    font-family: var(--font-donatto);
    font-size: 7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1;
    margin: 0;
    color: var(--color-red);
}




.hero__cta {
    margin-top: 1rem;
}

.btn__cta--hero {
    font-size: 2rem;
    padding: 18px 50px;
    box-shadow: 0 12px 30px rgba(219, 42, 11, 0.6), 0 0 40px rgba(219, 42, 11, 0.4);
    animation: pulse-badge 2s ease-in-out infinite;
    width: 100%;
    max-width: 600px;
}


/* ==========================================================================
   NAVIGATION
   ========================================================================== */
.navbar {
    transition: all 800ms cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    font-family: var(--font-exo2);
    background: linear-gradient(180deg, rgba(5,24,35,1) 0%, rgba(5,24,35,0.5466561624649859) 52%, rgba(5,24,35,0) 97%);
    backdrop-filter: blur(0px);
    box-shadow: none;
}

.navbar-scrolled {
    background: linear-gradient(180deg, rgba(184, 36, 10, 0.95) 0%, rgba(255, 107, 53, 0.95) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: all 800ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-item {
    padding: 0.6em 2em;
}

.nav-item .nav-link {
    color: #fff;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.nav-item:hover .nav-link {
    border-bottom: 2px solid var(--color-white);
}

.nav-item .nav-link.active {
    color: #fff;
    border-bottom: 2px solid var(--color-white);
}

.navbar-toggler {
    border-color: var(--color-white);
    color: var(--color-white);
    font-size: 1.5rem;
}

.navbar-toggler:hover {
    color: var(--color-red);
}

.navbar-toggler:focus {
    border-color: transparent;
}

.navbar-nav {
    background-color: var(--color-black);
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
.title__section {
    text-transform: uppercase;
    font-family: var(--font-exo2);
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-red);
    margin-bottom: 0.9rem;
    letter-spacing: 0.2rem;
    
}

.title--primary {
    text-transform: uppercase;
    font-family: var(--font-donatto);
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
}

.title--secondary {
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    font-size: 1.563rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1.25rem;
}

.welcome__text {
    color: #fff;
    width: 100%;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn__cta {
    display: inline-block;
    background: linear-gradient(135deg, #DB2A0B 0%, #ff6b35 50%, rgb(247, 147, 30) 100%);
    color: white;
    font-family: var(--font-exo2);
    font-size: 1rem;
    font-weight: 500;
    padding: 12px 30px;
    border: none;
    box-shadow: 0 8px 15px rgba(219, 42, 11, 0.6), 0 0 20px rgba(219, 42, 11, 0.4);
    letter-spacing: 1px;
    text-transform: uppercase;
    animation: pulse-badge 2s ease-in-out infinite;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    z-index: 11;
}

.btn__cta:hover {
    text-decoration: none;
}

.btn__cta--black {
    display: inline-block;
    background: linear-gradient(135deg, #1a1a1a 0%, #333333 50%, #2a2a2a 100%);
    color: white;
    font-family: var(--font-exo2);
    font-size: 1rem;
    font-weight: 500;
    padding: 12px 30px;
    border: none;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.6), 0 0 20px rgba(0, 0, 0, 0.4);
    letter-spacing: 1px;
    text-transform: uppercase;
    animation: pulse-badge 2s ease-in-out infinite;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    z-index: 11;
}

.btn__cta--black:hover {
    text-decoration: none;
    background: linear-gradient(135deg, #2a2a2a 0%, #444444 50%, #3a3a3a 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.7), 0 0 25px rgba(0, 0, 0, 0.5);
}

.btn__cta--black::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

.btn__cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

.btn__regulation {
    display: inline-block;
    background-color: transparent;
    color: #ededed;
    font-family: var(--font-exo2);
    font-size: 1rem;
    font-weight: 500;
    padding: 12px 30px;
    border: 1px solid #ededed;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.btn__regulation:hover {
    background-color: var(--color-red);
    border-color: var(--color-red);
    color: #fff;
    text-decoration: none;
}

/* ==========================================================================
   SECTIONS & COMPONENTS
   ========================================================================== */
.information__box {
    display: flex;
    flex-direction: column;
}

.information {
    position: absolute;
}

/* ==========================================================================
   INFORMATION SECTION
   ========================================================================== */
.information--modern {
    background: linear-gradient(150deg, var(--color-red) 80%, #FF6B35 100%);
    padding: 2rem;
    padding-bottom: 1.5rem;
    box-shadow: 0 20px 40px rgba(219, 42, 11, 0.3);
    position: relative;
    overflow: hidden;
    height: fit-content;
}

.information--modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    pointer-events: none;
}

.information__header {
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.information__title {
    font-family: var(--font-donatto);
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.information__title i {
    font-size: 2.5rem;
    color: #FFD700;
}

.information__subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    font-weight: 300;
    margin: 0;
}

.information__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.information__card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.information__card-icon {
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.information__card-icon i {
    font-size: 2.5rem;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.information__card-content {
    position: relative;
    z-index: 2;
}

.information__card-title {
    font-family: var(--font-exo2);
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.information__card-value {
    font-family: var(--font-exo2);
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.information__card-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.information__card-detail i {
    color: #FFD700;
    font-size: 1rem;
}

.information__card-action {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.information__cta-container {
    margin-top: 1rem;
}

.information__cta-black-container {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.information__card-action .information__map-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    font-size: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.slogan__box {
    width: 100%;
    height: 600px;
    text-align: center;
    background: 
        linear-gradient(200deg, rgba(47, 46, 44,.35), rgba(219, 42, 11,.35)),
        url(../img/information/STGO-21K-by-ASICS-2025_PARTIDA.jpg) bottom/cover no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slogan__text {
    font-size: 3rem;
    font-weight: 600;
    line-height: 6rem;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 1px;
}

/* ==========================================================================
   CIRCUIT SECTION
   ========================================================================== */
.circuit__box {
    min-height: 100vh;
    position: relative;
    background: 
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
        url(../img/circuit/STGO-21K-by-ASICS-2025_15.jpg) center/cover no-repeat fixed;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.circuit__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(219, 42, 11, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

.circuit__header {
    position: relative;
    z-index: 2;
    margin-bottom: 4rem;
}

.circuit__subtitle {
    color: var(--color-gray-primary);
    font-size: 1.2rem;
    font-weight: 300;
    margin-top: 1rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.circuit__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.circuit__card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.circuit__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.circuit__card:hover::before {
    opacity: 1;
}

.circuit__card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: var(--color-red);
}

.circuit__card-header {
    margin-bottom: 1.5rem;
    position: relative;
}

.circuit__distance {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 1rem;
}

.circuit__number {
    font-family: var(--font-exo2);
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.circuit__unit {
    font-family: var(--font-exo2);
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-red);
    margin-left: 0.5rem;
}

.circuit__badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.circuit__badge--premium {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #000;
}

.circuit__badge--popular {
    background: linear-gradient(135deg, var(--color-red), #FF6B35);
    color: #fff;
}

.circuit__badge--beginner {
    background: linear-gradient(135deg, #4CAF50, #45A049);
    color: #fff;
}

.circuit__card-body {
    position: relative;
    z-index: 2;
}

.circuit__title {
    font-family: var(--font-exo2);
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.circuit__description {
    color: var(--color-gray-primary);
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.circuit__info {
    margin-bottom: 1.5rem;
}

.circuit__info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 0.9rem;
}

.circuit__info-item i {
    color: var(--color-red);
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

.circuit__status {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(219, 42, 11, 0.2);
    border: 1px solid var(--color-gray-primary);
    border-radius: 25px;
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
    color: var(--color-gray-primary);
    font-weight: 600;
    font-size: 0.9rem;
}

.circuit__status i {
    margin-right: 0.5rem;
}

.circuit__btn {
    background: linear-gradient(135deg, var(--color-red), #FF6B35);
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    border-radius: 25px;
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
    z-index: 2;
}

.circuit__btn:hover {
    background: linear-gradient(135deg, #FF6B35, var(--color-red));
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(219, 42, 11, 0.4);
}

.circuit__stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 3rem;
    position: relative;
    z-index: 2;
}

.circuit__cta-container {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    position: relative;
    z-index: 10;
}

.circuit__stat {
    text-align: center;
    color: #fff;
}

.circuit__stat-number {
    display: block;
    font-family: var(--font-exo2);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-red);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.circuit__stat-label {
    display: block;
    font-size: 0.9rem;
    color: var(--color-gray-primary);
    margin-top: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Animaciones especiales para las tarjetas */
.circuit__card--popular:hover .circuit__number,
.circuit__card--beginner:hover .circuit__number,
.circuit__card--premium:hover .circuit__number {
    color: var(--color-red);
    text-shadow: 0 0 20px rgba(219, 42, 11, 0.5);
}

/* ==========================================================================
   ANIMATED COUNTERS
   ========================================================================== */
#counter-number, 
#counter-percent-number, 
#counter-km-number {
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 1.5em;
    display: inline-block;
    transition: all 0.3s ease;
}

#counter-runners, 
#counter-percentage, 
#counter-km {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.1em;
}

/* ==========================================================================
   STATS SECTION
   ========================================================================== */
.stats__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.stats__item {
    text-align: center;
    padding: 1.5rem;
}


.stats__number {
    font-family: var(--font-exo2);
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.stats__label {
    font-family: var(--font-exo2);
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}


/* ==========================================================================
   KIT DELIVERY - NUEVA SECCIÓN
   ========================================================================== */
.kit-delivery-section {
    position: relative;
    background: var(--color-black--primary);
    min-height: 100vh;
    overflow: hidden;
}

.kit-delivery__hero {
    height: 850px;
    background: var(--color-black--primary);
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.kit-delivery__content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.kit-delivery__subtitle {
    font-family: var(--font-exo2);
    font-size: 1.2rem;
    font-weight: 600;
    color: #FFD700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.kit-delivery__title {
    font-family: var(--font-exo2);
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.kit-delivery__floating-card {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 90%;
    max-width: 900px;
    background: rgba(47, 46, 44, 0.95);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
    width: 100%;
}

.kit-delivery__map {
    flex: 1;
    background: #f0f0f0;
}

.kit-delivery__map iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(100%);
}

.kit-delivery__info {
    flex: 1;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.kit-delivery__description .text {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

/* Estilos para la información del kit */
.kit-info-section {
    margin-top: 2rem;
}

.kit-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.kit-info-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
}

.kit-info-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.kit-info-label {
    font-family: var(--font-exo2);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-red);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    display: block;
}

.kit-info-value {
    font-family: var(--font-exo2);
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}

.kit-info-value div {
    margin-bottom: 0.2rem;
}

.kit-delivery__footer {
    background: var(--color-red);
    padding: 4rem 0;
    padding-top: 9rem;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 400px;
}

/* Estilos para el footer del kit */
.kit__footer-title {
    font-family: var(--font-exo2);
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2rem;
}

.kit__social {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.kit__social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 2.5rem;
    transition: all 0.3s ease;
    border: none;
}

.kit__social-btn:hover {
    color: #fff;
    transform: translateY(-3px);
}

.kit-delivery__footer-title {
    font-family: var(--font-exo2);
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2rem;
}

.kit-delivery__social {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.kit-delivery__social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 3rem;
    transition: all 0.3s ease;
    border: none;
}

.kit-delivery__social-btn:hover {
    color: #fff;
    transform: translateY(-3px);
}

/* ==========================================================================
   SPONSORS FOOTER
   ========================================================================== */
.sponsors__footer {
    background: var(--color-black--primary);
    position: relative;
    overflow: hidden;
}

.sponsors__yellow-strip {
    height: 8px;
    background: var(--color-red);
    width: 100%;
}

.sponsors__main {
    padding: 1rem 0;
    background: var(--color-black--primary);
}

.sponsors__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3rem;
    gap: 3rem;
}

.sponsors__row:last-child {
    margin-bottom: 0;
    justify-content: center;
}

.sponsors__column {
    flex: 1;
}

.sponsors__category {
    font-family: var(--font-exo2);
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    text-align: left;
}

.sponsors__logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: center;
}

.sponsors__logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    min-height: 80px;
}

.sponsors__logo-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.sponsors__logo {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    height: auto;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.sponsors__logo:hover {
    filter: brightness(0) invert(1) drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
}

.sponsors__official-group {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.sponsors__official-item {
    text-align: center;
}

.sponsors__official-title {
    font-family: var(--font-exo2);
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.sponsors__official-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    min-height: 100px;
}

.sponsors__official-logo:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.sponsors__single-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    min-height: 100px;
}

.sponsors__single-logo:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.sponsors__powered {
    text-align: center;
}

.sponsors__powered-text {
    font-family: var(--font-exo2);
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.timetrack__box {
    border-top: 1px solid rgb(248, 102, 36);
    margin-top: 2rem;
    padding-top: 1rem;
}

.link__timetrack {
    text-decoration: none;
    color: rgb(248, 102, 36);
}

.link__timetrack:hover {
    color: #fff;
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
@keyframes pulse-badge {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 25px rgba(219, 42, 11, 0.6), 0 0 40px rgba(255, 107, 53, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 12px 35px rgba(219, 42, 11, 0.8), 0 0 60px rgba(255, 107, 53, 0.6);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/* Animaciones para las estadísticas */
@keyframes statsAppear {
    0% {
        opacity: 0;
        transform: scale(0.3) rotate(-10deg);
    }
    50% {
        transform: scale(1.1) rotate(2deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes statsNumberAppear {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.8);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes statsLabelAppear {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
