/* ============ GERAL ============ */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 100%;
  font-weight: 400;
  outline: none;
  border: none;
  /*transition: all 0.2s;
	/*-moz-transition: all 0.2s; /* Firefox 4 */
  /*-webkit-transition: all 0.2s; /* Safari and Chrome */
  /*-o-transition: all 0.2s; /* Opera */
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#ajaxBusy {
  display: none !important;
}

img,
picture,
video,
embed {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  line-height: 1em;
}

#ajaxBusy {
  height: 0;
  display: none;
}

body {
  font-family: "Roboto", "Oepn Sans", Helvetica, Arial, sans-serif;
  font-display: swap;
  font-size: 62.5%;
  color: #000;
}
body.interna main {
  padding: 60px 0;
}

p {
  line-height: normal;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 300;
}
b {
  font-weight: 700;
}
a {
  color: #3c816a;
}
a:hover {
  color: #3c816a !important;
  text-decoration: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari and Chrome */
  -o-transition: all 0.3s; /* Opera */
}

hr {
  border: none;
  border-bottom: solid 1px #eeeeee;
  margin: 40px 0;
}

/******* PADRAO DE BOTAO *******/
.btn {
  border-radius: 10px;
  padding: 8px 15px;
}
.setaBtn:after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
}
.botaoOutline {
  border: solid 1px #3c816a;
  color: #3c816a;
  background: transparent;
  border-radius: 10px;
  padding: 8px 15px;
  display: inline-block;
}
.botaoOutline:after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
}
.botaoOutline:hover {
  background: #3c816a;
  color: #fff !important;
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}
.btnPadrao {
  background: #3c816a;
  color: #fff;
}
.btnPadrao:hover {
  background: #2c8b6c;
  color: #fff !important;
}

/******* PADRAO DE TITULO *******/
.titSite {
  padding-left: 35px;
  color: #0d5131;
  font-size: 3.6em;
  line-height: 1em;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.titSite:after {
  content: " ";
  display: block;
  height: 7px;
  width: 30px;
  background: #38af00;
  position: absolute;
  left: 0;
  bottom: 6px;
}

.titSiteTracos {
  font-size: 3.6em;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #fff;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0px 40px;
  font-weight: 800;
}
.titSiteTracos:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 45%;
  height: 2px;
  width: 25px;
  background: #38af00;
}
.titSiteTracos:before {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 45%;
  height: 2px;
  width: 25px;
  background: #38af00;
}

.titTexto {
  font-size: 3em;
  color: #3c816a;
  font-weight: 800;
  margin-bottom: 20px;
}

.boxFullBG {
  padding: 60px 0;
  margin-top: 50px;
  margin-bottom: 50px;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  color: #fff;
  overflow: hidden;
}
.boxFullBG:after {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: " ";
  z-index: -1;
  background-attachment: fixed;
}

.iconeDestaque {
  background: #3c816a;
  display: table-cell;
  line-height: 75px;
  margin-bottom: 15px;
  border-radius: 100%;
  display: inline-block;
  width: 75px;
  height: 75px;
  text-align: center;
  position: relative;
}
.iconeDestaque:after {
  position: absolute;
  content: " ";
  display: block;
  width: 83px;
  height: 83px;
  border: solid 2px #3c816a;
  left: -4px;
  top: -4px;
  border-radius: 100%;
  z-index: 2;
}
.iconeDestaque svg {
  color: #fff;
  font-size: 2.4em;
  margin-bottom: -5px;
}

/********** ESTILO DE LISTA ********/
.listaIcoMao li {
  font-size: 1.6em;
  text-transform: capitalize;
  background: #0d5131;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 10px;
}
.listaIcoMao li:before {
  content: "\261E";
  margin-right: 10px;
  color: #70ff00;
}
.listaIcoMao li a {
  color: #fff;
}

/********** MOLDURA DE FOTO *********/
.molduraSimples {
  padding: 10px;
  border: solid 1px #eee;
  text-align: center;
  font-style: italic;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.molduraSimples img {
  margin-bottom: 10px;
}

/*********** PAGINACAO *********/
.paginationjs {
  text-align: center;
  display: table;
  width: 100%;
}
.paginationjs li {
  display: inline-block;
  padding: 10px;
  border-radius: 0 25px 25px 25px;
  background: #f9f9f9;
  margin: 5px 2px;
  width: 60px;
  font-size: 1.6em;
}
.paginationjs li:first-child,
.paginationjs li:last-child {
  background: #fffbeb;
  border-color: #fffbeb;
}
.paginationjs li:hover {
  background: #d2e7e1;
}
/* .paginationjs li:hover a {  } */
.paginationjs li.active {
  background: #3c816a;
}
.paginacao li.active a {
  color: #fff;
}

/************ SEPARADORES **********/
.setaGrande_baixo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.setaGrande_baixo svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 46px;
}
.setaGrande_baixo .shape-fill {
  fill: #ffffff;
}

/********** ESTILO ACCORDION  **********/
.accordion .card-header {
  background: #0d5131;
}
.accordion .card-header:hover {
  background: #3c816a;
}
.accordion .card-header button {
  color: #fff;
  width: 100%;
  text-align: left;
}
.accordion > .card > .card-header {
  padding: 0;
}

/**********  BANNER DA HOME  **********/
#bannerHome {
  background: #0d5131;
  min-height: 700px;
}
#bannerHome .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
}
#bannerHome .swiper-slide a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#bannerHome .swiper-button-prev {
  background: url(../img/ico_setaSlide.png) center center no-repeat;
  width: 34px;
  height: 32px;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  left: 5%;
}
#bannerHome .swiper-button-next {
  background: url(../img/ico_setaSlide2.png) center center no-repeat;
  width: 34px;
  height: 32px;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  right: 5%;
}
#bannerHome .swiper-button-prev:after,
#bannerHome .swiper-button-next:after {
  display: none;
}
#bannerHome .swiper-pagination {
  bottom: 20px;
}
#bannerHome .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  height: 15px;
  width: 15px;
}
#bannerHome .swiper-pagination .swiper-pagination-bullet-active {
  background: #3c816a;
}

#buscaIgreja .row {
  background: #0d5131;
  border-left: solid 10px #3c816a;
  color: #fff;
  padding: 20px;
  margin-top: -40px;
  position: relative;
  z-index: 9;
  margin-left: 10%;
  width: 90%;
  border-radius: 0 0 0 20px;
}
#buscaIgreja .row img {
  float: left;
  margin-right: 15px;
}
#buscaIgreja .row h3 {
  text-transform: uppercase;
  font-size: 2.4em;
  font-weight: 800;
  margin-top: 15px;
}
#buscaIgreja .row h3 small {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
#buscaIgreja form {
  margin-top: 20px;
}
#buscaIgreja form select {
  float: left;
  margin-right: 2%;
  width: 35%;
  border-radius: 0;
}
#buscaIgreja form button {
  background: #3c816a;
  border: solid 1px #3c816a;
  float: left;
  width: 26%;
  text-align: center;
  border-radius: 0;
}

section#conteudos {
  margin-top: 40px;
}
section#conteudos .nav {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 25px;
}
section#conteudos .nav .option {
  border: solid 1px #dddddd;
  color: #0d5131;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6em;
  margin: 5px;
}
section#conteudos .nav .option.active {
  border: solid 1px #0d5131;
  background: #0d5131;
  color: #fff;
}
section#conteudos .selecao {
  display: none;
  position: relative;
}
section#conteudos .selecao select {
  border: solid 1px #ddd;
  display: block;
  width: calc(100% - 10px);
  margin-bottom: 20px;
  padding: 10px;
  padding-left: 120px;
  border-radius: 5px;
  font-size: 1.6em;
  line-height: 30px;
}
section#conteudos .selecao:after {
  content: "Conteúdos:";
  display: inline-block;
  height: 100%;
  line-height: 22px;
  border-radius: 5px 0 0 5px;
  position: absolute;
  left: 0;
  top: 0;
  background: #0d5131;
  color: #fff;
  font-size: 1.6em;
  padding: 10px 15px;
}
section#conteudos .destaqueConteudo {
  margin-left: -1%;
  margin-right: -1%;
  height: 100%;
}
section#conteudos .destaqueConteudo .card {
  position: relative;
  width: 31.33%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #eee;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 15px;
  margin: 0 1%;
}
section#conteudos .destaqueConteudo .card::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 1;
  opacity: 0.8;
  left: 0;
  top: 0;
}
section#conteudos .destaqueConteudo .card:hover::after {
  background: linear-gradient(
    0deg,
    rgba(0, 65, 50, 1) 30%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 1;
}
section#conteudos .destaqueConteudo .card .data {
  background: #0d5131;
  display: block;
  border-radius: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 8px;
  text-align: center;
  font-size: 1.4em;
  line-height: 1em;
  color: #fff;
  z-index: 2;
}
section#conteudos .destaqueConteudo .card .info {
  position: absolute;
  width: calc(100% - 30px);
  color: #fff;
  z-index: 2;
  bottom: 15px;
  left: 0;
  padding: 15px;
  text-shadow: rgba(0, 0, 0, 0.8) 2px 3px 10px;
}
section#conteudos .destaqueConteudo .card .info .titulo {
  margin-bottom: 0;
}
section#conteudos .destaqueConteudo .card .info .texto {
  line-height: 1.2em;
}
section#conteudos .destaqueConteudo .card .info .botaoOutline {
  width: 100%;
  display: block;
  font-size: 1.4em;
  text-shadow: none;
}
section#conteudos .listaSubdestaques .dataConteudo {
  background: #0d5131;
  display: block;
  border-radius: 10px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 8px;
  text-align: center;
  font-size: 1.4em;
  line-height: 1em;
  color: #fff;
}
section#conteudos .listaSubdestaques {
  margin-left: 20px;
  position: relative;
  margin-bottom: 0;
  min-height: 25rem;
}
section#conteudos .listaSubdestaques:after {
  content: " ";
  border-left: solid 1px #eee;
  height: 100%;
  display: block;
  width: 1px;
  left: -25px;
  top: 0;
  position: absolute;
}
section#conteudos .listaSubdestaques li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #eee;
  position: relative;
  min-height: 60px;
}
section#conteudos .listaSubdestaques li:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
section#conteudos .listaSubdestaques a {
  margin-left: 55px;
  display: block;
}
section#conteudos .listaSubdestaques li:last-child a {
  margin-left: 0;
}
section#conteudos .listaSubdestaques a h3 {
  font-size: 1.6em;
  color: #0d5131;
}
section#conteudos .listaSubdestaques a p {
  line-height: 1.2em;
  font-size: 1.4em;
  color: #707070;
  margin-bottom: 0;
}
section#conteudos .listaSubdestaques .botaoOutline {
  font-size: 1.4em;
}

section#areasSite h3 {
  border-left: solid 10px #38af00;
  padding-left: 20px;
  font-size: 3em;
  font-weight: 800;
  line-height: 1em;
  color: #0d5131;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
  margin-top: 30px;
  margin-bottom: 20px;
}
section#areasSite h3:after {
  content: " ";
  display: block;
  height: 15px;
  width: 15px;
  background: #38af00;
  left: -7px;
  top: 50%;
  margin-top: -7px;
  position: absolute;
  transform: rotate(45deg);
}
section#areasSite .botAcessos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
}
section#areasSite .botAcessos li {
  border: solid 1px #eee;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  text-align: center;
}
section#areasSite .botAcessos li img {
  margin-bottom: 10px;
  display: none;
}
section#areasSite .botAcessos svg {
  margin-bottom: 13px;
  font-size: 2em;
  color: #0d5131;
  font-weight: 100;
}
section#areasSite .botAcessos li a {
  display: block;
  padding: 20px;
  color: #666666;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 800;
}
section#areasSite .botAcessos li a:hover {
  background: #fcfcfc;
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}
section#areasSite .botAcessos li a:hover svg {
  color: #3c816a;
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}

#bannerPublicidade img {
  border: solid 1px #eee;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

section#comunicacao img {
  width: 100%;
}
section#comunicacao .destaqueVideos {
  margin-bottom: 50px;
}
section#comunicacao .destaqueVideos .listaVideos {
  background: #275633;
  border-radius: 0 20px 0 0;
}
section#comunicacao .destaqueVideos .principal {
  padding-right: 0;
}
section#comunicacao .destaqueVideos .principal iframe {
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 20px;
  background: #000;
}
section#comunicacao .destaqueVideos .lista {
  padding-left: 0;
}
section#comunicacao .destaqueVideos .listaVideos {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
section#comunicacao .destaqueVideos .listaVideos iframe {
  width: 100%;
  height: 150px;
  border-radius: 15px;
  background: #000;
}
section#comunicacao .destaqueVideos .listaVideos p {
  color: #fff;
  font-size: 1.4em;
}
section#comunicacao .destaqueVideos .linkVideos a {
  display: block;
  text-align: center;
  background: #3a7847;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  border-radius: 0 0 20px 0;
}
section#comunicacao .banner_verdadeevida {
  margin-bottom: 30px;
}
section#comunicacao .brasilPresbiteriano .capa {
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
  max-width: 250px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
section#comunicacao .brasilPresbiteriano h4 {
  color: #3c816a;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
}
section#comunicacao .banner_brasilpresbiteriano {
  margin-bottom: 20px;
}

section#agenda {
  background: url(../img/bg_agenda.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  margin-top: 60px;
  position: relative;
}
section#agenda .diagonalBaixo_esquerda {
  fill: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 35px;
  z-index: 9;
  transform: rotateY(180deg);
}
section#agenda h2 {
  margin-bottom: 30px;
}
section#agenda .destaqueAgenda {
  padding-bottom: 40px;
  padding-top: 10px;
  margin-bottom: 20px;
}
section#agenda .destaqueAgenda .foto {
  position: relative;
}
section#agenda .destaqueAgenda .foto img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
  object-fit: cover;
  object-position: center;
}
section#agenda .destaqueAgenda .foto .data {
  position: absolute;
  color: #fff;
  font-size: 2em;
  font-weight: 800;
  line-height: 0.9em;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 50px;
  z-index: 2;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
}
section#agenda .destaqueAgenda .foto:hover:after {
  content: " ";
  display: block;
  width: 150px;
  height: 150px;
  background: rgba(56, 175, 0, 0.6);
  position: absolute;
  margin-left: -75px;
  left: 50%;
  top: 0;
  border-radius: 100%;
  z-index: 1;
}
section#agenda .destaqueAgenda h3 {
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1.2em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
section#agenda .destaqueAgenda p {
  font-size: 1.4em;
  line-height: 1.2em;
}
section#agenda .destaqueAgenda .swiper-slide {
  height: 37em;
  position: relative;
}
section#agenda .destaqueAgenda .botaoOutline {
  display: block;
  font-size: 1.4em;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
section#agenda .destaqueAgenda .swiper-pagination {
  bottom: 0;
}
section#agenda .destaqueAgenda .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 12px;
  height: 12px;
}
section#agenda
  .destaqueAgenda
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #3c816a;
}
section#agenda .cadastroAgenda {
  background: rgba(77, 161, 134, 0.4);
  border-radius: 10px;
  padding: 30px;
  vertical-align: middle;
}
section#agenda .cadastroAgenda img {
  width: 60px;
  margin-bottom: 15px;
}
section#agenda .cadastroAgenda h3 {
  font-size: 1.6em;
  text-transform: uppercase;
  line-height: 1.2em;
}
section#agenda .cadastroAgenda a {
  text-decoration: underline;
  color: #38af00;
}

section#sociedades .bannerSociedades {
  position: relative;
  color: #fff;
}
section#sociedades .bannerSociedades:after {
  z-index: -1;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  content: " ";
  background-image: url(../img/bg_ump.jpg);
  background-attachment: fixed;
}
section#sociedades .bannerSociedades .swiper-slide {
  display: flex;
  align-items: center;
  min-height: 550px;
}
section#sociedades .bannerSociedades .swiper-slide .container {
  margin-bottom: 50px;
}
section#sociedades .bannerSociedades .swiper-slide h3 {
  font-size: 4em;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
}
section#sociedades .bannerSociedades .swiper-slide p {
  margin-bottom: 35px;
  color: #222;
}
section#sociedades .bannerSociedades .swiper-slide a {
  font-size: 1.6em;
}
section#sociedades .bannerSociedades .swiper-slide a:hover {
  color: #fff !important;
}
section#sociedades .bannerSociedades .swiper-slide a.btn {
  margin-right: 10px;
}
section#sociedades .bannerSociedades .swiper-slide a.btn svg {
  margin-left: 10px;
}
section#sociedades .bannerSociedades .swiper-slide img {
  max-height: 250px;
}
section#sociedades
  .bannerSociedades
  .swiper-pagination
  .swiper-pagination-bullet {
  background: #fff;
  height: 15px;
  width: 15px;
}
section#sociedades
  .bannerSociedades
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #fff;
}
/* UCP */
section#sociedades .bannerSociedades .swiper-slide.ucp {
  background: rgba(255, 255, 255, 0.75);
}
section#sociedades .bannerSociedades .swiper-slide.ucp h3 {
  color: #025a42;
}
section#sociedades .bannerSociedades .swiper-slide.ucp a.btn {
  background: red;
  border-color: red;
  color: #fff;
}

/* UPA */
section#sociedades .bannerSociedades .swiper-slide.upa {
  background: rgba(255, 255, 255, 0.75);
}
section#sociedades .bannerSociedades .swiper-slide.upa h3 {
  color: #f12f01;
}
section#sociedades .bannerSociedades .swiper-slide.upa a {
  background: #fdf001;
  border-color: #fdf001;
  color: red;
}
section#sociedades .bannerSociedades .swiper-slide.upa a:hover {
  color: red !important;
}
/* UMP */
section#sociedades .bannerSociedades .swiper-slide.ump {
  background: rgba(255, 255, 255, 0.75);
}
section#sociedades .bannerSociedades .swiper-slide.ump h3 {
  color: red;
}
section#sociedades .bannerSociedades .swiper-slide.ump a {
  background: #00468e;
  border-color: #00468e;
  color: #fff;
}
/* SAF */
section#sociedades .bannerSociedades .swiper-slide.saf {
  background: rgba(255, 255, 255, 0.75);
}
section#sociedades .bannerSociedades .swiper-slide.saf h3 {
  color: #025a42;
}
section#sociedades .bannerSociedades .swiper-slide.saf a {
  background: #d126c7;
  border-color: #d126c7;
  color: #fff;
}
/* UPH */
section#sociedades .bannerSociedades .swiper-slide.uph {
  background: rgba(255, 255, 255, 0.75);
}
section#sociedades .bannerSociedades .swiper-slide.uph h3 {
  color: #006c3e;
}
section#sociedades .bannerSociedades .swiper-slide.uph a {
  background: #006c3e;
  border-color: #006c3e;
  color: #fff;
}

section#sociedades .bannerSociedades .swiper-pagination {
  right: 0;
  transform: rotate(90deg);
  bottom: 50%;
  left: 48%;
}
section#sociedades .bannerSociedades .swiper-button-prev {
  background: url(../img/ico_setaSlide.png) center center no-repeat;
  width: 34px;
  height: 32px;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  left: 5%;
}
section#sociedades .bannerSociedades .swiper-button-next {
  background: url(../img/ico_setaSlide2.png) center center no-repeat;
  width: 34px;
  height: 32px;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  right: 5%;
}
section#sociedades .bannerSociedades .swiper-button-prev:after,
section#sociedades .bannerSociedades .swiper-button-next:after {
  display: none;
}

section#institucionalIpb {
  position: relative;
}
section#institucionalIpb .borda {
  position: absolute;
  top: -73px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 3;
}
section#institucionalIpb .borda svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 73px;
}
section#institucionalIpb .borda .shape-fill {
  fill: #ffffff;
}

section#institucionalIpb .sobre {
  background: url(../img/bg_instuticional.jpg) center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 200px;
  padding-top: 100px;
}
section#institucionalIpb .sobre h3 {
  font-size: 3.6em;
  color: #0d5131;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 800;
}
section#institucionalIpb .sobre p {
  margin-bottom: 40px;
}
section#institucionalIpb .sobre a {
  font-size: 1.6em;
}
section#institucionalIpb .organizacao .dadosIgreja {
  margin-top: -200px;
  margin-bottom: 20px;
}
section#institucionalIpb .organizacao .dadosIgreja div {
  text-align: center;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.35);
  background-color: #000;
  padding: 30px;
  padding-top: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
section#institucionalIpb .organizacao .dadosIgreja div:after {
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-box-shadow: inset 0px 0px 25px 21px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: inset 0px 0px 25px 21px rgba(0, 0, 0, 0.55);
  box-shadow: inset 0px 0px 25px 21px rgba(0, 0, 0, 0.55);
}
section#institucionalIpb .organizacao .dadosIgreja div:nth-child(2) {
  margin-top: -60px;
  margin-bottom: -30px;
  padding-top: 160px;
}
section#institucionalIpb .organizacao .dadosIgreja div:hover:after {
  background: rgba(23, 103, 65, 0.5);
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}
section#institucionalIpb .organizacao .dadosIgreja div h4 {
  font-size: 2.4em;
  font-weight: 800;
  color: #fff;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
  z-index: 2;
  position: relative;
}
section#institucionalIpb .organizacao .dadosIgreja div h4 strong {
  font-size: 2em;
}
section#institucionalIpb .organizacao .dadosIgreja div p {
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}
section#institucionalIpb .organizacao {
  background: #0d5131;
  padding: 100px 0;
  margin-bottom: 200px;
}
section#institucionalIpb .organizacao .listaOrganizacoes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 60px 0;
  width: 100%;
  grid-auto-rows: 100px;
}
section#institucionalIpb .organizacao .listaOrganizacoes li {
  display: flex;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  align-items: center;
  justify-content: center;
}
section#institucionalIpb .organizacao .listaOrganizacoes li:nth-child(2n) {
  background: none;
}
section#institucionalIpb .organizacao .listaOrganizacoes li:last-child {
  color: #fff;
  font-size: 1.6em;
  line-height: 1em;
}
section#institucionalIpb .organizacao h3,
section#institucionalIpb .organizacao p {
  text-align: center;
  color: #fff;
}
section#institucionalIpb .organizacao h3 {
  text-transform: uppercase;
  font-size: 3.6em;
  font-weight: 800;
}
section#institucionalIpb .organizacao .fa-arrow-down {
  color: #428970;
  font-size: 2em;
  margin-bottom: 20px;
}
section#institucionalIpb .slideOrganizacao {
  margin-bottom: -250px;
  padding-bottom: 60px;
  position: relative;
}
section#institucionalIpb .slideOrganizacao:after {
  content: " ";
  display: block;
  border-bottom: solid 1px #eee;
  width: 100%;
  height: 1;
  bottom: 15px;
  left: 0;
  position: absolute;
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
section#institucionalIpb .slideOrganizacao .swiper-slide {
  position: relative;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
}
section#institucionalIpb .slideOrganizacao .swiper-slide:hover {
  transform: scale(1.05);
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
section#institucionalIpb .slideOrganizacao .swiper-slide:hover:after {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  z-index: 2;
  left: 0;
  top: 0;
}
section#institucionalIpb .slideOrganizacao .swiper-slide img {
  width: 100%;
}
section#institucionalIpb .slideOrganizacao .swiper-slide .info {
  position: absolute;
  z-index: 3;
  bottom: 0;
  padding: 15px;
}
section#institucionalIpb .slideOrganizacao .swiper-slide .info h4 {
  color: #fff;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
}
section#institucionalIpb .slideOrganizacao .swiper-slide .info p {
  font-size: 1.4em;
  text-align: left;
  margin-bottom: 0;
}
section#institucionalIpb .slideOrganizacao .swiper-slide .info .redessociais {
  display: none;
}
section#institucionalIpb
  .slideOrganizacao
  .swiper-slide:hover
  .info
  .redessociais {
  display: block;
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
  padding-top: 10px;
}
section#institucionalIpb .slideOrganizacao .swiper-slide .info .redessociais a {
  color: #fff;
  font-size: 1.6em;
  display: inline-block;
  margin-right: 5px;
}
section#institucionalIpb .slideOrganizacao .swiper-button-prev,
section#institucionalIpb .slideOrganizacao .swiper-button-next {
  background: #38af00;
  border-radius: 10px;
  top: auto;
  bottom: 0;
  width: 60px;
  height: 30px;
}
section#institucionalIpb .slideOrganizacao .swiper-button-prev {
  margin-left: -30px;
  left: 47%;
}
section#institucionalIpb .slideOrganizacao .swiper-button-next {
  margin-left: -30px;
  left: 53%;
}
section#institucionalIpb .slideOrganizacao .swiper-button-prev:after {
  content: "\2b60";
  color: #fff;
  font-size: 2em;
}
section#institucionalIpb .slideOrganizacao .swiper-button-next:after {
  content: "\2b62";
  color: #fff;
  font-size: 2em;
}

section#projetos {
  background: url(../img/bg_projetos.jpg) center center no-repeat;
  background-size: cover;
  padding: 120px 15px;
  position: relative;
}
section#projetos h3 {
  font-size: 3.6em;
  color: #fff;
  line-height: 1em;
  margin-bottom: 25px;
  font-weight: 800;
  text-transform: uppercase;
}
section#projetos .ico {
  float: left;
  margin-right: 15px;
  margin-top: -7px;
}
section#projetos .row > div > p {
  color: #fff;
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 20px;
}
section#projetos .row > div a {
  font-size: 1.6em;
  background: #3c816a;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 35px;
}
section#projetos:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
section#projetos .row {
  position: relative;
  z-index: 2;
}
section#projetos .boxProjetos {
  background: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
  padding: 0;
  height: 100%;
}
section#projetos .boxProjetos .swiper-slide {
  border-bottom: solid 10px #0d5131;
  height: 100%;
}
section#projetos .boxProjetos img {
  float: left;
  width: 40%;
  min-height: 400px;
  object-fit: cover;
}
section#projetos .boxProjetos .infoProjeto {
  padding: 40px;
  float: right;
  width: 60%;
}
section#projetos .boxProjetos .infoProjeto h4 {
  font-size: 2.4em;
  line-height: 1em;
  font-weight: 800;
  margin-bottom: 10px;
  color: #0d5131;
  text-transform: uppercase;
}
section#projetos .boxProjetos .infoProjeto a.botaoOutline {
  bottom: 0px;
}
section#projetos .swiper-button-prev {
  width: 60px;
  height: 40px;
  left: auto;
  right: 60px;
  top: auto;
  bottom: 0px;
  border-radius: 15px 0 0 0;
  background: #0d5131;
}
section#projetos .swiper-button-next {
  width: 60px;
  height: 40px;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0px;
  background: #0d5131;
}
section#projetos .swiper-button-prev:after {
  content: "\2b60";
  color: #fff;
  font-size: 2em;
}
section#projetos .swiper-button-next:after {
  content: "\2b62";
  color: #fff;
  font-size: 2em;
}

section#parceirosEmMissao {
  padding: 100px 0;
  background: url(../img/bg_parceiro.jpg) center bottom no-repeat;
  position: relative;
}
section#parceirosEmMissao:after {
  content: " ";
  display: block;
  width: 700px;
  height: 400px;
  background: url(../img/img_maos.png) center bottom no-repeat;
  background-size: cover;
  z-index: 1;
  position: absolute;
  left: 7%;
  bottom: 0;
}
section#parceirosEmMissao .container {
  position: relative;
  z-index: 2;
}
section#parceirosEmMissao .w-100 {
  height: 30px;
}
section#parceirosEmMissao h3 {
  color: #0d5131;
  font-size: 3.6em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 800;
}
section#parceirosEmMissao h4 {
  color: #3c816a;
  font-size: 2.4em;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 20px;
}
section#parceirosEmMissao .botParceiro {
  margin-bottom: 55px;
}
section#parceirosEmMissao .botParceiro img {
  position: absolute;
  left: 0px;
  top: -17px;
}
section#parceirosEmMissao .botParceiro a {
  display: block;
  background: #0d5131;
  padding: 15px 30px 15px 120px;
  border-radius: 10px;
  color: #fff;
  height: 100%;
}
section#parceirosEmMissao .botParceiro a:hover {
  color: #fff !important;
  background: #3c816a;
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}
section#parceirosEmMissao .botParceiro:hover img {
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
  transform: rotate(360deg);
}
section#parceirosEmMissao .botParceiro a h4 {
  color: #fff;
  margin-bottom: 0;
}
section#parceirosEmMissao .botParceiro a p {
  margin-bottom: 0;
  font-size: 1.2em;
}

section#editora {
  display: none;
}

footer {
  background: #f9f9f9;
}
footer #cadaDia {
  padding: 40px 0;
  color: #fff;
}
footer #cadaDia img {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
footer #cadaDia h3 {
  font-size: 2em;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #3c816a;
  font-weight: 800;
}
footer #cadaDia p {
  font-size: 1.6em;
  line-height: 1.2em;
  font-style: italic;
  color: #222;
}
footer #cadaDia span {
  font-size: 1.6em;
  color: #3c816a;
}
footer #newsletter {
  text-align: center;
}
footer #newsletter .container {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 40px 0;
}
footer #newsletter h3 {
  color: #3c816a;
  font-size: 2.4em;
  text-transform: uppercase;
  font-weight: 900;
}
footer #newsletter hr {
  border-color: #ddd;
}
footer #newsletter form input {
  border-radius: 0;
  border: none;
  margin-bottom: 10px;
}
footer #newsletter form button {
  border-radius: 0;
  background: #3c816a;
  color: #fff;
  text-transform: uppercase;
  border: none;
  display: block;
  width: 100%;
  font-size: 1.4em;
}
footer #newsletter form button,
footer #newsletter form input {
  height: 40px;
}
footer #newsletter .redessociais a {
  display: inline-block;
  margin: 0 10px;
  color: #0d5131;
  font-size: 4em;
}
footer #infoSite .row > div {
  margin-top: 40px;
  margin-bottom: 40px;
}
footer #infoSite h5 {
  color: #3c816a;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 800;
  margin-bottom: 10px;
  margin-bottom: 20px;
}

footer #infoSite .sitemap ul {
  font-size: 1.6em;
}
footer #infoSite .sitemap ul h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
footer #infoSite .sitemap ul a {
  color: #222;
  display: block;
  font-weight: 300;
}
footer #infoSite .sitemap ul a:hover {
  color: #3c816a;
}
footer #infoSite .sitemap ul ul {
  border-left: solid 1px #ddd;
  margin-left: 5px;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.8em;
}
footer #infoSite .sitemap > ul {
  float: left;
  width: 31%;
  margin-right: 2%;
}

footer #infoSite .contato {
  border-left: solid 1px #ddd;
  padding-left: 40px;
}
footer #infoSite {
  border-bottom: solid 1px #ddd;
}
footer #copyright {
  text-align: center;
  padding: 40px 40px;
  font-size: 1.4em;
}
footer #copyright img {
  margin-bottom: 10px;
}

/********* CABEÇALHO DAS INTERNAS ******/
.page-header {
  background: rgba(23, 103, 65, 0.9);
  position: relative;
  padding: 90px 20px;
  text-align: center;
  color: #fff;
}
.page-header:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.page-header:after {
  content: " ";
  position: absolute;
  z-index: 2;
  display: block;
  width: 80px;
  height: 3px;
  left: 50%;
  margin-left: -40px;
  bottom: 0px;
  background: #38af00;
  transform: rotate(90deg);
}
.page-header h1 {
  font-size: 5em;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.page-header .breadcrumb {
  padding: 0;
  margin: 0;
  background: transparent;
  text-align: center;
  display: none;
  letter-spacing: 1px;
  color: #55b495;
}
.page-header .breadcrumb a {
  color: #fff;
}
.page-header .breadcrumb a:hover {
  text-decoration: underline;
  color: #fff;
}
.page-header .breadcrumb svg {
  color: #fff;
}
/* Imagens - Titulos das paginas */
.interna.sobre .page-header:before,
.interna.igrejas .page-header:before {
  background-image: url(../img/page-header/bg_sobre.jpg);
}
.interna.organizacao .page-header:before {
  background-image: url(../img/page-header/bg_presidencia.jpg);
}
.interna.autarquias.apecom .page-header:before {
  background-image: url(../img/page-header/bg_apecom.jpg);
}
.interna.autarquias.luzparaocaminho .page-header:before {
  background-image: url(../img/page-header/bg_luzparaocaminho.jpg);
}
.interna.autarquias.editora .page-header:before {
  background-image: url(../img/page-header/bg_editora.jpg);
}
.interna.autarquias.apmt .page-header:before {
  background-image: url(../img/page-header/bg_apmt.jpg);
}
.interna.autarquias.mackenzie .page-header:before {
  background-image: url(../img/page-header/bg_mackenzie.jpg);
}
.interna.contato .page-header:before {
  background-image: url(../img/page-header/bg_faleconosco.jpg);
}
.interna.download .page-header:before {
  background-image: url(../img/page-header/bg_download.jpg);
}
.interna.cadadia .page-header:before {
  background-image: url(../img/page-header/bg_cadadia.jpg);
}
.interna.ipbplay .page-header:before {
  background-image: url(../img/bg_topoPlay.jpg);
}
.interna.ipbmulti .page-header:before {
  background-image: url(../img/bg_topoMulti.jpg);
}
.interna.radioipb .page-header:before {
  background-image: url(../img/bg_topoRadio.jpg);
}
/* FINAL - Imagens - Titulos das paginas */
.interna.cabecalhoClean .page-header {
  background: #fafafa;
}
.interna.cabecalhoClean .page-header h1 {
  color: #14311d;
}
.interna.cabecalhoClean .page-header a,
.interna.cabecalhoClean .page-header svg {
  color: #14311d;
}
.interna.cabecalhoEspandido .page-header {
  background: rgba(0, 0, 0, 0.5);
}

/********* MENU LATERAL ESQUERDA - INTERNAS ******/
.interna #menuLateral {
  position: relative;
  background: #255232;
  padding: 20px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  border-bottom: solid 5px #3c816a;
  border-radius: 0 25px 25px 25px;
}
/*.interna .menuLateral:after { content: " "; display: block; width: 1px; height: 100%; background: #ddd; position: absolute; right: 0; top: 0; }*/
.interna #menuLateral li a {
  margin-bottom: 5px;
  border-left: solid 5px #38af00;
  border-radius: 0 25px 25px 25px;
}
.interna #menuLateral li a:hover,
.interna .menuLateral li a.active,
.interna #menuLateral .nav-pills .nav-link.active,
.interna #menuLateral .nav-pills .show > .nav-link.active {
  border-left: solid 5px #fff !important;
}
.interna #menuLateral li a {
  display: block;
  padding: 10px;
  font-size: 1.6em;
  line-height: 1em;
  color: #fff;
  border-radius: 0 25px 25px 25px;
}
.interna #menuLateral li:hover a,
.interna #menuLateral a.active,
.interna #menuLateral .nav-pills .nav-link.active,
.interna #menuLateral .nav-pills .show > .nav-link {
  color: #fff !important;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
}

/******** LISTA DE LINKS FINAL DA PAGINA **********/
.interna .listaAutarquias_rodape h2 {
  color: #0d5131;
}
.interna .listaAutarquias_rodape .row div {
  border: solid 1px #eee;
}
.interna .listaAutarquias_rodape .row div:hover {
  background: #fcfcfc;
}
.interna .listaAutarquias_rodape .row div a {
  display: block;
  padding: 20px;
}
.interna .listaAutarquias_rodape .row div a img {
  filter: grayscale(100);
}
.interna .listaAutarquias_rodape .row div:hover a img {
  filter: inherit;
  transform: scale(1.2);
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s;
}
.interna.autarquias.apecom .listaAutarquias_rodape .row div:nth-child(1),
.interna.autarquias.luzparaocaminho
  .listaAutarquias_rodape
  .row
  div:nth-child(2),
.interna.autarquias.editora .listaAutarquias_rodape .row div:nth-child(3),
.interna.autarquias.apmt .listaAutarquias_rodape .row div:nth-child(4),
.interna.autarquias.mackenzie .listaAutarquias_rodape .row div:nth-child(5) {
  display: none;
}

/******* PÁGINA - SOBRE A IPB *********/
.interna.sobre .historia:after {
  background-image: url(../img/bg_barraHistoria.jpg);
}
.interna.sobre .ashbelGreen:after {
  background-image: url(../img/bg_barraAshbel.jpg);
}
.interna.sobre .ashbelGreen img {
  width: 250px;
  border-radius: 100%;
  filter: drop-shadow(2px 10px 10px rgba(0, 0, 0, 0.5));
}
.interna.sobre .traco {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.interna.sobre .traco:after {
  content: " ";
  display: block;
  width: calc(100% - 30px);
  border-bottom: solid 1px #eee;
  left: 0;
  bottom: 0;
  position: absolute;
}
.interna.sobre .traco:nth-child(n + 3):after {
  border: none;
}

/******* PÁGINA - ORGANIZACAO *********/
.interna.organizacao .cardOrganizacao {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 30px;
}
.interna.organizacao .cardOrganizacao div.card {
  display: flex;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
.interna.organizacao .cardOrganizacao div.card:hover {
  transform: scale(1.05);
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s;
}
.interna.organizacao .cardOrganizacao div.card img {
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.interna.organizacao .cardOrganizacao div.card .info {
  padding: 20px;
}
.interna.organizacao .cardOrganizacao div.card .info h3 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #55b495;
}
.interna.organizacao .cardOrganizacao div.card .info h3 small {
  font-size: 14px;
  color: #999;
}
.interna.organizacao .cardOrganizacao div.card .redessociais a {
  font-size: 2em;
  margin-right: 5px;
}

.interna.autarquias .barraApecom:after {
  background-image: url(../img/page-header/bg_apecom.jpg);
}
.interna.autarquias .barraApecom {
  text-align: center;
}

.interna.autarquias.editora .boxFullBG:after {
  background-image: url(../img/bg_editoraDiretoria.jpg);
}
.interna.autarquias.apmt .boxFullBG:after {
  background-image: url(../img/page-header/bg_apmt.jpg);
}
.interna.autarquias.mackenzie .boxFullBG:after {
  background-image: url(../img/bg_barraMackenzie.jpg);
}

.interna .caixaDestaque {
  height: 100%;
  width: 100%;
  display: table;
  padding-bottom: 20px;
}
.interna .caixaDestaque .box {
  display: table-cell;
  vertical-align: middle;
  background: #fffbeb;
  padding: 40px;
  text-align: center;
}
.interna .caixaDestaque .box h2 {
  font-size: 3em;
  font-weight: 800;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  color: #255232;
}
.interna .caixaDestaque .box h2:after {
  content: " ";
  display: block;
  width: 50%;
  left: 25%;
  border-bottom: solid 1px #255232;
  bottom: 0;
  position: absolute;
}
.interna .caixaDestaque .box p {
  margin-bottom: 0;
  color: #000;
}

.interna .caixaImgDireita {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
.interna .caixaImgDireita .texto {
  background: #f9f9f9;
  padding: 60px;
}
.interna .caixaImgDireita .texto h2 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.interna .caixaImgDireita .texto h2:before {
  position: absolute;
  left: 0;
  bottom: 5px;
  content: " ";
  display: block;
  border-bottom: solid 1px #38af00;
  width: 50%;
}
.interna .caixaImgDireita .texto h2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: " ";
  display: block;
  border-bottom: solid 10px #38af00;
  width: 10px;
  transform: rotate(45deg);
}
.interna .caixaImgDireita .imagem {
  padding: 0;
}
.interna .caixaImgDireita .imagem img {
  width: 100%;
  height: 100%;
  min-height: 100px;
  object-fit: cover;
  object-position: center;
}

/********* PAGINA DE CONTATO ********/
.interna.contato .page-header {
  background: rgba(0, 0, 0, 0.8);
}
.interna.contato .formulario {
  background: #e7f4f2;
  padding: 30px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  border: solid 1px #fff;
  border-radius: 0 25px 25px 25px;
}
.interna.contato .formulario h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #999;
}
.interna.contato .formulario p {
  margin-bottom: 30px;
}
.interna.contato .formulario input,
.interna.contato .formulario select,
.interna.contato .formulario textarea {
  margin-bottom: 5px;
  border-radius: 0;
}
.interna.contato .formulario button {
  border-radius: 0;
  background: #255232;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6em;
  border: 0;
  margin-top: 20px;
}
.interna.contato .listaContatos svg {
  font-size: 4em;
  margin-bottom: 15px;
  color: #70ff00;
}
.interna.contato .listaContatos h2 {
  margin-bottom: 5px;
}
.interna.contato .listaContatos ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 10px;
}
.interna.contato .listaContatos ul li {
  background: #fffbeb;
  padding: 30px;
}
.interna.contato .listaContatos ul li h4 {
  font-size: 2em;
  font-weight: 800;
  color: #156941;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #feedba;
  text-transform: uppercase;
}
.interna.contato .listaContatos ul li p {
  font-size: 1.4em;
}
.interna.contato .mapa {
  background: red;
  position: relative;
  padding: 100px;
}

/********* PAGINA DE DOWNLOAD ********/
.interna.download .page-header {
  background: rgba(0, 0, 0, 0.8);
}
.interna.download .buscador {
  border: solid 1px #eee;
  border-bottom: solid 5px #156941;
  padding: 20px;
  margin-bottom: 10px;
}
.interna.download .buscador input {
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #156941;
  margin-bottom: 10px;
}
.interna.download .buscador select {
  border-radius: 0;
}
.interna.download .buscador .btn {
  width: 100%;
  background: #156941;
  border-radius: 0;
  color: #fff;
}
/* .interna.download .selecaoTipo .nav-item {  } */
.interna.download .selecaoTipo button {
  font-size: 1.6em;
  margin: 5px;
  border-radius: 10px;
  border: solid 1px #eee;
  border-bottom: solid 3px #3c816a;
  background: #f9f9f9;
}
.interna.download .selecaoTipo button a:hover {
  background: #3c816a;
  color: #fff !important;
}
.interna.download .selecaoTipo button.active {
  background: #38af00;
  border-color: #38af00;
  color: #fff;
}
.interna.download .listaDownload {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.interna.download .listaDownload li {
  border-radius: 0 25px 25px 25px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
  font-size: 1.6em;
  background: #fff;
  border: solid 1px #eee;
}
.interna.download .listaDownload li b {
  display: block;
  width: calc(100% - 5em);
}
.interna.download .listaDownload li span {
  color: #333;
}
.interna.download .listaDownload li svg {
  float: right;
  font-size: 3em;
  margin-right: 10px;
  border: solid 2px #3c816a;
  padding: 10px;
  border-radius: 100%;
}
.interna.download .listaDownload li:hover {
  background: #fffbeb;
  border: solid 1px #fffbeb;
}
.interna.download .listaDownload li:hover svg {
  background: #3c816a;
  color: #fff;
}

/********* PAGINA - CANAL VERDADE E VIDA ********/
.interna.verdadeevida {
  scroll-behavior: smooth;
}

.interna.verdadeevida .linhaDestaque {
  text-align: center;
  background: #8b3716;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px 20px;
}
.interna.verdadeevida .linhaDestaque a {
  border: solid 1px #fefbe7;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 40px;
  font-size: 2em;
  color: #fefbe7;
}
.interna.verdadeevida .linhaDestaque a:hover {
  background: #fefbe7;
  color: #8b3716 !important;
}

.interna.verdadeevida .sobre {
  padding-top: 60px;
  padding-bottom: 60px;
}
.interna.verdadeevida .sobre div:first-child {
  text-align: center;
}
.interna.verdadeevida .sobre h2 {
  font-size: 3.6em;
  text-transform: uppercase;
  font-weight: 600;
  color: #0d5131;
}
.interna.verdadeevida #programas {
  background: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.interna.verdadeevida #programas h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.interna.verdadeevida #programas p {
  margin-bottom: 40px;
}
.interna.verdadeevida #programas .listaVideos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 20px;
}
.interna.verdadeevida #programas .listaVideos iframe {
  width: 100%;
  margin-bottom: -5px;
  height: 200px;
  border-radius: 15px 15px 0px 0px;
  background: #000;
}
.interna.verdadeevida #programas .listaVideos p {
  margin-bottom: 0;
  background: #14311d;
  font-size: 1.4em;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  border-radius: 0px 0px 15px 15px;
}
.interna.verdadeevida #programas .btn {
  margin-top: 20px;
  background: transparent;
  color: red;
  border: solid 1px red;
  border-radius: 10px;
  padding: 10px 15px;
}
.interna.verdadeevida #programas .btn:hover {
  background: red;
  color: #fff !important;
}
.interna.verdadeevida #iconRedesSociais {
  background: #255232;
  text-align: center;
  padding: 50px 20px;
  padding-bottom: 30px;
}
.interna.verdadeevida #iconRedesSociais h2 {
  color: #fff;
  font-weight: normal;
}
.interna.verdadeevida #iconRedesSociais h2 b {
  font-weight: 800;
}
.interna.verdadeevida #iconRedesSociais a {
  color: #fff;
  font-size: 3em;
  display: inline-block;
  margin: 10px;
}
.interna.verdadeevida .faixaComplementos {
  margin-bottom: 60px;
  background: url(../img/verdadeevida-contribua.jpg) center center no-repeat;
}
.interna.verdadeevida .faixaComplementos .row > div {
  padding: 150px 40px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
}
.interna.verdadeevida .faixaComplementos .row div h3 {
  font-size: 3.6em;
  font-weight: 800;
  text-transform: uppercase;
  color: #3c816a;
}
.interna.verdadeevida .faixaComplementos .row div > p {
  margin-bottom: 20px;
}
.interna.verdadeevida .swiper-button-next:after,
.interna.verdadeevida .swiper-button-prev:after {
  display: none;
}
.interna.verdadeevida .swiper-button-next {
  background: url(../img/ico_setaSlide2.png) center center no-repeat;
  width: 34px;
  height: 32px;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  right: 0;
  filter: invert(1);
  opacity: 0.6;
}
.interna.verdadeevida .swiper-button-prev {
  background: url(../img/ico_setaSlide.png) center center no-repeat;
  width: 34px;
  height: 32px;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  left: 0;
  filter: invert(1);
  opacity: 0.6;
}
.interna.verdadeevida .swiper-pagination .swiper-pagination-bullet-active {
  background: #3c816a;
}
.interna.verdadeevida .swiper-container .btn-rosa {
  color: #b2149a;
  border-color: #b2149a;
}
.interna.verdadeevida .swiper-container .btn-rosa:hover {
  background: #b2149a;
  color: #fff;
}
.interna.verdadeevida .swiper-container .btn-azul {
  color: #1f71f6;
  border-color: #1f71f6;
}
.interna.verdadeevida .swiper-container .btn-azul:hover {
  background: #1f71f6;
  color: #fff;
}
.interna.verdadeevida .swiper-container .btn-laranja {
  color: #f37820;
  border-color: #f37820;
}
.interna.verdadeevida .swiper-container .btn-laranja:hover {
  background: #f37820;
  color: #fff;
}
.interna.verdadeevida .swiper-container .btn-dourado {
  color: #b8983b;
  border-color: #b8983b;
}
.interna.verdadeevida .swiper-container .btn-dourado:hover {
  background: #b8983b;
  color: #fff;
}

/********* PAGINA DE CONTEUDO ********/
.interna.conteudo .conteudoPrincipal .catData {
  color: #fff;
  margin: 1px 0 30px 0;
}
.interna.conteudo .conteudoPrincipal .catData div {
  padding: 10px 15px;
  font-size: 1.6em;
  text-align: center;
}
.interna.conteudo .conteudoPrincipal .catData div:nth-child(1) {
  background: #255232;
  border-right: solid 1px #fff;
}
.interna.conteudo .conteudoPrincipal .catData div:nth-child(2) {
  background: #14311d;
  color: #00ff0e;
}
.interna.conteudo .conteudoPrincipal .tags {
  font-size: 1.4em;
}
.interna.conteudo .conteudoPrincipal .tags b {
  margin-right: 10px;
}
.interna.conteudo .conteudoPrincipal .tags a {
  display: inline-block;
  background: #f9f9f9;
  padding: 5px 15px;
  margin-right: 5px;
  border-radius: 20px;
  color: #255232;
}
.interna.conteudo .conteudoPrincipal .tags a:hover {
  background: #55b495;
  color: #fff !important;
}
.interna.conteudo .conteudoPrincipal .barraInfo {
  border: solid 1px #eee;
  border-bottom: solid 5px #14311d;
  margin-bottom: 20px;
  padding: 15px 20px;
  font-size: 1.4em;
  background: #fafafa;
}
.interna.conteudo .conteudoPrincipal .barraInfo hr {
  margin: 15px 0;
}
.interna.conteudo .conteudoPrincipal .barraInfo svg {
  margin-right: 5px;
}
.interna.conteudo .conteudoPrincipal .barraInfo a.btn {
  background: #255232;
  font-size: 14px;
  margin-left: 5px;
  color: #fff;
}
.interna.conteudo .conteudoPrincipal .barraInfo a.btn:hover {
  background: #3c816a;
  color: #fff !important;
}
.interna.conteudo h2.titTexto {
  text-align: center;
  padding-top: 20px;
  text-transform: uppercase;
}
.interna.conteudo .barraLateral {
  padding-left: 40px;
}
.interna.conteudo .barraLateral ul {
  padding: 30px;
  background: #fafafa;
  border-radius: 0 25px 25px 25px;
}
.interna.conteudo .barraLateral ul li {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.interna.conteudo .barraLateral ul li h2 {
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.interna.conteudo .barraLateral ul li a {
  display: block;
  position: relative;
}
.interna.conteudo .barraLateral ul li a img {
  float: left;
  width: 90px;
  margin-right: 15px;
  border-radius: 10px;
}
.interna.conteudo .barraLateral ul li a h3 {
  color: #14311d !important;
  font-size: 1.6em;
}
.interna.conteudo .barraLateral ul li a p {
  color: #000;
  font-size: 1.4em;
  padding-top: 2px;
  margin-bottom: 0;
}
.interna.conteudo .barraLateral ul li a:hover h3,
.interna.conteudo .barraLateral ul li a:hover p {
  color: #3c816a !important;
}
.interna.conteudo .barraLateral ul li:first-child {
  margin-bottom: 0;
}
.interna.conteudo .barraLateral ul li.link {
  border-top: solid 1px #eee;
  padding-top: 15px;
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 0;
}
.interna.conteudo .barraLateral ul.traco li a {
  padding-left: 20px;
}
.interna.conteudo .barraLateral ul.traco li:last-child a {
  padding-left: 0px;
}
.interna.conteudo .barraLateral ul.traco li a:after {
  content: "\005F";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: -13px;
  font-size: 2em;
  color: #00ff0e;
}
.interna.conteudo .barraLateral ul.traco li:last-child a:after {
  display: none;
}
.interna.conteudo .barraLateral ul.listaTags a {
  display: inline-block;
  margin-right: 5px;
  border-radius: 20px;
  background: #255232;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 5px;
  font-size: 1.2em;
}
.interna.conteudo .barraLateral ul.listaTags a:hover {
  background: #55b495;
  color: #fff !important;
}
.interna.conteudo .barraLateral ul.busca li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.interna.conteudo .barraLateral ul.busca input,
.interna.conteudo .barraLateral ul.busca select {
  border-radius: 0;
  margin-bottom: 5px;
}
.interna.conteudo .barraLateral ul.busca button {
  display: block;
  width: 100%;
  margin-top: 10px;
  background: #14311d;
  border: none;
  font-size: 14px;
  border-radius: 0;
}
.interna.conteudo .barraLateral ul.busca button:hover {
  background: #3c816a;
}
.interna.conteudo .barraLateral .calendario .mes {
  position: relative;
  text-align: center;
  font-size: 1.6em;
  background: #255232;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  margin-bottom: 5px;
}
.interna.conteudo .barraLateral .calendario .mes::before {
  content: "<";
  position: absolute;
  left: 5px;
  top: 5px;
  background: #fff;
  border-radius: 100%;
  color: #255232;
  width: 1.6em;
  cursor: pointer;
}
.interna.conteudo .barraLateral .calendario .mes::after {
  content: ">";
  position: absolute;
  right: 5px;
  top: 5px;
  background: #fff;
  border-radius: 100%;
  color: #255232;
  width: 1.6em;
  cursor: pointer;
}
.interna.conteudo .barraLateral .calendario .dias {
  padding: 5px;
}
.interna.conteudo .barraLateral .calendario .dias table {
  width: 100%;
  font-size: 1.4em;
  line-height: 2em;
  background: #55b495;
  border: 5px solid #55b495;
  border-radius: 20px;
  overflow: hidden;
}
.interna.conteudo .barraLateral .calendario .dias table td {
  text-align: center;
  width: 14.28%;
  color: #fff;
}
.interna.conteudo .barraLateral .calendario .dias table td.off {
  opacity: 0.3;
}
.interna.conteudo .barraLateral .calendario .dias table thead {
  background: #fff;
  border-radius: 20px;
  height: 1.6em;
  margin-bottom: 10px;
}
.interna.conteudo .barraLateral .calendario .dias table thead td {
  color: #255232;
}
.interna.conteudo .barraLateral .calendario .dias table tbody td {
  padding: 3px;
}
.interna.conteudo .barraLateral .calendario .dias table tbody td a {
  background: green;
  border-radius: 100%;
  color: #fff;
}
.interna.conteudo .barraLateral .calendario .dias table tbody td a:hover {
  color: #fff !important;
}
.interna.conteudo .barraLateral .fichaAutor {
  padding: 30px;
  background: #0d5131;
  border-radius: 0 25px 25px 25px;
  color: #fff;
  text-align: center;
}
.interna.conteudo .barraLateral .fichaAutor img {
  border-radius: 100%;
  margin-bottom: 20px;
  width: 80%;
}
.interna.conteudo .barraLateral .fichaAutor h3 {
  font-size: 1.8em;
  color: #70ff00;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.interna.conteudo .barraLateral .fichaAutor h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #70ff00;
  content: " ";
  display: block;
  width: 80%;
  height: 1px;
  margin-left: 10%;
}
.interna.conteudo .barraLateral .fichaAutor h3:before {
  position: absolute;
  left: 49%;
  bottom: -4px;
  background: #70ff00;
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.interna.conteudo .barraLateral .fichaAutor p {
  font-size: 1.2em;
}
.interna.conteudo .barraLateral .fichaAutor .redessociais a {
  font-size: 3.2em;
  margin: 0 5px;
  color: #fff;
}
.interna.conteudo .barraLateral #banners a {
  display: block;
  margin-bottom: 20px;
}
.interna.conteudo .barraLateral #banners a:last-child {
  margin-bottom: 0;
}

.interna.conteudo #bannerPublicidade {
  margin: 20px 0;
  padding: 30px 0;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.interna.conteudo .fb-comments iframe {
  width: 100% !important;
}
.interna.conteudo .conteudoPrincipal .fotoPrincipal {
  width: 100%;
}
.interna.conteudo .conteudoPrincipal .content-text {
  font-size: 16px;
}
.interna.conteudo .conteudoPrincipal .listConteudo li {
  border: solid 1px #eee;
  margin-bottom: 35px;
  border-bottom: solid 5px #3c816a; /* SOMBRA DO BOX /* -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.3); box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);*/
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.interna.conteudo .conteudoPrincipal .listConteudo li .flag {
  position: absolute;
  left: 0;
  top: 20px;
  background: green;
  padding: 5px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4em;
  border-radius: 0 5px 5px 0;
}
.interna.conteudo .conteudoPrincipal .listConteudo li .realizado {
  position: absolute;
  left: 0;
  top: 55px;
  background: red;
  padding: 5px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4em;
  border-radius: 0 5px 5px 0;
}
.interna.conteudo .conteudoPrincipal .listConteudo li .infoConteudo {
  padding: 20px;
  padding-bottom: 0;
}
.interna.conteudo .conteudoPrincipal .listConteudo li a {
  color: #333;
}
.interna.conteudo .conteudoPrincipal .listConteudo li a h3 {
  text-transform: uppercase;
  color: #3c816a;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 800;
  font-size: 2.4em;
}
.interna.conteudo .conteudoPrincipal .listConteudo li p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.interna.conteudo .conteudoPrincipal .listConteudo li p:not(:nth-child(1)) {
  display: none;
}
.interna.conteudo .conteudoPrincipal .listConteudo li a .dadosConteudo {
  font-size: 1.4em;
  color: #999;
  margin-bottom: 20px;
  border-top: solid 1px #eee;
  padding-top: 15px;
}
.interna.conteudo .conteudoPrincipal .listConteudo li a .dadosConteudo svg {
  margin-left: 20px;
  margin-right: 3px;
  color: green;
}
.interna.conteudo
  .conteudoPrincipal
  .listConteudo
  li
  a
  .dadosConteudo
  svg:first-child {
  margin-left: 0;
}
.interna.conteudo .conteudoPrincipal .listConteudo li a:hover p {
  color: #333;
}
.interna.conteudo .conteudoPrincipal .listConteudo li img {
  object-fit: cover;
  object-position: center;
  height: 300px;
  width: 100%;
}
.interna.conteudo .conteudoPrincipal .listConteudo .btn {
  background: #3c816a;
  color: #fff;
}

.interna.conteudo .conteudoPrincipal #galeria {
  background: #f9f9f9;
  border: solid 1px #eee;
  padding: 20px;
  margin-top: 25px;
}
.interna.conteudo .conteudoPrincipal #galeria h5 {
  border-bottom: solid 1px #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #666;
}
.interna.conteudo .conteudoPrincipal #galeria .thumb {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.interna.conteudo .conteudoPrincipal #galeria .thumb div {
  border: solid 1px #ddd;
  padding: 10px;
}
.interna.conteudo .conteudoPrincipal #galeria .thumb div:hover {
  background: #fff;
}
.interna.conteudo .conteudoPrincipal #galeria .thumb div img:hover {
  transform: scale(1.05);
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}

/********* PAGINA DE BLOG ********/
.interna.conteudo.blog .page-header {
  background: rgba(0, 0, 0, 0.5);
}
.interna.conteudo.blog .page-header:before {
  background-image: url(../img/bg_titBlog.jpg);
}
.interna.conteudo.blog .page-header h1 {
  margin-bottom: 0;
}
.interna.conteudo.blog .page-header h2 {
  color: #70ff00;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/********* PAGINA DE PROJETOS ********/
.interna.projetos .listaProjetos li {
  background: #fffbeb;
  padding: 30px 40px;
  border-radius: 0 25px 25px 25px;
  margin-top: 35px;
  display: table;
  margin-left: 20%;
}
.interna.projetos .listaProjetos li:nth-child(2n) {
  margin-left: 0;
  margin-right: 20%;
}
.interna.projetos .listaProjetos li img {
  float: left;
  border-radius: 0 25px 25px 25px;
  width: 40%;
  margin-left: -20%;
  margin-right: 5%;
}
.interna.projetos .listaProjetos li:nth-child(2n) img {
  float: right;
  margin-right: -20%;
  margin-left: 5%;
}
.interna.projetos .listaProjetos li h2 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
  color: #3c816a;
  font-size: 3em;
}
.interna.projetos .listaProjetos li p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.interna.projetos .faixaInfo {
  margin-top: 60px;
  margin-bottom: 60px;
}
.interna.projetos .faixaInfo .row div {
  padding: 5%;
  text-align: center;
}
.interna.projetos .faixaInfo .row div:nth-child(n + 1) {
  background: #fffbeb;
}
.interna.projetos .faixaInfo .row div:nth-child(n + 2) {
  background: #fff6d2;
}
.interna.projetos .faixaInfo .row div ul li {
  margin-left: 40px;
  font-size: 1.6em;
  margin-bottom: 5px;
}
.interna.projetos .faixaInfo .row div ul li:before {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #70ff00;
  vertical-align: middle;
  margin-right: 10px;
}
.interna.projetos .cartao {
  border: solid 1px #eee;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 15px;
  -webkit-box-shadow: 3px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 10px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 10px 5px 0px rgba(0, 0, 0, 0.05);
  border-bottom: solid 5px #0d5131;
}
.interna.projetos .cartao span {
  background: #70ff00;
  padding: 2px 10px;
  color: #0d5131;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 1.4em;
  margin-left: -20px;
  border-radius: 0 5px 5px 0;
  padding-left: 20px;
}
.interna.projetos .cartao h4 {
  font-size: 2em;
  margin-bottom: 10px;
  color: #0d5131;
}
.interna.projetos .cartao p {
  font-size: 1.4em;
}
.interna.projetos #slideCadaDia .setas {
  text-align: center;
  padding-top: 10px;
}
.interna.projetos #slideCadaDia .swiper-button-next,
.interna.projetos #slideCadaDia .swiper-button-prev {
  position: relative;
  width: auto;
  top: inherit;
  left: inherit;
  right: inherit;
  margin-top: inherit;
  display: inline-block;
  background: #0d5131;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  color: #fff;
  padding-top: 7px;
}
.interna.projetos #slideCadaDia .swiper-button-next:after,
.interna.projetos #slideCadaDia .swiper-button-prev:after {
  font-size: 24px;
}

/********* PAGINA DE IGREJAS ********/
.interna.igrejas h3 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 15px;
  color: #3c816a;
  font-size: 1.4em;
}
.interna.igrejas form.procuraIgreja {
  font-size: 1.6em;
  background: #0d5131;
  border-radius: 0 25px 25px 25px;
  padding: 20px;
  display: table;
  width: 100%;
}
.interna.igrejas form.procuraIgreja input,
.interna.igrejas form select {
  width: 19%;
  border: solid 1px #eee;
  padding: 5px 10px;
  margin: 0.5%;
  float: left;
}
.interna.igrejas form.procuraIgreja input[type="submit"] {
  background: transparent;
  color: #fff;
  border-radius: 10px;
  width: 99%;
}
.interna.igrejas .dadosLista {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: solid 1px #eee;
  padding-top: 15px;
  text-align: center;
  font-size: 1.4em;
}
.interna.igrejas .listaIgrejas {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.interna.igrejas .listaIgrejas li {
  background: #fffbeb;
  border-radius: 25px;
}
.interna.igrejas .listaIgrejas li img {
  border-radius: 25px 25px 0 0px;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  display: none;
}
.interna.igrejas .listaIgrejas li .dadosIgreja {
  padding: 20px 35px;
}
.interna.igrejas .listaIgrejas li .dadosIgreja h4 {
  font-weight: 800;
  font-size: 2em;
  margin-bottom: 5px;
  color: #0d5131;
}
.interna.igrejas .listaIgrejas li .dadosIgreja i {
  margin-bottom: 20px;
  display: block;
  font-size: 1.4em;
  color: #999;
}
.interna.igrejas .listaIgrejas li .dadosIgreja p {
  font-size: 1.4em;
}
.interna.igrejas .listaIgrejas li .dadosIgreja p b {
  font-size: 1.2em;
}
.interna.igrejas .listaIgrejas li .dadosIgreja .btn {
  font-size: 14px;
  margin-bottom: 15px;
}
.interna.igrejas .responsavel h5 {
  font-size: 1.8em;
  font-weight: 700;
  color: #0d5131;
  margin-bottom: 5px;
}
.interna.igrejas .fotosIgreja .fotoPrincipal {
  border-radius: 0 25px 25px 25px;
}
.interna.igrejas .fotosIgreja .tumb {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  padding-top: 10px;
}
.interna.igrejas .fotosIgreja .tumb img {
  border-radius: 10px;
  filter: grayscale(100);
}
.interna.igrejas .fotosIgreja .tumb img:hover {
  filter: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari and Chrome */
  -o-transition: all 0.3s; /* Opera */
  border: solid 5px #fffbeb;
}
.interna.igrejas .fotosIgreja .tumb img.active {
  filter: none;
  border: solid 5px #3c816a;
}
.interna.igrejas .row iframe {
  border-radius: 0 25px 25px 25px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  border: solid 1px #333;
}
.interna.igrejas .botoes {
  text-align: center;
}
.interna.igrejas .botoes a {
  font-size: 1.4em;
  margin-right: 5px;
  margin-bottom: 10px;
}
.interna.igrejas .botoes svg {
  margin-right: 5px;
}
.interna.igrejas .compartilhar {
  background: #f9f9f9;
  padding: 5px 15px;
  border-radius: 10px;
  text-align: center;
  font-size: 1.4em;
}

/****** ESTILO DA MODAL  ****/
.modal-dialog {
  max-width: 800px;
}

@media (max-width: 991px) {
  p {
    font-size: 1.4em;
  }
  .titSite {
    font-size: 2.4em;
  }
  .titTexto {
    font-size: 2em;
  }
  .page-header {
    padding: 40px 20px;
  }
  .page-header h1 {
    font-size: 3.2em;
  }
  .page-header .breadcrumb {
    font-size: 1em;
  }
  .page-header:after {
    width: 70px;
    left: 51%;
  }

  #bannerHome,
  #bannerHome .swiper-slide {
    min-height: 500px;
  }

  #buscaIgreja form select,
  #buscaIgreja form button {
    float: inherit;
    margin-bottom: 5px;
    width: 100%;
  }

  section#conteudos .destaqueConteudo .card {
    height: 250px;
    margin-bottom: 15px;
  }
  section#conteudos .listaSubdestaques {
    min-height: auto;
  }
  section#conteudos .listaSubdestaques {
    margin-left: 0px;
  }
  section#conteudos .listaSubdestaques:after {
    display: none;
  }

  section#comunicacao .destaqueVideos {
    margin-bottom: 50px;
  }
  section#comunicacao .destaqueVideos .listaVideos {
    border-radius: 0;
  }
  section#comunicacao .destaqueVideos .principal {
    padding-right: 15px;
  }
  section#comunicacao .destaqueVideos .principal iframe {
    height: 250px;
    border-radius: 0 20px 0 0;
    margin-bottom: -4px;
  }
  section#comunicacao .destaqueVideos .lista {
    padding-left: 15px;
  }
  section#comunicacao .destaqueVideos .listaVideos {
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
  }
  section#comunicacao .destaqueVideos .listaVideos iframe {
    border-radius: 10px;
  }
  section#comunicacao .destaqueVideos .linkVideos a {
    border-radius: 0 0 20px 20px;
  }
  section#comunicacao .banner img {
    width: 100%;
    margin-bottom: 20px;
  }

  section#sociedades .bannerSociedades .swiper-slide {
    text-align: center;
    margin-bottom: -65px;
    height: auto;
  }
  section#sociedades .bannerSociedades .swiper-slide .container {
    padding: 40px 0;
    margin-bottom: 100px;
  }
  section#sociedades .bannerSociedades .swiper-slide .row div {
    padding-left: 15%;
    padding-right: 15%;
  }
  section#sociedades .bannerSociedades .swiper-slide h3 {
    font-size: 2.4em;
  }
  section#sociedades .bannerSociedades .swiper-slide p {
    font-size: 1.4em;
  }
  section#sociedades .bannerSociedades .swiper-slide .btn {
    margin-bottom: 10px;
  }
  section#sociedades .bannerSociedades .swiper-slide img {
    width: 30%;
    margin-bottom: 20px;
  }
  section#sociedades .bannerSociedades .swiper-pagination {
    display: none;
  }

  section#institucionalIpb .sobre {
    text-align: center;
  }
  section#institucionalIpb .sobre h3 {
    font-size: 3em;
  }
  section#institucionalIpb .organizacao .listaOrganizacoes {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 100px;
  }
  section#institucionalIpb .organizacao .listaOrganizacoes li:last-child a {
    width: 100%;
  }
  section#institucionalIpb .organizacao .dadosIgreja div:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 100px;
  }
  section#institucionalIpb .slideOrganizacao .swiper-button-prev {
    left: 40%;
  }
  section#institucionalIpb .slideOrganizacao .swiper-button-next {
    left: 60%;
  }

  section#projetos .boxProjetos img {
    width: 40%;
  }
  section#projetos .boxProjetos .infoProjeto {
    width: 60%;
  }

  section#parceirosEmMissao h3 {
    font-size: 2.4em;
  }
  section#parceirosEmMissao .row > div {
    text-align: center;
  }
  section#parceirosEmMissao h4 {
    font-size: 1.8em;
  }
  section#parceirosEmMissao:after {
    content: " ";
    display: block;
    width: 100%;
    height: 400px;
    background: url(../img/img_maos.png) center bottom no-repeat;
    background-size: cover;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .interna.organizacao .cardOrganizacao {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 30px;
  }

  .interna.verdadeevida .sobre div:first-child {
    margin-bottom: 30px;
  }
  .interna.verdadeevida .sobre div:last-child {
    text-align: center;
  }

  .interna.download .listaDownload {
    display: block;
  }
  .interna.download .listaDownload li {
    margin-bottom: 15px;
  }

  .interna.sobre .traco:nth-child(3):after {
    border-bottom: solid 1px #eee;
  }
  .interna.verdadeevida #programas .listaVideos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 20px;
  }

  .interna.contato .listaContatos ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 10px;
  }

  footer #infoSite .contato {
    padding-left: 15px;
    margin-top: 0 !important;
    text-align: center;
    border-top: solid 1px #ddd;
    padding-top: 50px;
  }
}

@media (max-width: 576px) {
  #bannerHome,
  #bannerHome .swiper-slide {
    min-height: 300px;
  }
  #bannerHome .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }

  section#conteudos .nav {
    display: none;
  }
  section#conteudos .selecao {
    display: block;
  }
  section#conteudos .destaqueConteudo {
    display: grid;
    grid-template-areas: "principal principal" "noticia2 noticia3";
    height: auto;
    margin-bottom: 20px;
  }
  section#conteudos .destaqueConteudo .card:nth-child(1) {
    grid-area: principal;
  }
  section#conteudos .destaqueConteudo .card:nth-child(2) {
    grid-area: noticia2;
  }
  section#conteudos .destaqueConteudo .card:nth-child(3) {
    grid-area: noticia3;
  }
  section#conteudos .destaqueConteudo .card {
    width: 98%;
    float: none;
    height: 250px;
    margin-bottom: 15px;
  }

  section#comunicacao .brasilPresbiteriano {
    margin-bottom: 30px;
  }
  section#comunicacao .brasilPresbiteriano .capa {
    float: none;
    margin-bottom: 15px;
    margin-right: 0;
    max-width: 100% !important;
  }
  section#comunicacao .banner_brasilpresbiteriano {
    margin-bottom: 20px;
  }

  section#areasSite .botAcessos {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  section#areasSite .botAcessos li a {
    font-size: 1.2em;
  }

  .interna.verdadeevida .linhaDestaque {
    flex-direction: row;
  }
  .interna.verdadeevida .linhaDestaque a {
    display: block;
    width: 100%;
  }
  .interna.verdadeevida #iconRedesSociais h2 {
    font-size: 2.6em;
    line-height: 1.2em;
  }
  .interna.verdadeevida .sobre div:nth-child(1) img {
    width: 50%;
  }
  footer #cadaDia {
    text-align: center;
  }
  footer #cadaDia img {
    float: inherit;
  }
  footer #infoSite .sitemap > ul {
    float: inherit;
    width: 100%;
  }

  .interna.contato .listaContatos ul {
    display: block;
  }
  .interna.contato .listaContatos ul li {
    margin-bottom: 15px;
  }

  .interna.conteudo .conteudoPrincipal #galeria .thumb {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}

#tabDestaques
  > div
  > div.col-12.col-lg-8
  > div
  > div
  > div.info
  > p:not(:nth-child(2)),
#cadaDia > div > a > p:not(:nth-child(3)),
#tabDestaques > div > div.col-12.col-lg-4 > ul > li > a > p:not(:nth-child(2)) {
  display: none !important;
}
#tabDestaques > div > div.col-12.col-lg-8 > div > div {
  height: 25rem;
}

label.error {
  color: red;
  display: flex;
  margin: 0 0 1em 1em;
}

.recaptcha-sendbutton[disabled] {
  cursor: not-allowed;
}
