body {
    font-family: 'Lato', sans-serif;
}
a {
    transition: all 0.2s linear;
}

.pagination li a {
    color: var(--secundaria);
}
.pagination li.active a,
.pagination li a:hover {
    color: var(--branco);
    background-color: var(--secundaria);
    border-color: var(--secundaria);
}

.topo a {
    font-size: 1rem;
    color: var(--branco);
    letter-spacing: 1px;
}
.topo a:hover {
    color: var(--secundaria);
}
.menu-principal {
    background-color: #fbfbfb;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e7e7e7;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: .2em 0;  
}
@media screen and (min-width: 992px) {
    .menu-principal {
        background-color: var(--branco);
    }
}
.menu-principal .nav-item .nav-link {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
    .menu-principal .nav-item .nav-link {
        font-size: 0.8rem;
    }
}

.menu-principal .nav-item .nav-link.active,
.menu-principal .nav-item .nav-link:hover,
.menu-principal .nav-item .dropdown-item:hover {
    color: var(--secundaria);
}
.menu-principal .navbar-toggler
.menu-principal .navbar-toggler:focus {
	box-shadow: none;
}

#breadcrumbs {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	padding: 40px 0;
}
#breadcrumbs i {
    font-size: 0.7rem;
    padding: 0 5px;
}
#breadcrumbs a, #breadcrumbs span {
    color: var(--primaria);
    font-size: 0.9rem;
    text-decoration: none;
    letter-spacing: 1px;
}
#breadcrumbs a:hover {
    color: var(--secundaria);
}

#cn-recentpost .item {
	min-height: 273px;
}
@media screen and (min-width: 768px) {
    #cn-recentpost .item.bigimg {
        min-height: 550px;
    }
}

#cn-recentpost .img_holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
    transition: all 1s ease;
}
#cn-recentpost .item:hover .img_holder {
    transform: scale(1.2);
}
#cn-recentpost .title_holder {
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 80px 40px 30px;
}
#cn-recentpost .title_holder .data {
    color: var(--branco);
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
#cn-recentpost .title_holder .titulo a {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.6rem;
}
@media screen and (min-width: 768px) {
    #cn-recentpost .bigimg .title_holder .titulo a {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}
#cn-recentpost .link_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    text-decoration: none;
    z-index: 20;
}
#cn-recentpost .categoria {
    display: inline-block;
    position: relative;
    top: 20px;
    left: 40px;
    z-index: 21;
}


#destaques .item .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
#destaques .item .img-holder:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    border: 10px solid rgba(255, 255, 255, 0.4);
}
#destaques .item .img-holder img {
    vertical-align: top;
    -webkit-transition: linear 0.75s;
    -moz-transition: linear 0.75s;
    transition: linear 0.75s;
}
#destaques .item .img-holder:hover img {
    -webkit-transform: scale(1.15) rotatrede(5deg);
    -moz-transform: scale(1.15) rotate(5deg);
    transform: scale(1.15) rotate(5deg);
}
#destaques .item .img-holder .text-holder {
    border: 1px solid var(--branco);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 4px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    width: 80%;
}
#destaques .item .img-holder .text-holder:hover, 
#destaques .item .img-holder:hover .text-holder {
    border-color: var(--secundaria);
}
#destaques .item .img-holder .text-holder span {
    display: block;
    background-color: var(--branco);
    color: var(--primaria);
    font-size: 0.67em;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    padding: 12px;
    transition: all 0.3s ease-out;
}
#destaques .item .img-holder:hover .text-holder span {
    background-color: var(--secundaria);
    color: var(--branco);
}


/*** SERVE PARA MOSAICO POSTS RECENTES E GRID DE POSTS ***/
.categoria a {
    background-color: var(--secundaria);
    color: var(--branco);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 3px;
}
.categoria a:hover {
    background-color: var(--primaria);
}


#posts h2 a {
    display: block;
    color: var(--primaria);
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
}
#posts .data {
    display: block;
    color: #11111180;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#posts .wrapper_content {
    font-size: 1.1rem;
    color: #11111190;
}

#sidebar .tit-sidebar {
    background-color: var(--cinza);
    padding: 15px 0;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#sidebar .lista-categorias ul li {
    border-bottom: 1px dashed #cecece;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    color: #c8c8c8;
    font-size: 0.9rem;
    letter-spacing: 1px;
}
#sidebar .lista-categorias ul li a {
    text-decoration: none;
    color: #686868;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
}
#sidebar .lista-categorias ul li a:hover {
    color: var(--secundaria);
}
#sidebar .lista-categorias ul li a::before {
    content: "";
    display: inline-block;
    border-right: 1px solid #686868;
    border-bottom: 1px solid #686868;
    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(--secundaria);
}

#sidebar .recentes li:not(:first-child) {
    padding-top: 15px;
}
#sidebar .recentes li:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}
#sidebar .recentes .crop,
#sidebar .populares .crop {
    width: 80px; 
    height: 80px; 
    object-fit: cover;
    object-position: 25% 25%; 
}
#sidebar .recentes a h5,
#sidebar .populares div a {
    display: block;
    color: #686868;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.1rem;
    letter-spacing: 0.5px; 
    text-decoration: none !important;   
}
#sidebar .recentes a:hover h5,
#sidebar .populares div a:hover {
    color: var(--secundaria);
}
#sidebar .recentes small,
#sidebar .populares div span {
    display: block;
    color: #919191;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 0 0;    
}

/* LISTAGEM */
.list-tit {
	background-color: var(--cinza);
	padding: 15px 0;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

#single-post h1 {
    font-weight: 700;
}
#single-post .info .data {
    color: var(--primaria);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    z-index: 2;
}
#single-post .info {
	background-color: var(--cinza);
}
#single-post .info i {
    color: var(--secundaria);
}
#single-post .info a {
    color: var(--primaria);
    text-decoration: none;
}
#single-post .info a:hover {
    color: var(--secundaria);
}
#single-post .info .categorias .highlight:not(:last-child) {
    border-right: 1px solid var(--primaria);
}
#single-post .conteudo-post p {
    color: var(--primaria);
    font-size: 1.2rem;
    line-height: 1.7rem;
}
#single-post .conteudo-post a,
#single-post .conteudo-post li,
#single-post .conteudo-post span,
#single-post .conteudo-post div {
    font-size: 1.2rem;
    line-height: 1.7rem;
}
#single-post .comprar a {
	background-color: var(--secundaria);
	color: var(--branco);
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}


footer, footer a {
    color: #999999;
}
footer .pre-footer {
    background-color: #181818;
}
footer h5 {
    color: var(--branco);
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
footer p {
    font-size: 1rem;
    line-height: 1.7rem;
    text-align: justify;
}
footer ul.contatos li {
    margin-bottom: 10px;
}
footer ul.contatos li a {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
}
footer ul.contatos li a:hover {
    color: var(--secundaria);
}
footer .copy {
    background-color: var(--primaria);
}
footer .copyright {
    font-size: 0.9rem;
    line-height: 1.5em;
}
footer .copyright a {
	position: relative;
	top: -3px;
	left: 3px;
}

/*** SERVE PARA SIDEBAR E FOOTER ***/
.social ul li {
    position: relative;
}
.social ul li a {
    background: var(--primaria);
    color: var(--branco);
    display: flex;
    line-height: inherit;
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    padding: 8px 14px;
    border-radius: 3px;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
}
.social ul li a:hover {
    background: var(--secundaria);
    color: var(--branco);
}
.social ul li a:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 4px solid #fff;
    opacity: 0;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
}
.social ul li a:hover:after {
    opacity: 1;
}


/*** POSTS RELACIONADOS EM SINGLE POST ***/
.relacionados .titulo {
    background-color: var(--cinza);
    padding: 15px 0 15px 15px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.relacionados a h4 {
    color: var(--primaria);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2rem;
    letter-spacing: 0.5px;
    margin-top: 10px;
    transition: all 0.2s linear;
}
.relacionados a:hover h4 {
    color: var(--secundaria);
}
@media screen and (max-width: 767px) {
    .relacionados a h4 {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
}
.relacionados .post-relacionado img {
    object-fit: cover;
    aspect-ratio: 3/2;
    object-position: center;
}
.relacionados .post-relacionado.livros img {
    aspect-ratio: 2/3;
}