.elementor-kit-62{--e-global-color-primary:#6BBA04;--e-global-color-secondary:#E65B1F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2805152:#6BBA04;--e-global-color-b0dda0a:#E65B1F;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-62 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.wd-search-form input::placeholder,
.searchform input::placeholder {
  color: #999;
  transition: opacity .3s ease;
}

/* Contenedor del buscador */
.wd-search-form {
  position: relative;
}

/* Cursor falso */
.wd-search-form::after {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--typing-cursor-left, 24px);
  transform: translateY(-50%);
  color: #999;
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
  opacity: 0;
  animation: wdBlinkCursor 1s infinite;
  z-index: 3;
}

/* Mostrar cursor cuando tenga la clase activa */
.wd-search-form.typing-active::after {
  content: "|";
  opacity: 1;
}

/* Ocultar cursor cuando el usuario escribe */
.wd-search-form.typing-paused::after {
  opacity: 0;
}

@keyframes wdBlinkCursor {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}


.elementor-location-header {
    margin-bottom: 0 !important;
}

.wd-prefooter {
    padding-bottom: 0px !important;
    background-color: var(--wd-main-bgcolor) !important;
}/* End custom CSS */