img {
    max-width: 100%;
    height: auto;
}




.blog-post-detail .badge.bg-primary {
    background: #02273E !important;
    font-size: 0.75rem !important;
    padding: 8px 20px !important;
    letter-spacing: 1.2px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(2, 39, 62, 0.2) !important;
    border: none !important;
}


.blog-post-detail h1.display-3 {
    font-size: clamp(2rem, 5vw, 3.5rem) !important;
    line-height: 1.2 !important;
    margin-bottom: 1.5rem !important;
    font-weight: 900 !important;
    color: #02273E !important;
    letter-spacing: -1.5px !important;
}


.blog-post-detail .rounded-4 {
    border-radius: 0 !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15) !important;
    overflow: hidden !important;
    margin-bottom: 2.5rem !important;
    border: none !important;
}


.blog-post-detail .entry-content {
    font-size: 1.15rem !important;
    line-height: 1.9 !important;
    color: #334155 !important;
}

.blog-post-detail .entry-content p {
    margin-bottom: 1.5rem !important;
}

.blog-post-detail .entry-content h2,
.blog-post-detail .entry-content h3 {
    margin-top: 2.5rem !important;
    margin-bottom: 1.25rem !important;
    font-weight: 800 !important;
}


.blog-post-detail .entry-footer {
    background: #f8fafc !important;
    padding: 2rem !important;
    border-radius: 0 !important;
    border: none !important;
    margin-top: 3rem !important;
}


.blog-post-detail .entry-footer .btn {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.blog-post-detail .entry-footer .btn:hover {
    transform: translateY(-3px) scale(1.1) !important;
    background: #02273E !important;
    border-color: #02273E !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(2, 39, 62, 0.25) !important;
}


.blog-post-detail+div .card {
    border: none !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
}

.blog-post-detail+div .card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
    transform: translateY(-4px) !important;
}


.hover-bg-light {
    transition: all 0.3s ease !important;
}

.hover-bg-light:hover {
    background: #f8fafc !important;
    border-radius: 0 !important;
    transform: translateX(5px) !important;
}




.seccion-productos-overlap+section .card {
    border: none !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    background: #ffffff !important;
}

.seccion-productos-overlap+section .card:hover {
    box-shadow: 0 20px 50px rgba(2, 39, 62, 0.15) !important;
    transform: translateY(-12px) scale(1.02) !important;
    border-color: #06B6D4 !important;
}


.seccion-productos-overlap+section .badge {
    font-size: 0.7rem !important;
    padding: 6px 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}


.seccion-productos-overlap+section .card-title {
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    color: #02273E !important;
    margin-bottom: 0.75rem !important;
}


.seccion-productos-overlap+section .card .text-primary {
    font-weight: 800 !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
}

.seccion-productos-overlap+section .card:hover .text-primary {
    transform: translateX(5px) !important;
    color: #06B6D4 !important;
}


.seccion-productos-overlap+section .card img {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.seccion-productos-overlap+section .card:hover img {
    transform: scale(1.1) !important;
}


.seccion-productos-overlap+section .small.text-muted {
    background: #f8fafc !important;
    padding: 6px 14px !important;
    border-radius: 0 !important;
    display: inline-block !important;
    font-weight: 700 !important;
    color: #475569 !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.5px !important;
}




.producto-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding: 24px !important;
    background: #ffffff !important;
    border-radius: 0 !important;
    border: none !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}


.producto-card-inner {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    gap: 16px !important;
}


.producto-titulo {
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    color: #02273E !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
}


.producto-precio {
    font-size: 2rem !important;
    font-weight: 900 !important;
    color: #02273E !important;
    line-height: 1 !important;
}

.producto-precio small {
    font-size: 0.6em !important;
    font-weight: 600 !important;
    opacity: 0.7 !important;
}


.producto-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 16px 0 !important;
    flex: 1 !important;
}

.producto-features li {
    padding: 10px 0 !important;
    font-size: 0.9rem !important;
    color: #475569 !important;
    line-height: 1.5 !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.producto-features li:last-child {
    border-bottom: none !important;
}

.producto-features li i {
    color: #06B6D4 !important;
    margin-right: 12px !important;
    font-size: 0.85rem !important;
}





.producto-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 580px !important;
    max-height: none !important;

    overflow: visible !important;
    position: relative !important;
    padding: 60px 24px 24px 24px !important;
    background: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.producto-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1) !important;
}


.producto-card.has-audio {
    min-height: 640px !important;
    max-height: 640px !important;
}


.swiper-productos .swiper-slide {
    width: 320px !important;
    height: auto !important;
    display: flex !important;
}

.swiper-productos .producto-card {
    width: 100% !important;
    min-width: 320px !important;
    max-width: 320px !important;
    height: 640px !important;
    min-height: 640px !important;
    max-height: 640px !important;
    padding: 80px 24px 30px 24px !important;
    margin-bottom: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
}


.swiper-productos .producto-card-inner {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

.swiper-productos .producto-info {
    flex: 0 0 auto !important;
}

.swiper-productos .hero-widget-desc {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 40px !important;
    margin-bottom: 10px !important;
}

.swiper-productos .producto-features {
    flex: 1 !important;
    min-height: 100px !important;
    margin-top: 10px !important;
    overflow-y: hidden !important;
}


@media (max-width: 480px) {
    .swiper-productos .swiper-slide {
        width: 290px !important;
    }

    .swiper-productos .producto-card {
        min-width: 290px !important;
        max-width: 290px !important;
        height: 600px !important;
        min-height: 600px !important;
        max-height: 600px !important;
    }
}



@media (max-width: 768px) {
    .swiper-productos .producto-card {
        padding-top: 60px !important;
        padding-bottom: 25px !important;
    }



    .swiper-productos .d-flex.gap-2 {
        margin-top: 30px !important;
    }
}


.producto-card .producto-etiqueta {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;

    right: auto !important;
    background: rgba(15, 23, 42, 0.9) !important;

    backdrop-filter: blur(4px) !important;
    color: #ffffff !important;
    padding: 6px 12px !important;

    font-size: 0.65rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    z-index: 20 !important;
    white-space: nowrap !important;
}


.swiper-button-prev-prod {
    left: -15px !important;
}

.swiper-button-next-prod {
    right: -15px !important;
}

@media (max-width: 1200px) {
    .swiper-button-prev-prod {
        left: 0px !important;
    }

    .swiper-button-next-prod {
        right: 0px !important;
    }
}


.producto-card .producto-card-inner {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    gap: 1rem !important;
}


.producto-card .producto-titulo {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.35rem !important;
    letter-spacing: -0.02em !important;
    line-height: 1.3 !important;
    color: #0F172A !important;
    margin-bottom: 0.75rem !important;
}


.producto-card .producto-descripcion {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 400 !important;
    font-size: 0.95rem !important;
    line-height: 1.65 !important;
    letter-spacing: -0.01em !important;
    color: #64748B !important;
}


.producto-card .producto-precio {
    font-family: 'Inter', sans-serif !important;
    font-weight: 800 !important;
    font-size: 2rem !important;
    letter-spacing: -0.03em !important;
    color: #0F172A !important;
}


.producto-card .producto-features {
    flex: 1 !important;
    min-height: 140px !important;
    max-height: 140px !important;
    overflow: hidden !important;
    margin-bottom: 2.5rem !important;

    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
    line-height: 1.6 !important;
}


.producto-card .d-flex.gap-2 {
    gap: 8px !important;
    padding: 0 12px 16px 12px !important;

    margin-top: auto !important;

    display: flex !important;
    flex-wrap: nowrap !important;

}


.producto-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 !important;

    min-height: 40px !important;
    height: 40px !important;
    padding: 8px 16px !important;


    font-family: 'Inter', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;


    background: #0F172A !important;
    color: white !important;
    border: none !important;
    border-radius: 0 !important;



    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.producto-btn:hover {
    background: #1E293B !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.3) !important;
}


.producto-btn-secundario {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;

    min-width: 110px !important;
    min-height: 40px !important;
    height: 40px !important;
    padding: 8px 16px !important;


    font-family: 'Inter', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;


    background: transparent !important;
    color: #475569 !important;
    border: none !important;
    border-radius: 0 !important;


    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.producto-btn-secundario:hover {
    background: #F8FAFC !important;
    border-color: #94A3B8 !important;
    color: #0F172A !important;
}


@media (max-width: 768px) {


    #product-filters {
        gap: 10px !important;
        padding: 10px 15px !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        justify-content: flex-start !important;
        scrollbar-width: none;

    }

    #product-filters::-webkit-scrollbar {
        display: none;

    }

    .filter-btn-pro {
        flex: 0 0 auto !important;
        margin: 0 !important;
        padding: 8px 18px !important;
        font-size: 0.8rem !important;
    }

    .producto-card {
        min-height: auto !important;
        max-height: none !important;
        padding: 50px 20px 20px 20px !important;

    }

    .producto-imagen-archive {
        margin: -50px -20px 15px -20px !important;
    }

    .producto-card .producto-features {
        min-height: auto !important;
        max-height: none !important;
        margin-bottom: 1.5rem !important;
    }

    .producto-card .d-flex.gap-2 {
        flex-direction: row !important;

        padding: 0 0 10px 0 !important;
    }
}

@media (max-width: 480px) {
    .producto-card .d-flex.gap-2 {
        flex-direction: column !important;

    }

    .producto-btn,
    .producto-btn-secundario {
        width: 100% !important;
    }
}



@media (max-width: 768px) {


    .producto-card {
        padding: 20px !important;
    }

    .producto-titulo {
        font-size: 1.2rem !important;
    }

    .producto-precio {
        font-size: 1.75rem !important;
    }


    .producto-card .d-flex.gap-2 {
        flex-direction: column !important;
        gap: 6px !important;
        padding: 0 4px 4px 4px !important;
    }

    .producto-btn-secundario,
    .producto-btn {
        width: 100% !important;
        flex: 1 1 auto !important;
        min-width: unset !important;
        font-size: 0.75rem !important;
        padding: 10px 14px !important;
        height: 38px !important;
        min-height: 38px !important;
        max-height: 38px !important;
    }


    .display-3 {
        font-size: 2.2rem !important;
        line-height: 1.2 !important;
    }

    .producto-imagen-archive {
        margin: -50px -20px 15px -20px !important;
        height: 180px !important;

    }

    .blog-post-detail h1.display-3 {
        font-size: 2rem !important;
        letter-spacing: -0.5px !important;
    }

    .blog-post-detail .entry-content {
        font-size: 1.05rem !important;
        line-height: 1.75 !important;
    }


    .seccion-productos-overlap+section .card-title {
        font-size: 1.05rem !important;
    }
}

@media (max-width: 480px) {

    .producto-btn-secundario,
    .producto-btn {
        font-size: 0.7rem !important;
        padding: 9px 12px !important;
        min-height: 36px !important;
        height: 36px !important;
        max-height: 36px !important;
    }
}




.swiper-productos {
    will-change: transform !important;
}

.swiper-productos .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.swiper-productos .swiper-slide {
    will-change: transform, opacity, filter !important;
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
    transform-style: preserve-3d !important;
}


.swiper-productos .swiper-slide-active {
    transition-delay: 0ms !important;
}

.swiper-productos .swiper-slide-prev,
.swiper-productos .swiper-slide-next {
    transition-delay: 50ms !important;
}


.swiper-productos .producto-card {
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
}


.product-breadcrumb-bar {
    z-index: 10;
    position: relative;
    transition: all 0.3s ease;
}

.text-muted-hover {
    color: #94a3b8 !important;
    transition: all 0.2s ease;
}

.text-muted-hover:hover {
    color: #0F172A !important;
}

.btn-back-minimal {
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
    background: #ffffff;
    padding: 8px 20px;
    border-radius: 8px;
    border: 1.5px solid #e2e8f0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-back-minimal:hover {
    background: #f8fafc;
    border-color: #0F172A;
    color: #0F172A;
    transform: translateX(-4px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.producto-imagen-archive {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #ffffff !important;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #f1f5f9 !important;
    margin: -60px -24px 20px -24px !important;
    height: 200px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.producto-imagen-archive img {
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: center center;
}


.producto-card:hover .producto-imagen-archive img {
    transform: scale(1.05);
    filter: brightness(1.02);
}


.product-img-fallback,
.related-img-fallback {
    transition: all 0.4s ease;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.product-img-fallback img,
.related-img-fallback img {
    max-width: 80% !important;
    max-height: 80% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.producto-card:hover .product-img-fallback img,
.product-card:hover .related-img-fallback img {
    transform: translateY(-5px) scale(1.03);
}

.product-ghost-placeholder svg,
.related-ghost-placeholder svg {
    animation: ghostFloat 4s ease-in-out infinite;
    filter: drop-shadow(0 0 15px rgba(6, 182, 212, 0.1));
}

@keyframes ghostFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-12px) rotate(2deg);
    }
}


.page-load-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #06B6D4 0%, #02273E 100%);
    z-index: 99999;
    transition: width 0.4s ease, opacity 0.4s ease;
    box-shadow: 0 0 10px rgba(6, 182, 212, 0.4);
}

.page-load-bar.loading {
    width: 70%;
    animation: loadPulse 2s infinite ease-in-out;
}

.page-load-bar.finished {
    width: 100% !important;
    opacity: 0;
}

@keyframes loadPulse {
    0% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.3);
    }

    100% {
        filter: brightness(1);
    }
}



.portfolio-elite-page {
    background: #ffffff;
    min-height: 100vh;
    padding-top: 115px !important;
    padding-bottom: 80px !important;
}

.fw-900 {
    font-weight: 900;
}


.elite-bg-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.elite-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    animation: elitePulse 20s infinite alternate;
}

.elite-blob-navy {
    width: 600px;
    height: 600px;
    background: rgba(2, 39, 62, 0.03);
    top: -200px;
    right: -100px;
}

.elite-blob-cyan {
    width: 500px;
    height: 500px;
    background: rgba(6, 182, 212, 0.02);
    bottom: 50px;
    left: -100px;
    animation-delay: -7s;
}

@keyframes elitePulse {
    0% {
        transform: scale(1) translate(0, 0);
    }

    100% {
        transform: scale(1.2) translate(50px, 80px);
    }
}


.elite-eyebrow {
    color: #475569;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.elite-gradient-title {
    color: #02273E;
    letter-spacing: -2.5px;
    font-size: clamp(2.5rem, 5vw, 4rem);
}

.elite-subtitle {
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 1.1rem;
}


.elite-filters-wrapper {
    display: inline-flex;
    padding: 6px;
    background: #f8fafc;
    border-radius: 12px;
    gap: 4px;
    margin-bottom: 50px;
}

.elite-filter-btn {
    background: transparent;
    border: none !important;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.elite-filter-btn:hover {
    color: #02273E;
    background: rgba(2, 39, 62, 0.05);
}

.elite-filter-btn.active {
    background: #ffffff;
    color: #02273E;
    box-shadow: 0 4px 12px rgba(2, 39, 62, 0.08);
}


.elite-card {
    background: #fff;
    border-radius: 16px;
    border: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.elite-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(2, 39, 62, 0.12);
}

.elite-card-preview {
    position: relative;
    aspect-ratio: 1.1/1;
    overflow: hidden;
    padding: 20px;
}

.elite-podium {
    width: 100%;
    height: 100%;
    background: #f1f5f9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    overflow: hidden;
}

.elite-card:hover .elite-podium {
    background: #ffffff;
    box-shadow: inset 0 0 40px rgba(2, 39, 62, 0.05);
}

.elite-img-fluid {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.05));
}

.elite-card:hover .elite-img-fluid {
    transform: scale(1.08) rotate(1deg);
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.1));
}

.elite-overlay-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 39, 62, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.elite-card:hover .elite-overlay-hover {
    opacity: 1;
}


.elite-card-content {
    padding: 0 24px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.elite-meta {
    margin-bottom: 12px;
}

.elite-tag {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #06B6D4;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
    display: block;
}

.elite-title {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1.3;
    color: #02273E;
}

.elite-title a {
    color: inherit;
    text-decoration: none !important;
}


.elite-footer {
    margin-top: 15px;
}

.elite-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
}

.elite-card:hover .elite-action-btn {
    color: #02273E;
}

.elite-action-btn:hover {
    color: #06B6D4;
}

.btn-arrow {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 0.7rem;
}

.elite-action-btn:hover .btn-arrow {
    transform: translateX(5px);
}


@media (max-width: 991px) {
    .elite-card-preview {
        aspect-ratio: 1/1;
    }

    .elite-title {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .elite-card-content {
        padding: 0 16px 16px;
    }

    .elite-filters-wrapper {
        padding: 4px;
        overflow-x: auto;
        max-width: 100%;
        justify-content: flex-start;
        display: flex;
        -webkit-overflow-scrolling: touch;
    }

    .elite-filter-btn {
        padding: 8px 16px;
        white-space: nowrap;
    }
}



.portfolio-single-article {
    background: #ffffff;
    font-family: 'Inter', sans-serif;
}

.portfolio-header-gray {
    background-color: #f1f3f4;
    border-bottom: none !important;
    padding-top: 115px !important;
    padding-bottom: 40px !important;
}

.badge-category {
    background: #02273E;
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0px;
    padding: 5px 15px;
    border-radius: 4px;
    display: inline-block;
}

.portfolio-visual-title {
    font-family: 'Inter', sans-serif !important;
    font-weight: 900 !important;
    font-size: clamp(2.5rem, 6vw, 3.5rem) !important;
    color: #02273E !important;
    letter-spacing: -2px !important;
    line-height: 1.1 !important;
    margin: 0;
}

.portfolio-visual-divider {
    display: none !important;
}

.portfolio-mint-btn {
    background-color: #02273E !important;

    color: white !important;
    padding: 6px 16px !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: none;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 0.5px;
}

.portfolio-mint-btn:hover {
    background-color: #06B6D4 !important;

    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(2, 39, 62, 0.15);
}

.portfolio-visual-description {
    font-family: 'Inter', sans-serif;
    color: #444444;
    font-size: 1.15rem;
    line-height: 1.4;
    text-align: left;
}

.portfolio-visual-description p {
    margin: 0;
}

.portfolio-masonry-grid {
    column-count: 3;
    column-gap: 20px;
}

.portfolio-masonry-grid.single-image-gallery {
    column-count: 1 !important;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 25px;
}

.portfolio-image-card {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    background: #f8fafc;
    border: none !important;
    padding: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.portfolio-image-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0px;
    transition: transform 0.6s ease;
}

.portfolio-image-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border: none !important;
    background: #ffffff;
}

.portfolio-image-card:hover img {
    transform: scale(1.02);
}

.portfolio-image-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 0px;
    background: rgba(2, 39, 62, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    backdrop-filter: blur(2px);
}

.portfolio-image-card:hover .portfolio-image-overlay {
    opacity: 1;
}

.portfolio-image-overlay i {
    color: white;
    font-size: 1.5rem;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.portfolio-image-card:hover .portfolio-image-overlay i {
    transform: scale(1);
}

@media (max-width: 991px) {
    .portfolio-masonry-grid {
        column-count: 2;
    }
}

@media (max-width: 768px) {
    .portfolio-masonry-grid {
        column-count: 1;
    }

    .portfolio-visual-title {
        font-size: 2rem !important;
    }

    .portfolio-visual-description {
        font-size: 1rem;
    }
}


.gclose,
.gnext,
.gprev {
    background: rgba(2, 39, 62, 0.8) !important;
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.gclose:hover,
.gnext:hover,
.gprev:hover {
    background: #06B6D4 !important;
    transform: scale(1.1);
}

.gnext svg,
.gprev svg {
    width: 20px !important;
    height: 20px !important;
}

.gclose svg {
    width: 18px !important;
    height: 18px !important;
}

.gslide-image {
    border-radius: 4px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}



.bg-light-gray {
    background-color: #f8fafc !important;
}

#main.site-main.bg-light-gray {
    padding-top: 140px !important;
    padding-bottom: 100px !important;
}

.product-item {
    transition: opacity 0.4s ease, transform 0.4s ease !important;
}

.filter-btn-pro {
    margin: 5px !important;
}

.producto-precio-old-inline {
    font-size: 0.8rem !important;
    text-decoration: line-through !important;
    opacity: 0.5 !important;
}

.producto-audio-player {
    border-radius: 8px !important;
    overflow: hidden !important;
    height: 100px !important;
    border: 1px solid #f1f5f9 !important;
}

.producto-subtitle-features {
    font-size: 0.65rem !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #64748b !important;
}


.product-breadcrumb-bar {
    padding-top: 110px !important;
    padding-bottom: 20px !important;
    background: #fdfdfd !important;
}

.product-tech-container {
    border-color: #f1f5f9 !important;
}

.product-tech-label {
    color: #94a3b8 !important;
    letter-spacing: 1px !important;
}

.product-tech-icon {
    color: #02273E !important;
}

.badge-product-type {
    font-size: 0.7rem !important;
    letter-spacing: 1px !important;
}

.badge-offer {
    color: #ea580c !important;
    background: #ffedd5 !important;
    font-size: 0.7rem !important;
    letter-spacing: 1px !important;
}

.product-single-title {
    color: #02273E !important;
    letter-spacing: -1px !important;
}

.producto-audio-player-single {
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid #f1f5f9 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
}

.product-features-label {
    letter-spacing: 2px !important;
}

.tech-tag-item {
    font-size: 0.85rem !important;
    color: #334155 !important;
}


.edit-link-header {
    top: 20px !important;
    left: 20px !important;
    right: auto !important;
    z-index: 1050 !important;
    background: rgba(15, 23, 42, 0.9) !important;
}

.edit-link-footer {
    top: 20px !important;
    right: 20px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.edit-link-header:hover,
.edit-link-footer:hover {
    transform: scale(1.1) !important;
    background: #06B6D4 !important;
}



.hero-widget-title {
    color: #02273E !important;
    font-weight: 700 !important;
}

.hero-widget-desc {
    line-height: 1.4 !important;
}

.planes-section-title {
    line-height: 1.2 !important;
    color: #02273E !important;
}

.planes-section-desc {
    max-width: 600px !important;
    font-size: 1rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.producto-audio-player-home {
    border-radius: 8px !important;
    overflow: hidden !important;
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
    border: 1px solid #f1f5f9 !important;
}

.news-card-img {
    height: 200px !important;
    object-fit: cover !important;
}

.news-card-placeholder {
    height: 200px !important;
    background-color: #6c757d !important;
    color: #ffffff !important;
}

.news-date-label {
    font-size: 0.75rem !important;
}

.bento-section-badge {
    background: #1e293b !important;
    color: #fff !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
}

.bento-section-title {
    color: #1e293b !important;
    line-height: 1.2 !important;
}

.bento-section-desc {
    max-width: 600px !important;
    font-size: 1rem !important;
}

.news-section-badge {
    background: #1e293b !important;
    color: #fff !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
}

.news-section-title {
    color: #1e293b !important;
}

.news-cat-badge-pos {
    top: 15px !important;
    right: 15px !important;
}

.news-read-more-icon {
    font-size: 0.7em !important;
}

.seccion-servicios-bento {
    box-shadow: 0 -15px 35px rgba(0, 0, 0, 0.02) !important;
}



.news-archive-eyebrow {
    letter-spacing: 2px !important;
    font-weight: 700 !important;
}

.news-card-img-archive {
    height: 240px !important;
    object-fit: cover !important;
}

.news-card-placeholder-archive {
    height: 240px !important;
    background-color: #6c757d !important;
    color: #ffffff !important;
}

.news-cat-badge-archive {
    top: 15px !important;
    right: 15px !important;
    z-index: 10 !important;
}

.news-badge-style {
    font-size: 0.7rem !important;
    letter-spacing: 0.5px !important;
}

.news-excerpt-archive {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
}

.news-sidebar-sticky {}

.product-tech-container {
    border-color: #f1f5f9 !important;
}

.product-tech-label {
    color: #94a3b8 !important;
    letter-spacing: 1px !important;
}

.product-tech-icon {
    color: #02273E !important;
}

.badge-product-type {
    font-size: 0.7rem !important;
    letter-spacing: 1px !important;
}

.badge-offer {
    color: #ea580c !important;
    background: #ffedd5 !important;
    font-size: 0.7rem !important;
    letter-spacing: 1px !important;
}

.product-single-title {
    color: #02273E !important;
    letter-spacing: -1px !important;
}

.producto-audio-player-single {
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid #f1f5f9 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
}

.product-features-label {
    letter-spacing: 2px !important;
}

.tech-tag-item {
    font-size: 0.85rem !important;
    color: #334155 !important;
}


.edit-link-header {
    top: 20px !important;
    left: 20px !important;
    right: auto !important;
    z-index: 1050 !important;
    background: rgba(15, 23, 42, 0.9) !important;
}

.edit-link-footer {
    top: 20px !important;
    right: 20px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.edit-link-header:hover,
.edit-link-footer:hover {
    transform: scale(1.1) !important;
    background: #06B6D4 !important;
}



.hero-widget-title {
    color: #02273E !important;
    font-weight: 700 !important;
}

.hero-widget-desc {
    line-height: 1.4 !important;
}

.planes-section-title {
    line-height: 1.2 !important;
    color: #02273E !important;
}

.planes-section-desc {
    max-width: 600px !important;
    font-size: 1rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.producto-audio-player-home {
    border-radius: 8px !important;
    overflow: hidden !important;
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
    border: 1px solid #f1f5f9 !important;
}

.news-card-img {
    height: 200px !important;
    object-fit: cover !important;
}

.news-card-placeholder {
    height: 200px !important;
    background-color: #6c757d !important;
    color: #ffffff !important;
}

.news-date-label {
    font-size: 0.75rem !important;
}

.bento-section-badge {
    background: #1e293b !important;
    color: #fff !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
}

.bento-section-title {
    color: #1e293b !important;
    line-height: 1.2 !important;
}

.bento-section-desc {
    max-width: 600px !important;
    font-size: 1rem !important;
}

.news-section-badge {
    background: #1e293b !important;
    color: #fff !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
}

.news-section-title {
    color: #1e293b !important;
}

.news-cat-badge-pos {
    top: 15px !important;
    right: 15px !important;
}

.news-read-more-icon {
    font-size: 0.7em !important;
}

.seccion-servicios-bento {
    box-shadow: 0 -15px 35px rgba(0, 0, 0, 0.02) !important;
}



.news-archive-eyebrow {
    letter-spacing: 2px !important;
    font-weight: 700 !important;
}

.news-card-img-archive {
    height: 240px !important;
    object-fit: cover !important;
}

.news-card-placeholder-archive {
    height: 240px !important;
    background-color: #6c757d !important;
    color: #ffffff !important;
}

.news-cat-badge-archive {
    top: 15px !important;
    right: 15px !important;
    z-index: 10 !important;
}

.news-badge-style {
    font-size: 0.7rem !important;
    letter-spacing: 0.5px !important;
}

.news-excerpt-archive {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
}

.news-sidebar-sticky {
    top: 100px !important;
}

.ls-1 {
    letter-spacing: 1px !important;
}

/* ==========================================================================
   ESTILOS LEGALES Y FOOTER BOTTOM BAR PREMIUM
   ========================================================================== */
.legal-page-header {
    background: linear-gradient(135deg, #02273E 0%, #06B6D4 100%) !important;
    padding: 100px 0 140px !important;
    margin-bottom: -80px !important;
    position: relative;
    z-index: 1;
}

.legal-card {
    border: none !important;
    border-radius: 24px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.legal-card-body {
    padding: 60px !important;
    background: #ffffff !important;
}

.legal-section-title {
    color: #02273E !important;
    font-weight: 800 !important;
    margin-top: 2.5rem !important;
    margin-bottom: 1.25rem !important;
    font-size: 1.4rem !important;
    display: flex;
    align-items: center;
    gap: 15px;
}

.legal-section-title::before {
    content: "" !important;
    display: block;
    width: 4px;
    height: 24px;
    background: #06B6D4 !important;
    border-radius: 2px;
}

.legal-content p {
    color: #475569 !important;
    line-height: 1.8 !important;
    font-size: 1rem;
    margin-bottom: 1.5rem !important;
}

.legal-list {
    padding-left: 0;
    margin-bottom: 2rem;
}

.legal-list li {
    list-style: none;
    padding: 12px 15px;
    margin-bottom: 8px;
    background: #f8fafc;
    border-radius: 12px;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 12px;
}

.legal-list li i {
    color: #06B6D4;
}

/* Footer Bottom Bar Fix */
.footer-bottom-bar {
    background: #010c16 !important;
    padding: 25px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    position: relative;
    z-index: 100;
}

.copyright-text {
    font-size: 0.85rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
    letter-spacing: 0.5px;
}

.legal-nav-link {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none !important;
    font-size: 0.85rem !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

.legal-nav-link:hover {
    color: #06B6D4 !important;
}

.footer-legal-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 20px;
}

.legal-nav-sep {
    color: rgba(255, 255, 255, 0.2);
    font-size: 0.8rem;
    line-height: 1;
}

/* Footer: Nombre de marca como texto (fallback sin logo) */
.footer-brand-text {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -1px;
    color: #ffffff !important;
    display: inline-block;
}

/* Footer: Íconos de redes sociales */
.footer-social-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.6) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.footer-social-icon:hover {
    background: #06B6D4;
    border-color: #06B6D4;
    color: #fff !important;
    transform: translateY(-3px);
}


@media (max-width: 768px) {
    .legal-card-body {
        padding: 30px !important;
    }

    .legal-page-header {
        padding: 60px 0 100px !important;
    }
}