.elementor-kit-7{--e-global-color-primary:#BCCF00;--e-global-color-secondary:#242545;--e-global-color-text:#36A9E1;--e-global-color-accent:#052B3E;--e-global-color-a5540e7:#0E0C36;--e-global-color-c2ba6b2:#83B011;--e-global-color-e5f09b9:#3A4462;--e-global-color-b0ae0ae:#1E5C7B;--e-global-color-1b13365:#838DAA;--e-global-color-ba461fa:#E7F1F6;--e-global-color-f0bc9d7:#838DAA;--e-global-color-477e474:#D3D3D3;--e-global-color-6ff8581:#A9A9A9;--e-global-color-2504e9d:#FFB400;--e-global-color-9ef3002:#FDC300;--e-global-color-ce00e09:#3FFDB4;--e-global-color-5778f36:#84EBB4;--e-global-color-04028ed:#1FC16B;--e-global-typography-primary-font-family:"IBM Plex Sans";--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-5fd265d-font-family:"IBM Plex Sans";--e-global-typography-5fd265d-font-size:14px;--e-global-typography-5fd265d-font-weight:400;--e-global-typography-5fd265d-font-style:normal;--e-global-typography-5fd265d-line-height:18px;color:#000000;font-size:16px;font-weight:normal;line-height:24px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{color:#080000;font-family:"IBM Plex Sans", Sans-serif;font-size:60px;font-weight:600;line-height:40px;}.elementor-kit-7 h3{font-family:"IBM Plex Sans", Sans-serif;font-size:20px;}.elementor-kit-7 h4{font-family:"IBM Plex Sans", Sans-serif;}.elementor-kit-7 h6{color:var( --e-global-color-ba461fa );font-family:"IBM Plex Sans", Sans-serif;font-size:20px;font-weight:500;}.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 (max-width: 1024px) {
  
  /* Container das abas com scroll */
  .elementor-tabs-wrapper {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  
  .elementor-tabs-wrapper::-webkit-scrollbar {
    display: none;
  }
  
  /* Impede que os títulos quebrem */
  .elementor-widget-tabs .elementor-tab-title {
    white-space: nowrap;
    flex-shrink: 0;
  }
  
  /* Indicador visual de "role para o lado" - DIREITA */
  .elementor-tabs-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    z-index: 2;
  }
  
  /* Ícone SVG de seta - DIREITA */
  .elementor-tabs-wrapper::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
    opacity: 0.7;
    animation: pulseArrow 2s infinite;
    pointer-events: none;
  }
  
  /* Animação sutil na seta */
  @keyframes pulseArrow {
    0%, 100% { 
      opacity: 0.7;
      transform: translateY(-50%) translateX(0);
    }
    50% { 
      opacity: 1;
      transform: translateY(-50%) translateX(3px);
    }
  }
  
}/* End custom CSS */