.elementor-1137 .elementor-element.elementor-element-2bb7f52{--display:flex;--min-height:55px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1137 .elementor-element.elementor-element-ca81504{--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;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1137 .elementor-element.elementor-element-9564f0f{z-index:1;text-align:start;}.elementor-1137 .elementor-element.elementor-element-9564f0f img{width:22%;opacity:1;}.elementor-1137 .elementor-element.elementor-element-9564f0f:hover img{opacity:0.66;}.elementor-1137 .elementor-element.elementor-element-6cbbb80{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1137 .elementor-element.elementor-element-1612034{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1137 .elementor-element.elementor-element-8895ba5{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1137 .elementor-element.elementor-element-92ee3c3{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-1137 .elementor-element.elementor-element-ca81504{--width:33.3333%;}}@media(max-width:1024px){.elementor-1137 .elementor-element.elementor-element-2bb7f52{--min-height:55px;}.elementor-1137 .elementor-element.elementor-element-6cbbb80{--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-1137 .elementor-element.elementor-element-2bb7f52{--min-height:55px;}}/* Start custom CSS for html, class: .elementor-element-6807573 */.df-hero-pro {
  position: relative;
  background: #000;
  color: #fff;
  padding: 120px 20px;
  text-align: center;
  overflow: hidden;
}

/* Glow fondo */
.df-bg-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,255,255,0.08), transparent 70%);
  transform: translate(-50%, -50%);
  filter: blur(80px);
  animation: pulseGlow 6s infinite ease-in-out;
}

@keyframes pulseGlow {
  0% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); }
  100% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); }
}

/* Container */
.df-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
  padding: 0 10px;
}

/* Title */
.df-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.df-title span {
  text-shadow: 0 0 20px rgba(255,255,255,0.5);
}

/* Subtitle */
.df-subtitle {
  font-size: 18px;
  color: #aaa;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Buttons */
.df-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.df-btn {
  padding: 14px 26px;
  font-size: 15px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.df-btn.primary {
  background: #fff;
  color: #000;
}

.df-btn.primary:hover {
  transform: translateY(-2px);
}

.df-btn.secondary {
  border: 1px solid #444;
  color: #fff;
}

.df-btn.secondary:hover {
  border-color: #fff;
  transform: translateY(-2px);
}

/* FLOW */
.df-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #666;
}

.df-step {
  padding: 6px 10px;
  border: 1px solid #333;
  border-radius: 6px;
  transition: all 0.4s ease;
  white-space: nowrap;
}

.df-step.active {
  border-color: #fff;
  color: #fff;
  box-shadow: 0 0 12px rgba(255,255,255,0.6);
  transform: scale(1.05);
}

.df-step.final {
  border-color: #fff;
  color: #fff;
  box-shadow: 0 0 22px rgba(255,255,255,0.9);
  transform: scale(1.08);
}

.df-line {
  width: 30px;
  height: 1px;
  background: #333;
}

/* 🔥 MOBILE PERFECTO */
@media (max-width: 768px) {

  .df-hero-pro {
    padding: 90px 15px;
  }

  .df-title {
    font-size: 30px;
  }

  .df-subtitle {
    font-size: 15px;
  }

  .df-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .df-btn {
    width: 100%;
    text-align: center;
  }

  .df-flow {
    flex-direction: column;
    gap: 8px;
  }

  .df-line {
    width: 1px;
    height: 20px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9bba480 */.df-plans {
  background: #000;
  color: #fff;
  padding: 110px 20px;
  text-align: center;
}

.df-plans-title {
  font-size: 40px;
  margin-bottom: 15px;
}

.df-plans-subtitle {
  color: #aaa;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 50px;
}

/* GRID */
.df-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* CARD */
.df-plan-card {
  border: 1px solid #222;
  padding: 30px 20px;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}

.df-plan-card:hover {
  transform: translateY(-5px);
  border-color: #444;
}

.df-plan-card.active {
  border-color: #fff;
  box-shadow: 0 0 25px rgba(255,255,255,0.2);
}

.df-plan-card.featured {
  border-color: #555;
}

/* TEXT */
.df-price {
  font-size: 26px;
  margin-bottom: 10px;
}

.df-tag {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 15px;
}

.df-plan-card ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  color: #bbb;
}

.df-plan-card li {
  margin-bottom: 6px;
}

/* BENEFIT */
.df-benefit {
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
}

/* CTA */
.df-plan-action {
  margin-top: 40px;
}

.df-plan-secondary {
  margin-top: 15px;
}

/* MOBILE */
@media (max-width: 900px) {
  .df-plan-grid {
    grid-template-columns: 1fr;
  }

  .df-plans-title {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-608ddc7 */.df-plans {
  background: #000;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.df-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.df-plans-title {
  font-size: 40px;
  margin-bottom: 15px;
}

.df-plans-subtitle {
  color: #aaa;
  font-size: 16px;
  max-width: 720px;
  margin: 0 auto 40px;
}

/* GRID */
.df-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

/* CARD */
.df-plan-card {
  border: 1px solid #222;
  padding: 24px 20px;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.df-plan-card:hover {
  transform: translateY(-5px);
  border-color: #444;
}

.df-plan-card.active {
  border-color: #fff;
  box-shadow: 0 0 25px rgba(255,255,255,0.2);
}

.df-plan-card.featured {
  border-color: #555;
}

/* GLOW CARD */
.df-glow-card {
  border-color: #fff;
  box-shadow: 
    -14px 0 30px rgba(255,255,255,0.16),
    14px 0 30px rgba(255,255,255,0.16);
}

.df-glow-card::before,
.df-glow-card::after {
  content: "";
  position: absolute;
  top: 15%;
  width: 2px;
  height: 70%;
  background: rgba(255,255,255,0.5);
  filter: blur(2px);
  pointer-events: none;
}

.df-glow-card::before {
  left: 0;
}

.df-glow-card::after {
  right: 0;
}

.df-glow-card.active {
  box-shadow:
    -18px 0 36px rgba(255,255,255,0.22),
    18px 0 36px rgba(255,255,255,0.22),
    0 0 24px rgba(255,255,255,0.2);
}

/* TEXT */
.df-plan-card h3 {
  font-size: 20px;
  margin-bottom: 14px;
}

.df-price {
  font-size: 24px;
  margin-bottom: 8px;
}

.df-price-secondary {
  font-size: 15px;
  color: #fff;
  margin-bottom: 8px;
}

.df-tag {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 14px;
}

.df-plan-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #bbb;
}

.df-plan-card li {
  margin-bottom: 5px;
}

/* BENEFIT */
.df-benefit {
  margin-top: 14px;
  font-size: 14px;
  color: #fff;
}

/* MOBILE */
@media (max-width: 1100px) {
  .df-plan-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .df-plans-title {
    font-size: 30px;
  }

  .df-plans {
    padding: 70px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2394c56 */.df-agenda {
  background: #000;
  color: #fff;
  padding: 100px 20px;
  text-align: center;
}

.df-container {
  max-width: 900px;
  margin: 0 auto;
}

.df-title {
  font-size: 40px;
}

.df-subtitle {
  color: #aaa;
  margin-bottom: 10px;
}

.df-availability {
  margin-bottom: 20px;
  color: #ccc;
}

.df-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.df-slot {
  padding: 15px;
  border: 1px solid #222;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  color: #bbb;
}

.df-slot:hover {
  border-color: #555;
}

.df-slot.active {
  border-color: #fff;
  color: #fff;
  box-shadow: 0 0 10px rgba(255,255,255,0.2);
}

.df-slot.disabled {
  opacity: 0.25;
  cursor: not-allowed;
  text-decoration: line-through;
}

.df-input {
  width: 100%;
  padding: 14px;
  border: 1px solid #222;
  background: #000;
  color: #fff;
  margin-bottom: 15px;
  border-radius: 6px;
}

.df-btn.primary {
  background: #fff;
  color: #000;
  padding: 14px 30px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
}

.df-feedback {
  margin-top: 10px;
  color: #aaa;
}

@media (max-width: 768px) {
  .df-slots {
    grid-template-columns: 1fr;
  }

  .df-title {
    font-size: 28px;
  }
}/* End custom CSS */