* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: Arial, sans-serif;
    background-color: #f0f2f5;
    color: #1a1a2e;
    line-height: 1.6;
}

.header-nuevo {
    background-color: #0d1117;
    border-bottom: 1px solid #1e2a3a;
    padding: 12px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-logo-texto {
    display: flex;
    flex-direction: column;
}

.header-titulo {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 3px;
}

.header-slogan {
    font-size: 0.65rem;
    color: #6b7a90;
    letter-spacing: 1px;
}

.nav-nuevo ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.nav-nuevo ul li a {
    color: #aaaaaa;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: bold;
    padding: 8px 18px;
    display: inline-block;
}

.nav-nuevo ul li a:hover { color: #ffffff; }

.nav-nuevo ul li a.activo {
    color: #4f8ef7;
    border-bottom: 2px solid #4f8ef7;
}

.texto-azul { color: #4f8ef7; }

.hero-nuevo {
    background: linear-gradient(135deg, #0d1117 0%, #0f2040 50%, #1a0a2e 100%);
    padding: 30px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 320px;
}

.hero-nuevo-contenido {
    flex: 1;
    max-width: 480px;
}

.hero-nuevo-contenido h1 {
    font-size: 2.6rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-nuevo-contenido p {
    font-size: 0.95rem;
    color: #b0bec5;
    line-height: 1.8;
    margin-bottom: 30px;
}

.hero-nuevo-botones {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.btn-hero-primario {
    background-color: #4f8ef7;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95rem;
    padding: 12px 24px;
    border: 2px solid #4f8ef7;
    display: inline-block;
}

.btn-hero-primario:hover { background-color: #3a7de0; }

.btn-hero-secundario {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95rem;
    padding: 12px 24px;
    border: 2px solid #ffffff;
    display: inline-block;
}

.btn-hero-secundario:hover { background-color: rgba(255,255,255,0.1); }

.hero-puntos { display: flex; gap: 8px; }
.punto { width: 10px; height: 10px; background-color: #3a4a5a; border-radius: 50%; display: inline-block; }
.activo-punto { background-color: #4f8ef7; }

.hero-nuevo-imagen {
    position: relative;
    width: 500px;
    height: 420px;
    flex-shrink: 0;
}

.hero-fondo-img {
    width: 420px;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hero-distro {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    border: 2px solid rgba(79,142,247,0.4);
}

.hero-distro-1 { top: 5px; left: 80px; }
.hero-distro-2 { top: 5px; right: 60px; }
.hero-distro-3 { bottom: 20px; left: 50px; }
.hero-distro-4 { bottom: 20px; right: 50px; }
.hero-distro-5 { top: 50%; left: 0; transform: translateY(-50%); }
.hero-distro-6 { top: 50%; right: 0; transform: translateY(-50%); }
.hero-distro-7 { top: 30%; left: 25px; }
.hero-distro-8 { top: 30%; right: 25px; }

.seccion-explora {
    background-color: #f0f2f5;
    padding: 50px 40px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.explora-izquierda { flex-shrink: 0; width: 240px; }

.explora-izquierda h2 {
    font-size: 1.6rem;
    color: #1a1a2e;
    text-transform: none;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 10px;
}

.linea-azul {
    width: 40px;
    height: 3px;
    background-color: #4f8ef7;
    margin-bottom: 15px;
    border: none;
    display: block;
}

.explora-izquierda p { font-size: 0.9rem; color: #555555; line-height: 1.6; }

.explora-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    flex: 1;
    justify-content: center;
}

.explora-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    width: 140px;
    padding: 20px 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.card-video-fondo {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.13;
}

.explora-card img { width: 60px; height: 60px; border-radius: 50%; margin-bottom: 10px; position: relative; z-index: 1; }
.explora-card h3 { font-size: 0.95rem; color: #1a1a2e; text-transform: none; letter-spacing: 0; margin-bottom: 8px; position: relative; z-index: 1; }
.explora-card p { font-size: 0.8rem; color: #777777; line-height: 1.5; margin-bottom: 12px; position: relative; z-index: 1; }
.ver-mas { color: #4f8ef7; text-decoration: none; font-size: 0.85rem; font-weight: bold; position: relative; z-index: 1; }
.ver-mas:hover { color: #3a7de0; }

.seccion-nav-rapida {
    background-color: #f8f9fa;
    padding: 50px 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.nav-rapida-item {
    flex: 1;
    min-width: 180px;
    max-width: 220px;
    padding: 25px 20px;
    border-right: 1px solid #e0e0e0;
}

.nav-rapida-item:last-child { border-right: none; }
.nav-icono { font-size: 1.8rem; display: block; margin-bottom: 10px; }
.nav-rapida-item h3 { font-size: 1rem; color: #1a1a2e; text-transform: none; letter-spacing: 0; margin-bottom: 8px; }
.linea-azul-small { width: 30px; height: 2px; background-color: #4f8ef7; margin-bottom: 10px; border: none; display: block; }
.nav-rapida-item p { font-size: 0.85rem; color: #666666; line-height: 1.5; margin-bottom: 12px; }
.enlace-rapido { color: #4f8ef7; text-decoration: none; font-size: 0.85rem; font-weight: bold; }
.enlace-rapido:hover { color: #3a7de0; }

.historia-video-seccion { background-color: #f0f2f5; padding: 40px; text-align: center; }
.historia-video-seccion h3 { font-size: 1.1rem; color: #1a1a2e; text-transform: none; letter-spacing: 0; margin-bottom: 20px; }
.historia-video-seccion video { max-width: 100%; border: 1px solid #e0e0e0; }

.footer-nuevo {
    background-color: #0d1117;
    border-top: 1px solid #1e2a3a;
    padding: 50px 40px 20px 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.footer-col h4 { color: #ffffff; font-size: 0.95rem; text-transform: none; letter-spacing: 0; margin-bottom: 20px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: #8899aa; text-decoration: none; font-size: 0.88rem; }
.footer-col ul li a:hover { color: #ffffff; }
.footer-marca { max-width: 240px; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.footer-titulo { font-size: 1.1rem; font-weight: bold; color: #ffffff; letter-spacing: 2px; }
.footer-slogan { color: #6b7a90; font-size: 0.8rem; margin-bottom: 10px; display: block; }
.footer-desc { color: #8899aa; font-size: 0.85rem; line-height: 1.6; margin-bottom: 15px; display: block; }
.footer-suscribe p { color: #8899aa; font-size: 0.88rem; line-height: 1.6; margin-bottom: 15px; }
.suscribe-form { display: flex; }
.suscribe-form input { flex: 1; padding: 10px 14px; background-color: #1e2a3a; border: 1px solid #2e3a4a; color: #ffffff; font-size: 0.88rem; font-family: Arial, sans-serif; }
.suscribe-form input::placeholder { color: #6b7a90; }
.suscribe-form button { padding: 10px 16px; background-color: #4f8ef7; color: #ffffff; font-size: 0.85rem; font-weight: bold; border: none; cursor: pointer; font-family: Arial, sans-serif; }
.suscribe-form button:hover { background-color: #3a7de0; }
.footer-copy { width: 100%; text-align: center; border-top: 1px solid #1e2a3a; padding-top: 20px; margin-top: 10px; }
.footer-copy p { color: #6b7a90; font-size: 0.82rem; }
.footer-link-activo { color: #4f8ef7 !important; }

.hero-distros {
    background: linear-gradient(135deg, #0d1117 0%, #0f2040 60%, #1a0a2e 100%);
    padding: 50px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 220px;
    border-bottom: 1px solid #1e2a3a;
}

.hero-distros-izq { flex: 1; max-width: 400px; }
.hero-distros-izq h1 { font-size: 3rem; color: #ffffff; font-weight: bold; margin-bottom: 15px; }
.hero-distros-izq p { font-size: 0.95rem; color: #b0bec5; line-height: 1.7; }
.hero-distros-centro { flex: 1; text-align: center; }
.hero-distros-tux { width: 160px; height: 160px; border: 3px solid #4f8ef7; border-radius: 50%; padding: 10px; }
.hero-distros-der { flex: 1; display: flex; justify-content: flex-end; }
.hero-distros-cuadro { background-color: rgba(15,32,64,0.8); border: 1px solid #2e3a5a; padding: 25px; max-width: 260px; border-radius: 4px; }
.hero-distros-cuadro h3 { color: #ffffff; font-size: 0.95rem; text-transform: none; letter-spacing: 0; margin-bottom: 10px; }
.hero-distros-cuadro p { color: #8899aa; font-size: 0.85rem; line-height: 1.6; }

.distros-layout { background-color: #f0f2f5; display: flex; padding: 30px 40px; align-items: flex-start; }
.distros-contenido { flex: 1; }
.distros-barra-superior { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.distros-contador { font-size: 0.88rem; color: #666666; }
.distros-ordenar { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; color: #555555; }
.distros-ordenar select { padding: 6px 12px; border: 1px solid #cccccc; background-color: #ffffff; font-size: 0.85rem; font-family: Arial, sans-serif; color: #333333; }
.distros-grid { display: flex; flex-wrap: wrap; gap: 15px; }

.distro-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    width: calc(33.333% - 11px);
    min-width: 240px;
    position: relative;
    overflow: hidden;
}

.distro-card:hover { border-color: #4f8ef7; }
.distro-card .card-video-fondo { opacity: 0.12; }
.distro-card-header { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 15px; position: relative; z-index: 1; }
.distro-card-header img { width: 60px; height: 60px; border-radius: 50%; flex-shrink: 0; }
.distro-card-info h3 { font-size: 1.05rem; color: #1a1a2e; text-transform: none; letter-spacing: 0; margin-bottom: 6px; }
.distro-card-info p { font-size: 0.82rem; color: #666666; line-height: 1.5; }
.distro-card-etiquetas { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 15px; position: relative; z-index: 1; }
.etiq-escritorio { background-color: #e3edff; color: #2a5cbf; font-size: 0.75rem; padding: 3px 9px; font-weight: bold; }
.etiq-cinnamon { background-color: #e8f5e9; color: #2e7d32; }
.etiq-personalizable { background-color: #f3e5f5; color: #6a1b9a; }
.etiq-nivel { font-size: 0.75rem; padding: 3px 9px; font-weight: bold; }
.etiq-principiante { background-color: #e8f5e9; color: #2e7d32; }
.etiq-intermedio { background-color: #fff8e1; color: #e65100; }
.etiq-avanzado { background-color: #fce4ec; color: #c62828; }
.etiq-tipo { background-color: #f5f5f5; color: #555555; font-size: 0.75rem; padding: 3px 9px; font-weight: bold; }
.etiq-servidor { background-color: #e8eaf6; color: #283593; }
.distro-card-footer { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #f0f0f0; padding-top: 12px; gap: 8px; position: relative; z-index: 1; }
.distro-rating { font-size: 0.82rem; color: #f59e0b; font-weight: bold; }
.distro-base { font-size: 0.78rem; color: #999999; flex: 1; text-align: center; }

.hero-comparativa {
    background: linear-gradient(135deg, #0d1117 0%, #0f2040 60%, #1a0a2e 100%);
    padding: 50px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 200px;
    border-bottom: 1px solid #1e2a3a;
}

.hero-comparativa-contenido { flex: 1; max-width: 500px; }
.breadcrumb { font-size: 0.85rem; color: #6b7a90; margin-bottom: 15px; }
.breadcrumb a { color: #6b7a90; text-decoration: none; }
.breadcrumb a:hover { color: #4f8ef7; }
.breadcrumb-actual { color: #4f8ef7; }
.hero-comparativa-contenido h1 { font-size: 2.6rem; color: #ffffff; font-weight: bold; margin-bottom: 15px; }
.hero-comparativa-contenido p { font-size: 0.95rem; color: #b0bec5; line-height: 1.7; }
.hero-comparativa-imagen { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.comparativa-tux { width: 140px; height: 140px; }
.comparativa-balanza { font-size: 5rem; }

.comparativa-layout { background-color: #f0f2f5; padding: 30px 40px; display: flex; gap: 25px; align-items: flex-start; }
.comparativa-main { flex: 1; overflow-x: auto; }

.comp-tabla-wrapper { background-color: #0d1117; border: 1px solid #2e3a4a; overflow-x: auto; }
.comp-tabla { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
.comp-header-row { background-color: #0d1117; border-bottom: 2px solid #2e3a4a; }
.comp-col-caract { padding: 20px 15px; text-align: left; color: #ffffff; font-size: 0.9rem; font-weight: bold; min-width: 160px; background-color: #0d1117; border-right: 1px solid #2e3a4a; }
.comp-col-distro { padding: 15px 10px; text-align: center; min-width: 120px; border-right: 1px solid #2e3a4a; }
.comp-col-distro:last-child { border-right: none; }
.comp-col-distro img { width: 50px; height: 50px; border-radius: 50%; display: block; margin: 0 auto 8px auto; }
.comp-col-distro span { display: block; font-size: 0.9rem; font-weight: bold; color: #ffffff; }
.comp-col-distro:nth-child(2) { background-color: #e05c27; }
.comp-col-distro:nth-child(3) { background-color: #5ea11a; }
.comp-col-distro:nth-child(4) { background-color: #294172; }
.comp-col-distro:nth-child(5) { background-color: #a80030; }
.comp-col-distro:nth-child(6) { background-color: #1793d1; }
.comp-fila td { padding: 12px 10px; text-align: center; border-right: 1px solid #1e2a3a; border-bottom: 1px solid #1e2a3a; font-size: 0.85rem; vertical-align: middle; background-color: #12121f; color: #ffffff; }
.comp-fila td:last-child { border-right: none; }
.comp-fila-alt td { background-color: #1a1a2e; color: #ffffff; }
.comp-caract-label { text-align: left !important; color: #ffffff !important; font-weight: bold; background-color: #0d1117 !important; padding-left: 15px !important; border-right: 1px solid #2e3a4a !important; }
.estrellas { margin-bottom: 4px; }
.est-on { color: #f59e0b; font-size: 1rem; }
.est-off { color: #555555; font-size: 1rem; }
.dific-label { font-size: 0.78rem; font-weight: bold; padding: 2px 8px; display: inline-block; }
.dific-facil { background-color: #e8f5e9; color: #2e7d32; }
.dific-media { background-color: #fff8e1; color: #e65100; }
.dific-dificil { background-color: #fce4ec; color: #c62828; }
.punto-verde { color: #22c55e; font-size: 1rem; margin-right: 4px; }
.punto-naranja { color: #f59e0b; font-size: 1rem; margin-right: 4px; }
.comp-enlace { color: #4f8ef7; text-decoration: none; font-size: 0.82rem; font-weight: bold; }
.comp-enlace:hover { color: #3a7de0; }
.comp-nota { padding: 12px 15px; font-size: 0.8rem; color: #8899aa; border-top: 1px solid #2e3a4a; background-color: #0d1117; display: block; }

.comp-panel-lateral { width: 220px; flex-shrink: 0; display: flex; flex-direction: column; gap: 15px; }
.comp-lateral-cuadro { background-color: #ffffff; border: 1px solid #e0e0e0; padding: 18px; }
.comp-lateral-titulo { font-size: 0.9rem; font-weight: bold; color: #1a1a2e; margin-bottom: 10px; display: block; }
.comp-lateral-cuadro p { font-size: 0.82rem; color: #666666; line-height: 1.6; }
.comp-check-label { display: flex; align-items: center; gap: 8px; font-size: 0.85rem; color: #333333; margin-bottom: 8px; cursor: pointer; }
.comp-check-label input[type="checkbox"] { accent-color: #4f8ef7; width: 15px; height: 15px; }
.comp-ver-mas-link { display: block; margin-top: 12px; color: #4f8ef7; text-decoration: none; font-size: 0.82rem; font-weight: bold; }
.comp-consejo { background-color: #fffbeb; border: 1px solid #fde68a; }
.comp-consejo-titulo { font-size: 0.9rem; font-weight: bold; color: #92400e; margin-bottom: 10px; display: block; }
.comp-consejo p { color: #78350f; font-size: 0.82rem; line-height: 1.6; }

.hero-historia {
    background: linear-gradient(135deg, #0d1117 0%, #0f2040 60%, #1a0a2e 100%);
    padding: 50px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 200px;
    border-bottom: 1px solid #1e2a3a;
}

.hero-historia-contenido { flex: 1; max-width: 480px; }
.hero-historia-contenido h1 { font-size: 2.6rem; color: #ffffff; font-weight: bold; margin-bottom: 15px; }
.hero-historia-contenido p { font-size: 0.95rem; color: #b0bec5; line-height: 1.7; }
.hero-historia-imagen { flex: 1; display: flex; justify-content: flex-end; align-items: center; }
.historia-iconos-linea { display: flex; align-items: center; }
.hist-icono-item { display: flex; align-items: center; justify-content: center; }
.hist-icono-caja { font-size: 2.2rem; display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; border: 1px solid rgba(79,142,247,0.4); background-color: rgba(15,32,64,0.6); border-radius: 8px; }
.hist-tux { width: 80px; height: 80px; }
.hist-linea-conectora { width: 30px; height: 2px; background-color: rgba(79,142,247,0.5); position: relative; }
.hist-linea-conectora::after { content: ''; position: absolute; right: -4px; top: -3px; width: 8px; height: 8px; background-color: #4f8ef7; border-radius: 50%; }

.seccion-timeline { background-color: #ffffff; padding: 50px 40px 40px 40px; }
.timeline-titulo { text-align: center; font-size: 1.6rem; color: #1a1a2e; text-transform: none; letter-spacing: 0; margin-bottom: 10px; }
.linea-azul-centro { width: 40px; height: 3px; background-color: #4f8ef7; margin: 0 auto 30px auto; display: block; }
.timeline-eje { position: relative; margin-bottom: 30px; padding: 0 40px; }
.timeline-linea { height: 3px; background-color: #4f8ef7; width: 100%; }
.timeline-punto-contenedor { display: flex; justify-content: space-between; margin-top: -7px; padding: 0 2px; }
.timeline-punto { width: 14px; height: 14px; background-color: #ffffff; border: 3px solid #4f8ef7; border-radius: 50%; flex-shrink: 0; }
.activo-punto-tl { background-color: #4f8ef7; }
.timeline-cards { display: flex; justify-content: space-between; gap: 15px; flex-wrap: wrap; }
.timeline-card { flex: 1; min-width: 140px; max-width: 170px; text-align: center; padding: 20px 15px; border: 1px solid #e0e0e0; background-color: #fafafa; }
.timeline-card:hover { border-color: #4f8ef7; background-color: #f0f5ff; }
.tl-anio { display: block; color: #4f8ef7; font-size: 0.95rem; font-weight: bold; margin-bottom: 12px; }
.tl-icono { font-size: 2.5rem; margin-bottom: 12px; line-height: 1; }
.tl-icono-img-wrap { height: 2.5rem; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.tl-icono-img { width: 130px; height: auto; display: block; margin: 0 auto; }
.timeline-card h3 { font-size: 0.95rem; color: #1a1a2e; text-transform: none; letter-spacing: 0; margin-bottom: 8px; }
.timeline-card p { font-size: 0.8rem; color: #666666; line-height: 1.5; }

.banner-comunidad { background-color: #eff6ff; border: 1px solid #bfdbfe; border-left: 4px solid #4f8ef7; margin: 0 40px; padding: 20px 25px; display: flex; align-items: flex-start; gap: 15px; }
.banner-icono { font-size: 1.4rem; flex-shrink: 0; }
.banner-texto strong { display: block; font-size: 0.95rem; color: #1e3a5f; margin-bottom: 6px; }
.banner-texto p { font-size: 0.85rem; color: #4a6080; line-height: 1.6; margin: 0; }

.hero-contacto {
    background: linear-gradient(135deg, #0d1117 0%, #0f2040 60%, #1a0a2e 100%);
    padding: 50px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 200px;
    border-bottom: 1px solid #1e2a3a;
}

.hero-contacto-contenido { flex: 1; max-width: 480px; }
.contacto-subtitulo { display: block; color: #4f8ef7; font-size: 0.78rem; font-weight: bold; letter-spacing: 2px; margin-bottom: 12px; text-transform: uppercase; }
.hero-contacto-contenido h1 { font-size: 2.8rem; color: #ffffff; font-weight: bold; margin-bottom: 15px; }
.hero-contacto-contenido p { font-size: 0.95rem; color: #b0bec5; line-height: 1.7; }
.hero-contacto-imagen { flex: 1; display: flex; justify-content: flex-end; align-items: center; position: relative; height: 160px; }
.contacto-tux { width: 140px; height: 140px; position: relative; z-index: 2; }
.contacto-float-icono { position: absolute; font-size: 1.8rem; z-index: 1; }
.icono-top-izq { top: 0; left: 10px; }
.icono-top-der { top: 0; right: 10px; }
.icono-bot-izq { bottom: 0; left: 20px; }
.icono-bot-der { bottom: 0; right: 20px; }

.contacto-layout { background-color: #f0f2f5; padding: 35px 40px; display: flex; gap: 25px; align-items: flex-start; }
.contacto-section-titulo { font-size: 1rem; color: #1a1a2e; text-transform: none; letter-spacing: 0; margin-bottom: 20px; font-weight: bold; display: block; }
.contacto-formulario { flex: 1.4; background-color: #ffffff; border: 1px solid #e0e0e0; padding: 25px; }
.form-fila-doble { display: flex; gap: 15px; }
.form-fila-doble .form-grupo { flex: 1; }
.form-grupo { margin-bottom: 16px; }
.form-grupo label { display: block; font-size: 0.82rem; color: #444444; margin-bottom: 6px; font-weight: bold; }
.form-grupo input, .form-grupo textarea { width: 100%; padding: 10px 12px; border: 1px solid #d0d0d0; background-color: #fafafa; color: #333333; font-size: 0.88rem; font-family: Arial, sans-serif; }
.form-grupo textarea { resize: vertical; }
.btn-enviar { background-color: #4f8ef7; color: #ffffff; border: none; padding: 12px 24px; font-size: 0.9rem; font-weight: bold; cursor: pointer; font-family: Arial, sans-serif; display: inline-block; }
.btn-enviar:hover { background-color: #3a7de0; }
.form-privacidad { font-size: 0.78rem; color: #888888; margin-top: 12px; display: block; }

.contacto-razones { flex: 1; background-color: #ffffff; border: 1px solid #e0e0e0; padding: 25px; }
.razones-intro { font-size: 0.85rem; color: #555555; line-height: 1.6; margin-bottom: 20px; }
.razon-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 18px; }
.razon-icono { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.razon-azul { background-color: #dbeafe; }
.razon-verde { background-color: #dcfce7; }
.razon-amarillo { background-color: #fef9c3; }
.razon-morado { background-color: #ede9fe; }
.razon-texto strong { display: block; font-size: 0.88rem; color: #1a1a2e; margin-bottom: 3px; }
.razon-texto p { font-size: 0.8rem; color: #666666; line-height: 1.5; margin: 0; }

.contacto-otras { flex: 0.9; background-color: #ffffff; border: 1px solid #e0e0e0; padding: 25px; }
.otra-forma { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid #f0f0f0; }
.otra-forma:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.otra-icono { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.otra-texto { display: flex; flex-direction: column; gap: 2px; }
.otra-texto strong { font-size: 0.85rem; color: #1a1a2e; }
.otra-texto a { color: #4f8ef7; text-decoration: none; font-size: 0.8rem; }
.otra-texto a:hover { color: #3a7de0; }
.otra-texto span { font-size: 0.78rem; color: #888888; }

.contacto-mapa-faq { background-color: #f0f2f5; padding: 0 40px 40px 40px; display: flex; gap: 25px; align-items: flex-start; }
.contacto-faq { flex: 1; background-color: #ffffff; border: 1px solid #e0e0e0; padding: 25px; }
.contacto-faq-full { flex: 1; }
.faq-item { border-bottom: 1px solid #eeeeee; }
.faq-pregunta { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; cursor: pointer; font-size: 0.88rem; color: #1a1a2e; font-weight: bold; }
.faq-flecha { color: #4f8ef7; font-size: 1rem; flex-shrink: 0; }
.faq-respuesta { padding: 0 0 14px 0; }
.faq-respuesta p { font-size: 0.82rem; color: #666666; line-height: 1.6; margin: 0; }

.contribuir-contenedor { background-color: #f0f2f5; min-height: 60vh; padding: 60px 40px; text-align: center; }
.contribuir-contenedor h1 { font-size: 2rem; color: #1a1a2e; margin-bottom: 10px; }
.contribuir-contenedor p { font-size: 1rem; color: #555555; margin-bottom: 30px; line-height: 1.7; }
.contribuir-yape { display: inline-block; border: 3px solid #4f8ef7; padding: 15px; background-color: #ffffff; }
.contribuir-yape img { width: 300px; height: auto; display: block; }

.comparativa-main {
    flex: 1;
    overflow-x: auto;
    width: 100%;
}

.comparativa-layout {
    background-color: #f0f2f5;
    padding: 30px 40px 0 40px;
    display: block;
}

.comparativa-layout + .footer-nuevo {
    margin-top: 0;
}

.contribuir-contenedor .btn-hero-secundario {
    color: #1a1a2e;
    border-color: #1a1a2e;
}

.contribuir-contenedor .btn-hero-secundario:hover {
    background-color: rgba(0,0,0,0.1);
}
