.elementor-799 .elementor-element.elementor-element-9886dc3{--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-799 .elementor-element.elementor-element-3ffaa38{--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-799 .elementor-element.elementor-element-7e65f64{--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-799 .elementor-element.elementor-element-d37ddfe{--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-799 .elementor-element.elementor-element-b3b2520{--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-799 .elementor-element.elementor-element-ee28909{--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-799 .elementor-element.elementor-element-486716b{--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-799 .elementor-element.elementor-element-8915f56{--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-799 .elementor-element.elementor-element-8915f56.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-799 .elementor-element.elementor-element-7fe73e6{--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;}body.elementor-page-799:not(.elementor-motion-effects-element-type-background), body.elementor-page-799 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-799 .elementor-element.elementor-element-8915f56{--width:98.674%;}}/* Start custom CSS for html, class: .elementor-element-65a0bf6 *//* Hero Section - Base do #mdc-hero */
#hero.hero-section {
    position: relative;
    padding: 120px 20px 80px;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

/* Background - Base do .mdc-hero-bg */
#hero .hero-bg {
    position: absolute;
    inset: 0;
    /* Imagem original */
    background-image: url('http://momentodochopp.com.br/wp-content/uploads/2025/09/backg.jpg');
    background-position: center;
    background-size: cover;
    filter: brightness(.6);
    z-index: -2;
}

/* Overlay (Gradiente) - Base do .mdc-hero-overlay */
#hero .hero-overlay {
    position: absolute;
    inset: 0;
    /* Gradiente original */
    background: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .6));
    z-index: -1;
}

/* Conteúdo (Texto e Botões) - Base do .mdc-hero-content */
.hero-content {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Título H1 */
#hero h1 {
    font-size: 40px;
    line-height: 1.05;
    margin: 0;
    font-weight: 800;
}

/* Destaque (Span) */
#hero h1 span {
    color: #fbbf24; /* Cor amarela/âmbar original */
}

/* Parágrafo */
#hero p {
    margin-top: 16px;
    font-size: 18px;
    color: rgba(255, 255, 255, .9);
}

/* Container de Botões - Base do .mdc-hero-ctas */
.hero-ctas {
    margin-top: 22px;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Botão Primário - Base do .mdc-btn-primary */
.btn-primary {
    background: #f59e0b; /* Laranja original */
    padding: 12px 20px;
    border-radius: 28px;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    transition: background 0.2s;
}

.btn-primary:hover {
    background: #e09405;
}

/* Botão Secundário - Base do .mdc-btn-secondary */
.btn-secondary {
    background: rgba(255, 255, 255, .08);
    padding: 12px 20px;
    border-radius: 28px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .12);
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, .15);
    border-color: rgba(255, 255, 255, .2);
}

/* Responsive - H1 maior em telas grandes */
@media (min-width: 900px) { 
    #hero h1 {
        font-size: 56px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-20e658a *//* Quem Somos Section */
#quem-somos.quem-somos-section {
    /* Removendo padding horizontal para permitir que a mídia toque a borda direita */
    padding: 60px 0; 
    background: #fff;
    color: #1f2937;
    /* Usa padding-left para preservar o espaçamento do conteúdo de texto */
    padding-left: 20px; 
}

/* Container */
#quem-somos .quem-somos-container {
    width: 100%;
    margin: 0;
}

/* Grid de Layout (Flexbox) */
#quem-somos .quem-somos-grid {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

/* Colunas - Base do .mdc-col */
#quem-somos .quem-somos-col {
    flex: 1 1 320px;
}

/* Coluna de Texto */
#quem-somos .quem-somos-col.texto {
    /* MANTIDO: Forte prioridade de crescimento (grow: 2) para garantir que o texto ocupe mais espaço */
    flex: 2 1 480px; /* Aumentado a base para 480px para dar mais folga */
    
    /* Define o limite da coluna de texto dentro do container principal */
    max-width: 700px;
    padding-right: 20px; 
}

#quem-somos .quem-somos-col.texto h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
}

#quem-somos .quem-somos-col.texto p {
    color: #374151;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Coluna de Mídia (Vídeo) - COMPORTAMENTO FINAL */
#quem-somos .quem-somos-col.media {
    /* AJUSTADO: A base agora é 350px, garantindo espaço para o vídeo de 290px e o espaçamento */
    flex: 1 1 450px; 
    
    /* RE-ADICIONADO: Flexbox para centralizar/alinhar o vídeo */
    display: flex;
    /* Centraliza o vídeo horizontalmente na sua coluna */
    justify-content: center; 
    align-items: center;
    
    /* Permite que o fundo da coluna saia do container principal */
    min-width: 450px; /* Ajustado para acomodar o novo tamanho */
    margin-right: -9999px; 
    padding-right: 9999px; 
    overflow: hidden; 
}


#quem-somos .quem-somos-col.media img { 
    /* Tamanho fixo do vídeo (290x350px) */
    width: 600px;
    height: 400px;
    
    /* Propriedades para o vídeo */
    border-radius: 14px;
    display: block;
    object-fit: cover;
    box-shadow: 0 8px 24px rgba(2, 6, 23, 0.06);
    min-height: auto; 
}

/* Responsivo - Inverte a ordem em telas menores */
@media (max-width: 900px) {
    /* Reseta a margem negativa e padding para telas pequenas */
    #quem-somos.quem-somos-section {
        padding: 40px 20px;
    }
    
    #quem-somos .quem-somos-grid {
        flex-direction: column-reverse;
        gap: 20px;
    }
    
    /* Centraliza o texto no modo coluna */
    #quem-somos .quem-somos-col.texto {
        /* Garante que o texto volte a ocupar a largura total no mobile */
        flex: 1 1 auto; 
        text-align: center;
        max-width: 100%; 
        padding-right: 0;
    }

    /* Reseta o efeito de tela cheia do vídeo */
    #quem-somos .quem-somos-col.media {
        /* Garante que a coluna de mídia volte a ocupar a largura total no mobile */
        flex: 1 1 auto;
        margin-right: 0;
        padding-right: 0;
        justify-content: center; 
    }
    
    #quem-somos .quem-somos-col.media video {
        min-height: auto; 
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89c0cd8 *//* Diferenciais Section - Base do .mdc-section.alt */
.diferenciais-section.alt {
    background: #f8fafc;
    padding: 60px 20px;
}

/* Container - Base do .mdc-container */
.diferenciais-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Cabeçalho - Base do .mdc-header-row */
.diferenciais-header-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px; /* Adicionado espaço para separar do grid de cards */
}

.diferenciais-header-row h2 {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
}

.diferenciais-header-row p {
    font-size: 18px;
    color: #374151;
}

/* Grid de Cards - Base do .mdc-cards */
.diferenciais-cards {
    display: grid;
    /* Grid responsivo: repeat(auto-fill, minmax) */
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 18px;
    margin-top: 20px;
}

/* Card Individual - Base do .mdc-card */
.diferenciais-card {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(2, 6, 23, 0.04);
    border: 1px solid #e9eef2;
    /* Ajuste para garantir que o número fique no topo */
    display: flex;
    flex-direction: column;
}

/* Número (01, 02, etc.) */
.diferenciais-card .num {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    /* Cores originais (Laranja suave) */
    background: rgba(245, 158, 11, 0.08);
    color: #b45309;
    
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

/* Título H3 */
.diferenciais-card h3 {
    margin: 12px 0 6px;
    font-size: 18px;
    color: #1f2937;
}

/* Parágrafo de descrição */
.diferenciais-card p {
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
}

/* Responsividade adicional para o cabeçalho em telas pequenas */
@media (max-width: 600px) {
    .diferenciais-header-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dec42c2 *//* Chops Section */
#chops.chops-section {
    padding: 60px 20px;
    background: #fff;
}

/* Container */
#chops .chops-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Título H2 */
#chops .chops-header-row h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 8px; 
    text-align: center;
}

/* Subtítulo */
#chops .chops-header-row p {
    font-size: 18px;
    color: #374151;
    margin-bottom: 30px; 
    text-align: center;
}

/* Grid de Produtos - Base do .mdc-products */
#chops .chops-produtos {
    display: grid;
    /* Grid responsivo: minmax(240px, 1fr) */
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin-top: 18px;
}

/* Card de Produto - Base do .mdc-product */
.chops-produto {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(2, 6, 23, 0.04);
    border: 1px solid #eef2f6;
    display: flex;
    flex-direction: column;
}

/* Mídia (Imagem) */
.chops-produto-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* Corpo do Card */
.chops-produto-body {
    padding: 16px;
    flex-grow: 1; /* Garante que o corpo preencha o espaço, útil se houver cards com alturas diferentes */
}

/* Título H3 com meta (ABV/IBU) */
.chops-produto-body h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    font-size: 18px;
    color: #1f2937;
    margin-bottom: 8px;
}

/* Meta info (ABV/IBU) */
.chops-produto-body .meta {
    font-size: 12px;
    color: #6b7280;
    font-weight: 600;
}

/* Descrição */
.chops-produto-body p {
    font-size: 15px;
    color: #4b5563;
}

/* CTA - Base do .mdc-products-cta */
.chops-produtos-cta {
    margin-top: 40px; /* Aumentado um pouco o espaço para separar dos cards */
    text-align: center;
    color: #475569;
    font-size: 16px;
}

/* Botão CTA - Base do .mdc-btn-dark */
.btn-dark {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 18px;
    background: #111827;
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    transition: background 0.2s, transform 0.2s;
}

.btn-dark:hover {
    background: #000;
    transform: translateY(-1px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e232ff *//* Clientes Section - Base do #clientes.mdc-section.alt */
#clientes.clientes-section.alt {
    background: #f8fafc;
    padding: 60px 20px;
}

/* Container */
#clientes .clientes-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Título H2 */
#clientes h2 {
    font-size: 28px;
    margin-bottom: 18px;
    text-align: center; /* Centralizando o H2 para melhor layout */
}

/* Grid de Depoimentos - Base do .mdc-testimonials */
.clientes-depoimentos {
    display: grid;
    /* Usando repeat(auto-fit, minmax) para responsividade flexível */
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

/* Item de Depoimento - Base do .mdc-testimonial */
.clientes-depoimento {
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #eef2f6;
    /* Sombra original */
    box-shadow: 0 6px 18px rgba(2, 6, 23, 0.04); 
}

/* Nome do Cliente/Empresa */
.clientes-depoimento .cliente-nome {
    font-weight: 800;
}

/* Título/Cargo de quem deu o depoimento */
.clientes-depoimento .cliente-quem {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 8px;
}

/* Texto do Depoimento */
.clientes-depoimento p {
    font-size: 15px; /* Tamanho de texto comum */
    color: #374151;
    line-height: 1.5;
}

/* Grid de Logos - Base do .mdc-logos */
.clientes-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 12px;
    margin-top: 30px; /* Aumentado um pouco o espaço para separar dos depoimentos */
    align-items: center;
}

/* Item Individual do Logo - Base do .logo */
.clientes-logos .logo-item {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #e6eef5;
    /* Ajuste visual para logos */
    color: #374151; 
    font-size: 14px;
    opacity: 0.8; /* Suavizando o texto dos logos */
}

.apoio-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.apoio-card:hover {
  transform: scale(1.05);
}

.apoio-card img {
  max-height: 60px;
  max-width: 100%;
  opacity: 0.8;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3fcbb6c *//* CLIENTES / PROVAS SOCIAIS */
.clientes-section {
  padding: 5rem 0;
  background-color: #fafaf9; /* bg-stone-50 */
}

.container-clientes {
  max-width: 72rem; /* max-w-6xl */
  margin: 0 auto;
  padding: 0 1rem;
}

.clientes-title {
  font-size: 2rem; /* text-3xl */
  font-weight: 800;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .clientes-title {
    font-size: 2.25rem; /* md:text-4xl */
  }
}

/* Depoimentos */
.depoimentos-grid {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .depoimentos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.depoimento-card {
  border-radius: 1rem;
  background: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  border: 1px solid #e7e5e4; /* ring-stone-200 */
}

.depoimento-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.avatar {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  background: #fef3c7; /* bg-amber-100 */
}

.depoimento-info {
  font-size: 0.875rem;
}

.depoimento-nome {
  font-weight: 700;
}

.depoimento-cargo {
  color: #78716c; /* text-stone-500 */
}

.depoimento-texto {
  margin-top: 1rem;
  color: #44403c; /* text-stone-700 */
}

/* Logos */
.clientes-logos {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  align-items: center;
  opacity: 0.8;
}

@media (min-width: 640px) {
  .clientes-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .clientes-logos {
    grid-template-columns: repeat(6, 1fr);
  }
}

.logo-item {
  height: 3rem;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  border: 1px solid #e7e5e4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c22265 *//* ===== Base e Layout ===== */
.local-section {
  padding: 40px 0;
}

.local-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.local-description {
  color: #4b5563;
  margin-top: 6px;
}

.local-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  align-items: start;
  margin-top: 18px;
}

.local-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ===== Botão Google Maps (somente texto preto, sem fundo) ===== */
.local-map-btn {
  margin-top: 6px;
}

.btn-mapa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0;
  background: none;       /* sem fundo */
  color: #000000;         /* texto preto */
  font-weight: 700;
  text-decoration: none;
  transition: color 0.25s, transform 0.2s;
  box-sizing: border-box;
}

.btn-mapa:hover {
  color: #1f2937;         /* cinza escuro no hover */
  transform: translateY(-2px);
}

/* ===== Container dos dois botões abaixo ===== */
.local-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.local-actions .btn-acao {
/* 🔑 garante mesmo tamanho */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  white-space: nowrap;

  color: #ffffff;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
  box-sizing: border-box;
}

/* Agendar (preto) */
.btn-dark {
  background: #1f2937;
}
.btn-dark:hover {
  background: #111827;
  transform: translateY(-2px);
}

/* WhatsApp (laranja/âmbar igual antigo Google Maps) */
.btn-whatsapp {
  background: #f59e0b;
}
.btn-whatsapp:hover {
  background: #d97706;
  transform: translateY(-2px);
}

/* ===== Mapa ===== */
.local-mapa iframe {
  width: 100%;
  height: 450px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* ===== Responsivo ===== */
@media (max-width: 980px) {
  .local-grid {
    grid-template-columns: 1fr;
  }

  .local-actions {
    flex-wrap: wrap;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b3907c5 *//* ===== Seção Fale Conosco ===== */
.contato-section {
  padding: 40px 0;
  background: #f9f9f9;
  font-family: Arial, sans-serif;
}

.contato-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.contato-header {
  text-align: left;
  margin-bottom: 30px;
}

.contato-header .titulo {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.contato-header .subtitulo {
  color: #4b5563;
  font-size: 1rem;
}

/* Grid alinhado ao padrão do local-section */
.contato-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  align-items: start;
  margin-top: 18px;
}

/* ===== Formulário ===== */
.formulario {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.campo {
  margin-bottom: 18px;
}

.campo label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.campo input,
.campo textarea,
.campo select {
  width: 100%;
  padding: 10px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  font-size: 14px;
}

.linha {
  display: flex;
  gap: 15px;
}

/* Checkbox */
.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 13px;
}

/* Botão enviar */
.botao {
  width: 100%;
  padding: 12px;
  background: #f59e0b; /* igual botão WhatsApp */
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.25s, transform 0.2s;
}

.botao:hover {
  background: #d97706;
  transform: translateY(-2px);
}

.botao:disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* Aviso e status */
.aviso {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}

.status {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
  display: none;
}
.status.success { color: green; }
.status.error { color: red; }

/* ===== Bloco lateral ===== */
.bloco-lateral {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bloco-lateral h3 {
  font-size: 1.2rem;
  font-weight: 700;
  flex-shrink: 0;
}

.bloco-lateral ul {
  margin: 15px 0;
  padding-left: 20px;
  color: #444;
  flex-shrink: 0;
}

.bloco-lateral img {
  flex-grow: 1;
  object-fit: cover;
  width: 100%;
  margin-top: 20px;
  border-radius: 12px;
}

/* ===== Responsivo ===== */
@media (max-width: 980px) {
  .contato-grid {
    grid-template-columns: 1fr;
  }
  .linha {
    flex-direction: column;
    gap: 10px;
  }
  .contato-header {
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-001cfc8 */.faq-section {
  padding: 80px 20px;
  background: #fff;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-container h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: background 0.3s;
}

.faq-item:hover {
  background: #f9fafb;
}

.faq-item summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item summary::after {
  content: "▼";
  font-size: 14px;
  margin-left: 10px;
  transition: transform 0.3s;
}

.faq-item[open] summary::after {
  transform: rotate(180deg);
}

.faq-item p {
  font-size: 15px;
  color: #374151;
  margin-top: 10px;
  line-height: 1.5;
}/* End custom CSS */