:root {
    --tech-blue-bg: #00264e;
    --tech-text-dark: #1a1e21;
    --tech-badge-bg: #e8f0fe;
}

.tech-container {
    background-color: #ffffff;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.tech-content-padding {
    padding: 60px;
}

/* Badge Superior */
.tech-badge {
    background-color: var(--tech-badge-bg);
    color: var(--tech-blue-bg);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Título y Texto */
.tech-main-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--tech-text-dark);
}

.text-blue-primary {
    color: var(--tech-blue-bg);
}

.tech-description {
    font-size: 1.1rem;
    color: #5f6368;
    line-height: 1.6;
    max-width: 500px;
}

/* Botones */
.tech-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary-blue-tech {
    background-color: var(--tech-blue-bg);
    color: white;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}
.btn-primary-blue-tech:hover{
    color: white;
}
.btn-outline-dark-tech {
    border: 1px solid #e0e0e0;
    color: var(--tech-text-dark);
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

/* Imagen con fondo degradado */
.tech-image-wrapper {
    background: radial-gradient(circle, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    height: 100%;
    min-height: 450px;
}

.tech-printer-img {
    max-height: 400px;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.1));
}

/* Responsivo */
@media (max-width: 991px) {
    .tech-content-padding { padding: 40px; }
    .tech-main-title { font-size: 2.2rem; }
    .tech-image-wrapper { min-height: 350px; }
}

@media (max-width: 576px) {
    .tech-actions .btn { width: 100%; text-align: center; }
    .tech-main-title { font-size: 1.8rem; }
}

:root {
    --p-blue: #16417d;
    --p-gray: #64748b;
    --bg-light: #f8fafc;
}

/* Filtros */
.btn-filter {
    background: white;
    border: 1px solid #e2e8f0;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 600;
    color: #1e293b;
    transition: 0.3s;
}
.btn-filter.active, .btn-filter:hover {
    background: var(--p-blue);
    color: white;
    border-color: var(--p-blue);
}

/* Tarjeta Principal */
.printer-card {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #edf2f7;
    position: relative;
    transition: transform 0.3s;
}
.printer-card:hover { transform: translateY(-5px); }

/* Badges de Categoría */
.card-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 8px;
    z-index: 5;
}
.badge-type {
    font-size: 10px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 6px;
}
.rental { background: #e0e7ff; color: #4338ca; }
.sale { background: #f1f5f9; color: #475569; }
.exclusive { background: #1d4ed8; color: white; }
.direct-sale { background: #1e293b; color: white; }

/* Contenedor de Imagen */
.printer-img-box {
    background: #fbfbfc;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.printer-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Info del Equipo */
.printer-info { padding: 30px; text-align: center; border-top: 1px solid #f1f5f9; }
.printer-info h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: 5px; color: #0f172a; }
.printer-cat { font-size: 0.9rem; color: #94a3b8; margin-bottom: 0; }

/* Mini Carrusel de Especificaciones */
.spec-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.spec-item i {
    color: var(--p-blue);
    font-size: 1.1rem;
}
.spec-item span {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1e293b;
}

/* Quitar margen inferior por defecto de Owl */
.specs-carousel.owl-theme .owl-nav { margin-top: 0; }


:root {
    --primary-blue: #00264e;
    --text-dark: #333;
    --text-light: #666;
    --bg-light: #f8f9fa;
}

body {
    background-color: var(--bg-light);
}

.value-section {
    max-width: 1200px;
    margin: 50px auto;
    text-align: center;
}

.section-title {
    font-size: 24px;
    color: var(--text-dark);
    margin-bottom: 40px;
}

.section-title span {
    color: var(--primary-blue);
    font-weight: bold;
}

/* Contenedor de las tarjetas */
.cards-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Permite que bajen si no hay espacio */
}

/* Estilo de la Tarjeta */
.card {
    background: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

/* Caja del Icono */
.icon-box {
    background-color: #eef2ff;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-box img {
    width: 30px;
    height: 30px;
    /*filter: invert(28%) sepia(85%) saturate(1461%) hue-rotate(212deg) brightness(92%) contrast(91%);*/
}

.card h3 {
    font-size: 18px;
    color: #111;
    margin-bottom: 15px;
}

.card p {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.6;
}

/* Responsividad para móviles */
@media (max-width: 768px) {
    .cards-container {
        flex-direction: column;
        align-items: center;
    }
    
    .card {
        width: 90%;
        max-width: none;
    }
}

:root {
    --cta-blue: #00264e; /* Azul profundo de la imagen */
    --cta-red: #d93025;  /* Rojo vibrante del botón */
}

.cta-box {
    background-color: var(--cta-blue);
    border-radius: 40px; /* Bordes muy redondeados como en la imagen */
    padding: 80px 40px;
    position: relative;
    overflow: hidden;
    color: white;
}

/* Ícono de fondo (Marca de agua) */
.cta-watermark {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 180px;
    color: rgba(255, 255, 255, 0.05); /* Muy sutil */
    pointer-events: none;
}

.cta-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.cta-subtitle {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 45px;
    opacity: 0.9;
    line-height: 1.6;
}

/* Contenedor de botones */
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Botón Blanco */
.btn-cta-white {
    background-color: white;
    color: var(--cta-blue);
    padding: 18px 35px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.btn-cta-white:hover {
    background-color: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* Botón Rojo */
.btn-cta-red {
    background-color: var(--cta-red);
    color: white;
    padding: 18px 35px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-cta-red:hover {
    background-color: #c4323e;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(217, 61, 74, 0.3);
}

/* Media Queries para Responsividad */
@media (max-width: 991px) {
    .cta-title { font-size: 2.5rem; }
    .cta-watermark { display: none; } /* Ocultar en tablets/móvil para limpiar diseño */
}

@media (max-width: 768px) {
    .cta-box { padding: 60px 20px; border-radius: 30px; }
    .cta-title { font-size: 2rem; }
    .cta-buttons { flex-direction: column; width: 100%; max-width: 300px; margin: 0 auto; }
    .btn-cta-white, .btn-cta-red { width: 100%; text-align: center; }
}