@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
    --cor-principal: #d3d3bf;
    --cor-secundaria: #f3f3df;
    --fundo-escuro: #f3f3df;
    --cor-terciaria: #3c506b;
    --principal: #f3f3df;
    --secundaria: aliceblue;
    --fundo-escuro: #f3f3df;
}


body {
    font-family: "Montserrat", sans-serif !important;
    height:100%!important;
    width: 100%;

}
.pequeno{
      min-height: 100dvh;
    display: flex;
    flex-direction: column;
}
#pastorais{
  flex-grow: 1;
}
 
.navbar-nav { 
      background: var(--fundo-escuro)!important;
      font-size: large!important;
      
      text-align: center!important;
      > li {
        display: inline-block!important;
        vertical-align: middle!important;

        > a:hover {
            color: #9b9b9b!important;
        }
        > a {
          padding-left: 10px!important;
          padding-right: 10px!important;
          text-decoration: none!important;
          
          color: rgb(0, 0, 0)!important;
          
          > img {
            width: 15%!important;
          }
        }
      }
}

@media (max-width:500px) {
     .flex{
      flex-direction: column!important;
     }
}
.coisas {
    background-color: var(--cor-principal)!important;
}
.active {
    color: #9b9b9b!important;
  }


.fa {
    font-size: 28px!important;
}

.bann {
    position: relative;
    background: white;
    border: 1px solid var(--cor-principal);
    border-radius: 12px!important;
  margin-top: 110px!important;
  padding: 50px!important;
    margin-bottom: 100px;
    margin-left: 35px;
    margin-right: 35px;
    > h2 {
      margin-bottom: 10px;
    }
    > h6 {
      margin-top: 15px;
      font-size: 15px;
      margin-bottom: 5px;
    }
  }

  .meajuda {
    display: flex;
    margin-top: 25px;
    > a {
      text-decoration: none;
      color: black;
    }
    align-items: center;
    background: var(--cor-secundaria);
    color: black!important;
    font-size: 17px;
    font-weight: 600;
    border: var(--cor-principal) solid 1px;
    border-radius: 6px;
    padding: 10px;
    transition: 0.5s;
    vertical-align: middle!important;
    &:hover {
      background: var(--cor-principal)!important;
      
      > a {
        color: white;
      }
    }
  }

  .imagezinhaa {
    margin-right: 2px;
    margin-left: 5px;
    font-size: 20px!important;
    vertical-align: middle!important;
  }

  .imagezinha {
    display: flex;
    position: absolute;
    color: white;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    font-size: 150px!important;
    border-radius: 40px;
    width: 200px;
    height: 200px;
    top: 13%;
    right: 0%;
    left: 80%;
    @media (max-width: 960px) {
      display: none;
    }
  }

  ::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--cor-secundaria); 
    border-radius: 5px;
  }
   
  ::-webkit-scrollbar-thumb {
    background: var(--cor-principal); 
    border-radius: 5px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: var(--fundo-escuro); 
  }
  
  .by-heart-path {
    stroke-dasharray: 7;
    animation: move-heart 1s infinite;
  }
  @keyframes move-heart {
    50% {
      stroke-dashoffset: 40;
    }
  }

  .centro {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .noticia {
    border: var(--cor-principal) solid 1px;
    margin-bottom: 1%;
    margin-left: 50px;
    margin-right: 50px;
    padding: 2%;
    color: rgb(0, 0, 0);
    border-radius: 12px!important;
    position: relative;
  }

  .card-title {
    margin-left: 30px;
    font-size: 28px;
    margin-bottom: 15px;
  }

  .not {
    font-size: 18px;
    margin-left: 50px;
    margin-bottom: 15px;
  }

  .card-footer {
    color: #202020;
    text-align: right;
    font-size: 14px;
    margin-bottom: 0px;
    
  }

  .noticias {
    margin-bottom: 5%;
    
  }

  .py-4 {
    padding: 0!important;
  }

  .flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .sobre1 {
    > p {
      margin-left: 45px;
      margin-bottom: 60px;
      margin-right: 45px;
      text-align: justify;
    }
    > h1 {
      margin-top: 30px;
      margin-left: 30px;
      margin-bottom: 10px;
    }
  }

  .pessoa {
    border: var(--cor-principal) 0.5px solid;
    border-radius: 12px;
    text-align: center;
    justify-content: center!important;
    margin-top: 10px;
    width: 500px;
    padding: 20px;
    margin: 0 auto;
    > img {
      width: 40%;
      border-radius: 50%;
      margin-bottom: 15px;
    }
    > h1 {
      font-size: 25px;
    }
    > h2 {
      font-size: 22px;
    }
  }

  @media (max-width:500px) {
    .pessoa {
      margin: 10%;
    }
    .usuarios{
      width: 47%!important;
    }
  }
  @media (min-width:200px) {
    .pessoa {
      margin: 10%;
    }
  }

.contato-c {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  
  .info {
    margin-top: 15px;
  }
  .contato-c {
    > h1 {
      text-align: center;
      margin-bottom: 60px;
    }
    > a {
      margin-bottom: 50px;
    }
  }

  .botaoc {
    margin-top: 40px!important;
    margin-bottom: 50px!important;
    border: var(--cor-principal) 0.5px solid;
    background-color: white;
    color: black!important;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
    border-radius: 12px;
  }
  .botaoc:hover {
    background-color: var(--cor-secundaria)!important;
    cursor: pointer;
  }

  .center {
    text-align: center;
  }

  .imagem-noticia {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
  }

 #ulti-noti {
  > h1 {
    text-align: center;
    margin-bottom: 3%;
  }
 }
 .index-noti {
  margin-bottom: 5%!important;
 }

 .noticia-puxada {
  text-decoration: none;
 }

 .noti-titulo {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 20px;
 }

 .conteudo-noti {
  margin-left: 40px;
  margin-right: 40px;
  text-align: justify;
  margin-bottom: 40px;
  font-size: 20px;
 }

 .imagem-noticia-pag {
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6%;
 }

 #noticias {
  > h4 {
    font-size: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .dados-not {
    margin-left: 40px;
  }
 }

 .anexo-doc {
  margin-left: 60px;
  text-decoration: none;
  color: black;
 }

 .card-body{
  color: black;
 }

 .logo-gr {
  margin-top: 20px;
  width: 50%;
  border-radius: 50%;
  border: 1px solid var(--cor-principal);
 }
 .h1-gr {
  text-align: center;
  margin-top: 2%;
  margin-bottom: 2%;
  
 }
 .gremios {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
 }
 .gremio {
  margin-top: 10px;
  border: 1px solid var(--cor-principal);
  justify-content: center;
  margin: 0 auto;
  width: 350px;
  border-radius: 10px;
  margin-bottom: 20px!important;
  text-decoration: none;
  color: black;
 }
 .h2-gr {
  margin-top: 10px;
 }

 .logo-gr1 {
  width: 50%;
  border-radius: 50%;
  margin-left: 40px;
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
  border: 1px solid var(--cor-principal);
 }


 .borda {
  border: 1px solid var(--cor-principal);
  margin: 2%;
  > h1 {
    text-align: center;
    margin-top: 2%!important;
  }
  margin-bottom: 40px!important;
 }

 .flex-gr {
  display: flex;
  flex-direction: row;
  justify-content: center!important;
  width: 100%;
 }

.flex-gr > * {
  flex-basis:330px;

}

 .detalhes-gr {
  vertical-align: center;
  padding: 0 auto;
  padding: 70px 0;
  > p {
    vertical-align: center;
  }
 }

 .gr-02 {
  text-align: right!important;
 }

 .portal-tran {
  text-decoration: none;
  color: black;
  text-align: center!important;
  font-size: 20px;
  border: 1px solid var(--cor-principal);
  padding: 10px;
  border-radius: 12px;
 }

 .portal-tran:hover {
  background-color: var(--cor-secundaria);
 }

 .p-gr {
  margin-bottom: 20px;
 }

 .pessoas{
  display: flex;
  flex-wrap: wrap;
 }
  
  .copyright {
    color: rgb(43, 43, 43);
    font-weight: bold!important;
    background: var(--fundo-escuro);
    padding: 20px;

    > p {
      font-size: 14px;
  
      padding: 0;
      margin: 0;
      
    }
  }
  .credits {
    float: right;
    font-weight: bold;
    > a {
      color: rgb(47, 0, 255);
      text-decoration: none;
    }
  }
  
  @keyframes bounceTop_01{
      0%,100%{
          transform: translateY(-30px);
      }
      50%{
          transform: translateY(0px);
      }
  }

 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 }

body{
    background: #fcfcfc;
    font-family: sans-serif;
    height:100%;
}
footer{
    background: var(--fundo-escuro);
    padding-top: 40px;
    color: #363636;
    bottom: 0!important;
    width: 100%;


}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;

}
.footer-content h3{
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 3rem;
}
.footer-content p{
    max-width: 700px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: #646464;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    border: 1.1px solid white;
    padding: 5px;

    border-radius: 50%;

}
.socials a i{
    font-size: 1.1rem;
    width: 20px;


    transition: color .4s ease;

}
.socials a:hover i{
    color: aqua;
}

.footer-bottom{
    background: #000;
    width: 100vw;
    padding: 20px;
padding-bottom: 40px;
    text-align: center;
}
.footer-bottom p{
float: left;
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 16px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}
.footer-menu{
  float: right;

}
.footer-menu ul{
  display: flex;
}
.footer-menu ul li{
padding-right: 10px;
display: block;
}
.footer-menu ul li a{
  color: #cfd2d6;
  text-decoration: none;
}
.footer-menu ul li a:hover{
  color: #27bcda;
}

@media (max-width:500px) {
  .footer-menu ul{
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .copyright {
    padding: 60px!important;
  }
}

.sobre2{

  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 20px;
  > h1 {
    margin-bottom: 20px;
  }
  > .flex {
    > p {
      margin: 10px;
    }
  }
}
  
.usuarios{
  display: grid;
  max-width: 60%;
  margin: 0 auto;
}
thead th {
  text-align: center;
}
thead {
  color: #000!important;
  border-bottom: 2px solid rgb(160 160 160);
  background-color: var(--cor-principal);
  color: white;
  justify-content: center!important;
}

td {
  background-color: var(--principal);
}

tbody {
  background-color: #e4f0f5;
  text-align: center;
}
.chatice {
  width: 200px;
   
}
.chatice-1 {
  width: 80px;
  
}
.chatice-3 {
  width: 250px;
}
