@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('icons/flaticon.css');

::-webkit-scrollbar {
}
::-webkit-scrollbar-thumb {
}

body{
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
button{
	border: none;
}
h1,h2,h3,h4,h5,h6{
	color: #1a1a1a;
	font-weight: 700;
}

p{
	font-family: 'Poppins',sans-serif;
	color: #8a8a8a;
	font-size: 16px;
	line-height: 1.35;
}

/***** TITULOS *****/
	.wq-titulo-01{
		position: relative;
	}
	.wq-titulo-01 figure{
		position: absolute;
		top: -50px;
		left: 50%;
		height: 130px;
		width: auto;
		transform: translateX(-50%);
		z-index: -1;
	}
	.wq-titulo-01 h1,.wq-titulo-01 h2,.wq-titulo-01 h3{
		font-size: 32px;
		line-height: 44px;
		max-width: 755px;
		margin: 0 auto;
		text-align: center;
	}
	.wq-titulo-01 h3,
	.wq-titulo-01 h3 a{
		font-size: 32px;
		line-height: 44px;
		color: #085326!important;
	}
	.wq-titulo-02{
		position: relative;
		margin-bottom: 30px;
	}
	.wq-titulo-02 h4{
		font-size: 18px;
		line-height: 1.2;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		color: #454545;
	}
	.wq-titulo-02 h2{
		color: #015324;
		font-size: 50px;
		line-height: 48px;
		font-weight: 700;
		margin: 17px 0 0;
	}
	.wq-titulo-02 h2 span{
		color: #085326;
	}

	.wq-titulo-03{
		text-align: center;
		margin-bottom: 35px;
	}
	.wq-titulo-03 h3{
		font-size: 16px;
		line-height: 1.25;
		font-weight: 400;
		text-transform: uppercase;
		margin: 0 0 5px;
		color: #454545;
	}
	.wq-titulo-03 h2{
		color: #fff;
		font-size: 36px;
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		text-transform: uppercase;
	}
	.wq-titulo-04 h2{
		color: #ffffff;
		font-size: 48px;
		line-height: 58px;
		font-weight: 500;
		text-align: center;
	}
	.wq-titulo-04{
		position: relative;
	}

/***** TITULOS *****/

/***** owl-carousel *****/
.owl-loaded{position: relative;}
/**.owl-nav,.owl-dots{display: none;}**/
.owl-stage-outer{overflow: hidden;}
.owl-item{
	display: inline-block;
	vertical-align: top;
}
.owl-nav,.owl-dots{
	display: none;
}
/***** owl-carousel *****/


/***** BOTOES *****/
	.wq-btn{
		position: relative;
		display: inline-block;
		padding: 14px 30px;
		background: transparent;
		font-size: 16px;
		line-height: 1.25;
		font-weight: 400;
		text-transform: uppercase;
		font-family: 'Roboto', sans-serif;
		transition: all 0.3s ease-in-out 0.1s;
	}

	.btn-type-2{
		border: 2px solid #ffffff;
		color: #ffffff;
	}

	.btn-type-2:hover{
		border-color:  #085326;
		color: #fff;
		background-color: #085326;
	}

	.btn-type-1{
		border:2px solid  #085326;
		color: #fff;
		background-color: #085326;
	}
	.btn-type-1:hover{
		border-color: #ffffff;
		color: #ffffff;
		background-color: transparent;
	}
	
	.wq-btn-header{
		position: relative;
		display: inline-block;
		padding: 20px 30px;
		background: #015324;
		color: #ffffff;
		font-size: 16px;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1.25;
		font-weight: 500;
		text-transform: uppercase;
		font-family: 'Roboto', sans-serif;
		transition: all 200ms linear;
		transition-delay: 0.1s;
	}
	.wq-btn-header span{
		display: inline-block;
		padding-left: 10px;
		font-size: 22px;
		line-height: 18px;
		transition: all 200ms linear;
		transition-delay: 0.1s;
		color: #085326;
	}
	.wq-btn-header:hover{
		background-color: #085326;
		color: #fff;
	}
	.wq-btn-header:hover span{
		color: #fff;
	}
	.wq-drop-busca.dropdown-toggle::after{
		display: none;
	}

	.wq-link{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		position: relative;
		color: #015324;
		font-size: 16px;
		text-transform: capitalize;
		padding-right: 25px;
		font-weight: 700;
	}
	.wq-link span{
		font-size: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #085326;
		color: #fff;
		margin-right: 10px;
		width: 18px;
		height: 18px;
		font-weight: 900;
		border-radius: 50%;
	}
	.btn-type-3 span{
		margin-left: 10px;
	}
	.btn-type-3{
		border:2px solid  #085326;
		color: #085326;
		background-color: transparent;
	}
	.btn-type-3:hover{
		color: #fff;
		background-color: #085326;
	}

	.btn-type-4{
		border:2px solid  #fff;
		color: #fff;
	}
	.btn-type-4:hover{
		background-color: #fff;
		color: #000;
	}
	.btn-type-5{
		background-color: #085326!important;
		color: #fff!important;
		border-radius: 5px;
	}
	.btn-type-5:hover{
		background-color: #333!important;
	}
/***** BOTOES *****/

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

	header{
		background: #fff;
	}
	.wq-header-top{
		/* background: #ffffff;e6e6e6 */
		padding: 15px 0;
	}
	.wq-header-top .row{
		justify-content: space-between;
		align-items: center;
		margin: 0;
		flex-wrap: nowrap;
	}
	.wq-logo figure img{
		display: block;
		height: 62px;
		width: auto;
	}
	.wq-contatos{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 0;
		flex-wrap: wrap;
	}
	header .navbar.navbar-expand-lg{
		padding: 0px 0!important;
		z-index: 99;
	}
	.wq-contatos a{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-left: 30px;
	}
	.wq-contatos li:first-child a{
		margin-left: 0;
	}
	.wq-contatos a > span{
		font-size: 28px;
		line-height: 1;
		color: #085326;
		margin-right: 10px;
	}

	.wq-contatos a .content span.title{
		color: #3c3c3c;
		font-size: 13px;
		line-height: 1.35;
		font-weight: 400;
		display: block;
		margin-bottom: 3px;
	}
	.wq-contatos a .content h6{
		color: #3c3c3c;
		font-size: 14px;
		line-height: 1.25;
		font-weight: 400;
		margin: 0;
	}
	.navbar-nav{
		padding-left: 30px;
	}
	.navbar-nav .nav-item > a{
		position: relative;
		display: block;
		color: #ffffff;
		font-size: 16px;
		line-height: 1.3;
		font-weight: 400;
		padding: 21px 0px;
		transition: all 500ms ease;
	}
	.navbar-nav .nav-item.dropdown{
		position: relative;
	}
	.navbar-nav .nav-item.dropdown ul{
		position: absolute;
		width: 220px;
		left: 0px;
		top: 62px;
		opacity: 0;
		visibility: hidden;
		max-height: 0em;
		background-color: #6a6a6a;
		transition: all .35s ease;
	}

	.navbar-nav .nav-item.dropdown:hover ul{
		opacity: 1;
		visibility: visible;
		max-height: 50em;
	}
	.navbar-nav .nav-item.dropdown ul a {
		padding: 12px 20px;
		color: #fff;
	}
	.navbar-nav .nav-item.dropdown ul a:hover{
		background-color: #085326;
		color: #fff;
	}

	.navbar.navbar-expand-lg{
		background: #2a2a2a;
	}
	.wq-drop-busca{
		position: relative;
		display: block;
		color: #ffffff;
		font-size: 16px;
		line-height: 30px;
		font-weight: 500;
		text-transform: capitalize;
		padding: 25px 0;
		margin-right: 30px;
		transition: all 500ms ease;
	}
	.wq-drop-busca:hover{
		color: #085326;
	}

	.wq-drop-form{
		background: #02091a;
		padding: 20px;
		z-index: 100;
		right: 30px;
		width: auto!important;
		left: auto;
		border-radius: inherit;
		margin-top: 0px;
	}
	.wq-drop-form form{
		position: relative;
		padding: 0px;
		margin: 0px;
		width: 100%;
		min-width: 250px;
		display: flex;
		align-items: center;
	}
	.wq-drop-form form input{
		background: #ffffff;
		border: 1px solid #1f1f23;
		color: #000;
		display: block;
		font-size: 13px;
		line-height: 24px;
		position: relative;
		transition: all 500ms ease 0s;
		width: 100%;
		height: 45px;
		padding-left: 15px;
		padding-right: 50px;
	}
	.wq-drop-form form button{
		display: block;
		cursor: pointer;
		background: #2a2a2a;
		color: #fff;
		border: none;
		font-size: 13px;
		font-weight: 800;
		height: 43px;
		width: 49px;
		transition: all 500ms ease 0s;
	}
	.wq-drop-form form button:hover{
		color: #222222;
		background: #f5f5f5;
	}
	.navbar-toggler figure img{
		display: block;
		height: 40px;
		width: auto;
	}
	.dropdown-menu{
		box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
		border: none;
		padding: 20px;
		width: 270px;
	}
	.dropdown-menu a{
		position: relative;
		display: block;
		border-bottom: 1px solid #e9e9e9;
		padding: 13px 0px 13px;
		color: #000000;
		font-size: 14px;
		line-height: 24px;
		font-weight: 500;
		text-align: left;
		text-transform: capitalize;
		transition: all 500ms ease;
		font-family: 'Roboto', sans-serif;
		position: relative;
		transition: all .2s linear;
	}
	.dropdown-menu a:hover{
		padding-left: 25px;
		color: #085326;
	}
	.dropdown-menu a::before,
	.dropdown-menu a::after{
		font-family: Flaticon;
		content: '\f115';
		display: block;
		position: absolute;
		top: 13px;
		right: 0;
		transition: all .2s linear;
		font-size: 14px;
	}
	.dropdown-menu a::after{
		right: auto;
		left: 0;
		opacity: 0;
		color: #085326;
	}
	.dropdown-menu a:hover::after{
		opacity: 1;
	}
	.dropdown-menu a:hover::before{
		opacity: 0;
	}
	.dropdown-item:hover, .dropdown-item:focus{
		background-color: #fff!important;
	}
	
	.wq-aparece-fixo{
		display: none;
	}
	.header_fixo .wq-aparece-fixo{
		display: block;
	}
	.header_fixo{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		height: auto;
		background-color: #fff;
		box-shadow: 0px 10px 10px -5px rgba(0,0,0,.35);
		animation: fromTop .2s linear both;
	}
	.header_fixo + section{
		margin-top: 182px;
	}
	
	@keyframes fromTop {
		0%{
			transform: translateY(-100%);
		}
		100% {
			transform: translateY(0%);
		}
	}
	.header_fixo .wq-header-top,
	.header_fixo .wq-form-busca,
	.header_fixo .navbar.navbar-expand-lg .wq-btn-header{
		display: none;
	}
	.header_fixo .navbar-expand-lg{
		justify-content: space-between;
	}
	.header_fixo  .navbar-expand-lg .navbar-nav {
		width: 100%;
		justify-content: flex-end;
	}
	.header_fixo .navbar.navbar-expand-lg {
		background-color: #fff;
	}
	.header_fixo .navbar-nav .nav-item > a{
		color: #000000;
	}
	.header_fixo .navbar-nav .nav-item > a:hover{
		color: #085326;
	}
/***** HEADER *****/


/***** Banner *****/
	.banner-carousel{
		position: relative;
		overflow: hidden;
		margin-top: -31px;
	}
	.banner-carousel .owl-dots{
		display: flex;
		justify-content: center;
		align-items: flex-end;
		flex-direction: column;
		position: absolute;
		bottom: 0;
		width: auto;
		height: 100%;
		z-index: 90;
		right: 0;
		padding-right: 25px;
	}
	.banner-carousel .owl-dots .owl-dot{
		margin-bottom: 10px;
		border: none;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		transition: all .2s linear;
		background-color: transparent;
	}
	.banner-carousel .owl-dots .owl-dot::after,
	.banner-carousel .owl-dots .owl-dot::before{
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background-color: rgba(255, 255, 255, 0.35);
		border: none;
		transition: all .2s linear;
		z-index: -1;
	}

	.banner-carousel .owl-dots .owl-dot::before{
		width: 30px;
		border-radius: 5px;
		margin-right: 5px;
	}
	.banner-carousel .owl-dots .owl-dot.active::before{
		width: 40px;
	}
	.banner-carousel .owl-dots .owl-dot.active::after,
	.banner-carousel .owl-dots .owl-dot.active::before{
		background-color: #085326;
	}
	.banner-carousel .owl-dots .owl-dot:hover{
		width: auto;
		height: auto;
	}
	.banner-carousel-item{
		width: 100vw;
		height: 560px;
		position: relative;
	}
	.banner-carousel-item figure{
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	.banner-carousel-item figure img{
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: all 9s linear;
	}
	.banner-conteudo{
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(48,48,48,.15);
	}
	.banner-conteudo h4{
		text-transform: uppercase;
		position: relative;
		z-index: 50;
		transition: all .5s ease .5s;
		opacity: 0.0001;
		transform: translateY(50%);
	}
	.banner-conteudo h2{
		display: inline-block;
		color: #ffffff;
		font-size: 56px;
		line-height: 1.25;
		font-weight: 500;
		text-transform: uppercase;
		position: relative;
		z-index: 50;
		transition: all .5s ease .5s;
		opacity: 0.0001;
		transform: translateY(50%);
	}
	.banner-conteudo h2 span{
		color: #085326;
	}
	.banner-conteudo p{
		font-size: 18px;
		line-height: 1.35;
		font-weight: 400;
		color: #dedede;
		letter-spacing: 0px;
		position: relative;
		z-index: 50;
		max-width: 680px;
		transition: all 1s ease 1s;
		opacity: 0.0001;
		transition-delay: 1s;
		transform: translateY(50%);
	}
	.banner-conteudo span.title-efect{
		display: block;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #b3b1b3;
		font-size: 150px;
		font-weight: 800;
		color: transparent;
		text-transform: uppercase;
		position: relative;
		margin-left: -70px;
		margin-bottom: -40px;
		z-index: 30;
		transition: all .5s ease .5s;
		opacity: 0.0001;
		transform: translateX(-10%);
	}
	.owl-item.animated{
		transition: all 1s ease 1s;
		animation-duration : 1000ms;
		animation-fill-mode : both;
	}
	.btns-banner{
		margin-top: 20px;
		transition: all 1s ease 1s;
		opacity: 0.0001;
		transition-delay: 1.5s;
		transform: translateY(50%);
	}
	.btns-banner a:first-child{
		margin-right: 10px;
	}
	.owl-item.active .banner-conteudo span{
		opacity: 1;
		transform: translateX(0%);
	}
	.owl-item.active .banner-conteudo h4,
	.owl-item.active .banner-conteudo h2,
	.owl-item.active .banner-conteudo p,
	.owl-item.active .banner-conteudo .btns-banner{
		opacity: 1;
		transform: translateY(0%);
	}
	.owl-item.active .banner-carousel-item figure{
		animation: fadeIn;
		animation-duration: 1s;
	}
	.owl-item.active .banner-carousel-item figure img{
		transform: scale(1.3);
	}
	.banner-padding{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-align: center;
	}

	.banner-conteudo h4{
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 22px;
		line-height: 1.25;
		font-weight: 300;
		text-transform: uppercase;
		opacity: 0;
		transition: all 1000ms ease;
		display:flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	.banner-conteudo h4 span img{
		display: block;
		height: 22px;
		width: auto;
		margin-right: 10px;
	}
	.banner-conteudo p{
		color: #ffffff;
	}
	.wq-btns-banner .wq-btn{
		margin: 5px;
	}
	.wq-btns-banner .wq-btn span{
		margin-left: 10px;
	}
/***** Banner *****/

/***** wq-produtos *****/
	.wq-produtos{
		padding: 120px 0 80px;
		background-repeat: no-repeat;
	}
	.wq-produtos .row{
		margin-top: 70px;
	}
	.wq-produto-box{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-align: center;
		margin: 0 auto 30px;
		min-height: 408px;
		border-radius: 5px;
		padding: 0px 20px 20px;
		background-color: #fff;
		transition: all 500ms ease;
	}
	.wq-produto-box figure{
		position: relative;
		width: calc(100% + 40px);
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0px -20px 20px;
	}

	.wq-produto-box:hover,.wq-produtos .row .col-xl-4:nth-child(2) .wq-produto-box{
		box-shadow: 0px 4px 7px 1px #ebebeb;
	}

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

	.wq-produto-box h2{
		font-size: 20px;
		line-height: 26px;
		font-weight: 500;
		margin: 0 0 8px;
	}
/***** wq-produtos *****/

/***** wq-sobre *****/
	.wq-sobre{
		padding: 120px 0 120px;
		background-color: #f0f0f0;
	}

	.wq-img-01{
		position: relative;
		display: block;
		width: 345px;
		height: auto;
		overflow: hidden;
		z-index: 5;
	}
	.wq-img-01 > img{
		display: block;
		width: 100%;
		height: auto;
		transition: all .6s linear;
	}
	.wq-img-01:hover > img{
		transform: scale(1.2);
	}
	.wq-imagens{
		max-width: 450px;
		position: relative;
		margin: 0 auto;
	}
	.wq-img-01::before{
		position: absolute;
		bottom: 0;
		right: 0;
		width: 170px;
		height: 300px;
		background: url(img/border.png);
		content: "";
		z-index: 1;
	}

	.wq-img-02{
		position: relative;
		display: block;
		margin-top: 30px;
		width: 160px;
		overflow: hidden;
		z-index: 5;
	}
	.wq-img-02 > img{
		width: 100%;
		transform: scale(1.2);
		transition: all 700ms ease;
	}
	.wq-img-02:hover > img{
		transform: scale(1.0);
	}


	.wq-img-03{
		position: absolute;
		bottom: 0;
		right: 0;
		width: 260px;
		height: 525px;
		overflow: hidden;
	}
	.wq-img-03 > img{
		height: 100%;
		width: auto;
	}
	.wq-img-03 figcaption{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		transition: all .2s linear;
	}
	.wq-img-03:hover figcaption{
		background-color: rgba(0, 0, 0, 0.80);
	}
	.wq-img-03 figcaption span{
		display: flex;
		justify-content: center;
		align-items: center;
		background: #085326;
		padding: 30px;
		animation: zoom-fade 2s infinite;
		transition: all 1s ease;
		margin-right: -5px;
		margin-bottom: -5px;
	}
	.wq-img-03 figcaption span img{
		display: block;
		height: 40px;
		width: auto;
	}

	.wq-img-animacao-infinita{
		position: absolute;
		left: -130px;
		bottom: -70px;
		right: 0px;
		width: 697px;
		height: 439px;
		-webkit-animation-name: zoom-fade;
		-webkit-animation-duration: 5s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-timing-function: linear;
	}

	@-webkit-keyframes zoom-fade {
		0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		}

		50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		}

		100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		}
	}

	.wq-conteudo-sobre-sec{
		padding-left: 100px;
		padding-top: 30px;
		background: #f2f3f44a;
	}
	.wq-conteudo-sobre-sec p{
		margin: 0 0 25px;
	}
	.wq-conteudo-sobre-sec ul li{
		margin: 0 0 5px;
		padding-left: 26px;
		position: relative;
		font-family: 'Poppins',sans-serif;
		color: #8a8a8a;
		font-size: 16px;
		line-height: 28px;
	}

	.wq-conteudo-sobre-sec ul li:before{
		position: absolute;
		display: block;
		content: '';
		top: 8px;
		left: 0px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #085326;
	}
	.wq-conteudo-sobre-sec .wq-btn-header{
		display: inline-flex;
		margin-top: 30px;
	}
/***** wq-sobre *****/

/***** wq-servicos *****/
	.wq-sevicos{
		padding: 120px 0 80px;
		position: relative;
	}
	.wq-sevicos > figure img{
		display: block;
		width: 100%;
		height: 100%;
	}
	.wq-sevicos > figure{
		width: 100%;
		height: 495px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.wq-sevicos > figure::before{
		position: absolute;
		content: '';
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color:rgba(48,48,48,.8);
		content: "";
	}

	.wq-sevicos .row{
		margin-top: 65px;
	}
	.wq-sevicos .row .col-xl-4{
		margin-bottom: 30px;
	}

	.wq-servico-box figure{
		overflow: hidden;
		position: relative;
	}
	.wq-servico-box figure img{
		display: block;
		width: 100%;
		height: 500px;
		transform: scale(1.2);
		transition: all 900ms ease;
	}
	.wq-servico-box:hover figure img{
		transform: scale(1);
	}
	.wq-servico-box figure figcaption a{
		position: absolute;
		left: 0px;
		bottom: 0px;
		right: 0px;
		min-height: 75px;
		background: #201159;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		padding-left: 25px;
		transform: perspective(1200px) rotateX(0deg);
		transform-origin: bottom;
		transition: all 700ms ease 100ms;
	}
	.wq-servico-box:hover figure figcaption a::before{
		transform: translateX(0%);
	}
	.wq-servico-box figure figcaption a::before{
		position: absolute;
		content: '';
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		border-right: none;
		transform: translateX(110%);
		transition: all 900ms ease;
		background: #000000;
	}

	.wq-servico-box figure figcaption a h4{
		font-size: 18px;
		line-height: 30px;
		font-weight: 500;
		color: #ffffff;
		position: relative;
		padding-left: 15px;
	}
	.wq-servico-box figure figcaption a h4::before{
		position: absolute;
		top: 6px;
		left: -15px;
		bottom: 0;
		width: 25px;
		height: 1px;
		content: "";
		margin: 7px 0 8px;
		border: 1px solid #085326;
	}

	.wq-servico-box figure figcaption a span{
		position: relative;
		display: block;
		width: 70px;
		height: 70px;
		text-align: center;
		color: #ffffff;
		font-size: 57px;
		line-height: 70px;
		font-weight: 300;
		background-color: #085326;
		margin-right: -4px;
		margin-bottom: -12px;
	}
	.wq-cetentralizar{
		text-align: center;
	}
	.wq-sevicos .wq-btn{
		margin-top: 35px;
	}
/***** wq-servicos *****/

/***** wq-estatisticas *****/
	.wq-estatisticas{
		padding: 0 0 60px;
		/*background-color: #f0f0f0;*/
	}
	.wq-estatisticas .container{
		margin-top: -60px;
	}
	.wq-qualidade_box{
		background-color: #085326;
		padding: 30px 40px;
		position: relative;
		box-shadow: 0 20px 40px -15px rgb(0 0 0 / 35%);
	}

	.wq-qualidade_box:after {
		position: absolute;
		content: "";
		top: 0px;
		opacity: 1;
		right: 0px;
		width: 60px;
		height: 173px;
		background: url(img/t21.png) no-repeat;
		z-index: 9;
		filter: grayscale(1);
	}
	.wq-qualidade_box figure img {
		display: block;
		width: auto;
		height: 64px;
		margin-bottom: 20px;
	}

	.wq-qualidade_box h2{
		font-size: 36px;
		line-height: 1.35;
		color: #fff;
		margin-bottom: 20px;
	}
	.wq-qualidade_box p{
		font-size: 18px;
		color: #fff;
	}
	.wq-qualidade_box span{
		display: block;
		font-size: 14px;
		color: #fff;
		text-align: right;
	}

/***** wq-estatisticas *****/

/***** wq-cta-video *****/
	.wq-cta-video{
		padding: 120px 0 80px;
		position: relative;
	}
	.wq-cta-video figure img{
		display: block;
		width: 100%;
		height: 100%;
	}
	.wq-cta-video > figure{
		width: 100%;
		height: 495px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.wq-cta-video > figure::before{
		position: absolute;
		content: '';
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #085326;
		content: "";
	}
	.wq-video figure{
		position: relative;
		display: block;
		max-width: 970px;
		height: 630px;
		width: 100%;
		margin: 0 auto;
		margin-top: 85px;
		z-index: 2;
	}
	.wq-video figure figcaption{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all .2s linear;
	}
	.wq-video:hover figcaption{
		background-color: rgba(0, 0, 0, 0.80);
	}
	.wq-video figure figcaption span{
		display: flex;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 200px;
		width: 200px;
		padding: 50px;
		background: rgba(255, 255, 255, 0.50);
		border-radius: 50%;
		transition: all 500ms ease;
		animation: pulse 2s infinite;
		transition: all 1s ease;
	}
	.wq-video figure figcaption span::before{
		content: '';
		background-color: #085326;
		display: block;
		width: 55%;
		height: 55%;
		border-radius: 50%;
		font-size: 30px;
		line-height: 100px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
	}
	.wq-video figure figcaption span img{
		display: block;
		height: 50px;
		width: auto;
		position: relative;
		z-index: 8;
	}
/***** wq-cta-video *****/


/***** wq-portifolio *****/
	.wq-portifolio{
		padding: 120px 0 120px;
	}
	.grid-item {
		width: 31%;
		margin: 0 1% 25px;
	}
	.menu-tabs{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		text-align: center;
		padding: 10px 0 10px;
		max-width: 970px;
		width: 100%;
		margin: 0 auto;
		border: 1px solid #ededed;
		border-radius: 8px;
		margin-bottom: 50px;
	}
	.menu-tabs li{
		cursor: pointer;
		position: relative;
		display: block;
		color: #919191;
		font-size: 15px;
		line-height: 30px;
		font-weight: 500;
		text-transform: capitalize;
		cursor: pointer;
		transition: all .4s ease;
		font-family: 'Open Sans', sans-serif;
		margin: 15px 25px;
	}
	.menu-tabs li:first-child{
		margin-left: 0;
	}
	.menu-tabs li:last-child{
		margin-right: 0;
	}
	.menu-tabs li:first-child::before{
		display: none;
	}
	.menu-tabs li::before{
		position: absolute;
		content: '';
		left: -21px;
		bottom: 0px;
		height: 50px;
		width: 1px;
		background-color: #dbdbdb;
		top: -7px;
		transform: rotate(20deg);
	}
	.menu-tabs li.active,
	.menu-tabs li:hover{
		color: #454545;
	}
	.wq-portifolio-box figure{
		position: relative;
		border-radius: 5px;
		box-shadow: 0px 4px 7px 1px #ebebeb;
		border-bottom: 2px solid #085326;
		overflow: hidden;
	}
	.wq-portifolio-box figure img{
		display: block;
		width: 100%;
		height: 240px;
		transition: all 700ms ease;
	}
	.wq-portifolio-box:hover figure img{
		transform: scale(1.2);
	}
	.wq-portifolio-box figure figcaption{
		position: relative;
		background: #ffffff;
		display: block;
		padding: 26px 25px 20px;
		z-index: 2;
		transition: all 700ms ease;
		min-height: 88px;
	}
	.wq-portifolio-box figure figcaption h4{
		position: relative;
		font-size: 17px;
		line-height: 1.25;
		font-weight: 400;
		margin: 0px 0 0px;
		transition: all 700ms ease;
		text-transform: uppercase;
	}
	.wq-portifolio-box figure figcaption span{
		position: absolute;
		display: inline-block;
		padding: 0 15px;
		font-size: 13px;
		line-height: 22px;
		font-weight: 400;
		text-transform: uppercase;
		transition: all 0.2s ease-in-out 0.3s;
		background: #085326;
		color: #fff;
		top: -11px;
		box-shadow: 0px 5px 15px -5px rgb(0 0 0 / 35%);
	}
	.wq-portifolio-box figure:after {
		position: absolute;
		content: "";
		bottom: -17px;
		opacity: 1;
		right: 0px;
		width: 60px;
		height: 173px;
		background: url(img/t21.png) no-repeat;
		transition: all 700ms ease;
		z-index: 9;
		filter: grayscale(1);
	}
	.wq-portifolio-box figure::before{
		content: '';
		background-color:rgba(48,48,48,.7);
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		opacity: 0;
		transition: all 700ms ease;
	}
	.wq-portifolio-box:hover figure::before{
		opacity: 1;
	}
	.wq-portifolio-box figure figcaption::before{
		display: block;
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 0px;
		content: '';
		transition: all 700ms ease;
		background: #085326;
	}
	.wq-portifolio-box:hover figcaption::before{
		height: 100%;
	}
	.wq-portifolio-box:hover figcaption h4{
		color: #fff;
	}
	.wq-portifolio .wq-titulo-03 h2, .wq-equipe .wq-titulo-03 h2, .wq-produtos .wq-titulo-03 h2{
		color: #015324;
	}

	.wq-portifolio .wq-cetentralizar{
		margin-top: 45px;
	}
	.wq-estatisticas .row .col-xl-3{
		margin-bottom: 30px;
	}
/***** wq-portifolio ******/

/***** wq-depoimentos *****/
	.wq-depoimentos{
		position: relative;
		display: block;
		padding: 75px 0px;
		background-attachment: fixed;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
		z-index: 1;
	}
	.wq-depoimentos .wq-autor figure{
		display: flex;
		/* width: 60px; */
		/* height: 60px; */
		justify-content: center;
		align-items: center;
		background-color: #085326;
		border-radius: 50%;
		margin-right: 20px;
	}
	.wq-depoimentos .wq-autor{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-top: 30px;
	}
	.wq-depoimentos .wq-conteudo:before {
		position: absolute;
		top: 15px;
		right: 12px;
		font-family: "Flaticon";
		content: "\f105";
		font-size: 42px;
		line-height: 30px;
		z-index: 1;
		color: #085326;
	}
	.wq-depoimentos .wq-autor figure img{
		display: block;
		height: 72px;
		width: auto;
	}

	.wq-depoimentos .wq-titulo-03 h3{
		color: #085326;
	}
	.wq-depoimentos .title h3{
		font-size: 18px;
		line-height: 20px;
		font-weight: 500;
		margin: 0 0 7px;
		color: #085326;
	}
	.wq-depoimentos .title h5{
		color: rgba(255, 255, 255, 0.35);
		font-size: 16px;
		line-height: 20px;
		font-weight: 400;
		margin: 0;
	}
	.wq-depoimentos .wq-conteudo{
		position: relative;
		display: block;
		border: 1px solid;
		background-color: rgba(54,54,54,.4);
		border: 1px solid #363636;
		padding: 35px 39px 35px;
		border-radius: 7px;
		margin-bottom: 30px;
		position: relative;
	}
	.wq-depoimentos .wq-conteudo::after{
		position: absolute;
		left: 29px;
		bottom: -15px;
		background: url(img/testimonial-arrow-2.png);
		content: "";
		width: 15px;
		height: 15px;
		z-index: 1;
		filter: opacity(0.5);
	}
	.wq-depoimentos .wq-conteudo p{
		color: #fff;
		font-size: 18px;
		line-height: 32px;
		font-weight: 400;
	}
	.wq-depoimentos-carrousel{
		margin-top: 45px;
	}
	.wq-depoimentos::before{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color:rgba(48,48,48,.8);
		content: "";
		z-index: -1;
		transition-delay: .1s;
		transition-timing-function: ease-in-out;
		transition-duration: .7s;
		transition-property: all;
	}
	.wq-depoimentos .owl-stage-outer {
		position: relative;
		display: block;
		padding-top: 10px;
		padding-bottom: 47px;
	}
	.wq-depoimentos .owl-dots {
		position: relative;
		display: block;
		text-align: center;
		line-height: 6px;
	}
	.wq-depoimentos .owl-dots .owl-dot{
		position: relative;
		display: inline-block;
		width: 35px;
		height: 6px;
		background: #d9d9d9;
		border: 0px solid #4c4c4c;
		margin: 0px 5px;
		padding: 0px;
		border-radius: 10px;
		transition: all 500ms ease;
	}
	.wq-depoimentos .owl-dots .owl-dot span{
		display: none;	
	}
	.wq-depoimentos .owl-dots .owl-dot.active{
		width: 95px;
		background-color: #ffc20e;
	}
/***** wq-depoimentos *****/


/***** wq-equipe *****/
	.wq-equipe{
		padding: 80px 0 80px;
	}
	.wq-equipe .row{
		margin-top: 50px;
	}
	.wq-equipe .row .col-xl-4{
		margin-bottom: 30px;
	}
	.wq-equipe-box .wq-detalhe-equipe{
		position: relative;
		display: block;
		overflow: hidden;
		padding-left: 30px;
		padding-top: 25px;
		padding-bottom: 10px;
		background: #ffffff;
		box-shadow: 0px 4px 7px 1px #ebebeb;
		transition: all 0.4s ease-in-out 0.3s;
		z-index: 25;
		border-radius: 0px 0px 10px 10px;
		border-bottom: 2px solid #085326;
	}
	.wq-equipe-box figure{position: relative; overflow: hidden;}
	.wq-equipe-box figure img{
		display: block;
		width: 100%;
		height: auto;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.wq-equipe-box figure::after {
		position: absolute;
		top: 0;
		left: -100%;
		display: block;
		content: '';
		width: 50%;
		height: 100%;
		background: linear-gradient(to right, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, .4) 100%);
		transform: skewX(-25deg);
	}
	.wq-equipe-box:hover figure::after {
		-webkit-animation: shine 1.5s;
		animation: shine 1.5s;
	}
	@keyframes shine {
		100% {
			left: 125%;
		}
	}
	.wq-equipe-box .wq-detalhe-equipe h4{
		color: #000000;
		font-size: 20px;
		line-height: 26px;
		font-weight: 500;
		margin: 0 0 15px;
		transition: all 700ms ease;
	}
	.wq-equipe-box:hover .wq-detalhe-equipe h4,
	.wq-equipe-box:hover .wq-detalhe-equipe h3{
		color: #fff;
	}
	.wq-equipe-box .wq-detalhe-equipe h3{
		margin-bottom: 15px;
		font-weight: 500;
		font-size: 14px;
		text-transform: uppercase;
		color: #939393;
		padding-left: 30px;
		position: relative;
		transition: all 700ms ease;
	}
	.wq-equipe-box .wq-detalhe-equipe h3::before{
		position: absolute;
		content: '';
		display: block;
		left: 0px;
		top: 7px;
		width: 21px;
		height: 1px;
		background-color: #085326;
		transition: all 700ms ease;
	}
	.wq-equipe-box:hover .wq-detalhe-equipe h3::before{
		background-color: #fff;
	}
	.wq-equipe-box .wq-detalhe-equipe a{
		position: absolute;
		bottom: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
		text-align: center;
		color: #ffffff;
		background-color: #085326;
		font-size: 20px;
		line-height: 40px;
		font-weight: 300;
		border-radius: 50px;
		z-index: 10;
	}
	.wq-equipe-box .wq-midias-sociais{
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		width: 100%;
		bottom: 108px;
	}
	.wq-equipe-box .wq-midias-sociais li{
		padding: 0px 10px;
		z-index: 2;
		transform: translateY(160%);
		transition: all 700ms ease;
	}
	.wq-equipe-box:hover .wq-midias-sociais li{
		transform: translateY(0%);
	}
	.wq-equipe-box .wq-midias-sociais li a{
		color: #222;
		font-size: 15px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		border-radius: 50px;
		display: block;
		text-align: center;
		background: #fff;
		transition: all .9s ease-in-out;
	}
	.wq-equipe-box .wq-midias-sociais li a:hover{
		background-color: #085326;
		color: #fff;
	}
	.wq-equipe-box figure figcaption{
		width: 100%;
		position: relative;
	}
	.wq-detalhe-equipe::before {
		display: block;
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 0px;
		content: '';
		transition: all 700ms ease;
		background: #085326;
		z-index: -1;
	}
	.wq-equipe-box:hover .wq-detalhe-equipe::before{
		height: 100%;
	}
/***** wq-equipe *****/


/***** wq-blog *****/
	.wq-blog{
		padding: 90px 0 80px;
		background-color: #f0f0f0;
	}
	.wq-blog .row,
	.wq-equipe .row{
		margin-top: 55px;
	}
	.wq-blog-box figure{
		display: block;
		overflow: hidden!important;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}
	.wq-blog-box figure img{
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		transition: all 0.5s ease-in-out 0.2s;
		transform: scale(1.2);
	}
	.wq-blog-box .wq-conteudo{
		position: relative;
		display: block;
		padding-top: 25px;
		background: #ffffff;
		transition: all 0.5s ease-in-out 0.2s;
		padding: 30px 20px;
		background: #ffffff;
		box-shadow: 0px 4px 7px 1px #ebebeb;
	}
	.col-xl-5 .wq-blog-box .wq-conteudo {
		padding: 20px;
	}
	.col-xl-5 .wq-blog-box .wq-conteudo h2 a{
		font-size: 18px;
		margin-bottom: 5px;
	}
	
	.wq-blog-box .wq-conteudo h2{
		margin: 0 0 20px;
	}
	.wq-blog-box .wq-conteudo h2 a{
		position: relative;
		display: block;
		color: #1a1a1a;
		font-size: 20px;
		line-height: 1.35;
		font-weight: 400;
		margin: 0;
		transition: all .2s linear;
	}
	.wq-blog-box .wq-conteudo h2 a:hover{
		color: #085326;
	}
	.wq-blog-box .wq-conteudo ul{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.wq-blog-box .wq-conteudo ul li{
		position: relative;
		display: inline-block;
		margin-right: 20px;
	}
	.wq-blog-box .wq-conteudo ul li::before{
		position: absolute;
		content: '';
		width: 1px;
		background: #d8d9db;
		height: 20px;
		transform: rotate(10deg);
		top: 4px;
		right: -13px;
	}
	.wq-blog-box .wq-conteudo ul li:last-child::before{display: none;}
	.wq-blog-box .wq-conteudo ul li a{
		font-size: 15px;
		line-height: 28px;
		color: #8a8a8a;
		transition: all .2s linear;
	}
	.wq-blog-box .wq-conteudo ul li a:hover{
		color: #085326;
	}
	.wq-blog-box .wq-conteudo > a{
		font-size: 17px;
		font-weight: 400;
		color: #085326;
		margin-top: 15px;
		display: inline-block;
	}
	.wq-blog .row .col-xl-5 .wq-blog-box:first-child{
		margin-bottom: 30px;
	}
	.wq-blog .row .col-xl-5 .wq-blog-box figure img{height: 190px;}

	.wq-blog .wq-titulo-03 h2, .wq-parceiros .wq-titulo-03 h2{
		color: #015324;
	}
	.wq-blog-box:hover figure img{
		transform: scale(1);
	}

	.wq-blog + .wq-cta{
		background-color: #f0f0f0;
	}


/***** wq-blog *****/

/***** wq-parceiros *****/
	.wq-parceiros{
		padding: 80px 0 100px;
		background-color: #f0f0f0;
	}

	.wq-parceiros .wq-titulo-03{
		margin-bottom: 60px;
	}

	.wq-parceiro-box{
		display: block;
		width: 100%;
		overflow: hidden;
	}
	.wq-parceiro-box:hover figure.wq-img-2 img{
		transform: translateY(0px);
		transition: all 0.4s ease-in-out 0.1s;
	}
	.wq-parceiro-box:hover figure.wq-img-2 img{
		transform: translateY(-75px);
	}
	.wq-parceiro-box figure img{
		display: block;
		height: 90px;
		width: 100%;
		object-fit: contain;
		margin: 0 auto;
	}
	.wq-parceiro-box figure.wq-img-1{
		transition: all 0.2s ease-in-out 0.1s;
	}
	.wq-parceiros-carrousel .owl-nav{
		display: none;
	}
	.wq-parceiros-carrousel .owl-dots {
		display: block;
		text-align: center;
		width: 100%;
		margin-top: 40px;
	}
	.wq-parceiros-carrousel .owl-dots .owl-dot {
		display: inline-block;
		height: 7px;
		width: 7px;
		border-radius: 50%;
		background-color: #cdcbca;
		margin: 0 5px;
		cursor: pointer;
		transition: all linear .2s;
	}
/***** wq-parceiros *****/


/***** wq-cta *****/
	.wq-cta .wq-cta-item{
		padding: 60px 60px;
		position: relative;
		background-position: left top;
		background-repeat: no-repeat;
		background-size: cover;
		padding-left: 420px;
		overflow: hidden;
	}
	.wq-cta .wq-cta-item h2{
		position: relative;
		z-index: 55;
		font-weight: 700;
		margin-bottom: 25px;
		line-height: 1.3em;
		color: #fff;
	}
	.wq-cta .wq-cta-item::before{
		content: '';
		position: absolute;
		right: -335px;
		top: 0;
		width: 100%;
		height: 100%;
		background: #085326;
		-ms-transform: skewX(10deg);
		transform: skewX(10deg);
	}
/***** wq-cta *****/

/***** wq-footer-top *****/
	.wq-footer-top{
		padding: 180px 0 90px;
		background-repeat: no-repeat;
		background-color: #1a1a1a;
		background-position: center left;
		background-repeat: no-repeat;
		margin-top: -80px;
	}
	.wq-footer-top .wq-logo figure img{
		filter: grayscale(1)brightness(100);
	}
	.wq-footer-top .navbar-nav {
		padding-left: 0px;
	}
	.wq-footer-top .navbar-nav .nav-item > a{
		padding: 5px 0px 5px;
	}
	.wq-footer-top h3{
		font-size: 26px;
		font-weight: 500;
		margin: 0;
		padding-bottom: 15px;
		position: relative;
		color: #fff;
		margin-bottom: 40px;
		font-weight: 300;
	}
	.wq-footer-top h3::before{
		content: '';
		display: flex;
		width: 50px;
		height: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background-color: #085326;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.wq-footer-top .wq-logo{
		margin-bottom: 25px;
	}
	.wq-footer-top .row .col-xl-4{
		margin-bottom: 35px;
	}
	.wq-footer-top p{
		color: #fff;
		font-weight: 300;
	}
	.wq-copy{
		padding: 20px 0;
		background-color: #111;
	}
	.wq-copy .wq-wrapper{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.wq-midias-sociais{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 0;
	}
	.wq-midias-sociais li{
		margin-right: 5px;
	}
	.wq-midias-sociais li:last-child{margin-right: 5px;}
	.wq-midias-sociais li a{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		line-height: 1;
		font-size: 15px;
		text-align: center;
		color: #8a8a8a;
		border-radius: 50%;
		transition: all .35s ease;
		border: 1px solid #8a8a8a;
	}
	.wq-copy .wq-midias-sociais li a{
		color: #fff;
	}

	.wq-midias-sociais li a:hover,
	.wq-copy .wq-midias-sociais li a:hover{
		background-color: #085326;
		border-color: #085326;
		color: #383838;
	}
	.wq-copy p{
		margin-bottom: 0;
	}
	.wq-footer-top .row .col-xl-4:last-child figure img{
		display: block;
		width: 100%;
		height: auto;
	}
	.wq-footer-top .wq-contatos{
		text-align: left;
		display: block;
	}
	.wq-footer-top .wq-contatos li{
		margin-bottom: 10px;
	}
	.wq-footer-top .wq-contatos li a{
		margin-left: 0;
	}
	.wq-footer-top .wq-contatos a .content h6{
		color: #fff;
	}

/***** wq-footer-top *****/

/***** wq-breadcrmbs *****/
	.wq-breadcrmbs{
		position: relative;
		background-attachment: scroll;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 90px 0 70px;
		margin-top: -45px;
		z-index: 10;
	}
	.wq-breadcrmbs::before{
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: rgba(48,48,48,.5) none repeat scroll 0 0;
		content: "";
		z-index: -1;
	}
	.wq-cetentralizar{
		text-align: center;
	}
	.wq-breadcrmbs h1{
		color: #ffffff;
		font-size: 56px;
		line-height: 1.35;
		font-weight: 500;
		text-transform: capitalize;
		text-align: center;
	}
	.wq-breadcrmbs p{
		text-align: center;
		position: relative;
		display: inline-block;
		color: #ffffff;
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
		text-transform: capitalize;
		letter-spacing: 0.035em;
		transition: all 500ms ease;
		font-family: 'Roboto', sans-serif;
		width: 100%;
	}
	.wq-breadcrmbs p a{
		color: #fff;
	}
/***** wq-breadcrmbs *****/

/***** Pagination *****/
.pagination li a{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 50px;
	color: #cccccc;
	font-size: 45px;
	line-height: 50px;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
	transition: all 500ms ease;
	font-family: 'Roboto', sans-serif;
}
.pagination li a:hover{
	background-color: #cccccc;
	color: #333;
}
.pagination li{
	margin: 5px;
}

.pagination li a.active{
	color: #085326;
	background-color: #cccccc;
}
.pagination li a.nav-link-perso.flaticon-next{
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	width: 60px;
	border-radius: 5px;
	background: #085326;
}
/***** Pagination *****/


.bg-withe{
	background-color: #fff!important;
}

.wq-igs {
	position: relative;
	padding: 60px 0;
	background-color: #085326;
}
.wq-igs:after {
	position: absolute;
	content: "";
	top: 0px;
	opacity: 1;
	right: 0px;
	width: 60px;
	height: 173px;
	background: url(img/t21.png) no-repeat;
	z-index: 9;
	filter: grayscale(1);
}
.wq-igs .col-xl-4 figure img {
	max-width: 100%;
	display: block;
}
.wq-igs .col-xl-8 h2 {
	font-size: 36px;
	color: #fff;
	text-align: right;
}
.wq-igs .col-xl-8 p {
	font-size: 18px;
	margin-bottom: 0px;
	color: #f9f9f9;
	text-align: right;
}


body .grecaptcha-badge{
	display: none !important;
	visibility: hidden;
	z-index: -333;
}


/*** wq-whatsapp_btn ***/

.wq-whatsapp_btn{
	position: fixed;
	right: 15px;
	bottom: 15px;
	height: 60px;
	width: 60px;
	color: #fff;
	font-size: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #4dc247;
	z-index: 99;
}
.wq-whatsapp_btn:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
	border-radius: 50%;
	background-color: rgba(77, 194, 71,.7);
	animation: whatsapp 2s infinite 2s alternate;
}

@keyframes whatsapp{
	from{
		opacity: .3;
		transform: scale(1);
		box-shadow: 0px 0px 0px #4dc247;
	}
	to{
		opacity: .7;
		transform: scale(1.25);
		box-shadow: 0px 0px 20px #4dc247;
	}
}

/*** wq-whatsapp_btn ***/


.wq-footer-top .sub-menu{
	display: none!important;
}

.wq-footer-top .nav-item > a{
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	text-transform: capitalize;
	padding: 21px 0px;
	transition: all 500ms ease;
}
.wq-footer-top .nav-item.dropdown{
	position: relative;
}
.wq-footer-top .nav-item.dropdown ul{
	position: absolute;
	width: 220px;
	left: 0px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	max-height: 0em;
	background-color: #6a6a6a;
	transition: all .35s ease;
	z-index: 98;
}

.wq-footer-top .nav-item.dropdown:hover ul{
	opacity: 1;
	visibility: visible;
	max-height: 50em;
}
.wq-footer-top .nav-item.dropdown ul a {
	padding: 12px 20px;
	color: #fff;
}
.wq-footer-top .nav-item.dropdown ul a:hover{
	background-color: #085326;
	color: #fff;
}

.wq-iso_logo img{
	display: block;
	height: 80px;
}



.wq-catalogo_01 {
	padding-bottom: 100px;
}
.wq-catalogo_01 .flipbook-main-wrapper{
	background-color: #fff !important;
}
