* {
    outline: none;
}
a,
button {
    text-decoration: none!important;
    cursor: pointer!important;
    transition: 1s;
}
p {
    line-height: 1.5;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    margin: 0;
    font-family: "PT Sans", sans-serif!important;
}
.container {
    max-width: 1200px!important;
    width: 100%;
}

.categoria {
    display: flex;
	margin: 20px 0 10px;
}
.categoria a {
    font-size: 16px;
    color: #1E1E1E;
    display: table;
    background: transparent;
	border: 1px solid #1E1E1E;
    padding: 3px 10px;
    border-radius: 5px;
	margin: 0 5px;
}

.btn-geral {
    font-size: 14px;
    color: #1E1E1E;
    display: table;
    background: transparent;
	border: 1px solid #1E1E1E;
    padding: 5px 20px;
    border-radius: 5px;
	display: table;
}

.btn-geral-preto {
    font-size: 20px;
    color: #fff;
    display: table;
    background: #1E1E1E;
	border: none;
    padding: 10px 30px;
    border-radius: 5px;
}
.btn-geral-preto:hover {
    color: #1E1E1E;
    background: transparent;
	border: 1px solid #1E1E1E;
}

.page-contato .btn-geral-preto {
	margin: 0 auto;
	padding: 8px 60px;
}
.page-contato input.form-control {
    height: 55px;
    border-radius: 15px;
}
.page-contato textarea {
    height: 140px;
    border-radius: 15px;
}

ul.navbar-nav>li {
	margin-left: 20px;
}
ul.navbar-nav>li>a {
    font-size: 18px;
    color: #1E1E1E!important;
	text-transform: uppercase;
}

.banner-topo img {
    display: table;
    margin: 0 auto;
    max-width: 100%;
	height: auto;
}
.banner-entreposts img {
	max-width:100%;
	height: auto;
    display: table;
    margin: 0 auto 40px;
}
.banner-lateral img {
	width: 100%!important;
	height: auto;
}

.categorias {
    background: #1E1E1E;
    height: 56px;
}
.categorias ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 56px;
    margin: 0;
}
.categorias ul a {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

.destaques {
	padding: 50px 0;
	background: linear-gradient(to bottom, rgba(248,248,248,0), rgba(248,248,248,1));
}
.destaques .item img {
    height: 564px;
    border-radius: 15px;
	object-fit:cover;
}
.destaques .item .conteudo {
    height: 564px;
    position: relative;
    margin-top: -564px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0 30px 50px 80px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, .1));
    border-radius: 15px;
}
.destaques h1 {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px;
}
.destaques p {
	font-size: 16px;
	color: #fff;
	margin: 0 0 20px;
}
.destaques .owl-prev {
	width: 47px;
    height: 47px;
    background: #1E1E1E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
	left: 0;
    top: calc(50% - 51px);
}
.destaques .owl-next {
	width: 47px;
    height: 47px;
    background: #1E1E1E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
	position: absolute;
	right: 0;
    top: calc(50% - 51px);
}
.destaques .owl-item {
    padding: 0 150px;
}
.destaques .owl-nav i.fa {
    font-size: 35px;
	color: #fff;
}
.destaques .horarios span {
	color: #fff;
    justify-content: center;
}
.destaques .item .categoria a {
	border-color: #fff;
	color: #fff;
}
/* .destaques .item .categoria a:first-child {
    display: none;
} */
.horarios img {
    width: 11px !important;
	margin-right: 5px;
}
.horarios img.icon-relogio {
	margin-left: 30px;
}
.horarios span {
	font-size: 12px;
	color: #1E1E1E;
    display: flex;
    align-items: center;
}
.owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.owl-dot span {
    display: block;
    width: 11px;
    height: 11px;
    background: transparent;
	border: 1px solid #1E1E1E;
    border-radius: 50px;
	margin: 0 3px;
}
.owl-dot.active span {
	background: #1E1E1E;
}

.ultimas {
	padding: 45px 0;
}
.ultimas h2 {
	font-size: 40px;
	color: #1E1E1E;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 15px;
	margin: 0 0 30px;
}
.ultimas h4 {
	font-size: 30px;
	font-weight: 500;
	color: #1E1E1E;
	margin: 0 0 10px;
}
.ultimas p {
	font-size: 16px;
	color: #1E1E1E;
	margin: 0 0 20px;
}
.item-noticia {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 30px;
	margin-bottom: 40px;
	display: flex;
}
a.img-item {
    width: 50%;
    height: 260px;
    display: table;
	padding-right: 30px;
}
.conteudo-item {
    width: 50%;
}
a.img-item img {
    width: 100%;
    height: 260px;
	object-fit: cover;
	border-radius: 5px;
}

aside {
	padding-top: 45px;
}
section.perfil div.d-flex {
    align-items: center;
	margin-bottom: 10px;
}
section.perfil img.foto-perfil {
    width: 85px;
    margin-right: 10px;
}
.perfil h4 {
	font-size: 18px;
	color: #1E1E1E;
	margin: 0 0 5px;
}
.perfil p {
	font-size: 16px;
	color: #1E1E1E;
	margin: 0 0 30px;
}
.mais-lidas li {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.mais-lidas h2 {
	font-size: 30px;
	font-weight: 900;
	color: #1E1E1E;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 15px;
	margin: 30px 0 15px;
}
.mais-lidas h4 {
	font-size: 20px;
	font-weight: 500;
	color: #1E1E1E;
	margin: 0 0 15px;
}

.pagination {
    justify-content: center;
}
.pagination a,
.pagination span {
	font-size: 16px;
	color: #1E1E1E;
	margin: 0 5px;
}
.pagination .current {
	background: #2241BE;
	padding 5px;
	border-radius: 5px;
	color: #fff;
	padding: 1px 7px;
}

footer {
    background: #1E1E1E;
    margin-top: 45px;
    padding: 40px 0;
}
img.foto-footer {
    max-width: 100%;
    width: 200px;
}
ul.menu-footer {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
ul.menu-footer li {
    margin-right: 30px;
}
ul.menu-footer a {
	font-size: 16px;
	color: #fff;
}
.redes-sociais {
    display: flex;
	justify-content: space-between;
}
footer p {
    font-size: 14px;
    color: #fff;
    border-top: 1px solid rgba(225, 225, 225, .1);
    padding-top: 15px;
    margin: 40px 0 0;
    text-align: center;
}

.titulo-interno {
    font-size: 30px;
    font-weight: 900;
    color: #1E1E1E;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
    margin: 45px 0 30px;
}
.interna p {
	font-size: 16px;
	color: #1E1E1E;
	margin: 0 0 15px;
}

.item-livro {
    display: flex;
	align-items: flex-start;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}
.item-livro img {
    width: 40%;
    height: auto;
    padding-right: 20px;
}
.item-livro .conteudo {
    width: 60%;
}

.lancamentos {
	margin-bottom: 30px;
}
.lancamentos h2 {
	font-size: 26px;
	color: #1E1E1E;
	margin: 0 0 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.lancamentos .livros .item-livro {
    margin-bottom: 15px;
    padding-bottom: 15px;
	align-items: center;
}
.lancamentos .livros .item-livro img {
    padding-right: 10px;
}
.lancamentos .livros .item-livro h3 {
    font-size: 20px;
	margin: 0;
}
.lancamentos .livros .item-livro p {
	display: none;
}

.interna-noticia .ultimas img.attachment-.size-.wp-post-image {
	width: 100%;
    margin-bottom: 30px;
    height: auto;
    border-radius: 15px;
}

p.valor {
    font-size: 30px;
    font-weight: bold;
}

.titulo-interna {
	font-size: 40px;
	font-weight: bold;
	color: 1E1E1E;
	text-align: center;
	background: #F1F1F1;
	padding: 35px 0;
	margin: 0;
}

/* --- MOBILE --- */
@media (max-width: 767px) {
    a.navbar-brand {
		width: 80%;
	}
	a.navbar-brand img {
		width: 100%;
	}
	ul.navbar-nav>li {
		margin-left: 0;
		margin: 10px;
	}
	ul.navbar-nav.mr-auto.w-100.justify-content-end {
		text-align: center;
	}
	.categorias {
		height: auto;
	}
	.categorias ul {
		display: flex;
		height: auto;
		margin: 0 auto;
		padding: 10px;
	}
	.categorias li {
		width: 50%;
		text-align: center;
	}
	.categorias li:last-child {
		display: none;
	}
	.categorias ul a {
		font-size: 14px;
	}
	.categoria a {
		font-size: 10px;
		padding: 5px 10px;
		margin: 0 2px;
	}
	.destaques .owl-item {
		padding: 0;
	}
	.destaques h1 {
		font-size: 20px;
	}
	.destaques p {
		font-size: 14px;
		margin: 0 0 10px;
	}
	.owl-nav {
		display: none;
	}
	.destaques {
		padding: 0 0px 20px;
	}
	.destaques .container {
		padding: 0!important;
	}
	.destaques .item .conteudo,
	.destaques .item img {
		height: 570px;
		border-radius: 0;
	}
	.destaques .item .conteudo {
		margin-top: -570px;
	}
	.owl-dots {
		margin-top: 20px;
	}
	.destaques .item .conteudo {
		padding: 0 30px 40px 30px;
	}
	.ultimas {
		padding: 30px 0;
	}
	.ultimas h2 {
		font-size: 24px;
		margin: 0 0 15px;
	}
	.item-noticia {
		display: table;
		padding-bottom: 15px;
		margin-bottom: 25px;
	}
	a.img-item,
	.conteudo-item {
		width: 100%;
		padding-right: 0;
	}
	.ultimas h4 {
		font-size: 20px;
	}
	.ultimas p {
		font-size: 14px;
		margin: 0 0 10px;
	}
	.mais-lidas h4 {
		font-size: 16px;
		margin: 0 0 10px;
	}
	footer {
		height: auto;
		padding-bottom: 30px;
	}
	img.foto-footer {
		margin-bottom: 10px;
	}
	ul.menu-footer {
		margin: 30px 0;
		justify-content: center;
	}
	ul.menu-footer li {
		margin: 0 10px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
    
}