.elementor-kit-9{--e-global-color-primary:#37B9F7;--e-global-color-secondary:#54595F;--e-global-color-text:#75848C;--e-global-color-accent:#0060AA;--e-global-color-501fe61:#1B1B1B;--e-global-color-aeb1a74:#FFFFFF;--e-global-color-d059501:#EFF4F8;--e-global-color-9a42048:#000D18;--e-global-color-3023947:#FFFFFF12;--e-global-color-7854783:#00000017;--e-global-color-c7d56bb:#E96923;--e-global-color-c382b84:#CF1138;--e-global-color-da37c20:#F4A20A;--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:var( --e-global-color-9a42048 );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*EVITAR BARRA DE SCROLL HORIZONTAL*/

html, body 
{
  overflow-x: hidden;
}

/*REMOVER MARGIN DO TEXTO*/

p:last-child
{
    margin-bottom:0px;
}

/*MARGIN PARA SCROLL*/

[id] 
{
  scroll-margin-top: 80px;
}

/*REMOVER OUTLINE DO FOCO (MANTÉM ACESSIBILIDADE)*/
:focus:not(:focus-visible) 
{
  outline: none;
}
input:focus,
button:focus,
textarea:focus,
select:focus
{
  outline: none;
  box-shadow: none;
}

/* LOGOS BRANCOS */
.logos-brancos img,
.logos-brancos .swiper-slide img,
.elementor-widget-image-carousel.logos-brancos .swiper-slide-image {
  filter: brightness(0) invert(1);
  transition: filter .2s ease;
}/* End custom CSS */