.elementor-19 .elementor-element.elementor-element-c4ea0ab{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:21px;--padding-bottom:16px;--padding-left:24px;--padding-right:24px;--z-index:999;}.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-19 .elementor-element.elementor-element-c4ea0ab{--padding-top:12px;--padding-bottom:12px;--padding-left:12px;--padding-right:12px;}}/* Start custom CSS for html, class: .elementor-element-8950968 *//* ================= HEADER ================= */

.monte-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;

  background: rgba(255,255,255,.92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);

  border-bottom: 1px solid rgba(148,163,184,.18);
  transition: background-color .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.monte-header.is-scrolled{
  background: rgba(255,255,255,.97);
  box-shadow: 0 8px 24px rgba(17,24,39,.08);
  border-bottom-color: rgba(148,163,184,.28);

  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

/* ================= CONTAINER ================= */

.monte-header__container{
  height: 84px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ================= LOGO ================= */

.monte-header__logo{
  display: inline-flex;
  align-items: center;
}

.monte-header__logo img{
  height: 46px;
  width: auto;
  display: block;
}

/* ================= MENU DESKTOP ================= */

.monte-header__nav{
  display: none;
  align-items: center;
  gap: 28px;
}

.monte-header__nav a{
  font-size: 14px;
  font-weight: 600;
  color: rgba(15,23,42,.75);
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 10px;
  transition: background .18s ease, color .18s ease;
}

.monte-header__nav a::after{
  content: none;
}

.monte-header__nav a:hover{
  background: rgba(122,59,59,.08);
  color: rgba(15,23,42,.95);
}

/* ================= CTA ================= */

.monte-header__cta{
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.monte-btn-wine{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 14px;
  background: #7a3b3b;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(122,59,59,.18);
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

.monte-btn-wine:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(122,59,59,.22);
  background: #6c3434;
}

/* ================= BURGER ================= */

.monte-burger{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  padding: 10px;
  cursor: pointer;
}

.monte-burger span{
  width: 100%;
  height: 2px;
  background: #111827;
  border-radius: 999px;
}

/* ================= MENU MOBILE ================= */

.monte-mobile{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 0;
  overflow: hidden;
  background: rgba(255,255,255,.98);
  transition: max-height .3s ease;
  box-shadow: 0 14px 30px rgba(17,24,39,.10);
  border-bottom: 1px solid rgba(148,163,184,.35);
}

.monte-mobile.is-open{
  max-height: 520px;
}

.monte-mobile__nav{
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.monte-mobile__nav a{
  font-size: 16px;
  font-weight: 600;
  color: rgba(15,23,42,.85);
  text-decoration: none;
  padding: 10px 0;
}

/* ================= BOTÃO MOBILE ================= */

.monte-btn-wine--full{
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}

/* ================= DESKTOP ================= */

@media (min-width: 1024px){
  .monte-header__nav{ display: flex; }
  .monte-burger{ display: none; }
  .monte-mobile{ display: none; }
  .monte-btn-wine--top{ display: inline-flex; }
}

/* ================= MOBILE ================= */

@media (max-width: 1023px){
  .monte-header__container{
    height: 68px;
    padding: 0 16px;
  }

  .monte-header__logo img{
    height: 40px;
  }

  .monte-btn-wine--top{
    display: none;
  }

  .monte-header__cta{
    gap: 0;
  }
}/* End custom CSS */