.elementor-kit-6{--e-global-color-primary:#1D1D5D;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#289BD3;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--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-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );color:#FFFFFF;border-radius:10px 10px 10px 10px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-accent );color:#FFFFFF;border-radius:20px 20px 20px 20px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.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 */.boton-flotante-custom {
  position: fixed;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  /* Forzamos el fondo para evitar sobreescritura del tema */
  background: linear-gradient(90deg, #1d1d5d 0%, #289bd3 100%) !important;
  color: #fff !important; /* Forzamos el color de texto a blanco */
  padding: 12px 24px;
  border-radius: 30px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: box-shadow 0.2s, color 0.2s;
}

/* --- CORRECCIÓN AÑADIDA AQUÍ --- */
.boton-flotante-custom:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  /* Forzamos que el color del texto se mantenga blanco al pasar el ratón */
  color: #fff !important; 
}

/* Responsive para móviles */
@media (max-width: 600px) {
  .boton-flotante-custom {
    padding: 20px 20px;
    font-size: 14px;
    bottom: 20px;
    border-radius: 22px;
    gap: 6px;
    white-space: nowrap;
    min-width: 220px;
  }
}/* End custom CSS */