/* SUGAR DADDY FREE APP – FONDO BLANCO + TEXTO OSCURO */ /* TODOS los parrafos en gris oscuro */ p, div p, article p, .entry-content p, .wp-block-post-content p, .post-content p, .page-content p, body p { color: #2D2D3D !important; line-height: 1.75; font-size: 17px; } /* TODAS las negritas en negro */ p strong, p b, div p strong, div p b, article p strong, .entry-content p strong, .wp-block-post-content p strong, body strong, body b { color: #111111 !important; font-weight: 700; } /* TODOS los H2 en violeta oscuro */ h2, .entry-content h2, .wp-block-post-content h2, article h2, h2.wp-block-heading { color: #5B21B6 !important; -webkit-text-fill-color: #5B21B6 !important; font-weight: 800 !important; font-size: clamp(1.6rem, 4vw, 2.2rem) !important; letter-spacing: -0.02em; margin-top: 3.5rem; margin-bottom: 1.5rem; padding-bottom: 0.75rem; } /* TODOS los H3 en negro */ h3, .entry-content h3, .wp-block-post-content h3, article h3, h3.wp-block-heading { color: #1A1A2E !important; -webkit-text-fill-color: #1A1A2E !important; font-weight: 700 !important; font-size: clamp(1.15rem, 3vw, 1.45rem) !important; } /* LISTAS */ li, ol li, ul li, .entry-content li, .wp-block-post-content li, .wp-block-list li { color: #2D2D3D !important; } li strong, ol li strong, ul li strong { color: #111111 !important; } /* LINKS */ a, p a, .entry-content a, .wp-block-post-content a { color: #6D28D9 !important; text-decoration: none !important; font-weight: 500; } a:hover { color: #D97706 !important; } /* MARKS e INLINE COLOR */ mark, mark.has-inline-color { color: #6D28D9 !important; background: transparent !important; font-weight: 700 !important; } /* LINEA DORADA BAJO H2 CENTRADOS */ h2.has-text-align-center::after, .has-text-align-center.wp-block-heading::after { content: ”; display: block; width: 80px; height: 3px; background: linear-gradient(135deg, #D97706, #F59E0B); margin: 0.75rem auto 0; border-radius: 3px; } /* HERO SUBTITLE */ .sd-hero-subtitle { color: #2D2D3D !important; font-size: 1.2rem; line-height: 1.7; max-width: 820px; margin: 0 auto 2rem; padding: 1.5rem 2rem; background: #F5F3FF !important; border: 1px solid rgba(109, 40, 217, 0.15) !important; border-radius: 16px; position: relative; } .sd-hero-subtitle::before { content: ”; position: absolute; top: -1px; left: 20%; right: 20%; height: 3px; background: linear-gradient(135deg, #7C3AED, #C026D3); border-radius: 2px; } /* CARDS – BENEFIT, STEP, INSTALL, BRAND */ .sd-benefit-card, .sd-step-card, .sd-install-card, .sd-brand-card { background: #F9F7FE !important; border: 1px solid rgba(109, 40, 217, 0.12) !important; border-radius: 16px !important; padding: 2rem 1.5rem 1.5rem !important; transition: all 0.3s ease !important; position: relative; overflow: hidden; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04); } .sd-benefit-card:hover, .sd-step-card:hover, .sd-install-card:hover, .sd-brand-card:hover { background: #F0EBFA !important; border-color: rgba(109, 40, 217, 0.3) !important; transform: translateY(-4px); box-shadow: 0 8px 28px rgba(109, 40, 217, 0.1); } /* LINEA SUPERIOR VIOLETA EN BENEFIT CARDS */ .sd-benefit-card::before { content: ”; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(135deg, #7C3AED, #C026D3); opacity: 0; transition: all 0.3s ease; } .sd-benefit-card:hover::before { opacity: 1; } /* TEXTO DENTRO DE CARDS */ .sd-benefit-card p, .sd-step-card p, .sd-install-card p { color: #2D2D3D !important; } .sd-benefit-card h3, .sd-step-card h3, .sd-install-card h3, .sd-benefit-card .wp-block-heading, .sd-step-card .wp-block-heading, .sd-install-card .wp-block-heading { color: #1A1A2E !important; -webkit-text-fill-color: #1A1A2E !important; } /* GRIDS */ .sd-benefits-grid, .sd-steps-grid, .sd-install-grid, .sd-brand-grid { gap: 1.5rem !important; margin-top: 2rem; margin-bottom: 2.5rem; } /* BRAND CARD H3 EN VIOLETA */ .sd-brand-card h3, .sd-brand-card .wp-block-heading { color: #5B21B6 !important; -webkit-text-fill-color: #5B21B6 !important; font-size: 1.05rem !important; margin-bottom: 1rem !important; } .sd-brand-card .wp-block-image { margin: 0; } .sd-brand-card .wp-block-image img { border-radius: 10px; transition: all 0.3s ease; } .sd-brand-card:hover .wp-block-image img { transform: scale(1.02); } /* FAQ */ .sd-faq-title { margin-top: 4rem !important; padding-top: 2rem; border-top: 1px solid rgba(109, 40, 217, 0.12); } .sd-faq-question { color: #1A1A2E !important; -webkit-text-fill-color: #1A1A2E !important; font-size: 1.15rem !important; padding: 1rem 1.25rem !important; margin-top: 1.5rem !important; margin-bottom: 0.25rem !important; background: #F5F3FF !important; border-left: 4px solid #7C3AED !important; border-radius: 0 10px 10px 0 !important; transition: all 0.3s ease; } .sd-faq-question:hover { border-left-color: #D97706 !important; background: #F0EBFA !important; } .sd-faq-question + p, .sd-faq-question + .wp-block-paragraph { padding: 0.75rem 1.25rem 1rem; border-left: 2px solid rgba(109, 40, 217, 0.12); margin-left: 2px; margin-top: 0; color: #2D2D3D !important; } /* CTA */ .sd-cta-section { margin-top: 4rem !important; padding-top: 2rem; } .sd-cta-text strong { color: #D97706 !important; font-weight: 700; } /* INSTALL STEPS */ .sd-install-steps { padding-left: 1.2rem; } .sd-install-steps li { color: #2D2D3D !important; margin-bottom: 0.6rem; line-height: 1.6; } .sd-install-steps li strong { color: #111111 !important; } /* RESPONSIVE */ @media (max-width: 782px) { .sd-benefits-grid, .sd-steps-grid, .sd-install-grid, .sd-brand-grid { flex-direction: column !important; } .sd-benefit-card, .sd-step-card, .sd-install-card, .sd-brand-card { padding: 1.5rem 1.25rem !important; } .sd-hero-subtitle { font-size: 1.05rem; padding: 1.25rem; } } /* SELECCION DE TEXTO */ ::selection { background: #7C3AED; color: white; }

INGRESA EN TU CUENTA CREAR UNA CUENTA NUEVA

Su privacidad es importante para nosotros y nunca alquilaremos ni venderemos su información.

 
×

 
×
¿HAS OLVIDADO TUS DATOS?
×

Subir