html {
  scroll-behavior: smooth;
}

/* NOVOS ELEMENTOS INLINES  */
.mw-destaque-barra.mw-keep-style.mw-keep-empty {
  width: 6px;
  border-radius: 5px;
}

.mw-destaque {
  margin: 30px 0;
  gap: 25px;
  display: grid;
  grid-auto-flow: column;
}

.mw-destaque span {
  font-size: 22px;
  line-height: 26px;
  font-family: "NunitoSans-Black";
  color: #585858;
}

.mw-article-img-box {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 15px;
}

.element-overlay-text { 
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  width: auto;
  padding: 0.2rem 1rem;
  height: auto;
  /* background-color: rgba(21, 21, 21, 0.5); */
  background-color: #ffffff;
  display: flex;
  visibility: hidden;
  border-radius: 15px;
  visibility: hidden;
  opacity: 0;
  /* transition-delay: 1.2s; */
  transition: visibility 0s linear 300ms, opacity 300ms;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 1px solid #c3c3c3;
}

.element-overlay-text p {
  font-size: 0.7rem !important;
  color: black !important;
  padding: 0 !important;
  width: max-content;
  height: max-content;
}

.mw-article-img-box:hover .element-overlay-text {
  visibility: visible;
  opacity: 1;
  transition-delay: 1.2s;
  transition: visibility 0s linear 0s, opacity 300ms !important;
}

.mw-article-img-box img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
}
.mw-image-info {
  margin-top: 10px;
}
.mw-image-info span {
  font-family: "NunitoSans-Regular";
  font-size: 15px;
}

.mw-article-body article {
  width: 100%;
  position: relative;
}

.mw-article-body article p {
  font-size: 21px;
  padding: 17px 0;
  line-height: 32px;
  font-family: "NunitoSans-SemiBold";
  color: #585858;
}
.mw-article-body article h3,.mw-article-body article h3 b{
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0;
}
.mw-article-body article p b {
  font-weight: 700;
  font-family: "NunitoSans-ExtraBold";
}

.mw-article-body article ul li {
  font-size: 21px;
  line-height: 32px;
  font-family: "NunitoSans-SemiBold";
  color: #585858;
  padding-left: 17px;
}
.mw-article-body article ul li span:before {
  content: "•";
  padding-right: 10px;
  margin-left: -17px;
}
.mw-article-body article ul li:before {
  content: "•";
  padding-right: 10px;
  margin-left: -17px;
}
.mw-article-body article ul li::marker {
  color: #000;
}

.mw-article-body article ul li span {
  font-family: sans-serif;
}

.mw-article-body article p b, .mw-article-body article p strong, .mw-article-body article p span[style*="font-weight"][style*="bold"] {
  font-weight: 700;
  font-family: "NunitoSans-ExtraBold";
}

/*.mw-article-body article p b, .mw-article-body article p strong, .mw-article-body article p span::before {
  content: '•';
  margin-right: 5px;
  color: #585858;
  font-family: "NunitoSans-ExtraBold";
}*/

.mw-article-body article h2 span[style*="font-weight"][style*="bold"] {
  font-weight: 700;
  font-family: "NunitoSans-ExtraBold";
  font-size: 26px;
}

/* ------------------------ */

.image-fullscreen {
  position: relative;
  left: calc(-54vw + 50%);
  height: 100vh;
  width: 100vw !important;
  height: fit-content;
  margin-bottom: 15px;
}

.image-fullscreen img{
 border-radius: 0 !important;
}

.mw-inline-audio {
  margin: 45px 0;
  width: 100%;
  height: 55px;
  display: flex;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 35px;
  padding: 0 20px;
}

.mw-play-btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.mw-switch-btn {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
}

.mw-play-btn svg {
  height: 35px;
}

.mw-audio-duration-time {
  color: rgba(255, 255, 255, 0.8);
}

.mw-image-info.image-fullscreen {
  height: max-content;
  left: 0;
}

.mw-element-align-left {
  align-items: start;
}

.mw-element-align-center {
  align-items: center;
}

.mw-element-align-right {
  align-items: end;
}

.mw-element-justify a img {
  width: 100% !important;
}

.mw-element-justify-left {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: start !important;
  flex-direction: column;
  align-items: start;
  float: left;
  max-width: 450px;
  margin-right: 20px;
}
.mw-element-justify-center {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}

.mw-element-justify-right {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: end !important;
  align-items: end;
  float: right;
  margin-left: 20px;
  max-width: 30vw;
}

.mw-element-justify.mw-citacao {
  width: 60%;
  display: block !important;
}

.mw-element-justify.mw-destaque {
  display: grid !important;
  width: 60%;
}

.mw-element-justify-right.mw-citacao,
.mw-element-justify-right.mw-destaque {
  float: right;
}

.mw-element-justify-left.mw-citacao,
.mw-element-justify-left.mw-destaque {
  float: left;
}

.mw-element-justify-center.mw-citacao,
.mw-element-justify-center.mw-destaque {
  float: left;
  width: 60%;
  margin-left: 12%;
}

.mw-element-justify.mw-citacao .mw-citacao-svg {
  float: left;
}

.mw-element-justify.mw-citacao .mw-citacao-text,
.mw-element-justify.mw-citacao .mw-citacao-autor {
  margin-left: 75px;
}

.image-fullscreen.mw-citacao,
.image-fullscreen.mw-destaque,
.image-fullscreen.mw-endereco {
  position: relative;
  left: calc(-50vw + 50%);
  padding: 30px;
  height: auto !important;
  width: 100vw !important;
  float: none !important;
}

.image-fullscreen.mw-endereco {
  height: 477px !important;
  padding: 0;
}

/*video*/

.mw-video {
  height: 350px;
  width: 100%;
  background-color: var(--darkGray);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  background-size: cover;
  background-position: center;
}

.controls button div {
  font-family: 'Ubuntu-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);
}


.mw-list-title {
  font-family: "Ubuntu-bold", sans-serif;
  font-size: 18px;
  color: var(--defaultBlue);
}

.mw-article-list {
  margin: 30px 0;
}

.mw-list-links {
  color: var(--defaultBlue);
  margin-left: 10px;
}

.mw-list-links li {
  margin: 10px 0;
}

.mw-list-links a {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: var(--defaultBlue);
  text-decoration: none;
}

.mw-galeria-img {
  width: 100%;
  margin: 30px 0;
}

.mw-image-1 {
  grid-area: image-1;
}

.mw-image-2 {
  grid-area: image-2;
}

.mw-image-3 {
  grid-area: image-3;
}

.inline-galery-splide .splide__arrows {
  display: none;
}

.inline-galery-splide .splide__slide {
  border-radius: 20px;
}

.mw-galeria figure {
  /* overflow: hidden; */
  border-radius: 20px;
  background-color: #ccc;
  display: flex;
  width: 100%;
  height: 100%;
}

.mw-galeria figure img {
  width: inherit;
  height: inherit;
}

.mw-galeria img {
  width: 100%;
  transition: 0.3s;
  border-radius: 20px;
  cursor: pointer;
  object-fit: cover;
}

.mw-galeria img:hover {
  filter: brightness(105%);
  transform: scale(1.01);
}

.mw-article-image {
  margin: 20px 0;
}

.mw-image-description {
  font-family: "Ubuntu-Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: var(--mediumGray);
  margin-top: 10px;
  display: block;
}

.mw-image-title {
  font-family: "Ubuntu-Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: var(--mediumGray);
  margin-top: 10px;
}

.mw-image-author {
  font-family: "Ubuntu-Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: var(--mediumGray);
  margin-top: 10px;
}

/* FRASE */




.mw-citacao-svg span {
  font-size: 12rem;
  height: 50px;
  position: absolute;
  top: -25px;
}


.mw-citacao {
  width: 100%;
  display: grid;
  grid-template-columns: 100px 1fr;
  margin: 30px 0;
  position: relative;
}

.mw-citacao-svg svg {
  height: 85;
  color: var(--mediumGray);
}

.mw-citacao-text {
  font-family: "NunitoSans-Black";
  font-size: 20px;
  line-height: 24px;
  color: #585858;
  max-width: 340px;
}

.mw-citacao-autor {
  font-family: "NunitoSans-Bold";
  font-size: 14px;
  line-height: 18px;
  color: #9E9A99;
}

.mw-citatao-conteudo {
  display: flex;
  flex-direction: column;
}

/* anexo */
.mw-anexo {
  height: 57px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 30px 0;
}

.mw-anexo a {
  height: 100%;
  width: auto;
  border-radius: 40px;
  display: flex;
  text-decoration: none;
}

.mw-anexo-icone {
  height: 57px;
  width: 57px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mw-anexo-arquivo {
  height: 100%;
  padding: 0 25px;
  margin-left: 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}


.mw-anexo-arquivo span {
  font-family: "NunitoSans-Regular";
  color: #fff;
  font-size: 20px;
  margin: 0 5px;
}

.mw-anexo-mobile {
  width: 70%;
  padding: 15px;
  border-radius: 50px;
  display: none;
  transition: 0.3s;
}

.mw-anexo-mobile a {
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mw-anexo-mobile-arquivo {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.mw-anexo-mobile-arquivo span {
  font-family: "NunitoSans-Regular";
  color: #fff;
  font-size: 14px;
  margin: 0 5px;
  text-align: center;
}


/* endereço */
.mw-endereco {
  height: 477px;
  width: 100%;
  margin: 30px 0;
}

.mw-endereco-local {
  height: auto;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mw-mapa-titulo {
  font-family: "NunitoSans-Bold";
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.mw-enquete-header h2 {
  color: #bd0cf2;
  font-size: 13px;
  line-height: 17px;
  font-family: "NunitoSans-ExtraBold";
  text-transform: uppercase;
}

.enquete {
  font-family: "NunitoSans-Bold";
}

.mw-endereco-mapa {
  height: calc(100% - 63px);
  width: 100%;
  background-color: #ccc;
}

/*enquete*/

/* enquete */
.mw-enquete {
  max-width: 500px;
  margin: 0 auto;

}

.item.enquete header strong {
  font-family: "NunitoSans-Bold";
  top: 30px;
  left: 30px;
  font-weight: bold;
  font-size: 16px;
}

.item.enquete {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 30px;
  box-shadow: 0px 10px 30px #00000005;
  border: 2px solid #e5e5e5;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}

.enquete p {
  font-family: "NunitoSans-Regular";
  width: 100%;
  font-size: 20px;
  line-height: 1.8;
  color: var(--mediumGray);
}

.item.enquete form {
  display: inline-block;
  width: 100%;
  height: auto;
}

.twitter-poll {
  border: 2px solid #9f9f9f;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item.enquete form h2 {
  /* display: block; */
  margin-bottom: 20px;
  /* font-weight: 500; */
  /* color: #585858; */
  line-height: 1.4;
  font-size: 22px;
  color: #4a4a4a;
  /* font-size: 25px; */
  /* line-height: 29px; */
  font-family: "NunitoSans-Black";
  margin-top: 0 !important;
}

.item.enquete form label {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  display: flex;
  cursor: pointer;
  gap: 5px;
  align-items: center;
  margin-bottom: 20px;
}

.item.enquete .button {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-between;
  cursor: pointer;
  margin-top: 30px;

}

.item.enquete form label p {
  font-size: 15px;
  color: #9e9a99;
  line-height: 19px;
  font-family: "NunitoSans-Bold";
  /* font-size: 13px; */
  margin-top: 1px !important;


}

.item.enquete form label input[type=radio] {
  top: 8px;
  left: 0px;
  width: 20px;
  height: 14px;
  border: 2px solid #00529e;
  border-radius: 100%;
}

.item.enquete form label input[type=radio]:checked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  content: '';
}

.item.enquete .button button {
  border-radius: 36px;
  padding: 15px 25px;
  text-transform: uppercase;
  background-color: #bd0cf2;
  color: #fff;
  font-family: "NunitoSans-ExtraBold";
  cursor: pointer;
  display: inline-block;
  /* padding: 8px 20px 10px 20px; */
  /* border-radius: 100px; */
  /* color: white; */
  /* font-weight: bold; */
  /*  */
}
.mw-poll-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.mw-survey-result {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 25px
}

.mw-enquete-header {
  display: flex;
  justify-content: center;
}



.mw-poll-links a img {
  width: 30px;
  height: 30px;
}

.mw-survey-btn img {
  filter: brightness(10.5);
}

/* inlineshare */

.mw-listen-btn,
.mw-share-btn {
  height: 32px;
  width: 32px;
  margin-right: 5px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.copyClipboard {
  height: 35px !important;
  width: 35px !important;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.copyClipboard:hover {
  transform: scale(1.1);
}
#mw-share-social-mobile > .copyClipboard {
  height: 40px !important;
  width: 40px !important;
}
.copyClipboard > svg {
  width: 15px;
  height: 15px;
}
.copyClipboard > span {
  display: none;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: "NunitoSans-SemiBold";
  font-size: 15px;
  line-height: 18px;
}
.copyClipboard.copied > span {
  display: block;
}
.mw-inline-btn {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
}

#mw-inlineAudio {
  background-color: #fff;
  font-size: 16px;
  color: var(--footerGray);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#inline-audio-player {
  display: none;
}

#mw-inlineShare {
  background-color: #00529e;
  font-size: 16px;
  color: #fff;
}

#mw-listenArticle {
  border-radius: 50%;
  border: 1px solid #a39f9e75;
  margin-right: 5px;
  color: var(--footerGray);
  transition: all 0.3s ease;
}

#mw-listenArticle:hover {
  transform: scale(1.1);
  background-color: #ccc;
  border: none;
  filter: none;
}

.mw-listen-btn {
  height: 46px !important;
  width: 46px !important;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  background-color: #fff;
  transition: all .2s ease-in-out;
}

.mw-listen-btn:hover {
  background-color: #FFFFFF;
  border: none;
  filter: none;
  transform: scale(1.1);
}

#mw-ouvir-btn svg{
  width: 10px;
}

#article-audio-player {
  display: none;
}

#mw-btnShare {
  background-color: #00529e;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease;
}

#mw-btnShare:hover {
  background-color: #0061bd;
}

#mw-btnShare:hover>svg path {
  fill: #e5e5e5;
}

.mw-article-head-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

#mw-share-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 9px;
  transition: .4s;
  position: sticky;
  top: 37%;
  /* left: 200px; */
  gap: 8px;
  height: 50%;
  z-index: 1;
}
#mw-share-social > button,
#mw-share-social > a {
  margin: unset!important;
}
#mw-share-social > button > img,
#mw-share-social > a > img {
  width: 46px;
  height: 46px;
  object-fit: cover;
}
#mw-share-social-mobile {
  display: none;
}

.mw-share-btn {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 3px 0;
}

#share-facebook:hover {
  transform: scale(1.1);
  background-color: #FFFFFF;
  border: none;
  filter: none;
}

#share-facebook:hover>svg>path {
  fill:#4165af;
}

#share-facebook {
  transition: all .2s ease-in-out;
  /* filter: brightness(0.5); */
  /* border: 1px solid #E9E9E9; */
  background-color: #4165af;
}

#share-twitter:hover {
  background-color: #fff;
  border: none;
  filter: none;
  transform: scale(1.1);
}

#share-twitter:hover>svg>path {
  fill:#9f9f9f;
}

#share-twitter {
  transition: all .2s ease-in-out;
  /* filter: brightness(0.5); */
  /* border: 1px solid #E9E9E9; */
  background-color: #000;
}

#share-whatsapp:hover {
  background-color: #FFFFFF;
  border: none;
  transform: scale(1.1);
  filter: none;
}

#share-whatsapp:hover>svg>path {
  fill:#28a745;
}

#share-whatsapp {
  transition: all .2s ease-in-out;
  /* filter: brightness(0.5); */
  /* border: 1px solid #E9E9E9; */
  background-color: #28a745;
}

#share-email:hover {
  transform: scale(1.1);
  background-color: #FFFFFF;
  border: none;
  filter: none;
}

#share-email {
  transition: all .2s ease-in-out;
  background-color: #fff;
  border: 1px solid #E9E9E9;

}

#share-instagram:hover {
  transform: scale(1.1);
}

#share-instagram {
  transition: all .2s ease-in-out;
  filter: brightness(0.5);

}

/* 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 img {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  max-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

iframe{
  max-width: 100%;
}

.moreShareOptions {
  position: relative;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.moreShareOptions > img {
  width: 100%;
  height: 100%;
}
.moreShareOptions > div {
  position: absolute;
  right: -120px;
  display: none;
  align-items: center;
  gap: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.moreShareOptions.active {
  background-color: unset;
}
.moreShareOptions.active > div {
  display: flex;
}
.moreShareOptions > div > .copyClipboard {
  width: 46px!important;
  height: 46px!important;
  background-color: #104B97;
}

.btns-mobile {
  display: none;
}
#ouvirArtigoMobile {
  display: none;
}
.ton-cta-redes-mobile {
  display: none;
}
.ton-cta-redes-desktop {
  display: block;
}
.ton-cta-redes {
  display: flex; 
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 250px;
  width: 100%;
}
.ton-cta-redes > span{
  text-align: left;
  font-size: 14px;
  font-family: "NunitoSans-SemiBold", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  color: #262626;
  text-transform: uppercase;
  opacity: 1;
  line-height: 1.3;
}
.ton-cta-redes > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.btn-assistir-desktop {
  padding: 10px 18px 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'NunitoSans-Bold', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background: transparent linear-gradient(259deg, #FF3439 0%, #104B97 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  height: fit-content;
}
.btn-assistir-desktop > img {
  width: 16px;
  height: 18px;
}
.btn-assistir-desktop:hover,
.btn-assistir-desktop:visited,
.btn-assistir-desktop:active {
  color: #fff;
}
@media (max-width:700px) {

  .lightbox img {
    height: auto;
    min-height: 260px;
  }

  .mw-article-img-box img {
    max-width: 100%;
    object-fit: cover;
    border-radius: 15px; 
  }
  .btns-mobile {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
  #ouvirArtigoMobile {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  #ouvirArtigoMobile > button {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
  }
  #ouvirArtigoMobile > button > img {
    width: 38px;
    height: 38px;
  }
  #ouvirArtigoMobile > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  #ouvirArtigoMobile > div > span {
    font-family: "NunitoSans-Bold";
    font-size: 12px;
    max-width: 48px;
    line-height: 16px;
    color: #6E406F;
  }
  #ouvirArtigoMobile > div > p {
    font-family: "NunitoSans-Bold";
    font-size: 14px;
    line-height: 16px;
    color: #262626;
  }
  .ton-cta-redes-desktop {
    display: none;
  }
  .ton-cta-redes-mobile {
    display: block;
  }
  .ton-cta-redes {
    max-width: 226px;
    gap: 11px;
    border-left: 2px solid #E5E5E5;
    padding-left: 16px;
  }
  .ton-cta-redes > span{
    font-size: 12px;
    letter-spacing: 0.1px;
  }
  .btn-assistir-desktop {
    display: none;
  }
  .btn-assistir-mobile {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "NunitoSans-Bold";
    font-size: 14px;
    line-height: 16px;
    color: #323232;
  }
  .btn-assistir-mobile > img {
    width: 46px;
    height: 46px;
  }
  .btn-assistir-mobile:hover,
  .btn-assistir-mobile:visited,
  .btn-assistir-mobile:active {
    color: #323232;
  }
  .mw-article-content hr {
    margin: unset;
  }
}

.galeria-img-div {
  display: flex;
  justify-content: space-around;
  width: 100%;
  position: absolute;
  bottom: 17px;
  z-index: 84;
  color: white;
}

.galeria-info-counter {
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.galeria-info-counter span {
  font-family: "NunitoSans-ExtraBold";
  font-size: 13px;
}

.galeria-img-info {
  font-family: "NunitoSans-ExtraBold";
  font-size: 12px;
}

.galeria-img-div a {
  height: 30px;
  width: 30px;
  justify-content: center;
  display: flex;
  background-color: #ebebeb;
  border-radius: 50%;
  align-items: center;
}

.galeria-img-div a img {
  width: 14px;
}

.galleryBlur {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 0 0 10px 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  background: rgb(4 3 3/55%);
  box-shadow: 0 4px 30px rgba(0,0,0,.1);
  backdrop-filter: blur(9.9px);
  -webkit-backdrop-filter: blur(9.9px);
  padding: 10px;
  gap: 20px;
}

.galeria-img-destaque {
  border-radius: 10px;
  object-fit: cover;
}

.main-slider .splide__arrows {
  display: none;
}

ul.thumbnails .thumbnail img {
  width: 100px;
  border-radius: 10px;
  height: 100px;
  object-fit: cover;
  padding-bottom: 1px;
}


ul.thumbnails {
  display: flex;
  margin: 15px 0px;
  gap: 20px;
  padding: 0;
  overflow-x: scroll;
  justify-content: space-between;
  padding-right: 5px;
}

ul.thumbnails li {
  list-style-type: none;
  margin-bottom: 15px;
  height: 103px;
}


#thumbnail {
  width: 70px;
  height: 70px;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
  opacity: 0.3;
}

#thumbnail.is-active {
  opacity: 1;
}

#thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/*relacionadas*/

.mw-relacionadas {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 40px 0;
  gap: 16px;
}

.mw-relacionadas>h2 {
  font-family: "NunitoSans-Black";
  text-align: left;
  font-size: 18px;
}

.mw-relacionadas-content {
  width: 100%;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.mw-relacionadas-card {
  height: 280px;
  width: 244px;
  margin: 22px 0;
}

.mw-relacionadas-card a {
  height: auto;
  width: 235px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* justify-content: space-between; */
  text-decoration: none;
  gap: 10px
}

.mw-relacionadas-card .mw-relacionadas-img {
  height: 180px;
  width: 100%;
  border-radius: 20px;
  background-color: #aaa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mw-relacionadas-titulo {
  font-family: "NunitoSans-Black";
  font-size: 20px;
  line-height: 24px;
  color: #707070;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.inline-gallery-backdrop {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  left: 0;
  justify-content: center;
  bottom: 0;
  align-items: center;
  background-color: rgba(21, 21, 21, 0.8);
  display: none;
  z-index: 3;
}

.inline-gallery-card {
  background-color: #fff;
  width: 90%;
  height: 90%;
  overflow: hidden;
  border-radius: 10px;
  padding: 10px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inline-gallery-card img,
.inline-gallery-card iframe {
  width: 900px;
  height: 900px;
  border-radius: 10px;
  height: 100%;
  z-index: 11;

}

.inline-galery-splide .splide__slide {
  display: flex;
  flex-direction: column;
}

.inline-galery-splide .splide__pagination {
  bottom: 2em;
}

.mw-inline-table h2 {
  font-size: 26px;
  font-family: "Ubuntu-bold", sans-serif;
  color: #2770BE;
}

.mw-inline-table h3 {
  font-family: "Ubuntu-bold", sans-serif;
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: 0.3px;
}

.mw-inline-table ul {
  margin-top: 25px;
  padding-left: 18px;
}

.mw-inline-table ul li {
  font-family: 'Ubuntu-light', sans-serif;
  list-style: disc;
  margin-bottom: 17px;
  font-size: 15px;
}

.mw-inline-table ul li span {
  font-weight: bold;
}
.mw-relacionadas-card a>div{
  display: flex;
    flex-direction: column;
    gap: 6px;
}

@media (max-width:1100px) {
  .mw-relacionadas-content {
    flex-wrap: wrap;
  }
}


@media (max-width: 700px) {
    #mw-share-social {
      display: none;
    }
    .galleryBlur {
      border-radius: 0 !important;
    }
    /*.mw-article-img-box.mw-element-justify .mw-image-info span {
      word-break: break-all;
    }*/
}

  #mw-share-social-mobile {
    display: none!important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    transition: .4s;
    /*top: 130px;*/
    gap: 15px;
    height: unset;
    z-index: 5;
    width: 100%;
    height: 70px;
    background: #f8f8f8 0% 0% no-repeat padding-box;
    padding-top: 0 !important;
    /*padding-bottom: 30px;*/
  }

  .mw-listen-btn {
    width: 40px !important;
    height: 40px !important;
  }

  .mw-share-btn {
    width: 40px !important;
    height: 40px !important;
  }

  .section-article-container {
    display: flex;
    gap: 30px;
  }

  .mw-relacionadas-content {
    justify-content: center;
  }

  .mw-relacionadas-card {
    height: fit-content;
    width: 100%;
    margin: 0;
  }

  .mw-relacionadas-card a {
    width: 100%;
    height: inherit;
  }

  .mw-relacionadas-card .mw-relacionadas-img {
    width: 229px;
    height: 162px;
    overflow: initial;
    border-radius: 15px;
  }

  .mw-relacionadas-card .mw-relacionadas-img img {
    width: inherit;
    height: inherit;
    border-radius: 15px;
  }

  .chapeu-widget{
    font-size: 10px !important;
  }

  .mw-relacionadas-titulo{
    font-size: 15px;
    line-height: 20px;
  }

  .inline-gallery-card {
    background-color: #fff;
    width: 90%;
    height: 50%;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px;
    z-index: 10;
  }

  .inline-gallery-card img,
  .inline-gallery-card iframe {
    width: 100% !important;
  }
  .mw-element-justify-left {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: start !important;
    flex-direction: column;
    float: left;
    max-width: 40vw;
    margin-right: 20px;
  }

  .mw-relacionadas-card span.mw-relacioandas-categoria.chapeu-widget {
    font-size: 12px !important;
    font-family: 'NunitoSans-ExtraBold' !important;
    line-height: 16px;
    padding: 0 !important;
  }

  .mw-relacionadas-card h3.mw-relacionadas-titulo {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 22px;
  }

@media (max-width:500px) {

  .item.enquete form h2 {
    font-size: 19px;
  }

  .item.enquete .button {
    flex-direction: column;
    gap: 20px;
  }

  .mw-video {
    height: 275px;
  }
  .mw-relacionadas-card a {
    flex-direction: row;
    gap: 16px;
  }
  .mw-relacionadas-card .mw-relacionadas-img {
    width: 116px;
    height: 84px;
  }
  .mw-relacionadas-card h3.mw-relacionadas-titulo {
    font-size: 16px;
    line-height: 20px;
  }
  .mw-relacionadas {
    gap: 18px;
  }
  .mw-relacionadas-content {
    gap: 16px;
  }
}
.article-info-tags {
  font-weight: 400;
  letter-spacing: 1px;
  color: #333;
  display: block;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  grid-column: span 3;
  font-size: 9pt;
  margin: 10px;
  
}
.article-info-tags small {
  background: #e6e6e6;
    padding: 5px 8px;
    display: inline-block;
    margin: 0 16px 16px 0;
    
}
.article-info-tags small:hover{
  background:#2770BE ;
  color: white;
}

.article-info-tags small a{
  font-size: 12px;
  font-family: "Ubuntu-Regular",sans-serif;
  font-weight: 600;
}
.article-info-tags span{
  color: #333;
  margin-right: 16px;
  font-family: "Ubuntu-Regular",sans-serif;
}
.article-info-tags img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: middle;
}

@media (max-width: 300px) {

  .article-info-tags span {
    display: block;
    margin-bottom: 16px;
  }
}
