.inno_tag {
  background-color: #fdb827;
  color: #fff;
  border-radius: 50px;
  padding: 9px 15px 7px;
  margin-top: 4px;
  margin-right: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.1;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.6s ease;
}
.inno_tag:hover {
  background-color: #fff;
  color: #fdb827;
}

.w-100 {
  width: 100%;
}

.d-block {
  display: block;
}

.swiper_home .swiper-slide {
  height: auto !important;
}

@media only screen and (max-width: 1000px) {
  .swiper_home,
  .topxuxaposts {
    padding: 20px;
  }
}
.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.text_destaque {
  font-size: 32px;
  margin: 0;
  margin-bottom: 10px;
}

.bg_cinza {
  padding-top: 2rem;
  background: #e7e7e7;
  padding-bottom: 5rem;
}

.btn_destaque {
  border-radius: 5px;
  background: #e1e1e1;
  font-family: "LinotypeTetriaRegular";
  font-size: 15px;
  font-weight: 700;
  padding: 5px 20px;
  display: inline-block;
  transition: all 0.6s ease;
}
.btn_destaque:hover {
  background: #fdb827;
  color: #fff;
}

.shorten_content_container > p {
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.shorten_lines_3 {
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.artigo_row {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 5px;
  background: white;
  border-bottom: 1px solid #e3e3e3;
  box-shadow: 0px 1px 13px 5px #e3e3e3;
  height: 300px;
  margin-right: 200px;
}
.artigo_row:hover button {
  color: #fff;
  background-color: #fdb827;
  padding-left: 20px;
  transform-origin: left;
  border: #fdb827;
}
.artigo_row:hover h3,
.artigo_row:hover .article_info .article_footer .autores a {
  color: #fdb827;
}
.artigo_row:nth-child(2n) {
  margin-left: 200px;
  margin-right: 0px;
}
.artigo_row:nth-child(2n) .article_info {
  order: 0;
  padding-left: 30px;
}
.artigo_row:nth-child(2n) .article_image {
  order: 2;
}
.artigo_row .article_info {
  align-self: center;
  padding: 20px;
}
.artigo_row .article_info h3 {
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.5;
  transition: all 0.6s ease;
}
.artigo_row .article_info .description > p {
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}
.artigo_row .article_info .article_footer .autores a {
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-variant: lining-nums;
  font-size: 0.75rem;
  color: #494949;
  transition: all 0.6s ease;
}
.artigo_row .article_info .article_footer .tempo_leitura p {
  font-size: 0.825rem;
  color: #a5a5a5;
  margin: 0;
}
.artigo_row .article_image {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.artigo_row .article_image .article_tags {
  position: absolute;
  inset: 10px;
}
.artigo_row .article_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 0 0 5px;
}
.artigo_row button {
  display: flex;
  margin-left: 0;
  padding: 7px 20px;
  padding-left: 0;
  margin-top: 20px !important;
  background-color: transparent;
  border: transparent;
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.4px;
  transition: all 0.6s ease;
}

@media only screen and (max-width: 1000px) {
  .artigo_row {
    grid-template-columns: 1fr;
    height: unset;
    margin-right: 0;
    margin-left: 0;
  }
  .artigo_row .article_image {
    height: 200px;
  }
  .artigo_row:nth-child(2n) {
    margin-left: 0;
  }
  .artigo_row:nth-child(2n) .article_info {
    order: unset;
    padding-left: 20px;
  }
  .artigo_row:nth-child(2n) .article_image {
    order: 0;
  }
}/*# sourceMappingURL=app.css.map */