﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Great+Vibes&display=swap');

:root {
    --color-rojo-claro: #DF152B;
    --color-rojo-claro-rgb: 223, 21, 43;
    --color-rojo-oscuro: #C61326;
    --color-amarillo: #FFBD02;
    --color-azul-marino: #1B3662;
    --color-negro-azulado: #0D1D35;
    --color-gris-claro: #F4F4F4;
    --color-gris-2: #EBEBEB;
    --color-gris-oscuro: #DEDBDB;
    --color-gris: #F5F5F5;
    --color-verde: #1ABE11;
    --color-azul-claro: #4285F4;
    --color-naranja-estado: #F0ad4e;
    --text-gray: #666;
    --bs-danger: var(--color-rojo-claro);
    --bs-danger-rgb: 223, 21, 43;
    --bs-warning: var(--color-amarillo);
    --bs-warning-rgb: 255, 189, 2;
    --bs-light: var(--color-gris-claro);
    --bs-light-rgb: 235, 235, 235;
    --bs-body-font-family: 'Montserrat', sans-serif;
    --bs-body-color: var(--color-azul-marino);
    --bg-color: #EBEBEB;
}

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

.bg-gris-claro2 {
    background-color: var(--color-gris-2);
}

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


body {
    background-color: white;
}


.navbar {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow-wrap: break-word;
    flex-flow: nowrap;
}




.form-label {
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
    color: var(--color-azul-marino);
}


.form-control,
.form-select {
    border: 1px solid var(--bs-warning);
    border-radius: 6px !important;
    padding: 0.6rem 0.75rem;
    font-size: 0.95rem;
    color: var(--color-azul-marino);
}

    .form-control:focus,
    .form-select:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 189, 2, 0.25);
        border-color: var(--bs-warning);
    }


.input-group-text {
    border: 1px solid var(--bs-warning);
    color: var(--color-azul-marino);
    font-size: 1.1rem;
}

select ~ .input-group-text {
    pointer-events: none;
    position: absolute;
    right: 0;
    border-radius: 0px 6px 6px 0px;
    padding-left: 12px;
}

.input-group-text ~ select {
    border-radius: 6px;
}

.bg-yellow-btn {
    position: absolute;
    right: 0;
    border-radius: 0px 6px 6px 0px;
    padding-left: 12px;
}


.bg-light {
    background-color: var(--color-gris-claro) !important;
    color: var(--color-azul-marino);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px;
    border-radius: 4px;
    text-align: center;
    font-size: 0.9rem;
}

.bg-primary {
    background-color: var(--color-rojo-claro) !important;
}

.form-check-input {
    border: 1px solid var(--bs-danger);
    width: 1.4em;
    height: 1.4em;
    cursor: pointer;
}

    .form-check-input:checked {
        background-color: var(--bs-danger);
        border-color: var(--bs-danger);
    }

a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 700;
}

    a:hover {
        text-decoration: underline;
    }


.btn {
    border-radius: 50px;
    padding: 10px 40px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    height: 50px;
    transition: 0.3s;
}

    .btn:hover {
        transform: scale(1.02);
        box-shadow: 0 4px 10px rgba(223, 21, 43, 0.3);
    }

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--color-rojo-claro);
    border-color: var(--color-rojo-claro);
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: var(--color-rojo-claro);
    border-color: var(--color-rojo-claro);
    box-shadow: 0 0 0 .25rem rgba(var(--color-rojo-claro-rgb), 0.3);
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--color-rojo-claro-rgb), 0.3);
}

.btn-primary {
    background-color: var(--color-rojo-claro);
    border-color: var(--color-rojo-claro);
}

    .btn-primary:hover {
        background-color: var(--color-rojo-oscuro);
        border-color: var(--color-rojo-oscuro);
    }

.btn-danger:hover {
    background-color: var(--color-rojo-oscuro);
    border-color: var(--color-rojo-oscuro);
}

.btn-outline-dark {
    color: var(--color-azul-marino);
    border-color: var(--color-azul-marino);
    background-color: white;
}

    .btn-outline-dark:hover {
        background-color: var(--color-azul-marino);
        color: white;
    }

.alert-secondary {
    background-color: #F0F0F0;
    border: none;
    color: #666;
    font-size: 0.85rem;
    border-radius: 15px;
}

.alert-success {
    background-color: #E3F8E4 !important;
    box-shadow: 0px 0px 10px #00000029;
    border: 0;
    color: var(--color-negro-azulado);
}

    .alert-success i {
        color: var(--color-verde);
    }


.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    background-color: var(--color-negro-azulado);
    color: var(--color-amarillo) !important;
}

.offcanvas {
    background-color: var(--color-gris-claro);
}

.offcanvas-header {
    color: white;
}

.offcanvas-title {
    font-family: 'Great Vibes', cursive;
    font-size: 2rem;
}

.hero-section {
    background: linear-gradient(to right, #e0f7fa, #b2ebf2);
    min-height: 450px;
    position: relative;
    overflow: hidden;
}

.hero-title {
    font-size: 2rem;
    color: var(--color-negro-azulado);
    font-weight: 700;
}

.hero-display {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 6rem;
    line-height: 0.9;
    color: var(--bs-danger);
    text-transform: lowercase;
}

    .hero-display span:nth-child(even) {
        font-size: 5rem;
        vertical-align: middle;
    }


.btn-navy {
    background-color: var(--color-negro-azulado);
    color: white;
    padding: 15px 50px;
    font-size: 1.5rem;
    border-radius: 50px;
    border: none;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

    .btn-navy:hover {
        color: var(--color-amarillo);
        background-color: #0a1629;
    }

.suitcase-img {
    max-height: 450px;
    object-fit: contain;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

.card-points {
    background-color: #F4F4F4;
    border: none;
    border-radius: 15px;
}

.points-label {
    font-weight: 800;
    color: var(--color-azul-marino);
    font-size: 1.1rem;
    line-height: 1.2;
}

.points-value {
    font-weight: 800;
    color: var(--color-azul-marino);
    font-size: 2.5rem;
}

.vr-yellow {
    width: 3px;
    background-color: var(--color-amarillo);
    opacity: 1;
    height: 60px;
    border-radius: 2px;
}

.vigencia-text {
    color: #999;
    font-size: 0.9rem;
    font-weight: 600;
}

.card-objective {
    background-color: #F4F4F4;
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

.data-strip {
    padding: 15px;
    text-align: center;
    color: white;
}

.strip-red {
    background-color: var(--bs-danger);
    border-radius: 0 20px 0 0;
}

.strip-yellow {
    background-color: var(--color-amarillo);
    color: var(--color-azul-marino);
}

.strip-blue {
    background-color: var(--color-negro-azulado);
    border-radius: 0 0 20px 0;
}

.strip-label {
    font-size: 0.8rem;
    font-weight: 500;
    display: block;
    margin-bottom: 2px;
}

.strip-value {
    font-size: 1.2rem;
    font-weight: 800;
}

.gauge-container {
    position: relative;
    width: 220px;
    height: 110px;
    overflow: hidden;
    margin: 0 auto;
}

.gauge-chart {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: conic-gradient(#EBEBEB 0deg 90deg, var(--bs-danger) 270deg 320deg, var(--color-amarillo) 320deg 360deg, #EBEBEB 0deg);
    transform: rotate(-90deg);
    position: relative;
}

    .gauge-chart::after {
        content: '';
        position: absolute;
        top: 15%;
        left: 15%;
        width: 70%;
        height: 70%;
        background-color: #F4F4F4;
        border-radius: 50%;
    }

.gauge-data {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.percent-text {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--bs-danger);
    line-height: 1;
}

.user-dropdown-menu {
    border: none;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 20px;
    min-width: 280px;
    margin-top: 15px;
}

    .user-dropdown-menu::before {
        content: "";
        position: absolute;
        top: -10px;
        right: 20px;
        border-width: 0 10px 10px 10px;
        border-style: solid;
        border-color: transparent transparent white transparent;
    }

.user-avatar-large {
    width: 70px;
    height: 70px;
    background-color: var(--color-amarillo);
    color: var(--color-azul-marino);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: -50px auto 10px auto;
    border: 4px solid white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.user-level-badge {
    color: var(--bs-danger);
    font-weight: 800;
    text-transform: uppercase;
}


.navbar-nav-scroll,
.navbar-nav-scroll .nav-item,
.navbar-nav-scroll .nav-link {
    background-color: var(--color-amarillo);
}



.offcanvas {
    width: 350px;
    border-right: none;
    background-color: var(--bs-white);
}

.offcanvas-header {
    padding: 1.5rem 2rem;
    align-items: center;
}

.btn-close-custom {
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--color-negro-azulado);
    padding: 0;
    margin-right: 15px;
    line-height: 1;
    opacity: 1;
    transition: transform 0.2s;
}

    .btn-close-custom:hover {
        transform: scale(1.1);
        color: var(--bs-danger);
    }

.offcanvas-title-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--color-negro-azulado);
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.mobile-user-header {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.mobile-avatar-circle {
    width: 80px;
    height: 80px;
    background-color: var(--color-amarillo);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--color-azul-marino);
    border: 4px solid white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto 10px auto;
    position: relative;
}

.icon-plus-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--color-negro-azulado);
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-list-item {
    padding: 12px 0;
    font-weight: 600;
    color: var(--color-negro-azulado);
    font-size: 1rem;
    display: block;
    transition: color 0.2s;
    text-decoration: none;
}

    .menu-list-item:hover {
        color: var(--bs-danger);
        text-decoration: none;
    }

.menu-item-active {
    color: var(--bs-danger) !important;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.submenu-item {
    color: var(--bs-danger);
    font-weight: 600;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    text-decoration: none;
}

.menu-footer-link {
    margin-top: 20px;
    font-weight: 700;
    color: var(--color-negro-azulado);
    text-decoration: none;
}





.no-logueado {
    background-image: url('../img/app/img-fondo-login-blanco.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--color-gris-claro);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 25px;
}

.olvidaste {
    background-image: url('../img/app/img-fondo-login-blanco.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--color-gris-claro);
    min-height: 100vh;
}


.card-login {
    background-color: var(--bs-danger);
    border-radius: 30px;
    border: none;
    box-shadow: 0 10px 30px rgba(223, 21, 43, 0.3);
    max-width: 400px;
    width: 100%;
}


.logo-desktop {
    max-width: 280px;
    width: 100%;
}

.logo-mobile {
    max-width: 180px;
    width: 100%;
}

.input-group-text {
    background-color: white;
    border: none;
    color: var(--bs-danger);
    font-size: 1.3rem;
    padding-left: 12px;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.form-control {
    border: none;
    color: var(--bs-danger);
    font-weight: 500;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

    .form-control::placeholder {
        color: var(--bs-danger);
        opacity: 0.9;
    }

    .form-control:focus {
        box-shadow: none;
        background-color: white;
    }

.icon-eye {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    cursor: pointer;
    padding-right: 20px;
}

.btn-login {
    background-color: var(--bs-warning);
    color: var(--color-azul-marino);
    border: none;
    border-radius: 50px;
    padding: 12px;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 0.5px;
    width: 100%;
}

    .btn-login:hover {
        background-color: #eec644;
        color: var(--color-azul-marino);
    }

a {
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    border-bottom: 1px solid white;
    padding-bottom: 1px;
}

    a:hover {
        color: var(--bs-warning);
        border-color: var(--bs-warning);
    }

.link-help {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}


.navbar {
    background-color: var(--color-rojo-claro);
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .navbar h2 {
        font-family: 'Great Vibes', cursive;
        font-size: 2.5rem;
        margin: 0;
        line-height: 0.8;
        color: white;
    }

    .navbar h5 {
        font-weight: 700;
        letter-spacing: 2px;
        font-size: 0.8rem;
        margin: 0;
        color: white;
        line-height: 1.1;
    }

.card {
    border: none;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: white;
    max-width: 500px;
    width: 100%;
}

.text-primary {
    color: var(--color-rojo-claro) !important;
}

.text-danger {
    color: #D71921 !important;
}

.text-muted {
    font-size: 0.9rem;
    line-height: 1.4;
}

.cerrar {
    background-color: var(--color-rojo-claro);
    border: none;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    padding: 0;
}

    .cerrar.btn-white {
        background-color: var(--bs-white) !important;
    }


.btn-outline-primary {
    border-color: var(--color-rojo-claro) !important;
    color: var(--color-rojo-claro) !important;
}

    .btn-outline-primary:hover,
    .btn-outline-primary:focus {
        background-color: var(--color-rojo-claro) !important;
        color: white !important;
    }

.btn-danger.rounded-circle {
    background-color: var(--color-rojo-claro);
    border: none;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    padding: 0;
    aspect-ratio: 1 / 1;
}

.form-control-olvidaste {
    border: 1px solid #FFC107;
    border-radius: 8px;
    padding: 12px 15px;
    color: #555;
}

    .form-control-olvidaste:focus {
        box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
        border-color: #FFC107;
    }

.list-group-item {
    border-radius: 15px !important;
    margin-bottom: 15px;
    border: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .list-group-item.active-option {
        border: 1px solid #D71921;
        background-color: #fff;
    }

.form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-right: 15px;
    border: 2px solid #adb5bd;
    flex-shrink: 0;
}

    .form-check-input:checked {
        background-color: #D71921;
        border-color: #D71921;
    }

.list-group {
    border-radius: 0;
}

.btn-warning {
    background-color: #FFC107;
    color: #003057;
    font-weight: 800;
    border-radius: 6px;
    padding: 12px;
    border: none;
    width: 100%;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

    .btn-warning:hover {
        background-color: #eec644;
        color: #003057;
    }

.vr {
    background-color: white;
    opacity: 1;
    width: 1px;
    height: 35px;
}

.carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--color-negro-azulado);
}

.cerrar {
    position: absolute;
    right: 20px;
}

.br-15px {
    border-radius: 15px;
}

.widget-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 600px;
    position: relative;
    margin: 0 auto;
}

.chart-wrapper {
    position: relative;
    z-index: 10;
    width: 40%;
    aspect-ratio: 1 / 1;
    background-color: var(--bg-color);
    border-radius: 50%;
    border: 10px solid var(--bg-color);
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

#apexChart {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chart-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    pointer-events: none;
}

.chart-label {
    display: block;
    color: #334155;
    font-weight: 500;
    font-size: clamp(0.8rem, 2.5vw, 1.2rem);
    line-height: 1;
}

.chart-value {
    display: block;
    color: var(--color-rojo-claro);
    font-weight: 800;
    font-size: clamp(1.4rem, 5vw, 2.2rem);
    line-height: 1.1;
}

.info-card {
    width: 75%;
    margin-left: -15%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.info-row {
    padding: 3% 5% 3% 20%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 3.5em;
}

.row-red {
    background-color: var(--color-rojo-claro);
    color: white;
}

.row-yellow {
    background-color: #FFC107;
    color: #212529;
}

.row-blue {
    background-color: #0F172A;
    color: white;
}

.info-title-text {
    font-size: clamp(0.7rem, 2vw, 0.95rem);
    font-weight: 400;
    margin: 0;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.info-amount-text {
    font-size: clamp(0.9rem, 3.5vw, 1.5rem);
    font-weight: 700;
    margin: 0;
    text-align: center;
    width: 100%;
}

.main-title {
    color: var(--color-rojo-claro);
    text-align: center;
    font-weight: 800;
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    margin-bottom: 20px;
}

.bottom-link {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #2196F3;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #2196F3;
    display: inline-block;
}



.main-assets-container {
    background-color: #F9F9F9;
}

.card-asset {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: none;
    height: 100%;
}

.card-asset-header {
    background-color: var(--bs-warning);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 15px;
    text-align: center;
    font-weight: 800;
    color: var(--color-azul-marino);
}

.custom-select-wrapper {
    position: relative;
}

.form-select-custom {
    height: 50px;
    border: 1px solid var(--bs-warning);
    border-radius: 8px;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 50px;
    color: var(--color-azul-marino);
    font-weight: 500;
}

    .form-select-custom:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 189, 2, 0.25);
        border-color: var(--bs-warning);
    }

.select-arrow-box {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-color: var(--bs-warning);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

    .select-arrow-box i {
        font-size: 1.2rem;
        color: var(--color-azul-marino);
    }

.asset-list-container {
    max-height: 220px;
    overflow-y: auto;
    padding: 15px 20px;
}

    .asset-list-container::-webkit-scrollbar {
        width: 6px;
    }

    .asset-list-container::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .asset-list-container::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

        .asset-list-container::-webkit-scrollbar-thumb:hover {
            background: #aaa;
        }

.asset-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 0.95rem;
    color: var(--color-azul-marino);
}

.check-icon {
    color: #4CAF50;
    font-size: 1.4rem;
    margin-right: 12px;
    flex-shrink: 0;
}

.btn-add-other {
    border: 2px solid #3B82F6;
    color: #3B82F6;
    background-color: white;
    font-weight: 700;
    border-radius: 50px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s;
}

    .btn-add-other:hover {
        background-color: #ebf5ff;
        color: #1d4ed8;
    }

.btn-save-custom {
    background-color: var(--color-rojo-claro);
    color: white;
    border: none;
    font-weight: 800;
    border-radius: 50px;
    padding: 12px 20px;
    width: 100%;
    transition: background 0.3s;
}

    .btn-save-custom:hover {
        background-color: #b71c1c;
        color: white;
    }

.section-title {
    color: var(--color-rojo-claro);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.client-name {
    color: var(--color-rojo-claro);
    font-weight: 800;
    font-size: 1.4rem;
}

.client-number {
    color: var(--color-azul-marino);
    font-weight: 400;
}

    .client-number strong {
        color: var(--color-azul-marino);
        font-weight: 800;
    }

.nav-pills-custom-wrapper {
    background-color: #E6E6E6;
    border-radius: 50px;
    padding: 5px;
    display: inline-block;
    max-width: 100%;
    overflow-x: auto;
}

.nav-pills .nav-link {
    border-radius: 50px;
    color: var(--color-azul-marino);
    font-weight: 700;
    padding: 10px 25px;
    margin: 0 2px;
    text-transform: none;
    transition: all 0.3s ease;
}

    .nav-pills .nav-link.active {
        background-color: var(--bs-danger);
        color: white;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .nav-pills .nav-link:not(.active):hover {
        background-color: rgba(0, 0, 0, 0.05);
    }

.btn-sigma-wide {
    background-color: var(--bs-danger);
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    padding: 12px 40px;
    border-radius: 50px;
    border: none;
    width: 100%;
    max-width: 400px;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(223, 21, 43, 0.2);
    transition: transform 0.2s;
}

    .btn-sigma-wide:hover {
        background-color: #C61326;
        color: white;
        transform: scale(1.02);
    }

.card-white-rounded {
    background-color: white;
    border-radius: 25px;
    padding: 30px 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.chart-title {
    color: var(--bs-danger);
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.filters-container {
    margin: 0 auto 30px auto;
}

.custom-select-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.form-select-custom {
    height: 50px;
    border: 1px solid var(--bs-warning);
    border-radius: 6px;
    padding-right: 50px;
    color: var(--color-azul-marino);
    font-weight: 500;
    text-align: center;
    appearance: none;
}

.select-arrow-box {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-color: var(--bs-warning);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.widget-wrapper-fix {
    margin-top: 20px;
    margin-bottom: 20px;
}

.progress-custom-container {
    position: relative;
    padding-top: 25px;
}

.progress-marker {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: var(--bs-danger);
    font-weight: 800;
    font-size: 1.1rem;
}

.custom-progress {
    height: 12px;
    border-radius: 10px;
    background-color: #E0E0E0;
    overflow: hidden;
}

.custom-progress-bar {
    background: linear-gradient(90deg, #FF7043, #FFCA28);
}

.stat-btn {
    border-radius: 20px;
    padding: 10px 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: white;
    border-width: 2px;
    border-style: solid;
}

.stat-num {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
}

.stat-label {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: underline;
    text-align: center;
}

.stat-btn-blue {
    border-color: var(--color-negro-azulado);
    color: var(--color-negro-azulado);
}

    .stat-btn-blue.active {
        background-color: var(--color-negro-azulado);
        color: white;
    }

.stat-btn-green {
    border-color: var(--color-verde);
    color: var(--color-verde);
}

    .stat-btn-green.active {
        background-color: var(--color-verde);
        color: white;
    }

.stat-btn-red {
    border-color: var(--color-rojo-claro);
    color: var(--color-rojo-claro);
}

    .stat-btn-red.active {
        background-color: var(--color-rojo-claro);
        color: white;
    }

.table-custom-header {
    padding: 15px;
    color: white;
    font-weight: 800;
    text-align: center;
    font-size: 1.1rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: background-color 0.3s ease;
}

.bg-header-blue {
    background-color: var(--color-negro-azulado);
}

.bg-header-green {
    background-color: var(--color-verde);
}

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

.table-sub-header {
    background-color: #6c757d;
    color: white;
    font-size: 0.8rem;
}

.product-img {
    max-height: 45px;
    object-fit: contain;
}

.icon-check {
    color: var(--color-verde);
    font-size: 1.5rem;
}

.icon-plus {
    color: #2196F3;
    font-size: 1.5rem;
    cursor: pointer;
}

.nav-pills-custom-wrapper {
    background-color: #E6E6E6;
    border-radius: 50px;
    padding: 5px;
    display: inline-block;
    max-width: 100%;
    overflow-x: auto;
}

.page-title {
    color: var(--bs-danger);
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    font-size: 1.1rem;
}

.page-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.text-highlight {
    color: var(--bs-danger);
    font-weight: 700;
}

.nav-pills-shop-container {
    background-color: #E6E6E6;
    border-radius: 50px;
    padding: 5px;
    display: inline-flex;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.nav-pills .nav-link {
    border-radius: 50px;
    color: var(--color-negro-azulado);
    font-weight: 700;
    padding: 8px 25px;
    white-space: nowrap;
    cursor: pointer;
}

    .nav-pills .nav-link.active {
        background-color: var(--bs-danger);
        color: white;
    }

.filters-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.filter-select-wrapper {
    position: relative;
    min-width: 180px;
    width: 48%;
}

.filter-select {
    width: 100%;
    border: 1px solid var(--bs-warning);
    border-radius: 5px;
    padding: 8px 35px 8px 15px;
    color: var(--color-negro-azulado);
    font-weight: 600;
    font-size: 0.9rem;
    background-color: white;
    appearance: none;
}

.filter-arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35px;
    background-color: var(--bs-warning);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: var(--color-negro-azulado);
}

.product-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    border: 1px solid #eee;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-combo {
    border: 2px solid var(--bs-danger);
}

.header-combo {
    background-color: var(--bs-danger);
    color: white;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 4px;
}

.card-promo {
    border: 2px solid var(--bs-warning);
}

.header-promo {
    background-color: var(--bs-warning);
    color: var(--color-negro-azulado);
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 4px;
}

.card-inner-body {
    padding: 15px;
    flex-grow: 1;
}

.combo-grid {
    display: flex;
    flex-wrap: wrap;
}

.combo-col {
    flex: 1 1 250px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.combo-divider {
    width: 1px;
    background-color: #eee;
    margin: 10px 0;
    display: none;
}


.page-title {
    color: var(--bs-danger);
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    font-size: 1.1rem;
}

.page-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.text-highlight {
    color: var(--bs-danger);
    font-weight: 700;
}

.nav-pills-shop-container {
    background-color: #E6E6E6;
    border-radius: 50px;
    padding: 5px;
    display: inline-flex;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.nav-pills .nav-link {
    border-radius: 50px;
    color: var(--color-negro-azulado);
    font-weight: 700;
    padding: 8px 30px;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
    border: none;
}

    .nav-pills .nav-link.active {
        background-color: var(--bs-danger);
        color: white;
    }

.filters-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.filter-select-wrapper {
    position: relative;
    min-width: 200px;
}

.filter-select {
    width: 100%;
    border: 1px solid var(--bs-warning);
    border-radius: 5px;
    padding: 8px 40px 8px 15px;
    color: var(--color-negro-azulado);
    font-weight: 600;
    font-size: 0.9rem;
    background-color: white;
    appearance: none;
    cursor: pointer;
}

.filter-arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35px;
    background-color: var(--bs-warning);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: var(--color-negro-azulado);
}

.product-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    border: 1px solid #eee;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-combo {
    border: 2px solid var(--bs-danger);
}

.header-combo {
    background-color: var(--bs-danger);
    color: white;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 4px;
}

.card-promo {
    border: 2px solid var(--bs-warning);
}

.header-promo {
    background-color: var(--bs-warning);
    color: var(--color-negro-azulado);
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 4px;
}

.card-inner-body {
    padding: 15px;
    flex-grow: 1;
}

.combo-grid {
    display: flex;
    flex-wrap: wrap;
}

.combo-col {
    flex: 1 1 250px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.combo-divider {
    width: 1px;
    background-color: #eee;
    margin: 10px 0;
    display: none;
}

.flip-card-concurso {
    height: 400px;
    margin-bottom: 30px;
}

.theme-concurso .card-content-area {
    background-color: #E6E6E6;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .theme-concurso .card-content-area::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, transparent 50%, rgba(0, 0, 0, 0.05) 50%);
        pointer-events: none;
    }

.concurso-title {
    color: var(--color-negro-azulado);
    font-weight: 800;
    font-size: 1.2rem;
    z-index: 2;
    text-transform: uppercase;
}

.theme-concurso .card-bottom-bar-front,
.theme-concurso .card-bottom-bar-back {
    background-color: var(--bs-danger);
    height: 60px;
    font-size: 1rem;
}

.theme-concurso .back-content-area {
    background-color: #E6E6E6;
    color: #555;
    padding: 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.concurso-terms-title {
    font-weight: 800;
    color: var(--color-negro-azulado);
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.concurso-terms-text {
    font-size: 0.85rem;
    line-height: 1.5;
}


.custom-select-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
}

.select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border: 1px solid #FFBD02;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    height: 45px;
    transition: all 0.3s;
}

    .select-trigger span {
        padding-left: 15px;
        font-weight: 600;
        color: #0D1D35;
    }

.select-arrow-box {
    background-color: #FFBD02;
    width: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0D1D35;
    font-size: 1.2rem;
}

.custom-select-container.active .select-arrow-box i {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #FFBD02;
    border-radius: 5px;
    margin-top: 5px;
    z-index: 100;
    display: none;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-select-container.active .select-options {
    display: block;
}

.option-item {
    padding: 10px 15px;
    cursor: pointer;
    color: #0D1D35;
    font-weight: 500;
    text-align: center;
    transition: background 0.2s;
}

    .option-item:hover {
        background-color: #FFF9C4;
        font-weight: 700;
    }


.hero-coupons {
    background: linear-gradient(90deg, #E6E6E6 0%, #F2F2F2 100%);
    overflow: hidden;
    position: relative;
}

.hero-img-container {
    position: relative;
    height: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-img {
    max-height: 100%;
    object-fit: cover;
    object-position: top;
}

.hero-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 20px;
}

.points-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}

.points-label {
    font-weight: 800;
    color: var(--color-negro-azulado);
    text-transform: uppercase;
    font-size: 0.9rem;
    line-height: 1.2;
}

.points-value {
    font-weight: 900;
    color: var(--color-negro-azulado);
    font-size: 2rem;
    line-height: 1;
}

.points-divider {
    border-right: 2px solid var(--bs-warning);
    height: 40px;
    margin: 0 20px;
    display: none;
}

.card-detail-wrapper {
    border: 2px solid var(--bs-warning);
    border-radius: 20px;
    background-color: white;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.detail-img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.product-detail-img {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
    margin-bottom: 20px;
}

.carousel-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid var(--color-negro-azulado);
    cursor: pointer;
}

    .dot.active {
        background-color: var(--color-negro-azulado);
    }

.detail-title {
    color: var(--color-negro-azulado);
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.detail-points {
    color: var(--bs-danger);
    font-weight: 900;
    font-size: 2rem;
    margin-bottom: 15px;
}

.detail-description {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: justify;
}

.controls-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.lbl-qty {
    font-weight: 700;
    color: var(--color-negro-azulado);
    font-size: 0.9rem;
    display: block;
    margin-bottom: 10px;
}

.qty-selector-blue {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-qty-blue {
    background: none;
    border: none;
    color: #4285F4;
    font-size: 2rem;
    line-height: 1;
    padding: 0 10px;
    cursor: pointer;
    font-weight: 300;
}

.input-qty-blue {
    width: 50px;
    height: 50px;
    border: 1px solid #4285F4;
    color: #4285F4;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}

.btn-trash-large {
    width: 50px;
    height: 50px;
    background-color: #F5F5F5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background 0.3s;
}

    .btn-trash-large:hover {
        background-color: #e0e0e0;
        color: var(--bs-danger);
    }

.btn-add-cart-detail {
    background-color: var(--bs-danger);
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    padding: 15px 40px;
    font-size: 1.1rem;
    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.3s;
}

    .btn-add-cart-detail:hover {
        background-color: #b71c1c;
        color: white;
    }

.btn-back-pill {
    border: 1px solid #aaa;
    background-color: white;
    color: #777;
    padding: 10px 40px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

    .btn-back-pill:hover {
        border-color: var(--color-negro-azulado);
        color: var(--color-negro-azulado);
    }

.custom-product-carousel {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 40px;
    position: relative;
}

.carousel-item .product-detail-img {
    max-height: 400px;
    object-fit: contain;
    margin: 0 auto;
}

.custom-indicators {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}

    .custom-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: transparent;
        border: 2px solid var(--color-negro-azulado);
        margin: 0 6px;
        opacity: 1;
        transition: all 0.3s;
    }

    .custom-indicators .active {
        background-color: var(--color-negro-azulado);
    }



@media (max-width: 768px) {
    .card-detail-wrapper {
        padding: 20px;
    }

    .detail-title {
        text-align: center;
    }

    .detail-points {
        text-align: center;
    }

    .controls-row {
        justify-content: center;
    }

    .btn-add-cart-detail {
        width: 100%;
    }

    .product-detail-img {
        max-height: 300px;
    }
}



@media (min-width: 768px) {
    .points-divider {
        display: block;
    }
}

.vigencia-text {
    color: #999;
    font-size: 0.85rem;
    margin-top: 5px;
}

.link-vigencia {
    color: #4285F4;
    text-decoration: underline;
    font-weight: 700;
    font-size: 0.9rem;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.btn-yellow-action {
    background-color: var(--bs-warning);
    color: var(--color-negro-azulado);
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto 30px auto;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 12px;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hero-coupons {
    background: linear-gradient(90deg, #E6E6E6 0%, #F2F2F2 100%);
    overflow: hidden;
    position: relative;
}

.hero-img-container {
    position: relative;
    height: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-img {
    max-height: 100%;
    object-fit: cover;
}

.hero-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 20px;
}

@media (max-width: 768px) {
    .hero-text-content {
        align-items: center;
        text-align: center;
    }

    .hero-img-container {
        height: 250px;
    }
}

.text-hero-red {
    color: var(--bs-danger);
    font-weight: 800;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 5px;
}

.text-hero-gray {
    color: #666;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.1;
}

.btn-portfolio {
    background-color: var(--color-negro-azulado);
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 50px;
    border: none;
    margin-top: 15px;
    font-size: 0.9rem;
}

.nav-pills-coupons {
    background-color: #E6E6E6;
    border-radius: 50px;
    padding: 5px;
    display: inline-flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

    .nav-pills-coupons .nav-link {
        border-radius: 50px;
        color: var(--color-negro-azulado);
        font-weight: 700;
        padding: 8px 30px;
        margin: 0 2px;
    }

        .nav-pills-coupons .nav-link.active {
            background-color: var(--bs-danger);
            color: white;
        }

.coupon-container {
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    max-width: 800px;
    margin: 0 auto;
}

.coupon-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    background: transparent;
}

.coupon-accordion .accordion-button:not(.collapsed) {
    background-color: var(--bs-warning);
    color: var(--color-negro-azulado);
    font-weight: 800;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    justify-content: center;
    text-align: center;
    padding: 12px;
}

.coupon-accordion .accordion-button.collapsed {
    background-color: white;
    color: var(--color-negro-azulado);
    font-weight: 800;
    border: 1px solid var(--bs-warning);
    border-radius: 10px;
    box-shadow: none;
    justify-content: center;
    text-align: center;
    padding: 12px;
}

.coupon-accordion .accordion-button::after {
    position: absolute;
    right: 20px;
    margin-left: 0;
}

.coupon-body {
    background-color: #E6E6E6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0;
    overflow: hidden;
}

.coupon-row-gray {
    background-color: #D9D9D9;
    color: var(--color-negro-azulado);
    font-weight: 700;
    font-size: 0.8rem;
    padding: 8px 15px;
    text-align: center;
}

.coupon-row-white {
    background-color: white;
    color: var(--color-negro-azulado);
    font-weight: 800;
    padding: 12px 15px;
    text-align: center;
    font-size: 0.95rem;
}

#accordionLiquidados .accordion-button:not(.collapsed),
#accordionCaducados .accordion-button:not(.collapsed) {
    background-color: #D9D9D9;
    border-color: #D9D9D9;
}

#accordionLiquidados .accordion-button.collapsed,
#accordionCaducados .accordion-button.collapsed {
    border: 1px solid #E0E0E0;
    color: #555;
}

.redemption-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.redemption-text {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}

    .redemption-text b {
        color: var(--color-negro-azulado);
        font-weight: 800;
    }

.redemption-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

    .redemption-row:last-child {
        border-bottom: none;
    }

.r-label {
    color: var(--color-negro-azulado);
    font-weight: 600;
    font-size: 0.9rem;
}

.r-value {
    color: #666;
    font-weight: 800;
    font-size: 1.2rem;
}

.input-redemption {
    border: 1px solid var(--bs-warning);
    border-radius: 5px;
    padding: 8px 15px;
    text-align: right;
    font-weight: 700;
    color: #666;
    width: 180px;
}

    .input-redemption::placeholder {
        font-weight: 400;
        font-size: 0.8rem;
        color: #ccc;
    }

.d-none-custom {
    display: none !important;
}

.hero-catalogo {
    background-color: #FFC107;
    position: relative;
    overflow: hidden;
    padding: 40px 20px;
    text-align: center;
}

.hero-catalogo-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-hero-catalogo {
    width: 100%;
    height: auto;
    border-radius: 0;
    object-fit: cover;
}

.btn-history {
    background-color: white;
    color: var(--color-negro-azulado);
    border: 1px solid var(--color-negro-azulado);
    border-radius: 50px;
    padding: 10px 40px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 30px auto;
    display: block;
    width: fit-content;
    transition: all 0.3s;
}

    .btn-history:hover {
        background-color: var(--color-negro-azulado);
        color: white;
    }

.points-summary-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.points-box {
    background-color: #F8F9FA;
    border-radius: 15px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 300px;
    justify-content: center;
}

.points-box-divider {
    width: 2px;
    height: 40px;
    background-color: var(--bs-warning);
}

.p-label {
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--color-negro-azulado);
    line-height: 1.2;
    text-align: right;
}

.p-value {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--color-negro-azulado);
}

.p-date {
    font-size: 0.75rem;
    color: #999;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.filters-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.prize-card {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    background: white;
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .prize-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    }

    .prize-card.active {
        border: 2px solid var(--bs-warning);
    }

    .prize-card:hover {
        border: 2px solid var(--bs-warning);
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

        .prize-card:hover .btn-add-cart {
            background-color: var(--bs-warning);
            color: var(--color-negro-azulado);
        }

.btn-add-cart {
    transition: all 0.3s ease;
}

.prize-img {
    height: 150px;
    object-fit: contain;
    margin-bottom: 15px;
}

.prize-title {
    font-weight: 800;
    color: var(--color-negro-azulado);
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 5px;
}

.prize-desc {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 10px;
    min-height: 3em;
}

.prize-points {
    font-weight: 900;
    color: var(--bs-danger);
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.btn-add-cart {
    background-color: #E0E0E0;
    color: var(--color-negro-azulado);
    border: none;
    border-radius: 50px;
    padding: 8px 20px;
    font-weight: 700;
    font-size: 0.85rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.prize-card.active .btn-add-cart {
    background-color: var(--bs-warning);
}

@media (max-width: 768px) {
    .hero-text-content {
        align-items: center;
        text-align: center;
    }

    .hero-img-container {
        height: 250px;
    }
}

.text-hero-red {
    color: var(--bs-danger);
    font-weight: 800;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 5px;
}

.text-hero-gray {
    color: #666;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.1;
}

.btn-portfolio {
    background-color: var(--color-negro-azulado);
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 50px;
    border: none;
    margin-top: 15px;
    font-size: 0.9rem;
}

.points-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}

.points-label {
    font-weight: 800;
    color: var(--color-negro-azulado);
    text-transform: uppercase;
    font-size: 0.9rem;
    line-height: 1.2;
}

.points-value {
    font-weight: 900;
    color: var(--color-negro-azulado);
    font-size: 2rem;
    line-height: 1;
}

.points-divider {
    border-right: 2px solid var(--bs-warning);
    height: 40px;
    margin: 0 20px;
    display: none;
}

@media (min-width: 768px) {
    .points-divider {
        display: block;
    }
}

.vigencia-text {
    color: #999;
    font-size: 0.85rem;
    margin-top: 5px;
}

.link-vigencia {
    color: #4285F4;
    text-decoration: underline;
    font-weight: 700;
    font-size: 0.9rem;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.btn-redeem {
    background-color: var(--bs-warning);
    color: var(--color-negro-azulado);
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto 30px auto;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 12px;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nav-pills-coupons {
    background-color: var(--color-gris-oscuro);
    border-radius: 50px;
    padding: 5px;
    display: inline-flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

    .nav-pills-coupons .nav-link {
        border-radius: 50px;
        color: var(--color-negro-azulado);
        font-weight: 700;
        padding: 8px 30px;
        margin: 0 2px;
    }

        .nav-pills-coupons .nav-link.active {
            background-color: var(--bs-danger);
            color: white;
        }

.coupon-container {
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    max-width: 800px;
    margin: 0 auto;
}

.coupon-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    background: transparent;
}

.coupon-accordion .accordion-button:not(.collapsed) {
    background-color: var(--bs-warning);
    color: var(--color-negro-azulado);
    font-weight: 800;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    justify-content: center;
    text-align: center;
    padding: 12px;
}

.coupon-accordion .accordion-button.collapsed {
    background-color: white;
    color: var(--color-negro-azulado);
    font-weight: 800;
    border: 1px solid var(--bs-warning);
    border-radius: 10px;
    box-shadow: none;
    justify-content: center;
    text-align: center;
    padding: 12px;
}

.coupon-accordion .accordion-button::after {
    position: absolute;
    right: 20px;
    margin-left: 0;
}

.coupon-body {
    background-color: #E6E6E6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0;
    overflow: hidden;
}

.coupon-details-grid {
    width: 100%;
}

.coupon-row-gray {
    background-color: #EBEBEB;
    color: var(--color-negro-azulado);
    font-weight: 700;
    font-size: 0.8rem;
    padding: 8px 15px;
    text-align: center;
}

.coupon-row-white {
    background-color: white;
    color: var(--color-negro-azulado);
    font-weight: 800;
    padding: 12px 15px;
    text-align: center;
    font-size: 0.95rem;
}

.data-label {
    color: #666;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 2px;
}

.data-val {
    color: var(--color-negro-azulado);
    font-size: 1rem;
    font-weight: 800;
}

.hero-icon-box {
    position: absolute;
    top: 20px;
    right: 10%;
    width: 60px;
}

#accordionLiquidados .accordion-button:not(.collapsed),
#accordionCaducados .accordion-button:not(.collapsed) {
    background-color: #E0DBDB;
    border-color: #E0DBDB;
    color: var(--color-negro-azulado);
    font-weight: 800;
}

#accordionLiquidados .accordion-button.collapsed,
#accordionCaducados .accordion-button.collapsed {
    border: 1px solid #E0E0E0;
    color: #555;
    background-color: white;
}

    #accordionLiquidados .accordion-button.collapsed:hover,
    #accordionCaducados .accordion-button.collapsed:hover {
        background-color: #f8f9fa;
        border-color: #ccc;
    }

@media (min-width: 992px) {
    .combo-divider {
        display: block;
        margin: 0;
    }
}

.prod-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    flex-shrink: 0;
}

.prod-info {
    flex-grow: 1;
}

.prod-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--color-negro-azulado);
    line-height: 1.2;
    margin-bottom: 5px;
}

.prod-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 0.8rem;
    font-weight: 600;
    color: #666;
}

.prod-price {
    color: var(--bs-danger);
    font-weight: 800;
    font-size: 1rem;
}

.subtotal-bar {
    border-top: 1px solid #eee;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--color-negro-azulado);
}

.btn-add {
    display: block;
    width: 90%;
    margin: 0 auto 15px auto;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 10px;
    border: none;
}

.btn-red {
    background-color: var(--bs-danger);
    color: white;
}

.btn-gray {
    background-color: #E0E0E0;
    color: var(--color-negro-azulado);
}

.pagination-box {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 30px 0;
}

.page-num {
    padding: 5px 12px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    color: #999;
}

    .page-num.active {
        background-color: var(--bs-danger);
        color: white;
    }

.page-text {
    font-size: 0.8rem;
    padding: 5px;
    cursor: pointer;
    color: #999;
}

.order-summary-card {
    border: 2px solid var(--bs-warning);
    border-radius: 15px;
    background: white;
    overflow: hidden;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.order-header {
    background-color: var(--bs-warning);
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
    font-size: 0.9rem;
    cursor: pointer;
    color: var(--color-negro-azulado);
}

.order-item {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.item-head {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    align-items: center;
}

.item-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.item-name {
    font-size: 0.85rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--color-negro-azulado);
}

.item-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: #555;
}

.qty-wrapper {
    display: flex;
    align-items: center;
}

.qty-input {
    width: 45px;
    height: 35px;
    text-align: center;
    border: 1px solid #0d6efd;
    border-left: none;
    border-right: none;
    color: #0d6efd;
    font-weight: 700;
    font-size: 1rem;
    -moz-appearance: textfield;
}

    .qty-input::-webkit-outer-spin-button,
    .qty-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.qty-btn {
    color: #0d6efd;
    font-size: 1.2rem;
    cursor: pointer;
    width: 30px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0d6efd;
    background: white;
    user-select: none;
}

    .qty-btn.minus {
        border-radius: 4px 0 0 4px;
        border-right: none;
    }

    .qty-btn.plus {
        border-radius: 0 4px 4px 0;
        border-left: none;
    }

    .qty-btn:active {
        background-color: #e3f2fd;
    }

.btn-del {
    background: #f1f1f1;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-total {
    padding: 15px;
    text-align: right;
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--color-negro-azulado);
}

.btn-checkout {
    width: 90%;
    margin: 0 auto 20px auto;
    display: block;
    background-color: var(--bs-danger);
    color: white;
    border: none;
    padding: 12px;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
}

.history-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.history-header {
    background-color: #E6E4E2;
    padding: 20px;
}

.history-title {
    text-align: center;
    font-weight: 800;
    color: var(--color-negro-azulado);
    margin-bottom: 15px;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.history-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 4px;
}

    .history-row:last-child {
        border-bottom: none;
    }

.history-label {
    font-weight: 600;
    color: var(--color-negro-azulado);
}

.history-val {
    font-weight: 800;
    color: #555;
}

.btn-history-detail {
    width: 100%;
    background-color: #4285F4;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

    .btn-history-detail.collapsed {
        background-color: white;
        color: #4285F4;
        border: 1px solid #4285F4;
    }

    .btn-history-detail i {
        transition: transform 0.3s;
    }

    .btn-history-detail:not(.collapsed) i {
        transform: rotate(180deg);
    }

.history-body {
    padding: 20px;
    background-color: white;
    border-top: 1px solid #ddd;
}

.history-product-item {
    border: 1px solid #4285F4;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
}

.h-prod-label {
    font-size: 0.8rem;
    color: #666;
}

.h-prod-title {
    font-size: 0.75rem;
    font-weight: 800;
    color: #555;
    text-transform: uppercase;
    text-align: right;
    max-width: 65%;
}

.h-prod-val {
    font-size: 0.9rem;
    font-weight: 800;
    color: #333;
}

.history-footer-total {
    text-align: right;
    font-size: 1.2rem;
    font-weight: 900;
    color: #555;
    padding-top: 10px;
    border-top: 2px solid #eee;
}




@media (min-width: 768px) {
    .combo-divider {
        display: block;
        margin: 0;
    }
}

.prod-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    flex-shrink: 0;
}

.prod-info {
    flex-grow: 1;
}

.prod-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--color-negro-azulado);
    line-height: 1.2;
    margin-bottom: 5px;
}

.prod-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 0.8rem;
}

.prod-price {
    color: var(--bs-danger);
    font-weight: 800;
    font-size: 1rem;
}

.subtotal-bar {
    border-top: 1px solid #eee;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--color-negro-azulado);
}

.btn-add {
    display: block;
    width: 90%;
    margin: 0 auto 15px auto;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 10px;
    border: none;
}

.btn-red {
    background-color: var(--bs-danger);
    color: white;
}

.btn-gray {
    background-color: #E0E0E0;
    color: var(--color-negro-azulado);
}

.pagination-box {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 30px 0;
}

.page-num {
    padding: 5px 12px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    color: #999;
}

    .page-num.active {
        background-color: var(--bs-danger);
        color: white;
    }

.page-text {
    font-size: 0.8rem;
    padding: 5px;
    cursor: pointer;
    color: #999;
}

.history-pills-container {
    background-color: #E0E0E0;
    border-radius: 50px;
    display: inline-flex;
    padding: 3px;
    margin-bottom: 20px;
}

.history-nav-link {
    padding: 8px 30px;
    border-radius: 50px;
    border: none;
    background: none;
    font-weight: 700;
    font-size: 0.85rem;
    color: #666;
    text-decoration: none;
}

    .history-nav-link.active {
        background-color: var(--bs-danger);
        color: white;
    }

.order-summary-card {
    border: 2px solid var(--bs-warning);
    border-radius: 15px;
    background: white;
    overflow: hidden;
    margin-bottom: 40px;
}

.order-header {
    background-color: var(--bs-warning);
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
    font-size: 0.9rem;
    cursor: pointer;
    color: var(--color-negro-azulado);
}

.order-item {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.item-head {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    align-items: center;
}

.item-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.item-name {
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--color-negro-azulado);
}

.item-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: #555;
}

.qty-wrapper {
    display: flex;
    align-items: center;
    gap: 0px;
}

.qty-input {
    width: 45px;
    height: 35px;
    text-align: center;
    border: 1px solid #0d6efd;
    border-left: none;
    border-right: none;
    color: #0d6efd;
    font-weight: 700;
    font-size: 1rem;
    -moz-appearance: textfield;
}

    .qty-input::-webkit-outer-spin-button,
    .qty-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.qty-btn {
    color: #0d6efd;
    font-size: 1.2rem;
    cursor: pointer;
    width: 30px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0d6efd;
    background: white;
    user-select: none;
}

    .qty-btn.minus {
        border-radius: 4px 0 0 4px;
        border-right: none;
    }

    .qty-btn.plus {
        border-radius: 0 4px 4px 0;
        border-left: none;
    }

    .qty-btn:active {
        background-color: #e3f2fd;
    }

.btn-del {
    background: #f1f1f1;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-make-order {
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
    background-color: var(--bs-danger);
    color: white;
    border: none;
    padding: 12px;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
}

.level-badge-container {
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    opacity: 1;
    padding: 20px 5px;
}

.level-inactive {
    opacity: 0.5;
    filter: grayscale(100%);
}

    .level-inactive:hover {
        opacity: 0.8;
    }

.level-icon-wrapper {
    font-size: 4rem;
    margin-bottom: 15px;
    color: var(--bs-warning);
    line-height: 1;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .level-icon-wrapper {
        font-size: 6rem;
    }
}

.level-icon-wrapper.platino {
    color: #CFD8DC;
}

.level-pill-btn {
    border-radius: 50px;
    padding: 8px 15px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.8rem;
    display: inline-block;
    min-width: 120px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .level-pill-btn {
        padding: 8px 25px;
        font-size: 0.9rem;
        min-width: 160px;
    }
}

.btn-pill-oro {
    background-color: var(--bs-warning);
    color: var(--color-negro-azulado);
}

.btn-pill-platino {
    background-color: var(--color-negro-azulado);
    color: white;
}

.btn-pill-inactive {
    background-color: #F5F5F5;
    color: #9E9E9E;
    box-shadow: none;
    border: 1px solid #E0E0E0;
}

.promo-banner-red {
    background-color: var(--color-rojo-claro);
    color: white;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(223, 21, 43, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.benefit-card {
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.benefit-header {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.benefit-icon-container {
    flex-shrink: 0;
}

.benefit-text-container {
    text-align: left;
}

.benefit-title {
    color: var(--color-rojo-claro);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 2px;
}

.benefit-desc {
    color: #004D40;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.2;
}

.benefit-desc-dark {
    color: var(--color-negro-azulado);
}

.benefit-table-header {
    display: flex;
    justify-content: space-between;
    padding: 8px 20px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #555;
    background-color: #f9f9f9;
}

.benefit-row {
    display: flex;
    height: 60px;
    border-top: 1px solid white;
}

.benefit-col {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1rem;
}

.col-green-dark {
    background-color: #1B5E20;
    color: white;
    font-size: 0.8rem;
    text-align: center;
    padding: 0 5px;
}

.col-blue-dark {
    background-color: var(--color-negro-azulado);
    color: white;
    font-size: 0.8rem;
    text-align: center;
    padding: 0 5px;
}

.col-gray-light {
    background-color: #F0F0F0;
    color: var(--color-negro-azulado);
}


.nav-pills-custom-wrapper {
    background-color: #E6E6E6;
    border-radius: 50px;
    padding: 5px;
    display: inline-block;
    max-width: 100%;
    overflow-x: auto;
}

.nav-pills .nav-link {
    border-radius: 50px;
    color: var(--color-negro-azulado);
    font-weight: 700;
    padding: 10px 30px;
    margin: 0 2px;
    transition: all 0.3s ease;
}

    .nav-pills .nav-link.active {
        background-color: var(--bs-danger);
        color: white;
    }

.flip-card {
    background-color: transparent;
    height: 290px;
    perspective: 1000px;
    cursor: pointer;
    margin-bottom: 30px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.flip-card-front {
    background-color: #f8f9fa;
}

.card-content-area {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-size: cover;
    background-position: center;
}

.card-brand-logo {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: auto;
    z-index: 2;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.card-product-img {
    max-width: 80%;
    max-height: 160px;
    object-fit: contain;
    z-index: 1;
    transition: transform 0.3s;
}

.flip-card:hover .card-product-img {
    transform: scale(1.05);
}

.card-bottom-bar-front {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1rem;
    position: relative;
}

.icon-rotate {
    margin-left: 8px;
    font-size: 1.2rem;
}

.bottom-subtext {
    font-size: 0.7rem;
    font-weight: 400;
    opacity: 0.9;
    text-transform: none;
}

.flip-card-back {
    transform: rotateY(180deg);
    background-color: #eee;
}

.back-content-area {
    flex-grow: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
}

.back-description {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
}

    .back-description strong {
        font-weight: 900;
    }

.price-list {
    font-size: 0.8rem;
    text-decoration: line-through;
    color: #666;
    margin-top: 10px;
}

.card-bottom-bar-back {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 1.2rem;
}

.theme-otto .card-content-area,
.theme-otto .back-content-area {
    background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
}

.theme-otto .card-bottom-bar-front,
.theme-otto .card-bottom-bar-back {
    background-color: var(--bs-danger);
}

.theme-otto .back-content-area {
    color: var(--color-negro-azulado);
}

.theme-otto .card-content-area {
    color: var(--color-negro-azulado);
    background-image: url(./img/27-tienda-sigma/img-fondo-promo-1@2x.png);
    background-size: 125%;
    background-position: center;
}

.theme-segoviana .card-content-area {
    background: radial-gradient(circle, #5e4520 0%, #2b1a08 100%);
    background-image: url(./img/27-tienda-sigma/img-fondo-promo-2@2x.png);
    background-size: 125%;
    background-position: center;
}

.theme-segoviana .back-content-area {
    background: #e3ded6;
    color: #2b1a08;
}

.theme-segoviana .card-bottom-bar-front,
.theme-segoviana .card-bottom-bar-back {
    background-color: var(--color-negro-azulado);
}

.theme-phila .card-content-area,
.theme-phila .back-content-area {
    background: white;
}

.theme-phila .card-bottom-bar-front,
.theme-phila .card-bottom-bar-back {
    background-color: var(--bs-danger);
}

.theme-phila .back-content-area {
    background: #f8f9fa;
}

.theme-phila .card-content-area {
    background: radial-gradient(circle, #5e4520 0%, #2b1a08 100%);
    background-image: url(./img/27-tienda-sigma/img-fondo-promo-3@2x.png);
    background-size: 125%;
    background-position: center;
}

.back-content-area {
    background-image: url(./img/27-tienda-sigma/img-promo-vta@2x.png) !important;
    background-size: 125%;
    background-position: center;
}



@media (max-width: 425px) {
    .info-row {
        padding-left: 22%;
        padding-right: 15px;
        align-items: center;
    }

    .info-title-text,
    .info-amount-text {
        text-align: center;
    }

    .nav-pills-custom-wrapper {
        font-size: 10px;
        width: 100%;
    }

        .nav-pills-custom-wrapper .nav-pills {
            align-items: center;
        }

        .nav-pills-custom-wrapper .nav-item {
            width: calc(100% / 3);
        }

        .nav-pills-custom-wrapper .nav-link {
            padding-left: 0px;
            padding-right: 0px;
            width: 100%;
        }
}

@media (max-width: 767.98px) {
    .links-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .forgot-password-container {
        margin-top: 0 !important;
    }

    .order-mobile-1 {
        order: 1;
    }

    .order-mobile-2 {
        order: 2;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .order-mobile-3 {
        order: 3;
    }

    .card-login {
        max-width: 100%;
        margin: 0 15px;
        border-radius: 20px;
    }
}


@media (max-width: 767.98px) {

    .offcanvas {
        width: 100%;
    }

    .navbar {
        overflow-x: scroll;
    }

    .navbar-brand-mobile {
        font-family: 'Great Vibes', cursive;
        font-size: 1.8rem;
        color: white;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-nav-scroll {
        flex-direction: row !important;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 0;
    }

        .navbar-nav-scroll .nav-item {
            flex: 0 0 auto;
        }

        .navbar-nav-scroll .nav-link {
            font-size: 0.75rem;
            padding: 20px 30px !important;
            white-space: normal;
            line-height: 1.2;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            text-wrap: inherit;
        }

    .hero-section {
        min-height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        background: linear-gradient(to bottom, #e0f7fa 0%, #b2ebf2 100%);
    }

    .hero-title {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    .hero-display {
        font-size: 4rem;
    }

        .hero-display span:nth-child(even) {
            font-size: 3.5rem;
        }

    .suitcase-img {
        max-height: 250px;
        margin-top: 10px;
        margin-right: -20px;
    }

    .btn-navy {
        padding: 8px 30px;
        font-size: 1rem;
    }

    .card-points {
        padding: 15px !important;
        margin-bottom: 15px !important;
    }

    .points-label {
        font-size: 0.8rem;
    }

    .points-value {
        font-size: 1.8rem;
    }

    .vr-yellow {
        height: 40px;
    }

    .gauge-container {
        width: 160px;
        height: 80px;
    }

    .gauge-chart {
        width: 160px;
        height: 160px;
    }

    .percent-text {
        font-size: 1.5rem;
    }

    .data-strip {
        padding: 10px 5px;
        font-size: 0.8rem;
    }

    .strip-value {
        font-size: 1rem;
    }
}




.title-section {
    color: var(--color-rojo-claro);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-top: 30px;
    text-align: center;
}

.title-checkout {
    color: var(--color-rojo-claro);
    font-weight: 800;
    font-size: 1.8rem;
    text-align: center;
}

.subtitle-checkout {
    text-align: center;
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 30px;
}

.card-summary {
    border: 2px solid var(--color-amarillo);
    border-radius: 20px;
    background: white;
    overflow: hidden;
    margin-bottom: 40px;
}

.card-header-yellow {
    background-color: var(--color-amarillo);
    padding: 15px;
    text-align: center;
    font-weight: 800;
    color: var(--color-azul-marino);
    font-size: 1rem;
}

.card-body-custom {
    padding: 20px 30px;
}

.cart-item {
    padding: 25px 0;
    border-bottom: 1px solid #E0E0E0;
}

    .cart-item:last-child {
        border-bottom: none;
    }

.cart-item-container {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr;
    justify-items: center;
}

.img-prod-cart {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.prod-info {
    text-align: center;
}

.prod-title {
    font-weight: 800;
    color: var(--color-azul-marino);
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 5px;
}

.prod-desc {
    font-size: 0.85rem;
    color: #555;
    line-height: 1.4;
}

.controls-grid {
    display: grid;
    width: 100%;
    grid-template-areas:
        "qty"
        "bottom";
    gap: 15px;
    margin-top: 10px;
}

.area-qty {
    grid-area: qty;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qty-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--color-azul-marino);
}

.qty-group {
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-qty {
    background: none;
    border: none;
    color: var(--color-azul-claro);
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    padding: 0 10px;
    cursor: pointer;
}

.input-qty {
    width: 45px;
    height: 45px;
    border: 1px solid var(--color-azul-claro);
    color: var(--color-azul-claro);
    font-weight: 700;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}

.area-bottom {
    grid-area: bottom;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-trash {
    width: 45px;
    height: 45px;
    background-color: #F5F5F5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.4rem;
    cursor: pointer;
    transition: 0.3s;
}

    .btn-trash:hover {
        background-color: #eee;
        color: var(--color-rojo-claro);
    }

.price-box {
    text-align: right;
}

.lbl-subtotal {
    font-size: 0.8rem;
    color: #777;
    display: block;
}

.val-subtotal {
    font-weight: 900;
    color: var(--color-azul-marino);
    font-size: 1.3rem;
}


@media (min-width: 992px) {
    .cart-item-container {
        grid-template-columns: auto 1fr auto;
        align-items: center;
        text-align: left;
        justify-items: start;
    }

    .img-prod-cart {
        width: 100px;
        height: 100px;
        margin: 0;
    }

    .prod-info {
        text-align: left;
    }

    .prod-title {
        font-size: 1rem;
    }

    .controls-grid {
        width: auto;
        grid-template-areas: "trash qty price";
        gap: 30px;
        align-items: center;
        margin-top: 0;
    }

    .area-qty {
        grid-area: qty;
        flex-direction: column;
        gap: 5px;
    }

    .area-bottom {
        display: contents;
    }

    .btn-trash {
        grid-area: trash;
    }

    .price-box {
        grid-area: price;
        text-align: right;
    }
}


.cart-footer {
    border-top: 1px solid var(--color-amarillo);
    padding-top: 20px;
    margin-top: 10px;
}

.row-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.footer-label {
    font-weight: 700;
    color: var(--color-azul-marino);
    font-size: 0.95rem;
}

.footer-val {
    font-weight: 800;
    color: var(--color-azul-marino);
    font-size: 1.2rem;
}

.footer-total-label {
    font-weight: 700;
    color: var(--color-azul-marino);
    font-size: 1.1rem;
}

.footer-total-val {
    font-weight: 900;
    color: var(--color-azul-marino);
    font-size: 1.8rem;
}

.address-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.address-label {
    color: #555;
    font-size: 1rem;
    margin-bottom: 10px;
}

.custom-select-wrapper {
    position: relative;
}

.custom-select-addr {
    width: 100%;
    height: 55px;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 0 15px;
    appearance: none;
    font-size: 1rem;
    color: #333;
    background: white;
}

    .custom-select-addr:focus {
        border-color: var(--color-amarillo);
        outline: none;
    }

.arrow-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background-color: var(--color-amarillo);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 1.2rem;
    color: var(--color-azul-marino);
}

.link-edit {
    color: var(--color-azul-claro);
    text-decoration: underline;
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-block;
    margin-top: 5px;
}

.btn-outline-add {
    width: 100%;
    height: 55px;
    border: 1px solid var(--color-azul-claro);
    border-radius: 50px;
    background: white;
    color: var(--color-azul-claro);
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.95rem;
}

.btn-confirm {
    background-color: var(--color-rojo-claro);
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    padding: 15px 0;
    width: 100%;
    max-width: 400px;
    font-size: 1.1rem;
    box-shadow: 0 5px 15px rgba(215, 25, 33, 0.3);
    transition: 0.3s;
}

    .btn-confirm:hover {
        background-color: #b9151c;
        transform: scale(1.02);
    }

@media (min-width: 992px) {
    .address-row {
        flex-direction: row;
        align-items: start;
    }

    .col-addr-input {
        flex: 1;
    }

    .col-addr-btn {
        width: 300px;
    }

    .custom-select-addr {
        border-color: var(--color-amarillo);
    }
}



.card-summary {
    border: 2px solid var(--color-amarillo);
    border-radius: 20px;
    background: white;
    overflow: hidden;
    margin-bottom: 30px;
}

.card-header-yellow {
    background-color: var(--color-amarillo);
    padding: 15px;
    text-align: center;
    font-weight: 800;
    color: var(--color-azul-marino);
    font-size: 1rem;
}

.card-body-custom {
    padding: 20px 30px;
}

.form-label-custom {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 5px;
    font-weight: 500;
}

.form-control {
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 10px 15px;
    color: #555;
}

    .form-control:focus {
        border-color: var(--color-amarillo);
        box-shadow: 0 0 0 0.25rem rgba(255, 189, 2, 0.25);
    }

.form-select-prefix {
    background-color: #E9ECEF;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
}

    .form-select-prefix:focus {
        border-color: var(--color-amarillo);
        box-shadow: 0 0 0 0.25rem rgba(255, 189, 2, 0.25);
    }

.cart-item-container {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr;
    justify-items: center;
}

.img-prod-cart {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.prod-info {
    text-align: center;
}

.prod-title {
    font-weight: 800;
    color: var(--color-azul-marino);
    font-size: 1rem;
    margin-bottom: 5px;
}

.prod-desc {
    font-size: 0.85rem;
    color: #555;
}

.controls-grid {
    display: grid;
    width: 100%;
    gap: 15px;
    margin-top: 10px;
    grid-template-areas: "qty" "bottom";
}

.area-qty {
    grid-area: qty;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qty-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--color-azul-marino);
}

.qty-group {
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-qty {
    background: none;
    border: none;
    color: var(--color-azul-claro);
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    padding: 0 10px;
    cursor: pointer;
}

.input-qty {
    width: 45px;
    height: 45px;
    border: 1px solid var(--color-azul-claro);
    color: var(--color-azul-claro);
    font-weight: 700;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}

.area-bottom {
    grid-area: bottom;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-trash {
    width: 45px;
    height: 45px;
    background-color: #F5F5F5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.4rem;
    cursor: pointer;
    transition: 0.3s;
}

    .btn-trash:hover {
        background-color: #eee;
        color: var(--color-rojo-claro);
    }

.lbl-subtotal {
    font-size: 0.8rem;
    color: #777;
    display: block;
    text-align: right;
}

.val-subtotal {
    font-weight: 900;
    color: var(--color-azul-marino);
    font-size: 1.3rem;
    text-align: right;
}

@media (min-width: 992px) {
    .cart-item-container {
        grid-template-columns: auto 1fr auto;
        align-items: center;
        text-align: left;
        justify-items: start;
    }

    .img-prod-cart {
        margin: 0;
    }

    .prod-info {
        text-align: left;
    }

    .controls-grid {
        width: auto;
        grid-template-areas: "trash qty price";
        gap: 30px;
        margin-top: 0;
    }

    .area-qty {
        flex-direction: column;
        gap: 5px;
    }

    .area-bottom {
        display: contents;
    }

    .btn-trash {
        grid-area: trash;
    }

    .price-box {
        grid-area: price;
    }
}

.cart-footer {
    border-top: 1px solid var(--color-amarillo);
    padding-top: 20px;
    margin-top: 20px;
}

.row-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.footer-label {
    font-weight: 700;
    color: var(--color-azul-marino);
    font-size: 0.95rem;
}

.footer-val {
    font-weight: 800;
    color: var(--color-azul-marino);
    font-size: 1.2rem;
}

.footer-total-label {
    font-weight: 700;
    color: var(--color-azul-marino);
    font-size: 1.1rem;
}

.footer-total-val {
    font-weight: 900;
    color: var(--color-azul-marino);
    font-size: 1.8rem;
}

.btn-confirm {
    background-color: var(--color-rojo-claro);
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    padding: 15px 0;
    width: 100%;
    max-width: 400px;
    font-size: 1.1rem;
    box-shadow: 0 5px 15px rgba(215, 25, 33, 0.3);
    transition: 0.3s;
}

    .btn-confirm:hover {
        background-color: #b9151c;
        transform: scale(1.02);
    }

.mw-100 {
    max-width: 100 !important;
}


.modal-content-custom {
    border-radius: 20px;
    border: none;
    overflow: hidden;
    padding: 10px;
}

.modal-header {
    border-bottom: none;
    padding-bottom: 0;
    position: relative;
}

.modal-title-custom {
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: var(--color-rojo-claro);
    font-size: 1.2rem;
}

.btn-close-red {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: var(--color-rojo-claro);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.modal-body {
    padding: 20px 30px 30px 30px;
}

.form-label {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 4px;
    font-weight: 600;
}

.form-control {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-size: 0.95rem;
    color: #333;
}

    .form-control::placeholder {
        color: #aaa;
    }

.form-select-yellow {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 5px;
    border: 1px solid #ffc107;
    padding: 10px 50px 10px 15px;
    font-size: 0.95rem;
    color: #555;
    width: 100%;
    background-color: white;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"), linear-gradient(to right, var(--color-amarillo) 0%, var(--color-amarillo) 100%);
    background-position: right 12px center, right 0 top 0;
    background-size: 16px 16px, 45px 100%;
    background-repeat: no-repeat;
}

.map-placeholder {
    width: 100%;
    height: 250px;
    background-color: #eee;
    background-image: url('https://mt1.google.com/vt/lyrs=m&x=13&y=28&z=6');
    background-size: cover;
    border-radius: 10px;
    margin: 25px 0;
    position: relative;
    overflow: hidden;
}

.map-overlay {
    width: 100%;
    height: 100%;
    background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/Google_Maps_Logo_2020.svg/1024px-Google_Maps_Logo_2020.svg.png') no-repeat center center;
    background-size: cover;
    opacity: 0.6;
}

.photo-upload-container {
    border: 2px dashed #0D1D35;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    min-height: 100px;
    position: relative;
}

.img-preview-box {
    width: 100px;
    height: 100%;
    background-color: #e9ecef;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
}

.img-preview-content {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icon-placeholder {
    font-size: 2rem;
    color: #adb5bd;
}

.btn-upload-red {
    background-color: var(--color-rojo-claro);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    flex: 1;
    margin-left: 15px;
    justify-content: center;
}

    .btn-upload-red:hover {
        background-color: #b01a2d;
        color: white;
    }

.icon-arrow-circle {
    font-size: 1.2rem;
}

.photo-help-text {
    font-size: 0.75rem;
    color: var(--color-azul-marino);
    font-weight: 600;
    width: 100px;
    line-height: 1.2;
    text-align: center;
}

.btn-action {
    width: 100%;
    border-radius: 50px;
    padding: 10px 0;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.btn-cancel {
    background-color: white;
    border: 1px solid var(--color-azul-marino);
    color: var(--color-azul-marino);
}

    .btn-cancel:hover {
        background-color: #f8f9fa;
    }

.btn-save {
    background-color: var(--color-rojo-claro);
    border: none;
    color: white;
    box-shadow: 0 4px 6px rgba(209, 31, 54, 0.3);
    margin-bottom: 0;
}

    .btn-save:hover {
        background-color: #b01a2d;
        color: white;
    }

.custom-select-container {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.options-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 100;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-select-container.active .options-list {
    display: block;
}

.option-item {
    padding: 10px;
    cursor: pointer;
    transition: background 0.2s;
}

    .option-item:hover {
        background-color: #f0f0f0;
        color: #333;
    }


.custom-select-container {
    position: relative;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
}

.select-trigger {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: white;
    border: 1px solid #FFBD02;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    height: 45px;
    transition: all 0.3s;
}

.select-value-text {
    padding: 10px 15px;
    font-size: 0.95rem;
    color: #555;
    display: flex;
    align-items: center;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-icon-box {
    background-color: #FFBD02;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e0a800;
    color: #0D1D35;
    font-size: 1.2rem;
}

    .select-icon-box i {
        transition: transform 0.3s ease;
    }

.custom-select-container.active .select-icon-box i {
    transform: rotate(180deg);
}

.options-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 100;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
}

.custom-select-container.active .options-list {
    display: block;
}

.option-item {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    font-size: 0.9rem;
}

    .option-item:last-child {
        border-bottom: none;
    }

    .option-item:hover {
        background-color: #f9f9f9;
        color: #D71921;
    }


.page-header-small {
    color: var(--color-rojo-claro);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-top: 30px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.page-title-main {
    color: var(--color-rojo-claro);
    font-weight: 800;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.empty-state-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

.empty-title {
    color: #6c757d;
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.empty-description {
    color: #888;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 40px;
    font-weight: 500;
}

.empty-img-wrapper {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.empty-img {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
}

.btn-back-red {
    background-color: var(--color-rojo-claro);
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    padding: 15px 40px;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 10px rgba(215, 25, 33, 0.3);
    transition: transform 0.2s, background-color 0.2s;
    text-decoration: none;
}

    .btn-back-red:hover {
        background-color: #b9151c;
        color: white;
        transform: scale(1.02);
    }

.icon-arrow-left {
    font-size: 1.2rem;
    stroke-width: 2px;
}


.page-title {
    color: var(--color-rojo-claro);
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1rem;
    margin-top: 30px;
}

.page-subtitle {
    text-align: center;
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 30px;
}

.custom-select-container {
    position: relative;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    z-index: 100;
}

.select-trigger {
    display: flex;
    align-items: stretch;
    background: white;
    border: 1px solid var(--color-amarillo);
    border-radius: 5px;
    cursor: pointer;
    height: 45px;
    overflow: hidden;
    transition: all 0.2s;
}

.select-value-text {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #555;
    font-size: 0.95rem;
    font-weight: 500;
}

.select-icon-box {
    width: 45px;
    background-color: var(--color-amarillo);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-azul-marino);
    font-size: 1rem;
}

    .select-icon-box i {
        transition: transform 0.3s;
    }

.custom-select-container.open .select-icon-box i {
    transform: rotate(180deg);
}

.options-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 200;
    margin-top: 5px;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}

.custom-select-container.open .options-list {
    display: block;
}

.option-item {
    padding: 10px 15px;
    cursor: pointer;
    color: #555;
    font-size: 0.9rem;
    transition: background 0.2s;
}

    .option-item:hover {
        background-color: #f8f9fa;
        color: var(--color-rojo-claro);
    }

    .option-item.selected {
        background-color: #fff3cd;
        font-weight: 700;
        color: var(--color-azul-marino);
    }

.btn-apply {
    background-color: var(--color-rojo-claro);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 10px 60px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1rem;
    box-shadow: 0 4px 6px rgba(215, 25, 33, 0.3);
    transition: 0.3s;
    margin-top: 15px;
}

    .btn-apply:hover {
        background-color: #b01a2d;
        color: white;
    }

.accordion-item {
    border: 2px solid var(--color-amarillo);
    border-radius: 15px !important;
    overflow: hidden;
    margin-bottom: 20px;
    background: white;
}

    .accordion-item + .accordion-item {
        border-top: 2px solid var(--color-amarillo);
    }

.accordion-header {
    margin-bottom: 0;
}

.accordion-button {
    background-color: var(--color-amarillo);
    color: var(--color-azul-marino);
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: none !important;
    padding: 12px 20px;
}

    .accordion-button:not(.collapsed) {
        background-color: var(--color-amarillo);
        color: var(--color-azul-marino);
        box-shadow: none;
    }

    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230D1D35'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

.accordion-body {
    padding: 20px;
    background-color: white;
}

.data-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    font-size: 0.9rem;
}

    .data-row:last-child {
        border-bottom: none;
    }

.label-text {
    font-weight: normal;
    color: var(--color-azul-marino);
}

.value-text {
    color: #555;
    text-align: right;
}

.value-bold {
    font-weight: 700;
    color: #7A8591;
    text-align: right;
}

.status-badge {
    border: 1px solid;
    border-radius: 8px;
    padding: 4px 15px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
}

    .status-badge.pendiente {
        border-color: #f0ad4e;
        color: #d68e00;
    }

    .status-badge.entregado {
        border-color: #198754;
        color: #198754;
    }


.btn-toggle-detail {
    width: 100%;
    border: 1px solid var(--color-azul-claro);
    background-color: white;
    color: var(--color-azul-claro);
    font-weight: 600;
    padding: 10px;
    border-radius: 8px;
    margin-top: 15px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

    .btn-toggle-detail.active {
        background-color: var(--color-azul-claro);
        color: white;
    }

    .btn-toggle-detail i {
        transition: transform 0.3s;
    }

    .btn-toggle-detail.active i {
        transform: rotate(180deg);
    }

.detail-content {
    border: 1px solid var(--color-azul-claro);
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    display: none;
}

    .detail-content.show {
        display: block;
        animation: fadeIn 0.3s ease;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.icon-copy {
    cursor: pointer;
    margin-left: 8px;
    color: #888;
}

    .icon-copy:hover {
        color: var(--color-azul-claro);
    }

.btn-warranty {
    width: 100%;
    border: 1px solid #aaa;
    background: white;
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px;
    border-radius: 50px;
    margin-top: 20px;
    transition: 0.3s;
}

    .btn-warranty:hover {
        border-color: var(--color-azul-marino);
        color: var(--color-azul-marino);
        background-color: #f8f9fa;
    }

.page-title {
    color: var(--color-rojo-claro);
    font-weight: 800;
    text-align: center;
    font-size: 1.2rem;
    margin: 30px 0;
}

.form-label-custom {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 5px;
}

.input-read-custom {
    background-color: white;
    border: 1px solid var(--color-amarillo);
    border-radius: 6px;
    padding: 10px 15px;
    font-weight: 700;
    color: #555;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
}

.input-wrapper {
    position: relative;
}

.icon-copy-input {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 1.1rem;
    cursor: pointer;
}

    .icon-copy-input:hover {
        color: var(--color-rojo-claro);
    }

.upload-section-title {
    text-align: center;
    font-size: 0.9rem;
    color: #888;
    margin-top: 40px;
    margin-bottom: 15px;
}

.upload-box {
    border: 2px dashed var(--color-rojo-claro);
    border-radius: 10px;
    background-color: rgba(215, 25, 33, 0.03);
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    max-width: 400px;
    margin: 0 auto;
}

    .upload-box:hover {
        background-color: rgba(215, 25, 33, 0.08);
    }

.upload-text {
    color: var(--color-rojo-claro);
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.upload-icon-circle {
    border: 2px solid var(--color-rojo-claro);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.files-count {
    text-align: center;
    font-weight: 700;
    color: #666;
    margin: 20px 0 10px 0;
    font-size: 0.9rem;
}

.file-item {
    background-color: #F3F3F3;
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    flex-basis: calc(50% - 10px);
}

.file-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.file-icon-box {
    font-size: 1.5rem;
    color: #aaa;
}

.file-details {
    line-height: 1.2;
}

.file-name {
    font-weight: 700;
    color: #555;
    font-size: 0.9rem;
}

.file-size {
    font-size: 0.8rem;
    color: #999;
}

.btn-delete {
    border: none;
    background: none;
    color: #999;
    font-size: 1.2rem;
    transition: 0.2s;
}

    .btn-delete:hover {
        color: var(--color-rojo-claro);
    }

.btn-submit-container {
    text-align: center;
    margin-top: 40px;
}

.btn-submit {
    padding: 12px 50px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    transition: 0.3s;
    min-width: 250px;
}

    .btn-submit.empty {
        background-color: white;
        border: 1px solid #ccc;
        color: #888;
    }

    .btn-submit.ready {
        background-color: var(--color-rojo-claro);
        border: 1px solid var(--color-rojo-claro);
        color: white;
        box-shadow: 0 4px 10px rgba(215, 25, 33, 0.3);
    }

        .btn-submit.ready:hover {
            background-color: #b01a2d;
        }

#fileListItems {
    display: flex;
    flex-wrap: wrap;
}

.points-summary-box {
    background-color: var(--color-gris-claro);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.points-title {
    font-weight: 700;
    color: var(--color-azul-marino);
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.points-value {
    font-weight: 900;
    color: var(--color-azul-marino);
    font-size: 2rem;
}

.points-validity {
    font-size: 0.8rem;
    color: #666;
}

.vigencias-link {
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 0.9rem;
    color: var(--color-azul-claro);
    text-decoration: none;
}

.custom-select-container {
    position: relative;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    z-index: 100;
}

.select-trigger {
    display: flex;
    align-items: stretch;
    background: white;
    border: 1px solid var(--color-amarillo);
    border-radius: 5px;
    cursor: pointer;
    height: 45px;
    overflow: hidden;
    transition: all 0.2s;
}

.select-value-text {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #555;
    font-size: 0.95rem;
    font-weight: 500;
}

.select-icon-box {
    width: 45px;
    background-color: var(--color-amarillo);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-azul-marino);
    font-size: 1rem;
}

    .select-icon-box i {
        transition: transform 0.3s;
    }

.custom-select-container.open .select-icon-box i {
    transform: rotate(180deg);
}

.options-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 200;
    margin-top: 5px;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}

.custom-select-container.open .options-list {
    display: block;
}

.option-item {
    padding: 10px 15px;
    cursor: pointer;
    color: #555;
    font-size: 0.9rem;
    transition: background 0.2s;
}

    .option-item:hover {
        background-color: #f8f9fa;
        color: var(--color-rojo-claro);
    }

    .option-item.selected {
        background-color: #fff3cd;
        font-weight: 700;
        color: var(--color-azul-marino);
    }

#accordionMovimientos .accordion-item {
    border: none;
    margin-bottom: 10px;
    background: transparent;
}

#accordionMovimientos .accordion-button:not(.collapsed) {
    background-color: var(--color-azul-marino) !important;
    color: white !important;
    box-shadow: none !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

    #accordionMovimientos .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    }

#accordionMovimientos .accordion-button.collapsed {
    background-color: white !important;
    color: var(--color-azul-marino) !important;
    border: 1px solid var(--color-azul-claro) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

    #accordionMovimientos .accordion-button.collapsed::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234285F4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    }

#accordionMovimientos .accordion-collapse {
    border: 1px solid var(--color-azul-claro);
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: white;
    margin-top: -1px;
}

.table-custom {
    margin-bottom: 0;
}

    .table-custom th {
        background-color: var(--color-gris-claro);
        color: var(--color-azul-marino);
        font-weight: 700;
        font-size: 0.8rem;
        border-bottom: none;
        padding: 10px 20px;
    }

    .table-custom td {
        color: #555;
        font-size: 0.9rem;
        font-weight: 500;
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
    }

    .table-custom tr:last-child td {
        border-bottom: none;
    }

.fw-bold-dark {
    font-weight: 800;
    color: var(--color-azul-marino);
}

#accordionMovimientos .accordion-item + .accordion-item {
    border-top: none;
}

.select-report-wrapper {
    max-width: 500px;
    margin: 0 auto 15px auto;
}

.custom-select-container {
    position: relative;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    z-index: 100;
}

.select-trigger {
    display: flex;
    align-items: stretch;
    background: white;
    border: 1px solid var(--color-amarillo);
    border-radius: 5px;
    cursor: pointer;
    height: 45px;
    overflow: hidden;
    transition: all 0.2s;
}

.select-value-text {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: var(--color-azul-marino);
    font-size: 0.95rem;
    font-weight: 500;
}

.select-icon-box {
    width: 45px;
    background-color: var(--color-amarillo);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-azul-marino);
    font-size: 1rem;
}

    .select-icon-box i {
        transition: transform 0.3s;
    }

.custom-select-container.open .select-icon-box i {
    transform: rotate(180deg);
}

.options-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 200;
    margin-top: 5px;
    display: none;
}

.custom-select-container.open .options-list {
    display: block;
}

.option-item {
    padding: 10px 15px;
    cursor: pointer;
    color: #555;
    transition: background 0.2s;
}

    .option-item:hover {
        background-color: #f8f9fa;
        color: var(--color-rojo-claro);
    }

.form-label-custom {
    color: var(--color-azul-marino);
    font-size: 0.9rem;
    margin-bottom: 5px;
    display: block;
}

.form-control-yellow {
    border: 1px solid var(--color-amarillo);
    border-radius: 5px;
    padding: 10px 15px;
    color: #555;
    width: 100%;
    outline: none;
    transition: 0.3s;
}

    .form-control-yellow:focus {
        border-color: #e0a800;
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
    }

.form-control-readonly {
    background-color: #EFEFEF;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    color: #777;
    font-weight: 700;
    width: 100%;
}

textarea.form-control-yellow {
    min-height: 120px;
    resize: none;
}

.link-blue {
    color: var(--color-azul-claro);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid var(--color-azul-claro);
}

    .link-blue:hover {
        color: #2a6dd9;
    }

.btn-submit-red {
    background-color: var(--color-rojo-claro);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 60px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: 20px;
    transition: 0.3s;
}

    .btn-submit-red:hover {
        background-color: #b01a2d;
        color: white;
    }


.nav-tabs-custom {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .nav-tabs-custom {
        gap: 60px;
    }
}

.nav-item-custom {
    text-align: center;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    background: none;
    padding: 0;
}

.nav-icon-circle {
    width: 60px;
    height: 60px;
    background-color: #F2F2F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #999;
    margin-bottom: 8px;
    transition: all 0.3s;
    position: relative;
}

.nav-item-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-gray);
    line-height: 1.2;
    max-width: 100px;
}

.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: var(--color-rojo-claro);
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
}

.nav-item-custom.active .nav-icon-circle {
    background-color: var(--color-amarillo);
    color: white;
    box-shadow: 0 4px 10px rgba(255, 193, 7, 0.3);
}

.nav-item-custom.active .nav-item-label {
    color: var(--color-amarillo);
}

.tab-content-section {
    display: none;
    animation: fadeIn 0.4s ease;
}

    .tab-content-section.active {
        display: block;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bg-white-rounded {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.date-item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

    .date-item:last-child {
        border-bottom: none;
    }

.date-badge {
    background-color: #EEEEEE;
    border-radius: 12px;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--color-rojo-claro);
    line-height: 1;
}

    .date-badge .day-name {
        font-size: 0.75rem;
        font-weight: 700;
        margin-bottom: 2px;
    }

    .date-badge .day-number {
        font-size: 1.4rem;
        font-weight: 800;
    }

.date-info h5 {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--color-negro-azulado);
    text-decoration: underline;
    margin-bottom: 5px;
}

.date-info p {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0;
    line-height: 1.4;
}

.date-info .date-range {
    font-size: 0.8rem;
    font-weight: 600;
    color: #888;
    margin-top: 5px;
}


.opportunity-item {
    display: flex;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    align-items: flex-start;
}

    .opportunity-item:last-child {
        border-bottom: none;
    }

.blue-dot {
    width: 10px;
    height: 10px;
    background-color: var(--color-azul-claro);
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
}

.opportunity-info h5 {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--color-negro-azulado);
    text-decoration: underline;
    margin-bottom: 5px;
}

.opportunity-info p {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0;
}

.opportunity-info .date-range {
    font-size: 0.8rem;
    font-weight: 600;
    color: #888;
    margin-top: 5px;
}

.news-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.news-img-container {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: #ddd;
}

.news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 220px);
}

.news-title {
    color: var(--color-rojo-claro);
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 15px;
}

.news-text {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 20px;
}

.btn-read-more {
    color: var(--color-azul-claro);
    font-weight: 700;
    text-decoration: underline;
    font-size: 0.9rem;
    align-self: flex-end;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}
.navbar-nav-scroll .nav-item {
    min-height: 0;
    border: none;
}
.navbar-nav-scroll {
    background-color: transparent !important;
}
.navbar-nav-scroll {
    background-color: transparent !important;
}
    .navbar-nav-scroll .nav-item {
        background-color: transparent !important;
    }


    .icon-plus-badge-web {
        right: 75px;
    }
