.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#5CEA00;--e-global-color-text:#9D9D9B;--e-global-color-accent:#5CEA00;--e-global-typography-primary-font-family:"Host Grotesk";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Host Grotesk";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Host Grotesk";--e-global-typography-text-font-size:1.1em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Fragment Mono";--e-global-typography-accent-font-size:0.8em;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:-0.1px;--e-global-typography-68534d2-font-family:"Host Grotesk";--e-global-typography-68534d2-font-size:1.5vw;--e-global-typography-68534d2-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h2{font-weight:400;}.elementor-kit-6 h6{font-family:"Space Mono", Sans-serif;}.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-kit-6{--e-global-typography-68534d2-font-size:1.3em;--e-global-typography-68534d2-line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */@media (min-width: 1025px) {
  .e-n-menu-wrapper { height: auto !important; opacity: 1 !important; overflow: visible !important; }
}

/* CASES */

.elementor-element.cases img {
    border-radius: 10px;
}

/* SELECIONAR TEXTO */

/* Chrome, Safari, Edge, Opera */
::selection {
  background: #05EC04;
  color: #0a0a0a;
}

/* Firefox */
::-moz-selection {
  background: #05EC04;
  color: #0a0a0a;
}

/* MENU UNDERLINE */

/* só garante que o conteúdo pode “fechar” sem vazar */
.e-n-menu-wrapper { overflow: hidden; }

/* vamos deslizar o UL interno */
.e-n-menu-wrapper .e-n-menu-heading {
  transform-origin: top;
  will-change: transform, opacity;
}

/* Efeito Underline Hover Menu */
.e-n-menu-item a {
  position: relative;
  color: inherit; /* herda a cor do texto */
  text-decoration: none;
  transition: color 0.4s ease;
}

/* Linha animada */
.e-n-menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px; /* gruda na base do texto */
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(5, 236, 4, 1) 100%);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}

/* Animação no hover */
a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Host Grotesk';
	font-display: auto;
	src: url('https://yawlcreative.com/wp-content/uploads/2025/10/HostGrotesk-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */