.elementor-1056 .elementor-element.elementor-element-80c343c{--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-1bec716 *//* Estilo general para el plan de marketing */
.plan-marketing {
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  padding: 40px 20px;
  background: #fff8f1;
  border-radius: 16px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  max-width: 800px;
  margin: 0 auto;
}

.hero-plan-marketing {
  background: #ffeadb;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  margin-bottom: 30px;
}

.hero-plan-marketing h1 {
  color: #e65100;
  font-size: 2em;
  margin-bottom: 15px;
}

.hero-plan-marketing p {
  font-size: 1.1em;
  line-height: 1.6;
}

.plan-marketing h2 {
  margin-top: 30px;
  color: #bf360c;
  font-size: 1.4em;
  margin-bottom: 15px;
}

.plan-marketing ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.plan-marketing li {
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 10px;
}

.plan-marketing li::before {
  content: '🔥';
  position: absolute;
  left: 0;
}

.highlight {
  background: #ffe0c2;
  padding: 20px;
  border-left: 5px solid #e65100;
  border-radius: 12px;
  margin-bottom: 30px;
}

.highlight h3 {
  margin-top: 0;
  color: #e65100;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.pricing-box {
  background: #ffd8bf;
  padding: 25px;
  border-radius: 12px;
  border-left: 5px solid #e65100;
  margin-bottom: 30px;
}

.pricing-box h3 {
  margin-top: 0;
  color: #e65100;
}

.pricing-box .pricing {
  font-size: 1.2em;
  margin-bottom: 15px;
  color: #bf360c;
}

.cta {
  background: #ffccbc;
  text-align: center;
  padding: 30px 20px;
  border-radius: 12px;
}

.cta p {
  margin: 10px 0;
  font-size: 1.1em;
}

.cta a {
  display: inline-block;
  background: #e65100;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.cta a:hover {
  background: #bf360c;
}/* End custom CSS */