.elementor-543 .elementor-element.elementor-element-375899b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-543 .elementor-element.elementor-element-2394253{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-543 .elementor-element.elementor-element-375899b{--min-height:0px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-2394253 */@font-face {
  font-family: 'The Seasons';
  src: url('https://gabrielribeiro.digital/luisarestelli/wp-content/uploads/2026/04/The-Seasons2.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.lr-header-wrap {
  --lr-dark: #6E3517;
  --lr-accent: #B8684F;
  --lr-light: #FFF9F0;
  --lr-header-bg: #6E3517;
  
  --lr-content-max: 1440px;
  --lr-gutter: 48px;
  --lr-py: 20px;
  --lr-nav-font: 'Nunito', sans-serif;
  --lr-logo-font: 'The Seasons', serif;
  --lr-mobile-bar: 72px;

  position: relative;
  z-index: 9999;
  font-family: var(--lr-nav-font);
}

.lr-header-wrap * {
  box-sizing: border-box;
}

body.elementor-editor-active .lr-header-wrap {
  position: relative;
  z-index: 1 !important;
}

body.elementor-editor-active .lr-drawer {
  display: none !important;
}

.lr-header {
  position: relative;
  z-index: 1000;
  background-color: var(--lr-header-bg);
}

.lr-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--lr-content-max);
  margin: 0 auto;
  padding: var(--lr-py) var(--lr-gutter);
}

.lr-brand {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  gap: 4px;
}

.lr-brand-name {
  font-family: var(--lr-logo-font);
  font-size: 32px;
  color: var(--lr-light);
  line-height: 1;
}

.lr-brand-crp {
  font-family: var(--lr-nav-font);
  font-size: 12px;
  color: var(--lr-light);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.lr-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.lr-nav a,
.lr-dropdown-toggle {
  color: var(--lr-light);
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  transition: color 0.2s ease;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lr-nav a:hover,
.lr-nav a:focus-visible,
.lr-dropdown-toggle:hover,
.lr-dropdown-toggle:focus-visible {
  color: var(--lr-accent);
  outline: none;
}

.lr-dropdown-toggle svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.lr-dropdown {
  position: relative;
}

.lr-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(16px);
  background-color: var(--lr-header-bg);
  border: none;
  border-radius: 12px;
  min-width: 240px;
  padding: 16px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
  z-index: 1010;
}

.lr-dropdown:hover .lr-dropdown-menu,
.lr-dropdown:focus-within .lr-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(8px);
}

.lr-dropdown-menu a {
  padding: 12px 24px;
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: var(--lr-light);
}

.lr-dropdown-menu a:hover,
.lr-dropdown-menu a:focus-visible {
  background-color: var(--lr-accent);
  color: var(--lr-light);
}

.lr-btn-cta {
  display: inline-flex;
  align-items: center;
  background-color: var(--lr-light);
  color: var(--lr-dark);
  border-radius: 48px;
  padding: 8px 8px 8px 24px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: background-color 0.2s ease, color 0.2s ease;
  gap: 16px;
}

.lr-btn-cta:hover,
.lr-btn-cta:focus-visible {
  background-color: #EADDCE;
  color: var(--lr-dark);
}

.lr-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--lr-accent);
  border-radius: 48px;
  flex-shrink: 0;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.lr-btn-icon svg {
  width: 16px;
  height: 16px;
  stroke: var(--lr-light);
  transition: stroke 0.2s ease;
}

.lr-btn-cta:hover .lr-btn-icon {
  transform: scale(1.08);
  background-color: var(--lr-dark);
}

.lr-btn-cta:hover .lr-btn-icon svg {
  stroke: var(--lr-light);
}

.lr-burger {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--lr-light);
}

.lr-burger svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

.lr-drawer {
  position: fixed;
  top: var(--lr-mobile-bar);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  background-color: var(--lr-light);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-16px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.lr-drawer-scroll {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 24px 64px;
  overflow-y: auto;
}

.lr-header-wrap.is-open .lr-drawer {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.lr-drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px;
}

.lr-drawer-nav > a,
.lr-drawer-label {
  color: var(--lr-dark);
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  display: block;
}

.lr-drawer-nav a:hover {
  color: var(--lr-accent);
}

.lr-drawer-nav .lr-sub-link {
  font-size: 20px;
  font-weight: 300;
  color: var(--lr-accent);
  padding-left: 16px;
  margin-top: -8px;
}

.lr-drawer-cta {
  margin-top: auto;
}

.lr-btn-cta-mobile {
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .lr-header-wrap {
    position: relative;
    width: 100%;
  }
  
  .lr-header-wrap.is-open {
    position: fixed;
    top: 0;
    left: 0;
  }
  
  .lr-header {
    background-color: var(--lr-dark);
  }

  .lr-bar {
    height: var(--lr-mobile-bar);
    padding: 0 20px;
  }
  
  .lr-brand-name {
    color: var(--lr-light);
    font-size: 24px;
  }
  
  .lr-nav, .lr-header .lr-btn-cta {
    display: none;
  }
  
  .lr-burger {
    display: flex;
  }

  .lr-header-wrap.is-open .lr-burger-icon {
    display: none;
  }
  
  .lr-header-wrap:not(.is-open) .lr-close-icon {
    display: none;
  }

  .lr-btn-cta-mobile {
    background-color: var(--lr-accent);
    color: var(--lr-light);
  }

  .lr-btn-cta-mobile .lr-btn-icon {
    background-color: var(--lr-light);
  }

  .lr-btn-cta-mobile .lr-btn-icon svg {
    stroke: var(--lr-accent);
  }

  .lr-btn-cta-mobile:hover {
    background-color: var(--lr-dark);
    color: var(--lr-light);
  }
}/* End custom CSS */