.border-section {
  border-top: 1px solid #dbdbdb;
}
.data-blog {
  font-size: 12px;
  color: #000;
}
.img-intro-blog {
  display: flex;
  justify-content: flex-end;
}
.tags {
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
}
.tag-color {
  background: #e7395b;
  border-radius: 80px;
  padding: 0.5rem 1rem;
  font-weight: 500;
  font-size: 0.875rem;
}
.btn-posts {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  color: #00255d;
  font-size: 1rem;
  font-weight: bold;
  gap: 1rem;
}
.btn-posts:hover {
  color: #00255d;
}
.cta-posts {
  background: #00255d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #fff;
}
.cta-posts:hover {
  background: #0673bd;
}
.content-blog {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 2rem;
}
.icons-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.keep-reading {
  text-decoration: none;
  border-radius: 80px;
  border: 2px solid #0673bd;
  color: #0673bd;
  padding: 0.5rem 1rem;
  font-weight: 500;
}
.keep-reading:hover {
  background: #0673bd;
  color: #fff;
}
.keep-reading:focus {
  color: #fff;
}
.icons-blog {
  display: flex;
  gap: 0.5rem;
}
.arrow-right-blog #text {
  display: block !important;
}
.tag_content-page {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.tag_content {
  text-decoration: none !important;
}
.arrow-right-blog {
  background: #e7395b;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block !important;
  height: 16px;
  line-height: 16px;
  padding: 0 16px 0 13px;
  position: relative;
  margin: 0 5px 5px 0;
  text-decoration: none;
}
.arrow-right-blog:hover {
  color: #fff;
}
.arrow-right-blog::after {
  background: #fff;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #e7395b;
  border-top: 9px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.icone-fb-blog,
.icone-wpp-blog,
.icone-link-blog {
  opacity: 0.5;
}
.icone-fb-blog:hover,
.icone-wpp-blog:hover,
.icone-link-blog:hover {
  opacity: 1;
}
.icone-fb-blog {
  background: #00255d;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icone-wpp-blog {
  background: #25d366;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icone-link-blog {
  background: #0673bd;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* search btn */
.search {
  --size: 60px;
  border: 2px solid #d0d0d0;
  display: flex;
  border-radius: 100px;
  overflow: hidden;
  font-size: 1.25em;
  position: relative;
  width: 100%;
  height: var(--size);
  transition: width 450ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
  padding: 3px;
  background: #fff;
}
.search__input {
  border: 0;
  padding: 0.25em 1em;
  flex-grow: 1;
  outline: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  cursor: pointer;
  color: black;
}
.search__submit {
  font-size: 1.5rem;
  margin-left: auto;
  background: 0;
  border: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: background 200ms ease-out;
  width: calc(var(--size) - 10px);
  height: calc(var(--size) - 10px);
  color: #333;
}

.search:focus-within .search__input {
  opacity: 1;
  z-index: initial;
  cursor: initial;
  width: calc(100% - var(--size));
}
.search:focus-within .search__submit {
  background: rgba(128, 128, 128, 0.144);
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.search:focus-within .search__submit:hover,
.search:focus-within .search__submit:focus {
  outline: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
}

.foto-lateral {
  margin-top: 10%;
}
.max-img-blog {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}
.side-img {
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

@media (max-width: 990px) {
  .search {
    justify-content: flex-end;
  }
  .search__submit span svg {
    height: 30px;
    width: 30px;
  }
  .max-img-blog {
    height: 200px;
  }
}
