/* Ajustes visuais rapidos para padronizacao de imagens e cabecalho */

.navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
}

.navbar-brand img {
  max-height: 72px;
  width: auto;
}

.loader__label img {
  max-height: 72px;
  width: auto;
}

.crop {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

#news-slider .item {
  min-height: 420px;
}

.comment_text h3 a {
  display: block;
  min-height: 56px;
}

.tc-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

