.elementor-kit-6{--e-global-color-primary:#1D2027;--e-global-color-secondary:#3451BA;--e-global-color-text:#1D2027;--e-global-color-accent:#559AFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:55px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:67px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:28px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:24px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.maquina-escribir {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  margin: 0 auto;
  font-family: "Courier New", monospace;
  border-right: 0.15em solid #000;
  animation: typing 3s steps(var(--chars)) 1s 1 normal both,
             blink 0.75s steps(1) infinite;
  --chars: 17; /* ← número de caracteres */
  --text-width: 17ch;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: var(--text-width);
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.form-home .elementor-button {
  background: linear-gradient(180deg, #006AFF, #0C469A);
  cursor: pointer;
  transition: all 0.3s ease;

}

.form-home .elementor-button:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}/* End custom CSS */