.elementor-kit-2963{--e-global-color-primary:#0F142A;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D3AF37;--e-global-typography-primary-font-family:"EB Garamond";--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-e62d5f7-font-family:"Cormorant Garamond";--e-global-typography-e62d5f7-font-size:11px;--e-global-typography-e62d5f7-font-weight:600;background-color:#FFFFFF;}.elementor-kit-2963 e-page-transition{background-color:#FFBC7D;}.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);}@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 *//* Remove margens/paddings globais */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* evita scroll lateral */
}

/* Container principal sem espaçamento lateral */
.container, .section, .wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}


/*Headline do site.
*/

.hero-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; /* Black */
  font-size: 48px;
  color: #fff;
}

.hero-text #word {
  border-right: 2px solid #fff; /* efeito cursor */
  padding-right: 5px;
}/* End custom CSS */