.mw-image-info {
  width: 100% !important;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.mw-element-justify .mw-image-info{
  max-width: 70% !important;
}

.mw-image-info span {
  font-family: "Poppins-Regular";
  font-size: 12px;
  line-height: 16px;
  color: #595959;

}

.mw-article-img-box {
  width: 100%;
  margin-bottom: 41px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mw-article-img-box img {
  width: auto;
  height: auto;
  border-radius: 5px;
  min-height: 500px;
}

.mw-element-justify {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mw-element-justify img {
  max-width: 70% !important;
}

.mw-element-justify-center {
  align-items: center;
  justify-content: center;
}

.mw-element-justify-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.mw-element-justify-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.mw-image-link{
  color: #D51C17;
  text-decoration: underline;
  font-size: 14px;
  font-family: Poppins-Bold;
}

.mw-image-link:hover{
  color: #681310;
}

.mw-image-link:visited{
  color: #D51C17;
}

/*Citação*/

.mw-citacao {
  display: flex;
  max-width: 500px;
  gap: 20px;
  margin: 0 auto 41px;
  flex-direction: column;
  gap: 15px;
}

.mw-citacao img {
  margin: 0 auto;
}

.mw-citacao-text {
  font-family: "Poppins-Bold";
  color: #2F2F2F;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.mw-citacao-autor {
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 18px;
  color: #2F2F2F;
  text-align: center;
}

/*Navegação*/

.mw-article-navigator {
  max-width: 900px;
  margin: 0 auto;
}

.mw-article-navigator a {
  font-family: 'Poppins-Semibold';
  font-size: 12px;
  color: #D51C17;
  text-transform: uppercase;
}

.mw-article-navigator span {
  color: #6C6C6C;
}

.article-content iframe {
  width: 100%;
}

/*Compartilhar*/
.share-container .article-share {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: sticky;
  top: 20px;
  
}

.mw-btn-aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: #D51C17;
  font-family: Poppins-Bold;
  cursor: pointer;
  height: fit-content;
}

.mw-btn-print {
  position: sticky;
  top: 20px;
}

#mw-ouvir-btn span,
#mw-ouvir-btn-mob span {
  width: 35px;
  height: 35px;
  background: #D51C17;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.share-container-mobile {
  display: none;
  width: 100%;
  justify-content: space-around;
  gap: 20px;
}

.share-mobile {
  position: relative;
}

.share-mobile .slide {
  opacity: 0;
  display: flex;
  gap: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px 5px rgb(255 10 107 / 5%);
  box-shadow: 0 0 16px 5px rgb(255 10 107 / 5%);
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  bottom: -50px;
  right: 0px;
  transition: all .4s;
  clear: both;
  overflow: hidden;
  align-items: center;
}

.share-mobile .show {
  overflow-y: scroll;
  opacity: 1;
  z-index: 100;
}

.mw-btn-share span {
  width: 35px;
  height: 35px;
  background: #D51C17;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

/*Leia tambem*/

.article-leiaTambem>h3 {
  color: #D51C17;
  font-family: Poppins-ExtraBold;
  font-size: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* galeria */
/** LIGHTBOX MARKUP **/



.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-margin-top: .8em;
}
.lightbox > video,
.lightbox > iframe {
  max-width: 900px;
  aspect-ratio: 16/9;
}
.lightbox img {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  max-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*destaque*/
.mw-destaque {
  margin: 40px auto;
  width: 70%;
}

.mw-destaque  h4{
  color: #D51C17;
  font-size: 24px;
  font-family: Poppins-Bold;
  line-height: 30px;
}


/*Transmidia*/
.mw-transmidia-header {
  height: 575px;
  width: 100%;
  margin: 0 auto;
}

.mw-transmidia-info{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  gap: 30px;
  background-size: cover;
}

.mw-transmidia-info div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 30px;
  max-width: 1000px;
}

.mw-transmidia-info h2 {
  color: #FFFFFF;
  font-family: Poppins-Bold;
  font-size: 48px;
  line-height: 52px;
  text-align: center;
}

.mw-transmidia-info h3 {
  color: #E5E5E5;
  font-size: 20px;
  line-height: 26px;
  font-family: Poppins-Regular;
  text-align: center;
}

/*Destaque*/

.mw-destaque-header{
  height: 500px;
  width: 100%;
  margin: 30px 0;
}

.mw-destaque-header .mw-destaque-info{
  height: 100%;
  background-size: cover;
}

.article-destaque-container{
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: -110px;
  background-color: #F8F9FC;
  padding: 30px 50px;
}

#mgid:not(.jba) {
  min-height: 4488px;
}
/* LEIA TAMBEM */
.table__leia-mais-wrapper > a {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.table__leia-mais-wrapper > a > div {
  display: flex;
}
.table__leia-mais-wrapper > a > h6 {
  font-family: 'Poppins-Regular', sans-serif;
  font-weight: 600;
}
.table__leia-mais {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  min-height: 115px;
  margin-bottom: 24px;
}

.table__leia-mais h3 {
  font-family: "Poppins-Bold", sans-serif;
  color: #c20a0a;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.24px;
}

.table__leia-mais-content {
  display: flex;
  flex-direction: row;
  gap: 12px;
  min-width: 290px;
  height: fit-content;
}

#article .table__leia-mais-content div h6 {
font-family: 'Poppins-Regular';
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  letter-spacing: -0.16px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display:flex;
  flex-direction: row;
  gap:5px;
  align-items: center;
}
.table__leia-mais-wrapper {
  display: flex;
  flex-direction: column;
  min-width: 100%;
  gap: 12px;
}
/* LEIA TAMBEM END */
@media (max-width:700px) {

  #mgid:not(.jba) {
    min-height: 4052px;
  }

  .splideGallery{
    height: 325px;
    margin-bottom: 30px;
  }

  .lightbox img {
    height: auto;
    min-height: 260px;
  }

  .mw-article-img-box img {
    max-width: 100%;
    object-fit: cover;
    border-radius: 15px;
    max-height: 390px !important;
    min-height: 300px;
  }
}

.galeria-img-info {
  font-family: 'Poppins-Regular';
  font-size: 12px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  color: #7C7C7C;
  gap: 5px;
}


.galeria-img-destaque {
  border-radius: 5px;
  object-fit: cover;
}

#main-slider .splide__pagination__page.is-active {
  background-color: #2F2F2F;
  opacity: 1;
  transform: scale(1.1);
}

#main-slider {
  margin-bottom: 45px;
}

#main-slider .splide__pagination {
  bottom: -1.5em !important;
}

#main-slider .splide__pagination__page {
  border: 2px solid #2F2F2F;
  background-color: #fff;
}

/*video*/

.mw-video {
  height: 365px;
  max-width: 650px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  background-size: cover;
  background-position: center;
}

.controls button div {
  font-family: 'Poppins-medium', sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.mw-article-video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.mw-video-thumb {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mw-video-thumb svg {
  transition: 0.3s;
  cursor: pointer;
}

.mw-video-thumb svg:hover {
  transform: scale(1.1);
}

/*endereço*/

.mw-endereco {
  height: 600px;
  max-width: 650px;
  margin: 30px auto;
}

.mw-endereco-local {
  height: auto;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mw-endereco-mapa {
  height: 85%;
  width: 100%;
}

.mw-mapa-titulo {
  font-family: "Poppins-Bold";
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

/*Anexo*/

.mw-anexo {
  margin-bottom: 40px;
  width: fit-content;
}

.mw-anexo a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mw-anexo-icone {
  border: #D51C17 1px solid;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mw-anexo-arquivo {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mw-anexo-nome {
  font-family: 'Poppins-Bold';
  font-size: 14px;
  color: #D51C17;
  text-transform: uppercase;
}

.mw-anexo-tamanho {
  font-family: 'Poppins-Regular';
  font-size: 12px;
  color: #9F9F9F;
}

@media (max-width:750px) {
  /* .mw-article-navigator {
    display: none;
  } */

  .share-container-mobile {
    display: flex;
  }
  .article-destaque-container{
    margin-top: 0;
    padding: unset;
  }
  /* LEIA TAMBEM */
  .table__leia-mais-content {
		min-width: unset;
	}

	.table__leia-mais-wrapper {
		overflow-x: scroll;
	}
  
	  .table__leia-mais {
		display: flex;
		position: relative;
		flex-direction: column;
		gap: 16px;
		overflow: hidden;
		margin-bottom: 30px!important;
	  }
		
	  .table__leia-mais-content div>p {
		font-family: 'Archivo-Bold';
		max-width: 197px;
		font-size: 16px;
		line-height: 18px;
		text-align: left;
		letter-spacing: -.16px;
		color: #222;
		  -webkit-line-clamp: 3;
	  }
		
	  .table__leia-mais-wrapper > a {
		max-width: 100%;
		overflow: unset;
		border-radius: 5px;
		min-height: 40px;
		width: 100%;
	  }
		
	  .table__leia-mais h3 {
		font-size: 22px;
		line-height: 32px;
		letter-spacing: -0.22px;
	  }
    /* LEIA TAMBEM END */
}
@media (max-width: 450px) {
  .mw-destaque-header{
    height: 260px;
  }
  .mw-transmidia-info h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .mw-transmidia-info h3 {
    font-size: 14px;
    line-height: 18px;
  }
}