:root {
    --primary-color: #e81e29;
    --secundary-color: #444444;
    --strong-gray: #333;
    --text-color: #666666;
    --gray-light: #e9ecef;
    --green: #54b200;
    --white: #fff;
    --black: #000;
    --gray: #ced4da;
}

body {
    color: var(--text-color);
    overflow-x: hidden;
    font-family: "Montserrat";
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.w-40 {
    width: 40%;
}

/*======================================================= Modal Login =======================================================*/

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-input {
    width: 48px;
    height: 56px;
    border-radius: 8px;
    border: 1.5px solid #dee2e6;
}

.code {
    color: var(--primary-color) !important;
}

.otp-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(192, 0, 0, 0.15);
}

#authModal .btn-danger {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.bg-sesion {
    background: linear-gradient(135deg, #e81e29 0%, #b8141c 100%) !important;
}

.btn-code {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border: 1px solid var(--primary-color) !important;
}

#authModal .btn-code:hover {
    background-color: #a00000;
    border-color: #a00000;
}

#authModal .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(192, 0, 0, 0.15);
}

/*======================================================= NAVBAR =======================================================*/

.navbar {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
}

.logo-nexum {
    height: 40px;
}

.responsive-btn-lg {
    display: none;
}

.bg-w {
    background-color: var(--white);
}

.navbar-nav .nav-link {
    color: var(--secundary-color);
    font-weight: 500;
    font-size: 14px;
    transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

.nav-link-login {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
}

.btn-comenzar {
    background-color: var(--primary-color);
    color: var(--white) !important;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(216, 24, 24, 0.3);
}

/*======================================================= Hero Banner =======================================================*/

.hero-banner {
    background-image: url(/assets/img/banner-hero.png);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    min-height: 555px;
    display: flex;
    align-items: center;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgba(0, 97, 52, 0) 0%, rgba(0, 0, 0, 0.231) 100%);
}

.info-promo {
    background-color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 32px;
    position: relative;
}

.product-title {
    max-width: 60%;
    height: auto;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}

.img-gasolineria {
    max-width: 900px !important;
    height: auto !important;
    margin: 0 auto;
    border-radius: 12px;
    position: absolute;
    bottom: -84px;
    left: -322px;
}

.img-carro {
    width: 480px;
    position: absolute;
    bottom: -30px;
}

/*======================================================= Como Participar =======================================================*/

#como-participar {
    padding: 80px 0px;
    img {
        max-width: 100%;
        height: auto;
    }
}

#como-participar {
    background-color: #f3f3f3;
}

.title-pasos {
    color: var(--primary-color) !important;
    font-weight: 800;
}

.subtitle-pasos {
    color: var(--strong-gray);
    font-weight: bold;
}

.nexum-link {
    background-color: var(--primary-color);
    color: var(--white);
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 24px;
    font-weight: bold;
}

.btn-ticket {
    background-color: var(--primary-color);
    color: var(--white);
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 24px;
    font-weight: bold;
}

#como-participar-pasos {
    background-color: #fafafa;
    overflow: hidden;
}

.step-tag {
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary-color, #d11c24);
}

.pasos-container {
    position: relative;
    max-width: 1100px;
    margin: 40px auto 0 auto;
    padding: 20px 0;
}

.pasos-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: linear-gradient(180deg, #e9ecef 0%, #d11c24 50%, #e9ecef 100%);
    transform: translateX(-50%);
    z-index: 1;
}

.orden-pasos {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.orden-pasos.lado-izq {
    flex-direction: row;
}

.orden-pasos.lado-der {
    flex-direction: row-reverse;
}

.pasos-img-wrapper {
    width: 45%;
    text-align: center;
}
.pasos-img-wrapper .step-main-img {
    max-width: 100%;
    height: auto;
    max-height: 380px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.pasos-img-wrapper:hover .step-main-img {
    transform: scale(1.03);
}

.pasos-content-card {
    width: 100%;
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.03);
    position: relative;
}

.step-badge {
    position: absolute;
    top: -30px;
    left: 30px;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    padding: 5px;
}

.step-badge img {
    width: 50%;
    height: auto;
    object-fit: contain;
    border-radius: 32px;
}

.step-arrow-icon {
    width: 60px;
    height: auto;
}

.nexum-link, .btn-ticket {
    background-color: var(--primary-color, #d11c24);
    color: #ffffff !important;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 0.9rem;
    box-shadow: 0 5px 15px rgba(209, 28, 36, 0.2);
    transition: all 0.3s ease;
}

.nexum-link:hover, .btn-ticket:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(209, 28, 36, 0.3);
}

/*======================================================= Funcionamiento dinamica =======================================================*/

#funcionamiento-dinamica {
    background-color: #ffffff;
    padding: 60px 20px;
    font-family: "Montserrat";
    color: #333333;
}

.dinamica-card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    padding: 12px 20px;
    border-radius: 8px;
}

.dinamica-container {
    max-width: 900px;
    margin: 0 auto;
}

.funcionamiento-header {
    text-align: center;
    margin-bottom: 40px;
}

.funcionamiento-header h2 {
    color: var(--primary-color);
    font-size: 2rem;
    margin-bottom: 8px;
    font-weight: 700;
}

#funcionamiento-dinamica .station-badge {
    display: inline-block;
    background-color: #e9ecef;
    color: #495057;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

#funcionamiento-dinamica .vigencia-box {
    background-color: #ffffff;
    border-radius: 8px;
    /* padding: 20px;
    text-align: center;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02); */
    margin-bottom: 40px;
}

#funcionamiento-dinamica .vigencia-title {
    font-size: 0.85rem;
    letter-spacing: 1px;
    color: #6c757d;
    font-weight: bold;
    margin-bottom: 6px;
}

#funcionamiento-dinamica .vigencia-dates {
    font-size: 1.1rem;
    color: #212529;
    margin: 0;
}

.funcionamiento-sections {
    margin-bottom: 40px;
}

.funcionamiento-sections h3 {
    font-size: 1.3rem !important;
    color: #212529;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.funcionamientos {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.accordion-button {
    background-color: #ffffff00 !important;
    border-radius: 0px !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    font-size: 1.3rem !important;
}

.accordion-button:focus {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04) !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color) !important;
}

.accordion-button:not(.collapsed) {
    color: var(--secundary-color) !important;
    background-color: #ffffff00 !important;
    border-radius: 0px !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    margin-bottom: 20px !important;
}

.accordion-body {
    padding: 0px !important;
}

.accordion-item {
    border: 0px solid #000 !important;
    background-color: #00000000 !important;
}

/*======================================================= Productos Participantes =======================================================*/

.section-title {
    color: var(--primary-color);
    font-weight: 800;
}

.section-subtitle {
    color: var(--text-color);
    line-height: 1.6;
}

.product-main-img {
    max-height: 480px;
    object-fit: contain;
}

.product-title {
    color: var(--secundary-color);
    font-size: 1.85rem;
    font-weight: 700;
    line-height: 1.25;
}

.brand-link {
    color: var(--primary-color);
    text-decoration: none;
}

.brand-link:hover {
    text-decoration: underline;
}

.product-price {
    color: var(--secundary-color);
    font-weight: 700;
    font-size: 1.75rem;
}

.btn-presentation {
    background-color: var(--gray-light) !important;
    border: 1px solid var(--gray) !important;
    color: var(--text-color);
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 4px;
    pointer-events: none;
}

.quantity-selector {
    border-radius: 4px;
    overflow: hidden;
}

.btn-quantity {
    background-color: var(--gray-light);
    border-color: var(--gray) !important;
    color: var(--text-color);
    font-weight: bold;
    transition: background-color 0.15s;
}

.btn-quantity:hover {
    background-color: var(--secundary-color) !important;
    color: var(--white);
}

#quantity-input {
    border-color: var(--gray);
    font-weight: 600;
    font-size: 0.9rem;
}

.btn-add-cart {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border: none;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.85rem;
    transition: background-color 0.2s, transform 0.1s;
}

.btn-add-cart:hover {
    background-color: #c91e28 !important;
    color: var(--white);
    transform: translateY(-1px);
}

.btn-add-cart:active {
    transform: translateY(0);
}
    
/*======================================================= Conoce tu premio =======================================================*/

#conoce-tu-premio {
    img {
        max-width: 100%;
        height: auto;
    }
}

#conoce-tu-premio {
    padding: 80px 0;
    background: linear-gradient( var(--strong-gray), var(--secundary-color));
    overflow: hidden;
}

.premio-imagen {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.premio-dinamica {
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.premio-imagen:hover .premio-dinamica {
    transform: translateY(-3px);
}

.prize-badge-floating {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background-color: #e81e29;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 50px;
    letter-spacing: 1px;
    box-shadow: 0 8px 20px rgba(232, 30, 41, 0.4);
    z-index: 3;
}

.premio-title {
    font-weight: 900;
    line-height: 1.1;
    color: var(--white);
}

.premio-title span {
    color: var(--primary-color);
}

.text-muted-custom {
    color: #a0aec0;
    font-size: 1.1rem;
    font-weight: 500;
}

.especificaciones {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.especificacion-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.especificacion-card:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(232, 30, 41, 0.4);
    transform: translateY(-3px);
}

.especificacion-card.card-wide {
    grid-column: span 2;
}

.especificacion-icon {
    background: rgba(232, 30, 41, 0.15);
    color: var(--primary-color);
    font-weight: 900;
    font-size: 1.2rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.especificacion-body h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--white);
}

.especificacion-body p {
    font-size: 0.9rem;
    color: #cbd5e1;
    margin: 0;
    line-height: 1.4;
}

.mensaje-leyenda {
    background: rgba(84, 178, 0, 0.1);
    border-left: 4px solid var(--green);
    border-radius: 8px;
    padding: 16px 20px;
    color: var(--green);
    font-weight: 600;
    font-size: 0.95rem;
}

.pulse-anime {
    width: 10px;
    height: 10px;
    background-color: var(--green);
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(84, 178, 0, 0.7);
    animation: pulseGlow 1.8s infinite;
    flex-shrink: 0;
}

.terms-link {
    color: #cbd5e1;
    font-size: 0.85rem;
    text-decoration: underline;
    transition: color 0.2s;
}

.terms-link:hover {
    color: #e81e29;
}

.leyenda-text {
    font-size: 0.75rem;
    font-style: italic;
    color: #94a3b8;
    margin: 0;
}

@keyframes pulseGlow {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(84, 178, 0, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(84, 178, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(84, 178, 0, 0);
    }
}

/*======================================================= Ranking ganadores =======================================================*/

#ranking-ganadores {
    padding: 90px 0;
    background: radial-gradient(135deg, #fafafa 0%, #eceff1 100%);
    position: relative;
    overflow: hidden;
}

.ranking-title {
    color: var(--primary-color);
    font-weight: 800;
}

.ranking-subtitle {
    color: var(--text-color);
    max-width: 600px;
    font-size: 1.05rem;
    line-height: 1.6;
}

.select-sucursal {
    position: relative;
    max-width: 280px;
}

.sucursales {
    width: 100%;
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: 700;
    color: #1a202c;
    background-color: var(--white);
    border: 2px solid #e2e8f0;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    appearance: none;
    outline: none;
    transition: all 0.3s ease;
}

.sucursales {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px 12px;
    min-width: 260px;
}

.ranking-tops {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 30px;
    margin-top: 60px;
}

.ranking-card {
    background: var(--white);
    border-radius: 24px;
    width: 100%;
    max-width: 340px;
    padding: 40px 30px 30px 30px;
    position: relative;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #edf2f7;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.rank-silver-card {
    order: 1;
}

.rank-gold-card {
    order: 2;
    border: 2.5px solid var(--green);
    box-shadow: 0 20px 45px rgba(84, 178, 0, 0.15);
}

.rank-bronze-card {
    order: 3;
}

.ranking-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.card-border-indicator {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 4px;
    border-radius: 0 0 100px 100px;
}

.rank-gold-card .card-border-indicator { background: var(--green); }
.rank-silver-card .card-border-indicator { background: #a0aec0; }
.rank-bronze-card .card-border-indicator { background: #cd7f32; }

.top-num {
    position: absolute;
    z-index: 3;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 1.5rem;
    color: var(--white);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.top-num.gold {
    background: linear-gradient(135deg, #ffd700 0%, #f39c12 100%);
    border: 4px solid var(--white);
}

.top-num.silver {
    background: linear-gradient(135deg, #e2e8f0 0%, #94a3b8 100%);
    border: 4px solid var(--white);
}

.top-num.bronze {
    background: linear-gradient(135deg, #ffedd5 0%, #ca8a04 100%);
    border: 4px solid var(--white);
}

.crown-icon {
    font-size: 0.85rem;
    margin-bottom: -3px;
    color: var(--white);
}

.icon-top-ranking {
    width: 70px;
    height: 70px;
    background: #f7fafc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 25px auto;
    color: #cbd5e0;
    font-size: 1.8rem;
}

.icon-top-ranking.main-leader {
    background: rgba(84, 178, 0, 0.08);
    color: var(--green);
    width: 80px;
    height: 80px;
    font-size: 2.2rem;
}

.rank-title {
    font-weight: 800;
    font-size: 1.15rem;
    line-height: 1.3;
    margin-bottom: 12px;
}

.rank-title-user {
    font-weight: 800;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 12px;
}

.text-gold { color: var(--green); }
.text-silver { color: #4a5568; }
.text-bronze { color: #718096; }

.rank-text {
    font-size: 0.9rem;
    color: #718096;
    line-height: 1.5;
}

.consultar-puntos {
    background: var(--white);
    /* padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    border: 1px solid #edf2f7; */
    display: inline-block;
    max-width: 650px;
}

.title-puntos {
    color: var(--strong-gray);
    font-size: 0.95rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.btn-consultar {
    background-color: var(--primary-color);
    color: var(--white) !important;
    text-decoration: none;
    padding: 14px 36px;
    font-size: 1rem;
    font-weight: 800;
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(232, 30, 41, 0.3);
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-consultar:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(232, 30, 41, 0.4);
}

/*======================================================= Registrar tickets =======================================================*/

.form-padding {
    padding: 40px;
}

.ticket-text {
    display: flex;
    justify-content: end;
}

.responsive-text {
    text-align: left;
}

.dropzone-container {
    position: relative;
}

.dropzone-custom {
    border: 2px dashed #aaa !important;
    background-color: #f1f1f1 !important;
    border-radius: 12px !important;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
    padding: 20px !important;
}

.dropzone-custom:hover {
    background-color: #e4e4e4 !important;
}

.dz-message {
    margin: 0 !important;
    color: #aaa;
    font-weight: 500;
    font-size: 0.9rem;
}

.custom-battle-check {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.custom-battle-check .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    border: 2px solid #cbd5e1;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    float: none;
    flex-shrink: 0;
}

.custom-battle-check .form-check-input:hover {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(232, 30, 41, 0.1);
}

.custom-battle-check .form-check-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(232, 30, 41, 0.15);
}

.custom-battle-check .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    box-shadow: 0 4px 10px rgba(232, 30, 41, 0.2);
}

.custom-battle-check .form-check-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #4a5568;
    cursor: pointer;
    user-select: none;
    line-height: 1.4;
}

.custom-battle-check .check-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px dashed rgba(232, 30, 41, 0.4);
    transition: all 0.2s ease;
}

.custom-battle-check .check-link:hover {
    color: #b8141c;
    border-bottom-style: solid;
    border-bottom-color: #b8141c;
}

/*======================================================= Modal Formulario =======================================================*/

.info-modal-trigger {
    color: #e81e29 !important;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-decoration: dashed;
}

.info-modal-trigger:hover {
    color: #b8141c !important;
    text-decoration: underline !important;
}

.modal-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background-color: #f1f5f9;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.3rem;
}

.modal-icon-box.box-highlight {
    background-color: rgba(232, 30, 41, 0.1);
    color: #e81e29;
}

.vigencia-badge {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

.btn-accordion-trigger {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 16px 20px;
    border-radius: 16px;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}

.btn-accordion-trigger:hover, 
.btn-accordion-trigger:focus {
    background: #f1f5f9;
    border-color: #cbd5e1;
    box-shadow: 0 6px 15px rgba(0,0,0,0.04);
}

.btn-accordion-trigger[aria-expanded="true"] .arrow-icon {
    transform: rotate(180deg);
}

.btn-accordion-trigger .arrow-icon {
    transition: transform 0.3s ease;
    color: #64748b;
}

.control-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.4;
}

.control-list-item i {
    color: #e81e29;
    font-size: 1.15rem;
    flex-shrink: 0;
    margin-top: 1px;
}

.title-suc {
    color: var(--primary-color);
}

.text-suc {
    color: var(--primary-color) !important;
}

.fa-clock {
    color: var(--primary-color);
    font-size: 20px;
}

.fa-location-dot {
    color: var(--primary-color);
    font-size: 22px;
}

/*======================================================= Up btn =======================================================*/

.btn-scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    background-color: var(--primary-color);
    color: var(--white) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(232, 30, 41, 0.35);
    z-index: 1050;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-scroll-top:hover {
    background-color: #c6131c;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(232, 30, 41, 0.5);
}

/*======================================================= Footer =======================================================*/

footer {
    background-color: var(--strong-gray);
}


footer ul {
    list-style: none !important;
    display: inline-flex !important;
    flex-direction: row !important;
    gap: 0px !important;
    padding: 0 !important;
    margin: 0 !important;
    align-items: center;
}

ul a {
    color: var(--white);
}

ul a:hover {
    color: var(--primary-color);
}

/*======================================================= Responsive =======================================================*/

@media (max-width: 1400px) {

    .product-title {
        max-width: 50%;
    }

    .img-gasolineria {
        width: 600px;
        left: -222px;
    }

    .img-carro {
        width: 380px;
        right: -100px;
    }

}
        
@media (max-width: 1200px) {
    .navbar-collapse {
        padding-bottom: 20px;
    }

    .info-promo {
        font-size: 14px;
    }

    .img-gasolineria {
        width: 540px;
    }

    .img-carro {
        width: 370px;
    }

    .rank-0 {
        display: none;
    }

    .responsive-btn {
        display: none;
    }

    .responsive-btn-lg {
        display: block;
    }
}

@media (max-width: 991px) {
    .w-40 {
        width: 100%;
    }

    .top-responsive {
	    display: none;
    }

    .product-title {
        max-width: 80%;
    }

    .responsive-br {
        display: none;
    }

    .responsive-order {
        flex-direction: column-reverse;
    }

    .pasos-container::before {
        display: none;
    }
    
    .orden-pasos,
    .orden-pasos.lado-izq,
    .orden-pasos.lado-der {
        flex-direction: column !important;
        align-items: flex-start;
        margin-bottom: 60px;
    }

    .pasos-img-wrapper,
    .pasos-content-card {
        width: 100%;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .pasos-img-wrapper {
        margin-bottom: 30px;
    }

    .pasos-content-card {
        padding-top: 50px;
        width: calc(100% - 40px);
    }
    
    .step-badge {
        left: 20px;
    }

    .header-section {
        text-align: center;
    }

    .ranking-tops {
        flex-direction: column;
        align-items: center;
        gap: 50px;
        min-height: auto;
    }
    
    .ranking-card {
        height: auto !important;
    }
    
    .rank-gold-card {
        order: 1;
    }
    
    .rank-silver-card {
        /* display: none; */
        order: 2;
    }
    
    .rank-bronze-card {
        /* display: none; */
        order: 3;
    }
}

@media screen and (min-width: 768px) {
    #como-participar {
        height: 460px;
    }
    #como-participar2 {
        height: 480px;
    }
}

@media (max-width: 768px) {
    .pasos-responsive {
        display: block;
    }

    .pasos {
        display: none;
    }

    .responsive-text {
        justify-content: center;
        align-items: center;
        text-align: center !important;
    }
    
    .especificaciones {
        grid-template-columns: 1fr;
    }
    .especificacion-card.card-wide {
        grid-column: span 1;
    }

    .form-padding {
        padding: 20px;
    }

    .direc, .horario {
        flex-direction: column;
        align-items: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 576px) {
    .hero-banner {
        min-height: 432px;
    }

    .pasos-container {
        margin-top: 0px;
    }

    .pasos-container::before {
        display: none;
    }
    .pasos-content-card {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .btn-comenzar {
        font-size: 14px;
    }
}

@media (max-width: 370px) {
    .btn-comenzar {
        padding: 10px;
        font-size: 14px;
    }
}

@media (max-width: 333px) {
    .logo-nexum {
        height: 30px;
    }
}