.elementor-4160 .elementor-element.elementor-element-8a49506{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4160 .elementor-element.elementor-element-dadd176{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4160 .elementor-element.elementor-element-78a65d6 > .elementor-widget-container{margin:-99px 0px 0px 0px;}.elementor-4160 .elementor-element.elementor-element-f41945f > .elementor-widget-container{margin:-64px 0px 0px 0px;}.elementor-4160 .elementor-element.elementor-element-dfeed4f{--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-4160 .elementor-element.elementor-element-6770d040{--display:flex;}.elementor-4160 .elementor-element.elementor-element-5b417c66{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-78a65d6 */.hero-interno h1 {
    font-size: 56px;
}
h1 {
    font-size: 56px;
    font-weight: 700;
}
h1, h2, h3 {
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
    margin-bottom: 20px;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.hero-interno {
    text-align: center;
    color: var(--cor-branco);
}

@media (max-width: 480px) {
    .hero-interno h1 {
        margin-top: 150px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f41945f */.hero-interno p {
    font-size: 24px;
    color: #b8a5a5;
    font-family: 'Cormorant Garamond', serif;
}

p {
    margin-bottom: 15px;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

@media(max-width: 480px) {
    .hero-interno p {
        margin-top: 50px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-dadd176 */.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: visible;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8a49506 */.hero-interno {
    margin-top: 0px;
    height: 50vh;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://dev-site.paipedroficial.com.br/images/pai-pedro-ensaio-2.jpg) center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    padding-top: 190px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8824294 */.conteudo-section {
    padding: 80px 20px;
    background: #FFFFF;
}

.conteudo-section h2 {
    color: #bc1823;
    margin-bottom: 30px;
    margin-top: 40px;
}

.conteudo-section p {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.valores-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.valor-card {
    background: #b8a5a5;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.valor-card h3 {
    color: #000000;
    margin-bottom: 15px;
    font-size: 24px;
}

.valor-card p {
    font-size: 16px;
    color: #000000;
}

.diferenciais {
    list-style: none;
    margin: 30px 0;
}

.diferenciais li {
    padding: 10px 0;
    font-size: 18px;
    color: #000000;
}

.diferenciais li::before {
    content: "✓ ";
    color: #bc1823;
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
}

.btn-dark {
    background: #000000;
    color: #FFFFF;
}
.btn {
    display: inline-block;
    padding: 15px 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-dark:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.depoimento-card {
    background: #FFFFF;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    /*opacity: 0;*/
    /*transform: translateX(100%);*/
    /*transition: all 0.5s ease-in-out;*/
    /*pointer-events: none;*/
}

.depoimento-card.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    position: relative;
}

.estrelas {
    color: #FFD700;
    font-size: 24px;
    margin-bottom: 20px;
}

.depoimento-texto {
    font-size: 20px;
    font-style: italic;
    color: #333333;
    margin-bottom: 25px;
    line-height: 1.8;
}

.depoimento-autor {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    line-height: 1;
}

.depoimento-local {
    font-size: 14px;
    color: #666;
    line-height:2;
}


@media (max-width: 768px) {
    .valores-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-interno h1 {
        font-size: 36px;
    }
    
    .hero-interno p {
        font-size: 18px;
    }
}

/* =================================
   RESPONSIVIDADE MOBILE — PÁGINAS DE SERVIÇO (INTERNA)
   Cole no FINAL do style.css
   ================================= */

/* Ajustes gerais mobile */
@media (max-width: 768px) {

  /* Header fixo: evita “comer” topo */
  .header {
    padding: 14px 0;
  }

  /* Hero interno: mais baixo e legível */
  .hero-interno {
    height: auto;
    min-height: 42vh;
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .hero-interno h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .hero-interno p {
    font-size: 18px;
    line-height: 1.4;
  }

  /* Conteúdo: reduz tamanhos e melhora respiro */
  .conteudo-section {
    padding: 50px 16px;
  }

  .conteudo-section h2 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 18px;
  }

  .conteudo-section p {
    font-size: 18px;
    line-height: 1.75;
  }

  /* Listas (ul/ol) mais compactas e fáceis de ler */
  .conteudo-section ul,
  .conteudo-section ol {
    padding-left: 22px;
  }

  .conteudo-section li {
    font-size: 17px;
    line-height: 1.7;
  }

  /* Cards internos (valor-card) com mais área útil */
  .valor-card {
    padding: 22px;
  }

  /* Botões em “full width” no mobile (onde faz sentido) */
  .conteudo-section .btn {
    width: 100%;
    max-width: 420px;
    padding: 16px 26px;
  }

  /* ====== CORREÇÃO DOS GRIDS INLINE (FORÇAR 1 COLUNA) ======
     Você usou grid-template-columns via inline style.
     Aqui eu sobreponho no mobile com !important.
  */

  /* Grid 2 colunas (ex: Para Quem é Indicado, Depoimentos) */
  .conteudo-section div[style*="grid-template-columns: repeat(2"] {
    grid-template-columns: 1fr !important;
  }

  /* Grid 3 colunas (ex: Outros Serviços com inline repeat(3, 1fr)) */
  .servicos-section div[style*="grid-template-columns: repeat(3"] {
    grid-template-columns: 1fr !important;
  }

  /* Gaps um pouco menores no mobile */
  .conteudo-section div[style*="display: grid"] {
    gap: 18px !important;
  }
  
  /* Blocos com padding inline muito grande: suaviza */
  .conteudo-section div[style*="padding: 60px"] {
    padding: 40px 18px !important;
  }
  .conteudo-section div[style*="padding: 40px"] {
    padding: 28px 18px !important;
  }
  .conteudo-section div[style*="padding: 30px"] {
    padding: 22px 16px !important;
  }

  /* Depoimento-card: melhora leitura em telas pequenas */
  .depoimento-card {
    padding: 26px 18px;
  }

  .depoimento-texto {
    font-size: 18px;
    line-height: 1.7;
  }

  /* Serviços (cards) – mais compactos */
  .servico-card {
    padding: 30px 22px;
  }
}

/* Mobile pequeno */
@media (max-width: 480px) {

  .logo {
    font-size: 22px;
  }

  .logo-subtitle {
    font-size: 12px;
  }

  .hero-interno h1 {
    font-size: 30px;
  }

  .hero-interno p {
    font-size: 16px;
  }

  .conteudo-section h2 {
    font-size: 26px;
  }

  .conteudo-section p {
    font-size: 17px;
  }

  /* Botões ainda mais “tap-friendly” */
  .conteudo-section .btn {
    padding: 16px 22px;
    font-size: 15px;
  }

  /* Whatsapp float um pouco menor pra não atrapalhar */
  .whatsapp-float {
    width: 54px;
    height: 54px;
    right: 18px;
    bottom: 18px;
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6770d040 */:root {
        --cor-primaria: #bc1823;
    --cor-secundaria: #000000;
    --cor-terciaria: #b8a5a5;
    --cor-branco: #ffffff;
    --cor-texto: #333333;
    --font-titulos: 'Playfair Display', serif;
    --font-paragrafos: 'Cormorant Garamond', serif;
    --font-auxiliar: 'Montserrat', sans-serif;
    --shadow-light: 0 2px 10px rgba(0, 0, 0, 0.1);
    --shadow-medium: 0 4px 20px rgba(0, 0, 0, 0.15);
    --shadow-heavy: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: visible;
}

/* === SEÇÃO SERVIÇOS === */
.servicos-section {
    background: #000000;
    padding: 100px 20px;
    text-align: center;
    color: #FFFFFF;
}

.servicos-section h2 {
    margin-bottom: 15px;
}

h2 {
    font-size: 40px;
    font-weight: 700;
}
h1, h2, h3 {
    font-family: var(--font-titulos);
    line-height: 1.2;
    margin-bottom: 20px;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.servicos-section  p {
    font-size: 20px;
    color: #b8a5a5;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
}

.servicos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 60px;
    justify-content: center;
}

.servico-card {
    background: #1a1a1a;
    padding: 40px 30px;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    text-align: center;
}

.servico-card:hover {
    border-color: #bc1823;
    transform: translateY(-10px);
    box-shadow: var(--shadow-heavy);
}

.servico-icon {
    font-size: 60px;
    margin-bottom: 20px;
    color: var(--cor-primaria);
    line-height: 1;
}

.servico-card h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: var(--cor-branco);
}

.servico-card p {
    color: var(--cor-terciaria);
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1;
}

.servico-card .btn {
    background: transparent;
    border: 2px solid var(--cor-primaria);
    color: var(--cor-primaria);
    padding: 12px 30px;
    font-size: 14px;
    box-shadow: 0px 0px 10px 0px #BC1823;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #BC1823;
    border-radius: 50px 50px 50px 50px;
    line-height: 9;
}

.servico-card .btn:hover {
    background: var(--cor-primaria);
    color: var(--cor-branco);
}


/* ===============================
   RESPONSIVIDADE — OUTROS SERVIÇOS
   =============================== */

/* Tablet / telas médias */
@media (max-width: 1024px) {
  /* derruba o inline repeat(4,1fr) */
  .servicos-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 22px;
    margin-top: 40px;
  }

  .servicos-section {
    padding: 70px 16px;
  }

  .servicos-section h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .servicos-section p {
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 1.4; /* seu CSS está com line-height:1, fica apertado */
    padding: 0 6px;
  }

  .servico-card {
    padding: 32px 22px;
  }

  .servico-icon {
    font-size: 52px;
    margin-bottom: 16px;
  }

  .servico-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .servico-card p {
    font-size: 15px;
    line-height: 1.4; /* idem: melhora leitura */
    margin-bottom: 18px;
  }

  .servico-card .btn {
    line-height: normal; /* você colocou line-height:3, fica estranho no mobile/tablet */
    padding: 12px 26px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .servicos-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
    margin-top: 28px;
  }

  .servicos-section {
    padding: 55px 14px;
  }

  .servicos-section h2 {
    font-size: 28px;
  }

  .servicos-section p {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.45;
  }

  .servico-card {
    padding: 26px 18px;
    border-radius: 12px;
  }

  .servico-icon {
    font-size: 46px;
  }

  .servico-card h3 {
    font-size: 20px;
  }

  .servico-card p {
    font-size: 15px;
    line-height: 1.45;
  }

  /* botão “tap-friendly” e central */
  .servico-card .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 360px;
    padding: 14px 18px;
    font-size: 14px;
  }
}

/* Mobile pequeno */
@media (max-width: 480px) {
  .servicos-section h2 {
    font-size: 26px;
  }

  .servicos-section p {
    font-size: 15px;
  }

  .servico-card {
    padding: 22px 16px;
  }

  .servico-icon {
    font-size: 42px;
  }
}

/* =================================
   ALINHAMENTO DOS BOTÕES NOS CARDS
   Cole no FINAL do CSS
   ================================= */

/* Faz todos os cards terem “estrutura” consistente */
.servico-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* Garante que o texto ocupe área semelhante (evita pular) */
.servico-card p{
  flex: 1;                 /* ocupa o “miolo” do card */
  width: 100%;
  max-width: 260px;        /* mantém o texto mais alinhado visualmente */
  line-height: 1.4 !important; /* seu CSS tinha line-height 1 */
}

/* Empurra o botão para o final do card e padroniza tamanho */
.servico-card .btn{
  margin-top: auto;        /* CHAVE: joga o botão pro fundo */
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 180px;        /* deixa todos iguais */
  height: 48px;            /* altura fixa (adeus desalinhamento) */
  padding: 0 26px;         /* padding horizontal */
  line-height: normal !important; /* mata o line-height:3 que bagunça */
}

/* Opcional: garante altura mínima do card para ficar uniforme */
.servico-card{
  min-height: 360px;
}

/* Mobile: botão full width e ainda alinhado no fundo */
@media (max-width: 768px){
  .servico-card{
    min-height: auto;      /* no mobile não precisa travar altura */
  }
  .servico-card .btn{
    width: 100%;
    max-width: 360px;
  }
}/* End custom CSS */