/*** GERAL ***/
a {
    transition: all 0.2s linear;
}

.pagination li a {
    color: var(--dark);
}
.pagination li.active a,
.pagination li a:hover {
    color: var(--dark);
    background-color: var(--primary-color);
    border-color: transparent;
}
.pill-cat {
	padding: 6px 16px;
	margin: 3px 6px 3px 0;
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 60px;
	color: var(--heading-font-color);
	transition: all .2s;
	background-color: var(--background-alt-color);
}


/*** HEADER ***/
.navbar-nav .nav-item {
    margin-bottom: 0;
}
.navbar-nav .nav-item a.nav-link {
    color: var(--nav-text-color);
}
.navbar-nav .nav-item a.nav-link:hover {
    color: var(--nav-text-color-hover);
}
.navbar-nav .nav-item a.nav-link.active {
    color: var(--nav-active-color);
    font-weight: 500;
}

#searchModal table,
.pesquisar table {
    margin-bottom: 0;
}
#searchModal .modal-title,
#searchModal .modal-body {
    color: #111;
}


.custom-toggler .navbar-toggler-icon {
    background-image: var(--nav-toggle-bg-img);
}
.offcanvas-body, .offcanvas-header {
    background-color: var(--background-color);
}
.search-button a i,
.search-button a span {
    color: var(--dark);
    cursor: pointer;
}
.offcanvas-header .btn-close {
    background-image: var(--nav-toggle-btn-close);
}



/*** COMPARTILHAR NO POST ***/
.cn_share .cn_sharelinks ul li {
    margin: 0 15px;
}
.cn_share .cn_sharelinks ul li a,
.social__list li a {
    color: var(--link-color);
    font-size: 1.1rem;
}
.cn_share .cn_sharelinks ul li a:hover,
.social__list li a:hover {
    color: var(--primary-color);
}
.cn_share .cn_sharelinks ul li a.share-pinterest {
    cursor: pointer;
}

/*** SIDEBAR ***/
.sidebar .widget-title {
	font-size: 1.4rem;
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 10px;
}
.sidebar .lista-categorias ul li {
    border-bottom: 1px solid var(--border-color);
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    color: var(--text-alt-color);
    font-size: 0.9rem;
    letter-spacing: 1px;
}
.sidebar .lista-categorias ul li a {
	text-decoration: none;
	color: var(--nav-text-color);
	font-size: 1rem;
}
.sidebar .lista-categorias ul li a:hover {
    color: var(--nav-text-color-hover);
}
.sidebar .lista-categorias ul li a::before {
    content: "";
    display: inline-block;
    border-right: 1px solid var(--nav-text-color);
    border-bottom: 1px solid var(--nav-text-color);
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
    margin-right: 9px;
}
.sidebar .lista-categorias ul li a:hover:before {
    border-color: var(--nav-text-color-hover);
}
.sidebar .lista-post-widget li:not(:first-child) {
    padding-top: 15px;
}
.sidebar .lista-post-widget li:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}
.sidebar .lista-tags-widget a.pill-cat:hover,
.not-found a.pill-cat:hover {
    background-color: var(--button-background-color);
    color: var(--dark);
}
.sidebar .banner {
    max-width: 60%;
}


/*** SINGLE POST ***/

.readingTime span {
    margin-left: 6px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--text-alt-color);
}

.tag-item a.pill-cat:hover {
    background-color: var(--button-background-color);
    color: var(--dark);
}
.post__content a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.post__content a:hover {
    color: var(--text-color);
    text-decoration-color: var(--text-color);
}


/*** FOOTER ***/

.copyright img {
    position: relative;
    top: -2px;
}
.footer__image__dark {
    display: none
}
.dark-mode .footer__image {
    display: none
}
.dark-mode .footer__image__dark {
    display: inline-block
}


.box-produto {
    border-bottom: 1px solid var(--border-color);
    margin: 40px 0;
    padding-bottom: 40px;
    position: relative;
}
.box-produto.last {
    border-bottom: none;
}
.btnAmazon {
	background: #f8e6b8;
	padding: 5px 10px;
	background: -moz-linear-gradient(top,#f8e6b8 0,#f3d686 6%,#ebb62c 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f8e6b8),color-stop(6%,#f3d686),color-stop(100%,#ebb62c));
	background: -webkit-linear-gradient(top,#f8e6b8 0,#f3d686 6%,#ebb62c 100%);
	background: -o-linear-gradient(top,#f8e6b8 0,#f3d686 6%,#ebb62c 100%);
	background: -ms-linear-gradient(top,#f8e6b8 0,#f3d686 6%,#ebb62c 100%);
	background: linear-gradient(to bottom,#f8e6b8 0,#f3d686 6%,#ebb62c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8e6b8',endColorstr='#ebb62c',GradientType=0);
    max-width: 170px;
    border-radius: 4px;
}
.btnAmazon:hover {
	background: #f4f2ed;
	background: -moz-linear-gradient(top,#f4f2ed 0,#efdeb3 6%,#e8bb4a 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f4f2ed),color-stop(6%,#efdeb3),color-stop(100%,#e8bb4a));
	background: -webkit-linear-gradient(top,#f4f2ed 0,#efdeb3 6%,#e8bb4a 100%);
	background: -o-linear-gradient(top,#f4f2ed 0,#efdeb3 6%,#e8bb4a 100%);
	background: -ms-linear-gradient(top,#f4f2ed 0,#efdeb3 6%,#e8bb4a 100%);
	background: linear-gradient(to bottom,#f4f2ed 0,#efdeb3 6%,#e8bb4a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f2ed',endColorstr='#e8bb4a',GradientType=0);
}
.btnAmazon a {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-decoration: none;
    color: #303942;
}
.btnAmazon a:hover {
    color: #15191d;
}
.btnAmazon a span {    
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.btnAmazon .icone-amazon {
    background-color: #303942;
    color: #FFFFFF;
    padding: 4px;
    border-radius: 3px;
    margin-right: 6px;
}

.box-produto img {
    border-radius: 0 !important;
}
.box-produto__titulo {
	font-size: 1.2rem;
	font-weight: 500;
}
.box-produto__subtitulo {
	font-size: 0.9rem;
	font-weight: 300;
}
.box-produto__texto {
	font-size: 0.9rem;
	font-weight: 300;
}

.leia-tbm img {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 4px !important;
}
.leia-tbm .conteudo {
    background-color: var(--leia-tbm-bg);
    border-radius: 4px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;    
}
.leia-tbm .conteudo a {
    text-decoration: none;
}
.leia-tbm p {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.leia-tbm h3 {
    margin: 0;
    font-size: 1.1rem;
}


.catFooter .cf__items {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.catFooter .cf__items .item-cat {
    flex: 1 1 30%;
	font-size: 13px;
	font-weight: 500;
    letter-spacing: 0.5px;
    padding: 6px 0 8px;
    margin-right: 10px;
    text-decoration: underline dotted;
    text-decoration-thickness: 1px;
    text-underline-offset: 13px;
    text-decoration-color: var(--gray);
}
.catFooter .cf__items .item-cat a {
    color: var(--title-color);
}
.catFooter .cf__items .item-cat a:hover {
    color: var(--title-color-hover);
}