.elementor-8832 .elementor-element.elementor-element-be38bfb{--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;--gap:24px 24px;--row-gap:24px;--column-gap:24px;--padding-top:160px;--padding-bottom:80px;--padding-left:24px;--padding-right:24px;}.elementor-8832 .elementor-element.elementor-element-be38bfb:not(.elementor-motion-effects-element-type-background), .elementor-8832 .elementor-element.elementor-element-be38bfb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F9FA;}.elementor-8832 .elementor-element.elementor-element-99ad0ef{--display:flex;}.elementor-8832 .elementor-element.elementor-element-c932c72{--display:flex;}.elementor-8832 .elementor-element.elementor-element-1a8f34e{--display:flex;}.elementor-8832 .elementor-element.elementor-element-e815f3f{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:21px 21px;--row-gap:21px;--column-gap:21px;--border-radius:12px 12px 12px 12px;--padding-top:40px;--padding-bottom:40px;--padding-left:24px;--padding-right:24px;}.elementor-8832 .elementor-element.elementor-element-e815f3f:not(.elementor-motion-effects-element-type-background), .elementor-8832 .elementor-element.elementor-element-e815f3f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-8832 .elementor-element.elementor-element-42cef5a{text-align:center;}.elementor-8832 .elementor-element.elementor-element-42cef5a .elementor-heading-title{color:var( --e-global-color-c696dce );}.elementor-8832 .elementor-element.elementor-element-3e99a12{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:center;color:var( --e-global-color-c696dce );}.elementor-8832 .elementor-element.elementor-element-bf026d1 .elementor-button{background-color:var( --e-global-color-primary );fill:#FFFFFF;color:#FFFFFF;border-radius:8px 8px 8px 8px;}.elementor-8832 .elementor-element.elementor-element-bf026d1 .elementor-button:hover, .elementor-8832 .elementor-element.elementor-element-bf026d1 .elementor-button:focus{background-color:var( --e-global-color-d6cea4e );color:var( --e-global-color-primary );}.elementor-8832 .elementor-element.elementor-element-bf026d1{width:auto;max-width:auto;}.elementor-8832 .elementor-element.elementor-element-bf026d1 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-8832 .elementor-element.elementor-element-bf026d1 .elementor-button .elementor-button-content-wrapper{gap:26px;}.elementor-8832 .elementor-element.elementor-element-bf026d1 .elementor-button:hover svg, .elementor-8832 .elementor-element.elementor-element-bf026d1 .elementor-button:focus svg{fill:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-8832 .elementor-element.elementor-element-be38bfb{--padding-top:120px;--padding-bottom:80px;--padding-left:24px;--padding-right:24px;}.elementor-8832 .elementor-element.elementor-element-e815f3f{--gap:12px 12px;--row-gap:12px;--column-gap:12px;}.elementor-8832 .elementor-element.elementor-element-3e99a12{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-8832 .elementor-element.elementor-element-bf026d1 > .elementor-widget-container{padding:0em 0em 0em 0em;}}@media(max-width:767px){.elementor-8832 .elementor-element.elementor-element-be38bfb{--padding-top:120px;--padding-bottom:80px;--padding-left:24px;--padding-right:24px;}.elementor-8832 .elementor-element.elementor-element-e815f3f{--padding-top:24px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}.elementor-8832 .elementor-element.elementor-element-42cef5a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-8832 .elementor-element.elementor-element-3e99a12{text-align:center;}.elementor-8832 .elementor-element.elementor-element-bf026d1{width:100%;max-width:100%;}}@media(min-width:768px){.elementor-8832 .elementor-element.elementor-element-e815f3f{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-8832 .elementor-element.elementor-element-e815f3f{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-f76ad52 *//* FONDO ACTUALIZADO - MISMO QUE REFORMAS */
.hero-compra-sin-estres {
  background: #f8f9fa;  /* ← EL MISMO GRIS SUAVE DE REFORMAS */
  padding: 100px 20px 80px;
  position: relative;
  overflow: hidden;
  font-family: "Arial";
}

/* Eliminamos el gradiente anterior y usamos el fondo plano coherente */
.hero-compra-sin-estres::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(76, 175, 80, 0.03) 0%, transparent 50%);
  transform: rotate(45deg);
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 24px;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #003F5B;
  line-height: 1.1;
  margin-bottom: 24px;
}

.hero-title .highlight {
  color: #4CAF50;
}

.hero-subtitle {
  font-size: 1.3rem;
  color: #5a6c7d;
  line-height: 1.5;
  margin-bottom: 32px;
}

.hero-subtitle strong {
  color: #003F5B;
  font-weight: 600;
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.benefit-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.benefit-item span {
  font-size: 0.95rem;
  color: #333;
}

.benefit-item strong {
  color: #4CAF50;
  font-weight: 700;
}

.hero-cta {
  margin-bottom: 40px;
}

.cta-primary {
  background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
  color: white;
  padding: 20px 40px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 25px rgba(76, 175, 80, 0.3);
  margin-bottom: 12px;
}

.cta-primary:hover {
  background: linear-gradient(135deg, #45a049 0%, #5fa85f 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(76, 175, 80, 0.4);
}

.cta-subtitle {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stat-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4CAF50;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 0.8rem;
  color: #666;
}

.stat-divider {
  color: #ddd;
  font-size: 1.2rem;
}

/* SIMULADOR VISUAL */
.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-simulator {
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.05);
  max-width: 400px;
  width: 100%;
}

.simulator-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}

.simulator-dots {
  display: flex;
  gap: 6px;
}

.simulator-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
}

.simulator-dots span:first-child {
  background: #ff5f57;
}

.simulator-dots span:nth-child(2) {
  background: #ffbd2e;
}

.simulator-dots span:last-child {
  background: #28ca42;
}

.simulator-title {
  font-weight: 600;
  color: #333;
  font-size: 0.9rem;
}

.search-progress {
  margin-bottom: 20px;
}

.progress-bar {
  background: #f0f0f0;
  border-radius: 8px;
  height: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}

.progress-fill {
  background: linear-gradient(90deg, #4CAF50 0%, #66BB6A 100%);
  height: 100%;
  width: 75%;
  border-radius: 8px;
  animation: progressAnimation 2s ease-in-out infinite;
}

@keyframes progressAnimation {
  0%, 100% { width: 75%; }
  50% { width: 85%; }
}

.progress-text {
  font-size: 0.85rem;
  color: #666;
}

.search-filters {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.filter-item {
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 8px;
  font-size: 0.85rem;
  color: #666;
  transition: all 0.3s ease;
}

.filter-item.active {
  background: #e8f5e8;
  color: #4CAF50;
  font-weight: 600;
}

.search-result {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%);
  border-radius: 12px;
  border: 2px solid #4CAF50;
}

.result-icon {
  font-size: 1.5rem;
}

.result-text {
  display: flex;
  flex-direction: column;
}

.result-text strong {
  color: #4CAF50;
  font-weight: 700;
  margin-bottom: 4px;
}

.result-text span {
  color: #666;
  font-size: 0.85rem;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-compra-sin-estres {
    padding: 80px 15px 60px;
  }

  .hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .hero-benefits {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-stats {
    flex-direction: column;
    gap: 15px;
  }

  .search-simulator {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd03e03 */.proceso-compra-sin-estres {
  background: white;
  padding: 80px 20px;
  font-family: "Arial";
}

.proceso-container {
  max-width: 1200px;
  margin: 0 auto;
}

.proceso-header {
  text-align: center;
  margin-bottom: 60px;
}

.proceso-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #003F5B;
  margin-bottom: 16px;
}

.proceso-title .highlight {
  color: #4CAF50;
}

.proceso-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}

/* TIMELINE VERTICAL */
.proceso-timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.proceso-timeline::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 60px;
  bottom: 60px;
  width: 3px;
  background: linear-gradient(180deg, #4CAF50 0%, #66BB6A 100%);
  border-radius: 2px;
}

.paso-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.paso-item.destacado {
  transform: scale(1.02);
}

.paso-numero {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.3);
  flex-shrink: 0;
}

.paso-numero span {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
}

.paso-content {
  background: white;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  flex: 1;
  position: relative;
  transition: all 0.3s ease;
}

.paso-item.destacado .paso-content {
  background: linear-gradient(135deg, #f8fff8 0%, #ffffff 100%);
  border-color: #4CAF50;
  box-shadow: 0 12px 40px rgba(76, 175, 80, 0.15);
}

.paso-content:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.paso-icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
  display: block;
}

.paso-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #003F5B;
  margin-bottom: 12px;
}

.paso-description {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 1rem;
}

.paso-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #555;
  font-size: 0.9rem;
}

.detail-icon {
  font-size: 1rem;
  width: 20px;
  text-align: center;
}

.paso-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #4CAF50;
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.paso-tiempo {
  display: flex;
  align-items: center;
  min-width: 100px;
  justify-content: center;
}

.tiempo-label {
  background: #f0f8f0;
  color: #4CAF50;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  border: 2px solid #4CAF50;
}

/* FOOTER DE PROCESO */
.proceso-footer {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.garantia-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background: linear-gradient(135deg, #f0f8f0 0%, #ffffff 100%);
  border-radius: 16px;
  border: 2px solid #4CAF50;
}

.garantia-icon {
  font-size: 3rem;
  flex-shrink: 0;
}

.garantia-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #003F5B;
  margin-bottom: 8px;
}

.garantia-text {
  color: #666;
  line-height: 1.5;
  margin: 0;
  font-size: 0.95rem;
}

.proceso-cta {
  text-align: center;
}

.cta-primary-proceso {
  background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
  color: white;
  padding: 18px 35px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 25px rgba(76, 175, 80, 0.3);
  margin-bottom: 12px;
}

.cta-primary-proceso:hover {
  background: linear-gradient(135deg, #45a049 0%, #5fa85f 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(76, 175, 80, 0.4);
}

.cta-subtitle-proceso {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .proceso-compra-sin-estres {
    padding: 60px 15px;
  }

  .proceso-title {
    font-size: 2rem;
  }

  .proceso-timeline::before {
    left: 20px;
  }

  .paso-item {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .paso-numero {
    width: 50px;
    height: 50px;
    align-self: center;
  }

  .paso-numero span {
    font-size: 1.2rem;
  }

  .paso-content {
    padding: 25px 20px;
  }

  .paso-tiempo {
    order: -1;
  }

  .proceso-footer {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .garantia-box {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd23e34 */* 3. SERVICIOS TIEMPO */
.servicios-tiempo {
  background: #f8f9fa;
  padding: 60px 20px;
  font-family: "Arial";
}

.servicios-container {
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}

.servicios-title {
  font-size: 2rem;
  font-weight: 700;
  color: #003F5B;
  margin-bottom: 40px;
}

.servicios-title .highlight {
  color: #4CAF50;
}

.servicios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.servicio-card {
  background: white;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.servicio-card:hover {
  transform: translateY(-5px);
}

.servicio-icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
}

.servicio-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #003F5B;
  margin-bottom: 8px;
}

.servicio-card p {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

/* 4. TESTIMONIOS */
.testimonios-compactos {
  background: white;
  padding: 60px 20px;
}

.testimonios-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.testimonios-title {
  font-size: 2rem;
  font-weight: 700;
  color: #003F5B;
  margin-bottom: 40px;
}

.testimonios-title .highlight {
  color: #4CAF50;
}

.testimonios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.testimonio-card {
  background: #f8fffe;
  padding: 25px;
  border-radius: 12px;
  border-left: 4px solid #4CAF50;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.testimonio-stars {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.testimonio-card p {
  color: #333;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.testimonio-autor {
  color: #4CAF50;
  font-weight: 600;
  font-size: 0.85rem;
}

/* 5. CTA FINAL */
.cta-final {
  background: linear-gradient(135deg, #003F5B 0%, #2c5f7b 100%);
  padding: 80px 20px;
  color: white;
  text-align: center;
}

.cta-container {
  max-width: 700px;
  margin: 0 auto;
}

.cta-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.cta-title .highlight {
  color: #4CAF50;
}

.cta-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 30px;
}

.cta-urgencia {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}

.urgencia-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
}

.urgencia-icon {
  font-size: 1.2rem;
}

.cta-mega {
  background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
  color: white;
  padding: 22px 45px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.3rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 10px 30px rgba(76, 175, 80, 0.4);
  margin-bottom: 20px;
}

.cta-mega:hover {
  background: linear-gradient(135deg, #45a049 0%, #5fa85f 100%);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(76, 175, 80, 0.5);
}

.cta-garantias {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 0.9rem;
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .servicios-tiempo, .testimonios-compactos {
    padding: 50px 15px;
  }

  .cta-final {
    padding: 60px 15px;
  }

  .servicios-title, .testimonios-title {
    font-size: 1.7rem;
  }

  .cta-title {
    font-size: 1.8rem;
  }

  .cta-urgencia {
    flex-direction: column;
    gap: 15px;
  }

  .cta-garantias {
    flex-direction: column;
    gap: 10px;
  }

  .cta-mega {
    padding: 18px 35px;
    font-size: 1.1rem;
  }
}/* End custom CSS */