font-size:clamp(34px,5.5vw,58px); margin-bottom:16px; } .hero-text .subtitle{ font-size:18px; color:var(--gray-mid); margin-bottom:28px; max-width:460px; } .hero-benefits{ display:flex; flex-direction:column; gap:10px; margin-bottom:32px; } .hero-benefits li{ display:flex;align-items:center;gap:10px; font-weight:600;font-size:15px; } .hero-cta-row{display:flex;flex-direction:column;gap:12px;align-items:flex-start;} .trust-mini{ display:flex;gap:18px;font-size:13px;color:var(--gray-mid);font-weight:600;flex-wrap:wrap; } .trust-mini span{display:flex;align-items:center;gap:6px;} /* TRUST BAR */ .trustbar{ background:var(--gray-light); padding:36px 0; } .trustbar .grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; text-align:center; } .trustbar .icon{font-size:30px;margin-bottom:8px;} .trustbar .label{font-weight:800;font-size:13px;letter-spacing:.5px;} /* PROBLEM */ .problem .wrap{ display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; } .problem img{border-radius:20px;box-shadow:var(--shadow-soft);} .problem h2{font-size:clamp(26px,3.6vw,38px);margin-bottom:16px;} .problem p{color:var(--gray-mid);font-size:16px;line-height:1.6;} /* PRODUCT PRESENTATION */ .presentation{background:var(--gray-light);} .presentation .product-center{ display:flex;justify-content:center;margin-bottom:44px; } .presentation .product-center img{max-width:280px;filter:drop-shadow(0 18px 24px rgba(0,0,0,.2));} .cards3{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; } .card{ background:var(--white); border-radius:var(--radius); padding:28px; box-shadow:var(--shadow-soft); text-align:center; } .card .icon{font-size:32px;margin-bottom:14px;} .card h3{font-family:'Inter',sans-serif;font-weight:800;font-size:16px;margin-bottom:10px;} .card p{font-size:14px;color:var(--gray-mid);line-height:1.5;} /* HOW TO USE */ .steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; } .step{ background:var(--white); border:1px solid var(--gray-line); border-radius:var(--radius); padding:28px; text-align:center; position:relative; } .step-num{ font-family:'Archivo Black',sans-serif; font-size:40px; color:var(--yellow); -webkit-text-stroke:2px var(--black); margin-bottom:10px; } .step .icon{font-size:26px;margin-bottom:8px;} .step img{border-radius:10px;margin:14px 0;width:100%;aspect-ratio:4/3;object-fit:cover;} .step h3{font-family:'Inter',sans-serif;font-weight:800;font-size:15px;margin-bottom:6px;} .step p{font-size:14px;color:var(--gray-mid);} /* BEFORE / AFTER */ .compare{background:var(--gray-light);} .compare-grid{ grid-template-columns:1fr auto 1fr; gap:20px; align-items:center; } .compare-box{ background:var(--white); border-radius:16px; overflow:hidden; box-shadow:var(--shadow-soft); text-align:center; } .compare-box .ph{ aspect-ratio:4/3; background:repeating-linear-gradient(45deg,#eee,#eee 10px,#e2e2e2 10px,#e2e2e2 20px); display:flex;align-items:center;justify-content:center; color:#999;font-weight:700;font-size:13px; } .compare-box .label{ padding:12px;font-weight:800;font-size:13px;letter-spacing:1px; } .compare-vs{ font-family:'Archivo Black',sans-serif; font-size:22px;color:var(--black); background:var(--yellow); width:56px;height:56px;border-radius:50%; display:flex;align-items:center;justify-content:center; } .compare-grid2{ display:grid; grid-template-columns:1fr 1fr; gap:24px; } .compare-box2{ background:var(--white); border-radius:16px; overflow:hidden; box-shadow:var(--shadow-soft); text-align:center; } .compare-box2 img{width:100%;display:block;} .compare-box2 .label{ padding:14px;font-weight:800;font-size:14px;letter-spacing:1px; } .compare-note{ text-align:center;font-size:13px;color:var(--gray-mid);margin-top:20px; } /* BENEFITS DARK */ .benefits-dark{background:var(--black);color:var(--white);} .benefits-dark .section-title,.benefits-dark .section-sub{color:var(--white);} .benefits-dark .section-sub{color:#bbb;} .cards4{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; } .card-dark{ background:#141414; border:1px solid #262626; border-radius:var(--radius); padding:26px 20px; text-align:center; } .card-dark .icon{color:var(--yellow);font-size:26px;margin-bottom:12px;} .card-dark p{font-weight:700;font-size:14px;line-height:1.4;} /* OFFERS */ .offers{background:var(--white);} .offers-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; align-items:end; margin-top:8px; } .offer-card{ background:var(--white); border:2px solid var(--gray-line); border-radius:18px; padding:32px 24px; text-align:center; position:relative; transition:transform .2s ease; } .offer-card.featured{ border:3px solid var(--yellow); box-shadow:var(--shadow-strong); transform:scale(1.06); z-index:2; } .offer-badge{ position:absolute; top:-16px;left:50%; transform:translateX(-50%); background:var(--yellow); color:var(--black); font-weight:800; font-size:12px; letter-spacing:.5px; padding:8px 18px; border-radius:100px; white-space:nowrap; box-shadow:0 4px 10px rgba(0,0,0,.15); } .offer-label{font-weight:800;font-size:14px;letter-spacing:1px;margin-bottom:14px;color:var(--gray-mid);} .offer-images{ display:flex;justify-content:center;gap:6px;margin-bottom:18px;min-height:110px;align-items:center; } .offer-images img{max-width:70px;filter:drop-shadow(0 8px 10px rgba(0,0,0,.18));} .offer-price{ font-family:'Archivo Black',sans-serif; font-size:32px;margin-bottom:18px; } .offer-pay{ margin-top:14px;font-size:12px;font-weight:700;color:var(--gray-mid); } /* VALUE ANCHOR */ .anchor{background:var(--gray-light);padding:34px 0;} .anchor .grid{ display:flex;justify-content:center;gap:36px;flex-wrap:wrap; font-weight:700;font-size:14px; } /* URGENCY */ .urgency{ background:var(--yellow); text-align:center; padding:40px 0; } .urgency h3{font-size:clamp(22px,3vw,30px);margin-bottom:8px;} .urgency p{font-weight:600;font-size:15px;} /* LIVE INTEREST + COUNTDOWN */ .live-offer-bar{ background:#fff8cc; border:1px solid #ead000; border-radius:14px; padding:14px 18px; margin:0 auto 24px; max-width:760px; text-align:center; box-shadow:0 5px 18px rgba(0,0,0,.06); } .live-viewers{ font-weight:800; font-size:15px; margin-bottom:7px; } .live-dot{ display:inline-block; width:9px;height:9px; background:#20b15a; border-radius:50%; margin-right:7px; animation:livePulse 1.4s infinite; } @keyframes livePulse{ 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(1.35);opacity:.65} } .countdown-title{ font-weight:800; font-size:15px; margin-bottom:5px; } .countdown{ font-family:'Archivo Black',sans-serif; font-size:30px; letter-spacing:1px; line-height:1; } .countdown-note{ margin-top:6px; font-size:12px; font-weight:600; color:#555; } /* TESTIMONIALS */ .testimonials-grid{ display:grid;grid-template-columns:repeat(3,1fr);gap:24px; } .testimonial{ background:var(--gray-light); border-radius:var(--radius); padding:26px; } .testimonial .stars{color:var(--yellow);font-size:16px;margin-bottom:12px;letter-spacing:2px;} .testimonial-photo{width:100%;max-width:140px;aspect-ratio:3/4;object-fit:cover;border-radius:10px;margin:0 0 14px;border:2px solid var(--yellow);display:block;} .testimonial p{font-size:14px;color:#444;margin-bottom:16px;font-style:italic;} .testimonial .name{font-weight:800;font-size:14px;} .testimonial .city{font-size:12px;color:var(--gray-mid);} /* FAQ */ .faq-list{max-width:760px;margin:0 auto;} .faq-item{ border-bottom:1px solid var(--gray-line); } .faq-q{ width:100%; display:flex;justify-content:space-between;align-items:center; padding:20px 4px; font-weight:700;font-size:15px; background:none;color:var(--black); text-align:left; } .faq-q .plus{font-size:20px;color:var(--yellow);transition:transform .2s;} .faq-item.open .plus{transform:rotate(45deg);} .faq-a{ max-height:0;overflow:hidden; transition:max-height .25s ease; font-size:14px;color:var(--gray-mid);line-height:1.6; } .faq-a-inner{padding:0 4px 20px;} .faq-item.open .faq-a{max-height:200px;} /* FINAL CTA */ .final-cta{ background:var(--black); color:var(--white); text-align:center; padding:72px 0; } .final-cta h2{font-size:clamp(28px,4.5vw,44px);margin-bottom:14px;} .final-cta p{color:#ccc;margin-bottom:32px;font-size:16px;} /* FOOTER */ footer{ background:#0d0d0d; color:#888; padding:32px 0; text-align:center; font-size:13px; } footer .logo{color:var(--white);margin-bottom:8px;} /* WHATSAPP FLOAT */ .wa-float{ position:fixed;bottom:22px;right:22px; width:58px;height:58px; background:#25D366; border-radius:50%; display:flex;align-items:center;justify-content:center; box-shadow:0 6px 18px rgba(0,0,0,.3); z-index:200; font-size:28px; } .wa-float:hover{transform:scale(1.08);} /* CTA repeat strip */ .cta-strip{text-align:center;padding:0 0 8px;} /* ===== MOBILE ===== */ @media(max-width:900px){ .nav-links{display:none;} .burger{display:flex;} .hero .wrap{grid-template-columns:1fr;gap:32px;} .hero-visual{order:-1;min-height:300px;padding:20px;} .hero-visual .product-shot{max-width:65%;} .problem .wrap{grid-template-columns:1fr;} .problem .wrap > img{order:-1;} .cards3{grid-template-columns:1fr;} .steps{grid-template-columns:1fr;} .cards4{grid-template-columns:1fr 1fr;} .offers-grid{grid-template-columns:1fr;} .offer-card.featured{transform:scale(1);} .compare-grid{grid-template-columns:1fr;} .compare-vs{margin:0 auto;} .compare-grid2{grid-template-columns:1fr;} .testimonials-grid{grid-template-columns:1fr;} .trustbar .grid{grid-template-columns:1fr 1fr;} section{padding:44px 0;} .nav .btn span.long{display:none;} } @media(max-width:480px){ .cards4{grid-template-columns:1fr 1fr;} .btn{font-size:15px;padding:16px 22px;} }
🚚 ENVÍO GRATIS POR COMPRAS MAYORES A $40.000 | 💵 PAGO CONTRA ENTREGA | 🔥 OFERTA ESPECIAL
Ahora mismo hay 350 personas viendo esta oferta
⏰ Tienes 10 minutos para realizar tu compra y conservar el precio especial
10:00
El contador corresponde a esta sesión.

¿RAYONES EN TU CARRO?

Mejora la apariencia de rayones y marcas superficiales de forma rápida y sencilla.

  • ✨ AYUDA A MEJORAR RAYONES SUPERFICIALES
  • 🚗 AYUDA A RECUPERAR EL BRILLO
  • 🧽 FÁCIL DE APLICAR
🛒 QUIERO EL MÍO AHORA
🔒 Compra segura 💵 Pago contra entrega
PRODUCTO ORIGINAL
Simoniz Crema Quita Rayones 120ml
🚚
ENVÍOS A TODA COLOMBIA
💵
PAGO CONTRA ENTREGA
🔒
COMPRA SEGURA
📦
PRODUCTO LISTO PARA ENVIAR
Auto con rayones superficiales

¿TU CARRO TIENE RAYONES, MARCAS O PERDIÓ SU BRILLO?

Los rayones superficiales y las marcas pueden hacer que tu vehículo pierda su apariencia cuidada.

UNA FORMA PRÁCTICA DE MEJORAR LA APARIENCIA DE TU CARRO

Simoniz Crema Quita Rayones 120ml

MEJORA EL BRILLO

Ayuda a recuperar una apariencia más brillante en la superficie.

🚗

PARA EL CUIDADO DEL VEHÍCULO

Una opción práctica para el mantenimiento de la apariencia de tu automóvil.

🧽

FÁCIL DE APLICAR

Aplica siguiendo las instrucciones del producto.

¿CÓMO SE UTILIZA?

1
🧴
Limpiar superficie

LIMPIA

Lava y seca correctamente la superficie.

2
Aplicar producto sobre el paño

APLICA

Aplica una pequeña cantidad de producto.

3
🧽
Pulir superficie

PULE

Trabaja la superficie con un paño adecuado y retira el exceso.

COMPARA LA APARIENCIA

Antes y después en carro
EN CARROS
Antes y después en moto
EN MOTOS

Los resultados pueden variar según el tipo y estado del rayón.

¿POR QUÉ ELEGIR LA CREMA QUITA RAYONES SIMONIZ?

FÁCIL DE UTILIZAR

PRÁCTICA PARA EL MANTENIMIENTO DEL VEHÍCULO

AYUDA CON RAYONES SUPERFICIALES

AYUDA A RECUPERAR EL BRILLO

ELIGE TU OFERTA

Elige la cantidad que necesitas. Pago contra entrega en todo Colombia.

🟡 1 UNIDAD
1 unidad Simoniz
$89.900
PEDIR AHORA
💵 PAGO CONTRA ENTREGA
💰 3 UNIDADES — MAYOR AHORRO
3 unidades Simoniz 3 unidades Simoniz 3 unidades Simoniz
$179.900
PEDIR AHORA
💵 PAGO CONTRA ENTREGA
🚚 ENVÍO GRATIS POR COMPRAS MAYORES A $40.000 💵 PAGA CONTRA ENTREGA 🔒 COMPRA SEGURA
Ahora mismo hay 350 personas viendo esta oferta
⏰ Tienes 10 minutos para realizar tu compra y conservar el precio especial
10:00
El contador corresponde a esta sesión.

🔥 OFERTA ESPECIAL

APROVECHA EL PRECIO ESPECIAL MIENTRAS ESTÉ DISPONIBLE

LO QUE DICEN NUESTROS CLIENTES

Clientes que ya probaron la Crema Quita Rayones Simoniz.

Cliente con producto Simoniz
★★★★★

"Es buena para sacar rayones superficiales, deja buen brillo."

Marcos Ferrer
Bogotá
Cliente con producto Simoniz
★★★★★

"Buen producto para rayas leves en el auto."

Ferney Villanueva
Cali
Cliente con producto Simoniz
★★★★★

"Excelente, me encantó."

Martín Villamizar
Manizales

PREGUNTAS FRECUENTES

Está pensada para ayudar a mejorar la apariencia de rayones y marcas superficiales.
Limpia la superficie, aplica una pequeña cantidad de producto y pule con un paño adecuado.
Puede utilizarse en distintos colores. Se recomienda probar primero en una zona pequeña.
Realizamos envíos a toda Colombia una vez confirmado tu pedido.
Sí, puedes pagar contra entrega cuando recibas tu pedido.
Los tiempos de entrega varían según tu ciudad. Te contactaremos para confirmar los detalles.

DEVUÉLVELE EL BRILLO A TU CARRO

Ordena hoy y recibe tu producto directamente en la comodidad de tu casa.

🛒 PEDIR AHORA
💵 PAGO CONTRA ENTREGA

© 2026 Simoniz Colombia. Todos los derechos reservados.

Ver todos los detalles