@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #343434;
  background: rgb(249, 249, 249);
}

a, a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

a:active, a:focus {
  outline: 0;
}

@media screen and (min-width: 576px) {
  .container-especial {
    width: 88%;
  }
}
@media screen and (min-width: 768px) {
  .container-especial {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .container-especial {
    width: 72%;
  }
}
@media screen and (min-width: 1200px) {
  .container-especial {
    width: 64%;
  }
}

.slick-list {
  margin: 0;
}

.slick-slider {
  padding: 0;
  margin: 0;
  position: unset !important;
}

.slick-slide:active, .slick-slide:focus {
  outline: 0 !important;
}

.slick-prev, .slick-next {
  top: 28px;
}
.slick-prev:before, .slick-next:before {
  content: "" !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.08rem;
  height: 2.08rem;
  display: block;
}

.slick-prev {
  right: calc(2.4rem + 178px) !important;
  left: unset !important;
}
.slick-prev:before {
  background-image: url("../../images/slide-left.svg");
}

.slick-next {
  right: 170px !important;
}
.slick-next:before {
  background-image: url("../../images/slide-right.svg");
}

#lista-noticias .slick-active:first-child .article-in-list {
  padding-right: 7.5px;
}
#lista-noticias .slick-active:last-child .article-in-list {
  padding-left: 7.5px;
}
#lista-noticias .slick-active:not(:first-child):not(:last-child) .article-in-list {
  padding: 0 7.5px;
}

.slick-arrow {
  width: auto;
  height: auto;
  z-index: 99;
}

.slick-arrow:before {
  font-size: 32px;
  color: #69D2E7 !important;
}

/* 
.background-image{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
*/
.ajax-loader {
  display: none !important;
}

.wpcf7-not-valid-tip {
  font-size: 0.96rem;
  margin-top: 0.24rem;
}

.wpcf7-response-output {
  border: 1px solid #dc3232 !important;
  color: #dc3232;
  text-align: center;
  font-size: 0.96rem;
  margin: 1.6rem 0 0 !important;
  background: #ffe1e1;
}

.lista-semantica {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.titulo-secao {
  font-size: 2em;
  color: #EB6435;
  font-weight: 600;
  font-family: "Montserrat Alternates", sans-serif;
}

.link-todas {
  font-size: 1.2rem;
  font-weight: 600;
  color: #EB6435;
  text-decoration: none;
  transition: color 0.4s ease-in-out;
  display: inline-flex;
}
.link-todas:hover {
  color: #F46B47;
}
.link-todas:after {
  content: "";
  background-image: url("../../images/icone-ver-mais.svg");
  width: 36px;
  background-repeat: no-repeat;
  height: auto;
  background-position: center;
}

.info-data {
  font-size: 0.96rem;
  font-weight: 400;
  color: #9A9A9A;
}
.info-data .data {
  margin-left: 0.24rem;
}

.conteudo-textual-in-page {
  color: #343434;
  font-size: 0.96em;
  line-height: 1.84rem;
}
.conteudo-textual-in-page h2 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.12rem;
}
.conteudo-textual-in-page img {
  max-width: 100%;
  height: auto;
  display: block;
}
.conteudo-textual-in-page a {
  color: #F46B47;
}

.titulo-conteudo-interno, .sub-titulo-conteudo-interno {
  font-weight: 600;
  color: #343434;
  font-size: 2em;
  margin-bottom: 0.8rem;
  width: 100%;
}

.sub-titulo-conteudo-interno {
  font-size: 1.44rem;
}

.article-in-list {
  font-size: 0.88rem;
  line-height: 1.2rem;
}
.article-in-list .data {
  color: #9B9B9B;
}
.article-in-list img {
  border-radius: 0.4rem;
}
.article-in-list .info-data {
  font-size: 0.8rem;
}
.article-in-list .titulo {
  color: #343434;
  font-weight: 600;
  font-size: 1.12rem;
  line-height: 1.6rem;
  transition: color 0.4s ease-in-out;
}
.article-in-list .link-about {
  color: #EB6435 !important;
  font-weight: 600;
  font-size: 0.848rem;
  display: flex;
  align-items: center;
}

.img-border-radius {
  border-radius: 0.4rem;
}

.noticias-laterais li:not(:last-of-type) article {
  border-bottom: 1px solid #F58D0A;
}

#nav-paroquia {
  background: #ff6c00;
  overflow: hidden;
}
#nav-paroquia a {
  display: block;
  color: #FFFFFF;
  padding: 0.4rem 1.2rem;
  font-size: 0.88rem;
}
#nav-paroquia > li:not(:last-of-type) > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  position: relative;
  top: 0.4rem;
}
#nav-paroquia > li:first-of-type > a {
  padding-top: 0.88rem;
}
#nav-paroquia > li:last-of-type > a {
  padding-bottom: 0.88rem;
}

.imagem-artigo {
  width: 100%;
  max-width: 1344px;
  height: auto;
  aspect-ratio: 1344/620;
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}

.img-destaque-artigo {
  width: 428px;
  height: 321px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px !important;
  border: 1px solid #e6e6e6;
  display: block;
  margin: 0 auto;
}

.wp-pagenavi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi > * {
  margin: 0 0.32rem !important;
  padding: 0.4rem 0.96rem !important;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  border: 1px solid #F1F0ED !important;
  background: #fff !important;
  color: #EB6435;
  font-weight: 600 !important;
  transition: all 0.24s ease-in-out;
  font-family: "Montserrat Alternates", sans-serif;
}
.wp-pagenavi .nextpostslink {
  background: #fff !important;
  color: #F1F0ED !important;
}
.wp-pagenavi .extend {
  display: none;
}
.wp-pagenavi .current {
  background: #EB6435 !important;
  color: #fff !important;
}
.wp-pagenavi a:hover {
  background: #F46B47 !important;
  color: #fff !important;
}
.wp-pagenavi > *:first-child {
  margin-left: 1.28rem !important;
}
.wp-pagenavi > *:last-child {
  margin-right: 1.28rem !important;
}

.btn-filter {
  border-radius: 4px;
  padding: 10px;
  font-size: 1em;
  border: 1px solid #F1F0ED !important;
  background: #fff !important;
  color: #EB6435;
  font-weight: 600 !important;
  transition: all 0.24s ease-in-out;
  font-family: "Montserrat Alternates", sans-serif;
}
.btn-filter a:hover {
  background: #F46B47 !important;
  color: #fff !important;
}

.btn-filter-active {
  background: #EB6435 !important;
  color: #fff !important;
}

#clerigo-archive .title, #templo-archive .title {
  margin-bottom: 0px;
}
#clerigo-archive .title a, #templo-archive .title a {
  color: #343434;
  font-weight: 600;
  font-size: 1.12rem;
  line-height: 1.6rem;
  transition: color 0.4s ease-in-out;
}
#clerigo-archive .subtitle, #templo-archive .subtitle {
  font-size: 0.85em;
  color: #EB6435;
  font-weight: 500;
}

.input-group-search-post {
  position: relative;
}
.input-group-search-post::before {
  content: "";
  background-image: url("../../images/search-post.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: 10px;
  width: 30px;
  color: transparent;
  border: 0;
  z-index: 1000;
  position: absolute;
  display: block;
  height: 30px;
  top: 17px;
  left: 10px;
}
@media (max-width: 991px) {
  .input-group-search-post::before {
    width: 2.4rem;
    background-position: center;
  }
}
.input-group-search-post .search-post {
  border-radius: 40px;
  color: #343434;
  border: 1px solid #F1F0ED !important;
  height: 64px;
  padding: 0.4rem 1.2rem;
  font-size: 0.8rem;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .input-group-search-post .search-post {
    width: calc(100% - 2.4rem);
  }
}
.input-group-search-post .search-post:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.input-group-search-post .btn-search {
  background: #EB6435 !important;
  color: #fff !important;
  border-radius: 40px;
  outline: none !important;
  box-shadow: none !important;
  margin-left: -100px;
  z-index: 1;
  height: 40px;
  border: 0px;
  padding-left: 25px;
  padding-right: 25px;
  top: 12px;
  position: absolute;
  right: 25px;
}
.input-group-search-post .select-horas,
.input-group-search-post .select-cidades,
.input-group-search-post .select-dia {
  border-radius: 40px;
  color: #343434;
  border: 1px solid #F1F0ED !important;
  height: 64px;
  padding: 0.4rem 1.2rem;
  font-size: 0.8rem;
}
@media (max-width: 992px) {
  .input-group-search-post .select-horas,
  .input-group-search-post .select-cidades,
  .input-group-search-post .select-dia {
    width: calc(100% - 2.4rem);
  }
}
.input-group-search-post .select-horas:focus-visible,
.input-group-search-post .select-cidades:focus-visible,
.input-group-search-post .select-dia:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.img-templo-box {
  display: block;
  max-width: 50%;
  float: left;
  height: auto;
  margin: 0 20px 20px 0;
}

.img-templo {
  width: 100%;
  max-width: 662px;
  height: auto;
  aspect-ratio: 662/540;
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}

.historia-content {
  position: relative;
}
.historia-content .texto-reduzido {
  font-size: 1rem;
  line-height: 1.6;
  color: #343434;
}
.historia-content .texto-completo {
  font-size: 1rem;
  line-height: 1.6;
  color: #343434;
}
.historia-content .btn-leia-mais {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #EB6435 !important;
  border: none !important;
  background: none !important;
  cursor: pointer;
}
.historia-content .btn-leia-mais:hover {
  background-color: #F46B47;
}

.title-section-content {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.12rem;
  color: #EB6435;
  font-family: "Montserrat Alternates", sans-serif;
}
.title-section-content a {
  color: #EB6435;
}

.box-img-padre {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 3px solid #EB6435;
  padding: 3px;
  box-sizing: content-box;
  margin-right: 20px;
}

.img-padre {
  width: 100px;
  height: 100px;
  border-radius: 50% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.video-curto {
  border-radius: 20px;
}

#menus-home .btn-menu-custom {
  border-radius: 20px;
  padding: 10px;
  font-size: 1.5em;
  font-weight: 500;
  font-family: "Montserrat Alternates", sans-serif;
}

#single-clero .value-title {
  font-size: 0.9em;
  line-height: 1.8;
}
#single-clero .value-content {
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 600;
}

.single-templo .slick-track {
  margin: 0px !important;
}

.img-padre-mascara {
  width: 100%;
  max-width: 540px; /* Largura máxima */
  height: auto;
  aspect-ratio: 540/620; /* Mantém a proporção 540x620 */
  border-radius: 30px; /* Bordas arredondadas */
  border: 1px solid #e6e6e6; /* Borda leve */
  -o-object-fit: cover;
     object-fit: cover; /* Garante que a imagem preencha o espaço sem distorção */
  display: block;
  margin: 0 auto; /* Centraliza a imagem */
}

.tax-forania-templo .slick-track {
  margin: 0px !important;
}
.tax-forania-templo .slick-current .article-in-list {
  margin-left: 0 !important;
}
.tax-forania-templo .slick-active .article-in-list {
  margin-left: 15px;
  margin-right: 15px;
}

.timeline {
  position: relative;
  padding: 2rem 0;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #EB6435; /* Linha laranja */
  transform: translateX(-50%);
}
.timeline .timeline-block {
  position: relative;
  margin-bottom: 3rem;
}
.timeline .timeline-block .timeline-content {
  text-align: justify;
  padding-right: 2rem;
}
.timeline .timeline-block .timeline-content .timeline-content-text {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}
.timeline .timeline-block .timeline-image {
  text-align: center;
  padding-left: 2rem;
}
.timeline .timeline-block .timeline-image img {
  display: inline-block;
  width: 306px;
  height: 306px;
  border: 3px solid #fff;
  border-radius: 30px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.timeline .timeline-block:nth-of-type(odd)::after {
  left: calc(50% - 20px); /* Ajusta para o lado esquerdo */
}
.timeline .timeline-block:nth-of-type(even) .timeline-content {
  text-align: left;
  padding-left: 2rem;
}
.timeline .timeline-block:nth-of-type(even) .timeline-image {
  text-align: center;
  padding-right: 2rem;
}
.timeline .timeline-block:nth-of-type(even)::after {
  left: calc(50% + 20px); /* Ajusta para o lado direito */
}
.timeline .timeline-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #EB6435; /* Círculo laranja */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.timeline .timeline-block::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px; /* 50% menor que o círculo principal */
  height: 10px;
  background-color: #EB6435; /* Círculo laranja menor */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#lista-foranias {
  max-height: 500px;
  overflow: auto;
}
#lista-foranias .forania-item {
  background: #F1F0ED;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  border-color: white !important;
}
#lista-foranias .forania-item.active {
  background: #FAB808 !important;
  color: #fff;
}
#lista-foranias .list-group-item.active {
  background: unset;
  border: unset;
}

#lista-cidades {
  max-height: 500px;
  overflow: auto;
  /* Estilo para itens de cidade */
}
#lista-cidades .cidade-item {
  border-left: 3px solid #F1F0ED !important;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease;
  border: unset;
  background: unset;
}
#lista-cidades .cidade-item.active {
  border-left: 3px solid #FAB808 !important;
  color: #FAB808;
}
#lista-cidades .list-group-item.active {
  background: unset;
  border: unset;
}

#templo-filter {
  max-height: 500px;
  overflow: auto;
}

#templo-filter .templo-item {
  background: #F1F0ED;
  border-radius: 22px;
  padding: 15px;
  display: flex;
  align-items: center;
  border: none;
}

#templo-filter .templo-item:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #F1F0ED !important;
}

#templo-filter .templo-item .igreja {
  width: 25px;
  height: 25px;
}

#templo-filter .templo-item .igreja {
  width: 250px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-right: 15px;
}

#templo-filter .templo-item h5 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #343434;
  margin: 0;
}

#templo-filter .templo-item a {
  color: #343434 !important;
}

.footer-newsletter p {
  margin-bottom: 0px !important;
}
.footer-newsletter .footer-newsletter-form .wpcf7-email {
  width: 226px;
  height: 41px;
  border-radius: 4px;
  padding: 8px;
  margin-right: 10px;
  border: none !important;
  outline: none !important;
}
.footer-newsletter .footer-newsletter-form .btn-primary {
  width: 123px;
  height: 41px;
  background: #C74214;
  border-radius: 4px;
  color: #FFFFFF;
  border: none !important;
  outline: none !important;
  font-size: 1.1em;
}

#radioDropdown {
  font-size: 0.95em;
}
#radioDropdown::after {
  display: none;
}

.radio-drop {
  background: #fab808;
  border: none;
}
.radio-drop .dropdown-item {
  transition: background 0.3s ease, color 0.3s ease;
}
.radio-drop .dropdown-item:hover {
  background: #DCA000 !important;
  color: #fff;
}/*# sourceMappingURL=style.css.map */