header {
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  background-color: #fff;
}
header .search:not(.black),
header .navigation:not(.black) {
filter: invert(1);
}
header #logo-mobile img {
        width: 150px;
    height: auto;
content: url("images/logo-footer.png?v=2");
}
header > .button:not(.fill) {
color: #000;
}
header > .button:not(.fill):hover::before {
background-image: url(images/icons/Icon\ ionic-ios-arrow-down.svg);
  transform: rotate(-90deg);
}

#page-news {
position: relative;
}
body > .content {
  padding: 178px 303px 0 120px;
}
#page-news h1 {
margin-bottom: 46px;
}
@media (max-width: 990px) {
#page-news h1 {
    text-align: center;
    word-spacing: 30000rem;
  }
}
#page-news .filter-btns {
position: absolute;
  display: flex;
  top: 15px;
  left: 0px;
  padding: 178px 0 0 262px;
}
@media (max-width: 990px) {
#page-news .filter-btns {
    position: static;
    padding: 0;
    justify-content: center;
    gap: 5px;
    margin-bottom: 50px;
  }

#page-news .filter-btns > .button {
  width: 40% !important;
  margin: 0px !important;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
}

#page-news .filter-btns > .button::after {
  content: none;
}
}
#page-news .filter-btns > .button:not(:last-child) {
margin-left: 72px;
}
#page-news .filter-btns > .button:first-child {
width: 227px;
  color: inherit;
}
#page-news .filter-btns > .button:last-child {
width: 110px;
}
#page-news main h2 {
font-size: 60px;
  margin: 106px 0 46px 0;
}
@media (max-width: 990px) {
body > .content {
    padding-top: 106px;
  }
#page-news main h2 {
  font-size: 35px;
  line-height: 54px;
  margin: 63px 0 46px 0;
  text-align: center;
}
}

#article_item {
overflow: hidden;
}
#article_item > .article-header h1 {
text-align: center;
font-size: 50px;
  line-height: 70px;
margin-bottom: 15px;
}
@media (max-width: 990px) {
#article_item > .article-header h1 {
    font-size: 35px;
    line-height: 44px;
    margin: 17px 41px;
    text-align: center;
  }
}
#article_item > .article-header .share_article {
width: 70%;
  background-color: #6eb343;
  margin: 0 auto;
  height: 47px;
  margin-bottom: 31px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 990px) {
#article_item > .article-header .share_article {
/* display: none; */
}
}
#article_item > .article-header .share_article a {
flex-basis: 33%;
  position: relative;
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: center;
}
#article_item > .article-header .share_article a:not(:last-child)::after {
content: "";
  position: absolute;
  width: 1px;
  left: 0px;
  top: 50%;
  height: 50%;
  background-color: #7DCB4D;
  transform: translate(0, -50%);
}
#article_item > .article-header .share_article a.facebook {
background-image: url(images/icons/Icon\ awesome-facebook-f.svg);
}
#article_item > .article-header .share_article a.whatsapp {
background-image: url(images/icons/Icon\ awesome-whatsapp.svg);
}
#article_item > .article-header .share_article a.twitter {
background-image: url(images/icons/Icon\ awesome-twitter.svg);
}
#article_item > .article-header .share_article a.instagram {
background-image: url(images/icons/Icon\ feather-instagram.svg);
}
#article_item > .article-header .details {
display: flex;
  justify-content: center;
  gap: 25px;
}
#article_item > .article-header .details > div {
display: flex;
  gap: 5px;
  align-items: center;
  font-size: 20px;
  height: 38px;
}

#article_item > .article-header .details > div::before {
content: "";
  width: 17px;
  aspect-ratio: 1/1;
  background-size: 100% 100%;
}
#article_item > .article-header .details .time::before {
background-image: url(images/icons/clock.svg);
}
#article_item > .article-header .details .author::before {
background-image: url(images/icons/user.svg);
}
#article_item > .article-header > p {
font-size: 24px;
  line-height: 36px;
  margin: 44px auto 58px auto;
  width: 80%;
}
@media (max-width: 990px) {
#article_item > .article-header > p {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    padding: 0 31px;
  }
}
#article_item .article-content {
margin-top: 87px;
}
#article_item .article-content > div{
    justify-content:center;
}

@media (min-width:1500px){
    .row.flex-column{
    max-width:75%;
    margin:auto;
    }
}

@media (max-width: 990px) {
#article_item .article-content {
    margin-top: 20px;
  }
}
#article_item .article-content p {
padding: 0 67px;
padding:0;
  font-size: 22px;
}
@media (max-width: 990px) {
#article_item .article-content p {
    padding: 0 35px;
  }
}
#article_item .image img,
#article_item .figure-picture img {
width: 100%;
  aspect-ratio: 1/0.8;
  -o-object-fit: cover;
  object-fit: cover;
}
#article_item .more_articles {
width: 145%;
  margin-top: 120px;
padding: 98px 303px 98px 0;
  transform: translate(303px, 0);
  background-color: #f4f4f4;
}
@media (max-width: 990px) {
#article_item .more_articles {
    display: none;
  }
#article_item > .article-header .details {
  flex-direction: column;
}

#article_item > .article-header .details > div {
  justify-content: center;
}

body > .content {
  padding: 100px 1rem;
}
}
#article_item .more_articles h3 {
font-size: 40px;
  line-height: 60px;
  font-weight: bold;
}
#article_item .more_articles > div {
margin-top: 70px;
  width: 100%;
  overflow-y: auto;
}
#article_item .more_articles > div::-webkit-scrollbar {
height: 5px;
}
#article_item .more_articles > div::-webkit-scrollbar-track {
background: #f1f1f1;
}
#article_item .more_articles > div::-webkit-scrollbar-thumb {
background: #acacac;
}
#article_item .more_articles > div > .items {
flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
}
#article_item .more_articles > div > .items a {
width: 345px;
}
#article_item .more_articles .button {
/* width: 227px;
padding: 10px 3.5px; */
  margin-top: 92px;
}
#article_item .more_articles .button::after {
margin-right: 18px;

}

#article_item .more_articles .button:hover::after {
  transform: scaleX(2) translateY(0);
}

.pic {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}



.pic img {
  width: 100%;
  max-width: 585px;
}

.col-lg-6 .wrap {
  padding-top: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quote {
  position: relative;
  width: 100%;
  max-width: 480px;
  font-weight: bolder;
  color: #5F5F5F;
  font-size: 50px;
  line-height: 1.35;
  background-image: url(/content/images/quote.png);
  margin-bottom: 125px;
}
@media(max-width:1500px){
    .quote {
        font-size:28px;
    }
}
.quote i {
  position: absolute;
  color: #EBEBEB;
  font-size: 9rem;
  z-index: -1;
  top: -3.4rem;
  right: -1.5rem;
}

@media (max-width:991px) {
  .quote {
    font-size: 30px;
  }

  #article_item > .article-header .details {
    gap: 0;
  }

  #article_item > .article-header .details > div {
    font-size: 17px;
    line-height: 27px;
  }

  .quote i {
    font-size: 7rem;
    top: -1.5rem;
    right: 0rem;
  }

  #article_item > .article-header h1 {
    margin-inline: 1rem;
  }
}