.elementor-kit-7{--e-global-color-primary:#355ABF;--e-global-color-secondary:#0F1D2E;--e-global-color-text:#C5C5C5;--e-global-color-accent:#387B80;--e-global-color-effd873:#003E68;--e-global-color-a4dd9e8:#FFFFFF;--e-global-color-438929c:#130B4D;--e-global-color-4fe4041:#303030;--e-global-color-e791b11:#535353;--e-global-color-290d56e:#F3F3F3;--e-global-color-dc12735:#A09E9E;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"ADLaM Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto Flex";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Parisienne";--e-global-typography-accent-font-weight:500;background-color:#000000;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-slide-in-left;--e-page-transition-animation-duration:3000ms;--e-preloader-animation:pulse;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-width:30%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.elementor-kit-7 e-page-transition{background-color:#000000;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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;}.elementor-kit-7{--e-preloader-width:65%;}}/* Start custom CSS *//* Estilo para seleção de texto */
::selection {
  background: black;
  color: white;
}

::-moz-selection {
  background: black;
  color: white;
}

/* Remover o efeito azul de destaque em botões e imagens no mobile */
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: transparent;
}

/* Remover efeito de clique translúcido (ripple) em botões e links */
button, a, img {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  outline: none;
}/* End custom CSS */