@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Pacifico&display=swap');
@import url('icons/flaticon.css');
@import url('css/print.css');


body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
}

p{
	font-size: 15px;
	line-height: 1.5;
}


.wq-container{
	width: 1140px;
}


.wq-titulo_1{
	margin-bottom: 55px;
}

.wq-titulo_1 h1,.wq-titulo_1 h2,
.wq-titulo_1 h3,.wq-titulo_1 h4,
.wq-titulo_1 h5,.wq-titulo_1 h6{
	font-size: 35px;
	line-height: 50px;
	letter-spacing: .75px;
	font-weight: 400;
}

.wq-titulo_1:after{
	width: 55px;
	content: '';
	height: 1px;
	background-color: #192a34;
	display: block;
	margin-top: 10px;
}

.wq-btn_1:hover{
	font-weight: 600;
	background-color: #192a34;
	border-color: transparent;
	color: #192a34;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
.wq-btn_1{
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: 600;
	background-color: #192a34;
	padding: 20px 50px;
	border-radius:50px;
	display: inline-block;
	text-transform: uppercase;
	transition: all .2s linear;
	margin-top: 45px;
}

.owl-dots button,
.owl-nav button{
	border: none;
}
.owl-dots, .owl-nav{
	display: none;
}


/***** HEADER *****/
	.wq-header_top{
		padding: 19px 0;
		background-color: #d6b373;
	}
	.wq-header_top .wq-container{
		display: flex;
		justify-content: flex-end;
		align-items: center;

	}
	.wq-header_top p.wq-contato{
		text-align: right;
		display: flex;
		justify-content: flex-end;
	}
	p.wq-contato a{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 13.55px;
		color: #192a34;
		transition: all .2s linear;
		margin-right: 20px;
		font-weight: 500;
	}
	p.wq-contato a:hover{
		color: #333;
	}


	p.wq-contato a span{
		display: inline-block;
		font-size: 25px;
		margin-right: 8px;
	}

	.wq-midias-sociais li a{
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 27px;
		height: 27px;
		background-color: #192a34;
		color: #d6b373;
		font-size: 16px;
		transition: all .2s linear;
		border-radius: 50px;
		margin-left: 8px;
	}
	.wq-midias-sociais li a:hover{
		background-color: #333;
		color: #f5f5f5;
	}

	.wq-header_top .wq-midias-sociais{
		margin-left: 40px;
	}


	.wq-header_bottom{
		padding: 18px 0;
		background-color: #fff;
	}

	.wq-header_bottom .wq-container .wq-flex{
		align-items: center;
	}

	.wq-logo img{
		display: block;
		height: 84px;
	}

	.wq-menu_principal ul li a{
		font-size: 17px;
		font-weight: 600;
		color: #192a34;
		margin-left: 30px;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		transition:  all .2s linear;
	}
	.wq-header.wq-header_horizontal .wq-flex{
		margin: 0;
	}

	.wq-menu_principal ul li a:hover,
	.wq-menu_principal ul li a.active{
		color: #d6b373;
	}

/***** HEADER *****/





/***** BANNER *****/
	.wq-banner,
	.wq-banner figure{
		height: 490px;
		position: relative;
	}


	.wq-banner figure img{
		display: block;
		width: 100%;
		height: 100%;
	}

	.wq-banner .wq-banner_item .wq-conteudo{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: rgba(0,0,0,0.5);
		z-index: 3;
	}
	.wq-banner figure:after{
		content: '';
		display: block;
		height: 100%;
		width: 100%;
		opacity: .7;
		left: 0px;
		top: 0px;
		position: absolute;
		mix-blend-mode: overlay;
		background-color: #4f788d;
	}
	.wq-banner .wq-conteudo h2:after{
		width: 55px;
		content: '';
		height: 1px;
		background-color: #fff;
		display: block;
		margin-top: 10px;	
	}
	.wq-banner .wq-conteudo h2{
		color: #fff;
		max-width: 600px;
		font-weight: 300;
		font-size: 46px;
	}
	.wq-banner .wq-conteudo p{
		color: #fff;
		font-weight: 300;
		font-size: 18px;
		display: flex;
		align-items: center;
		text-transform: uppercase;
		letter-spacing: 2px;
		padding-left: 25px;
		position: relative;
	}
	.wq-banner .wq-conteudo p:after{
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7.5px 0 7.5px 15px;
		border-color: transparent transparent transparent #192a34;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -7.5px;
	}

	.wq-banner .owl-dots{
		display: flex;
		width: 100%;
		position: absolute;
		bottom:30px;
		justify-content: center;
	}
	.wq-banner .owl-nav{
		display: none;
	}
	.wq-banner .owl-dot{
		display: flex;
		background-color: #fff;
		width: 15px;
		height: 7px;
		border-radius: 10px;
		margin: 0 5px;
		transition: all .2s linear;
	}
	.wq-banner .owl-dot:hover{
		background-color: #d6b373;
	}

	.wq-banner .owl-dot.active{
		background-color: #d6b373;
		width: 25px;
	}
/***** BANNER *****/


/***** WQ-01 *****/

	.wq-01{
		overflow: hidden;
		padding: 90px 0;
	}
	.wq-01 .wq-conteudo{
		padding: 40px 60px;
	}

	.wq-01 .wq-conteudo h2,
	.wq-01 .wq-conteudo h1{
		color: #192a34;
	}
	.wq-01 .wq-conteudo p{
		color: #687a78;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}
	.wq-01 figure{
		/* height: 100%; */
	}
	.wq-01 figure img{
		display: block;
		width: 100%;
		height: 100%;
	}
/***** WQ-01 *****/



/***** WQ-02 *****/
	.wq-02{
		text-align: center;
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		padding: 90px 0 70px;
		overflow: hidden;
	}

.wq-02 .wq-container {
	position: relative;
	z-index: 1;
}
	.wq-02:after{
		content: '';
		display: block;
		height: 100%;
		width: 100%;
		left: 0px;
		top: 0px;
		position: absolute;
		mix-blend-mode: multiply;
		background: #192a34;
	}
	.wq-02 h2{
		margin: 0 auto 70px;
		max-width: 560px;
		font-size: 40px;
		color: #fff;
		font-weight: bold;
		line-height: 1.25;
		letter-spacing: 0.025em;
		position: relative;
		z-index: 2;
		display: block;
	}
	.wq-02 h2:before{
		position: absolute;
		content: "\f108";
		font-family: Flaticon;
		font-size: 110px;
		line-height: 1;
		color: #d6b373;
		top: -30px;
		left: -20px;
		z-index: -1;
		opacity: .5;
	}
	.wq-02 .wq-box_3{margin-bottom: 20px;}
	.wq-02 .wq-box_3 h3{
		font-size: 38px;
		line-height: 1;
		color: #fff;
	}

	.wq-02 .wq-box_3 h3:after {
		content: '';
		display: block;
		height: 1px;
		width: 40px;
		background-color: #d6b373;
		margin: 10px auto;
	}
	.wq-02 .wq-box_3 p{
		font-size: 18px;
		color: #eee;
	}


/***** WQ-02 *****/


/***** WQ-03 *****/
	.wq-03:after{
		content: '';
		background-color: #d6b373;
		display: block;
		height: 640px;
		position: absolute;
		top: 0;
		width: 100%;
		left: 0;
		z-index: -1;
		right: 0;
	}
	.wq-03{
		padding: 90px 0;
		position: relative;
	}

	.wq-03 .wq-titulo_1 h3{
		text-align: center;
		max-width: 600px;
		margin: 0 auto;
		color: #fff;
	}

	.wq-03 .wq-titulo_1:after{
		margin:20px auto;
	}

	.wq-03 .wq-container > p{
		max-width: 920px;
		margin: 0 auto;
		color: #fff;
		text-align: center;
	}

	.wq-03 .wq-carousel_servicos{
		margin-top: 100px;
	}

	.wq-03 .owl-nav{
		display: none;
	}
	.wq-03 .owl-dots{
		display: flex;
		margin-top: 30px;
	}
	.wq-03 .owl-dot{
		display: flex;
		background-color: #192a34;
		width: 15px;
		height: 7px;
		border-radius: 10px;
		margin: 0 5px;
	}

	.wq-03 .owl-dot.active{
		background-color: #d6b373;
		width: 25px;
	}

	.wq-03 figure{
		position: relative;
	}
	.wq-03 figure:after{
		content: '';
		display: block;
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0px;
		top: 0px;
		mix-blend-mode: color;
		transition: all .3s ease;
		background-color: #192a34;
	}
	.wq-03 figure img{
		filter:grayscale(1)brightness(.3);
		width: 100%;
		height: 355px;
		object-fit: cover;
		display: block;
	}

	.wq-03 .wq-conteudo-texto{
		padding: 65px 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-align: center;
		color: #fff;
		position: absolute;
		top: 0;
		transition: .3s;
		bottom: 0;
		left: 0;
		height: calc(100% - 130px);
	}
	.wq-03 .wq-conteudo-texto h3{
		font-weight: 600;
		text-transform: uppercase;
		margin-bottom: 20px;
		font-size: 22px;
		transition: .35s;
		transform: translateY(60px);
	}
	.wq-03 .wq-conteudo-texto p{
		font-size: 14px;
		line-height: 22px;
	}

	.wq-03 .wq-conteudo{
		position: relative;
		overflow: hidden;
	}
	.wq-03 .wq-conteudo-texto a:hover{
		background-color: #192a34;
		border-color: transparent;
	}
	.wq-03 .wq-conteudo-texto a{
		font-size: 13px;
		margin-top: 25px;
		padding: 12px 26px;
		color: #fff;
		background-color: transparent;
		border-color: #d6b373;
		border: 3px solid;
	}
	.wq-03 .wq-conteudo:hover h3{
		transform: translateY(0);
	}
	.wq-03 .wq-conteudo:hover p,.wq-03 .wq-conteudo:hover a{
		opacity: 1;
		transform: translateY(0);
		height: auto;
	}
	.wq-03 .wq-conteudo-texto p,.wq-03 .wq-conteudo-texto a{
		opacity: 0;
		height: 0;
		transition: .35s;
		transform: translateY(355px);
	}

/***** WQ-03 *****/

/***** WQ-04 *****/
	.wq-04{
		text-align: center;
		position: relative;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		padding: 70px 0;
		overflow: hidden;
	}
	.wq-04 .wq-container{
		position: relative;
		z-index: 3;
	}
	.wq-04:after{
		content: '';
		display: block;
		height: 100%;
		width: 100%;
		left: 0px;
		top: 0px;
		position: absolute;
		mix-blend-mode: multiply;
		background-color: #696969;
	}
	.wq-04 .wq-container h3{
		margin: 0 auto 30px;
		max-width: 780px;
		font-size: 34px;
		color: #fff;
		font-weight: bold;
		line-height: 1.25;
		letter-spacing: 0.025em;
		position: relative;
		z-index: 6;
	}
	.wq-04 .wq-container h3:before{
		position: absolute;
		content: "\f108";
		font-family: Flaticon;
		font-size: 110px;
		color: #192a34;
		top: -42px;
		left: -30px;
		z-index: -1;
		opacity: .7;
	}

/***** WQ-04 *****/

/***** WQ-05 *****/

	.wq-05{
		padding: 100px 0;
	}
	.wq-05 .wq-filtro{
		flex-wrap: wrap;
	}

	.wq-05 .wq-titulo_1{
		text-align: center;
		color: #192a34;
	}
	.wq-05 .wq-titulo_1:after{
		margin: 20px auto;
	}
	.wq-05 figure img{
		width: 100%;
		height: 100%;
	}

	.wq-05 .wq-filtro{
		margin: 25px 0;
		display: flex;
		justify-content: flex-start;
	}
	.wq-05 .wq-conteudo h3{
		color: #192a34;
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 20px;
	}

	.wq-05 .wq-conteudo p{
		color: #687a78;
		font-size: 14px;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		/* line-height: 15px; */
		max-height: 60px;
		margin-bottom: 20px;
	}

	.wq-05 .wq-conteudo a.wq-btn_1:hover{
		background-color:#192a34;
		color:#fff; 
	}

	.wq-05 .wq-conteudo a.wq-btn_1{
		margin-top: 10px;
		background-color: #d6b373;
		color: #fff;
		font-size: 13px;
	}

	.wq-05 .wq-filtro li{
		color:#d6b373;
		font-size: 12px;
		font-weight: 400;
		list-style: initial;
		margin-right: 30px;
	}
	.wq-05 .wq-filtro li:first-child{
		list-style: none;
	}

/***** WQ-05 *****/

/***** WQ-06 *****/
	.wq-06{
		padding: 60px 0;
		background-color: #f5f5f5;
	}
	.wq-06 .wq-titulo_1{
		max-width: 430px;
	}

	.wq-06 .wq-titulo_1 h3{
		color: #192a34;
	}
	.wq-06 .wq-form input{
		color:#192a34;
		width:calc(100% - 60px);
		padding:20px 30px;
		background-color: #aaa;
		border: none;
		border-radius: 30px;
		margin-bottom: 15px;
	}
	.wq-06 .wq-form button{
		border: 2px solid #fff;
		margin-top: 30px;
	}

	.wq-06 .wq-form button.wq-btn_1:hover{
		border-color: #d6b373;
		color: #fff;
	}
/***** WQ-06 *****/

/***** WQ-07 *****/
	.wq-07{
		padding: 75px 0;
		position: relative;
	}
	.wq-07 figure{
		border-radius: 50%;
		width: 110px;
		height: 110px;
		margin: 0 auto;
		overflow: hidden;
	}
	.wq-07 .wq-carousel_depoimentos{
		position: relative;
	}

	.wq-07 h3{
		text-align: center;
		margin:30px 0 60px;
		color: #282828;
		text-transform: uppercase;
	}
	.wq-07 p{
		max-width: 730px;
		margin: 0 auto;
		color: #8b8b8b;
		text-align: center;
	}
	.wq-07 .owl-nav{
		position: absolute;
		top: 40px;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: flex;
		width: 245px;
		justify-content: space-between;
	}
	.wq-07 .owl-next,.wq-07 .owl-prev{
		background: transparent;
		border: 2px solid #192a34;
		color: #192a34;
		font-weight: 900;
		border-radius: 50%;
		width: 31px;
		height: 31px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.wq-depoimentos_item figure img{
		display: block;
		height: 110px;
		width: 110px;
		border-radius: 50%;
	}
/***** WQ-07 *****/

/***** WQ-08 *****/
	.wq-08 h4{
		text-transform: uppercase;
		color: #192a34;
		font-weight: 600;
		margin-right: 30px;
	}
	.wq-08 .wq-titulo_1 h3{
		color: #fff;
		max-width: 570px;
		margin: 0 auto;
	}
	.wq-08 .wq-titulo_1{
		padding:50px 0 0 0;
	}
	.wq-08 .wq-titulo_1:after{
		margin: 10px auto;
	}
	.wq-08{
		background-color: #192a34;
		padding-bottom: 0;
	}
	.wq-08{
		overflow: hidden;
	}
	.wq-carousel_youtube {
		position: relative;
		width: 920px;
		margin: 50px auto;
	}
	.wq-08 .wq-btns{
		background-color: #d6b373;
		padding: 30px 0;
	}
	.wq-08 .wq-flex{
		justify-content: center;
		align-items: center;
	}
	.wq-carousel_youtube .owl-stage-outer{
		overflow-y:initial;
		padding: 40px 0;
	}
	.wq-carousel_youtube .owl-stage-outer{
		overflow-x: visible;
	}
	.wq-carousel_youtube .owl-item{
		position: relative;
		opacity: 0;
		transition: all .35s ease;
	}
	.wq-carousel_youtube iframe{
		border: none;
		width: 300px;
		height: 165px;
	}
	.wq-carousel_youtube .owl-item.active,
	.wq-carousel_youtube .owl-item.active + .owl-item.active + .owl-item.active{
		opacity: .7;
		transform: scale(1);
		z-index: 2;
	}
	.wq-08{text-align: center;}

	.wq-carousel_youtube .owl-item.active + .owl-item.active{
		opacity: 1;
		transform: scale(1.3);
		z-index: 3;
	}
	.wq-08 .wq-btn_1{
		background-color: #d6b373;
		color: #192a34;
		margin: 20px 5px;
		display: inline-block;
	}
	.wq-08 .wq-btn_1:hover{
		background-color: #fff;
	}
	.wq-carousel_youtube .owl-nav{display: block;}

	.wq-carousel_youtube .owl-nav button{
		position: absolute;
		top: calc(50% - 18px);
		display: flex;
		justify-content: center;
		align-items: center;
		width: 32px;
		height: 32px;
		border: 2px solid #fff;
		background-color: transparent;
		color: #fff;
		border-radius: 50%;
	}

	.wq-carousel_youtube .owl-nav button.owl-prev{
		left: -70px;
	}
	.wq-carousel_youtube .owl-nav button.owl-next{
		right: -70px;
	}
/***** WQ-08 *****/

/***** WQ-09 *****/
	.wq-09{
		padding: 50px 0;
	}
	.wq-09 .wq-titulo_1 h2{
		color:#192a34;
	}
	.wq-09 .wq-titulo_1:after{
		margin: 20px auto;
	}
	.wq-09 .wq-carousel_parceiros{
	}
	.wq-09 img{
		display: block;
		width: 100%;
	}

/***** WQ-09 *****/

/***** WQ-FOOTER *****/
	
	.wq-footer .wq-header_bottom {
		background-color: #d6b373;
		}

	.wq-footer .wq-menu_principal ul li a {
		color: #fff;
	}

	.wq-footer .wq-copyright{
		padding:30px 0;
	}
	.wq-footer .wq-copyright p{
		color: #686868;
		font-size: 13px;
	}
	.wq-footer .wq-copyright p span,
	.wq-footer .wq-copyright p a{
		font-weight: 600;
	}

/***** WQ-FOOTER *****/

/***** WQ-BREADCRUMB *****/

	.wq-breadcrumb{
		position: relative;
		padding: 60px;
		overflow: hidden;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.wq-breadcrumb:after{
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		background-color: #192a34;
		mix-blend-mode: hard-light;
		z-index: 2;
	}
	.wq-breadcrumb .wq-conteudo-breacrumb{
		position: relative;
		z-index: 88;
	}
	.wq-breadcrumb .wq-titulo_1{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.wq-breadcrumb .wq-titulo_1:after{
		background-color: #fff;
	}
	.wq-breadcrumb .wq-titulo_1 h2,
	.wq-breadcrumb .wq-titulo_1 h1{
		color: #fff;
		font-size: 35px;
		text-transform: uppercase;
	}

	.wq-breadcrumb .wq-flex{
		align-items: center;
	}
	.wq-breadcrumb .wq-conteudo p{
		list-style: initial;
		color: #fff;
		font-size: 13px;
		text-transform: uppercase;
	}
	.wq-breadcrumb .wq-conteudo p span{
		margin: 0 10px;
	}

/***** WQ-BREADCRUMB *****/

/*** owl-carousel ***/
	.owl-stage-outer{
		overflow-x: hidden;
		overflow-y: hidden;
	}
	.owl-item{
		display: inline-block;
		vertical-align: top;
		position: relative;
	}
/*** owl-carousel ***/

/***** wq-404 *****/

.wq-404{
	padding: 200px 0;
	background-color: #fff;
}
.wq-404 h1{
	font-size: 48.68px;
	font-weight: bold;
	line-height: 48px;
	margin-bottom: 45px;
	color: #192a34;
}

/***** wq-404 *****/

.wq-btn_menu{
	background: transparent;
}

.wq-btn_menu hr{
	background: #d6b373;
}

.wq-parceiros_item figure{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 160px;
	padding: 0 30px;
	width: calc(100% - 60px);
	background: #f3f3f3;
}
.wq-09 img {
	display: block;
	width: 100%;
	height: 100%;
}
.wq-05 .wq-flex{
	justify-content: flex-start;
}



.wq-header_fixo{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,.35);
	animation: fromTop .5s linear both;
}
.wq-header_fixo + section{
	margin-top: 128px;
	transition: all .2s linear;
}

.wq-header_fixo .wq-logo img {
    display: block;
	height: 45px;
	transition: all .2s linear;
}
.wq-header_fixo  .wq-header_top {
	padding: 5px 0;
	transition: all .2s linear;
}
@keyframes fromTop {
	0%{
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}