:root {
    /* ---- header ---- */
    --cor-nav-secundaria: #00A1AF;
    --cor-redes-nav-icone: #D7D7D7;
    --cor-redes-nav-icone-hover: #D7D7D7;
    --cor-redes-nav-bg: #00A1AF;
    --cor-redes-nav-bg-hover: white;
    --cor-nav-categorias: #3F3F3F;
    --cor-menu-icon: #3F3F3F;

    /* ---- footer ---- */
    --cor-footer-principal: #D7D7D7;
}

* {
    font-family: "roboto", sans-serif;
    list-style: none;
}

.header img {
    width: auto;
    height: 22px;
}

p {
  text-align: justify;
}

li {
  text-align: justify;
}

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

body {
    background: white !important;
}

html,
body {
    height: 100%;
}

@font-face {
    font-family: "roboto";
    src: url("roboto.ttf") format("truetype");
}

#menu-categorias .active > a {
    color: #00A1AF !important;
}

.search-header-buttom i {
    color: var(--cor-search-icone);
}

.header {
    background-color: #D7D7D7;
    border-bottom: 1px solid #000;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.login-header a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.login-header a:hover {
    color: rgb(0, 0, 0);
}

.header img {
    object-fit: cover;
}


.container-cotacao {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    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;
    text-align: center;
}

.redes-sociais .bi {
    display: flex;
    justify-content: center;
    align-items: center;
}

.barra-topo-login{
    width: 100% ;
    background-color: #00A1AF;
}

.conta {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #00A1AF;
    width: 100%;
}

.conta li a {
    font-weight: 100;
    font-size: 12;
    color: #FFFFFF;
    text-decoration: none;
    font-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.conta li a:hover {
    color: #0093BC;
}

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

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

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

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

/* ---- CABECALHO / NAVBAR ---- */
.custom-logo {
    transition: transform 0.2s ease;
}

.custom-logo:hover {
    transform: scale(1.1);
}

.redes-btn {
    border-radius: 50%;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease;
}

.redes-btn:hover a {
    color: black;
}

.redes-btn:hover {
    background-color: var(--cor-redes-nav-bg-hover);
    transform: scale(1.2);
}

.redes-btn a {
    text-decoration: none;
    color: #00A1AF;
}

.navbar-principal {
    width: 100%;
}

.redes-nav {
    background-color: #00A1AF;
    min-height: 3.3rem;
}

.redes-nav div {
    min-height: 3.3rem;
}

.redes-list {
    display: flex;
    gap: 0.5rem;
    margin: 0 !important;
    padding: 0;
}

.redes-nav div {
    display: flex;
    align-items: center;
    justify-content: end;
}

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

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

.navbar-principal .container {
    display: flex;
    align-items: center;
    min-height: 4rem;
}

.navbar-secundaria {
    background-color: var(--cor-principal);
    width: 100%;
}

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

.header-secundaria-sticky {
    top: 0;
    position: fixed !important;
    box-shadow: 0px 3px 15px 0px #000000;
    width: 100%;
    z-index: 1000;
    background-color: #D7D7D7;
}

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

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

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

.navbar-toggler i {
    font-size: 30px;
    color: var(--cor-menu-icon);
}

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

.redes-btn-off-canvas {
    border-radius: 50%;
    background-color: black;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease;
}

.btn-close {
    background-color: #ffffff !important;
}

.redes-btn-off-canvas:hover {
    background-color: black;
    transform: scale(1.2);
}

.redes-btn-off-canvas a {
    text-decoration: none;
    color: white;
}

/* MENU CATEGORIAS */
#menu-categorias-off-canvas li {
    border-bottom: 1px solid #e6e6e6;
    background-color: #FFFFFF !important;
}

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

#menu-categorias-off-canvas li a {
    color: var(--cor-offcanvas-menu-texto) !important;
    text-decoration: none;
    font-size: 17px;
    padding: 15px;
}

#menu-categorias {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
}

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

#menu-categorias > li:hover {
    border-bottom: 1px solid #00A1AF;
    margin-bottom: -3px;
}

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


#menu-categorias li:hover > a {
    color: #00A1AF;
}

#menu-categorias .active > a {
    color: #00A1AF;
}

#menu-categorias > .active {
    border-bottom: 3px solid white;
    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;
}

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

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

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

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

.dropdown-menu {
    position: absolute !important;
    background-color: white !important;
}

.dropdown-menu li a span:hover {
    color: var(--cor-nav-categorias-hover);
}

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

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

.offcanvas-header {
    background: #F8F9FA;
}

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

/* ---- FOOTER ---- */
footer {
    background-color: var(--cor-footer-principal);
}

#menu-principal {
    color: var(--cor-footer-paginas);
}

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

.redes-btn-footer {
    border-radius: 50%;
    background-color: #3F3F3F !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease;
}

.redes-btn-footer:hover {
    background-color: white !important;
    transform: scale(1.2);
}

.redes-btn-footer a {
    text-decoration: none;
    color: #D7D7D7 !important;
}

.redes-btn-footer:hover a {
    color: #00A1AF !important;
}

.credito_container .container {
    border-top: 1px solid #ffffff;
    padding: 5px 0;
    width: 100%;
    text-align: center;
}

.credito_container {
    background-color: black;
}

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: #019AD8;
    padding: 10px 0px;
}

#menu-principal li a {
    text-decoration: none;
    color: #3F3F3F;
    font-weight: 400;
    text-transform: capitalize;
}

#menu-principal li a:hover {
    color: #00A1AF;
}

.slick-dots {
    bottom: unset !important;
}

#btnUp {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: 0;
    background-color: #00A1AF;
    z-index: 9999;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 20px;
    box-shadow: #000000 0 6px 12px 0;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 25px;
    transition: transform 0.2s ease;
}

#btnUp:hover {
    transform: scale(1.1);
}

/* HOME */
#inicio {
    padding-top: 50px;
}

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

.home_categoria {
    position: relative;
    display: inline-block;
    font-size: 48px;
    margin-bottom: 1rem;
    border-bottom: solid rgb(212, 212, 212) 2px;
}

#copyLinkButton {
    color: var(--cor-redes-offcanvas-icone);
}

#copyLinkButton:hover {
    color: var(--cor-redes-offcanvas-icone-hover);
}

.form {
    width: 25rem !important;
    background-color: #e0e0e0;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    gap: 10px;
}

form input[type="checkbox"] {
    width: auto;
}

.password-div i {
    position: relative;
    left: 320px;
    top: -30px;
    cursor: pointer;
}

.form button {
    background: #390F57;
    color: white;
    width: 100%;
    border: solid;
    border-width: 1px;
    padding: 5px;
}

.password-div button {
    background: white;
    color: white;
    width: 100%;
    border: solid;
    border-width: 1px;
    padding: 5px;
}

.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: #00A1AF; 
}
.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 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: #00A1AF;
}
    
.card-noticia .card-autor {
    color: #bbb !important; 
    font-size: 0.75rem; 
    text-transform: uppercase;
    font-weight: 600; 
    margin-bottom: 0 !important; 
    margin-top: auto;
}

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

/* 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(--cor-principal);
    bottom: -8px;
    left: 0px;
    height: 4px;
    width: 100%;
}

.card {
    border: none !important;
    border-radius: 0% !important;
    margin: 0px !important;
    flex: 0 0 300px;
    gap: 8px;
}

.categorias {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
}

.card.h-100.card-noticia > .card-body {
    padding: 1rem !important; 
    display: flex; 
    flex-direction: column;
    justify-content: space-between; 
    min-height: 140px;
    max-height: 190px;
}


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

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

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

.card a {
    text-decoration: none;
}

.card .card-body .titulo-noticia:hover {
    color: #00A1AF;
}

.chapeu {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    background-color: #019AD8;
    font-size: 13px !important;
    display: inline-block;
    padding: 5px;
    width: fit-content;
    border-radius: 5px;
}

.chapeu-ultimas {
    width: fit-content;
    height: fit-content;
    float: left;
    margin-right: 10px;
}

.pagination {
    margin-top: 30px;
}

.card-body {
    display: flex;
}

.card-body a {
    text-decoration: none !important;
}

.card-body p {
    font-size: 1rem;
}

.card-body h5:hover {
    color: var(--cor-principal) !important;
}

.card-body h5 {
    font-size: 1.1rem !important;
    cursor: pointer;
}

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

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

.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: -100px;
}

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

.thumbnail {
    display: block;
    min-width: 300px;
    min-height: 200px;
    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;
}

.img-destaque figcaption {
    background-color: #e0e0e0;
    font-size: 0.9rem;
    color: #585858;
    padding: 0.5rem;
    border-radius: 10px;
}

.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: var(--cor-btn-carousel-icon) !important;
    font-size: 39px;
    cursor: pointer;
}

.slick-arrow i:hover {
    color: var(--cor-principal-escuro) !important;
}

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

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

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


/* ---- Contato ---- */
#submit-button {
    padding: 15px;
    width: 100px;
    background-color: #019AD8 !important;
    border-color: black !important;
    color: white;
}

#submit-button:hover {
    background-color: #CE1417 !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 {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.error-message {
    color: white;
    background-color: rgb(195, 0, 0);
    padding: 8px;
}

.feedback-message {
    color: white;
    background-color: rgb(0, 168, 0);
    padding: 8px;
}

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

.dropdown-menu li span {
    color: black !important;
}


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

    .navbar {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

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

    .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: 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: 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;
    }
    
    #menu-categorias li a {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    .card-capa, 
    .card-capa .card-body {
        min-height: 280px; 
    }
    
    .fundo-texto-capa {
        font-size: 1.5rem; 
    }
    
    #menu-categorias li a {
    font-size: 9px;
    }
}

@media (max-width: 1000px) {
    .thumbnail {
        min-width: 300px;
    }

    .card {
        flex: 0 0 300px;
    }

    .thumbnail-archive {
        min-width: 100%;
        min-height: 200px;
    }
    
    #menu-categorias {
        display: none;
    }

    .navbar-toggler {
        display: block;
    }
    
    .logo-container .custom-logo-link {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 999px) {
    .thumbnail {
        min-width: 100%;
        height: 100%;
    }
}

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

@media (max-width: 992px) {
    .titulo-edicao {
        font-size: 1rem; 
    }
    
    .data-edicao {
        font-size: 0.75rem;
    }

    .mais-recentes-slider .slick-prev { left: 50; }
    .mais-recentes-slider .slick-next { right: 50; }
    
    .card.h-100.card-noticia > .card-body{
        height: 260px !important;
    }
}

@media (max-width: 991px) {
    .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: 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 (max-width: 850px) {
    .carousel-card .card-img-top {
        height: 100%;
        width: 100%;
    }
    
    .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;
    }
}

@media (max-width: 790px) {
    .header-revista {
        flex-direction: row;
        align-items: center;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .titulo-edicao {
        font-size: 0.9rem; 
    }
    
    .data-edicao {
        display: none; 
    }

    .nav-text {
        font-size: 0.7rem; 
    }

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

    .card-noticia img.card-img-top {
        height: 160px;
    }

    .card-noticia .card-body {
        padding: 1rem !important;
        min-height: auto;
    }

    .card-noticia .card-title {
        font-size: 1rem !important;
    }
    
    /* Capa no mobile */
    .card-capa {
        min-height: 250px;
    }
    
    .fundo-texto-capa {
        font-size: 1.4rem;
    }
}

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

    .container-ultimas {
        width: 100% !important;
    }

    .next_arrow {
        right: -20px;
    }

    .prev_arrow {
        left: -65px;
    }

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

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

    .section-home:not(.mais-recentes) img.card-img-top {
        max-width: 100%;
        max-height: 200px;
        width: 100%;
        height: auto;
    }
    
    .thumbnail {
        min-height: 20rem;
    }

    .card {
        margin-bottom: 15px !important;
    }

    .container-fixos-card {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 576px) {
    .container-fixos-card {
        height: 20rem !important;
    }

    .container-fixos-ultimas {
        gap: 1rem;
    }

    .container-ultimas img {
        width: 220px;
    }

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

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

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

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

@media (max-width: 493px) {
    .card-body h5 {
        font-size: 0.8rem !important;
        line-height: 1rem !important;
    }
}

@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;
    }
    
    .mais-recentes-slider .slick-item {
        margin: 0 5px; 
    }
    
    .input-group {
        padding-left: 10px;
    }
}

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