@charset "UTF-8";

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Roboto/Roboto-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/roboto/Roboto-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/roboto/Roboto-Bold.woff2') format('woff2');
}

/*!
Fikante blog 2.0
By Jônatas*/
:root {
    --bg-color: #FFF;
    --bs-font-sans-serif: roboto, sans-serif;
    --card-bg: #292e3c;
    --crd-shdw: none;
    --link-color: #88b8ff;
    --text-color: #1e293b;
    --hover: #;
    --red: #ff3f00;
    --border: #6a6a6a;
    --bg-destaque: #1e293b;
    --btn-color: #007c2e;
    --btn-hover: #436953;
    --text-apoio: #6a6a6a;
    --bg-geral: #f1f5f9;
}

*,
::after,
::before {
    box-sizing: border-box
}

* {
    font-size: 18px;
    line-height: 1.75;
    font-family: var(--bs-font-sans-serif);
    color: var(--text-color);
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}

main {
    display: flex;
    flex-direction: column;

}

hr {
    background-color: currentColor;
    border: 0;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h5,
h1,
h2,
h4 {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: .5rem;
    margin-top: 0
}

h1 {
    font-size: calc(.875rem + 1.5vw);
    margin-bottom: 1rem;
    margin-bottom: 5px;
    font-weight: 700
}

@media (min-width:1200px) {
    h1 {
        font-size: calc(.5rem + 1.5vw)
    }
}

h2,
h3 {
    font-size: 1.8rem;
    line-height: 1.4
}

@media (min-width:1200px) {

    h2,
    h3 {
        font-size: 1.8rem
    }
}

h4 {
    font-size: calc(1.275rem + 1.3vw)
}

@media (min-width:1200px) {
    h4 {
        font-size: 1rem
    }
}

.h5 {
    font-size: 1rem
}

.h6 {
    font-size: 1rem
}

p,
ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ul {
    padding-left: 0
}

ul li {
    list-style-type: none
}

figure {
    margin: 0
}

img {
    max-width: 100%;
    vertical-align: middle;
    width: 100% !important;
    height: auto;
    object-fit: cover
}

a {
    text-decoration: none
}

a {
    color: var(--bg-destaque);
    font-weight: 600;
}

a:hover {
    color: var(--red);
}

.mx-2 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

button:focus:not(:focus-visible) {
    outline: 0
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.container,
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, .75rem);
    padding-right: var(--bs-gutter-x, .75rem);
    width: 100%
}

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

}

@media (max-width:768px) {
    .container {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1280px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;

    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0
}

.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    width: 100%
}

.col {
    flex: 1 0 0
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

@media (min-width:576px) {
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width:768px) {
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
}

.g-3 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem
}

@media (min-width:768px) {
    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-12,
    .col-md-4,
    .col-md-8 {
        flex: 0 0 auto
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-12 {
        width: 100%
    }
}

.card {
    background-clip: border-box;
    border-bottom: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem !important;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
    grid-column: span 2;
    height: 100%;
}

article .card:nth-of-type(1) {
    border: 0;
}

.card-body {
    background-color: #292e3c;
    flex: 1 1 auto;
    padding: 1rem
}

.card-text:last-child {
    margin-bottom: 0
}

.card-img {
    min-height: 200px
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    width: 100%
}

article .card-img-top {
    margin: 1.5rem 0;
}

article h2 {
    margin: 1.5rem 0;
    font-size: 24px;
}

article h3 {
    font-size: 20px;
}

.card-blog-body {
    flex: 1 1 auto;
    /* padding: 1rem 1.25rem 1rem; */
    padding: 1rem 1.25rem 0;
    background-color: transparent;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.card-shadow {
    box-shadow: var(--crd-shdw) !important
}

.card-img-overlay {
    border-radius: calc(.25rem - 1px);
    padding: 1rem
}

.card a,
.card a:focus,
.card a:hover {
    outline: 0;
    text-decoration: none
}

.pagination {
    display: flex;
    list-style: none;
    padding-left: 0
}

.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: var(--bg-destaque);
    display: block;
    padding: .375rem .75rem;
    position: relative;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    background-color: #f1f1f1;
    border-color: #dee2e6;
    color: var(--hover);
    z-index: 2
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    background-color: var(--bg-destaque);
    border-color: var(--bg-destaque);
    color: #fff;
    z-index: 3
}

.page-item:first-child .page-link {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.stretched-link::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.d-flex {
    display: flex !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.flex-column,
html {
    height: 100% !important
}

.flex-column {
    flex-direction: column !important
}

.justify-content-center {
    justify-content: center !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-white {
    color: #fff !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-dark {
    background-color: #212529 !important
}

.border-two {
    border-radius: 1rem !important
}

.pagination>li>a {
    border-radius: 5px !important;
    line-height: 1 !important;
    margin: 0 5px
}

.page-item.disabled .page-link {
    background-color: #3f4756;
    border: 0;
    color: #bababb;
    pointer-events: none
}



.category {
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    top: -15px;
    width: 100%;
    z-index: 10
}

.category a {
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 4px 25px;
    vertical-align: top
}

.bg-over,
.bg-over:hover {
    border-radius: 1rem;
    width: 100%
}

.bg-over {
    background: rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
}

#maincontent .bg-over {
    flex-direction: row;
}

#maincontent .card {
    grid-column: span 4;
}

.bg-over:hover {
    background: rgba(0, 0, 0, .2)
}

.link-over {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.grid[data-columns]::before {
    content: "3 .column.size-1of3"
}

@media screen and (max-width:544px) {
    .grid[data-columns]::before {
        content: "1 .column.size-1of1"
    }
}

@media screen and (min-width:544px) and (max-width:768px) {
    .grid[data-columns]::before {
        content: "2 .column.size-1of2"
    }
}

@media screen and (min-width:992px) and (max-width:1400px) {
    .grid[data-columns]::before {
        content: "3 .column.size-1of3"
    }
}

@media screen and (min-width:1400px) {
    .grid[data-columns]::before {
        content: "4 .column.size-1of4"
    }
}

.grid {
    display: block;
    width: 100%
}

.column {
    float: left
}

.size-1of1 {
    width: 100%
}

.size-1of2 {
    width: 50%
}

.size-1of2,
.size-1of3,
.size-1of4 {
    padding-left: 15px;
    padding-right: 15px
}

.size-1of3 {
    width: 33.333%
}

.size-1of4 {
    width: 25%
}

.col-btn {
    display: contents
}


.btn-tags {
    background-color: var(--card-bg);
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    margin: 3px;
    padding: 10px;
    text-align: left;
    text-decoration: none !important;
    vertical-align: middle
}

.btn,
.btn-tags {
    color: #f7f7f7
}

.btn:disabled {
    opacity: .65;
    pointer-events: none
}

.mb-0 {
    margin-bottom: 0 !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-muted {
    color: inherit !important;
    opacity: .6
}

.tag-img,
img.alignnone.size-medium {
    border-radius: 1rem;
    height: 200px;
    width: 100%
}



.ratio,
.ratio>* {
    position: relative;
    width: 100%
}

.ratio>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.ratio::before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

div#Divlinks {
    background-color: var(--bg-color);
    border-radius: 5px;
    /* margin: 10px 0;
    max-height: 180px;
    min-height: 180px;
    overflow: auto;
    padding: 15px; */
    font-size: .9em;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    gap: .25rem;

}

.sticky {
    position: sticky;
    top: 1rem;
}

#article>div {
    position: relative;
}

.navbar {
    padding: 30px 0;
    background-color: var(--bg-destaque);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.navbar div {
    padding: 0;
    margin: unset !important;
    max-width: 1280px;
    width: 100%;
}

.theme-btn {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    max-width: 250px;
    margin-left: 2px;
}


ul.blocks-gallery-grid {
    display: flex;
    flex-wrap: wrap
}

li.blocks-gallery-item {
    display: flex;
    min-height: 100%;
    width: 33%
}

.blocks-gallery-item figure {
    height: 100%
}

li.blocks-gallery-item figure img {
    height: 100%;
    object-fit: cover
}

figcaption {
    margin-bottom: 15px;
    margin-top: 5px
}

.col-12 {
    width: 100%
}

.col-6 {
    width: 50%
}

@media (min-width:768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:992px) {
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}


.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
    align-items: stretch;
    padding: 0;
}


#posts-destaque .card:nth-of-type(1),
#posts-destaque .card:nth-of-type(2) {
    grid-column: span 3;
}


img.card-img.border-one {
    height: 250px;
    object-fit: cover
}

img.card-img {
    max-height: 185px;
    min-height: 185px;
    object-fit: cover
}


/* 
::-webkit-scrollbar {
    width: 16px
} */


.form-group {
    padding-top: 1rem
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}



.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.btn-red {
    background-color: var(--bg-destaque);
    font-size: 16px;
    border-radius: .5rem;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--bg-destaque);
    font-weight: 600;
    transition: all ease 0.2s;
}

.btn-red:hover {
    color: var(--red);
    transition: all ease 0.2s;
}

.btn-color-red {
    color: var(--bg-color);
    display: flex;
    justify-content: flex-end
}

.btn-color-red.left {
    justify-content: flex-start
}

.comentario .nome-time {
    display: flex;
    justify-content: space-between;
    align-items: center
}

aside.comentario {
    display: flex;
    align-items: center
}

.comentario p {
    font-style: italic
}

.card-comentario {
    padding: 1rem;
    margin-top: .3rem;
    margin-bottom: .3rem;
    border-top: solid 1px var(--border);
    width: 100%
}

.card-comentario-2 {
    padding: 1rem;
    margin-top: .3rem;
    margin-bottom: .3rem;
    border-top: solid 1px var(--border);
    width: 100%
}

.card-comentario h4,
.card-comentario-2 h4 {
    font-weight: 400
}

.font-line {
    font-weight: 400
}

time {
    font-size: .725rem
}

.subtitulo {
    position: relative;
    padding-bottom: .5rem
}

.subtitulo::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: calc(var(--bs-gutter-x) * .5);
    right: calc(var(--bs-gutter-x) * .5);
    height: 1px;
    background-color: var(--border);
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5)
}

.subtitulo::before {
    content: "";
    width: 20%;
    height: 4px;
    position: absolute;
    bottom: -4px;
    border-radius: 20px;
    background: var(--bg-destaque);
    left: 50%;
    transform: translateX(-50%)
}

.grid-relacionados {
    display: grid;
    grid-gap: 10px;
    display: flex;
    justify-content: space-between;
}

.grid-relacionados img.card-img {
    max-height: 150px;
    min-height: 150px
}

.grid-relacionados .card-img-overlay {
    padding: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem 1rem;
}

.grid-relacionados h4 {
    font-size: 1rem;
    color: var(--text-color);
    font-weight: 600;
    max-width: 380px;
}

.grid-relacionados .card {
    margin-bottom: 0 !important;
    width: 30%;
    border: 0;
    background-color: var(--bg-geral);
}

.avatar-container img {
    width: 40px !important
}

figure ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

figure ul li {
    width: 45%;
    margin: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    min-height: 100%
}

figure ul li figure img {
    height: 400px
}

@media (max-width:1023px) {
    figure ul li {
        width: 100%
    }
}

article#article figure {
    margin-bottom: 1rem !important
}

figure:has(figure:nth-child(2)) {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 10px
}

figure:has(figure:nth-child(2)) img {
    max-height: 100%;
    min-height: 100%;
    object-fit: cover
}

.card-text {
    font-size: .8em
}

.card-blog-body h2 {
    font-size: 1.2em
}

body>main>div.container.mt-5>section>h1 {
    font-size: 1.8em
}

body>main>div.container.mt-5>section>p {
    font-size: 1em;
    line-height: 1.2em
}

iframe {
    max-width: 100%;
    height: revert-layer;
    --bs-aspect-ratio: calc(9 / 16* 100%);
    border: 0;
    width: 100%;
    margin: 1.5rem 0;
}

iframe:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio)
}



.card .bg-over {
    /* Este é o nosso "novo" card. Ele já envolve a imagem e o texto. */
    background-color: transparent;
    /* A cor de fundo original do corpo do card */
    border-radius: 12px;
    /* Bordas mais suaves e modernas */
    overflow: hidden;
    /* Garante que a imagem não "vaze" das bordas arredondadas */
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
    /* Sombra para dar profundidade */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Transição suave para o hover */
}

.card .bg-over:hover {
    /* transform: translateY(-5px) scale(1.02); */
    /* Efeito de elevação e leve zoom */
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3); */
    /* Sombra mais pronunciada no hover */
}

/* Ajusta a imagem para respeitar as novas bordas do card */
.card img.border-two {
    border-radius: 0;
    object-fit: cover;
    /* Remove o arredondamento antigo que era só no topo */
}

/* Melhora a cor do título no hover. O laranja era muito forte. */
.bg-over:hover .card-blog-body h2,
#posts-destaque .bg-over:hover .card-blog-body h2,
.card.border-one:hover .bottom-txt {
    color: #ff3f00;

}

.card-blog-body h2 {
    font-size: 1.1em;
    /* Um pouco menor para equilibrar melhor com o card */
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
    /* Transição de cor suave */
}

.card-text {
    font-size: 0.9em;
    /* Aumenta um pouco o texto para melhor legibilidade */
    opacity: 0.8;
    /* Leve transparência para diferenciar do título */
    line-height: 1.6;
}


/* 2. REFINANDO A PAGINAÇÃO
   Deixaremos os botões mais limpos, sem bordas e com um espaçamento melhor.
*/
.pagination .page-link {
    background-color: var(--bg-destaque);
    /* Fundo que combina com os cards */
    color: #fff;
    border: none;
    /* Remove a borda padrão */
    margin: 0 4px;
    /* Adiciona um respiro entre os botões */
    border-radius: 8px;
    /* Bordas mais arredondadas */
    font-weight: 500;
}

.pagination .page-item.active .page-link {
    background-color: #ff3f00;
    /* Cor de destaque para a página ativa */
    color: #fff;
    box-shadow: 0 0 10px #ff400083;
    /* Efeito de brilho sutil */
}

.pagination .page-link:hover {
    background-color: #3f4756;
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    background-color: transparent;
    /* Deixa o fundo do botão desabilitado transparente */
    color: #6a6a6a;
    /* Cor mais sutil para o texto */
}

/* 3. TÍTULO PRINCIPAL E ESPAÇAMENTO GERAL */
body>main>div.container.mt-5>section>h1 {
    font-size: 2.5rem;
    /* Título maior e com mais impacto */
    font-weight: 700;
    margin-bottom: 2rem;
    /* Mais espaço abaixo do título */
    text-align: center;
}

/* 4. DANDO VIDA AOS BOTÕES DE CATEGORIA */
aside#categorias .btn {
    background-color: #292e3c;
    border: 1px solid #4d525c;
    transition: all 0.3s ease;
    font-size: 0.9em;
    padding: 8px 16px;
}

aside#categorias .btn:hover {
    background-color: var(--hover);
    color: #fff;
    border-color: var(--hover);
    transform: translateY(-2px);
}

.div-titulo,
#posts-destaque {
    width: 100%;
    background-color: var(--bg-destaque);
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-titulo.titulo-pagina-secundaria {
    background-color: #fff;
}

.titulo-pagina-secundaria .titulo h1 {
    color: var(--text-color);
    padding-top: 1rem;
}

#maincontent {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
}


.titulo,
#posts-destaque .row,
#maincontent .row {
    max-width: 1280px;
    width: 100%;
}

.titulo h1 {
    color: #fff;
}

#posts-destaque {
    margin-bottom: 2rem;
    padding: 2rem 0;
    gap: 5rem;
}

#posts-destaque * {
    color: white;
    text-align: start;
}

.card * {
    text-align: start;
}

#maincontent .card {
    border-bottom: solid 1px var(--bg-geral) !important;
    border-radius: 0 !important;
    padding-bottom: 1rem;
}

/* Layout com sidebar para categorias */
.content-with-sidebar {
    display: flex;
    gap: 2rem;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;

}

.main-content {
    flex: 1;
    min-width: 0;
}

.sidebar-categorias {
    flex: 0 0 400px;
    border-radius: 12px;
    padding: .5rem 1.5rem;
    height: fit-content;
    position: sticky;
    top: 2rem;

}

.sidebar-categorias h3 {
    color: var(--text-color);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--bg-geral);
    text-align: center;
}

.lista-categorias {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista-categorias li {
    margin-bottom: 0.5rem;
}

.btn-categoria {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-apoio);
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-categoria:hover {
    background: var(--hover);
    color: var(--text-color);
    transform: translateX(5px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}


@media (max-width: 768px) {
    .content-with-sidebar {
        padding: 0 0.5rem;
    }

    .sidebar-categorias {
        padding: 1rem;
    }



    .btn-categoria {
        padding: 0.6rem 0.8rem;
        font-size: 0.85rem;
    }

    #maincontent .bg-over {
        flex-direction: column;
    }
}


footer {
    background-color: var(--bg-destaque);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 1.5rem;
}

footer * {
    color: #fff;
}

footer div:nth-of-type(1) {
    display: flex;
    max-width: 1280px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

footer div:nth-of-type(1)>div {
    width: 25%;
}

footer div:nth-of-type(1)>div:nth-of-type(1) {
    width: 40%;
}

.w-65 {
    width: 65%;
}

.w-30 {
    width: 30%;
}

.w-30 b {
    padding-left: .65rem;
}

.justify-content-between {
    justify-content: space-between;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.p-0 {
    padding: 0;
}

/* TABELAS */
/* TABELAS */
/* TABELAS */
/* TABELAS */
/* TABELAS */
/* TABELAS */
/* TABELAS */
table:not(#tabelaProdutos) {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    table-layout: fixed;
    height: fit-content;

}

table:not(#tabelaProdutos) th {
    background-color: #e2e8f0;
    /* cabeçalho azul claro */
    padding: 12px;
    font-size: 16px;
    text-align: left;
    border-radius: 4px;
}

table:not(#tabelaProdutos) td {
    background-color: #f1f5f9;
    padding: 10px 12px;
    vertical-align: top;
    border-radius: 4px;
    font-size: 15px;
    position: relative;
}

table:not(#tabelaProdutos) td:before {
    content: '✔';
    color: green;
    font-weight: bold;
    margin-right: 8px;
    position: absolute;
    left: 8px;
}

table:nth-of-type(2):not(#tabelaProdutos) td:before,
table:not(#tabelaProdutos)>tbody>tr>td:nth-child(2)::before {
    content: '✖' !important;
    color: red !important;
}

table:not(#tabelaProdutos) td:first-child,
table:not(#tabelaProdutos) td:last-child {
    padding-left: 26px;
    /* espaço para o ícone */
}

table:not(#tabelaProdutos) td:empty {
    display: none;
}

.produto-detalhe,
#article>div>div.w-65.card.border-one.card-shadow.p-0>div {
    font-size: 16px;
}

.produto-detalhe {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}

.produto-detalhe>div:nth-of-type(3) {
    display: flex;
}

#DivlinksMobile {

    margin: 10px 0;
    max-height: 280px;
    min-height: 150px;
    overflow: auto;
    padding: 15px;
    font-size: .9em;
    line-height: 1.2;
    background-color: var(--bg-geral);

}

.Divlinks a {
    margin: 0;
    font-weight: 500;
    padding: 0;
    font-size: 16px;
    color: rgb(59 130 246);
    border-left: solid 2px var(--bg-geral);
    padding-left: .5rem;
    transition: all ease 0.2s;
}

.Divlinks a.active {
    border-left: 3px solid #0066ff;
    /* cor do destaque */
    color: var(--text-color);
    transition: all ease 0.2s;
}



#tabelaProdutos tbody {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

/* Cada linha parece um "card" */
#tabelaProdutos tr {
    background: var(--bg-geral);
    border-radius: .5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
    justify-content: space-around;
    max-height: 150px;
}

/* Esconde as bordas da célula */
#tabelaProdutos td {
    border: none;
    vertical-align: middle;
    width: 50%;
    max-width: 50%;
    /* border: solid 1px; */
}

#tabelaProdutos td:nth-of-type(1),
#tabelaProdutos td:nth-of-type(3) {
    width: 20%;
    max-width: 20%;
    flex-direction: column;
    align-items: center;
    display: flex;
}

#tabelaProdutos td:nth-of-type(3) {
    width: 30%;
    max-width: 30%;
}

/* Ajusta a imagem */
#tabelaProdutos img {
    border-radius: 8px;
    max-width: 80px;
    /* ou 100px se preferir maior */
    min-width: 80px;
    /* ou 100px se preferir maior */
    max-height: 80px;
    display: block;
    object-fit: contain;
}

/* Estiliza o nome do produto */
#tabelaProdutos td:nth-child(2) strong {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: block;
}

#tabelaProdutos td:nth-child(2) {
    font-size: 14px;
    color: #666;


}

/* Botão "Ver Preço" */
#tabelaProdutos .btn-preco,
#tabelaProdutos td:nth-of-type(3) a {
    background-color: var(--btn-color);
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    height: 45px;
}

#tabelaProdutos .btn-preco:hover,
#tabelaProdutos td:nth-of-type(3) a:hover {
    color: var(--btn-hover) !important;
}

/* Texto pequeno abaixo do botão */
#tabelaProdutos td span {
    display: block;
    font-size: 16px;
    color: black;
    text-align: center;
}


.comparador {
    display: flex;
    overflow-x: auto;
    max-width: 100%;
    padding: 1.5rem 0;
    align-items: stretch;
}

.comparador .produto {
    min-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid 1px var(--bg-geral);
    padding: .5rem .5rem 0 .5rem;
    background-color: var(--bg-geral);
    height: 100%;
    min-height: 600px;
}

.comparador .produto>div:nth-of-type(1)>p:nth-of-type(1) {
    margin-bottom: 0;
    min-height: 50px;
    font-size: 16px;
    margin-left: .5rem;
    line-height: 1.1;
}

.comparador .produto>div:nth-of-type(1)>a,
.card-img-produtos div>a,
.btn-afiliado {
    background-color: var(--btn-color);
    padding: .75rem 1rem;
    display: flex;
    width: 100%;
    margin: 0 auto;
    border-radius: .5rem;
    color: #fff  !important;
    font-weight: 600;
    line-height: 1;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}

.comparador .produto>div:nth-of-type(1)>a:hover,
.card-img-produtos div>a:hover,
.btn-afiliado:hover {
    background-color: var(--btn-hover);
    color: white !important;
}

.comparador .produto img {
    width: 170px !important;
    height: 170px;
    object-fit: contain;
    margin: 0 auto;
    /* ou contain, dependendo do comportamento desejado */
}

.produto>div:nth-last-of-type(1):not(.carac) {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 1rem;
    flex: 1;
    height: 100%;
}

.carac {
    text-align: center;
}

.produto h3 {
    text-align: center;
    margin: 5px;
    min-height: 93px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.caracteristicas {
    /* gap: .25rem; */

    width: 108%;
    display: grid;
    grid-template-rows: repeat(14, 1fr);
    /* garante 14 linhas iguais */
    flex: 1;
    margin: 0;
    padding: 0;
}

.caracteristicas>li {
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.caracteristicas>li:nth-child(odd) {
    background-color: white;
}

.card-produto .card-img-produtos div>ul>li {
    font-size: 16px;
}

.caracteristicas>li>strong {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    line-height: 1.3;
    font-weight: 400;
}

.caracteristicas>li,
.caracteristicas>li>* {
    font-size: 14px;
}

.card-produto .card-img-produtos {
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: .25rem;
    background-color: var(--bg-geral);
    margin: 2rem 0;
}

.card-produto .card-img-produtos h2,
.card-produto .card-img-produtos span:nth-of-type(1) {
    width: 100%;
    margin: 0;
}

.card-produto .card-img-produtos h2 {
    font-size: 24px;
}

.card-produto .card-img-produtos span:nth-of-type(1) {
    color: rgb(100 116 139);
    font-size: 18px;
}

.card-produto .card-img-produtos .produto-detalhado__imagem{
    border-radius: .5rem;
    max-width: 400px;
    max-height: 400px;
    object-fit: contain;

}

.card-produto .card-img-produtos div>ul {
    width: 100%;
    margin: 1rem 0 0 0;
}

.card-produto .card-img-produtos div>ul>li {
    padding: .25rem .5rem;

}

.card-produto .card-img-produtos div {
    width: 45%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-produto .card-img-produtos div>a {
    width: fit-content;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: .75rem 1.5rem;
    margin: 0 !important;
}

.produto-detalhado__titulo {
    font-weight: 600;
}






















.d-none {
    display: none;
}

.produto-detalhado__descricao ul {
    margin-top: 1rem;
}

.produto-detalhado__avaliacao {
    margin-top: 1.5rem;
}

#comment-form {
    padding-top: 2rem;
}

p a,
p a strong,
ul li strong {
    font-size: inherit;
}

.produto-detalhado__cta,
.btn-afiliado {
    margin-top: 1.5rem !important;
}

body>footer>div>div:nth-child(1)>p {
    text-align: start;
}


/* carroussel */
/* carroussel */
/* carroussel */
/* carroussel */
/* carroussel */
.galeria-scroll {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 350px;
    overflow: hidden;
    margin: 0 auto;
}

/* Itens */
.galeria-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    opacity: 0;
    transition: all 0.4s ease;
}

.galeria-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.galeria-item.active {
    left: 0;
    opacity: 1;
}

.galeria-item.prev {
    left: -100%;
}

.galeria-item.next {
    left: 100%;
}

/* Setas indicativas */
.galeria-scroll::before,
.galeria-scroll::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    pointer-events: none;
    /* Só visual */
}

.galeria-scroll::before {
    left: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" viewBox="0 0 16 16"><path d="M11 1L3 8l8 7" /></svg>');
}

.galeria-scroll::after {
    right: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" viewBox="0 0 16 16"><path d="M5 1l8 7-8 7" /></svg>');
}

p>a,
p>a>strong {
    color: rgb(59 130 246) !important;
}

#relacionados-section {
    width: 85%;
    margin: 0 auto;
    max-width: 1280px;
}

div .etiqueta-autor {
    background-color: var(--bg-geral);
    border-radius: 1.5rem;
    padding: .25rem 1rem;
    display: flex;
    gap: .5rem;
    align-items: center;
    width: fit-content;
    margin-bottom: 1.5rem;
    color: var(--text-color);
}

div .etiqueta-autor img {
    width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

img[alt="Amazon"] {
           max-width: 100px;
        max-height: 100px;
}

.each-store {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.card-img-produtos div:nth-of-type(1)>div:nth-of-type(1) {
    display: flex;
    align-items: center;
    flex-direction: row;
    box-sizing: border-box;
    width: 100%;
    margin-top: 1rem;
    gap: .5rem;
}
.card-autor{
    padding: .5rem;
    border-radius: .5rem;
    background-color: var(--bg-geral);
    display: flex;
    align-items: start;
    position: relative;
}
article#article .card-autor figure {
    margin-bottom: 0 !important;
    padding: 0;
    margin-right: 1rem;
}
.card-autor figure img{
    object-fit: cover;
    border-radius: .5rem;
    width: 125px !important;
    height: 125px !important;
}
.card-autor .info-autor{
    width: 75%;
}
.card-autor .info-autor .name{
    margin: 0;
   
}
.description-autor{
    font-size: 14px;
    margin: 0;
}
.card-autor a{
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; /* Garantir que fique acima */
  text-indent: -9999px; /* Esconde o texto do link */
  background: transparent; /* Deixa invisível */
  cursor: pointer;
}





















/* Responsivo: empilhar em telas pequenas */
@media (max-width: 1024px) {
    #tabelaProdutos tr {
        flex-direction: column;
        text-align: center;
        max-height: unset;
    }

    .card-grid {
        gap: 0;
    }

    #tabelaProdutos td {
        padding: 8px 0;
        width: 100% !important;
        max-width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #tabelaProdutos img {

        max-width: 100px;


        max-height: 100px;

    }

    #tabelaProdutos .btn-preco {
        width: 80%;
    }

    .content-with-sidebar {
        flex-direction: column;
        gap: 1.5rem;
    }

    .sidebar-categorias {
        flex: none;
        position: static;
        order: -1;
    }

    .lista-categorias {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .lista-categorias li {
        margin-bottom: 0;

    }

    .titulo,
    #posts-destaque .row,
    #maincontent .row,
    .div-titulo .titulo,
    .navbar>div,
    #article,
    #relacionados-section {
        width: 85%;
    }

    .content-with-sidebar {
        flex-direction: column-reverse;
    }

    .card-grid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .card {
        width: 100%;
    }

    .w-65 {
        width: 100%;
    }

    .titulo,
    #mainnav>div,
    footer>div:nth-last-of-type(1) {
        width: 85%;
        margin: 0 auto;
    }

    .grid-relacionados {
        flex-direction: column;

    }

    .grid-relacionados .card {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .produto-detalhe div:nth-child(3) {
        flex-direction: column;
    }

    .card-produto .card-img-produtos div {
        width: 100%;
    }

    .card-produto .card-img-produtos .produto-detalhado__imagem {
        margin: 1rem auto;
    }
}

