/* Fontes
** ----------------------------------------------- */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(template/webfonts/pxiGyp8kv8JHgFVrLPTucHtA.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(template/webfonts/pxiByp8kv8JHgFVrLFj_Z1xlFQ.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(template/webfonts/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(template/webfonts/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(template/webfonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(template/webfonts/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(template/webfonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(template/webfonts/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(template/webfonts/pxiByp8kv8JHgFVrLBT5Z1xlFQ.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;
}
