/* Fontes
** ----------------------------------------------- */
@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Pttg83HX_SGhgqk2jovaqQ.woff2) format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v13/1Ptvg83HX_SGhgqk3wot.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
}

/* Utilitarios 
** ----------------------------------------------- */
input[type="file"] {
  height: auto;
}

.img-right {
  float: right;
  margin: 0 0 10px 10px;
}

.abas-conteudo>div {
  display: none;
}

.abas-conteudo>div:first-child {
  display: flex;
  align-items: center;
}

img {
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

a {
  color: inherit;
}

.overflow {
  overflow: hidden;
}

.informacoes-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.informacoes-box {
  width: 25%;
}

.img-destaque-thumb div {
  width: 25%;
}

.img-destaque img,
.img-destaque-thumb img {
  display: block;
  width: 100%;
  border-radius: 2px;
}

.img-destaque-thumb {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}

.img-destaque-thumb a {
  display: block;
  margin: 5px;
}