@font-face {
  font-family: 'Satoshi';
  src: url('font/Satoshi-Variable.ttf') format('truetype');
  font-weight: 100 900;
}
@font-face {
  font-family: 'Satoshi-italic';
  src: url('font/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 100 900;
}

*{
  padding: 0;
  margin: 0;
  font-family: 'Satoshi', Times, serif;
  box-sizing:border-box;
  text-decoration: none;
  list-style: none;
}
header{
  width: 100%;
  height: 133px;
  display: flex;
  align-items: center;
}

.bg-dark{
  background-color:#000 !important;
}

.btn-dark{
  background-color: #000 !important;
}

.btn-dark:hover{
  background-color: #424649 !important;
}

.navbar .btn-lg{
  font-size: 13px !important;
  /* width: 137px; */
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#iframe-slider {
  width: 100%;
  height: 22.8vw;
}

@media screen and (max-width: 680px) {
  #iframe-slider {
    height: 77vw;
  }
  
}

.title-one{
  font-size: 72px;
  font-weight: 900;
  color: #C0293A;
  line-height: 55px;
}

.title-one span{
  font-size: 48px;
  font-weight: 400;
  color: #000;
}

.title-two{
  font-size: 48px;
  font-weight: 900;
  color: #C0293A;
}

.box-bg-secundary{
  background-color: #c7c7c7;
}

.combate-ao-crime{
  margin-bottom: 145px;
}

#programas-container{
  margin-top: 100px;
  margin-bottom: 100px;
}

#nossos-numeros{
  margin-bottom: 80px;
}

#nossos-numeros h3, #nossos-numeros h3 p{
  font-size: 48px;
  font-weight: 900;
}

#nossos-numeros p {
  font-size: 20px;
  font-weight: 400;
}

#faq-container{
  margin-bottom: 100px;
}

#parceiro{
  margin-top: 100px;
  margin-bottom: 100px;
}

.colabore-container p{
  font-size: 14px;
}

.colabore-container a,
.newsletter-container a{
  font-size: 15px;
}

.colabore-container,
.newsletter-container{
  height: 166px;

}

.colabore-container div.rounded,
.newsletter-container div.rounded{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 576px) {

  .colabore-container,
  .newsletter-container{
    padding: 0;
    margin-bottom: 7rem !important;
}

  .colabore-container div.rounded,
  .newsletter-container div.rounded{
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}


/* Sobre */

#container-nossoTrabalho h2,#container-quemSomos h2, #container-origem h2 {
  font-size: 36px;
  font-weight: 900;
}

#container-quemSomos{
  margin-top: 90px;
  margin-bottom: 90px;
}

#container-img{
  margin-bottom: 80px;
}

#container-origem{
  margin-bottom: 70px;
}

#container-nossoTrabalho{
  margin-bottom: 130px;
}

#container-nossoTrabalho h2{
  margin-bottom: 24px;
}

#container-nossoTrabalho p{
  font-weight: 400;
  font-size: 20px;
}

#container-nossoTrabalho h3{
  font-size: 24px;
  font-weight: 900;
}

#container-nossoTrabalho span{
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 576px){
  #container-nossoTrabalho{
    margin-bottom: 50px;
  }
}

/* End Sobre */

/* premios */

#container-premios .section-title,
#container-doacao .section-title,
#container-noticias .section-title,
#container-download .section-title,
#container-desaparecidos-conteudo .section-title{
  color: #C0293A;
  font-size: 36px;
  font-weight: 900;
  line-height: 48.6px;
}

#container-premios .premio-tim h1{
  margin-top: 50px;
  margin-bottom: 70px;
}
.premio-tim p,
.premio-tim li,
.premio-destaque p{
  font-size: 16px;
  font-weight: 400;
}

#container-premios .premio-tim span,
.premio-destaque span{
  font-weight: 700;
  font-size: 16px;
}

/* End Premios */

/* Doação */

#container-doacao p{
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  color: #000;
}

#container-doacao .valures-pix a{
  display: flex;
  align-items: end;
  justify-content: space-between;
  text-decoration: none;
  color: #C0293A;
  font-size: 24px;
  font-weight: 900;
  padding: 22px 24px;
  border: 1px solid #D4CFCF;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

#container-doacao .valures-pix a span b{
  font-weight: 700;
  color: #000;
  font-size: 20px;
}

#container-doacao .outro-valor{
  padding: 30px;
  border: 1px solid #D4CFCF;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 20px;
  font-weight: 900;
}

#container-doacao #pix-chave{
  font-weight: 400;
  font-size: 10px;
}

@media (max-width: 992px){
  #container-doacao #pix-chave{
    width: 100%;
  }
}

/* End Doacao */

/* Noticias */
#container-noticias .news-card{
  display: flex;
  justify-content: space-between;
}
/* #container-noticias .news-card a{
 text-decoration: none;
} */

#container-noticias .news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

#container-noticias .news-date {
  font-size: 0.9rem;
  color: #ff0000;
}

#container-noticias .margin-custom {
  margin-top: 12rem;
}

#container-noticias .news-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #000000;
}

#container-noticias .read-more {
  color: #ff0000;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

@media (max-width: 992px) {
  #container-noticias .margin-custom {
    margin-top: 6rem;
  }
}
/* End noticias */


/*noticia item */

#container-noticia-completa .box-noticia-completa{
  box-shadow: 0px 0px 32px 0px #0000001A;
  border: 1px solid #D4CFCF;
}

#container-noticia-completa .box-noticia-completa p.date{
  color: #C0293A;
  font-size: 14px;
  font-weight: 700;
}

#container-noticia-completa .box-noticia-completa span.chamada{
  color: #000;
  font-weight: 400;
  font-size: 20px;
}

#container-noticia-completa .box-noticia-completa h1{
  color: #000;
  font-weight: 900;
  font-size: 30px;
  line-height: 40.5px;
}

#container-noticia-completa .box-noticia-completa div.lead{
  color: #000;
  font-size: 20px;
  font-weight: 400;
}


/* Download */


#container-download .top p{
  font-size: 16px;
  font-weight: 400;
}

#container-download .carousel-control-prev,
#container-download .carousel-control-next{
  position: initial;
  width: auto;
  height: auto;
  transform: none;
  top: auto;
  bottom: auto;
  padding: 6px 12px;
  border-radius: 6px;
  opacity: 1;
}

#container-download .pagination-wrapper{
  padding-right: 4rem;
}

#container-download .carousel img {
  width: 100%;
  max-height: 419px;
  /* border-radius: 50%;
  margin-right: 1rem; */
  overflow: hidden;
}
#container-download .carousel-inner {
  padding: 1em;
}

#container-download .carousel .card {
  margin: 0 0.5em;
  border: 0;
}

#container-download .carousel-control-prev,
#container-download .carousel-control-next {
  /* width: 3rem; */
  /* height: 3rem; */
  /* background-color: grey; */
  /* border-radius: 50%; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
}

@media screen and (min-width: 576px) {
  #container-download .carousel-inner {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
  }
  #container-download .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1024px) {
  #container-download .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 4);
  }
}

/* End Download */

/* Contexto inicial Desaparecidos */

#container-desaparecidos-conteudo .text-custom {
  font-family: 'Satoshi', sans-serif;
  font-weight: 900;
  font-size: 20px;
  text-align: left;
  color: #C72D33;
  list-style: disc;
}

#container-desaparecidos-conteudo .text-custom p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

#container-desaparecidos-conteudo li a{
  color: #C0293A;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.8px;
}

#container-desaparecidos-conteudo .text-black {
  color: #000;
  font-weight: 400;
  line-height: normal;
}

#container-desaparecidos-conteudo .valores-section p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}


#container-desaparecidos-conteudo p {
  color: #fff;
  font-weight: 500;
}

#container-desaparecidos-conteudo .btn-custom {
  width: 283px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#container-desaparecidos-conteudo #logo-ddcidades {
  width: 148px;
  height: 61px;
}

#container-desaparecidos-conteudo .background-image {
  background-image: url('../assets/imagens-novo/contexto-desaparecido/desaparecidos_bg.png');
}

#container-desaparecidos-conteudo .img-icon.custom {
  width: 50px;
  height: 50px;
}

@media (max-width: 1024px) {}

@media (max-width: 428px) {}

/* End Contexto inicial Desaparecidos */

/* Desaparecidos Conteudo  */

#container-desaparecido-conteudo .desaparecidos-recentes{
  height: 607px;
  display: flex;
  align-items: center;
  background-color: #CCE3FF;
}

#container-desaparecido-conteudo .desaparecodos-card{
  display: flex;
  justify-content: space-between;
}
#container-desaparecido-conteudo .card-title{
  color: #C0293A;
  font-size: 18px;
}
#container-desaparecido-conteudo .card-text{
  color: #000;
  font-size: 16px;
}

#container-desaparecido-conteudo .card-body span{
  color: black;
  font-size: 16px;
}

