.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5a958a8:#AF6E08;--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;--e-global-typography-9656e1c-font-family:"BIZ UDPMincho";--e-global-typography-0c8e324-font-family:"Battambang";--e-global-typography-614b011-font-family:"Trebuchet MS";}.elementor-kit-6 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){--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 */@media only screen and (min-width: 700px) {

  body #magicMouseCursor {
    position: fixed;
    left: 0;
    top: 0;
    width: 30px;              /* más pequeño */
    height: 30px;             /* más pequeño */
    border: 1px solid rgba(180, 80, 255, 0.5);
    background: transparent;  /* fondo transparente */
    border-radius: 50%;
    pointer-events: none;
    z-index: 10000000 !important;
    transition: transform 0.07s, width 0.3s, height 0.3s, border-radius 0.2s;
  }

  body #magicMouseCursor.cursor-square {
    border-radius: 0;
  }
  

  body #magicPointer {
    position: fixed;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    background: #b450ff;      /* celeste */
    border-radius: 50%;
    pointer-events: none;
    z-index: 10000001 !important;
    transform: translate(-50%, -50%);
    transition: background 0.2s, width 0.2s, height 0.2s, box-shadow 0.2s;
  }

  body #magicPointer.is-hover {
    background: #ffffff;
    opacity: 0;
  }
  
  /**/
  
    /* Círculo pequeño y transparente en hover */
    #magicMouseCursor.is-hover {
      width: 14px !important;
      height: 14px !important;
      background: transparent !important;
      border: 1px solid rgba(180, 80, 255, 0.8);
    }

  /**/

  body #magicPointer.pointer-blur {
    width: 45px;
    height: 45px;
    background: transparent;
    border: 1px solid #b450ff;
    box-shadow: 0 0 15px -5px #b450ff;
  }

  body #magicPointer.pointer-overlay {
    width: 45px;
    height: 45px;
    mix-blend-mode: difference;
    box-shadow: 0 0 15px -5px #b450ff;
  }

  body .magic-hover {
    transition: all 0.2s;
    cursor: none !important;
    transition: transform 0.2s;
  }

}/* End custom CSS */