.elementor-2526 .elementor-element.elementor-element-c1bb19b{--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;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2526 .elementor-element.elementor-element-5d5b458 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-2526 .elementor-element.elementor-element-8a42ef9 > .elementor-widget-container{margin:-40px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-2526 .elementor-element.elementor-element-c1bb19b{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-2526 .elementor-element.elementor-element-8a42ef9 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-5d5b458 *//* ===== CONTENEDOR ===== */
.call-title {
  text-align: center;
  font-family: "Inter", system-ui, sans-serif;
  margin: 0 auto 40px;
  padding: 0 1rem;
  max-width: 800px;
}

/* ===== TITULAR PRINCIPAL ===== */
.call-title h2 {
  font-size: 52px;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
  margin: 0;
}

/* ===== GRADIENTE AMARILLO ANIMADO ===== */
.call-title .gradient {
  background: linear-gradient(90deg, #fde047, #facc15, #f59e0b, #fde047);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbowMove 6s ease-in-out infinite;
}

@keyframes rainbowMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ===== SUBTÍTULO ===== */
.call-title .subtitle {
  font-size: 16px;
  color: #444;
  margin-top: 16px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .call-title h2 {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .call-title h2 {
    font-size: 36px;
  }
  .call-title .subtitle {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .call-title h2 {
    font-size: 30px;
  }
  .call-title .subtitle {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a42ef9 */.calendly-inline-widget{
  width: 100% !important;
  min-width: 320px;
}

.elementor-widget-html,
.elementor-widget-container{
  overflow: visible !important;
}/* End custom CSS */