.elementor-20 .elementor-element.elementor-element-59237499:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-59237499 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FCFCFC;background-image:url("https://autoelitece.com.br/wp-content/uploads/2025/08/BANNER-LP-AUTOELITE-DESKTOP-SEM-O-BOTAO-2.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-20 .elementor-element.elementor-element-59237499 > .elementor-container{min-height:734px;}.elementor-20 .elementor-element.elementor-element-59237499{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-20 .elementor-element.elementor-element-59237499 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-20 .elementor-element.elementor-element-3a97940{width:100%;max-width:100%;margin:167px 387px calc(var(--kit-widget-spacing, 0px) + -440px) -326px;}.elementor-20 .elementor-element.elementor-element-3a97940 img{width:82%;max-width:100%;}.elementor-20 .elementor-element.elementor-element-c335965{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-799a3ed{--display:flex;--margin-top:-162px;--margin-bottom:-18px;--margin-left:0px;--margin-right:0px;}body.elementor-page-20:not(.elementor-motion-effects-element-type-background), body.elementor-page-20 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(max-width:767px){.elementor-20 .elementor-element.elementor-element-59237499:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-59237499 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://autoelitece.com.br/wp-content/uploads/2025/08/BANNER-LP-AUTOELITE-MOBILE-SEM-O-BOTAO-3.png");background-position:center center;background-repeat:no-repeat;background-size:contain;}.elementor-20 .elementor-element.elementor-element-59237499 > .elementor-container{min-height:530px;}.elementor-20 .elementor-element.elementor-element-59237499{margin-top:0px;margin-bottom:0px;padding:76px 76px 146px 76px;}.elementor-20 .elementor-element.elementor-element-3ba399de > .elementor-element-populated{margin:0px 0px -66px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-20 .elementor-element.elementor-element-3a97940{margin:84px 0px calc(var(--kit-widget-spacing, 0px) + 161px) 6px;text-align:left;}.elementor-20 .elementor-element.elementor-element-3a97940.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-20 .elementor-element.elementor-element-3a97940 img{width:657px;max-width:100%;height:42px;}}/* Start custom CSS for image, class: .elementor-element-3a97940 */#bt-resgate {
    /* Hint para GPU compositing */
    will-change: transform;
    transform: translateZ(0);

    /* Animação com delay para não atrapalhar LCP */
    animation: pulse 1s infinite ease-in-out 0.5s;
  }

  /* Respeita preferência de reduzir animações */
  @media (prefers-reduced-motion: reduce) {
    #bt-resgate {
      animation: none !important;
    }
  }

  /* Keyframes da animação */
  @keyframes pulse {
    0%   { transform: scale(0.95); }
    70%  { transform: scale(1); }
    100% { transform: scale(0.95); }
  }
</style>

<!-- 2) Preload e carregamento não bloqueante do CSS principal -->
<link rel="preload" href="/styles/main.css" as="style" onload="this.rel='stylesheet'">
<noscript>
  <link rel="stylesheet" href="/styles/main.css">
</noscript>/* End custom CSS */