/*
Theme Name: Rede Memorial Fortaleza
Theme URI: https://www.redememorialfortaleza.com.br
Author: Ruan Puga - Indexnet Publicidade Digital 
Description: Tema desenvolvido para Rede Memorial Fortaleza
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Rede-Memorial-Fortaleza
*/

.tarja {
  background: url(images/background-tarja.jpg?) 0 0 no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.tarja .container {
  display: flex;
}
.tarja .container .col-6 {
  display: flex;
  justify-content: center;
}
.tarja span {
  color: #eecd83;
  font-size: 28px;
  font-style: italic;
  padding: 4px 0 4px 48px;
  display: flex;
}
.tarja span.exp {
  background: url(images/icon_exp.png?) left center no-repeat;
  background-size: contain;
}
.tarja span.familias {
  background: url(images/icon_familias.png?) left center no-repeat;
  background-size: contain;
}
.tarja span.feedback {
  background: url(images/icon_feedback.png?) left center no-repeat;
  background-size: contain;
}
.tarja.columns span {
  background-size: auto !important;
}
.tarja.columns span.exp {
  padding-left: 85px;
}
.tarja.columns span.familias {
  padding-left: 75px;
}
.tarja.columns span.feedback {
  padding-left: 60px;
}

@media (max-width: 768px) {
  .tarja {
    background-position: top right;
  }
  .tarja .container {
    flex-direction: column;
    gap: 30px;
  }
  .tarja .container .col-6,
  .tarja .container .col-4 {
    width: 100%;
  }
  .tarja span {
    padding: 70px 0 4px 0;
    font-size: 24px;
    justify-content: center;
  }
  .tarja .exp,
  .tarja .familias,
  .tarja .feedback {
    background-position: top center !important;
    background-size: auto !important;
    text-align: center;
    padding-left: 0 !important;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

header {
  width: 100%;
  position: fixed;
  z-index: 5;
  top: 0;
}
header .header-top {
  background: #fcf2dc;
  font-size: 12px;
  padding: 12px 0;
  color: #6d531a;
  font-weight: 500;
}
header .header-top .container {
  display: flex;
  justify-content: space-between;
}
header .header-top .local, header .header-top .mail, header .header-top .phone, header .header-top .whatsapp {
  padding: 4px 0 4px 24px;
}
header .header-top .local {
  background: url(images/icon_local.svg) left center no-repeat;
}
header .header-top .mail {
  background: url(images/icon_mail.svg) left center no-repeat;
}
header .header-top .phone {
  background: url(images/icon_phone.svg) left center no-repeat;
}
header .header-top .whatsapp {
  background: url(images/icon_whatsapp.svg) left center no-repeat;
}
header .header-top a {
  text-decoration: none;
  color: inherit;
}
header .header-content {
  background: rgba(108, 7, 31, 0.95);
}
header .header-content .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-content .toggle-mobile {
  display: none;
}
header nav {
  position: relative;
}
header nav a {
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
  margin: 0 10px;
  font-weight: 400;
  padding: 48px 0;
  display: inline-block;
  transition: all 0.2s ease;
  border-bottom: 4px solid transparent;
}
header nav a:hover {
  border-bottom-color: #ffe19f;
}
header nav a.sub {
  display: none;
}

@media (max-width: 768px) {
  .submenu-dropdown {
    display: none !important;
  }
  header .header-top {
    padding: 10px 12px;
  }
  header .header-top .container {
    justify-content: flex-end;
    gap: 32px;
    padding-right: 0;
    margin-right: 0;
  }
  header .header-top .local,
  header .header-top .mail {
    display: none;
  }
  header .header-content {
    height: 100px;
    display: flex;
    align-items: center;
  }
  header .header-content .logo img {
    height: auto;
    width: 80%;
  }
  header .header-content nav {
    position: absolute;
    background: rgb(108, 7, 31);
    width: calc(100vw - 72px);
    height: 100vh;
    top: 0;
    right: -100%;
    display: flex;
    flex-direction: column;
    padding: 36px;
    transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
    overflow: auto;
  }
  header .header-content nav a {
    padding: 16px 0;
    border-bottom: 2px solid #630a1f;
    font-size: 14px;
  }
  header .header-content nav a.sub {
    display: flex;
    padding-left: 25px;
  }
  header .header-content nav.opened {
    right: 0;
  }
  header .header-content .socials {
    display: none;
  }
  header .header-content .toggle-mobile {
    display: flex;
    width: 36px;
    flex-direction: column;
    gap: 6px;
    position: relative;
    transition: all 0.1s ease;
    top: 0;
  }
  header .header-content .toggle-mobile span {
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    position: relative;
    transition: all 0.2s ease;
  }
  header .header-content .toggle-mobile span:first-child {
    top: 0;
  }
  .no-scroll header .header-content .toggle-mobile {
    position: relative;
    top: -60px;
  }
  .no-scroll header .header-content .toggle-mobile span:first-child {
    transform: rotate(-45deg);
    top: 9px;
  }
  .no-scroll header .header-content .toggle-mobile span:nth-child(2) {
    transform: rotate(45deg);
  }
  .no-scroll header .header-content .toggle-mobile span:last-child {
    opacity: 0;
  }
}
#submenu-nossa-rede ul li {
  background: rgba(108, 7, 31, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.0705882353);
  transition: all 0.2s ease;
}
#submenu-nossa-rede ul li:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
#submenu-nossa-rede ul li:hover {
  border-bottom-color: #ffe19f;
}
#submenu-nossa-rede ul li a {
  text-decoration: none;
  color: #fff;
  padding: 20px;
  display: block;
  margin: 0;
}

#submenu-nossa-rede.menu-open-mobile {
  padding-bottom: 258px;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #333333;
}
body.no-scroll {
  overflow: hidden;
}

strong {
  font-weight: 700;
}

.title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 60px;
  z-index: 4;
}
.title h2 {
  color: #8e112d;
  font-weight: 700;
  font-size: 44px;
}
.title h3 {
  font-style: italic;
  font-weight: 300;
  font-size: 36px;
  position: relative;
}
.title h3::after, .title h3::before {
  width: 40%;
  height: 1px;
  background: #8e112d;
  position: absolute;
  bottom: -24px;
  content: " ";
}
.title h3::before {
  left: 0;
}
.title h3::after {
  right: 0;
}
.title h3 span {
  position: relative;
  color: #8e112d;
  z-index: 1;
  font-weight: 700;
}
.title h3 span::before {
  content: " ";
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: #f7d728;
  z-index: -1;
  transform: translateX(-50%) skew(-12deg, 0deg);
}
.title::after {
  position: absolute;
  content: " ";
  background: url(images/icon_titles.png) center center no-repeat;
  height: 35px;
  width: 100%;
  bottom: -40px;
}

.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.col-6 {
  width: 50%;
}

.col-4 {
  width: 33.333%;
}

/* Contact bar (mobile) and floating WhatsApp (desktop) */
.contact-bar-mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #ffffff; /* white background edge-to-edge */
  padding: 12px env(safe-area-inset-right) 12px env(safe-area-inset-left);
  box-shadow: 0 -6px 20px rgba(0,0,0,0.06);
}
.contact-bar-mobile .contact-inner{
  width: 100%;
  margin: 0 15px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.contact-bar-mobile .contact-btn{
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.contact-bar-mobile .contact-btn .btn-label{font-size:14px}
/* site red for call button (Memorial) */
.contact-bar-mobile .contact-btn.call{background:#8e112d}
.contact-bar-mobile .contact-btn.whatsapp{background:#13b54a}
.contact-bar-mobile .contact-btn .icon-whatsapp img{filter:brightness(0) invert(1)}

.whatsapp-floating-desktop{
  display: none; /* shown on desktop */
  position: fixed;
  bottom: 28px;
  right: 24px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #13b54a;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  display: inline-flex;
  text-decoration: none;
}
.whatsapp-floating-desktop img{filter:brightness(0) invert(1)}
.whatsapp-floating-desktop svg{width:28px;height:28px}

/* responsive rules */
@media (max-width: 768px){
  .whatsapp-floating-desktop{display:none}
  .contact-bar-mobile{display:flex}
}
@media (min-width: 769px){
  .contact-bar-mobile{display:none}
  .whatsapp-floating-desktop{display:inline-flex}
}


.m-0-auto {
  margin: 0 auto !important;
}

.socials {
  display: flex;
  gap: 12px;
}
.socials a {
  text-decoration: none;
  background: #ffe19f;
  border-radius: 51px;
  padding: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-rounded {
  border-radius: 8px;
  width: 100%;
}

.button-cta {
  color: #911634;
  border: 2px solid #fac650;
  border-radius: 31px;
  padding: 12px 44px;
  display: block;
  width: fit-content;
  font-weight: 700;
  text-decoration: none;
  margin: 32px 0 0 0;
  transition: all 0.2s ease;
}
.button-cta:hover {
  color: #fff;
  background: #911634;
  border-color: #911634;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: 0;
  color: #fff;
  font-size: 60px;
  border: 6px solid #fff;
  border-radius: 81px;
  width: 130px;
  height: 130px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.link-around {
  text-decoration: none;
  text-align: center;
  color: inherit;
}

.mobile-none {
  display: block;
}

.desktop-none {
  display: none;
}

@media (max-width: 1200px) {
  .container {
    width: 960px;
  }
  .header-inner .logo-absolut {
    bottom: -108px;
  }
}
@media (max-width: 768px) {
  .mobile-none {
    display: none;
  }
  .desktop-none {
    display: block;
  }
  .container {
    padding: 0 16px;
    max-width: 100%;
    width: calc(100% - 32px);
  }
  .title {
    text-align: center;
  }
  .title h2 {
    font-size: 38px;
  }
  .title h3 {
    font-size: 28px;
  }
}
.hero-banner {
  height: auto;
  margin-top: 160px;
}
.hero-banner .item {
  width: 100%;
  height: 100%;
  padding: 300px 0;
  text-indent: -9999px;
  position: relative;
}
.hero-banner .item img {
  display: none;
}
.hero-banner .item .link-hero {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-banner .banner-01 {
  background: url(images/banner-hero-desk-2.png?) center center no-repeat;
  background-size: cover;
}
.hero-banner .banner-02 {
  background: url(images/banner-hero-02.jpg?) center center no-repeat;
  background-size: cover;
}
.hero-banner .banner-03 {
  background: url(images/banner-hero-03.jpg?) center center no-repeat;
  background-size: cover;
}

.dots-hero {
  position: relative;
  top: -40px;
}
.dots-hero .glider-dot {
  background: rgba(255, 255, 255, 0.4588235294);
  transition: all 0.2s ease;
}
.dots-hero .glider-dot:hover, .dots-hero .glider-dot:focus, .dots-hero .glider-dot.active {
  background: #FFF;
}

@media (max-width: 768px) {
  .hero-banner {
    margin-top: 140px;
  }
  .hero-banner .item {
    padding: 0;
    background: unset !important;
  }
  .hero-banner .item img {
    display: block;
    width: 100%;
  }
  .dots-hero {
    display: flex;
  }
}
.honrando {
  background: url(images/honrando-background.png?) 77% center no-repeat;
  background-size: auto;
  padding: 120px 0;
}
.honrando .container {
  display: flex;
  align-items: center;
}
.honrando .container .col-6 + .col-6 {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.honrando .container .col-6 + .col-6 .video-content {
  position: relative;
  border: 11px hidden;
  border-radius: 12px;
  cursor: pointer;
}
.honrando .container .col-6 + .col-6 .video-content video {
  margin: 0 auto;
  width: 100%;
  border: 11px hidden;
  border-radius: 12px;
}
.honrando .container .col-6 + .col-6 .video-content::before {
  content: " ";
  position: absolute;
  width: 97%;
  height: 104%;
  background: #911634;
  top: -7px;
  left: 26px;
  z-index: -1;
  border-radius: 12px;
}
.honrando .container .col-6 + .col-6 .video-content .play-button {
  opacity: 0.7;
}
.honrando .container .col-6 + .col-6 .video-content:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}
.honrando .container .col-6 + .col-6 .video-content.playing .play-button {
  opacity: 0;
}
.honrando h2 {
  font-size: 36px;
  font-weight: 300;
  font-style: italic;
  line-height: 46px;
}
.honrando h2 strong {
  font-weight: 700;
}
.honrando h2 span {
  position: relative;
  color: #ffe29d;
  font-weight: 700;
}
.honrando h2 span::before {
  content: " ";
  background: #8e112d;
  position: absolute;
  top: 0;
  left: -5px;
  width: 101%;
  height: 100%;
  z-index: -1;
  transform: skew(-12deg, 0deg);
  padding: 0 5px;
}
.honrando h3 {
  font-size: 30px;
  color: #911634;
  font-weight: 700;
}
.honrando p {
  font-style: italic;
  line-height: 26px;
  font-size: 16px;
  max-width: 550px;
  margin: 40px 0;
}
.honrando p.standard {
  font-style: normal;
}
.honrando p.standard strong {
  color: #911634;
  font-weight: 700;
}
.honrando .carousel-horizontal-container {
  position: relative;
}
.honrando .carousel-horizontal {
  max-width: 500px;
  margin-left: 0;
  background: #ffffff;
  padding: 18px;
  border-radius: 4px;
  box-shadow: 0px 9px 28px -7px rgba(0, 0, 0, 0.1882352941);
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.honrando .carousel-horizontal .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.honrando .carousel-horizontal .item span {
  font-weight: 600;
  text-align: center;
  color: #000;
}
.honrando .controls-glider {
  height: 119px;
  max-width: 536px;
  position: absolute;
  top: 0;
  width: 100%;
}
.honrando .controls-glider .glider-prev,
.honrando .controls-glider .glider-next {
  background: #911634;
  width: 20px;
  height: 90%;
  top: 5%;
  border-radius: 4px;
  margin: 0 7px;
  display: flex;
}
.honrando .controls-glider .glider-prev {
  left: 0;
}
.honrando .controls-glider .glider-next {
  right: 0;
}
.honrando.nossa-rede {
  background: url(images/honrando-background.png?) 120% center no-repeat;
}
.honrando.nossa-rede h2 {
  color: #8e112d;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
}
.honrando.nossa-rede p {
  font-style: normal;
  margin: 20px 0;
}
.honrando.nossa-rede p strong {
  color: #8e112d;
}
.honrando.nossa-rede .container .col-6 + .col-6 img {
  width: 100%;
}
.honrando.o-cemiterio {
  background: #fff;
  font-style: normal;
}
.honrando.o-cemiterio h2 {
  font-weight: 700;
}
.honrando.o-cemiterio h2,
.honrando.o-cemiterio p strong {
  color: #a68e63;
  font-style: normal;
}
.honrando.o-cemiterio p {
  font-style: normal;
}
.honrando.o-cemiterio .button-cta {
  border-color: #a68e63;
  color: #a68e63;
}
.honrando.o-cemiterio .button-cta:hover {
  background: #a68e63;
  color: #fff;
}

@media (max-width: 1200px) {
  .honrando .container {
    gap: 30px;
  }
  .honrando .container .col-6 + .col-6 img {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .honrando {
    padding: 36px 0;
    background: unset;
  }
  .honrando .container {
    gap: 30px;
    flex-direction: column;
  }
  .honrando .container .col-6 {
    width: 100%;
  }
  .honrando .container .col-6 + .col-6 img {
    width: 48%;
    height: auto;
  }
  .honrando .container .col-6 + .col-6 .video-content {
    margin: 0 auto;
  }
  .honrando .container .col-6 + .col-6 .video-content::before {
    display: none;
  }
  .honrando h2 {
    line-height: 34px;
    font-size: 24px;
    text-align: center;
  }
  .honrando p {
    max-width: 100%;
  }
  .honrando.o-cemiterio .container .col-6 + .col-6 .img-rounded {
    width: 100%;
  }
  .honrando .carousel-horizontal-container {
    display: grid;
    place-content: center;
  }
  .honrando .carousel-horizontal {
    margin: 20px 0 40px 0;
    align-items: flex-start;
  }
  .honrando .carousel-horizontal .item {
    gap: 12px;
    flex: 0 0 30%;
  }

  .honrando .carousel-horizontal .item span {
    font-size: 14px;
  }
  .honrando .controls-glider {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.a-rede {
  background: url(images/background_arede.jpg?) 0 0 no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.a-rede .a-rede-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 32px;
}
.a-rede .a-rede-boxes .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 36px 16px 36px 16px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.a-rede .a-rede-boxes .item .saiba-mais {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 0;
  opacity: 0;
  transition: all 0.2s ease;
}
.a-rede .a-rede-boxes .item .saiba-mais span {
  background: #8e112d;
  padding: 10px 12px;
  margin-left: 8px;
  transition: all 0.2s ease;
}
.a-rede .a-rede-boxes .item:hover {
  background: #fff;
}
.a-rede .a-rede-boxes .item:hover .saiba-mais {
  opacity: 1;
}
.a-rede .a-rede-boxes .item:hover .saiba-mais:hover span {
  margin-left: 2px;
}
.a-rede .a-rede-boxes .item:hover p {
  opacity: 1;
}
.a-rede .a-rede-boxes h3 {
  font-weight: 700;
  color: #8e112d;
  text-align: center;
  margin: 24px 0 0 0;
}
.a-rede .a-rede-boxes p {
  font-size: 14px;
  margin: 16px 0;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
  opacity: 0;
  transition: all 0.2s ease;
}
.a-rede.bg-timeline {
  background: #FFF4DE url(images/bg-timeline-rede.jpg?) top right no-repeat;
  background-size: contain;
}
.a-rede.porque {
  background-image: url(images/bg-porque.jpg?);
}
.a-rede.porque .a-rede-boxes {
  margin-top: 50px;
}
.a-rede.porque .a-rede-boxes h3 {
  font-size: 24px;
}
.a-rede.porque .a-rede-boxes .item {
  justify-content: flex-start;
}
.a-rede.porque .a-rede-boxes .item .icon {
  height: 70px;
}
.a-rede.porque .a-rede-boxes .item:hover {
  background: unset;
}
.a-rede.porque .a-rede-boxes .item p {
  opacity: 1 !important;
}
.a-rede.porque .button-cta {
  margin-left: auto;
  margin-right: auto;
}
.a-rede .diferenciais-boxes {
  margin-top: 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.a-rede .diferenciais-boxes .item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  padding: 0 23%;
  text-align: center;
}
.a-rede .diferenciais-boxes .item .img {
  min-height: 60px;
}
.a-rede .diferenciais-boxes .item p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  font-weight: 600;
  margin: 16px 0;
}

@media (max-width: 768px) {
  .a-rede {
    padding: 60px 0;
  }
  .a-rede .a-rede-boxes {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .a-rede .a-rede-boxes .item p,
  .a-rede .a-rede-boxes .item .saiba-mais {
    display: none;
  }
  .a-rede.porque .a-rede-boxes h3 {
    font-size: 18px;
  }
  .a-rede.porque .a-rede-boxes p {
    display: block;
  }
  .a-rede .timeline {
    overflow-x: scroll;
    height: 175px;
  }
  .a-rede .timeline::before {
    display: none;
  }
  .a-rede .timeline .item {
    height: auto;
    width: 175px;
    position: relative;
  }
  .a-rede .timeline .item::before {
    content: " ";
    position: absolute;
    height: 2px;
    width: 115%;
    background: #a18852;
    z-index: 1;
    top: 58px;
    left: 0;
  }
  .a-rede.bg-timeline {
    background-image: unset;
  }
  .a-rede.bg-timeline .container {
    position: relative;
  }
  .a-rede.bg-timeline .container::after {
    content: " ";
    width: 70px;
    height: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(90deg, transparent, #FFF4DE);
    z-index: 3;
  }
}
.duvidas-frequentes {
  background: #fff5df url(images/bg_duvidas.jpg) left center no-repeat;
  background-size: 50vw;
  padding: 120px 0;
  position: relative;
}
.img-diferenciais{
  background: #fff5df url(images/bg-diferencial-pet.png) left center no-repeat;
  background-size: 50vw;
  padding: 120px 0;
  position: relative;
}
.duvidas-frequentes .container {
  flex-direction: row-reverse;
  display: flex;
  z-index: 2;
  position: relative;
}
.duvidas-frequentes .accordion {
  color: #333;
  cursor: pointer;
  padding: 18px 50px 18px 18px;
  width: 355px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.duvidas-frequentes .accordion::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  font-weight: 400;
  color: #8e112d;
}
.duvidas-frequentes .accordion.active::after {
  content: "-";
  font-size: 44px;
  top: 43%;
}
.duvidas-frequentes .active, .duvidas-frequentes .accordion {
  font-weight: 700;
}
.duvidas-frequentes .active:hover, .duvidas-frequentes .accordion:hover {
  font-weight: 700;
}
.duvidas-frequentes .panel {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
  padding: 0 18px;
  width: 385px;
  margin: 0 auto;
}
.duvidas-frequentes .panel p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.duvidas-frequentes .accordion.active + .panel {
  max-height: 900px;
  padding: 12px 18px;
}
.duvidas-frequentes::after {
  content: " ";
  width: 50vw;
  height: 100%;
  background: #fff5df;
  position: absolute;
  top: 0;
  right: 0;
}
.duvidas-frequentes .boxes-missao-visao-valores {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
  row-gap: 44px;
  margin-top: 100px;
}
.duvidas-frequentes .boxes-missao-visao-valores .item {
  display: flex;
  gap: 30px;
}
.duvidas-frequentes .boxes-missao-visao-valores .item .icon {
  width: 70px;
  display: flex;
  justify-content: center;
}
.duvidas-frequentes .boxes-missao-visao-valores .item span h3 {
  color: #8e112d;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.duvidas-frequentes .boxes-missao-visao-valores .item span p {
  line-height: 26px;
  font-size: 16px;
}
.duvidas-frequentes .boxes-missao-visao-valores .item span ul {
  padding-left: 4px;
  margin-top: 16px;
}
.duvidas-frequentes .boxes-missao-visao-valores .item span ul li {
  position: relative;
  padding-left: 16px;
  margin: 8px 0;
}
.duvidas-frequentes .boxes-missao-visao-valores .item span ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: " ";
  width: 6px;
  height: 6px;
  border-radius: 15px;
  background: #f7d728;
  transform: translateY(-50%);
}
.duvidas-frequentes.diferenciais p {
  max-width: 450px;
  margin: 12px auto;
  font-size: 16px;
  line-height: 25px;
}
.duvidas-frequentes.diferenciais p strong {
  color: #8e112d;
  font-weight: 700;
}
.duvidas-frequentes.diferenciais ul {
  max-width: 450px;
  margin: 48px auto 0 auto;
}
.duvidas-frequentes.diferenciais ul li {
  margin: 20px 0;
  line-height: 24px;
  padding: 12px 0 12px 50px;
}
.duvidas-frequentes.diferenciais ul li:first-child {
  background: url(images/icon-diferenciais-01.png) left center no-repeat;
}
.duvidas-frequentes.diferenciais ul li:nth-child(2) {
  background: url(images/icon-diferenciais-02.png) left center no-repeat;
}
.duvidas-frequentes.diferenciais ul li:nth-child(3) {
  background: url(images/icon-diferenciais-03.png) left center no-repeat;
}
.duvidas-frequentes.diferenciais ul li:last-child {
  background: url(images/icon-diferenciais-04.png) left center no-repeat;
}
.duvidas-frequentes.tanato {
  background: #fff5df url(images/bg_tanato.jpg) left center no-repeat;
}
.duvidas-frequentes.tanato .title h2 {
  color: #262624;
}
.duvidas-frequentes.tanato .title h3::before, .duvidas-frequentes.tanato .title h3::after {
  background: #262626;
}
.duvidas-frequentes.tanato .title::after {
  background: url(images/after-title-tanato.png) center center no-repeat;
}
.duvidas-frequentes.tanato p {
  margin: 44px auto 44px auto;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  padding: 0 10%;
}
.duvidas-frequentes.tanato::after {
  background: #fff;
}
.duvidas-frequentes.tanato img {
  margin: 0 auto 16px auto;
  display: block;
}
.duvidas-frequentes.meio-ambiente {
  background-image: url(images/img-meio-ambiente.jpg?);
  background-color: #fff;
}
.duvidas-frequentes.meio-ambiente .title::after {
  background: url(images/title-memorial-after.png) center center no-repeat;
}
.duvidas-frequentes.meio-ambiente h2 {
  color: #a68e63;
}
.duvidas-frequentes.meio-ambiente h3::before, .duvidas-frequentes.meio-ambiente h3::after {
  background: #a68e63;
}
.duvidas-frequentes.meio-ambiente::after {
  background: #fff;
}
.duvidas-frequentes.meio-ambiente ul.lista-meioambiente li {
  padding: 12px 12px 12px 52px;
  background-size: 40px !important;
  margin: 24px 0;
}
.duvidas-frequentes.meio-ambiente ul.lista-meioambiente li:first-child {
  background: url(images/icon-reciclavel.jpg) left center no-repeat;
}
.duvidas-frequentes.meio-ambiente ul.lista-meioambiente li:nth-child(2) {
  background: url(images/icon-solar.jpg) left center no-repeat;
}
.duvidas-frequentes.meio-ambiente ul.lista-meioambiente li:last-child {
  background: url(images/icon-agua.jpg) left center no-repeat;
}
.duvidas-frequentes.meio-ambiente p, .duvidas-frequentes.meio-ambiente ul.lista-meioambiente {
  max-width: 80%;
  margin: 0 auto;
}
.duvidas-frequentes.meio-ambiente p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.duvidas-frequentes.meio-ambiente .button-cta {
  color: #a68e63;
  border-color: #262626;
  margin: 40px auto 0 auto;
}
.duvidas-frequentes.meio-ambiente .button-cta:hover {
  background: #a68e63;
  color: #fff;
}

@media (max-width: 768px) {
  .duvidas-frequentes {
    padding: 60px 0;
    background-image: unset !important;
  }
  .duvidas-frequentes .col-6 {
    width: 100%;
  }
  .duvidas-frequentes .accordion {
    width: auto;
  }
  .duvidas-frequentes .panel {
    width: auto;
  }
  .duvidas-frequentes .boxes-missao-visao-valores {
    padding: 0 12px;
  }
  .duvidas-frequentes .boxes-missao-visao-valores .item span p {
    line-height: 22px;
    font-size: 14px;
  }
  .duvidas-frequentes.meio-ambiente {
    background: #fff;
  }
  .duvidas-frequentes.tanato {
    background: #fff;
  }
}
.siga-nos {
  padding: 120px 0;
  background: url(images/bg_siganos.png?) top center no-repeat;
  background-size: cover;
}
.siga-nos .btn-siganos {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 16px;
  width: fit-content;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  margin: 25px auto 0 auto;
}

@media (max-width: 768px) {
  .siga-nos {
    padding: 60px 0;
  }
}
.contato {
  padding: 100px 0;
  background: #fff5df url(images/background_contato.jpg?) right center no-repeat;
  position: relative;
  background-size: 50vw 100vh;
}
.contato .container {
  position: relative;
  z-index: 2;
}
.contato::after {
  content: " ";
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff5df;
}
.contato .form-contato {
  padding: 0 40px;
}
.contato .form-contato p {
  overflow: hidden;
}
.contato .form-contato .screen-reader-response {
  display: none;
}
.contato .form-contato input {
  height: 36px;
}
.contato .form-contato input, .contato .form-contato textarea {
  border: 0;
  border-bottom: 1px solid #ebe2ce;
  width: 100%;
  padding: 4px;
  background: transparent;
  transition: all 0.4s ease;
}
.contato .form-contato input:focus, .contato .form-contato textarea:focus {
  background: rgba(255, 255, 255, 0.7960784314);
  outline: 0;
}
.contato .form-contato input::placeholder, .contato .form-contato textarea::placeholder {
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.contato .form-contato .wpcf7-not-valid-tip {
  display: block;
  margin: 4px 0;
  font-size: 12px;
  color: red;
}
.contato .form-contato .wpcf7-submit {
  background: #911634;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  height: 48px;
}
.contato .form-contato .wpcf7-submit:focus {
  background: #911634;
}
.contato .form-contato .wpcf7-response-output {
  margin: 8px 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.contato.contato-page {
  background: #fff5df;
  box-shadow: 0 0 28px -20px #000;
}
.contato.contato-page .container {
  display: flex;
}
.contato.contato-page .canais {
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 80px;
}
.contato.contato-page .canais select {
  width: fit-content;
  padding: 16px 40px;
  border-radius: 31px;
  text-align: center;
  border: 2px solid #8e112d;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.contato.contato-page .canais a {
  text-decoration: none;
  padding: 20px 0 20px 68px;
  align-items: center;
  display: flex;
  font-weight: 700;
  color: #333;
}
.contato.contato-page .canais a.endereco {
  background: url(images/icon_local_tarja.png) left center no-repeat;
  display: flex;
  flex-direction: column;
}
.contato.contato-page .canais a.endereco strong {
  display: block;
}
.contato.contato-page .canais a.tel {
  background: url(images/icon_tarja_phone.png) left center no-repeat;
}
.contato.contato-page .canais a.whatsapp {
  background: url(images/icon_tarja_whatsapp.png) left center no-repeat;
}
.contato.contato-page .canais a.email {
  background: url(images/icon_tarja_email.png) left center no-repeat;
}
.contato.contato-page::before {
  content: "";
  width: 50%;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 768px) {
  .contato {
    background: #fff5df;
    padding: 60px 0;
  }
  .contato .col-6 {
    width: 100%;
  }
  .contato::after {
    display: none;
  }
  .contato .form-contato {
    padding: 0;
  }
  .contato.contato-page {
    overflow: hidden;
  }
  .contato.contato-page .container {
    flex-direction: column;
  }
  .contato.contato-page .container .col-6 + .col-6 {
    padding-top: 60px;
  }
  .contato.contato-page::before {
    width: 100%;
    top: unset;
    bottom: -49%;
  }
  .contato.contato-page .canais {
    padding: 0;
  }
  .contato.contato-page .canais a {
    padding: 70px 0 15px 0;
    background-position: top center !important;
    justify-content: center;
  }
  .contato.contato-page .canais select {
    margin: 0 auto;
  }
}
.tarja-contato {
  background: #eecd83;
  padding: 16px 0;
}
.tarja-contato .container {
  display: flex;
  justify-content: space-between;
}
.tarja-contato .container .col-6 {
  display: flex;
}
.tarja-contato .container .col-6 + .col-6 {
  justify-content: flex-end;
  gap: 32px;
}
.tarja-contato a {
  color: #6d531a;
  text-decoration: none;
  padding: 20px 0 20px 68px;
  align-items: center;
  display: flex;
}
.tarja-contato a.endereco {
  background: url(images/icon_local_tarja.png) left center no-repeat;
  display: flex;
  flex-direction: column;
}
.tarja-contato a.endereco strong {
  display: block;
}
.tarja-contato a.tel {
  background: url(images/icon_tarja_phone.png) left center no-repeat;
}
.tarja-contato a.whatsapp {
  background: url(images/icon_tarja_whatsapp.png) left center no-repeat;
}

@media (max-width: 768px) {
  .tarja-contato {
    padding: 24px 0;
  }
  .tarja-contato .container {
    flex-direction: column;
  }
  .tarja-contato .container .col-6 {
    width: 100%;
  }
  .tarja-contato .container .col-6 + .col-6 {
    flex-direction: column;
    gap: 10px;
  }
}
.header-inner {
  display: flex;
  align-items: center;
  height: 394px;
  overflow: hidden;
  display: flex;
}
.header-inner h1 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2901960784);
}
.header-inner h3 {
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  max-width: 750px;
  line-height: 30px;
}
.header-inner h3 strong {
  font-style: italic;
  color: #ffe19f;
  font-weight: 700;
}
.header-inner .container {
  position: relative;
  top: 18%;
}
.header-inner.quem-somos {
  background: url(images/bg-header-quemsomos.jpg) 0 0 no-repeat;
}
.header-inner.header-contato {
  background: url(images/bg-header-contato.jpg) 0 0 no-repeat;
}
.header-inner.header-contato h3 {
  font-size: 16px;
}
.header-inner.header-imprensa {
  background: url(images/bg-header-imprensa.jpg) 0 0 no-repeat;
}
.header-inner.header-imprensa h3 {
  font-size: 16px;
}
.header-inner.header-credurna {
  background: url(images/bg-header-inner-credurna.jpg) 0 0 no-repeat;
  background-size: cover;
}
.header-inner.header-revoar-tanato {
  background: url(images/bg-header-revoar-tanato.jpg) 0 0 no-repeat;
  background-size: cover;
}
.header-inner.header-memorial-fortaleza {
  background: url(images/bg-header-memorial-fortaleza.jpg) 0 0 no-repeat;
  background-size: cover;
}
.header-inner .logo-absolut {
  width: fit-content;
  padding: 32px 48px;
  border-radius: 8px;
  background: white;
  position: absolute;
  right: 0;
  bottom: -90px;
}

@media (max-width: 768px) {
  .header-inner {
    position: relative;
  }
  .header-inner h1 {
    font-size: 32px;
  }
  .header-inner h3 {
    font-size: 20px;
  }
  .header-inner .logo-absolut {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
  }
  .header-inner .logo-absolut .img-rounded {
    width: auto;
  }
  .header-inner.header-credurna, .header-inner.header-memorial-fortaleza, .header-inner.header-revoar-tanato {
    background-size: cover;
    height: 450px;
  }
  
  .header-inner.header-credurna .container, .header-inner.header-memorial-fortaleza .container, .header-inner.header-revoar-tanato .container {
    top: 0;
  }
  .header-inner.header-credurna.nossa-rede-banner {
    height: 250px;
    align-items: flex-end;
  }
  .header-inner.header-credurna.nossa-rede-banner .container {
    margin-bottom: 30px;
  }
}
.timeline {
  padding: 60px 0 0 0;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.timeline .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  padding: 0 16px;
  height: 170px;
  cursor: pointer;
}
.timeline .item h3 {
  color: #911634;
  font-weight: 700;
  font-size: 24px;
}
.timeline .item span.bullet {
  border-radius: 51px;
  border: 5px solid #951f38;
  width: 12px;
  height: 12px;
  display: block;
  margin: 24px auto;
  background: #fff5df;
  position: relative;
  z-index: 2;
  transition: all 0.2s ease;
}
.timeline .item p {
  font-weight: 500;
}
.timeline .item:hover span.bullet {
  transform: scale(1.2);
}
.timeline::before {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #a18852;
  z-index: 1;
  top: 118px;
}

.infraestrutura {
  padding: 120px 0;
}
.infraestrutura .infra-carousel-content {
  position: relative;
  margin-top: 120px;
}
.infraestrutura .infra-carousel-content .item {
  margin: 0 12px;
  overflow: hidden;
}
.infraestrutura .infra-carousel-content .item img {
  border-radius: 8px;
}
.infraestrutura .infra-carousel-content .carouselinfra {
  position: relative;
  z-index: 2;
}
.infraestrutura .infra-carousel-content .controls-glider {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.infraestrutura .infra-carousel-content .controls-glider .glider-prev,
.infraestrutura .infra-carousel-content .controls-glider .glider-next {
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.infraestrutura.infraestrutura-memorial {
  background: #fcf7ed;
}
.infraestrutura.infraestrutura-memorial .title h2 {
  color: #a68e63;
}
.infraestrutura.infraestrutura-memorial .title h3::before, .infraestrutura.infraestrutura-memorial .title h3::after {
  background: #a68e63;
}
.infraestrutura.infraestrutura-memorial .title::after {
  background: url(images/title-memorial-after.png) center center no-repeat;
}
.infraestrutura.infraestrutura-memorial .checks {
  display: inline-block;
  /* text-align: center; */
  width: 100%;
}
.infraestrutura.infraestrutura-memorial .checks span {
  padding: 12px 14px 12px 18px;
  display: inline-block;
  background: url(images/icon-check-gray.png) center left no-repeat;
}
.infraestrutura.infraestrutura-memorial .infra-carousel-content {
  margin-top: 70px;
}
.infraestrutura.infraestrutura-memorial .button-cta {
  border-color: #262626;
  color: #796848;
  margin: 44px auto;
}
.infraestrutura.infraestrutura-memorial .button-cta:hover {
  background: #796848;
  color: #fff;
}

@media (max-width: 768px) {
  .infraestrutura {
    padding: 60px 0;
  }
  .infraestrutura .infra-carousel-content .controls-glider {
    height: 40px;
    position: absolute;
    bottom: -28%;
    transform: translateX(-50%);
    width: 50px;
    left: 50%;
    top: unset;
  }
}
.imprensa {
  min-height: 900px;
}
.imprensa .container {
  padding: 80px 0;
}
.imprensa .categorias {
  display: flex;
  gap: 30px;
  border-top: 1px solid #f7d728;
  border-bottom: 1px solid #f7d728;
  padding: 32px 0;
  align-items: center;
}
.imprensa .categorias h2 {
  font-weight: 700;
  color: #333;
}
.imprensa .categorias ul {
  display: flex;
}
.imprensa .categorias ul a {
  color: #333;
  text-decoration: none;
  border-radius: 51px;
  padding: 8px 24px;
  transition: all 0.2s ease;
}
.imprensa .categorias ul a.active, .imprensa .categorias ul a:hover {
  background: #911634;
  color: #fff;
}
.imprensa .posts-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 80px;
  transition: opacity 0.3s ease-in-out;
  overflow: hidden;
}
.imprensa .posts-container article .post-content a {
  text-decoration: none;
}
.imprensa .posts-container article .post-content .thumb {
  width: 100%;
  height: 230px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.imprensa .posts-container article .post-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imprensa .posts-container article .post-content .title-blog h2 {
  text-align: center;
  margin: 36px 16px;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
  transition: all 0.2s ease;
}
.imprensa .posts-container article .post-content:hover .title-blog h2 {
  color: #911634;
}
.imprensa .posts-container .read-more {
  color: #911634;
  border: 2px solid #fac650;
  border-radius: 31px;
  padding: 12px 44px;
  display: block;
  width: fit-content;
  font-weight: 700;
  text-decoration: none;
  margin: 24px auto;
  transition: all 0.2s ease;
}
.imprensa .posts-container .read-more:hover {
  color: #fff;
  background: #911634;
  border-color: #911634;
}
.imprensa .paginador {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 36px;
  align-items: center;
}
.imprensa .paginador .page-numbers {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  text-decoration: none;
  border-radius: 31px;
  transition: all 0.2s ease;
}
.imprensa .paginador .page-numbers:hover, .imprensa .paginador .page-numbers.current {
  background: #911634;
  color: #fff;
  width: 38px;
  height: 38px;
}
.imprensa .paginador .page-numbers.prev, .imprensa .paginador .page-numbers.next {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  width: auto;
  background: unset;
}

@media (max-width: 768px) {
  .imprensa .container {
    padding: 40px 0;
  }
  .imprensa .categorias {
    overflow-x: auto;
  }
  .imprensa .posts-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .imprensa .posts-container {
    grid-template-columns: 1fr;
  }
}
.single-post-imprensa .container {
  display: flex;
  padding: 60px 0;
  gap: 36px;
}
.single-post-imprensa .container main {
  width: 70%;
}
.single-post-imprensa .container main img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.single-post-imprensa .container main .entry-meta {
  display: flex;
  margin: 16px 0;
  justify-content: space-between;
}
.single-post-imprensa .container main .entry-meta span {
  font-weight: 500;
  font-size: 16px;
}
.single-post-imprensa .container main .entry-meta span strong {
  font-weight: 700;
  color: #911634;
}
.single-post-imprensa .container main .title-blog h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin: 32px 0;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1215686275);
}
.single-post-imprensa .container main .entry-content p {
  margin: 12px 0;
  line-height: 22px;
}
.single-post-imprensa .container main .entry-content .wp-caption {
  width: 100%!important;
}
.single-post-imprensa .container aside {
  width: 30%;
}
.single-post-imprensa .container aside a {
  text-decoration: none;
}
.single-post-imprensa .container aside a span {
  font-weight: 700;
  margin: 8px 0 32px 0;
  line-height: 21px;
  color: #333;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 44px;
}
.single-post-imprensa .container aside h2 {
  color: #911634;
  font-size: 24px;
  margin-bottom: 32px;
  font-weight: 700;
}
.single-post-imprensa .container aside .thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .single-post-imprensa .container main {
    width: 100%;
  }
  .single-post-imprensa .container main .entry-meta span {
    font-size: 14px;
  }
  .single-post-imprensa .container main .entry-meta span strong {
    display: block;
    margin-top: 4px;
  }
  .single-post-imprensa .container aside {
    display: none;
  }
}
.planos {
  padding: 120px 0 0 0;
}
.planos .box-planos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 140px;
  gap: 22px;
}
.planos .box-planos .item {
  background: #FFF;
  padding: 40px 20px;
  box-shadow: 0px 0px 32px -17px rgba(0, 0, 0, 0.3803921569);
  border-radius: 24px;
  position: relative;
  min-height: 370px;
  max-width: 100%;
}
.planos .box-planos .item::before {
  content: " ";
  width: 100%;
  height: 1px;
  background: #f7d728;
  position: absolute;
  top: 115px;
  left: 0;
}
.planos .box-planos .topo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.planos .box-planos .topo h3 {
  text-transform: uppercase;
  color: #8e112d;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
}
.planos .box-planos .valor {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  left: 12px;
}
.planos .box-planos .valor strong {
  font-size: 14px;
  position: relative;
  left: -5px;
}
.planos .box-planos .valor::before {
  content: "R$";
  position: absolute;
  top: 52%;
  left: -20px;
  font-size: 12px;
  transform: translateY(-50%);
}
.planos .box-planos .descricao {
  padding: 48px 0;
}
.planos .box-planos .descricao ul li {
  background: url(images/icon-check.png) left center no-repeat;
  padding: 8px 0 8px 24px;
  font-size: 14px;
}
.planos .box-planos .descricao p {
  line-height: 28px;
  text-align: center;
}
.planos .box-planos a.detalhes {
  border: 2px solid #8e112d;
  border-radius: 18px;
  display: block;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  color: #8e112d;
  font-weight: 700;
  position: absolute;
  width: 92%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  transition: all 0.2s ease;
}
.planos .box-planos a.detalhes:hover {
  color: #FFF;
  background: #8e112d;
}
.planos.cemiterio {
  background: #FEF7ED;
  padding-bottom: 120px;
}
.planos.cemiterio .title h2 {
  color: #a68e63;
}
.planos.cemiterio .title h3::before, .planos.cemiterio .title h3::after {
  background: #a68e63;
}
.planos.cemiterio .title::after {
  background: url(images/title-memorial-after.png) center center no-repeat;
}
.planos.cemiterio .box-planos {
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
}
.planos.cemiterio .box-planos .topo h3 {
  color: #a68e63;
}
.planos.cemiterio .box-planos a.detalhes {
  border-color: #a68e63;
  color: #a68e63;
}
.planos.cemiterio .box-planos a.detalhes:hover {
  background: #a68e63;
  color: #fff;
}

@media (max-width: 768px) {
  .planos .box-planos {
    overflow: auto;
    padding: 20px 0;
    margin-top: 100px;
  }
  .planos .box-planos .item {
    min-height: 370px;
    min-width: 225px;
  }
  .planos.cemiterio {
    padding: 60px 0;
  }
  .planos.cemiterio .box-planos {
    justify-content: flex-start;
  }
}
.unidades {
  padding: 120px 0;
}
.unidades .box-unidades {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 100px;
}
.unidades .box-unidades .item .image {
  position: relative;
  height: 180px;
  overflow: hidden;
  border-radius: 8px;
}
.unidades .box-unidades .item .image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
  width: 100%;
}
.unidades .box-unidades .item .infos h3 {
  color: #8e112d;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin: 24px 0 16px 0;
}
.unidades .box-unidades .item .infos span {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  display: block;
  background-size: contain;
  padding-left: 24px;
}

.unidades .box-unidades .item .infos a{
  text-decoration: none;
  color: inherit;
}

.unidades .box-unidades .item .infos span.local {
  background: url(images/icon_unidades_local.png) 0 4px no-repeat;
}
.unidades .box-unidades .item .infos span.phone {
  background: url(images/icon_unidades_telefone.png) 0 4px no-repeat;
}

@media (max-width: 768px) {
  .unidades .box-unidades {
    overflow-x: auto;
  }
  .unidades .box-unidades .item {
    width: 280px;
  }
}
.instituto-revoar {
  background: #f1f1f1;
  padding: 140px 0 120px 0;
  position: relative;
}
.instituto-revoar::before {
  content: url(images/logo-revoar.png);
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.instituto-revoar .title-revoar {
  position: relative;
  width: fit-content;
  margin: 0 auto 80px auto;
  text-align: center;
}
.instituto-revoar .title-revoar h2 {
  color: #5353a0;
  font-weight: 700;
  font-size: 44px;
}
.instituto-revoar .title-revoar h3 {
  font-style: italic;
  font-weight: 300;
  font-size: 36px;
  position: relative;
}
.instituto-revoar .title-revoar h3::before, .instituto-revoar .title-revoar h3::after {
  width: 40%;
  height: 1px;
  background: #8e112d;
  position: absolute;
  bottom: -24px;
  content: " ";
}
.instituto-revoar .title-revoar h3::after {
  right: 0;
}
.instituto-revoar .title-revoar h3::before {
  left: 0;
}
.instituto-revoar .title-revoar::after {
  position: absolute;
  content: " ";
  background: url(images/after-title-revoar.png) center center no-repeat;
  height: 35px;
  width: 100%;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.instituto-revoar h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}
.instituto-revoar h4 strong {
  color: #5353a0;
  font-weight: 700;
}
.instituto-revoar .grupo-de-apoio {
  margin: 80px 0;
}
.instituto-revoar .grupo-de-apoio h2 {
  font-size: 24px;
  color: #333;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.instituto-revoar .grupo-de-apoio h2::after, .instituto-revoar .grupo-de-apoio h2::before {
  width: 17%;
  content: " ";
  height: 1px;
  background-color: #333;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.instituto-revoar .grupo-de-apoio h2::before {
  left: -25%;
}
.instituto-revoar .grupo-de-apoio h2::after {
  right: -25%;
}
.instituto-revoar .grupo-de-apoio .box-apoio {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  padding: 40px 0;
}
.instituto-revoar .grupo-de-apoio .box-apoio .item {
  font-size: 16px;
  font-weight: 600;
}
.instituto-revoar .grupo-de-apoio .box-apoio .item img {
  display: block;
  margin: 0 auto 20px auto;
}

@media (max-width: 768px) {
  .instituto-revoar {
    padding: 80px 0;
  }
  .instituto-revoar::before {
    top: -50px;
    transform: translateX(-50%) scale(0.6);
  }
  .instituto-revoar .title-revoar h2 {
    font-size: 32px;
  }
  .instituto-revoar .title-revoar h3 {
    font-size: 24px;
  }
  .instituto-revoar .grupo-de-apoio .box-apoio {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .instituto-revoar .grupo-de-apoio h2 {
    font-size: 16px;
    font-weight: 700;
  }
}
.page-template-template-revoar-tanato .honrando.nossa-rede h2,
.page-template-template-revoar-tanato .honrando.nossa-rede p strong,
.page-template-template-revoar-tanato .button-cta {
  color: #333 !important;
}
.page-template-template-revoar-tanato .button-cta {
  border-color: #333;
}
.page-template-template-revoar-tanato .button-cta:hover {
  background: #333;
  color: #fff !important;
  border-color: #333;
}
.page-template-template-revoar-tanato .a-rede {
  background: url(images/bg-boxes-diferenciais.jpg?) !important;
}
.page-template-template-revoar-tanato .header-inner.header-revoar-tanato {
  bottom: -175%;
}

.page-template-template-cemiterio-memorial-fortaleza .contato {
  text-align: center;
  background: #fff5df url(images/img-contato-cemiterio.jpg?) right center no-repeat;
}
.page-template-template-cemiterio-memorial-fortaleza .contato .title::after {
  background: url(images/title-memorial-after.png) center center no-repeat;
}
.page-template-template-cemiterio-memorial-fortaleza .contato .title h2 {
  color: #a68e63;
}
.page-template-template-cemiterio-memorial-fortaleza .contato .title h3::before, .page-template-template-cemiterio-memorial-fortaleza .contato .title h3::after {
  background: #a68e63;
}
.page-template-template-cemiterio-memorial-fortaleza .contato p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.page-template-template-cemiterio-memorial-fortaleza .contato p strong {
  font-weight: 700;
}

.page-template-template-fortaleza-pet .a-rede {
  background-image: url(images/bg-servicos-pet.jpg?);
}
.page-template-template-fortaleza-pet .nossa-rede {
  background-image: unset;
}
.page-template-template-fortaleza-pet .nossa-rede p strong {
  color: #333;
}
.page-template-template-fortaleza-pet .planos {
  padding-bottom: 120px;
}
.page-template-template-fortaleza-pet .planos .box-planos {
  grid-template-columns: repeat(3, 1fr);
}
.page-template-template-fortaleza-pet .planos .box-planos .item::before {
  top: 140px;
}
.page-template-template-fortaleza-pet .planos .box-planos .topo {
  height: 75px;
}
.page-template-template-fortaleza-pet .planos .box-planos .topo span + span {
  font-size: 14px;
  margin-top: 8px;
}
.page-template-template-fortaleza-pet .planos .box-planos .topo span + span strong {
  font-weight: 700;
}
.page-template-template-fortaleza-pet .planos .box-planos .descricao .item-pet {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 55px 0px;
}
.page-template-template-fortaleza-pet .planos .box-planos .descricao .item-pet h4 {
  text-align: center;
  font-size: 14px;
}
.page-template-template-fortaleza-pet .planos .box-planos .descricao .item-pet h4 strong {
  display: block;
  font-size: 16px;
}
.page-template-template-fortaleza-pet .planos .box-planos .descricao .item-pet .valor {
  margin: 12px 0 0 0;
}
.page-template-template-fortaleza-pet .duvidas-frequentes .title {
  text-align: center;
}
.page-template-template-fortaleza-pet .duvidas-frequentes p {
  line-height: 26px;
  text-align: center;
}
.page-template-template-fortaleza-pet .duvidas-frequentes .button-cta {
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-fortaleza-pet .duvidas-frequentes .box-diferenciais {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  text-align: center;
  margin: 60px 0;
}
.page-template-template-fortaleza-pet .duvidas-frequentes .box-diferenciais .item {
  padding: 0 16px;
}
.page-template-template-fortaleza-pet .duvidas-frequentes .box-diferenciais .item .icon {
  min-height: 75px;
}
.page-template-template-fortaleza-pet .duvidas-frequentes .box-diferenciais .item h3 {
  font-weight: 600;
  margin-top: 12px;
}

.page-template-quem-somos .duvidas-frequentes {
  background-image: url(images/bg_premissas.jpeg?);
}

@media (max-width: 768px) {
  .page-template-template-cemiterio-memorial-fortaleza .contato {
    background-image: unset;
  }
}
footer {
  background: #911634;
  color: #FFF;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
footer .container:first-child {
  display: flex;
  align-items: center;
  gap: 60px;
}
footer .container:first-child p {
  font-size: 16px;
  line-height: 26px;
}
footer .container + .container {
  position: relative;
  margin: 48px auto;
}
footer .container + .container nav {
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.0901960784);
  border-bottom: 1px solid rgba(255, 255, 255, 0.0901960784);
  display: flex;
  gap: 30px;
}
footer .container + .container nav a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
footer .container + .container .socials {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
footer .container + .container + .container {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 0;
}
footer::after {
  content: url(images/after_footer.png);
  position: absolute;
  width: 37%;
  height: 100%;
  top: -55%;
  right: 5%;
  z-index: -1;
  background-size: contain;
}
footer .indexnet-logo {
  background: url(images/logo-indexnet.webp) 0 0 no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  width: 69px;
  height: 30px;
  z-index: 2;
}

@media (max-width: 768px) {
  footer .container:first-child {
    flex-direction: column;
  }
  footer .container:first-child p {
    text-align: center;
  }
  footer .container + .container {
    display: none;
  }
  footer .container + .container + .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
  }
}

/*# sourceMappingURL=style.css.map */
