#noticia {
  margin-top: 60px;
}

#noticia .container {
  flex-direction: column;
}

#noticia .categoria-data-voltar {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 5px;
  margin-bottom: -33px;
  z-index: 9;
}

#noticia .categoria-data-voltar h4 {
  font-family: "Ford Antenna Semibold";
  font-size: 1rem;
  color: #808080;
  padding-right: 10px;
  border-bottom: 1px solid #707070;
}

#noticia .texto {
  font-family: "Ford Antenna Regular"
}

#noticia .categoria-data-voltar a {
  font-family: "Ford Antenna Bold";
  color: #515151;
  display: flex;
  text-decoration: none;
  border-bottom: 1px solid #707070;
}

#noticia .categoria-data-voltar a::before {
  content: url('/common/default/img/seta-noticia-voltar.png');
}

#noticia .titulo-secao {
  margin-bottom: 30px;
}

#noticia h3 {
  color: #004982;
  font-family: "Ford Antenna Bold";
  font-size: 2.3rem;
  margin-bottom: 25px;
}

#noticia h5 {
  color: #005288;
  font-family: "Ford Antenna Regular";
  font-size: 1rem;
  margin-bottom: 30px;
}

#noticia .imagem-texto {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

#noticia .imagem-texto div {
  width: 49%;
}

#noticia .imagem-texto div:first-child {
  display: flex;
  flex-direction: column;
}

#noticia .imagem-texto img {
  width: 100%;
}

#noticia .imagem-texto span {
  background-color: #e5e5e5;
  font-family: 'Ford Antenna Regular';
  padding: 5px;
  width: 100%;
  display: flex;
  color: #000000;
  font-size: 1rem;
}

#noticia p {
  font-family: "Ford Antenna Regular";
  font-size: 1rem;
  color: #000000;
  line-height: 21px;
  margin-bottom: 15px;
}

#noticia p:last-child {
  margin-bottom: 0;
}

#noticia h6 {
  font-size: 1.3rem;
  font-family: "Ford Antenna Bold";
  color: #1ECFF8;
  margin-top: 30px;
  margin-bottom: 45px;
}

#noticia .galeria {
  display: flex;
  flex-wrap: wrap;
}

#noticia .galeria a {
  display: none;
  width: 18%;
  margin-bottom: 15px;
  margin-right: 15px;
}

#noticia .galeria a img {
  width: 100%;
}

#noticia .galeria a:nth-child(1),
#noticia .galeria a:nth-child(2),
#noticia .galeria a:nth-child(3),
#noticia .galeria a:nth-child(4),
#noticia .galeria a:nth-child(5) {
  display: flex;
}

#noticias h2 {
  font-family: "Ford Antenna Semibold";
  font-size: 2rem;
  color: #808080;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  display: block !important;
  opacity: 1 !important;
}

iframe {
  width: 100% !important;
}

@media (min-width:768px) {
  .lb-outerContainer {
    width: 100vw !important;
    height: 80vh !important;
    background-color: transparent !important;
    display: flex;
    justify-content: center;
  }

  .lightbox .lb-image {
    width: 100% !important;
    height: 100% !important;
  }
  .lb-dataContainer {
    width: 75vw !important;
  }
}

@media (max-width:768px) {
  #noticia .imagem-texto {
    flex-direction: column;
  }

  #noticia .imagem-texto div {
    width: 100%;
  }

  #noticia .imagem-texto span {
    margin-bottom: 10px;
  }

  #noticia .galeria a:nth-child(3),
  #noticia .galeria a:nth-child(4) {
    display: none;
  }

  #noticia .galeria a {
    width: 32%;
  }
}

@media (max-width:576px) {
  #noticia {
    margin-top: 20px;
  }

  #noticia .categoria-data-voltar {
    margin-bottom: 0;
  }

  #noticia .galeria a {
    width: 100%;
  }
}

#noticias {
  margin-top: 60px;
}

#noticias .container {
  flex-direction: column;
}

#noticias .noticia {
  text-decoration: none;
  display: flex;
  margin-bottom: 30px;
}

#noticias .noticia:last-child {
  margin-bottom: 0;
}

#noticias .texto {
  margin-left: 10px;
}

#noticias h4 {
  color: #004982;
  font-size: 1.2rem;
  font-family: "Ford Antenna Bold";
  margin-bottom: 5px;
}

#noticias h3 {
  color: #004982;
  font-size: 1.3rem;
  font-family: "Ford Antenna Regular";
  margin-bottom: 5px;
}

#noticias p {
  color: #000000;
  font-size: .9rem;
  font-family: "Ford Antenna Regular";
}

@media (max-width:576px) {
  #noticias {
    margin-top: 20px;
  }

  #noticias .noticia {
    flex-direction: column;
  }

  #noticias .texto {
    margin-left: 0;
    margin-top: 10px;
  }
}