.elementor-647 .elementor-element.elementor-element-4714007{--display:flex;}.elementor-647 .elementor-element.elementor-element-a924376{--display:flex;}.elementor-647 .elementor-element.elementor-element-c180869{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-41f98c5 */.hero-sonia{
  position: relative;
  width: 100%;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f5ecd9;
}

.hero-slider{
  position: absolute;
  inset: 0;
}

.hero-slider img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.5s ease;
}

.hero-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(30,15,8,0.82) 0%, rgba(30,15,8,0.55) 40%, rgba(30,15,8,0.15) 100%),
    linear-gradient(180deg, rgba(30,15,8,0.2) 0%, rgba(30,15,8,0.45) 100%);
}

.hero-content{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 180px 20px 110px;
  color: #fff;
}

.hero-content{
  max-width: 1280px;
}

.hero-kicker{
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #e2b167;
}

.hero-content h1{
  max-width: 760px;
  font-family: "Playfair Display", serif;
  font-size: 72px;
  line-height: 0.96;
  margin-bottom: 22px;
  color: #fff;
}

.hero-content p{
  max-width: 650px;
  font-size: 18px;
  line-height: 1.85;
  color: rgba(255,255,255,0.88);
  margin-bottom: 30px;
}

.hero-buttons{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-btn-outline,
.hero-btn-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: .3s ease;
}

.hero-btn-outline{
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.24);
  color: #fff !important;
  backdrop-filter: blur(10px);
}

.hero-btn-outline:hover{
  background: rgba(255,255,255,0.22);
  color: #fff !important;
}

.hero-btn-primary{
  background: linear-gradient(135deg,#c58a3a,#7a4a28);
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
}

.hero-btn-primary:hover{
  transform: translateY(-2px);
  color: #fff !important;
}

@media(max-width: 1024px){
  .hero-sonia{
    min-height: 76vh;
  }

  .hero-content{
    padding: 160px 20px 90px;
  }

  .hero-content h1{
    font-size: 54px;
    max-width: 620px;
  }

  .hero-content p{
    font-size: 17px;
    max-width: 560px;
  }
}

@media(max-width: 767px){
  .hero-sonia{
    min-height: 72vh;
  }

  .hero-content{
    padding: 140px 16px 70px;
  }

  .hero-content h1{
    font-size: 38px;
    line-height: 1.02;
  }

  .hero-content p{
    font-size: 15px;
    line-height: 1.75;
  }

  .hero-buttons{
    flex-direction: column;
  }

  .hero-btn-outline,
  .hero-btn-primary{
    width: 100%;
  }
}
@media(max-width: 767px){
  .hero-sonia{
    min-height: 72vh;
  }

  .hero-content{
    padding: 140px 16px 70px;
    text-align: center;
  }

  .hero-kicker{
    display: block;
    text-align: center;
  }

  .hero-content h1{
    font-size: 38px;
    line-height: 1.02;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero-content p{
    font-size: 15px;
    line-height: 1.75;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero-buttons{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .hero-btn-outline,
  .hero-btn-primary{
    width: 100%;
    max-width: 320px;
  }

  .hero-slider img{
    object-position: center center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a957254 */.header{
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 0 16px;
}

.header-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 999px;
  background: rgba(245, 236, 217, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(120, 75, 35, 0.12);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* LOGO */
.logo{
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.logo img{
  display: block;
  height: 54px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

/* MENU DESKTOP */
.desktop-menu{
  display: flex;
  align-items: center;
  gap: 28px;
}

.desktop-menu a{
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #4d2a17 !important;
  transition: 0.3s ease;
}

.desktop-menu a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #c58a3a, #7a4a28);
  transition: 0.3s ease;
}

.desktop-menu a:hover{
  color: #7a4a28 !important;
}

.desktop-menu a:hover::after{
  width: 100%;
}

/* AÇÕES DESKTOP */
.desktop-actions{
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-cardapio,
.btn-whatsapp{
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-cardapio{
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(120, 70, 30, 0.18);
  color: #4d2a17 !important;
}

.btn-cardapio:hover{
  background: rgba(255,255,255,0.82);
  color: #4d2a17 !important;
}

.btn-whatsapp{
  background: linear-gradient(135deg, #c58a3a, #7a4a28);
  color: #fff !important;
  border: none;
}

.btn-whatsapp:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.14);
  color: #fff !important;
}

/* BOTÃO MOBILE */
.menu-toggle{
  display: none;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #4a2616 !important;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 12px;
  appearance: none;
  -webkit-appearance: none;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active{
  background: rgba(255,255,255,0.35) !important;
  color: #4a2616 !important;
}

/* MENU MOBILE */
.mobile-menu{
  max-width: 1200px;
  margin: 12px auto 0;
  overflow: hidden;
  background: rgba(245, 236, 217, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(120, 75, 35, 0.12);
  border-radius: 24px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.10);
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  padding: 0 18px;
  transition: max-height 0.35s ease, opacity 0.35s ease, padding 0.35s ease;
}

.mobile-menu.active{
  max-height: 600px;
  opacity: 1;
  pointer-events: auto;
  padding: 18px;
}

.mobile-menu a{
  display: block;
  text-decoration: none;
  color: #4d2a17 !important;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 4px;
  border-bottom: 1px solid rgba(120, 75, 35, 0.08);
}

.mobile-menu a:hover{
  color: #7a4a28 !important;
}

.mobile-menu-buttons{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.mobile-menu-buttons a{
  border-bottom: none;
  padding: 12px 16px;
}

/* RESPONSIVO */
@media (max-width: 900px){
  .desktop-menu,
  .desktop-actions{
    display: none;
  }

  .menu-toggle{
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header-container{
    padding: 14px 18px;
  }

  .logo img{
    height: 42px;
    max-width: 140px;
  }
}

@media (min-width: 901px){
  .mobile-menu{
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f81aa2 */.whatsapp-float-circle{
  position: fixed;
  bottom: 22px;
  right: 22px;

  width: 60px;
  height: 60px;

  border-radius: 50%;

  background: linear-gradient(135deg,#c58a3a,#7a4a28);
  
  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 12px 25px rgba(0,0,0,0.18);
  z-index: 9999;

  transition: .3s ease;
}

.whatsapp-float-circle:hover{
  transform: scale(1.08) translateY(-2px);
}

.whatsapp-icon{
  width: 26px;
  height: 26px;
}
.whatsapp-float-circle::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(197,138,58,0.4);
  animation: pulse 2s infinite;
}

@keyframes pulse{
  0%{ transform: scale(1); opacity: .6;}
  70%{ transform: scale(1.6); opacity: 0;}
  100%{ opacity: 0;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c180869 */.categorias-home{
  padding: 90px 20px 40px;
  background: #f5ecd9;
}

.container-categorias{
  max-width: 1280px;
  margin: 0 auto;
}

.titulo-categorias{
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}

.mini-title{
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #b67b2b;
  margin-bottom: 12px;
}

.titulo-categorias h2{
  font-family: "Playfair Display", serif;
  font-size: 46px;
  line-height: 1.05;
  color: #4a2616;
  margin-bottom: 14px;
}

.titulo-categorias p{
  font-size: 16px;
  line-height: 1.7;
  color: #6d5648;
}

.grid-categorias{
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
}

.card-categoria{
  position: relative;
  min-height: 300px;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  align-items: end;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(60, 32, 15, 0.10);
  transition: transform .35s ease, box-shadow .35s ease;
}

.card-categoria:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(60, 32, 15, 0.16);
}

.card-grande{
  grid-row: span 2;
  min-height: 624px;
}

.card-bg{
  position: absolute;
  inset: 0;
}

.card-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.card-categoria:hover .card-bg img{
  transform: scale(1.06);
}

.card-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(40,20,10,0.10) 0%,
    rgba(40,20,10,0.28) 45%,
    rgba(40,20,10,0.78) 100%
  );
}

.card-conteudo{
  position: relative;
  z-index: 2;
  padding: 28px;
}

.tag-card{
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  margin-bottom: 14px;
}

.card-conteudo h3{
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 10px;
}

.card-conteudo p{
  color: rgba(255,255,255,0.88);
  font-size: 15px;
  line-height: 1.65;
  max-width: 90%;
}

@media(max-width: 1024px){
  .grid-categorias{
    grid-template-columns: 1fr 1fr;
  }

  .card-grande{
    grid-row: auto;
    min-height: 420px;
    grid-column: span 2;
  }
}

@media(max-width: 767px){
  .categorias-home{
    padding: 70px 16px 20px;
  }

  .titulo-categorias h2{
    font-size: 34px;
  }

  .grid-categorias{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .card-grande{
    grid-column: auto;
    min-height: 360px;
  }

  .card-categoria{
    min-height: 260px;
    border-radius: 22px;
  }

  .card-conteudo{
    padding: 22px;
  }

  .card-conteudo h3{
    font-size: 26px;
  }

  .card-conteudo p{
    max-width: 100%;
  }
}
.acoes-categorias{
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.btn-cardapio-categorias{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg,#c58a3a,#7a4a28);
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: .3s ease;
  box-shadow: 0 10px 22px rgba(0,0,0,0.10);
}

.btn-cardapio-categorias:hover{
  transform: translateY(-2px);
  color: #fff !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1064c78 */.secao-ocasioes{
  padding: 90px 20px;
  background: linear-gradient(180deg, #4a2616 0%, #351a10 100%);
  color: #fff;
}

.container-ocasioes{
  max-width: 1200px;
  margin: 0 auto;
}

.topo-ocasioes{
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.topo-ocasioes .mini-title{
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #d7b27b;
  margin-bottom: 14px;
}

.topo-ocasioes h2{
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #fff4e7;
  margin-bottom: 12px;
}

.topo-ocasioes p{
  color: rgba(247,236,219,0.78);
  line-height: 1.75;
}

.grid-ocasioes{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}

.card-ocasiao-img{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  text-decoration: none;
  display: block;
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.22);
  background: rgba(255,255,255,0.08);
}

.card-ocasiao-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s ease;
  filter: brightness(0.95) contrast(1.04) saturate(1.02);
}

.card-ocasiao-img .overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.12) 0%,
    rgba(0,0,0,0.62) 100%
  );
}

.card-ocasiao-img .conteudo{
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff4e7;
}

.card-ocasiao-img h3{
  font-size: 18px;
  margin-bottom: 6px;
  color: #fff4e7;
}

.card-ocasiao-img p{
  font-size: 13px;
  opacity: 0.88;
  margin-bottom: 10px;
  color: rgba(247,236,219,0.88);
}

.card-ocasiao-img span{
  font-size: 13px;
  font-weight: 700;
  color: #d7b27b;
}

.card-ocasiao-img:hover img{
  transform: scale(1.08);
}

@media(max-width: 1024px){
  .grid-ocasioes{
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 767px){
  .secao-ocasioes{
    padding: 70px 16px;
  }

  .grid-ocasioes{
    grid-template-columns: 1fr;
  }

  .topo-ocasioes h2{
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e773d1c */.reviews-google{
  padding: 90px 20px;
  background: #f5ecd9;
}

.reviews-container{
  max-width: 1100px;
  margin: 0 auto;
}

.reviews-header{
  text-align: center;
  max-width: 820px;
  margin: 0 auto 42px;
}

.reviews-header .mini-title{
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #b67b2b;
  margin-bottom: 14px;
}

.reviews-header h2{
  font-family: "Playfair Display", serif;
  font-size: 52px;
  line-height: 1.02;
  color: #4a2616;
  margin-bottom: 14px;
}

.reviews-subtitle{
  font-size: 18px;
  line-height: 1.8;
  color: #6d584b;
  margin-bottom: 24px;
}

.reviews-subtitle strong{
  color: #4a2616;
}

.reviews-actions{
  display: flex;
  justify-content: center;
}

.btn-reviews-google{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg,#c58a3a,#7a4a28);
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: .3s ease;
  box-shadow: 0 10px 22px rgba(0,0,0,0.10);
}

.btn-reviews-google:hover{
  transform: translateY(-2px);
  color: #fff !important;
}

.reviews-carousel{
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  gap: 18px;
  align-items: center;
  margin-top: 10px;
}

.reviews-stage{
  position: relative;
  min-height: 260px;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

.review-card{
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .35s ease, transform .35s ease;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(122, 74, 40, 0.10);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 14px 28px rgba(69, 37, 18, 0.06);
  backdrop-filter: blur(8px);
}

.review-card.active{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.review-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.review-top h3{
  font-size: 22px;
  color: #4a2616;
  margin: 0;
}

.review-top span{
  font-size: 13px;
  color: #8d755f;
  white-space: nowrap;
}

.review-stars{
  font-size: 22px;
  line-height: 1;
  color: #c58a3a;
  margin-bottom: 18px;
  letter-spacing: 2px;
}

.review-card p{
  font-size: 18px;
  line-height: 1.85;
  color: #5f4b3e;
  margin: 0;
}

/* SETAS REFINADAS */
.reviews-nav{
  width: 38px;
  height: 38px;
  border: 1px solid rgba(122,74,40,0.15) !important;
  border-radius: 50%;
  background: rgba(122,74,40,0.08) !important;
  color: #7a4a28 !important;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: .3s ease;
  padding: 0;
}

.reviews-nav:hover{
  background: rgba(122,74,40,0.18) !important;
  transform: translateY(-1px);
}

/* BOLINHAS PEQUENAS */
.reviews-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
}

.reviews-dot{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(122,74,40,0.25) !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  cursor: pointer;
  transition: .25s ease;
}

.reviews-dot.active{
  background: #a66a2c !important;
  transform: scale(1.15);
}

@media(max-width: 767px){
  .reviews-google{
    padding: 70px 16px;
  }

  .reviews-header h2{
    font-size: 36px;
  }

  .reviews-subtitle{
    font-size: 16px;
  }

  .reviews-carousel{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .reviews-nav{
    display: none;
  }

  .reviews-stage{
    min-height: 300px;
    max-width: 100%;
  }

  .review-card{
    padding: 24px;
  }

  .review-top{
    flex-direction: column;
    align-items: flex-start;
  }

  .review-top h3{
    font-size: 20px;
  }

  .review-card p{
    font-size: 16px;
    line-height: 1.75;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8410230 */.secao-destaque-slider{
  padding: 90px 20px;
  background: linear-gradient(180deg, #4a2616 0%, #351a10 100%);
}

.destaque-wrapper{
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
}

.destaque-imagem{
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  min-height: 620px;
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.22);
  background: rgba(255,255,255,0.08);
}

.destaque-imagem img{
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.destaque-conteudo{
  padding: 10px 0;
}

.secao-destaque-slider .mini-title{
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #d7b27b;
  margin-bottom: 14px;
}

.destaque-conteudo h2{
  font-family: "Playfair Display", serif;
  font-size: 50px;
  line-height: 1.02;
  color: #fff4e7;
  margin-bottom: 18px;
}

.destaque-conteudo > p{
  font-size: 16px;
  line-height: 1.8;
  color: rgba(247,236,219,0.82);
  margin-bottom: 28px;
}

.box-info-destaque{
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 24px;
  backdrop-filter: blur(10px);
  margin-bottom: 24px;
}

.box-info-destaque h3{
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: #fff4e7;
  margin-bottom: 10px;
}

.box-info-destaque p{
  font-size: 15px;
  line-height: 1.8;
  color: rgba(247,236,219,0.76);
}

.botoes-destaque{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-cardapio-destaque{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: .3s ease;
  background: linear-gradient(135deg,#c58a3a,#7a4a28);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 12px 24px rgba(0,0,0,0.18);
}

.btn-cardapio-destaque:hover{
  transform: translateY(-2px);
  color: #fff !important;
}

@media(max-width: 1024px){
  .destaque-wrapper{
    grid-template-columns: 1fr;
  }

  .destaque-imagem,
  .destaque-imagem img{
    min-height: 460px;
  }
}

@media(max-width: 767px){
  .secao-destaque-slider{
    padding: 70px 16px;
  }

  .destaque-wrapper{
    gap: 26px;
    text-align: center;
  }

  .destaque-imagem{
    min-height: 320px;
    border-radius: 24px;
  }

  .destaque-imagem img{
    min-height: 320px;
  }

  .destaque-conteudo{
    text-align: center;
  }

  .secao-destaque-slider .mini-title{
    display: block;
    text-align: center;
  }

  .destaque-conteudo h2{
    font-size: 34px;
    text-align: center;
  }

  .destaque-conteudo > p{
    text-align: center;
  }

  .box-info-destaque{
    padding: 20px;
    text-align: center;
  }

  .box-info-destaque h3{
    font-size: 25px;
    text-align: center;
  }

  .box-info-destaque p{
    text-align: center;
  }

  .botoes-destaque{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .btn-cardapio-destaque{
    width: 100%;
    max-width: 320px;
  }
}
.destaque-imagem img{
  filter: brightness(0.95) contrast(1.04) saturate(1.02);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-38b144d */.secao-galeria{
  padding: 90px 20px;
  background: #f5ecd9;
}

.container-galeria{
  max-width: 1200px;
  margin: 0 auto;
}

.topo-galeria{
  text-align: center;
  margin-bottom: 40px;
}

.topo-galeria h2{
  font-family: "Playfair Display", serif;
  font-size: 46px;
  color: #4a2616;
}

.grid-galeria{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}

.grid-galeria img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
  transition: .3s ease;
  cursor: pointer;
}

.grid-galeria img:hover{
  transform: scale(1.04);
}

@media(max-width: 767px){
  .grid-galeria{
    grid-template-columns: 1fr 1fr;
  }

  .grid-galeria img{
    height: 180px;
  }

  .topo-galeria h2{
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d864310 */.secao-onde-estamos{
  padding: 90px 20px;
  background: linear-gradient(180deg, #3a1f12 0%, #24130b 100%);
  position: relative;
  overflow: hidden;
}

.secao-onde-estamos::before{
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(197,138,58,0.12), transparent 70%);
  top: -120px;
  right: -120px;
  z-index: 0;
}

.onde-estamos-wrapper{
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.onde-estamos-topo{
  max-width: 760px;
  margin-bottom: 42px;
}

.secao-onde-estamos .mini-title{
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #d7b27b;
  margin-bottom: 14px;
}

.onde-estamos-topo h2{
  font-family: "Playfair Display", serif;
  font-size: 52px;
  line-height: 1.02;
  color: #fff4e7;
  margin-bottom: 16px;
}

.onde-estamos-topo p{
  font-size: 16px;
  line-height: 1.8;
  color: rgba(247,236,219,0.78);
}

.onde-estamos-grid{
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: stretch;
}

.info-card{
  height: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 16px 35px rgba(0,0,0,0.25);
  backdrop-filter: blur(10px);
}

.info-card h3{
  font-family: "Playfair Display", serif;
  font-size: 34px;
  color: #fff4e7;
  margin-bottom: 14px;
}

.info-card p{
  font-size: 15px;
  line-height: 1.8;
  color: rgba(247,236,219,0.76);
  margin-bottom: 28px;
}

.dados-local{
  display: grid;
  gap: 20px;
  margin-bottom: 28px;
}

.item-local{
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.item-local strong{
  display: block;
  font-size: 15px;
  color: #fff4e7;
  margin-bottom: 10px;
}

.item-local span{
  display: block;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(247,236,219,0.74);
}

.acoes-local{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-rota,
.btn-local-whatsapp{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: .3s ease;
}

.btn-rota{
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff !important;
}

.btn-rota:hover{
  background: rgba(255,255,255,0.16);
  color: #fff !important;
}

.btn-local-whatsapp{
  background: linear-gradient(135deg,#c58a3a,#7a4a28);
  color: #fff !important;
  box-shadow: 0 14px 22px rgba(0,0,0,0.18);
}

.btn-local-whatsapp:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.30);
  color: #fff !important;
}

.mapa-local{
  min-height: 520px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 16px 35px rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.08);
}

.mapa-local iframe{
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
}

@media(max-width: 1024px){
  .onde-estamos-grid{
    grid-template-columns: 1fr;
  }

  .mapa-local,
  .mapa-local iframe{
    min-height: 420px;
  }
}

@media(max-width: 767px){
  .secao-onde-estamos{
    padding: 70px 16px;
  }

  .onde-estamos-topo{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .secao-onde-estamos .mini-title{
    display: block;
    text-align: center;
  }

  .onde-estamos-topo h2{
    font-size: 34px;
    text-align: center;
  }

  .onde-estamos-topo p{
    text-align: center;
  }

  .info-card{
    padding: 24px;
    border-radius: 24px;
    text-align: center;
  }

  .info-card h3{
    font-size: 28px;
    text-align: center;
  }

  .info-card p{
    text-align: center;
  }

  .item-local{
    text-align: center;
  }

  .item-local strong{
    text-align: center;
  }

  .item-local span{
    text-align: center;
  }

  .acoes-local{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .btn-rota,
  .btn-local-whatsapp{
    width: 100%;
    max-width: 320px;
  }

  .mapa-local,
  .mapa-local iframe{
    min-height: 340px;
    border-radius: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c51ad68 */.instagram-section{
  padding: 80px 20px;
  text-align: center;
  background: #f5ecd9;
}

.instagram-section h2{
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #4a2616;
  margin-bottom: 10px;
}

.instagram-section p{
  color: #6a4b3a;
  margin-bottom: 20px;
}

.instagram-section a{
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg,#c58a3a,#7a4a28);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44f337e */.rota-float-circle{
  position: fixed;
  bottom: 95px; /* fica acima do WhatsApp */
  right: 22px;

  width: 60px;
  height: 60px;

  border-radius: 50%;

  background: linear-gradient(135deg,#c58a3a,#7a4a28);

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 12px 25px rgba(0,0,0,0.18);
  z-index: 9999;

  transition: .3s ease;
}

.rota-float-circle:hover{
  transform: scale(1.08) translateY(-2px);
}

.rota-icon{
  width: 24px;
  height: 24px;
}
.whatsapp-float-circle::after,
.rota-float-circle::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(197,138,58,0.4);
  animation: pulse 2s infinite;
}

@keyframes pulse{
  0%{ transform: scale(1); opacity: .6;}
  70%{ transform: scale(1.6); opacity: 0;}
  100%{ opacity: 0;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b9d4b7 */.footer-site{
  background: linear-gradient(180deg, #4a2616 0%, #351a10 100%);
  color: #f7ecdb;
  padding: 70px 20px 24px;
}

.footer-container{
  max-width: 1280px;
  margin: 0 auto;
}

.footer-top{
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-brand{
  max-width: 360px;
}

.footer-logo{
  display: inline-flex;
  margin-bottom: 18px;
}

.footer-logo img{
  height: 58px;
  width: auto;
  object-fit: contain;
  filter: brightness(1.02);
}

.footer-brand p{
  font-size: 15px;
  line-height: 1.85;
  color: rgba(247,236,219,0.76);
}

.footer-col h4{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #d7b27b;
  margin-bottom: 18px;
}

.footer-col span,
.footer-col a{
  display: block;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(247,236,219,0.86);
  text-decoration: none;
  transition: .25s ease;
}

.footer-col a:hover{
  color: #ffffff;
  transform: translateX(2px);
}

.footer-bottom{
  padding-top: 22px;
  text-align: center;
}

.footer-bottom p{
  font-size: 14px;
  color: rgba(247,236,219,0.62);
}

@media(max-width: 1024px){
  .footer-top{
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 767px){
  .footer-site{
    padding: 56px 16px 20px;
  }

  .footer-top{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-logo img{
    height: 52px;
  }

  .footer-brand{
    max-width: 100%;
  }

  .footer-bottom{
    text-align: left;
  }
}
.footer-insta-btn{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg,#c58a3a,#7a4a28);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  transition: .3s ease;
  max-width: fit-content;
}

.footer-insta-btn:hover{
  transform: translateY(-2px);
  color: #fff !important;
}
@media(max-width: 767px){

  .footer-top{
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center; /* CENTRALIZA TUDO */
  }

  .footer-brand{
    text-align: center;
    margin: 0 auto;
  }

  .footer-logo{
    justify-content: center;
  }

  .footer-col{
    text-align: center;
  }

  .footer-col h4{
    text-align: center;
  }

  .footer-col span,
  .footer-col a{
    text-align: center;
  }

  .footer-insta-btn{
    margin: 14px auto 0; /* CENTRALIZA BOTÃO */
  }

  .footer-bottom{
    text-align: center; /* já garante */
  }

}/* End custom CSS */
/* Start custom CSS */@media(max-width: 767px){
  .footer-col a:hover{
    transform: none;
  }
}/* End custom CSS */