.elementor-317 .elementor-element.elementor-element-6c5a9516{--display:flex;}.elementor-317 .elementor-element.elementor-element-6c5a9516.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-317 .elementor-element.elementor-element-6c5a9516{--width:96.262%;}}/* Start custom CSS for html, class: .elementor-element-1302f038 *//* RESET BÁSICO */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  background: #ffffff;
  color: #1f2937;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
}

.text-center {
  text-align: center;
}

/* HEADER */
.header {
  background-color: #ffffff;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 10;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #111827;
}

.logo-icon {
  background-color: #10b981;
  color: white;
  border-radius: 10px;
  padding: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1rem;
}

.logo-text {
    font-weight: 650;
}


/* BOTONES */
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.2s ease;
  font-size: 1rem;
}

.btn-primary {
  background-color: #059669;
  color: white;
}

.btn-primary:hover {
  background-color: #047857;
}

.btn-outline {
  border: 2px solid #059669;
  color: #059669;
  background-color: transparent;
}

.btn-outline:hover {
  background-color: #d1fae5;
}

.btn.white {
  background-color: white;
  color: #059669;
  border: 2px solid white;
}

.btn.white:hover {
  background-color: #f9fafb;
}

/* HERO */
.hero {
  background: #ecfdf5;
  padding: 4rem 1rem;
  text-align: center;
}

.hero .badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.hero .badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.9rem;
  font-weight: 500;
}

.hero .badge.green {
  background: #d1fae5;
  color: #065f46;
}

.hero .badge.blue {
  background: #e0f2fe;
  color: #1e40af;
}

.hero .brand {
  font-size: 2.5rem;
  color: #059669;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.hero h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hero .subtext {
  color: #374151;
  font-size: 1.125rem;
  max-width: 640px;
  margin: 0 auto 1.5rem auto;
}

.hero .checks {
  font-size: 1rem;
  color: #047857;
  margin-bottom: 2rem;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}


/* Video */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 960px;
  aspect-ratio: 16 / 9;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.close {
  position: absolute;
  top: -16px;
  right: 1px;
  font-size: 2.5rem;
  color: white;
  cursor: pointer;
  background: none;
  border: none;
}


/* ¿QUÉ ES WASENVIA? */
.about {
  padding: 4rem 1rem;
  background-color: #ffffff;
  text-align: center;
}

.about h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #0f172a;
}

.about .subtitle {
  font-size: 18px;
  color: #334155;
  margin-bottom: 0rem;
}

.about .highlight {
  color: #047857;
  font-weight: 600;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.8rem;
}

.about .description {
  font-size: 1rem;
  color: #334155;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto;
}

.about .description span.highlight {
  display: block;
  margin-top: 0.8rem;
  font-weight: 700;
  color: #047857;
}


/* SECCIÓN: Cómo funciona */
section.how-it-works {
  background: #f0fdfa;
  padding: 4rem 1rem;
}

.how-it-works .container {
  max-width: 1200px;
  margin: 0 auto;
}

.how-it-works .text-center {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
}

.how-it-works .grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.how-it-works .card-step {
  background: white;
  border: 1px solid #a7f3d0;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.how-it-works .card-step:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.how-it-works .step-badge {
  background: #059669;
  color: white;
  font-weight: bold;
  border-radius: 9999px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.how-it-works h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.how-it-works p {
  font-size: 1rem;
  color: #374151;
  line-height: 1.6;
}

/* BOT */
.bot {
  padding: 4rem 1rem;
}

.bot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: 2rem;
}

.bot-text h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}

.bot-text .highlight {
  color: #047857;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  display: block;
}

.bot-text p {
  font-size: 1rem;
  color: #334155;
  line-height: 1.6;
  margin-bottom: 1rem;
  max-width: 550px;
}

.bot-text strong {
  color: #0f172a;
  font-weight: 600;
  font-size: 1.05rem;
}

.bot-text .btn {
  margin-top: 0rem;
}


@media (min-width: 768px) {
  .bot-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.bot-text h2 {
  font-size: 2rem;
  margin-bottom: 1.25rem; 
}

.bot-text p {
  margin-bottom: 1rem; 
}

.bot-demo {
  background: #ecfdf5;
  border-radius: 1rem;
  padding: 2rem;
}

.chat-box {
  display: flex;
  flex-direction: column;
  gap: 1.2rem; 
}

.bubble {
  background: white;
  padding: 1rem;
  border-radius: 1rem;
  max-width: 75%;
  color: #111;
  font-size: 0.95rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.bubble.right {
  background: #059669;
  color: white;
  align-self: flex-end;
}

.bot .btn {
  font-size: 0.9rem;
  padding: 0.6rem 1.2rem;
}

/* WHATSAPP MARKETING */
.features-section {
  background-color: #f0fdfa;
  padding: 4rem 1rem;
}

.features-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.features-section p {
  color: #334155;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.features-section .highlight {
  color: #047857;
  font-weight: 600;
  font-size: 1.05rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin: 2.5rem 0;
}

.feature-box {
  background: white;
  border: 1px solid #a7f3d0;
  border-radius: 1rem;
  padding: 2rem 1rem;
  text-align: center;
  transition: 0.3s ease;
}

.feature-box:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.icon-circle {
  background: #059669;
  color: white;
  width: 60px;
  height: 60px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 1rem;
}

.feature-box p {
  margin: 0;
  font-size: 1rem;
  color: #0f172a;
  font-weight: 500;
}

.mt-2 {
  margin-top: 1rem;
}



/* PLANES */
.pricing-section {
  padding: 4rem 1rem;
  background: #ffffff;
}

.pricing-section h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #111827;
}

.pricing-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-bottom: 2rem;
}

.plan-card {
  border: 1px solid #d1fae5;
  border-radius: 1rem;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  position: relative;
}

.plan-card.popular {
  border: 2px solid #10b981;
}

.plan-badge {
  background-color: #059669;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: bold;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.plan-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #111827;
}

.price {
  font-size: 1.875rem;
  font-weight: bold;
  color: #059669;
  margin-bottom: 1rem;
}

.price-unit {
  font-size: 1rem;
  font-weight: normal;
  color: #4b5563;
  margin-left: 0.25rem;
}

.old-price {
  font-size: 0.9rem;
  text-decoration: line-through;
  color: #9ca3af;
}

.discount-badge {
  background-color: #fecaca;
  color: #b91c1c;
  border-radius: 999px;
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
  margin-left: 0.5rem;
  font-weight: bold;
}

.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 2rem;
  font-size: 0.95rem;
  color: #374151;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.plan-card ul li {
  display: flex;
  align-items: start;
  gap: 0.5rem;
  line-height: 1.5;
}

.guarantee {
  color: #059669;
  font-weight: bold;
  margin-bottom: 1rem;
}

.guarantee-text {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #374151;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}


/* MÉTRICAS */
.metrics-section {
  background: #ecfdf5;
  padding: 4rem 1rem;
}

.metrics-section h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.metrics-section p {
  color: #374151;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.metrics-section .highlight {
  color: #059669;
  font-weight: bold;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0 2.5rem;
}

.metric-box {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: 0.3s ease;
}

.metric-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
}

.metric-box h3 {
  font-size: 2rem;
  color: #059669;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.metric-box p {
  color: #374151;
  font-size: 1rem;
}

/* Preguntas frecuentes */
.faq-section {
  background: #ffffff;
  padding: 4rem 1rem;
}

.faq-section h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 700px;
  margin: 0 auto 2rem auto;
}

.faq-item {
  border: 1px solid #6ee7b7;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  text-align: left;
  transition: background 0.2s ease;
  cursor: pointer;
}

.faq-item:hover {
  background-color: #ecfdf5;
}

.faq-item summary {
  list-style: none;
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "▾";
  font-size: 1rem;
  color: #059669;
  transition: transform 0.3s ease;
  margin-left: 0.5rem;
}

.faq-item[open] summary::after {
  transform: rotate(180deg);
}

.faq-item p {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  color: #374151;
}

.faq-button {
  text-align: center;
  margin-top: 1.5rem;
}

.faq-button .btn {
  font-size: 0.9rem;
  padding: 0.5rem 1.25rem;
  border: 1px solid #059669;
  border-radius: 0.5rem;
  color: #059669;
  background: #fff;
  transition: all 0.2s ease;
}

.faq-button .btn:hover {
  background-color: #059669;
  color: white;
}


/* CTA FINAL */
.cta-section {
  padding: 4rem 1rem;
  background: linear-gradient(to bottom right, #059669, #047857);
  color: white;
}

.cta-section h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.cta-section p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

/* FOOTER */
.footer {
  background: #1e293b;
  color: #cbd5e1;
  padding: 2rem 1rem;
  text-align: center;
  font-size: 0.9rem;
  

}

.footer .footer-logo {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: white;
  margin-bottom: 0.5rem;
}

.footer .footer-note {
  max-width: 900px;
  margin: 0 auto 1rem;
  font-size: 0.85rem;
  margin-top: 1rem;
}

.footer .footer-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.footer .footer-links a {
  color: #93c5fd; 
  text-decoration: none;
  font-weight: 500;
}

.footer .footer-links a:hover {
  text-decoration: underline;
}



@media (max-width: 768px) {
  h1, .hero h1, .hero .brand,
  .about h2,
  .how-it-works .text-center,
  .bot-text h2,
  .features-section h2,
  .pricing-section h2,
  .faq-section h2,
  .cta-section h2,
  .metrics-section h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .hero .brand {
    font-size: 2rem;
  }

  .hero .subtext,
  .about .subtitle,
  .features-section p,
  .bot-text p,
  .metric-box p,
  .plan-card ul,
  .faq-item p,
  .cta-section p,
  .faq-item summary {
    font-size: 0.95rem;
  }

  .hero .checks {
    font-size: 0.9rem;
  }

  .btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.95rem;
  }

  .modal-content {
    width: 95%;
    aspect-ratio: 16 / 9;
  }

  .footer .footer-logo {
    font-size: 1.25rem;
    flex-direction: column;
  }

  .footer .footer-links {
    flex-direction: column;
    gap: 0.75rem;
  }

  .feature-box {
    padding: 1.5rem 1rem;
  }

  .icon-circle {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }

  .bubble {
    font-size: 0.9rem;
  }

  .metrics-grid, .features-grid, .pricing-grid, .how-it-works .grid-4 {
    grid-template-columns: 1fr;
  }

  .pricing-section .price {
    font-size: 1.5rem;
  }

  .plan-card h3 {
    font-size: 1.25rem;
  }

  .faq-item summary {
    font-size: 1rem;
  }

  .faq-button .btn {
    font-size: 0.85rem;
  }

  .cta-section p {
    font-size: 1rem;
  }

  .guarantee-text {
    font-size: 0.85rem;
    padding: 0 0.5rem;
  }
  
    .plan-card ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #374151;
    padding-left: 0;
    text-align: left;
  }
  
   .header .btn {
    font-size: 0.74rem;
    padding: 0.55rem 0.5rem;
    white-space: nowrap;
    margin-left: 20px;
  }
}/* End custom CSS */