.elementor-473 .elementor-element.elementor-element-0830262{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d17c248 *//* ====== DTFSimple – Estampado DTF sobre prendas ====== */
:root {
  --primary: #06b6d4;
  --primary-dark: #0e7490;
  --text: #111827;
  --muted: #6b7280;
  --border: #e5e7eb;
  --bg: #f9fafb;
  --surface: #ffffff;
  --radius: 10px;
  --maxw: 1000px;
}

body {
  font-family: 'Inter', Arial, sans-serif;
  margin: 0;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

/* Header */
.hero {
  text-align: center;
  background: var(--surface);
  padding: 60px 20px 40px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}
.hero h1 {
  font-size: clamp(26px, 4vw, 38px);
  margin-bottom: 10px;
  color: var(--primary-dark);
}
.hero p {
  color: var(--muted);
  font-size: 16px;
  max-width: 650px;
  margin: 0 auto;
}

/* Contenedor principal */
.container {
  max-width: var(--maxw);
  margin: 40px auto;
  padding: 0 20px;
}

/* Intro */
.intro h2 {
  color: var(--primary-dark);
}
.intro p {
  color: var(--muted);
  font-size: 16px;
}

/* Tabla de precios */
.price-table {
  margin-top: 40px;
}
.price-table h2 {
  text-align: center;
  color: var(--primary-dark);
}
.price-table .table-intro {
  text-align: center;
  color: var(--muted);
  margin-bottom: 16px;
}
.price-table table {
  width: 100%;
  border-collapse: collapse;
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}
.price-table th,
.price-table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.price-table th {
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.price-table td:first-child {
  text-align: left;
}
.price-table tbody tr:nth-child(even) {
  background: #f4f8f9;
}
.price-table tbody tr:hover {
  background: #ecfeff;
}
.price-table td strong {
  color: var(--primary-dark);
}
.price-table .table-footnote {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

/* Beneficios */
.benefits {
  margin-top: 60px;
  background: var(--surface);
  padding: 40px 30px;
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}
.benefits h2 {
  color: var(--primary-dark);
}
.benefits ul {
  list-style: none;
  padding: 0;
}
.benefits li {
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
  color: var(--muted);
}
.benefits li::before {
  content: "✔";
  color: var(--primary);
  position: absolute;
  left: 0;
  top: 0;
}

/* Cómo funciona */
.howto {
  margin-top: 60px;
}
.howto h2 {
  color: var(--primary-dark);
}
.howto ol {
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
}

/* CTA */
.cta {
  text-align: center;
  margin-top: 60px;
}
.cta p {
  color: var(--muted);
  font-size: 16px;
  margin-bottom: 18px;
}
.cta .btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary), #22d3ee);
  color: #fff;
  padding: 12px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(6,182,212,0.35);
}

/* Footer */
footer {
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  padding: 40px 10px;
  border-top: 1px solid var(--border);
  background: var(--surface);
}/* End custom CSS */