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


/*
	Cor1		#007ea7
	Cor2		#00a4a4
	Cor3		#495b47
	Cor4		#5e7159
*/


*::-moz-selection{
	background: #007ea7;
	color: #fff;
}

::selection {
	background: #007ea7;
	color: #fff;
}

body{
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
/*	font-family: 'Roboto Flex', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	letter-spacing: 0.035em;
	color: #686868;
	line-height: 1.4;
}

section{
	overflow: hidden;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.015em;
}

a{transition: all .3s ease;}
a:focus{outline: 0px;}

.wq-container{
	width: 1135px;
}


.wq-titulo_1 {
	color: #007ea7;
	font-size: 35px;
	margin-bottom: 20px;
	letter-spacing: 0.015em;
}


.wq-btn{
	background-color: #00a4a4;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1.25;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .015em;
	padding: 15px 36px;
	color: #fff;
	text-align: left;
	position: relative;
	border-radius: 30px;
	cursor: pointer;
	border: 1px solid #00a4a4;
}

.wq-btn span{
	position: relative;
	display: block;
}
.wq-btn:hover{
	color: #fff;
	border: 1px solid #007ea7;
	background-color: #007ea7;
}

.wq-btn:hover:before{
	opacity: 0;
}

/***** Header *****/

.wq-header{
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	/* background-color: #fff; */
}
.wq-header_fixo{
	background-color: #fff;
	z-index: 999;
	position: fixed;
	animation: fromTop .5s ease both;
	box-shadow: 0px 12px 30px -8px rgba(0,0,0, .35);
}
.wq-header_fixo .wq-header_top{
	padding: 5px 0;
}
.wq-header.wq-header_fixo .wq-logo img{
	height: 70px;
}

.wq-header_fixo .wq-header_bottom{
    margin-bottom: -25px;
}

.wq-header_fixo .wq-header_bottom .wq-menu {
    height: 50px;
}


@keyframes fromTop{
	from{
		transform: translateY(-100%);
	}
	to{
		transform: translateY(0%);
	}
}

.wq-header_fixo + section{
	margin-top: 163px;
}


.wq-header .wq-flex{
	align-items: center;
	padding: 0 10px;
}

.wq-header_top{
	padding: 10px 0;
	background-color: #ffffff;
}


.wq-contato li{
	vertical-align: middle;
	margin-right: 30px;
}

.wq-contato li:last-child {
    margin-right: 0px;
}
.wq-contato a{
	display: flex;
	align-items: center;
	position: relative;
}
.wq-contato a > span{
	display: inline-block;
	font-size: 30px;
	line-height: 1;
	color:#007ea7;
}
.wq-contato p{
	margin-left: 12px;
	font-size: 15px;
	color: #8b8b8b;
}
.wq-contato p span{
	display: block;
	font-weight: 700;
}
.wq-contato p address{
	font-style: normal;
}


.wq-midias-sociais li{margin-left: 13px;}
.wq-midias-sociais li:first-child{margin-left: 0px;}
.wq-midias-sociais li a{
	color: #007ea7;
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
}
.wq-midias-sociais li a:hover{
    color: #fff;
    background-color:#007ea7;
}

.wq-header_bottom{position: relative;z-index: 99;margin-bottom: -35px;}

/* .wq-header_bottom .wq-menu {
    background: #007ea7;
    width: auto;
    max-width: 100%;
    height: 70px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0px 10px 20px -5px rgba(0,0,0,.25);
} */

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


.wq-menu_principal li{margin-left: 25px;}

.wq-menu_principal > ul > li:last-child {
    border-right: 0;
    padding-right: 0;
}

.wq-menu_principal > ul > li {
    border-right: 1px solid #fff;
    padding-right: 12px;
}
.wq-menu_principal li:first-child{margin-left: 0px;}
.wq-menu_principal li a{
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.025em;
	line-height: 1.25;
}
.wq-menu_principal li a:hover,
.wq-menu_principal li a.active{
	color: #fff;
}

.wq-menu_principal li[class*="wq-drop"] ul{
	background-color: transparent;
	padding: 10px 0 0;
}

.wq-header_bottom .wq-menu {
    background: #007ea7;
    width: auto;
    max-width: 100%;
    height: 70px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 25%);
}

.wq-menu_principal li ul li{
	margin: 0px;
	padding: 10px;
	background-color: #007ea7;
}


/***** Header *****/

/***** Banner *****/

.wq-banner{
	position: relative;
}

.wq-banner_item,
.wq-banner figure{
	width: 100%;
	height: 650px;
	overflow: hidden;
	position: relative;
}

.wq-banner_responsivo{
	display: none;
}


.wq-banner figure:after{
	z-index: 1;
	content: '';
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	display: none;
	position: absolute;
	mix-blend-mode: color;
	filter: brightness(.7);
	background: linear-gradient( to right, #00a4a4, #007ea7);
}

.wq-banner figure img{
	filter: brightness(0.77);
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* filter: none; */
}
.wq-banner_conteudo{
	z-index: 2;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.wq-banner_conteudo p{
	font-size: 15px;
	margin-bottom: 15px;
	color: #fff;
}

.wq-banner_conteudo h2{
	font-size: 38px;
	margin: 0 auto 15px;
	color: #fff;
	max-width: 680px;

}
 
.wq-banner_conteudo .wq-btn{
	transition-delay: 100ms;
    transition-duration: 400ms;
}


.wq-banner_conteudo .wq-btn:last-child{
	margin-top: 15px;
	border-color: #5e7159;
	background-color: #5e7159;
	color: #fff;
}

.wq-banner_conteudo .wq-btn:last-child:hover{
	background-color: #495b47;
	color: white;
	border-color: #495b47;
}

.wq-banner .owl-nav{display: block;}
.wq-banner .owl-nav{
	display: block;
}
.wq-banner .owl-nav span {
    position: absolute;
    top: calc(50% - 15px);
    cursor: pointer;
    width: 35px;
    height: 35px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all .35s ease;
   	background-color: transparent;
   	color: #fff;
}

.wq-banner .owl-prev span{
    left: 20px;
    z-index: 35;
}

.wq-banner .owl-next span{
    right: 20px;
    z-index: 35;
}

/***** Banner *****/

/***** wq-cta *****/



/***** wq-cta *****/

/***** wq-01 *****/

.wq-01{
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #f4f4f4;
}
.wq-01 .wq-empresa_box{
	margin-top: 0px;
	position: relative;
	z-index: 3;
}
.wq-01 .wq-flex{
	padding: 0 10px;
}

.wq-empresa_box img{
	display: block;
	width: 100%;
	box-shadow: 0px 15px 30px -8px rgba(0,0,0,.5);
}
.wq-empresa_box figure a{
	display: block;
	position: relative;
}
.wq-empresa_box figure a:after{
	/* content: ''; */
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background-image: url(img/play.png); */
	background-repeat: no-repeat;
	background-position: center;
	background-color: none;
}

.wq-empresa_box h2,.wq-empresa_box h1{
	color:#007ea7;
	font-size: 35px;
	margin: 12px 0 20px;
}
.wq-empresa_box p{
	margin-bottom: 20px;
}
.wq-empresa_box p:first-child {
    margin-bottom: 0px;
    color: #495b47;
    font-weight: 600;
}

/***** wq-01 *****/

/***** wq-02 *****/

.wq-02{
	padding: 75px 0 70px;
	background-color: #3b3759;
}
.wq-02 .wq-titulo_1 + p{
	margin-bottom: 40px;
	color: rgba(250,250,250,.7);
}

.wq-evento_item{
	margin-bottom: 30px;
	background-color: #fff;
	display: block;
}

.wq-data-hora{
	width: calc(100% - 60px);
	height: 100%;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	background: linear-gradient( 131deg,#007ea7, #007ea7);
}

.wq-data-hora h3{
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.wq-data-hora p{
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 300;
}
.wq-data-hora p:before{
	content: '';
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background-image: url(img/clock.png);
}

.wq-evento_conteudo{
	padding: 25px 40px 25px 18px;
}

.wq-evento_conteudo h2{
	color: #007ea7;
	font-size: 26px;
	margin-bottom: 10px;
}
.wq-evento_conteudo span{
	margin-top: 15px;
	display: inline-block;
	color: #007ea7;
	font-size: 18px;
}
.wq-evento_conteudo span:after{
	content: '\f106';
	font-family: Flaticon;
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	margin-left: 10px;
}

/***** wq-02 *****/

/***** wq-03 *****/

.wq-03{
	padding: 75px 0 55px;
	background-position: center;
	background-size: cover;
}

.wq-03 .wq-flex{
	/* margin-top: 60px; */
}
.wq-03 .wq-box_3{
	margin-bottom: 20px;
}
.wq-statistics h3{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 146px;
	height: 146px;
	text-align: center;
	line-height: 1;
	/* border: 4px solid#007ea7; */
	border-radius: 50%;
	margin: 0 auto 12px;
	font-size: 27px;
	color: #007ea7;
}
.wq-statistics h4{
	font-size: 18px;
	font-weight: 600;
	color: #495b47;
	margin-top: 1.2rem;
}

/***** wq-03 *****/

/***** wq-04 *****/

.wq-04{
	padding: 80px 0 0;
	background: linear-gradient( to right, #00a4a4, #007ea7);
}

.wq-04.wq-servicos {
    padding-bottom: 80px;
}
.wq-04.wq-servicos{
	color: #fff;
}

.wq-04 .wq-titulo_1{
	margin-bottom: 20px;
}
.wq-04.wq-servicos .wq-titulo_1{color: #fff;}
.wq-04 .wq-titulo_1 + p{
	width: 600px;
	max-width: 100%;
	margin: 0 auto 80px;
}

.wq-carousel_treinamentos{
	position: relative;
	margin-top: 60px;
}
.wq-servicos-grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 30px;
	row-gap: 30px;
	margin-top: 45px;
}
.wq-carousel_treinamentos .owl-stage-outer{padding-bottom: 0px;}

.wq-treinamento_box{
	color: #fff;
	position: relative;
	margin-bottom: 0px;
	box-shadow: 0px 30px 30px -20px rgba(10,10,10,0.35);
}

.wq-treinamento_box figure{
	position: relative;
}
.wq-treinamento_box figure:after,
.wq-treinamento_box figure:before{
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	mix-blend-mode: color;
	transition: all .3s ease;
}
.wq-treinamento_box figure:after{
	opacity: 1;
	filter: none;
	background: none;
}
.wq-treinamento_box figure:before{
	opacity: 0;
	filter: brightness(1)opacity(0);
	background: aliceblue;
	z-index: 2;
}
.wq-treinamento_box figure img{
	position: relative;
	display: block;
	width: 100%;
	filter: brightness(0.5);
}
.wq-treinamento_box:hover figure:after{
	opacity: 0;
}
.wq-treinamento_box:hover figure:before{
	opacity: 1;
	filter: brightness(1)opacity(1);
}
.wq-treinamento_box:hover figure img{
	filter: grayscale(1)brightness(.3);
}

.wq-treinamento_box div{
	z-index: 3;
	position: absolute;
	width: calc(100% - 70px);
	height: 100%;
	left: 0px;
	top: 0px;
	padding: 0 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.wq-treinamento_box div h2{
	margin-top: 53px;
	transition: all .3s ease;
	font-size: 18px;
}
.wq-treinamento_box div h2:after{
	content: '';
	display: block;
	width: 29px;
	height: 5px;
	border-radius: 2px;
	margin: 8px auto 40px;
	background-color:#007ea7;
}
.wq-treinamento_box div p{
	letter-spacing: 0px;
	max-height: 0px;
	opacity: 0;
	margin-bottom: 0px;
	transition: all .3s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.wq-treinamento_box div a{
	max-height: 0px;
	opacity: 0;
	margin-bottom: 0px;
}

.wq-treinamento_box:hover h2{
	margin-top: 0px;
}
.wq-treinamento_box:hover div p{
	margin-bottom: 35px;
}
.wq-treinamento_box:hover div p,
.wq-treinamento_box:hover div a{
	max-height: 200px;
	opacity: 1;
}

.wq-carousel_treinamentos .owl-dots{
	position: absolute;
	left: 0px;
	bottom: -20px;
	display: none;
}
.wq-carousel_treinamentos .owl-dot{
	display: inline-block;
	height: 9px;
	width: 9px;
	margin-right: 7px;
	background-color: #fdfdfd;
	border-radius: 50%;
	transition: all .3s ease;
}
.wq-carousel_treinamentos .owl-dot:last-child{
	margin-right: 0px;
}

.wq-carousel_treinamentos .owl-dot:hover,
.wq-carousel_treinamentos .owl-dot.active{
	background-color: #007ea7;
}
.wq-carousel_treinamentos .owl-nav{
	position: absolute;
	right: 0px;
	bottom: -20px;
	display: none;
}
.wq-carousel_treinamentos .owl-nav div{
	cursor: pointer;
	display: inline-block;
	line-height: 32px;
	height: 32px;
	width: 32px;
	text-align: center;
	margin-left: 15px;
	border: 1px solid;
	border-radius: 50%;
	transition: all .3s ease;
}
.wq-carousel_treinamentos .owl-nav div:first-child{
	margin-left: 0px;
}
.wq-carousel_treinamentos .owl-nav div:hover{
	background-color: #f9f9f9;
	color:#007ea7;
}

.wq-04.wq-projetos{
	background-color: #fff;
}

/***** wq-04 *****/

/***** wq-05 *****/

.wq-05{
	padding: 80px 0;
	background-color: #f4f4f4;
}

.wq-05 .wq-flex{
	justify-content: flex-start;
}

.wq-05 .wq-titulo_1{
	margin-bottom: 60px;
}
.wq-05 .wq-titulo_1 + p{
	width: 600px;
	max-width: 100%;
	margin: 0 auto 80px;
}
.wq-05 article{
	background-color: #fff;
	margin-bottom: 20px;
}
.wq-05 article figure img{
	display: block;
	width: 100%;
}

.wq-05 article div{
	padding: 25px 22px;
}
.wq-05 article .wq-blog_info{
	margin-bottom: 15px;
}

.wq-05 article .wq-blog_info li:first-child{margin-right: 10px;}
.wq-05 article .wq-blog_info li{
	font-size: 11.4px;
}
.wq-05 article .wq-blog_info li img{
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.wq-05 article .wq-blog_info li a:hover{color: #007ea7;}


.wq-05 article h2{
	color: #252525;
	font-size: 25px;
	margin-bottom: 10px;
	transition: all .3s ease;
}

.wq-05 article p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.wq-05 article h2:hover{
	color:#007ea7;
}

.wq-05 article div > a{
	margin-top: 25px;
	display: inline-block;
	color:#007ea7;
	font-size: 14px;
}
.wq-05 article div > a:after{
	content: '\f115';
	font-family: Flaticon;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	vertical-align: middle;
	margin-left: 10px;
}

.wq-05 .wq-btn{margin-top: 30px;}

/***** wq-05 *****/

/***** wq-06 *****/

.wq-06{
	padding: 55px 0;
	background: linear-gradient( to right, #5e7159, #495b47);
}
.wq-06 .wq-flex{align-items: center;}

.wq-06 .wq-titulo_1{
	margin-bottom: 10px;
	color: #fff;
}
.wq-06 .wq-titulo_1 + p{
	color: #e1e1e1;
	max-width: 260px;
}

.wq-06 form{
	padding: 0 10px;
}
.wq-06 form input{
	width: calc(275px - 50px);
	padding: 0 25px;
	line-height: 55px;
	border: 0px;
	border-radius: 4px;
	background-color: rgba(255,255,255,.8);
	color: #252525;
}

/***** wq-06 *****/

/***** wq-07 *****/

.wq-07{
	padding: 90px 0;
	background-color: #f4f4f4;
}

.wq-carousel_depoimentos{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
.wq-carousel_depoimentos p{
	letter-spacing: -0.05em;
}

.wq-carousel_depoimentos h3{
	margin: 20px auto 0px;
	color:#007ea7;
	font-size: 22px;
}
.wq-carousel_depoimentos h4{
	font-size: 17px;
}
.wq-carousel_depoimentos p{
	margin-top: 40px;
}

.wq-07 .owl-nav{
	position: absolute;
	top: -107px;
	right: 0;
	display: flex!important;
}
.wq-carousel_depoimentos .owl-nav div{
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	border-radius: 50%;
	border: 2px solid #252525;
	color: #252525;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wq-carousel_depoimentos .owl-prev {
    margin-right: 10px;
}

.wq-07 .wq-titulo_1{
	max-width: 600px;
	margin-bottom: 60px;
	text-align: left;
}

.wq-depoimento_item p{
	font-size: 18px;
}

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

.wq-depoimento_item figure {
    width: 160px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
}
.wq-depoimento_item,
.wq-depoimento_item .wq-wrapper{
	display: grid;
	grid-template-columns: 15% 80%;
	column-gap: 20px;
	text-align: left;
	align-items: center;
}

.wq-depoimento_item .wq-wrapper {
    grid-template-columns: 25% calc(75% - 20px);
}

/***** wq-07 *****/

/***** wq-footer *****/
footer .wq-logo img{
	display: block;
	height: 70px;
	width: auto;
}
.wq-footer_top{
	padding: 40px 0;
	background: linear-gradient(to right, #007ea7, #007ea7);
}
.wq-footer_top .wq-midias-sociais li a{
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 17px;
}

.wq-footer_bottom{
	padding: 20px 0;
	background-color:#007ea7;
	color: #fff;
}

.wq-footer_bottom p{
	margin-bottom: 0px;
}

.wq-footer_bottom .wq-flex{padding: 0 10px;}

.wq-footer_bottom a{
	color: #fff;
	font-weight: 700;
}

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

/***** wq-breadcrumbs *****/

.wq-banner_pagina{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	display: flex;
}
.wq-banner_pagina img{
	width: 100%;
	height: 360px;
	object-fit: cover;
	filter: brightness(0.7);
}
.wq-banner_pagina:after{
	z-index: 1;
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0;
	mix-blend-mode: color;
	filter: brightness(.8);
	background: none;
}
.wq-breadcrumbs{
	z-index: 2;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0;
	display: flex;
	align-items: center;
	color: #fff;
}
.wq-breadcrumbs p{
	font-size: 10px;
	margin-top: 10px;
}
.wq-breadcrumbs h1{
	font-size: 38px;
	line-height: 1;
	margin-top: 10px;
}

/***** wq-breadcrumbs *****/

/***** owl-carousel *****/

.owl-stage-outer{
	overflow: hidden;
}
.owl-item{
	display: inline-block;
	vertical-align: top;
}

/***** owl-carousel *****/

.wq-pagination li{margin-right: 8px;}
.wq-pagination li:last-child{
	margin-right: 0px;
}
.wq-pagination li a{
	display: flex;
	height: 40px;
	width: 40px;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}
.wq-pagination li a:hover,
.wq-pagination li a.active{
	border-color:#007ea7;
	background-color:#007ea7;
}



.wq-destaque{
	color:#007ea7;
	text-transform: uppercase;
	margin: 20px 0;
	font-weight: 600;
	font-size: 18px;
}


.wq-video iframe{
	display: block;
	width: 100%;
	height: 500px;
	margin: 20px 0;
}



.wq-parceiros{
	padding: 60px 0;
	background-color: #f8f8f8;
}

.wq-parceiros h3{
	margin-bottom: 60px;
}
.wq-parceiros_carousel .owl-nav,
.wq-parceiros_carousel .owl-dots{
	display: none;
}
.wq-parceiros_carousel-item figure{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.wq-parceiros_carousel-item figure img{
	display: block;
	height: 50px;
	width: auto;
	margin: 0 auto;
}
li.wq-dropdown{
	position: relative;
}

li.wq-dropdown ul{
	width: 200px;
    left: -175%;
    padding: 20px;
    text-align: center;
}
li.wq-dropdown ul li{
	margin-left: 0;
	display: block;
	margin-bottom: 20px;
}
.wq-blog_item .wq-blog_info p a span{
	display: inline-block;
	margin-right: 5px;
	font-size: 15px;
	color:#007ea7;
}
.wq-blog_info img{
	display: none;
}
.wq-blog_info a {
	margin-left: 10px;
}

/***** wq-404 *****/
	.wq-404{
		padding: 200px 0;
		background-color: #f8f8f8;
	}
	.wq-404 h1{
		font-size: 48.68px;
		font-weight: bold;
		line-height: 48px;
		margin-bottom: 45px;
		color:#007ea7;
	}
	.wq-404 .wq-btn span{
		display: inline-block;
		width: auto;
	}
/***** wq-404 *****/


.wq-mapa{
	position: relative;
	padding: 0px 0;
	background-color:#007ea7;
}
.wq-mapa iframe{
	display: block;
	width: 100%;
	height: 450px;
}
.wq-mapa .wq-titulo{
	padding: 20px 0;
	background: transparent;
}
.wq-mapa .wq-titulo_1{
	max-width: 600px;
	margin-bottom: 0;
}
.wq-mapa .wq-titulo_1 h2{
	color: #Fff;
}
.wq-mapa .wq-titulo_1 h2:after{
	margin-bottom: 0;
}
.wq-mapa .wq-container{
	position: relative;
}
.wq-mapa > .wq-container{
	top: -20rem;
}
.wq-new-footer .wq-flex{
	align-items: center;
}



.wq-carousel_treinamentos{
	position: relative;
}
.wq-carousel_treinamentos .owl-dots{
	position: absolute;
	bottom: 25px;
	width: 100%;
	height: auto;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wq-carousel_treinamentos .owl-dots .owl-dot{
    display: inline-block;
    width: 21px;
    height: 7px;
    margin: 0 3px;
    border-radius: 3px;
    background-color: #fff;
    transition: all .35s ease;
    cursor: pointer;
}
.wq-carousel_treinamentos .owl-dots .owl-dot.active {
    background-color: #252525;
    box-shadow: 0px 27px 30px -20px rgba(0,0,0,0.5);
}
.wq-carousel_treinamentos .owl-dots .owl-dot:hover{
	background-color:#007ea7;
	box-shadow: 0px 27px 30px -20px rgba(0,0,0,0.5);
}


/***** wq-09 *****/
.wq-09{
	padding: 80px 0;
	background-color: #fff;
}
.wq-09_carousel{
	margin-top: 40px;
	border: 1px solid #efefef;
	position: relative;
}
.wq-09_carousel figure{
	position: relative;
	padding: 5px 10px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wq-09_carousel figure:after{
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-color: #efefef;
	position: absolute;
	top: 0;
	right: -2px;
}
.wq-09_carousel figure img{
	display: block;
	max-width: 100%;
	max-height: 80px;
	margin: 0 auto;
}

.wq-09_carousel .owl-nav div{
	position: absolute;
	width: 25px;
	height: 110px;
	line-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0px;
	z-index: 2;
	color: #252525;
	font-size: 16px;
	font-weight: 900;
	cursor: pointer;
	transition: all linear .3s;
	border: 1px solid;
	border-color: #efefef;
	opacity: 0;
}
.wq-09_carousel:hover .owl-nav div{
	opacity: 1;
}

.wq-09_carousel .owl-prev{left: -40px;}
.wq-09_carousel .owl-next{right: -40px;}

/***** wq-09 *****/







/* BOTÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢O FLUTUANTE DO WHATSAPP */

.wq-whatsapp_button{
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 999;
	bottom: 15px;
	right: 15px;
	width: 60px;
	height: 60px;
	color: #fff;
	border-radius: 50%;
	transition: all .35s ease;
	background-color: #25D366;
	box-shadow: 0px 3px 10px -3px rgba(0,0,0,.15);
}

.wq-whatsapp_button:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	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: 0 0 0 #4dc247
	}
	to {
		opacity: .7;
		transform: scale(1.25);
		box-shadow: 0 0 20px #4dc247
	}
}

.wq-whatsapp_button:hover {
	box-shadow: 0px 7px 12px -3px rgba(0,0,0,.35);
}

.wq-whatsapp_button span {
	font-size: 32px;
	height: 32px;
	line-height: 1;
	display: block;
}




.wq-empresa_box figure{
	display: block;
    width: auto;
    height: auto;
    float: left;
    margin: 0 20px 20px 0px;
}



.wq-statistics{
	flex-direction: row;
	text-align: center;
}

.wq-statistics figure{
	display: block;
	width: 4rem;
	height: auto;
	margin: auto;
}

.wq-statistics img{
	color: #007ea7;
	width: 64px;
    height: 64px;
}

.wq-statistics-novo:nth-child(n + 4){
	margin-top: 3rem;
}


.wq-statistics-text{
	margin-top: 2rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}




/* OWL DOTS INTERNA CLINICAS */
.wq-projeto_carousel .owl-dots{
    position: absolute;
    bottom: -30px;
    left: 0px;
    z-index: 3;
    width: 100%;
    text-align: center;
}


.wq-projeto_carousel .owl-dots div{
	display: inline-block;
    margin: 0 3px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #ddd;
    transition: all .35s ease;
    background-color: rgba(100,100,100,0.5);
}

.wq-projeto_carousel .owl-dots div.active{
	border-color: #007ea7;
    background-color: #007ea7;
}

.wq-projeto_carousel .owl-dots div:hover{
	border-color: #007ea7;
    background-color: #fff;
}