/*! Source: /themes/default/assets/css/base.css */
/* FONT: CIRCULAR STD */
@font-face {
  font-family: "CircularStd-Medium";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/CircularStd/CircularStd-Medium.woff2') format("woff2");
}

@font-face {
  font-family: "CircularStd-Bold";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/CircularStd/CircularStd-Bold.woff2') format("woff2");
}

@font-face {
  font-family: "CircularStd-Book";
  font-display: swap;
  font-style: normal;
  font-weight: 450;
  src: url('../fonts/CircularStd/CircularStd-Book.woff2') format("woff2");
}

@font-face {
  font-family: "CircularStd-Black";
  font-display: swap;
  font-weight: 900;
  src: url('../fonts/CircularStd/CircularStd-Black.woff2') format("woff2");
}

/* ----------- */

/* FONT: DOMINE */
@font-face {
  font-family: "Domine-Medium";
  font-display: swap;
  src: url('../fonts/Domine/Domine-Medium.woff2') format("woff2");
}

@font-face {
  font-family: "Domine-Regular";
  font-display: swap;
  src: url('../fonts/Domine/Domine-Regular.woff2') format("woff2");
}

@font-face {
  font-family: "Domine-Bold";
  font-display: swap;
  src: url('../fonts/Domine/Domine-Bold.woff2') format("woff2");
}

@font-face {
  font-family: "Domine-Semibold";
  font-display: swap;
  src: url('../fonts/Domine/Domine-SemiBold.woff2') format("woff2");
}

/* FONT: SWISS 721 */
@font-face {
  font-family: "Swiss_721_Black";
  font-display: swap;
  src: url('../fonts/Swiss721/Swiss_721_black_BT.woff2') format("woff2");
}

/* FONT POPPINS */
@font-face {
  font-family: "Poppins-Medium";
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-Medium.ttf') format("truetype");
}

@font-face {
  font-family: "Poppins-Regular";
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-Regular.ttf') format("truetype");
}

@font-face {
  font-family: "Poppins-Bold";
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-Bold.ttf') format("truetype");
}

@font-face {
  font-family: "Poppins-Semibold";
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-SemiBold.ttf') format("truetype");
}


@font-face {
  font-family: "Poppins-Black";
  font-display: swap;
  src: url('../fonts/Poppins/Poppins-Black.ttf') format("truetype");
}

/* ---------- */
body {
  background-color: white;
}

body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

body::-webkit-scrollbar-button {
  width: 4px;
  height: 4px;
}

body::-webkit-scrollbar-thumb {
  background: #e4002b;
  border: 0px none #ffffff;
  border-radius: 50px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #e4002b;
}

body::-webkit-scrollbar-thumb:active {
  background: #e4002b;
}

body::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 50px;
}

body::-webkit-scrollbar-track:hover {
  background: #b3b3b3;
}

body::-webkit-scrollbar-track:active {
  background: #ebebeb;
}

body::-webkit-scrollbar-corner {
  background: transparent;
}

* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
}

/* pagination category */

.mw-category-pages-section {
  display: grid;
  grid-row: span 1;
  grid-column: 1/9;
  justify-content: center;
  align-content: center;
}

.mw-rounded-btn {
  background-color: #c00d0d;
  color: white;
  font-family: "Poppins-Bold";
  padding: 10px;
  border: none;
  cursor:pointer;
}

.mw-pages-label {
  background-color: #c00d0d;
  color: white;
  font-family: "Poppins-Bold";
  padding: 5px;
  border: none;
  border-radius: 50%;
}

.mw-clube-text {
    font-family: "Poppins-Medium";
    font-size: 11px;
    line-height: 16px;
    color: #fff;
}

.mw-clube-text-container {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.mw-page-circle-selected {
  background-color: #181717 !important;
  color: white;
}

.mw-page-circle {
  background-color: #c00d0d;
  color: white;
  font-family: "Poppins-Bold";
  padding: 10px;
  border: none;
  cursor:pointer;
}

.mw-page-circle:hover,
.mw-page-circle:focus {
  box-shadow: 0 0.5em 0.5em -0.4em #181717;
  transform: translateY(-0.25em);
}

.mw-page-circle-selected:hover,
.mw-page-circle-selected:focus {
  box-shadow: 0 0.5em 0.5em -0.4em #181717;
  transform: translateY(-0.25em);
}

.mw-pages-label:hover,
.mw-pages-label:focus {
  box-shadow: 0 0.5em 0.5em -0.4em #181717;
  transform: translateY(-0.25em);
}

.mw-rounded-btn:hover,
.mw-rounded-btn:focus {
  box-shadow: 0 0.5em 0.5em -0.4em #181717;
  transform: translateY(-0.25em);
}

@media (max-width: 800px) {
  .mw-category-pages-section {
    grid-column: 1/3;
  }
}

/* titles */
.mw-h2-title {
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  font-family: "Poppins-Bold";
}

.mw-h3-description {
  font-size: 12px;
  line-height: 20px;
  color: #595959;
  font-weight: normal;
  font-family: "Poppins-Medium";
}

/* TOP COTACAO: fontes e cores */
.mw-top-text {
  font-family: "Poppins-Medium";
  font-size: 11px;
  line-height: 16px;
}

.mw-top-text-black {
  color: #707070;
}

.mw-top-text-white {
  color: #fff;
}

.mw-top-category {
  font-family: "Poppins-Medium";
  font-size: 11px;
  line-height: 16px;
  font-weight: 100;
}

.mw-top-category-black {
  color: #222222;
}

.mw-top-category-red {
  color: #df2a17;
}

.mw-top-category-border {
  border-bottom: 3px solid #ccc;
  z-index: 0;
}

/* ----------- */

/* BOXSHADOW */

.mw-shadow1 {
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.mw-shadow2 {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.mw-shadow3 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.mw-shadow4 {
  -webkit-box-shadow: 0px 0px 7px 6px rgba(137, 137, 137, 0.14);
  box-shadow: 0px 0px 7px 6px rgba(137, 137, 137, 0.14);
}

/* Widgets */
.mw-widget {
  padding: 20px;
  border-radius: 15px;
  background-color: white;
}

.icon-locker-chapeu-rela {
  margin-left: 5px;
}

/* Chapeus */
.mw-chapeu-fundo {
  background-color: var(--azulEscuro);
  color: white !important;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 19px;
  border-radius: 20px;
  display: inline;
  font-family: "Poppins-Bold", sans-serif;
  text-transform: uppercase;
}

.mw-chapeu-simples {
  color: white;
  z-index: 1;
  font-family: "Poppins-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

/* Estilos dos links, resetar */
.mw-link-decoration {
  text-decoration: none;
  cursor: pointer;
}

.mw-link-decoration a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

/* TEXTO "Atualização" */
.mw-main-atualizacao {
  font-family: "Poppins-Bold";
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
}

.mw-main-atualizacao-black {
  color: #222222;
}

.mw-main-data-atualizacao {
  font-family: "Poppins-Medium";
  font-size: 12px;
  line-height: 16px;
  font-weight: 100;
}

#ppBoxAnchor {
  width: 400px !important;
}

#desk-bloco-ads-1 {
  width: 370px;
  overflow: hidden;
}

/* ------------ */

/* AUTOR MATÉRIA */
.mw-main-autor-text {
  font-family: "Poppins-Medium";
  font-weight: 100;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;

}

.mw-main-autor-black {
  color: #222222;
}

.mw-main-autor-brand {
  font-family: "Poppins-Bold";
  font-weight: 100;
  font-size: 14px;
  line-height: 18px;
}

.mw-main-autor-brand-black {
  color: #707070;
}

/* ------------ */

/* MAIN: fontes e cores */
.mw-main-h1 {
  font-family: "Poppins-Black";
  font-size: 50px;
  line-height: 54px;
}

.mw-main-h1-black {
  color: #222222;
}

.mw-main-h2 {
  font-family: "Poppins-Medium";
  font-size: 18px;
  line-height: 22px;
  font-weight: 100;
  color: #5c5c5c;
}

.mw-main-h2-gray {
  color: #959595;
}

.mw-main-p-corpo b {
  font-weight: bold;
}

.mw-main-p-corpo {
  font-family: "Poppins-Regular";
  font-weight: 100;
  font-size: 16px;
  /* line-height: 24px; */
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0;
}

@media (max-width: 360px) {
  .mw-main-p-corpo {
    margin-top: 30px;
  }
}

.mw-main-p-black {
  color: #303030;
}

.mw-main-p-white {
  color: #fff;
}

.mw-article-chapeu {
  font-family: "Poppins-Bold";
  font-size: 12px;
  line-height: 16px;
}

.mw-article-chapeu-red {
  color: #e4002b;
}

.span-leitura-chapeu {
  color: #222222;
  font-weight: 100;
}

.icon-clock-chapeu {
  margin-left: 20px;
  margin-right: 10px;
}

.icon-locker-chapeu {
  margin-left: 10px;
}

/* ------------ */

/* CITAÇÃO */

.mw-main-cite {
  font-family: "Poppins-Black";
  font-weight: 100;
  font-size: 30px;
  line-height: 36px;
  font-style: normal;
}

.mw-main-cite-black {
  color: #303030;
}

.cite-aspas {
  float: left;
  margin-top: -11px;
  margin-right: 20px;
  width: 65px;
  height: 180px;
}

.mw-citacao-autor {
  font-size: 20px;
  display: contents;
  line-height: 50px;
  font-family: "Poppins-Bold";
}

/* ------------- */

/* MANCHETES RELACIONADAS */
.h3-title-pub-relacionadas {
  font-family: "Poppins-Black";
  font-size: 12px;
  line-height: 16px;
}

.h3-title-pub-relacionadas-red {
  color: #df2a17;
}

.h2-title-chamadas {
  font-family: "Poppins-Bold";
  font-size: 18px;
  line-height: 22px;
}

.h3-texto-chamadas {
  font-family: "Poppins-Bold";
  font-size: 12px;
  line-height: 16px;
  font-weight: 100;
  color: #575757;
}

.span-box-chamada {
  font-family: "Poppins-Bold";
  font-size: 12px;
  line-height: 14px;
}

/* -------- */

/* ==== Últimos Posts ===== */
.h2-form-email {
  font-family: "Poppins-Bold";
  font-size: 24px;
  line-height: 28px;
  font-weight: 100;
}

.h2-form-email-white {
  color: #ffffff;
}

.h3-form-email {
  font-family: "Poppins-Bold";
  font-size: 12px;
  line-height: 16px;
  font-weight: 100;
}

.h3-form-email-white {
  color: #ffffff;
}

.h3-main-ult-post-insta {
  font-family: "Poppins-Black";
  font-size: 14px;
  line-height: 18px;
  margin-top: 30px;
}

.icon-insta-ult-posts {
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
}

/* ------------------ */

/* FOOTER */

.mw-footer-h3-title {
  font-family: "Poppins-Bold";
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

.mw-footer-text-default {
  font-family: "Poppins-Medium";
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #BDBDBD;
}

.mw-footer-text-default-white {
  color: #BDBDBD;
}

/* margin sections */
.mw-margin-sections-corpo {
  /* margin-bottom: 30px; */
}

/* ---------------- */

/* MARGINS GENERICAS */
.m-t-b-5 {
  margin: 5px 0;
}

.m-t-b-10 {
  margin: 10px 0;
}

.m-t-b-15 {
  margin: 15px 0;
}

.m-t-b-20 {
  margin: 20px 0;
}

/* POST INFO */
.mw-post-info {
  margin: 8px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mw-post-info>span {
  color: #e4002b;
  font-family: "Poppins-Bold";
  text-transform: uppercase;
  font-size: 12px;
}

.mw-post-info-time {
  margin-left: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mw-post-info-time>span {
  font-size: 12px;
  color: #222222;
  font-family: "Poppins-Medium";
  margin-right: 5px;
}

.mw-post-info-time img {
  margin: 0 5px;
}

.mw-li-header .mw-li-header-FLN-main img, img.mw-icon-generic.mw-icon-header-folha{
  max-width: 260px;
}

.mw-search-pagination-container{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin: 20px 0 20px 0;
}
.mw-search-pagination-container .mw-search-pages{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}
.mw-search-pagination-container .mw-search-pages button{
  background-color: #e4002b;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
  transform: translateY(0);
  transition: all .2s ease-in-out;
  border-radius: 5px;
}
.mw-search-pagination-container .mw-search-pages .mw-search-label{
  font-size: 28px;
  color: #234084
}
.mw-search-pagination-container .mw-search-pages button:hover,
.mw-search-pagination-container .mw-search-pages button:focus{
  background-color: #000;
  transform: translateY(-5px);
}

.mw-search-pagination-container .mw-search-pages .mw-search-pageSelected{
  background-color: #000;
}

@media (max-width: 1024px) {
  .newHome .mw-area {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (max-width: 700px) {
  .newHome .mw-area {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1205px) {
  .newHome .mw-home-container {
    min-width: unset;
    max-width: unset;
    width: 100%;
    padding: 0 20px;
  }
}
/*! Source: /themes/default/assets/css/topResponsivo.css */
/* LIGHTBOX - LUCAS */
.modal {
  display: none;
  z-index: 1000000000; /* Para permitir aparecer sobre o modal do paywall*/
  padding: 10px;
  position: fixed;
  margin: 20px auto;
  left: 0;
  right: 0;
  top: 10%;
  width: 90%;
  height: 80%;
  overflow-x: auto;
  background-color: white;
  border: 1px solid black;
  border-radius: 20px;
  overflow-x: hidden;
  cursor: default;
}

.login-wrapper{
  margin-top: 60px;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #c00d0d #ffffff;
  }

  /* Chrome, Edge, and Safari */
  
  #Lightbox ::-webkit-scrollbar {
    width: 10px;
  }
  
  #Lightbox ::-webkit-scrollbar-track {
    border-radius: 20px;
    background: transparent;
  }

  #Lightbox ::-webkit-scrollbar-thumb {
    background-color: #c00d0d;
    border-radius: 10px;
    border: 0.5px solid #ffffff;
  }

  #Lightbox .modal-content {
  height: 100%;
  overflow-y: auto;
}

  .modal-content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal-preview {
    width: 100%;
}


.close {
  color: black;
  position: absolute;
  top: 10px;
  z-index: 6;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
/* MENU DROPDOWN */
.menuLogado{
  display: flex;
  align-items: center; 
  justify-content: space-between;
  cursor: pointer;
}
.menuLogado:hover ul{
  display: block;
}
.ul-fix{
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
}
.menuLogado ul{
  display: none;
  position: absolute;
  z-index: 100;
  background-color: white;
  padding: 10px 30px;
  color: black;
  top: 70px;
  left: -25px;
  border-radius: 10px;
  width: 80px;
}
.menuLogado ul li{
  padding: 5px 0;

}
.menuLogado ul li:last-child{
  color:#c00d0d
}
/* ---------------- */


/* TOP WIDGETS/COTAÇÃO */
.mw-top-widgets {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.mw-top-widgets-content {
  width: 1200px;
  padding: 0 20px;
  margin: 10px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.mw-buttons-top {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.mw-cotacao-top-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mw-item-cotacao-li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.mw-icon-arrow-li {
  width: 15px;
  height: 6px;
  margin: 0 5px;
}
.mw-icon-sun-li {
  height: 15px;
  width: 15px;
  margin-right: 5px;
}

.mw-container-cotacao-top {
  display: flex;
}

.cotacao-bitcoin .cotacao-value {
  color: #1DCB40;
}
.cotacao-dolar .cotacao-value {
  color: #DF2A17;
}
.cotacao-euro .cotacao-value {
  color: #DF2A17;
}
.mw-widget-cotacao {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-family: circularstd-medium;
	margin: 0;
	height: 36px;
}

.mw-widget-cotacao li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
}

.mw-widget-cotacao img {
	width: 15px;
	height: 6px;
	margin: 0 5px;
}

.mw-widget-cotacao .cotacao-value {
	color: #DF2A17;
}

.mw-widget-previsao {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 11px;
	font-family: 'CircularStd-Medium';
	height: 36px;
	margin-left: 16px;
}

.mw-widget-previsao img {
	height: 15px;
	width: 15px;
	margin-right: 5px;
}

.mw-widget-previsao .temperatura {
	margin-left: 5px;
}

.max-tempetura {
  color: #DF2A17;
  margin-left: 5px;
}
.min-temperatura {
  color: #478CEB;
  margin-left: 5px;
}
/* ------------- */

/* ===== MENU LATERAL ==== */
.screen-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  width: 100%;
  left: -100%;
  min-width: 300px;
  transition: all 0.4s ease;
}
.barra-lateral-menu {
  width: 48vh;
  height: 100vh;
  background-color: #222222;
  overflow-y: auto;
  overflow-x: hidden;
}
.bg-menu-lateral {
  width: 100%;
  height: 100vh;
  background-color: #22222259;
}
#check {
  display: none;
}
#check:checked ~ .screen-menu {
  display: inherit;
  transform: translateX(100%);
}

#checkTopResponsivo {
  display: none;
}
#checkTopResponsivo:checked ~ .screen-menu {
  display: inherit;
  transform: translateX(100%);
}

#checkTopScroll {
  display: none;
}
#checkTopScroll:checked ~ .screen-menu {
  display: inherit;
  transform: translateX(100%);
}

.icon-close-menu {
  position: absolute;
  font-size: 3rem;
  top: 30px;
  left: 30px;
  cursor: pointer;
}
.nav-lista-menu {
  margin-top: 80px;
  margin-left: 30px;
  border-bottom: 1px solid #6E6E6E;
  width: 25vh;
}

summary.colunas-head::marker,
summary.title-topic::marker {
  color: transparent;
}
.topicos-colunas {
  padding-left: 15px;
}

.search-box-menu-lateral {
  /*display: flex; 
  align-items: center;
  background-color: #303030;
  padding: 12px 15px;
   padding: 12px 15px;
  border-radius: 10px;*/
  margin-bottom: 25px;
  display: flex;
  background-color: #303030;
  border-radius: 10px;
  position: relative;
  width: 180px;
  padding: 8px 2px;
  align-items: center;
}

.search-menu-lateral {
  padding: 8px 10px;
  outline: none;
  border: none;
  background-color: #303030;
  color: #fff;
  font-weight: bold;
  width: 17vh;
}
.search-menu-lateral::placeholder {
  color: #fff;
}

.link-menu-lateral {
  margin-bottom: 25px;
}
.link-menu-lateral h3{
  font-family: 'CircularStd-Medium';
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  transition: 0.4s ease;
}
.link-menu-lateral h3:hover{
  color: #c00d0d;
}
.container-categorias-menu-lateral {
  margin: 30px 15px;
  width: 25vh;
}
.colunas-head {
  margin-bottom: 25px;
  font-family: 'CircularStd-Medium';
  font-size: 14px;
  line-height: 17px;
  transition: 0.4s ease;
  cursor: pointer;
}
.colunas-head:hover{
  color: #c00d0d;
}
.colunas-head a:hover{
  color: #c00d0d;
}
.arrow-right-menu-lateral {
  margin-right: 8px;
}

.title-topic {
  margin-bottom: 20px;
}
.li-inside-topicos {
  margin-left: 40px;
  margin-bottom: 20px;
}
/* ------------------------- */

.access-whats {
  background-color: #0000dc;
  display: flex;
  justify-content: space-around;
  width: 85px;
  height: 40px;
  align-items: center;
  border-radius: 10px;
  padding: 0 5px;
}


/* HEADER */
.mw-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e4002b;
}

.mw-header-scroll {
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #e4002b;
  position: fixed;
  top: 0;
  z-index: 3;
}

.mw-header-scroll .mw-header-content {
  z-index: 3;
  margin: 5px 0;
}

.mw-header-content {
  width: 1200px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.mw-ul-header {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  gap: 5px;
}
.mw-li-header {
  position: relative;
  display: flex;
  align-items: center;
}
label {
  cursor: pointer;
}

/* MENU/ICON HEADER */
.mw-icon-header-menu {
  margin-right: 10px;
}
/* ------- */


/* SEARCH BOX HEAEDER */
.mw-li-header-search-box {
  background-color: #990a0a; 
  border-radius: 10px;
  /* margin-left: -6rem; */
  position: relative;
  width: 180px;
  padding: 8px 2px;
}
.gsc-control-cse{
  border-radius: 20px !important; 
  padding:2px !important;
}
.gsc-search-button-v2{
  padding: 0px !important;
  border-radius: 15px !important;
  background: transparent !important;
  border: 0 !important;
}
.gsc-search-button-v2 svg {
  width: 18px !important;
  height: 18px !important;
}
.gstl_50 .gsc-input{
  background: #990a0a;
}
.gsc-input{
  background: #990a0a;
  color: white;
}
.gsc-input-box{
  background: transparent !important;
}
.mw-icon-header-search {
  margin-right: 5px;
  padding-left: 10px;
  width: 17px;
  height: 17px;
}
.mw-input-search-box {
  width: 130px;
  border: none;
  background-color: #990a0a;
  color: #fff;
  padding: 5px;
  width: 100%;
}
.search-menu-lateral{
  background-color: transparent  !important;
}
.search-menu-lateral::placeholder {
  background-color: transparent  !important;
}
.search-menu-lateral:focus {
  background-color: transparent  !important;
}
.mw-input-search-box::placeholder {
  font-family: 'CircularStd-Book';
  background-color: #990a0a;
  font-size: 11px;
  font-weight: 100;
  color: #fff;
  padding-left: 5px;
  padding-top: 3px;
  letter-spacing: 1px;
}
.mw-input-search-box:focus {
  border: 0px solid transparent;
  background-color: #990a0a;
  outline: none;
}
/* -------- */


/* ICON FLN MAIN HEADER */
.mw-li-header-FLN-main {
  /* margin-left: -4rem; */
}
.mw-icon-header-folha-mobile {
  display: none;
}
/* --------------- */


/* HEADER ICON LOGIN */
.mw-icon-header-login {
  margin-right: 10px;
  border-radius: 50%;
  object-fit: cover;
  width: 25px;
  height: 25px;
}
/* -------------- */


/* CATEGORY */
.mw-category {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mw-category-content {
  width: 1200px;
}
.mw-category-content *::-webkit-scrollbar {
  display: none;
}
.mw-category-nav {
  width: 100%;
  /*border-bottom: 1px solid #ccc;*/

}
.mw-category-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 0;
}
.mw-title-icon-top {
  width: 260px;
  height: 37px;
  overflow: hidden;
}
@media (max-width: 1245px){
  .mw-category-ul {
    padding: 0 20px;
  }
}
.mw-category-li {
  box-sizing: border-box;
  /* padding: 15px 7.1px; */
  padding: 25px 0 15px;
  cursor: pointer;
  z-index: 1;
  border-bottom: 3px solid transparent;
}
.mw-category-li:hover {
  border-bottom: 3px solid #f00;
  transition: 0.4s;
}
/* nav li */
.category-li-edicao-digital {
  color: #f00;
}
/* ---- */



/* ===== MEDIA QUERIES ====== */
@media (max-width: 1000px) { 
  .mw-top-widgets-content,
  .mw-header-content,
  .mw-category-content {
    width: 900px;
    transition: 0.4s;
  }
  .category-li-classificados {
    display: none;
  }

  .mw-li-header-search-box {
    /* margin-left: -10rem; */
  }

  .mw-li-header-FLN-main {
    /* margin-left: -10rem; */
  }


  .barra-lateral-menu {
    width: 46vh;
  }
  
}

@media (max-width: 900px) {
  .mw-top-widgets-content,
  .mw-header-content,
  .mw-category-content {
    width: 800px;
    transition: 0.4s;
  }
  .mw-li-header-search-box {
    /* margin-left: -9rem; */
  }
  .mw-li-header-FLN-main {
    /* margin-left: -6rem; */
  }
  .mw-input-search-box {
    display: block;
  }

 
  .bg-menu-lateral {
    width: 100%;
  }

  .barra-lateral-menu {
    width: 48vh;
  }

}
.input .gsc-input .gsc-i-id2 {
  color: white !important;
}
.search-box-menu-lateral .gsc-control-cse {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.search-box-menu-lateral .gstl_50 .gsc-input {
  background: #303030 !important;
  color: white;
}
.search-box-menu-lateral input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  border-color: #303030 !important;
}
.search-box-menu-lateral table.gsc-search-box td {
  vertical-align: middle;
  background: #303030 !important;
}

.mw-li-header .gsc-input-box {
  border: transparent !important;
}
@media (max-width: 800px) {
  .mw-header {
    height: 50px !important;
  }

  .mw-header-scroll {
    height: 50px !important;
  }
  .mw-top-widgets-content,
  .mw-header-content,
  .mw-category-content {
    width: 700px;
    transition: 0.4s;
  }
  .cotacao-bitcoin,
  .category-li-educacao,
  .category-li-saude {
    display: none;
  }
  .mw-category-nav {
    width: 100%;
    white-space: nowrap;
    overflow: scroll;
    /*border-bottom: 1px solid #ccc;*/
  }
  .access-whats-text {
    font-size: 10px !important;
  }
  .mw-category-li {
    box-sizing: border-box;
    padding: 20px 0;
    cursor: pointer;
    z-index: 1;
    margin-right: 15px;
    border-bottom: 3px solid transparent;
}
  .bg-menu-lateral {
    width: 100%;
  }

  .barra-lateral-menu {
    width: 50vh;
  }
}

@media (max-width: 700px) {
  .access-whats {
    width: 70px;
  }
  #header-news-span {
   line-height: unset !important;
  }
  #header-news {
    height: 70px !important;
  }
  .menuLogado ul{
    left: -65px;
  }
  .ul-fix {
    width: 70px;
  }
  .modal{
    top: 5%;
    width: 94%;
    left: 0;
    right: unset;
    overflow: scroll;
    height: 90%;
  }
  .mw-category-li:last-child{
    min-width: 45%;
  }
  .mw-category-ul{
    gap: 15px;
  }
  .mw-category-li{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mw-top-widgets-content,
  .mw-header-content,
  .mw-category-content {
    width: 600px;
    transition: 0.4s;
  }
  .category-li-empregos,
  .cotacao-temperatura {
    display: none;
  }
  .mw-li-header-search-box {
    /* margin-left: -3rem; */
  }
  .mw-li-header-FLN-main {
    /* margin-left: -2rem; */
  }

  .bg-menu-lateral {
    width: 100%;
  }

  .barra-lateral-menu {
    width: 55vh;
  }
}

@media (max-width: 600px) {

  .mw-top-widgets-content,
  .mw-header-content,
  .mw-category-content {
    width: 500px;
    transition: 0.4s;
  }
    .gcse-search
    .mw-li-header-search-box {
    /* margin-left: -1rem; */
    width: 50%;
  }
  .mw-li-header-FLN-main {
    /* margin-left: -1rem; */
  }
  .category-li-colunistas {
    display: none;
  }

  .bg-menu-lateral {
    width: 100%;
  }

  .barra-lateral-menu {
    width: 65vh;
  }

  .modal {
    top: 8%;
  width: 90vw;
  left: 9px;
  height: 80vh;
}

.modal::-webkit-scrollbar {
  display: none;
}
}

@media (max-width: 580px) {
.modal {
  top: 13%;
  /* width: 90vw; */
  /* left: 20px; */
}
}

@media (max-width: 700px) {

  .mw-top-widgets-content,
  .mw-header-content,
  .mw-category-content {
    width: 400px;
    transition: 0.4s;
  }
  .mw-top-widgets-content,
  .mw-li-header-search-box,
  .category-li-mundo,
  .mw-li-clube-assinante {
    display: none;
  }
  .mw-icon-header-folha {
    display: none;
  }
  .mw-icon-header-folha-mobile {
    display: inherit;
    height: 36px;
    width: 36px;
    overflow: hidden;
  }
  .mw-title-icon-top {
    height: 36px;
    width: 36px;
    overflow: hidden;
  }

  .bg-menu-lateral {
    width: 100%;
  }
  .barra-lateral-menu {
    width: 90vh;
  }
}


@media (max-width: 400px) {

  .mw-top-widgets-content,
  .mw-header-content,
  .mw-category-content {
    width: 300px;
    transition: 0.4s;
  }
  .category-li-edicao-digital,
  .mw-span-text-login {
    display: none;
  }

  .bg-menu-lateral {
    width: 100%;
  }
  .barra-lateral-menu {
    width: 110vh;
  }
}

@media (max-width: 320px) {

  .mw-header,
  .mw-header-scroll,
  .mw-category {
    min-width: 300px;
  }

  .mw-top-widgets-content,
  .mw-header-content,
  .mw-category-content {
    min-width: 300px;
    width: 300px;
    transition: 0.4s;
  }
  .category-li-esporte {
    display: none;
  }

  .bg-menu-lateral {
    width: 15%;
  }
  .barra-lateral-menu {
    width: 110vh;
  }
}
/* ========== */
/*! Source: /themes/default/assets/css/article/podcastarticle.css */
@font-face {
  font-family: 'MyriadProBold';
  font-display: swap;
  src: url('../css/fonts/myriad/Myriad-ProBold.ttf') format('truetype');
}

@font-face {
  font-family: 'MyriadProRegular';
  font-display: swap;
  src: url('../css/fonts/myriad/Myriad-Pro-Regular.ttf') format('truetype');
}
.mw-anexo{
  display: none !important;
}
.extrasSection {
  display: flex;
  flex-direction: column;
  background-color: #1717177a;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
  max-width: 720px;
  align-items: center;
  box-sizing: border-box;

}

.extrasSection .mw-article-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 55%;
  margin: 20px 0;
  transition: 0.4s;
}
.extrasSection .mw-article-img-box img:hover{
  transform: scale(1.1);
}
.mw-article-img-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.bgRoxo {
  position: absolute;
  width: 100%;
  height: 101%;
  z-index: -1;
  top: -10px;
}
.mw-image-title {
  font-family: circularstd-bold !important;
  font-size: 20px !important;
  color: #f9db6a !important;
  background: -webkit-linear-gradient(#efc25f, #ff9800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.episodios {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
}
.epiBox {
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}
.epiBox:hover {
  transform: scale(1.05);
}
.epiBox img {
  width: 100%;
}
.gray{
  transform: unset !important;
  filter: grayscale(1);
}
.epiBox img:last-of-type{
  filter: opacity(0.7);
}
.redcircle-link:link {
  color: #ea404d;
  text-decoration: none;
}
.redcircle-link:hover {
  color: #ea404d;
}
.redcircle-link:active {
  color: #ea404d;
}
.redcircle-link:visited {
  color: #ea404d;
}
/* check */
.redcirclePlayer-c441d383-9538-45fa-b4a6-1d65073e4901 {
  width: 100%;
  max-height: 180px;
  margin-bottom: 20px;
}
.redcirclePlayer-c441d383-9538-45fa-b4a6-1d65073e4901 iframe{
  min-height: unset !important;
}
.extrasSection a {
  font-family: circularstd-bold;
  font-size: 24px;
  color: #f9db6a;
  width: 100%;
  background: -webkit-linear-gradient(#efc25f,#ff9800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: dashed!important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.extrasSection p {
  font-family: circularstd-bold;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  background: -webkit-linear-gradient(#ffffff, #e6dccd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: dashed !important;
}
.mw-article-img-box img {
  max-width: 800px;
  border-radius: 10px;
}
.extrasImage {
  max-width: 210px;
}
.extrasSection iframe:first-of-type{
  width: 100%;
  min-height: 400px;
}
.extrasSection iframe::-webkit-scrollbar {
  display: none;
}
.mw-header {
  background-color: #1d1b1b !important;
}
.mw-li-header-search-box {
  background-color: #2a2424 !important;
}
.mw-input-search-box {
  background-color: #2a2424 !important;
}
.mw-input-search-box::placeholder {
  background-color: #2a2424 !important;
}
.mw-input-search-box:focus {
  background-color: #2a2424 !important;
}
.mw-header-scroll {
  z-index: 20 !important;
  background-color: #1d1b1b !important;
}
.mw-top-widgets {
  display: none !important;
}
.mw-category {
  display: none !important;
}
.mw-podcast-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 21px 0;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
*::-webkit-scrollbar {
  display: none;
}
.podcastContainer {
  width: 740px;
  height: 740px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
}
.recortePodcast {
  width: 100%;
  height: 100%;
  z-index: 3;
}
/* CONTROLS */
.controls {
  width: 97%;
  display: flex;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  left: 8px;
  bottom: 13px;
  height: 97px;
  padding: 20px;
  box-sizing: border-box;
  justify-content: space-between;
}
.audioTimeline {
  width: 439px;
  height: 56px;
  display: flex;
  align-items: center;
}
.audioSettings {
  width: 224px;
  height: 56px;
  display: flex;
  gap: 22px;
}
.play {
  width: 101px;
  height: 57px;
  cursor: pointer;
}
.pause {
  width: 100px;
  height: 57px;
  cursor: pointer;
}
.audioTimeline {
  width: 439px;
  height: 56px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.timeDuration {
  display: flex;
  justify-content: space-between;
  width: 90%;
  position: absolute;
  left: 7%;
  bottom: 0;
  color: #f3cf63;
  font-family: circularstd-book;
}
input[type=range] {
  -webkit-appearance: none;
  width: 96%;
  outline: none;
  padding-bottom: 10px;
  height: 0;
  cursor: pointer;
  background-color: transparent;
  margin: 0 10px;
}
input[type="range"]::-webkit-slider-thumb {
  background-image: url(https://www.folhadelondrina.com.br/themes/default/assets/img/podcast/pointer.png);
  width: 40px;
  background-size: contain;
  height: 40px;
	cursor: pointer;
	border-radius: 50%;
	-webkit-appearance: none;
}
.right input[type=range]{
	width: 40%;
}
@media (max-width:740px){
  .extrasSection .mw-article-img-box img {
    max-width: unset;
    margin: 20px 0;
    max-width: 290px;
}
  .podcastContainer {
    width: 100%;
    height: calc(100% - 80px);
}
.extrasSection {
  width: 96%;
  max-width: unset;
}
.audioTimeline {
  width: 100%;
}
.controls {
  width: 97%;
  margin: 0 auto;
  height: calc(100% - 83%);
  z-index: 10;
  left: 8px;
  bottom: -5px;
  gap: 20px;
}

.audioSettings {
  width: 50%;
  height: 100%;
}
.pause,.play{
  width: 100%;
  height: 100%;
}
.audioTimeline {
  height: 80%;
}
input[type="range"] {
  width: 100%;
  margin:  0;
}
input[type="range"]::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
}
.timeDuration {
  font-size: 2vw;
}
}
@media (max-width:450px){
  .audioSettings {
    width: 44% !important;
}
}
/*! Source: /themes/default/assets/css/footerResponsivo.css */
.footer-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #171717;
}

.footer-content {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 40px 0 0;
}

.colunas {
  padding: 15px 30px 15px;
}

.colunas-editorias {
  padding-left: 0;
}

.footer-content-links {
  display: flex;
  justify-content: left;
  width: 60%;
}

.icon-arrow-right-list {
  display: contents;
}

.footer-h3 {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}

.footer-li-links {
  margin-bottom: 10px;
}

.footer-content-medias {
  width: 40%;
  padding: 15px 0;
}

.footer-content-aplicativos, .footer-content-redes-sociais{
  border: 1px solid #fff;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
}

.footer-content-redes-sociais {
  display: flex;
  justify-content: space-between;
}

.footer-title-app {
  text-align: center;
  padding: 15px 0;
}
.footer-app-buttons {
  display: flex;
  align-content: stretch;
  justify-content: space-evenly;
  padding-bottom: 15px;
}

.btn-edicao-digital {
  grid-column: 1/2;
  width: 160px;
}
.btn-podcast {
  grid-column: 2/3;
  width: 160px;
}
.btn-aplicativos {
  color: #2b2b2b !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-sizing: border-box;
}
.icon-app-ed-digital, .icon-podcast {
  height: 20px;
  margin-right: 5px;
}

.img-folha-container{
  display: flex;
  width: 100%;
}
.img-footer-folha {
  margin: 15px auto;
  padding: 15px 0;
}

.img-altatech-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
.img-footer-altatech {
  padding: 0;
  height: 30px;
}

.img-mundiware-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
.img-footer-mundiware {
  padding: 0;
  height: 45px;
}

.footer-ul-medias {
  padding: 15px;
}

.footer-li-medias {
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.icons-footer {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

.colunas details {
  display: none;
}

.footer-copyright {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #171717;
  padding: 15px 0;
}

.footer-copyright-text {
  font-family: 'CircularStd-Medium';
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #D4D4D4;
  padding: 10px;
}

.logos-container {
  display: flex;
  flex-direction: row;
}

/* MEDIA QUERIES */
@media (max-width: 1000px) {
  .footer-content {
    width: 900px;
    transition: 0.4s;
  }
}
@media (max-width: 900px) {
  .footer-content {
    width: 800px;
    transition: 0.4s;
  }
  .colunas-especiais,
  .colunas-servicos,
  .colunas-links {
    padding-left: 0;
  }
  .footer-content-medias {
    width: 45%;
  }
}
@media (max-width: 800px) {
  .footer-content {
    width: 700px;
    transition: 0.4s;
  }
  .btn-podcast,
  .btn-edicao-digital {
    width: 140px;
  }
  .footer-content-links {
    display: flex;
    justify-content: left;
    width: 60%;
    flex-direction: column;
    flex-wrap: wrap;
    height: 470px;
  }
  .li-links-display-none {
    display: none;
  }
}
@media (max-width: 700px) {
  .footer-content {
    width: 600px;
    transition: 0.4s;
  }
  .colunas-editorias,
  .colunas-especiais,
  .colunas-servicos,
  .colunas-links {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-content-links {
    width: 45%;
  }
  .footer-content-medias {
    width: 55%;
  }
}
@media (max-width: 796px) {
  .footer-content {
    width: 500px;
    transition: 0.4s;
  }
  .btn-podcast,
  .btn-edicao-digital {
    width: 120px;
  }
  .ul-medias-left,
  .ul-medias-right {
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;

  }
  .colunas details {
    display: initial;
  }
  .logos-container {
    display: flex;
    flex-direction: row;
  }
}

@media (max-width: 796px) {
  .footer-content {
    width: 400px;
    transition: 0.4s;
  }
  .footer-content {
    flex-direction: column;
  }
  .footer-content-links {
    height: auto;
  }
  .footer-content-medias {
    padding-right: 0;
    padding-left: 0;
  }
  .footer-content-links,
  .footer-content-medias {
    width: 100%;
  }
  .colunas {
    padding: 15px 15px 0;
  }
  .footer-ul-links {
    margin-left: 25px;
  }
  .footer-content-aplicativos,
  .footer-content-redes-sociais{
    padding: 0 15px;
    margin-left: 4%;
    width: 91%;
  }
  .btn-podcast,
  .btn-edicao-digital {
    width: 160px;
  }
  .icon-arrow-right-list {
    display: block;
    float: left;
    margin-right: 10px;
  }
  .colunas-editorias-desktop,
  .colunas-especiais-desktop,
  .colunas-servicos-desktop,
  .colunas-links-desktop
   {
    display: none;
  }
}
@media (max-width: 370px) {
  .footer-content {
    width: 300px;
    transition: 0.4s;
  }
  .footer-content-redes-sociais {
    flex-direction: row;
  }
  .footer-ul-medias {
    display: flex;
  }
  .footer-li-medias {
    padding: 0;
  }
  .mw-footer-text-span {
    display: none;
  }
  .footer-app-buttons {
    display: flex;
    align-content: center;
    justify-content: center;
    padding-bottom: 15px;
    flex-direction: column;
  }
  .btn-podcast,
  .btn-edicao-digital {
    width: 230px;
    padding: 10px 5px;
  }
}
@media (max-width: 300px) {
  .footer-section {
    min-width: 300px;
  }
}
/*! Source: /themes/default/assets/css/article/articleElements.css */
.element-overlay-text {
  position: absolute;
  width: 100%;
  padding: 20px;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.5);
  display: flex;
}

.NDgop83lz {
  width: 600px !important;
  padding:10px;
}

.element-overlay-text p {
  font-size: 23px !important;
  color: white !important;
  padding: 0 !important;
  width: max-content;
  height: max-content;
}

.image-fullscreen {
  position: relative;
  left: calc(-50vw + 50%);
  height: auto;
  width: 100vw !important;
  margin-bottom: 15px;
}

.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 img,
.mw-element-justify .element-overlay-text,
.mw-element-justify a {
  width: 60% !important;
  max-width: 800px !important;
  object-fit: fill !important;
}

.mw-element-justify a img {
  width: 100% !important;
}

.mw-element-justify-left {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: start !important;
}

.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;
}

.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: 'Poppins-Regular', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.mw-article-video {
  height: 100%;
  width: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 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: "Poppins-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: "Poppins-regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: var(--defaultBlue);
  text-decoration: none;
}

.mw-galeria-img {
  margin: 30px 0;
}

.mw-galeria {
  height: 440px;
  width: 100%;
  display: grid;
  grid-template:
    "image-1 image-2"48% "image-1 image-3"48%;
  gap: 15px;
}

.mw-image-1 {
  grid-area: image-1;
}

.mw-image-2 {
  grid-area: image-2;
}

.mw-image-3 {
  grid-area: image-3;
}

.mw-galeria figure {
  overflow: hidden;
  border-radius: 20px;
  background-color: #ccc;
  display: flex;
}

.mw-galeria img {
  width: 100%;
  transition: 0.3s;
  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: "Poppins-Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: var(--mediumGray);
  margin-top: 5px;
  display: block;
}

.mw-image-title {
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 18px;
  color: var(--mediumGray);
  margin-top: 10px;
  font-weight: 100;
}

.mw-image-author {
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  color: var(--mediumGray);
}
.mw-image-info{
  margin-top: 1px;
}
.mw-image-info.info-inline {
    margin-top: -40px;
}

/* FRASE */


.mw-citacao-svg {
  width: 80px;
}

.mw-citacao-svg i {
  font-size: 60px;
  color: var(--mediumGray);
}


.mw-citacao {
  width: 100%;
  display: grid;
  grid-template-columns: 109px 1fr;
  margin: 30px 0;
}

.mw-citacao-svg svg {
  height: 85;
  color: var(--mediumGray);
}

.mw-citatao-conteudo {
  padding-left: 30px;
}

.mw-citacao-text {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: var(--darkGray);
  margin-bottom: 20px;
  font-style: normal;
}

.mw-citacao-autor {
  font-family: "Poppins-bold", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: var(--mediumGray);
}


/* anexo */
.mw-anexo {
  height: 57px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 30px 0;
}

.mw-anexo a {
  height: 100%;
  width: 100%;
  display: flex;
  text-decoration: none;
}

.mw-anexo-icone {
  height: 57px;
  width: 57px;
  border-radius: 50%;
  background-color: #c00d0d !important;
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
}

.mw-anexo-arquivo {
  height: 100%;
  padding: 0 25px;
  background-color: #c00d0d !important;
  margin-left: 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}

.mw-anexo-arquivo:hover,
.mw-anexo-mobile:hover {
  background-color: #814646;
}

.mw-anexo-arquivo span {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  margin: 0 5px;
}

.mw-anexo-mobile {
  width: 70%;
  background-color: var(--defaultBlue);
  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: "Poppins-Regular", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  margin: 0 5px;
  text-align: center;
}

.mw-article-body a {
  font-weight: bold;
  color: #e4002b;
}

/* 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: "Poppins-bold", sans-serif;
  font-size: 24px;
  color: var(--defaultBlue);
  line-height: 28px;
  text-align: center;
  font-style: normal;
}

.mw-address-name {
  fill: var(--defaultBlue);
}

.mw-endereco-mapa {
  height: calc(100% - 63px);
  width: 100%;
  background-color: #ccc;
}

/*enquete*/

/* enquete */
.mw-enquete {
  max-width: 400px;
  margin: 0 auto;

}

.item.enquete header strong {
  font-family: "Poppins-bold", sans-serif;
  top: 30px;
  left: 30px;
  font-weight: bold;
  font-size: 16px;
}

.item.enquete {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}

.enquete p {
  font-family: "Poppins-regular", sans-serif;
  width: 100%;
  font-size: 20px;
  line-height: 1.8;
  color: var(--mediumGray);
  margin: 10px 0 !important;
}

.item.enquete form {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 10px;
}

.item.enquete form p {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  color: var(--black);
  line-height: 1.4;
  font-size: 14px;
}

.item.enquete form label {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  padding-left: 30px;
  cursor: pointer;
  margin-top: 20px;
}

.item.enquete .button {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  cursor: pointer;

}

.item.enquete form label p {
  font-size: 13px;
  margin-top: 5px !important;
}

.item.enquete form label input[type=radio] {
  position: absolute;
  top: 3px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid var(--blue);
  border-radius: 100%;
}

.item.enquete form label input[type=radio]:checked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: var(--blue);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  content: '';
}

.item.enquete .button button {
  display: inline-block;
  width: auto;
  padding: 8px 20px 10px 20px;
  border-radius: 100px;
  border: 2px solid var(--blue);
  color: var(--blue);
  font-weight: bold;
  margin-top: 30px;
}

.item.enquete form label button img {
  display: inline-block;
  width: auto;
  margin-left: 5px;
  vertical-align: middle;
}


/*relacionadas*/

.mw-relacionadas {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
}

.mw-relacionadas>h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 10px !important;

}

.mw-relacionadas-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mw-relacionadas-card {
  height: 280px;
  width: 244px;
  margin: 22px 0;
}

.mw-relacionadas-card a {
  height: auto;
  width: 244px;
  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-categoria {
  padding: 5px 8px;
  font-family: "Poppins-bold", sans-serif;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  border-radius: 40px;
  color: #fff;
}

.mw-relacionadas-titulo {
  font-family: "Poppins-bold", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: var(--darkGray);
}

.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;
}

.inline-gallery-card img,
.inline-gallery-card iframe {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  z-index: 11;
}

.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;
  grid-row: 7;

}

.article-info-tags small {
  background: #e4002b;
  padding: 5px 10px;
  display: inline-block;
  margin: 0 16px 16px 0;
  border-radius: 25px;
}

.article-info-tags small:hover {
  background: #c00d0d;
  color: white;
}

.article-info-tags small a {
  font-size: 12px;
  font-family: "Poppins-Regular",sans-serif;
  font-weight: 600;
  color: #fff;
}

.article-info-tags span {
  color: #333;
  margin-right: 16px;
  font-family: "Poppins-Regular", sans-serif;
}

.article-info-tags img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: middle;
}

.element-conteudo-sensivel.active {
  background: rgba(0, 0, 0, 80%);
  border-radius: 5px;
}

.conteudo-sensivel-blur {
  filter: blur(25px);
  background: rgba(0, 0, 0, 80%);
}

.element-conteudo-sensivel-button.active {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  color: #fff;
}
.element-conteudo-sensivel-button.active span {
  font-size: 18px;
  letter-spacing: 1px;
}
.element-conteudo-sensivel-button.active span:hover {
  color: #2f93e9;
  cursor: pointer;
  text-shadow: 0px 1px 0 rgb(0 0 0);
}
.element-conteudo-sensivel-button.active img {
  width: 45px !important; 
}
/* galeria */

.container-galeria {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  margin-bottom: 41px;
}

.container-galeria * {
  scrollbar-width: auto;
  scrollbar-color: #0b71c4 #fcfcfc;
}

.container-galeria *::-webkit-scrollbar {
  width: 16px;
}

.container-galeria *::-webkit-scrollbar-track {
  background: #fcfcfc;
}

.container-galeria *::-webkit-scrollbar-thumb {
  background-color: #0b71c4;
  border-radius: 10px;
  border: 3px solid #fcfcfc;
}

.container-galeria .main-img {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.container-galeria .main-img p{
  font-size: 16px;
  max-width: 100%;
  font-family: "Poppins-Regular";
  line-height: 15px;
  text-align: center;
}

.container-galeria .main-img img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 5px;
  object-fit: cover;
  object-position: top;
  height: 100%;
}

.container-galeria .imgs img {
  width: 70px;
  height: 70px;
  padding: 1px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}

.main-img-content {
  height: 100%;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease-in 1 forwards;
}

.container-galeria .imgs {
  display: flex;
  flex-direction: column;
  gap: 15px;
  cursor: pointer;
  width: fit-content;
  max-height: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 15px;
}

.gallery-description {
  line-height: 0px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.mw-desk-bloco-imoveis {
  display:flex;
  justify-content: center;
  align-items: center;
  min-height: 90px;
}

.mw-desk-bloco-imoveis > img {
  object-fit: cover;
  max-width: 100%;
}

@media (max-width: 300px) {
  .article-info-tags span {
    display: block;
    margin-bottom: 16px;
  }
}

@media (max-width: 800px) {
  .image-fullscreen {
    height: fit-content !important;
  }

  .main-img-content {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .container-galeria .imgs {
    flex-direction: row;
    gap: 15px;
    max-height: unset;
    overflow-y: unset;
    max-width: 100%;
    overflow-x: scroll;
    padding-right: 0;
  }

  .container-galeria {
    gap: 15px;
    flex-direction: column;
  }

  .mw-element-justify img {
    width: 100% !important;
  }
}


/* table leia mais */

.table__leia-mais {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.table__leia-mais h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #727070;
}

.table__leia-mais-content {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.table__leia-mais-content img {
  width: 100px;
  height: 85px;
  border-radius: 5px;
  object-fit: cover;
}

.table__leia-mais-content div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.table__leia-mais-content div>p {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  letter-spacing: -0.16px;
  color: #161616;
}

.table__leia-mais-content div span {

  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--vermelhoPadrao);
  letter-spacing: 0.12px;
}

.table__leia-mais-wrapper {
  display: grid;
  min-width: 100%;
  grid-template-columns: repeat(1,1fr);
  gap: 17px;
}

@media (max-width:700px) {
  .mw-inline-table strong {
    margin-right: 0px;
  }

  .teste span.point {
    display: initial;
  }

  .table__leia-mais {
    /* position: unset */
  }
}

.mw-inline-table p {
  margin: 0 !important;
}
/*! Source: /themes/default/assets/css/article/articleContent.css */
.article-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.fln-article-container {
  display:flex;
}

.article-content {
  width: 1000px;
  margin: 0 auto;
  gap: 35px;
  display: flex;
  flex-direction: column;
  min-height:300px;
  box-sizing: border-box;
}

.article-info {
  display: flex;
  align-items: center;
  gap: 110px;
  justify-content: space-between;
}

.foto-main-article {
  width: 100%;
  max-width: 1200px;
  max-height: 600px;
  object-fit: cover;
  justify-self: center;
  border-radius: 15px;
  min-height: 550px;
}

.share-container {
  position: sticky;
    top: 159px;
    left: 0;
    height: fit-content;
    display: flex;
    flex-direction: column;
    /* z-index: 20; */
    width: 40px;
    overflow: visible;
    gap: 5px;
    z-index: 19;
}
.share-container.share-container-scroll{
  position: sticky;
  top: 10%;
}

.desk-mw {
  display: none;
}

.article-text {
  width: 650px;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.article-text ul{
  list-style-type: disc;
  margin-left: 40px;
}
.article-autor-img {
  border-radius: 50%;
}

.mw-article-img-box {
  width: 100%;
}

.mw-article-img-box img {
  width: 100%;

  object-fit: cover;
  border-radius: 10px;
}

.mw-article-img-box img.mobile {
  /* display: none; */
}

.mw-article-body>iframe {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  max-height: 320px;
}

.article-text-p {
  width: 100%;
  z-index: 2;
}

.article-text-p1 {
  position: relative;
}

.foto-main-article {
  width: 100%;
  justify-self: center;
}

.foto-corpo-article {
  width: 100%;
}

.article-chapeu {
  text-align: center;
}

.article-h1 {
  text-align: center;
  font-family: "Poppins-Bold";
  font-size: 50px;
  line-height: 54px;
  color: #222222;
}

.article-subtitle {
  text-align: center;
}

.article-autor {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.article-ul-acessibilidade {
  list-style: none;
  display: grid;
  justify-content: center;
}

.article-ul-social-medias {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  background-color: #e4002b;
  padding: 15px 18px;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 10px;
}

iframe {
  width: 100%;
}

.article-li-social-medias {
  cursor: pointer;
  filter: brightness(0) invert(1);
}

.article-corpo-citacao {
  display: flex;
  margin: 20px 0;
}

.txt-update {}

.li-acessibilidade {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding-bottom: 10px;
  cursor: pointer;
}

.icon-li-acessibilidade {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}

.icon-menu-flutuante {
  display: none;
}

.mobile-share-options {
  display: none;
}

.mobile-acessibility-options {
  display: none;
}

.headerinfo {
  display: flex;
  align-items: center;
  justify-items: center;
  /* justify-content: center; */
  margin-top: 15px;
}

#MEIAPAGINA1 {
  right: -180px !important;
  position: absolute !important;
  top: 0;
}

.mw-main-p-corpo a {
  font-weight: bold;
}


a.toggle-audio {
  background-color: #fff !important;
}

.mw-image-info.info-inline {}


@media (max-width: 900px) {
  .share-container{
    display: none;
  }
}
@media (max-width: 700px) {
  .mw-top-widgets {
    display: none;
  }

  .article-content {
    width: 100%;
  }

  .article-h1 {
    font-size: 34px;
    line-height: 38px;
  }

  .mw-main-h2 {
    font-size: 16px;
    line-height: 20px;
    color: #5c5c5c;
  }

  .mw-main-p-corpo {
    font-size: 14px;
  }

  .mw-main-atualizacao {
    font-size: 11px;
    line-height: 15px;
  }

  .mw-main-data-atualizacao {
    font-size: 11px;
    line-height: 15px;
  }

  .mw-main-cite {
    font-size: 24px;
    line-height: 28px;
  }

  .article-text {
    width: 100%;
  }

  .desk-mw {
    display: block;
  }

  .mobi-mw {
    display: none;
  }

  .article-autor {
    display: flex;
    gap: 15px;
  }


  .mobile-share-options {
    
   background-color: white;
    bottom: 0;
    z-index: 2;
    display: flex;
    position: fixed;
    width: 100vw;
    align-items: center;
    height: 75px;
    justify-content: center;
  }

  .mobile-acessibility-options {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    grid-column: 1/4;
    gap: 20px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    font-family: 'Poppins-Bold';
  }

  .share-mobile {
    display: flex;
    gap: 10px;
  }

  .acessibility-mobile {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 30px;
  }

  .mw-social-btn-article {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 3px 0;
  }

  #share-fb {
    background-color: #4165af;
  }

  #share-linkedin {
    background-color: #0a66c2;
    
  }

  #share-twitter {
    background-color: #000000;
  }

  #share-whatsapp {
    background-color: #28a745;
  }

  #share-email {
    background-color: #C00D0D;
  }

  #share-imovel {
    background-color: #e4002b;
  }

  #share-assine {
    background-color: #e4002b;
  }

  .li-share-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
}

@media (max-width: 600px) {
  .mw-top-widgets {
    display: none !important;
  }

  .article-h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .article-content {
    min-height: 500px;
    transition: 0.4s;
    padding: 0 15px;
  }

  .foto-main-article {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    min-height: 300px;
  }

  .article-text-p1 {
    margin: 15px 0;
  }
}

@media (max-width: 500px) {
  .mw-top-widgets {
    display: none !important;
  }

  .article-h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .article-content {
    transition: 0.4s;
    justify-content: center;
  }

  .article-ul-acessibilidade,
  .article-ul-social-medias {
    display: none;
  }

  .article-autor {
    display: flex;
    gap: 15px;
  }

  .icon-menu-flutuante {
    display: inherit;
    position: fixed;
    z-index: 1;
    top: 80%;
    right: 5%;
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    transition: 0.4s;
    cursor: pointer;
  }

}

@media (max-width: 400px) {
  .mw-top-widgets {
    display: none !important;
  }

  .article-h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .article-content {
    width: 100%;
    transition: 0.4s;
    justify-content: center;
  }

  .foto-corpo-article {
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
  }

  .mw-main-cite .cite-aspas {
    width: 20px;
    margin-right: 30px;
  }

}
/*! Source: /themes/default/assets/article/articlePodcast.css */
.mw-article-podcast{
    max-width: 500px;
    background-color: #61115c;
    padding: 15px;
    position: relative;
}

.mw-article-podcast header{
    background-color: #61115c;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 75px;
}

.mw-article-podcast header>img{
    width: 25px;
}
.mw-article-podcast header a{
    text-decoration: none;
    color: white;
}
.mw-article-podcast>img{
    width: 100%;
}


/*Fonts*/

@font-face {
  font-family: 'Zilla-medium';
  font-display: swap;
  src: url('../fonts/Zilla_Slab/ZillaSlab-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Zilla-light';
  font-display: swap;
  src: url('../fonts/Zilla_Slab/ZillaSlab-Light.ttf') format('truetype');
}
