:root {
  
  /*HEADER*/
  --header: #ffffff;
  --nav: black;
  --bg-rede-social: #771216;
  --icon-rede-social: #ffffff;
  --editorias: white;
  --editorias-hover: #D7D7D7;
  /*HEADER*/ 

  --chapeu: #CD090A;
  --titulo-noticia-hover: #CD090A;
  --editorias-offcanvas-hover: #CD090A;

  /*FOOTER*/
  --bg-footer: black;
  --bg-footer-rede-social: #ffffff;
  --icon-footer-rede-social: #CD090A;
  --paginas-footer: #ffffff;
  --paginas-footer-hover: #D7D7D7;
  --footer-linha: #ffffff;
  --creditos: white;
}

* {
  font-family: "Open Sans", sans-serif;
}

html,
body {
  height: 100%;
}

i.ph {
    display: inline-block;
    width: 1.5rem; /* Mesmo tamanho que você usa no style inline */
    height: 1.5rem;
    font-size: 1.5rem;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
}

.header {
  background-color: var(--header);
  min-height: 8.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-div{
  max-width: 40rem;
}

@media (max-width: 576px) {
    .hidden-div {
        display: none !important;
    }
}


.redes-sociais .bi {
    display: inline-block;
    width: 1.5rem;   /* Mesmo tamanho usado no style inline */
    height: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.5;
    vertical-align: middle;
    text-align: center;
}

img,
.img-fluid {
  object-fit: cover;
}

main {
  margin-top: 30px;
  margin-bottom: 50px;
}

.offcanvas-header{
	background: #CD090A;
}


.offcanvas-body{
    background-color:white;    
}

.offcanvas .custom-logo{
	width: 100% !important;
	height: 45px !important;
	
}

.container {
  min-height: 55%;
  position: relative;
}

.contato {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height:60vh;
}

.redes-sociais li a {
  background-color:var(--bg-rede-social)!important;
  color: #ffffff;
  border: none;
  display: flex;
  height: 38px;
}

.redes-sociais li a:hover {
  filter: brightness(90%);
    color: var(--icon-rede-social);
}

.redes-sociais {
  margin-bottom: 0 !important;
}

.redes-sociais:focus {
  box-shadow: none !important;
}

.redes-sociais-footer li a {
  background-color: var(--bg-footer-rede-social) !important;
  border:none;
  color: var(--icon-footer-rede-social);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
}

.footer-linha{
    border-bottom: 1px solid var(--footer-linha); 
}

.redes-sociais-footer li a:hover {
  filter: brightness(90%);
  color: var(--icon-footer-rede-social);
}

.btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#771216' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
  filter: none !important;
}

.creditos-footer {
    background-color: black;
}

/* 
		CABECALHO
*/

.navbar-principal {
  width: 100%;
}


.navbar-secundaria {
  background-color:var(--nav) !important;
  width: 100%;
}

.header-secundaria {
  width: 100%;
  max-height: 52px;
  z-index: 999;
}

.header-secundaria-sticky {
  top: 0;
  position: fixed;
  box-shadow: 0px 3px 15px 0px #989898;
}

.header-secundaria-sticky + main {
  padding-top: 50px;
}

.navbar-brand {
  margin-right: unset !important;
}

.logo {
  display: flex;
  justify-content: center;
}

.custom-logo-link img {
        height: 140px;
        width: auto;
    }

/*
 Para mudar a cor do hamburguer basta trocar o stroke='rgba(0, 198, 255)'
 */
 .navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(205, 9, 10, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
} 

.ultimas-noticias {
  font-weight: 600;
}

#menu-categorias-off-canvas li {
  background-color: white!important;
}

#menu-categorias-off-canvas li a:hover {
  background-color: var(--editorias-offcanvas-hover);
  color: #ffffff;
}

#menu-categorias-off-canvas li a {
  color:black;
  text-decoration: none;
  font-size: 17px;
  padding: 15px;
}

#menu-categorias {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#menu-categorias li {
  padding: 0px 4px;
  margin: 0px 4px;
}

#menu-categorias > li:hover {
  border-bottom: 3px solid var(--editorias-hover);
  margin-bottom: -3px;
}

#menu-categorias li a {
  color: var(--editorias);
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 100;
  background: none;
}

#menu-categorias li a:hover {
  color: var(--editorias-hover);
}

.btn-close{
    color: var(--nav)!important;
}

#menu-categorias li:hover > a {
  color: var(--editorias-hover);
}

#menu-categorias .active > a {
  color: var(--editorias-hover);
}

#menu-categorias > .active {
  border-bottom: 3px solid var(--editorias-hover);
  margin-bottom: -3px;
}

#menu-categorias-off-canvas .dropdown-menu {
  padding: 0 !important;
  border: none !important;
}

#menu-categorias-off-canvas .dropdown-menu li a {
  padding-left: 35px;
}

#menu-categorias .dropdown-menu {
  padding: 0 !important;
  border: none !important;
  background-color: var(--nav) !important;
}

#menu-categorias .dropdown-menu .active a {
  color: black !important;
}

#menu-categorias .dropdown-menu .active {
  border-bottom: none;
  margin-bottom: 0px;
}

#menu-categorias .dropdown-menu li:hover a {
  color: white !important;
}

#menu-categorias-off-canvas .dropdown-menu li:hover a {
  color: #686868 !important;
}

/*.dropdown-menu li{*/
/*    padding: 5px 5px !important;*/
/*    margin-left: 15px !important;*/
/*}*/

.bi-house-door-fill {
  line-height: inherit !important;
  color: var(--editorias);
  font-size: 18px;
  margin-right: 7px;
}

.bi-house-door-fill:hover {
  color: var(--editorias-hover)!important;
}


.offcanvas .offcanvas-header a {
  display: flex;
  justify-content: center;
}

.offcanvas .offcanvas-header div img {
  margin-top: 1rem;
  max-width: 60%;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}
.navbar-toggler:hover {
  box-shadow: none !important;
}

/* 
		INPUT SEARCH - escondido
*/

#searchform-offcanvas {
  width: 97%;
}

#searchform span {
  z-index: 999;
  border-radius: 5px;
  transition-delay: 0.5s;
}

#searchform input {
  width: 0;
  left: 25px;
  -webkit-transition: all 0.5s ease-in;
}

#searchform input:focus {
  box-shadow: none;
}

#searchform:hover input {
  width: 175px;
  left: 1px;
}

#searchform:hover span {
  border-radius: 0px 5px 5px 0px;
}

#searchform input:focus-within {
  width: 175px;
  left: 1px;
}

/* 
		FOOTER 
*/

footer {
  background-color: var(--bg-footer);
}

footer .conteudo {
  display: flex;
  align-items: center;
}

.footer-paginas {
  display: flex;
  justify-content: start;
}

.footer-logomarca {
  display: flex;
  justify-content: center;
}

.footer-sociais {
  display: flex;
  justify-content: end;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--creditos);
  padding: 10px 0px;
}

.copyright a {
  margin-left: 5px;
  color: var(--creditos);
  font-weight: 800;
  text-decoration: none;
}

#menu-principal li a {
  text-decoration: none;
  color: var(--paginas-footer);
  font-weight: 300;
}

#menu-principal li a:hover {
  color: var(--paginas-footer-hover);
}

#btnUp {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: var(--nav);
  z-index: 9999;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 20px;
  box-shadow: #989898 0 6px 12px 0;
  cursor: pointer;
}

/* 
		HOME
*/

#inicio {
  padding-top: 50px;
}

.banner_carrosel {
  margin-bottom: 30px;
  display: none;
}

/*.banner_href{*/
/*    display: flex;*/

/*}*/

/* A div banner_carrosel inicia invisivel, 
    mas quando ganha as classes do slick ( .slick-initialized.slick-slider ) ele fica com display block, ou seja, visivel*/
/*.banner_carrosel .slick-initialized .slick-slider{*/
/*    display: flex !important;*/
/*}*/

.home_categoria {
  position: relative;
  display: inline-block;
  font-size: 48px;
}

.container-cotacao {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  height: max-content;
}

.container-title-cotacao {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-cotacoes {
  font-size: 1.1rem;
}

.div-moeda {
  display: flex;
  gap: 0.2rem;
  flex-direction: column;
  text-align: center;
  width: 6rem;
  margin: 1rem !important;
}

.red {
  color: red;
}

.green {
  color: green;
}

.container-cotacao p {
  margin: 0;
}

.titulo {
  color: black;
  font-size: 40px;
  /*border-bottom: 2px solid #eaeaea;*/
  display: inline-block;
  padding-bottom: 10px;
}

.linha {
  height: 2px;
  background-color: #eaeaea;
}

.section-home {
  margin-bottom: 30px;
}

.mais-recentes .card {
  padding: 0 !important;
}

.section-home:not(.mais-recentes) .card-body .titulo-noticia {
  font-size: 18px;
  color: #282828;
  font-weight: 600;
}

.card-archive .card-body {
  padding: 0px 25px;
}

.card:not(.card-archive) .card-body .chapeu {
  margin: 10px 0px 0px 0px;
}

.mais-recentes .card-body .titulo-noticia {
  line-height: 25px;
  font-size: 24px;
  color: #282828;
  font-weight: 600;
  margin: 0px;
}

.mais-recentes img {
  height: 350px;
  width: 100%;
}

.mais-recentes .linha-fina {
  color: #464850;
  font-size: 16px;
  font-family: tahoma;
  margin: 0px;
  margin-top: 6px;
}

.section-home:not(.mais-recentes) img.card-img-top {
  max-height: 177px;
  max-width: 300px;
  width: 300px;
  height: 177px;
}

/* 
		ARCHIVE
*/

#archive {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-title {
  position: relative;
  display: inline-block;
  font-weight: 100;
  font-size: 45px;
  color: #222328;
}

.page-title::after {
  content: "";
  position: absolute;
  background: var(--nav);
  bottom: -8px;
  left: 0px;
  height: 4px;
  width: 100%;
}

footer img {
    width: auto;
    height: 100px;
}

.card {
  border: none !important;
  padding: 30px 0px;
  border-radius: 0% !important;
  margin: 0px !important;
  background: #fafafa;
}

.card:not(.card-archive) .card-body {
  padding: 0 !important;
}

.card-archive {
  border-bottom: 1px solid #e6e6e6;
}

.card-archive .card-body .titulo-noticia {
  color: black;
  font-size: 25px;
  font-weight: 600;
}

.card a {
  text-decoration: none;
}

.card .card-body .titulo-noticia:hover {
  color: var(--titulo-noticia-hover);
}

.chapeu {
  text-transform: uppercase;
  color: var(--chapeu);
  font-weight: bold;
  font-size: 15px;
}

.pagination {
  margin-top: 30px;
}

.active .page-link {
  background-color: var(--nav) !important;
  border-color: var(--nav) !important;
}

.page-item:not(.active) .page-link {
  color: black;
}

.pagination .page-item {
  margin: 0 !important;
}

.noticias-relacionadas .slick-slider {
  display: flex !important;
  align-items: center;
}

.carousel-card .card-img-top {
  height: 169px;
  width: auto;
  min-width: 253px;
}

.slick-arrow {
  margin: 20px;
  position: absolute;
}

.prev_arrow {
  left: -100px;
}

.next_arrow {
  right: -40px;
}

.img-archive {
  max-height: 288px;
  height: 288px;
  width: 100%;
}

.thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
}

.thumbnail:hover {
  opacity: 0.8;
}

.play-thumbnail {
  position: absolute;
  color: white;
  font-size: 60px;
  z-index: 999;
}

/*   + pega o elemento irm達o adjacente
     Pegamos os elementos IMG que possuem o .play-thumbnail como irm達o e aplicamos o efeito
*/
.play-thumbnail + .card-img-top,
.play-thumbnail + .img-fluid {
  filter: brightness(0.8);
}

/* 
		SINGLE 
*/
#single {
  padding-top: 50px;
  padding-bottom: 50px;
}
.post-title {
  font-weight: 700;
  color: #262626;
  font-size: 40px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.post-excerpt {
  color: #4d4d4d;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-post-image {
  width: 100%;
  height: auto;
}

.author-post {
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 700;
}

.info {
  margin-top: 10px !important;
}

.post-data {
  font-size: 14px;
  color: #262626;
  font-weight: 400;
}

.content {
  margin-top: 20px;
}

.content p {
  text-align: justify;
}

.tag-titulo-principal {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.tag-lista {
  display: flex;
  flex-wrap: wrap;
}

.tag-lista-item {
  list-style: none;
  margin-top: 10px;
  border: 1px solid #acacac;
}
.tag-lista-item a {
  padding: 5px;
  text-decoration: none;
  color: #2c2c35;
  text-transform: capitalize;
}

.carousel-card {
  flex: 0 0 0;
  margin-right: 50px;
}

.carousel-card .card .titulo-noticia {
  font-size: 18px;
  color: #282828;
  font-weight: 600;
}

.slick-arrow i {
  color: black !important;
  font-size: 39px;
  cursor: pointer;
}



/*.wp-block-embed-youtube .wp-block-embed__wrapper{*/
/*	position: relative;*/
/*	padding-bottom: 56.25%;*/
/*}*/

.wp-block-embed__wrapper iframe {
  width: 100%;
  height: 500px;
}

/* 
		ASIDE
*/
aside {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.img-destaque figcaption {
  background-color: #ECECEC;
  font-size: 0.9rem;
  color: #585858;
  padding: 0.5rem;
}

.lista-mais-lidos {
    padding-left: 0px;
}

.lista-mais-lidos-item {
    display: flex;
    counter-increment: li;
    list-style: none;
    padding-bottom: 15px;
}

.lista-mais-lidos-item::before {
    content: counter(li) " ";
    margin-right: 15px;
    color: #0098c4;
    text-align: center;
}

.lista-mais-lidos-titulo-principal {
    margin-top: 10px;
    display: flex;
}

.lista-mais-lidos-item a {
    color: #4D4D4D;
    text-decoration: none;
}

.lista-mais-lidos-titulo {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}

.lista-mais-lidos-titulo:hover {
    color: var(--cor-principal-escuro);
}

@media (min-width: 992px) {    
    .sticky-sidebar-wrapper {         
    position: -webkit-sticky; /* Para compatibilidade com Safari */         
    position: sticky; /* DistÃ¢ncia que o bloco vai manter do topo da tela.  Ajuste este valor se vocÃª tiver um menu principal fixo.         */         
    top: 70px;     
    }
}

/*  Contato */
#submit-button {
  padding: 15px;
  width: 100px;
  background-color: var(--nav) !important;
  border-color: var(--nav) !important;
  color: #ffffff;
}

#submit-button:hover {
  background-color: var(--nav) !important;
  border-color: var(--nav) !important;
}

.contato .form-control:not(textarea) {
  height: 60px;
}

.form-control::placeholder {
  color: #acacac;
}

.invalido {
  border-color: rgba(255, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgb(255, 0, 0, 0.25);
}

/* 
		404
*/
.error-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error-title {
  font-size: 50px;
}

.error-content strong {
  font-size: 24px;
}

.error-content ul li {
  font-size: 18px;
}

/* Popup*/
#showPopup {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 99999;
}

#popup {
  width: 100%;
  max-width: 700px;
  height: auto;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#btn-popup {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 5px;
  font-weight: 100;
  border: 0;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: black;
}

#btn-popup:hover {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(0, 198, 255)'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  background-color: black;
}

#popup a img {.offcanvas .offcanvas-header div img
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* 
		RESPONSIVIDADE 
*/
@media (max-width: 768px) {
  
  
  .footer-paginas {
      width: 100% !important;
  }
  
  .flex-none {
      display: none !important;
  }
  

  .offcanvas .custom-logo {
    width: auto !important;
    height: 45px !important;
  }

  footer .conteudo {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  footer .conteudo .footer-paginas ul {
    align-items: center;
  }

  footer .conteudo .footer-sociais {
    margin-top: 10px;
  }

  .footer-paginas {
    justify-content: center;
  }

  .footer-sociais {
    justify-content: center;
  }

  .offcanvas {
    --bs-offcanvas-width: 300px !important;
    background: var(--nav)!important;
  }

  .pagination {
    display: flex;
    --bs-pagination-padding-x: 0.35rem !important;
    --bs-pagination-padding-y: 0.3rem !important;
  }

  .post-title {
    font-size: 30px !important;
  }
}

/* Taboola ads*/
@media (max-width: 480px) {
  #taboola-below-article-thumbnails[data-feed-main-container-id="taboola-below-article-thumbnails"].tbl-feed-full-width {
    margin-left: 0 important;
    margin-right: 0 important;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 650px;
  }

  .next_arrow {
    right: -20px;
  }

  .prev_arrow {
    left: -65px;
  }

  .card-archive .card-body {
    padding: 20px 5px;
  }

  #redes-sociais-navbar {
    display: none !important;
  }

  .navbar-brand{
    margin:0 auto!important;
  }


  .section-home:not(.mais-recentes) img.card-img-top {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 850px) {
  .carousel-card .card-img-top {
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .custom-logo-link img {
    height: 85px;
    width: auto;
  }
  

  .compartilhar {
    justify-content: start !important;
  }

  .aside {
    width: 100%;
    align-content: start;
  }

  aside {
    margin-left: 0px;
  }

  .mais-recentes .row div:first-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
    .custom-logo-link img {
        height: 65px !important;
        width: auto;
    }

}

@media (max-width: 991px) and (min-width: 768px) {
  .section-home:not(.mais-recentes) img.card-img-top {
    max-height: 177px;
    max-width: 334px;
    width: 334px;
    height: 177px;
  }
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }   
}

@media (max-width: 1400px) {
  #menu-categoria li a {
    font-size: 15px;
  }

  .search-div{
    display: none;
  }
  
 

  .navbar-secundaria {
    display: none !important;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .section-home:not(.mais-recentes) img.card-img-top {
    max-height: 177px;
    max-width: 260px;
    width: 260px;
    height: 177px;
  }

  .carousel-card .card-img-top {
    height: 169px;
    width: auto;
    min-width: 215px;
  }
}

@media (max-width: 1400px) and (min-width: 991px) {
  

  #menu-categoria-1 li a {
    font-size: 14px;
  }

  #searchform:hover input {
    width: 140px;
    left: 1px;
  }

  #searchform input:focus-within {
    width: 140px;
    left: 1px;
  }
  .search {
    height: 52px;
  }
}


@keyframes pulse {
  0% { box-shadow: 0 0 10px rgba(37, 211, 102, 0.5); }
  50% { box-shadow: 0 0 25px rgba(37, 211, 102, 1), 0 0 30px rgba(37, 211, 102, 0.7); transform: scale(1.1); }
  100% { box-shadow: 0 0 10px rgba(37, 211, 102, 0.5); }
}

.whatsbutton {
  position: fixed;
  bottom: 70px;
  right: 10px;
  background-color: #25D366;
  color: white;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 10000;
  margin: 8px;
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
  animation: pulse 1.5s infinite;
}


.whatsbutton:hover {
  opacity: 1; /* Opacidade ao passar o mouse */
  transform: scale(1.1); /* Aumenta ligeiramente o tamanho do bot���o */
}

.whatsbutton img {
  width: 40px;
  height: 40px;
}

.offcanvas-body{
    background:white!important;
}

.offcanvas-header div{
	display:flex;
	align-items:center;
	justify-content:center;
}

.navbar-secundaria {
  background-color:var(--nav) !important;
  width: 100%;
}

/* BARRA 'EM ALTA' */

.header-secundaria {
  width: 100%;
  max-height: 52px;
  z-index: 999;
}

.header-secundaria-sticky {
  top: 0;
  position: fixed;
  box-shadow: 0px 3px 15px 0px #989898;
}

.header-secundaria-sticky + main {
  padding-top: 50px;
}


.marquee-div{
	  background-color: #D3D3D3; 
	padding: 0 12px;
  min-height: 10px;
	margin-bottom:4rem;
}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-weight: bold;
	background:#EDEDED;
  font-size: 17px;
}


.marquee-content {
  display: inline-block;
  white-space: nowrap;
margin-bottom:0px!important;
  animation: marquee 40s linear infinite; /* Ajuste a animação para durar 15s em vez de 23s */
}

.marquee-content .lista-mais-lidos-item {
  display: inline-block;
	margin:0px!important;
  margin-right: 50px!important; /* Ajuste a margem conforme necessário */
  position: relative;
	padding:0px!important;
}

.marquee-content .lista-mais-lidos-item::before {
  display:none!important;
}

/* Ajuste a animação para mover o conteúdo corretamente */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.noticias-label {
  padding-top:10px;
padding-bottom:10px;
	padding-right:20px;
	width:15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d3d3d3; /* cinza claro */
  color: #000;
  z-index: 3; /* mantém acima do marquee */
  position: relative;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%); /* recorte em diagonal */
  height: 40px;
  font-weight: bold;
  font-size: 18px;
}

.noticias-final {
 position: absolute;
clip-path: polygon(45% 0, 100% 100%, 0% 100%);
  right: 0;
  top: 0;
  height: 40px;
  width: 20px;
  background-color: #D3D3D3;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
	padding-right:20px;
}

.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

.div-moeda p {
    text-align:center!important;
}