.mw-article-container {
  max-width: 1200px;
  margin: 30px auto 35px;
}

.article-wrapper {
  display: flex;
  margin: 20px 0;
  gap: 44px;
  position: relative;
}

.article-container {
  display: flex;
  flex-direction: column;
  gap: 35px;
  min-width: 900px;
}

.article-container header {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}

.article-container header>h2 {
  color: #6E6F73;
  font-family: 'OpenSans-Regular';
  font-size: 18px;
  line-height: 28px;
}

.article-container header>h3 {
  color: #1C1C1D;
  font-family: 'Sora-Bold';
  font-size: 11px;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}

.article-container header>h1 {
  font-family: 'Sora-ExtraBold';
  font-size: 45px;
  line-height: 49px;
  color: #1C1C1D;
}

.article-container header>a>h1 {
  font-family: 'Sora-ExtraBold';
  font-size: 45px;
  line-height: 49px;
  color: #1C1C1D;
}

.article-container .article-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.article-container .article-info a>img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.article-container .article-info .wrapper>h3 {
  font-family: 'Sora-Bold';
  color: #1C1C1D;
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
}

.article-container .article-info .wrapper .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.article-container .article-info .wrapper .info h4 {
  color: #6E6F73;
  font-size: 14px;
  line-height: 23px;
  font-family: 'OpenSans-Medium';
}

.article-content p {
  font-size: 20px;
  line-height: 34px;
  color: #4E4E4E;
  letter-spacing: 0.2px;
  font-family: 'OpenSans-Regular';
  margin-top: 0;
  margin-bottom: 0.9rem;
}

.article-content h2 {
  font-size: 26px;
  line-height: 32px;
  color: #4E4E4E;
  font-family: 'Sora-Bold';
  margin: 20px 0 10px;
}

.article-content h3{
  font-size: 22px;
  line-height: 32px;
  color: #4e4e4e;
  font-family: sora-bold;
  margin: 20px 0 10px;
}

.article-content h4{
  font-size: 19px;
  line-height: 32px;
  color: #4e4e4e;
  font-family: sora-bold;
  margin: 20px 0 10px;
}

.article-content h5{
  font-size: 16px;
  line-height: 32px;
  color: #4e4e4e;
  font-family: sora-bold;
  margin: 20px 0 10px;
}

.article-content h6{
  font-size: 13px;
  line-height: 32px;
  color: #4e4e4e;
  font-family: sora-bold;
  margin: 20px 0 10px;
}

.wp-block-image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  margin: 15px 0;
}

.article-content figure img {
  width: 100%;
  height: 100%;
  max-height: 380px;
  border-radius: 5px !important;
  object-fit: cover;
}
.mw-article-head-image {
  margin-bottom: 35px;
}

.mw-article-head-image img {
  border-radius: 5px;
}
.element-overlay-text {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  background: rgba(0,0,0,50%);
  border-radius: 5px; 
  width: 100%;
}
.element-overlay-text p {
  color: #efefef; 
  padding: 15px;
  line-height: 28px;
  font-size: 18px;
  font-family: 'Sora-Regular';
}
.ultimas-noticias {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  position: sticky;
  justify-content: center;
  top: 20px;
  height: 100%;
}

.ultimas-noticias #ultimas {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ultimas-noticias>h2 {
  color: #0B71C4;
  font-size: 32px;
  line-height: 36px;
  font-family: 'Sora-ExtraBold';
}

.ultimas-noticias .ultimas-noticias .mwchamadaSeca h3 {
  gap: 8px;
  font-size: 11px;
  font-family: "Sora-Regular";
  color: #1C1C1D;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: horizontal;
  overflow: hidden;
  -webkit-box-align: center;
}

.article-tags {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 35px;
  border-bottom: 1px solid #E2E2E2;
}

.article-tags h2 {
  font-size: 24px;
  line-height: 28px;
  color: #1C1C1D;
  font-family: 'Sora-ExtraBold';
}

.article-tags .tags {
  display: flex;
  gap: 15px;
  align-items: center;
  max-width: 100%;
  overflow: auto;
}

.article-tags .tags::-webkit-scrollbar {
  display: none;
}

.article-tags .tags a {
  border: 1px solid #1462A3;
  border-radius: 20px;
  color: #1462A3;
  font-family: 'Sora-Regular';
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 5px 12px;
  min-width: fit-content;
}

.article-leiaTambem {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.article-leiaTambem>h2 {
  font-size: 24px;
  line-height: 28px;
  color: #1C1C1D;
  font-family: 'Sora-ExtraBold';
}

.article-leiaTambem .wrapper {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 20px;
}

.article-leiaTambem .wrapper .mwChamadaBox:nth-of-type(4) {
  display: none;
}

.article-share {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding-bottom: 30px;
}

.article-share #mw-ouvir-btn {
  background-color: #1462A3;
  border-radius: 30px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Sora-Bold';
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  cursor: pointer;
}

.article-share #mw-ouvir-btn img {
  width: 14px;
  height: 16px;
}

.article-share .share {
  display: flex;
  gap: 10px;
  align-items: center;
}

.article-share .share>h3 {
  color: #1462A3;
  font-size: 15px;
  line-height: 23px;
  font-family: 'Sora-SemiBold';
  margin-right: 10px;
}

.article-share .share>a {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
}

.article-share .share>a img {
  width: 100%;
}

.article-share .share .share-dropdown {
  width: 24px;
  background: #d9d9d9;
  position: relative;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.article-share .share .share-dropdown label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.article-share .share span {
  padding: 30px;
  background: #2d2f31;
  color: white;
  font-size: 1.2em;
  font-variant: small-caps;
  cursor: pointer;
  display: block;
}

.article-share .share span::after {
  float: right;
  right: 10%;
  content: "⋮";
}

.article-share .share .slide {
  position: absolute;
  clear: both;
  width: 100%;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: height .4s ease;
}



.article-share .share .slide li a {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #6E6F73;
  font-size: 13px;
  font-family: "Sora-Regular";
  line-height: 23px;
  margin: 0;
}

.article-share .share .slide li:hover {
  transform: scale(1.1);
}

.article-share .share .slide li>img {
  width: 22px;
  height: 22px;
}

.article-share .share #touch {
  position: absolute;
  opacity: 0;
  height: 0px;
}

.article-share .share #touch:checked+.slide {
  background-color: #fff;
  height: 219px;
  width: 150px;
  top: 40px;
  z-index: 20;
  opacity: 1;
  padding: 22px;
  right: 0;
  -webkit-box-shadow: 0 0 16px 5px rgb(0 0 0 / 19%);
  box-shadow: 0 0 16px 5pxrgb(0 0 0/11%);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ultimas-noticias .mwchamadaSeca div h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ultimas-noticias .more {
  font-family: "Sora-SemiBold";
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #1462A3;
  border-radius: 20px;
  padding: 10px 15px;
}

.article-content .oucatambem {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-top: 35px;
  border-top: 1px solid #E2E2E2;
}

.article-content .oucatambem>h2 {
  font-size: 24px;
  line-height: 28px;
  color: #1C1C1D;
  font-family: 'Sora-ExtraBold';
}

.article-content .oucatambem #carregarPodcast {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(78px, auto);
  gap: 24px;
}

.article-content a{
  text-decoration: underline;
  color: #1462a3;
  font-family: 'sora-semibold';
}

.article-content a:visited{
  color: #8214a3;
}

@media (max-width:1200px) {
  .mw-article-container {
    padding: 0 20px;
  }

  .article-container {
    min-width: 73%;
    width: 100%;
  }
}

@media (max-width:900px) {
  .mwchamadaSeca div h2 {
    font-size: 2vw !important;
    line-height: 1.5 !important;
  }
}

@media (max-width:750px) {
  .ultimas-noticias {
    display: none;
  }

  .article-container header>h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .article-container header>h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .article-container .article-info .wrapper .info h4 {
    font-size: 10px;
    line-height: 14px;
  }

  .article-container .article-info a>img {
    width: 35px;
    height: 35px;
  }

  .article-content p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .article-leiaTambem .wrapper {
    grid-template-columns: repeat(6, 1fr);
  }

  .article-leiaTambem .wrapper .mwChamadaBox:nth-of-type(4) {
    display: flex;
  }

  .article-content .oucatambem #carregarPodcast {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(78px, auto);
    gap: 24px;
  }
}

@media (max-width:470px) {
  .article-leiaTambem .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:768px) {
  .googleNewsBox {
    flex-direction: column-reverse;
    align-items: start !important;
    gap: 10px;
  }

  .googleNewsBox h2 {
    line-height: 26px !important;
    font-size: 20px !important;
  }

  .googleNewsBox img {
    width: 61px;
    height: 50px;
    margin-bottom: 20px;
  }

  .article-wrapper {
    width: 100%;
    display: block;
  }
}

@media (max-width:430px) {
  .article-share .share>h3 {
    display: none;
  }

  .article-leiaTambem .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

}