.elementor-kit-10{--e-global-color-primary:#4F2A86;--e-global-color-secondary:#FF6D00;--e-global-color-text:#3D3D3D;--e-global-color-accent:#4F2A86;--e-global-color-7ed53ec:#27CE72;--e-global-color-cc91642:#316AF7;--e-global-color-e019a9e:#1D1D1D;--e-global-typography-primary-font-family:"Amaranth";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Amaranth";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Barlow";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-e019a9e );font-family:"Barlow", Sans-serif;font-weight:400;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:var( --e-global-color-primary );color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:12px 24px 12px 24px;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{background-color:#3F226B;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 p{margin-block-end:14px;}.elementor-kit-10 h2{color:var( --e-global-color-accent );font-family:"Sora", Sans-serif;font-size:34px;font-weight:700;}.elementor-kit-10 h3{color:var( --e-global-color-primary );font-family:"Sora", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1160px;}.e-con{--container-max-width:1160px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-kit-10{--e-global-typography-primary-font-size:34px;}.elementor-kit-10 h2{font-size:28px;}.elementor-kit-10 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
  overflow-x: hidden; /* Impede o scroll lateral */
  width: 100vw; /* Garante que a largura não ultrapasse a tela */
}

.logos {
  text-align: center;
}

.logos figure {
  vertical-align: middle !important;
}

.logos .gallery-item {
  filter: grayscale(100%);
  transition: transform 0.3s ease, filter 0.8s ease;
}

.logos .gallery-item:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.tag .elementor-post-info__terms-list-item {
  background-color: #4F2A86;
  padding: 2px 10px;
  border-radius: 5px;
}

.case-logo-card img {
  filter: invert(100%) brightness(200%) sepia(100%) saturate(0) !important;
  transition: transform 0.3s ease, filter 0.8s ease;
}

.case-card:hover .case-logo-card img {
  transform: scale(1.1);
}/* End custom CSS */