.elementor-kit-7{--e-global-color-primary:#057DFF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 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 *//* CONTENEDOR PRINCIPAL */
.contenedor-busqueda {
  position: relative;
  display: inline-block;
}

/* BARRA DE BÚSQUEDA (OCULTA AL INICIO) */
.barra-busqueda {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 420px;
  background: white;
  padding: 10px;
  z-index: 9999;
  display: block;
  
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

/* CUANDO ESTÁ ACTIVA */
.barra-busqueda.activa {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* FORMULARIO */
.barra-busqueda form {
  display: flex;
  align-items: center;
  gap: 0px;
}

/* CONTENEDOR DEL INPUT */
.barra-busqueda .e-search-input-wrapper {
  height: 56px;
  display: flex;
  align-items: center;
}

/* INPUT DE BÚSQUEDA */
.barra-busqueda input[type="search"],
.elementor-widget-search .e-search-input.no-icon-label {
  height: 42px !important; /* El !important bien escrito */
  padding: 8px 15px;
  border: 1px solid #ccc;
  border-radius: 6px 0 0 6px;
  font-size: 16px;
  box-sizing: border-box;
}

/* BOTÓN BUSCAR */
.barra-busqueda .e-search-submit {
  height: 42px;
  width: auto;
  padding: 0 20px;
  min-width: 90px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 0 6px 6px 0;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* EFECTO HOVER EN BOTÓN */
.barra-busqueda .e-search-submit:hover {
  background-color: #057DFF;
}

/* CENTRAR TEXTO DENTRO DEL BOTÓN */
.barra-busqueda .e-search-submit span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elementor-widget-search .e-search-input.no-icon-label {
  padding-inline-start: 0px !important;
}

/* Mata el desplazamiento lateral en móvil */
@media (max-width: 1024px) {
  html, body { overflow-x: hidden; width: 100%; }
  /* Elementor: evita que una sección o columna se desborde */
  .elementor-section, .elementor-container, .elementor-column, .elementor-widget-wrap {
    max-width: 100%;
    overflow-x: hidden;
  }
  /* Embeds y medios nunca más anchos que el contenedor */
  img, iframe, video { max-width: 100%; height: auto; }
}/* End custom CSS */