.fade-inpage {
  -webkit-animation: fadeIn 1s ease-in-out;
  -moz-animation: fadeIn 1s ease-in-out;
  -o-animation: fadeIn 1s ease-in-out;
  animation: fadeIn 1s ease-in-out;
}
.tuframe-section {
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  min-height: 100vh;
  width: 94%;
  max-width: 1400px;
  margin-bottom: 90px;
  justify-content: space-around;
  margin: 0 auto;
}
.section-left {
  width: 69%;
  margin: 0px;
  padding: 0px;
}

.section-right {
  width: 29%;
  margin: 0px;
  padding: 0px;
}

.box-section-artigos a {
  width: 98%;
  padding-left: 25px;
  margin-bottom: 20px;
}
p.data-art-home {
  border-bottom: 1px solid #55555547;
  padding-bottom: 5px;
}
.box-section-artigos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

h2.title-art-home:before {
  content: none;
}
h1.size-h2.h2-section {
  padding-bottom: 23px;
  color: #333;
  padding-left: 10px;
  border-bottom: 1px solid #55555547;
  margin-bottom: 35px !important;
}
h1.size-h2.h2-section:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  text-align: center;
  margin-left: -10px;
  margin-top: 5px;
  background: #333;
}
img.img-blog-artigo {
  width: 100%;
}
a.a-link-blog {
  width: 29%;
}
a.a-blog-artigo {
  width: 45%;
}
a.a-link-blog {
  position: relative;
  padding: 15px;
  box-shadow: 0px 0px 18px 0px rgb(232 232 232 / 94%);
  background: rgb(246, 246, 246);
  background: linear-gradient(356deg, rgb(246 246 246) 0%, rgba(255, 255, 255, 1) 100%);
}
a.a-link-blog:hover {
  background: linear-gradient(356deg, rgb(239 239 239) 0%, rgba(255, 255, 255, 1) 100%);
}

p.cartola-art-home {
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 33px;
  text-transform: uppercase;
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 5px 10px;
  border-bottom-right-radius: 5px;
  background: #3babac;
  color: #fff;
}
h1,
h2,
h3,
h4,
p {
  padding: 0px;
}
h2.title-art-home {
  color: #3fafb0;
  line-height: inherit;
  margin-top: 13px !important;
  font-size: 1.5em;
}
h3.subtitle-art-home {
  color: #333;
  line-height: inherit;
  margin-top: 5px !important;
  font-size: 1em;
  font-weight: 400;
}
p.data-art-home i {
  font-size: 15px;
}
@media screen and (max-width: 992px) {
  .section-left {
    width: 100%;
    margin-bottom: 70px;
  }

  .section-right {
    width: 100%;
  }
  .tuframe-section {
    flex-direction: column;
  }
  .box-lateral-artigos.border-bottom a {
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  a.a-link-blog {
    width: 96%;
  }
}
