.elementor-20 .elementor-element.elementor-element-4803cd0{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-fa7e8b8{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-95efc56{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-c0e119e{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-20 .elementor-element.elementor-element-98c7969{padding:0px 30px 0px 30px;}}/* Start custom CSS for html, class: .elementor-element-165ac8a *//* =====================================
   SEÇÃO SOBRE – FUNERÁRIA CATEDRAL
===================================== */
.bloco-sobre {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-image: var(--wpr-bg-0fd90739-7677-4443-bc36-229460c211be);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* OVERLAY PRETO */
.bloco-sobre-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

/* CONTAINER */
.bloco-sobre-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
  color: #ffffff;
}

/* CONTEÚDO */
.bloco-sobre-conteudo {
  text-align: left;
}

/* H1 */
.bloco-sobre-conteudo h1 {
  position: relative;
  font-family: 'Oxygen', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 30px;
  padding-bottom: 18px;
  color: #ffffff;
}

/* DETALHE DOURADO NO H1 */
.bloco-sobre-conteudo h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 3px;
  background: linear-gradient(
    90deg,
    #b88a22,
    #d4af37,
    #f1e2a6
  );
}

/* TEXTOS */
.bloco-sobre-conteudo p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: #e6e6e6;
  margin-bottom: 18px;
  max-width: 640px;
}

/* IMAGEM */
.bloco-sobre-imagem {
  width: 100%;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
}

.bloco-sobre-imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =====================================
   RESPONSIVIDADE
===================================== */
@media (max-width: 1024px) {
  .bloco-sobre-container {
    gap: 50px;
  }

  .bloco-sobre-conteudo h1 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .bloco-sobre {
    padding: 70px 0;
  }

  .bloco-sobre-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .bloco-sobre-imagem {
    height: auto;              /* deixa a imagem definir a altura */
    max-height: 240px;         /* limite elegante */
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.15); /* opcional – acabamento */
  }

  .bloco-sobre-imagem img {
    width: 100%;
    height: auto;              /* ESSENCIAL */
    max-height: 240px;
    object-fit: contain;       /* NÃO CORTA */
  }

  .bloco-sobre-conteudo h1 {
    font-size: 24px;
  }

  .bloco-sobre-conteudo p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-98c7969 *//* =====================================
   BLOCO 2 – ATENDIMENTO IMEDIATO
===================================== */
.bloco-atendimento {
  width: 100%;
  padding: 90px 0;
  background-color: #ffffff;
}

.bloco-atendimento-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.bloco-atendimento-imagem {
  width: 100%;
  height: 420px;
  background-color: #f2f2f2;
  border-radius: 20px;
  overflow: hidden; /* ESSENCIAL */
  position: relative;
}

/* IMAGEM */
.bloco-atendimento-imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px; /* GARANTIA */

}

/* COLUNA TEXTO */
.bloco-atendimento-conteudo {
  color: #000000;
}

/* TÍTULO */
.bloco-atendimento-conteudo h2 {
  position: relative;
  font-family: 'Oxygen', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 40px;
  padding-right: 60px;
}

/* DIVISOR DOURADO (ELEGANTE E DISCRETO) */
.bloco-atendimento-conteudo h2 .titulo-dourado {
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 100px;
  height: 3px;
  background: linear-gradient(
    90deg,
    #b88a22,
    #d4af37,
    #f1e2a6
  );
}

/* TEXTO DE DESTAQUE */
.texto-destaque {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #322e2b;
  margin-bottom: 14px;
}

/* TEXTOS */
.bloco-atendimento-conteudo p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 16px;
}

/* =====================================
   RESPONSIVIDADE
===================================== */
@media (max-width: 1024px) {
  .bloco-atendimento-container {
    gap: 50px;
  }

  .bloco-atendimento-conteudo h2 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .bloco-atendimento {
    padding: 60px 0;
  }

  .bloco-atendimento-container {
    grid-template-columns: 1fr;
  }

  .bloco-atendimento-imagem {
    height: 260px;
  }

  .bloco-atendimento-conteudo h2 {
    font-size: 22px;
    padding-right: 0;
  }

  .bloco-atendimento-conteudo h2 .titulo-dourado {
    position: static;
    display: block;
    margin-top: 12px;
    width: 50px;
  }

  .bloco-atendimento-conteudo p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d9b358 *//* =====================================
   BLOCO 3 – SERVIÇOS FUNERÁRIOS
===================================== */
.bloco-estrutura {
  width: 100%;
  padding: 100px 0;
  background-image: var(--wpr-bg-8c323b9f-9ebb-4558-a6b9-e8cce73f211a);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* OVERLAY PRETO */
.bloco-estrutura::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

/* CONTAINER */
.bloco-estrutura-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6%;
  color: #ffffff;
}

/* =====================================
   TÍTULO
===================================== */
.bloco-estrutura-titulo {
  margin-bottom: 90px;
}

.bloco-estrutura-titulo h2 {
  position: relative;
  font-family: 'Oxygen', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
  padding-bottom: 18px;
}

.bloco-estrutura-titulo h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 3px;
  background: linear-gradient(
    90deg,
    #b88a22,
    #d4af37,
    #f1e2a6
  );
}

/* =====================================
   CARDS – DESKTOP (3 + 2 CENTRALIZADOS)
===================================== */
.bloco-estrutura-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}

.estrutura-card {
  flex: 0 0 calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
  padding: 36px 32px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  backdrop-filter: blur(2px);
  transition: transform 0.3s ease, background 0.3s ease;
  box-sizing: border-box;
}

/* TÍTULO DO CARD */
.estrutura-card h3 {
  font-family: 'Oxygen', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 8px;
  word-break: normal;
}

/* DETALHE DOURADO */
.estrutura-card h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 10px 0 18px;
  background: linear-gradient(
    90deg,
    #b88a22,
    #d4af37,
    #f1e2a6
  );
}

/* TEXTO */
.estrutura-card p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #d9d9d9;
  word-break: normal;
}

/* =====================================
   BOTÃO SAIBA MAIS
===================================== */
.btn-saiba-mais {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #d9d9d9;
  text-decoration: none;
  transition: color 0.3s ease;
}

.btn-saiba-mais span {
  transition: transform 0.3s ease, color 0.3s ease;
}

.btn-saiba-mais:hover {
  color: #d4af37;
}

.btn-saiba-mais:hover span {
  transform: translateX(4px);
  color: #d4af37;
}

/* HOVER DO CARD */
.estrutura-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-4px);
}

/* =====================================
   TABLET E MOBILE – 1 CARD POR LINHA
===================================== */
@media (max-width: 1024px) {
  .estrutura-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bloco-estrutura-titulo h2 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .bloco-estrutura {
    padding: 70px 0;
  }

  .bloco-estrutura-titulo {
    margin-bottom: 60px;
  }

  .bloco-estrutura-titulo h2 {
    font-size: 22px;
  }

  .estrutura-card {
    padding: 28px 24px;
  }

  .estrutura-card h3 {
    font-size: 18px;
  }

  .estrutura-card p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a1b393 *//* =====================================
   BLOCO 6 – CTA FINAL FORTE
===================================== */
.bloco-cta-final {
  position: relative;
  width: 100%;
  padding: 90px 0;
  background-image: var(--wpr-bg-ed8d439f-6925-4da7-957c-26c91054dad3);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* OVERLAY PRETO FORTE */
.bloco-cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9); /* preto mais aparente */
  z-index: 1;
}

/* CONTEÚDO */
.bloco-cta-container {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 6%;
  text-align: center;
  color: #ffffff;
}

/* TÍTULO */
.bloco-cta-container h2 {
  font-family: 'Oxygen', sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 22px;
  color:#fff;
}

/* TEXTO */
.bloco-cta-container .cta-texto {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: #e6e6e6;
  margin-bottom: 16px;
}

/* BOTÃO */
.cta-btn {
  margin-top: 30px;
  display: inline-flex;
}

/* =====================================
   RESPONSIVIDADE
===================================== */
@media (max-width: 1024px) {
  .bloco-cta-container h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .bloco-cta-final {
    padding: 90px 0;
  }

  .bloco-cta-container h2 {
    font-size: 24px;
  }

  .bloco-cta-container .cta-texto {
    font-size: 16px;
  }
}/* End custom CSS */