/***Blog listagem***/

.wq-blog-listagem {
	padding: 80px 0;
	/*font-family: "Geomanist" !important;*/
}

.wq-blog_01 {
	padding: 80px 0;
}

.wq-blog_01-item {
	padding-right: 50px;
}

.wq-blog-box {
	margin-bottom: 60px;
	display: grid;
	margin-right: 40px;
	padding: 0;
	grid-template-columns: 1fr 1fr;
	column-gap: 25px;
	align-items: center;
	border-radius: 6px;
	box-shadow: 6px 13px 21px -6px rgba(0, 0, 0, 0.25);
}

.wq-blog-box figure img {
	display: block;
	width: 100%;
	height: auto;
}

.wq-conteudo-blog-box,
.wq-blog-box>div {
	padding: 20px 20px 20px 0px;
	box-shadow: none;
}

.wq-blog_info {
	color: #999;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 15px;
	display: flex;
}

.wq-blog_info li {
	margin-right: 15px;
}

.wq-blog_info li:last-child {
	margin-right: 0;
}

.wq-blog_info div {
	margin-right: 15px;
}

.wq-blog_info span {
	margin-right: 5px;
	/*font-family: "Geomanist" !important;*/
}

.wq-conteudo-blog-box h2,
.wq-conteudo-blog-box h2 a {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
	text-decoration: none;
}

.wq-conteudo-blog-box p {
	font-size: 17px;
	letter-spacing: 1.5px;
	font-weight: 400;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-height: 25px;
	max-height: 100px;
	color: #222;
	/*font-family: "Geomanist" !important;*/
}

.wq-conteudo-blog-box a {
	transition: all .35s ease;
}

.wq-buscar form {
	position: relative;
}

.wq-buscar input::placeholder {
	color: #cfcfcf;
}

.wq-buscar input {
	display: block;
	border: 2px solid #cfcfcf;
	line-height: 50px;
	padding: 0 50px 0 25px;
	width: 100%;
	font-size: 15px;
	color: #212529;
	transition: all .2s linear;
	border-radius: 2px;
	/*font-family: 'Geomanist';*/
}

.wq-buscar input:focus {
	border-color: #212121;
}

.wq-buscar button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: none;
	background-color: transparent;
	position: absolute;
	top: 2px;
	right: 2px;
}

.wq-sidebar h2 {
	font-size: 18px;
	color: #212121;
	font-weight: 700;
	margin-bottom: 45px;
	position: relative;
	/*font-family: 'Geomanist';*/
}

.wq-sidebar h2:after {
	display: block;
	width: 45px;
	height: 5px;
	border-radius: 5px;
	content: '';
	background-color: #fdc10b;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.wq-buscar,
.wq-categorias-02,
.wq-recentes-posts,
.wq-tags {
	margin-bottom: 50px;
}

.wq-posts_recentes {
	margin-bottom: 30px;
	border: 1px solid #f2f2f2;
	background: #f8f8f852;
	padding: 10px;
	border-radius: 3px;
}

.wq-posts_recentes figure img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.wq-posts_recentes p {
	font-size: 16px;
}

.wq-posts_recentes p span {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: .5px;
	color: #26282d;
}

.wq-posts_recentes h3 {
	font-size: 17px;
	font-weight: 500;
	color: #212121;
	/*font-family: 'Geomanist';*/
	transition: all .2s linear;
}

.wq-categorias-02 ul li {
	line-height: 25px;
	color: #777;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
	/*font-family: 'Geomanist';*/
	transition: all .2s linear;
}

.wq-categorias-02 ul li a:hover {
	/* color: #212121; */
}

.wq-conteudo-blog-box>a {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	margin-top: 5px;
	transition: all .3s linear;
	background: #fdc10b;
	text-decoration: none;
}

.wq-conteudo-blog-box>a:hover {
	color: #fff;
	box-shadow: 6px 13px 21px -6px rgb(0 0 0 / 25%);
	opacity: .85;
}

.wq-cta-blog {
	padding: 70px 30px 50px;
	text-align: center;
	border: 1px solid #f2f2f2;
	background: #f8f8f852;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.wq-cta-blog h3 {
	font-size: 36px;
	font-weight: 300;
	line-height: 37px;
	color: #26282d;
	margin-bottom: 30px;
	position: relative;
	/*font-family: 'Geomanist';*/
}

.wq-cta-blog h3:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: #fdc10b;
	margin: 0 auto 30px;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
}

.wq-cta-blog h3 span {
	display: inline-block;
	font-weight: 600;
	color: #fdc10b;
}

.wq-cta-blog p {
	font-size: 16px;
	color: #26282d;
	font-weight: 300;
	line-height: 27px;
	margin-bottom: 1em;
	/*font-family: 'Geomanist';*/
}

.wq-cta-blog form input {
	line-height: 50px;
	font-size: 15px;
	color: #707378;
	width: 100%;
	height: 50px;
	padding: 0 10px 0 20px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #e4e8ed;
	background: #fbfcfd;
}

.wq-cta-blog form button {
	width: auto;
	background-color: #fdc10b;
	border: none;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 700;
	letter-spacing: .126em;
	width: 100%;
	cursor: pointer;
	border-radius: 2px;
	padding: 0 10px;
	height: 50px;
	max-width: 110px;
	transition: all .2s linear;
}

.wq-cta-blog form button:hover {
	background-color: #212121;
}

.wq-cta-blog form {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
}


/***** Pagination *****/

.pagination-sec {
	padding: 10px 0 50px;
}

.pagination {
	justify-content: center;
	transition: all .2s linear;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	line-height: 120%;
	background-color: #fff;
	border: 1.5px solid #212121;
	margin: 2px;
	font-weight: 600;
	color: #212121;
	font-size: 18px;
	transition: all .2s linear;
	border-radius: 4px;
}

.page-link:hover,
.page-item.active .page-link {
	color: #fff;
	background-color: #212121;
	border-color: #212121;
}

.page-item.disabled .page-link {
	color: #555;
	border-color: #555;
}


/***** Pagination *****/

.wq-breadcrumps-blog {
	display: flex;
	padding: 40px 0;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.wq-breadcrumps-blog p {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 5px;
}

.wq-breadcrumps-blog h1 {
	color: #fff;
	font-size: 38px;
	font-weight: 300;
}


/***Blog Interno***/

.wq-blog_interna-item {
	padding-right: 50px;
}

.wq-blog_interna-item figure img {
	display: block;
	width: 100%;
	max-height: 580px;
	margin-bottom: 20px;
}

.wq-blog_interna-item p {
	font-size: 18px;
	color: #26282d;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 17px;
	font-family: geomanist;
}

.wq-blog_interna-item h2,
.wq-blog_interna-item h3,
.wq-blog_interna-item h4,
.wq-blog_interna-item h5,
.wq-blog_interna-item h6 {
	font-weight: 600;
	color: #212121;
	line-height: 30px;
	font-size: 24px;
	margin: 20px 0;
	font-family: geomanist;
}

.wq-blog_interna-item h2 {
	font-size: 25px!important;
}

.wq-blog_interna-item h3 {
	font-size: 20px;
}

.wq-blog_interna-item h4 {
	font-size: 17px;
}

.wq-blog_interna-item ul,
.wq-blog_interna-item ol {
	margin: 15px 0;
}

.wq-blog_interna-item ul li,
.wq-blog_interna-item ol li {
	font-size: 18px;
	color: #26282d;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 15px;
	font-family: geomanist;
}

.wq-blog_interna-item ol {
	counter-reset: blog-counter;
}

.wq-blog_interna-item ol li {
	counter-increment: blog-counter;
}

.wq-blog_interna-item ol li::before {
	content: counter(blog-counter) ". ";
	color: #212121;
	font-weight: 500;
}

.wq-blog_interna-item figure figcaption p {
	font-size: 15px;
	font-weight: 600;
	color: #7a7a7a;
	font-family: geomanist;
}

.wq-blog_interna-item figure figcaption p span {
	display: inline-block;
	font-weight: 400;
	font-family: geomanist;
}

.wq-posts-relacionados {
	padding: 60px 0;
}

.wq-posts-relacionados .wq-titulo_1 {
	margin-bottom: 60px;
	font-family: geomanist;
}

.wq-blog_interna-item figure img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.wq-blog_interna-item h3 {
	font-size: 22px;
	margin: 10px 0;
}

.wq-blog_interna-item h3 span {
	display: inline-block;
	font-weight: 200;
}

.wq-blog_interna-item h2 {
	font-size: 20px;
	font-weight: 400;
	color: #212121;
	margin-bottom: 10px;
}

.wq-blog_interna-item .wq-new-btn {
	margin-top: 20px;
}

.wq-blog_interna-item div img {
	display: block;
	width: 100%;
	height: auto;
}


/***Posts relacionados***/

.wq-posts-relacionados {
	padding: 80px 0;
	background-color: #f8f8f8a1;
}

.wq-posts-relacionados .wq-blog-box {
	margin-right: 0px;
	grid-template-columns: 1fr;
	row-gap: 0px;
}

.wq-posts-relacionados .container>h2 {
	font-size: 32px;
	font-weight: 700;
	color: #212121;
	margin-bottom: 40px;
}

.wq-posts-relacionados .wq-blog-box figure {
	/* display: none; */
}

.wq-posts-relacionados .wq-conteudo-blog-box p {
	display: none;
}

.wq-posts-relacionados .wq-conteudo-blog-box {
	height: 210px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	overflow: hidden;
	padding: 20px;
}


.wq-posts-relacionados .wq-conteudo-blog-box h2 {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 30px;
	max-height: 80px;
}

.wq-blog-box figure,
.wq-blog-box figure img {
	height: 100%;
	margin-bottom: 0;
}

.wq-blog_interna-item p img {
	display: block;
	width: 100%;
	height: auto;
}

.wq-blog_interna-item ul li {
	position: relative;
	padding-left: 20px;
	line-height: 1;
	margin-bottom: 13px;
}

.wq-blog_interna-item ul>li::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fdc10b;
	border-radius: 50%;
	position: absolute;
	background-position: center;
	left: 0;
	top: 5px;
}

.wq-blog_interna-item ul li ul>li::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: none;
	position: absolute;
	background-position: center;
	left: 5px;
	top: 12px;
	background-color: #fdc10b;
	border-radius: 50%;
}

.wq-blog_interna-item a {
	text-decoration: underline;
	color: #fdc10b;
	font-weight: 600!important;
	line-height: 1;
}

.wq-blog_interna-item a:hover {
	opacity: .5;
}

.wq-blog_interna-item figure figcaption {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	margin-top: 20px;
}

.wq-blog_interna-item figure figcaption p,
.wq-blog_interna-item figure figcaption a {
	margin-bottom: 0;
}

.wq-descricao,
.wq-indicie {
	padding: 10px 0 20px;
	border-bottom: 1px solid #26282d40;
	margin-bottom: 20px;
}

.wq-descricao p {
	margin-bottom: 10px;
}

.wq-descricao p:last-child {
	margin-bottom: 0;
}

.wq-indicie ul>li::before {
	background-image: none;
	background-color: #212121;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	top: 11px;
}

.wq-indicie>span {
	font-size: 16px;
	color: #26282d;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 1.66em;
	font-family: geomanist;
}


/***** Mobiles  *****/

@media screen and (max-width: 999px) {
	.wq-blog-box {
		margin-right: 0px;
		grid-template-columns: 1fr;
		row-gap: 25px;
	}
	.wq-blog_interna-item {
		padding-right: 0px;
	}
}


/***** Monitores pequenos  *****/

@media screen and (max-width: 1199px) and (min-width: 999px) {
	.wq-blog-box {
		margin-right: 20px;
		grid-template-columns: 1fr;
		row-gap: 25px;
	}
}

.wq-sec-compartilhe {
	padding: 30px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #e2e2e2;
	margin-top: 30px;
}

.wq-sec-compartilhe h3 {
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	display: flex;
	align-items: center;
	letter-spacing: .05em;
	color: #2e3440;
	margin: 0 25px 0;
}

.wq-sec-compartilhe ul {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.wq-redes-sociais li {
	margin-right: 15px;
	padding-left: 0!important;
}

.wq-sec-compartilhe ul li a {
	width: 45px;
	height: 45px;
	text-decoration: none;
}

.wq-redes-sociais {
	margin-top: 0;
}

.wq-redes-sociais li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #212121;
	color: #fff;
	font-weight: 500;
	font-size: 19px;
	transition: all .2s linear;
}

ul.wq-redes-sociais>li::before {
	display: none;
}

.wq-redes-sociais li a:hover {
	background-color: #5a5a5a;
}


/***** Pagination *****/

.pagination-sec {
	padding: 10px 0 50px;
}

.pagination {
	justify-content: center;
	transition: all .2s linear;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	line-height: 120%;
	background-color: #212121;
	border: 1.5px solid #212121;
	margin: 2px;
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	transition: all .2s linear;
	border-radius: 4px;
}

.page-link:hover,
.page-item.active .page-link {
	color: #212121;
	background-color: #fff;
	border-color: #212121;
}

.page-item.disabled .page-link {
	color: #555;
	border-color: #555;
}


/***** Pagination *****/

.wq-posts-relacionados figure img {
	display: block;
	max-height: 180px;
}

a {
	transition: all .2s linear;
}

a:hover,
.wq-posts_recentes:hover h3 {
	color: #fdc10b;
}

.wq-redes-sociais li a:hover {
	background-color: #5a5a5a;
	color: #fff!important;
}

.wq-blog_conteudo>a,
.wq-blog_conteudo>p a,
.wq-blog_conteudo>span a {
	color: #fdc10b;
	opacity: .2;
}