.divulgacoes-wrapper{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap:15px;
  margin-bottom: 30px;

}
@media(max-width: 991px){
  .divulgacoes-wrapper{
    grid-template-columns: repeat(1,1fr);
  }
}
.divulgacao{
  height: 150px;
  overflow: hidden;
}
.divulgacao:hover{
  cursor: pointer;
}
.divulgacao img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}
@media(max-width: 768px){
  .divulgacao img{
    object-fit: contain;
  }
}
.cover-noticias, .cover-noticias-2{
  height: 150px;
}
.cover-noticias {
  background-size: cover;
  background-position: center;
}
/* Popup */
.popup{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  padding: 15px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
}
.popup.open{
  opacity: 1;
  visibility: visible;
}
.popup .popup-header{
  width: 50%;
  max-width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border:2px solid #fcb315;
  border-bottom: 0;
}
.popup .popup-header button{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 25px;
  height: 25px;
  margin: 15px;
  border-radius: 50%;
  border: 0;
  background-color: #681726;
}

.popup .popup-header button svg{
  width: 15px;
  height: 15px;
  stroke:#fff;
}
.popup .popup-wrapper{
  width: 50%;
  max-width: 100%;
  background-color: #fff;
  margin: 0 15px;
  border: 2px solid #fcb315;
  border-top: 0;
  position: relative;
}
.popup .popup-wrapper .popup-background{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.popup .popup-wrapper .popup-background img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup .popup-wrapper header{
  padding: 30px 50px;
  /* color: #681726; */
  font-size: 24px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}
.popup .popup-wrapper p{
  padding: 30px 50px;
  font-size: 24px;
  position: relative;
  z-index: 2;
}
.popup .popup-wrapper ul{
  padding: 50px;
  padding-top: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}
.popup .popup-wrapper ul li:not(:last-child){
  margin-bottom: 25px;
}
.popup .popup-wrapper ul li a{
  display: flex;
  font-size: 16px;
  align-items: center;
  gap: 30px;
}
.popup .popup-wrapper ul li a .popup-nav-item-img{
  width: 85px;
  height: 85px;
  border-radius: 50%;
}
.popup .popup-wrapper ul li a .popup-nav-item-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.popup .popup-wrapper ul li a span{
  background-color: #681726;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 10px;
}
.popup .popup-wrapper ul li a span svg{
  width: 8px;
  height: 8px;
  fill:#fff;
}

@media(max-width:768px){
  .popup .popup-header{
    width: 100%;
  }
  .popup .popup-wrapper{
    width: 100%;
  }
  .popup .popup-wrapper header{
    font-size: 14px;
    padding: 30px;
    padding-bottom: 0;
  }
  .popup .popup-wrapper p{
    padding: 30px;
    font-size: 14px;
  }
  .popup .popup-wrapper ul{
    padding: 30px;
    padding-top: 0;
  }
  .popup .popup-wrapper ul li a{
    font-size: 14px;
    display: grid;
    grid-template-columns: .3fr 1fr;
    gap: 15px;
  }
  .popup .popup-wrapper ul li a .popup-nav-item-img{
    width: 55px;
    height: 55px;
  }
  .popup .popup-wrapper ul li a span{
    width: initial;
    height: 25px;
    padding: 2px 10px;
  }
  .row-laterais{
    flex-direction: column-reverse;
    display: flex;
  }
}
/* Paroquias */
#ModalCortina .modal-body{
      overflow-y: initial!important;
}
.container-doacao{
  margin: 0 8px;
  padding: 15px;
  margin-bottom: 10px;
}
@media(min-width:768px){
  .container-doacao{
    display: none;
  }
}
.container-doacao header{

  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0 25px;
}

.container-doacao a{
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-top: 15px;
  border-radius: 10px;
}


.escolha-doacao{
  background-color: #21bbaf !important;
}
.escolha-doacao .container-doacao-hover ul li a{
  background-color: #282665!important;
  color: #ffffff!important;
}


#owl-destaques-laterais  .owl-dots{
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
/* Meu dia em oração */
.container-oracao-home .title{
  margin-right: 0!important;
  height: 58px;
}
.diaoracao-home, .carne-home{
  background-size: cover;
  background-position: right;
  padding: 10px 15px;
  position: relative;
  height: auto;
}
.container-oracao-home a {
  text-decoration: none;
  transition: 0.5s all;
}
.container-oracao-home a:hover {
  filter: brightness(1.2);
}
.diaoracao-home{
  background-image: url(../images/dia-oracao/oracao-home.jpg);
}
.carne-home{
  background-image: url(../images/dia-oracao/carne-home.jpeg);
}
.diaoracao-home .container-oracao, .carne-home .container-carne{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.diaoracao-home .container-oracao span, .carne-home .container-carne span{
  color: #fff;
  font-size: 12px;
}
.diaoracao-home p, .carne-home p{
  color: #fff;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
}
/* Tabelas */
.table-pastorais td, .table-pastorais th{
  border:1px solid #000000;
  padding: 10px;
}
