.elementor-kit-6{--e-global-color-primary:#2E62D8;--e-global-color-secondary:#5085FD;--e-global-color-text:#313131;--e-global-color-accent:#D0D0D0;--e-global-color-65f8426:#F5F5F5;--e-global-color-c763c08:#FFFFFF;--e-global-typography-primary-font-family:"Figtree";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Figtree";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-weight:600;font-family:"Figtree", Sans-serif;font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Figtree", Sans-serif;}.elementor-kit-6 h1{font-family:"Figtree", Sans-serif;font-weight:800;}.elementor-kit-6 h2{font-family:"Figtree", Sans-serif;font-weight:800;}.elementor-kit-6 h3{font-family:"Figtree", Sans-serif;font-weight:800;}.elementor-kit-6 h4{font-family:"Figtree", Sans-serif;font-weight:800;}.elementor-kit-6 h5{font-family:"Figtree", Sans-serif;font-weight:800;}.elementor-kit-6 h6{font-family:"Figtree", Sans-serif;font-weight:800;}.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 *//* Estado base visible */
.sticky-card{
  
  bottom: calc(0px + env(safe-area-inset-bottom)); /* iPhone safe area */
  z-index: 9999;

  transform: translate3d(0,0,0); /* estado visible */
  transition: transform .38s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}

/* Estado oculto: se desliza hacia abajo, fuera de pantalla */
.sticky-card.is-hidden{
  transform: translate3d(0,130%,0);
  pointer-events: none;          /* evita clics cuando está afuera */
}/* End custom CSS */