.elementor-kit-9{--e-global-color-primary:#4D4040;--e-global-color-secondary:#2E2B2B;--e-global-color-text:#FFFFFF;--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;background-color:#2B2B2B;color:#FFFFFF;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1050px;}.e-con{--container-max-width:1050px;}.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);}.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 inicial del teléfono */
.mi-telefono {
  position: relative; /* referencia inicial */
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(77, 64, 64, 0.5), rgba(77, 64, 64, 0.5)) !important;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  z-index: 9999;
  /* Transiciones para suavizar los cambios */
  transition: all 220ms ease;
}

/* Estado sticky (cuando Elementor aplica las clases) */
/* Estado sticky más reducido */
.mi-telefono.elementor-sticky--active {
  position: fixed !important;
  top: 12px !important;
  right: 12px !important;
  transform: scale(0.6); /* reducción más notable */
  padding: 4px 6px;
  border-radius: 20px;
  font-size: 12px;
  gap: 4px;
  z-index: 99999;
  background: linear-gradient(135deg, rgba(77, 64, 64, 1), rgba(77, 64, 64, 0.80)) !important;
}


/* Ocultar el texto del teléfono en estado sticky */
.mi-telefono.elementor-sticky--active .phone-text {
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: opacity 180ms ease, width 180ms ease;
}/* End custom CSS */