:root {
  
  /*HEADER*/
  --header: #D7D7D7;
  --nav: #00A1AF;
  --bg-rede-social: #00A1AF;
  --icon-rede-social: #D7D7D7;
  --editorias: white;
  --editorias-hover: #D7D7D7;
  /*HEADER*/ 

  --chapeu: #00A1AF;
  --titulo-noticia-hover: #00A1AF;
  --editorias-offcanvas-hover: #000000;

  /*FOOTER*/
  --bg-footer: #D7D7D7;
  --bg-footer-rede-social: #000000;
  --icon-footer-rede-social: #D7D7D7;
  --paginas-footer: #000000;
  --paginas-footer-hover: #FFFFFF;
  --footer-linha: #ffffff;
}

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

html {
  height: 100%;
}

body {
  min-height: 100vh;
  display: flex;  
  flex-direction: column;
  margin: 0; 
}

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

p {
  text-align: justify;
}

li {
  text-align: justify;
}

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

img,
.img-fluid {
  object-fit: cover;
  border-radius: 5px;
}

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

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

/* 
		CABECALHO
*/
i.ph {
    display: inline-block;
    width: 1.5rem; 
    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;
}

.redes-sociais .bi {
    display: inline-block;
    width: 1.5rem;   
    height: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.5;
    vertical-align: middle;
    text-align: center;
}

.redes-sociais li a {
  background-color:var(--bg-rede-social)!important;
  color: var(--icon-rede-social);
  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;
}

.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: 50px;
        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(0, 161, 175, 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: #CD090A;
  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 1px;
  margin: 0px 14px;
}

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

#menu-categorias li a {
  color: var(--editorias);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  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: #BF1419;
}

#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: #FFFFFF !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%;
}

.offcanvas-header{
	background: #000000;
}


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

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

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

.sheet-header {
    display: none; 
}

.mobile-list-clean {
    display: none; 
}

.btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' 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;
}


/* 
		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;
}

.creditos-footer {
    background-color: #000000;
}

.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;
}

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

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

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

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

.list-inline-a {
  display: flex;     
  flex-wrap: wrap;    
  gap: 5px;          
  padding: inherit;

}

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

.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;
}

/* 
		HOME
*/

#inicio {
  padding-top: 50px;
}

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


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

.titulo {
    color: black;
    font-size: 40px;
    width: 100%;
    display: inline-block;
    text-transform: capitalize;
    text-transform: uppercase;
}

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

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

.mais-recentes {
    background-color: #212529;
    padding: 30px 150px 10px;   
    width: auto;
    max-width: none !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    display: block;
    box-sizing: border-box;
    border-radius: 10px !important;
    overflow: hidden; 
    position: relative; 
}

.header-revista {
    border-bottom: 1px solid #444;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.titulo-edicao {
    font-size: 1.2rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

.data-edicao {
    color: #888;
    font-size: 0.8rem;
    font-weight: 400;
    margin-left: 5px;
}

.nav-text {
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
    transition: color 0.3s;
    display: flex;
    align-items: center;
}

.nav-text i {
    color: #00A1AF; 
    font-size: 1rem;
    margin-left: 5px;
}

.nav-text:hover {
    color: #00A1AF !important;
}

.mais-recentes .card {
    border: none;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.2s;
    background-color: transparent;
    padding: 0 !important;
}

.mais-recentes .card:hover {
    transform: translateY(-5px);
}

.card-capa {
    background-color: #00A1AF; 
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    border: none;
    min-height: 300px;
    transition: all 0.3s ease;
}

.card-capa .card-body {
    background: rgba(0, 0, 0, 0.6); 
    height: 100%;
    padding: 2rem !important;
    transition: all 0.3s ease;
}

.card-capa:hover { 
    background-color: #BF1419; 
}
.card-capa:hover .card-body { 
    background: rgba(0, 161, 175, 1);
}

.card-capa .menu-icon { 
    font-size: 2rem; 
    margin-bottom: 0.5rem; 
}

.card-capa .card-title {
    font-weight: bold; 
    font-size: 1rem; 
    text-transform: uppercase;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 5px; 
    margin-bottom: 20px; 
    color: white !important;
}

.fundo-texto-capa {
    font-family: 'Times New Roman', serif; 
    font-size: 1.8rem;
    font-weight: bold; 
    line-height: 1.1; 
    opacity: 0.9; 
    color: white;
}

.card-noticia {
    background-color: #2b2f33 !important;
    display: flex; 
    flex-direction: column;
}

.card-noticia::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    pointer-events: none;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.card-noticia img.card-img-top { 
    height: 180px; 
    object-fit: cover; 
    width: 100%; 
}

.card-noticia .card-title {
    color: #fff !important; 
    font-weight: 700; 
    font-size: 1.1rem !important;
    /*margin-bottom: 1rem; */
    line-height: 1.3;
}

.card-noticia:hover {
    color: #BF1419;
}
    
.card-noticia .card-autor {
    color: #000 !important; 
    font-size: 0.75rem; 
    text-transform: uppercase;
    font-weight: 600; 
    margin-bottom: 0 !important; 
    margin-top: auto;
}

.mais-recentes-slider {
    margin-bottom: 30px;
}

.mais-recentes-slider .slick-item {
    margin: 0 10px; 
    height: 100%;
}

.mais-recentes-slider .slick-track { 
    display: flex !important; 
}
.mais-recentes-slider .slick-slide { 
    height: inherit !important; 
    flex-direction: column; 
}
.card-noticia, .card-capa { 
    height: 100% !important; 
}

.mais-recentes-slider .slick-prev,
.mais-recentes-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5); 
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}

.mais-recentes-slider .slick-prev:hover,
.mais-recentes-slider .slick-next:hover { 
    background-color: #00A1AF; 
}

.mais-recentes-slider .slick-prev { left: -100px; }
.mais-recentes-slider .slick-next { right: -100px; }

/* Ícones das setas */
.mais-recentes-slider .slick-prev:before {
    content: '‹';
    font-family: sans-serif;
    font-size: 30px;
    color: white;
    opacity: 1;
    line-height: 1;
}
.mais-recentes-slider .slick-next:before {
    content: '›';
    font-family: sans-serif;
    font-size: 30px;
    color: white;
    opacity: 1;
    line-height: 1;
}

.mais-recentes-slider .slick-dots {
    bottom: -35px;
    position: absolute;
    width: 100%;
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 10px; 
}

.mais-recentes-slider .slick-dots li { 
    margin: 0 6px; 
}

.mais-recentes-slider .slick-dots li button {
    font-size: 0; 
    line-height: 0; 
    display: block;
    width: 10px; 
    height: 12px; 
    padding: 0; 
    cursor: pointer;
    border: none; 
    outline: none; 
    border-radius: 50%;
    background-color: #3b4252; 
    transition: all 0.3s ease;
}

.mais-recentes-slider .slick-dots li.slick-active button {
    background-color: #00A1AF;
    transform: scale(1.1);
}


.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;
}

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

.card.h-100.card-noticia > .card-body {
    padding: 1rem !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 140px;
    max-height: 230px;
    background-color: rgba(0, 161, 175, 1); 
    backdrop-filter: blur(8px); 
    -webkit-backdrop-filter: blur(8px); 
    color: white; 
    border-radius: 0 0 8px 8px;
}

.mais-recentes-slider:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
    gap: 20px;
}

.mais-recentes-slider:not(.slick-initialized) .slick-item {
    min-width: 250px;
    width: 25%; 
    flex-shrink: 0;
}
/* 
		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: 45px;
}

.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;
  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: block;
    min-width: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease;
    border-radius: 5px;
}

.thumbnail-ultimas {
    min-width: 30%;
    min-height: 50px;
    height: 100px;
}

.thumbnail-archive {
    min-width: 100%;
    min-height: 300px;
}

.thumbnail.video .play-thumbnail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: white;
    opacity: 0.8;
}

.thumbnail:hover {
    transform: scale(1.05);
    filter: brightness(0.9);
}

.thumbnail-fixos:hover {
    filter: brightness(0.9);
}

.thumbnail-fixos:not(:hover) {
    transition: 1s;
}

.thumbnail:not(:hover) {
    transition: 1s;
}

.play-thumbnail {
    position: absolute;
    color: white;
    font-size: 60px;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.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: #BF1419;
  font-size: 39px;
  cursor: pointer;
}

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

/* 
		ASIDE
*/
aside {
  width: 100%;
  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-item a {
    color: #4D4D4D;
    text-decoration: none;
}

.lista-mais-lidos-link {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    text-decoration: none;
    gap: 12px;
    width: 100%;
}

.lista-mais-lidos-img {
    width: 80px !important;
    min-width: 80px !important;
    height: 60px !important;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}

.lista-mais-lidos-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.lista-mais-lidos-conteudo {
    flex: 1;
}

.lista-mais-lidos-titulo {
    font-size: 12px;
    margin: 0 !important;
    font-weight: 500;
    color: #4D4D4D;
    line-height: 1.3;
    text-align: justify;
}

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

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

/*  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;
}

@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; 
  transform: scale(1.1); 
}

.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: #b5b5b5; 
	padding: 0 12px;
    min-height: 10px;
}

.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; 
}

.marquee-content .lista-mais-lidos-item {
  display: inline-block;
	margin:0px!important;
  margin-right: 50px!important;
  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: #b5b5b5; 
    color: #FFFFFF;
    z-index: 3;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%); 
    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: #b5b5b5;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
	padding-right:20px;
}

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


/* 
|----------RESPONSIVIDADE----------| 
*/
@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;
  }
}

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

  .search-div{
    display: none;
  }
  
  .thumbnail-ultimas {
    min-width: 300px;
    min-height: 200px;
  }

  .thumbnail {
    min-width: 260px;
  }

  .thumbnail-ultimas {
    min-width: 200px;
  }

  .card-ultimas {
    flex: 0 0 260px;
  }

  .thumbnail-archive {
    min-width: 100%;
    min-height: 250px;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .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;
    min-width: 215px;
  }
}

@media (max-width: 1300px) and (min-width: 992px)  {
    .prev_arrow{
        left: -60px;
    }
    
    .next_arrow {
        right: -20px;
    }
    
    #menu-categorias li a {
        font-size: 9px;
    }
}

@media (min-width: 992px) {    
    .sticky-sidebar-wrapper {         
    position: -webkit-sticky;      
    position: sticky;      
    top: 70px;     
    }
}


@media (max-width: 991px) {
    .custom-logo-link img {
        height: 35px; 
        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;
  }
    
    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;
  }
  
  #menu-categorias li {
      margin: 0px 4px;
  }

  #menu-categorias li a {
      font-size: 9px;
  }  
  
}

@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;
  }
  
  .card-archive .card-body {
    padding: 0px 35px;
  }
}

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

  .mais-recentes-slider .slick-prev,
  .mais-recentes-slider .slick-next {
    display: none !important;
  }

   .mais-recentes {
    padding-bottom: 3rem; 
    margin-left: 10px !important; 
    margin-right: 10px !important;
    padding: 30px 40px 10px;
  }
  .prev_arrow {
    left: 5px;
    z-index: 10;
  }
  
  .next_arrow {
  right: 50px;
  }
  
  .slick-arrow {
     width: 40px;
     height: 40px;
     display: flex !important; 
     justify-content: center;
     align-items: center;
     margin: 0; 
     top: 50%;
     transform: translateY(-50%); 
  }
  
  .slick-arrow i {
      font-size: 39px !important;
  }
}

@media (max-width: 767px) {
    .custom-logo-link img {
        height: 40px;
        width: auto;
    }
    footer img{
        height: 40px;
        width: auto;
    }
    
  .container {
    max-width: 650px;
    }

  .next_arrow {
    right: 5px; 
    z-index: 10;
  }

  .prev_arrow {
    left: 5px; 
    z-index: 10;
  }
  
  .slick-arrow {
     background-color: rgba(255, 255, 255, 0.7); 
     border-radius: 50%; 
     width: 40px; 
     height: 40px;
     display: flex !important;
     justify-content: center;
     align-items: center;
     margin: 0;
     top: 50%;
     transform: translateY(-50%); 
  }
  
  .slick-arrow i {
      font-size: 20px !important; 
      color: #000 !important;
  }
  
  .slick-initialized .slick-slide .thumbnail{
      padding-left: 50px;
  }
  
  .carousel-card .card-img-top {
    min-width: 330px;
    max-height: 210px;
  }
  
  .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%;
    width: 100%;
    height: auto;
    max-height: 250px;
  }
  
  .data-edicao {
    display: none;
  }
  
  .titulo-edicao {
    font-size: 0.9rem;
  }
  
  .nav-text {
    font-size: 0.6rem;
  }
}

@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;
  }
  
      .hidden-div {
        display: none !important;
    }
    
    .redes-sociais .bi {
        font-size: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .redes-sociais .btn {
        padding: 0 4px !important; 
        height: 28px;
        min-width: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .col-6 .list-inline-item {
        margin-right: 2px !important;
    }
    
    .container, .container-sm {
        max-width: 540px;
    }
    
    #menu-categorias {
    display: block !important; 
    white-space: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    width: 100% !important;
    max-width: 90vw !important;
    text-align: left; 
    padding-left: 10px;
    padding-right: 10px;
    -webkit-overflow-scrolling: touch; 
    
    /* Esconder Scrollbar */
    scrollbar-width: none; 
    -ms-overflow-style: none;
  }
  
  #menu-categorias::-webkit-scrollbar {
    display: none;
  }

  #menu-categorias li {
    display: inline-block !important;
    float: none;
    margin: 0 5px;
  }

  #menu-categorias li a {
    font-size: 16px !important;
    padding: 12px 10px;
    display: block; 
  }
  
/*-- Menu scroll lateral --*/
    .mobile-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 999998; /* Altíssimo para ficar acima de tudo */
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    
    .bottom-sheet {
        position: fixed;
        bottom: -100%;
        left: 0;
        width: 100%;
        max-height: 80vh;
        background: #FFFFFF;
        border-radius: 20px 20px 0 0;
        z-index: 999999;
        padding: 20px 0;
        transition: bottom 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }
    
    .mobile-overlay.active { opacity: 1; visibility: visible; }
    .bottom-sheet.active { bottom: 0; }
    
    /* Cabeçalho */
    .sheet-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 25px 15px 25px;
        border-bottom: 1px solid #F2F2F2;
    }
    
    .sheet-header h3 {
        margin: 0;
        font-size: 1.2rem;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
    }
    
    .mobile-list-clean {
        list-style: none !important;
        padding: 0 25px !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important; 
    }
    
    .mobile-list-clean li {
        width: 100% !important;
        border-bottom: 1px solid #F2F2F2;
        margin: 0 !important;
        display: block !important;
    }
    
    .mobile-list-clean li a {
        display: block !important;
        padding: 18px 5px !important;
        font-size: 16px !important;
        color: #333 !important;
        text-decoration: none !important;
        text-align: left !important;
        font-weight: 500 !important;
    }
    
    .mobile-list-clean li a:active {
        background-color: #f9f9f9;
    }
}

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


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

@media (max-width: 530px) {
    #redes-sociais-navbar {
    display: none !important;
    }
    
    .custom-logo-link img {
        height: 30px; 
        width: auto;
    }
    footer img{
        height: 30px; 
        width: auto;
    }
}

/* 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: 430px) {
    #redes-sociais-navbar {
    display: none !important;
    }
}

/* ---- Tirar deformacao no carregamento do card principal ---- */ 
.mais-recentes-slider:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
    gap: 20px;
}

.mais-recentes-slider:not(.slick-initialized) .slick-item {
    min-width: 250px;
    width: 25%; 
    flex-shrink: 0;
}