.elementor-6 .elementor-element.elementor-element-1ce5156{--display:flex;--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;}.elementor-6 .elementor-element.elementor-element-818f8bc{--display:flex;--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;}.elementor-6 .elementor-element.elementor-element-4371ef1{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-6 .elementor-element.elementor-element-e477e65{--display:flex;--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;}.elementor-6 .elementor-element.elementor-element-9a5c421{--display:flex;--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;}@media(max-width:767px){.elementor-6 .elementor-element.elementor-element-2b5378c{margin:-60px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-6 .elementor-element.elementor-element-8f4e2b6{margin:-59px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-6 .elementor-element.elementor-element-69516a2{margin:-46px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-6 .elementor-element.elementor-element-c52377b{margin:-23px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-60a1e9e */.elementor-6 .elementor-element.elementor-element-60a1e9e {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Garante que o header fique acima de outros elementos */
    background-color: #FFF8E1; /* Mantenha a cor de fundo do seu header */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Sombra sutil para destacar */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4371ef1 */.hero {
  background: linear-gradient(145deg, #B71C1C 0%, #8B0000 100%);
  padding: 44px 24px 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  background: rgba(249,168,37,0.12);
  border-radius: 50%;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -30px;
  width: 120px;
  height: 120px;
  background: rgba(249,168,37,0.1);
  border-radius: 50%;
}

.hero-badge {
  display: inline-block;
  background: rgba(249,168,37,0.2);
  color: #F9A825;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  border: 1px solid rgba(249,168,37,0.4);
  margin-bottom: 14px;
}

.hero-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 14px;
}

.hero-desc {
  font-size: 0.9rem;
  color: #FFCDD2;
  margin-bottom: 26px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-28d51ab *//* Garante que a seção do cardápio não tenha padding lateral excessivo */
.cardapio {
  padding-left: 15px !important; /* Ajuste conforme a necessidade, ou 0 */
  padding-right: 15px !important; /* Ajuste conforme a necessidade, ou 0 */
  background-color: #FFF8E1 !important; /* Fundo creme para a seção do cardápio */
}

/* Centraliza o grid e garante que ele ocupe a largura disponível */
.cardapio .menu-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important; /* Força duas colunas de tamanhos iguais */
  gap: 20px !important;
  margin-left: auto !important; /* Centraliza o grid */
  margin-right: auto !important; /* Centraliza o grid */
  max-width: 100% !important; /* Garante que não ultrapasse a largura do pai */
  box-sizing: border-box !important; /* Inclui padding e borda na largura total */
}

/* Estilo para cada item do cardápio como um card */
.cardapio .menu-item {
  background: #FFFFFF !important; /* Fundo branco para o card */
  border-radius: 16px !important;
  padding: 20px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important; /* Sombra suave */
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  height: 100% !important;
  box-sizing: border-box !important; /* Inclui padding e borda na largura total */
}

.cardapio .item-image {
  width: 100px !important; /* Ajuste o tamanho da imagem conforme desejar */
  height: 100px !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  margin: 0 auto 15px auto !important; /* Centraliza a imagem e adiciona margem inferior */
}

.cardapio .menu-item h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.2rem !important;
  color: #B71C1C !important;
  margin-bottom: 8px !important;
}

.cardapio .menu-item p {
  text-align: center !important; /* Centraliza o texto do parágrafo */
  font-size: 0.9rem !important;
  color: #555 !important;
  line-height: 1.5 !important;
  margin-bottom: 15px !important;
  flex-grow: 1 !important;
}

.cardapio .price {
  font-family: 'Pacifico', cursive !important;
  font-size: 1.5rem !important;
  color: #F9A825 !important;
  font-weight: 700 !important;
  display: block !important;
  margin-top: 10px !important;
}

.cardapio .badges {
  margin-top: 10px !important;
  display: flex !important;
  justify-content: center !important;
  gap: 5px !important;
}

.cardapio .badge {
  display: inline-block !important;
  background: #F9A825 !important;
  color: #FFFFFF !important;
  padding: 5px 10px !important;
  border-radius: 5px !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.cardapio .badge.new {
  background: #25D366 !important;
}

.cardapio .badge.best-seller {
  background: #B71C1C !important;
}

/* Media query para garantir que o ajuste funcione em telas muito pequenas */
@media (max-width: 767px) {
  .cardapio .menu-grid {
    grid-template-columns: 1fr 1fr !important; /* Garante duas colunas iguais no mobile */
    gap: 15px !important; /* Ajusta o espaçamento entre as colunas */
  }

  .cardapio {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b5378c */.depoimentos {
  background: #FFFFFF;
}

.card-dep {
  background: #FFF8E1;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.card-dep .stars {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.card-dep p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 15px;
  flex-grow: 1;
}

.card-dep .author {
  font-weight: 700;
  color: #B71C1C;
  font-size: 0.95rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f4e2b6 */.how-to-order-section {
  background: #FFF8E1; /* Cor de fundo creme */
  padding: 40px 20px;
}

.how-to-order-section .section-title,
.how-to-order-section .section-sub {
  text-align: center;
  margin-bottom: 20px;
}

.how-to-order-grid {
  display: grid !important;
  gap: 20px !important; /* Espaçamento entre os cards */
  max-width: 900px !important; /* Limitar largura para desktop */
  margin: 0 auto !important; /* ESSA LINHA É CRUCIAL PARA CENTRALIZAR */
  padding-left: 0 !important; /* Garante que não haja padding à esquerda */
  padding-right: 0 !important; /* Garante que não haja padding à direita */
}

.order-step-card {
  background: #FFFFFF !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
  padding: 20px !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.order-step-card .step-icon {
  background: #F9A825 !important; /* Cor gold */
  color: #FFFFFF !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
}

.order-step-card h3 {
  color: #B71C1C !important; /* Cor red */
  font-size: 1.15rem !important;
  margin-bottom: 10px !important;
}

.order-step-card p {
  color: #555555 !important; /* Cor cinza */
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
}

/* Layout de duas colunas para mobile e telas maiores */
@media (max-width: 767px) { /* Aplicar para telas menores que 768px (geralmente mobile e tablet) */
  .how-to-order-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* Para telas maiores, manter o layout flexível ou com mais colunas se desejar */
@media (min-width: 768px) {
  .how-to-order-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important; /* Exemplo: 3 ou 4 colunas */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6ec638 */.cta-contact {
  background: #B71C1C;
  color: #FFFFFF;
}

.cta-contact .section-title {
  color: #FFFFFF;
}

.cta-contact .section-sub {
  color: #FFCDD2;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  align-items: center;
}

@media (min-width: 768px) {
  .cta-buttons {
    flex-direction: row;
    justify-content: center;
  }
}

.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 300px;
}

.cta-button i {
  margin-right: 10px;
  font-size: 1.3rem;
}

.whatsapp-button {
  background: #25D366;
  color: #FFFFFF;
}

.whatsapp-button:hover {
  background: #1DA851;
  transform: translateY(-3px);
}

.instagram-button {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  color: #FFFFFF;
}

.instagram-button:hover {
  opacity: 0.9;
  transform: translateY(-3px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c52377b */.footer {
  background: #1A1A1A;
  color: #FFFFFF;
  padding: 40px 20px 20px;
  text-align: center;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .footer-content {
    flex-direction: row;
    justify-content: space-around;
    text-align: left;
  }
}

.footer-logo-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .footer-logo-area {
    align-items: flex-start;
  }
}

.footer-logo {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  object-fit: cover;
  border: 2px solid #F9A825;
  margin-bottom: 10px;
}

.footer-slogan {
  font-size: 0.85rem;
  color: #FFCDD2;
  max-width: 200px;
}

.footer-links h3 {
  font-size: 1.1rem;
  color: #F9A825;
  margin-bottom: 15px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #FFCDD2;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #F9A825;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  margin-top: 20px;
}

.footer-bottom p {
  font-size: 0.75rem;
  color: #FFCDD2;
}/* End custom CSS */