Spaces:
Running
Running
Tu Nombre commited on
Commit ·
74a331c
1
Parent(s): c76a3c2
mover seccion POR QUE TUBEBOT antes de planes
Browse files
main.py
CHANGED
|
@@ -404,9 +404,6 @@ footer{text-align:center;padding:24px;color:var(--m);font-size:.8rem;border-top:
|
|
| 404 |
|
| 405 |
<div class="price-sec" id="precio" style="max-width:1100px;margin:0 auto;padding:80px 20px">
|
| 406 |
<div class="sec-label" style="text-align:center;">Planes y precios</div>
|
| 407 |
-
<h2 style="font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1;text-align:center;margin-bottom:20px;">ELIGE TU PLAN</h2>
|
| 408 |
-
<p style="text-align:center;color:#aaa;margin-bottom:50px;font-size:1.1rem">Pago único. Sin mensualidades. Acceso de por vida.</p>
|
| 409 |
-
|
| 410 |
<!-- POR QUE TUBEBOT -->
|
| 411 |
<section style="margin:60px 0;padding:0 20px;max-width:1100px;margin-left:auto;margin-right:auto">
|
| 412 |
<h2 style="text-align:center;color:#D4AF37;font-size:2rem;margin-bottom:40px;font-family:Bebas Neue,sans-serif;letter-spacing:2px">¿POR QUÉ TUBEBOT?</h2>
|
|
@@ -444,7 +441,10 @@ footer{text-align:center;padding:24px;color:var(--m);font-size:.8rem;border-top:
|
|
| 444 |
</div>
|
| 445 |
</section>
|
| 446 |
|
| 447 |
-
<
|
|
|
|
|
|
|
|
|
|
| 448 |
|
| 449 |
<div style="background:#111;border:1px solid #333;border-radius:16px;padding:30px 25px;display:flex;flex-direction:column">
|
| 450 |
<h3 style="color:#aaa;font-size:1.2rem;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px">Básico</h3>
|
|
|
|
| 404 |
|
| 405 |
<div class="price-sec" id="precio" style="max-width:1100px;margin:0 auto;padding:80px 20px">
|
| 406 |
<div class="sec-label" style="text-align:center;">Planes y precios</div>
|
|
|
|
|
|
|
|
|
|
| 407 |
<!-- POR QUE TUBEBOT -->
|
| 408 |
<section style="margin:60px 0;padding:0 20px;max-width:1100px;margin-left:auto;margin-right:auto">
|
| 409 |
<h2 style="text-align:center;color:#D4AF37;font-size:2rem;margin-bottom:40px;font-family:Bebas Neue,sans-serif;letter-spacing:2px">¿POR QUÉ TUBEBOT?</h2>
|
|
|
|
| 441 |
</div>
|
| 442 |
</section>
|
| 443 |
|
| 444 |
+
<h2 style="font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1;text-align:center;margin-bottom:20px;">ELIGE TU PLAN</h2>
|
| 445 |
+
<p style="text-align:center;color:#aaa;margin-bottom:50px;font-size:1.1rem">Pago único. Sin mensualidades. Acceso de por vida.</p>
|
| 446 |
+
|
| 447 |
+
<div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px">
|
| 448 |
|
| 449 |
<div style="background:#111;border:1px solid #333;border-radius:16px;padding:30px 25px;display:flex;flex-direction:column">
|
| 450 |
<h3 style="color:#aaa;font-size:1.2rem;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px">Básico</h3>
|