@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');

/*
	Cor1		#1cbbb4;
	Cor2		#0a857f;
*/


html,body{
	width: 100%;
	position: relative;
	overflow-x: hidden;
}

body{
	font-family: 'Open Sans', sans-serif;
	color: #a9a9a9;
}

h1,h2,h3,h4,h5,h6{
}

p{
	font-size: 15px;
	color: #8a8a8a;
	line-height: 1.45;
}
.wq-font-02{
	font-family: 'Pacifico', cursive;
}

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

.wq-container{
	width: 1140px;
}

.wq-logo img{
	display: block;
	height: 82px;
	width: auto;
}

.wq-titulo_1{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wq-titulo_1{
	align-items: center;
	text-transform: uppercase;
	text-align: center;
}

.wq-titulo_1 p{
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
	margin-top: 25px;
}
.wq-titulo_1 h3{
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
	font-size: 35px;
	font-weight: 300;
	color: #0a857f;
	text-transform: uppercase;
}

.wq-05 .wq-titulo_1 h3,.wq-05 .wq-titulo_1 p,
.wq-08 .wq-titulo_1 h3, .wq-08 .wq-titulo_1 p,
.wq-empresa-04 .wq-titulo_1 h3, .wq-empresa-04 .wq-titulo_1 p,
.wq-form-captura .wq-titulo_1 h3, .wq-form-captura .wq-titulo_1 p{
	color: #fff;
}

.wq-trabalhe-conosco-01 .wq-titulo_1, .wq-form-captura .wq-titulo_1,
.wq-contato-conteudo .wq-titulo_1{
	align-items: flex-start;
}

.wq-trabalhe-conosco-01 h3,.wq-trabalhe-conosco-01 p,
.wq-form-captura h3,.wq-form-captura p,
.wq-contato-conteudo h3, .wq-contato-conteudo p{
	margin: 0!important;
	text-align: left!important;
}



.wq-btn_menu {
	background-color: transparent;
}
.wq-btn_menu hr {
	background-color: #fff;
}
.wq-btn_menu btn-fechar hr{
	background-color: #fff;
}
.wq-header .wq-menu_principal > ul{
	background-color: transparent;
}


.wq-btn_1{
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 38px;
	border-radius: 9px;
	border: none;
	background-color: #1cbbb4;
	transition: all .35s ease;
}

.wq-btn_1:hover{
	background-color: #0a857f;
}

.wq-btn_banner{
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	padding: 20px 50px;
	border-radius: 7px;
	border: 2px solid #1cbbb4;
	background-color: transparent;
	transition: all .35s ease;
}

.wq-btn_banner:hover{
	background-color: #0a857f;
	border-color: #0a857f;
}


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

.wq-header{
	z-index: 999;
	position: relative;
	width: 100%;
	background-color: #fff;
}
.wq-header.wq-header_fixo{
	position: fixed;
	top: 0px;
	left: 0px;
	animation: toBottom .5s ease both;
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,.15);
}

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

.wq-header.wq-header_fixo .wq-header_top{
	display: none;
}
.wq-header.wq-header_fixo .wq-logo img{
	height: 64px;
}
.wq-header.wq-header_fixo + section{
	margin-top: 172px;
}


.wq-header_top{
	padding: 13px 0;
	background-color: #0a857f;
}
.wq-header_top .wq-container{
	display: flex;
	justify-content: flex-end;
	align-items: center;

}
.wq-header_top .wq-contato{
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
.wq-contato a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14.43px;
	color: #fff;
	transition: all .35s ease;
	margin-right: 20px;
	font-weight: 400;
}

.wq-contato a small{
	font-size: 10px;
	display: inline-block;
	margin-right: 5px;
}

.wq-contato a span[class]{
	font-size: 23px;
	width: auto;
	margin-right: 5px;
	display: inline-flex;
	height: auto;
}

.wq-contato a span:before {}

.wq-midias-sociais li a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	width: 34px;
	color: #fff;
	font-size: 18px;
	border-radius: 50px;
	background-color: #1cbbb4;
	transition: all .35s ease;
}

.wq-midias-sociais li a span{
	position: relative;
	z-index: 2;
}
.wq-midias-sociais li a:after{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	transform: scale(0);
	background-color: #fff;
	transition: all .35s ease;
}
.wq-midias-sociais li a:hover:after{
	transform: scale(1.05);
}
.wq-midias-sociais li a:hover {
	color: #1cbbb4;
}


.wq-header_bottom{
	padding: 15px 0;
	background-color: #1cbbb4;
}

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

.wq-menu_principal ul li a{
	font-size: 14.43px;
	font-weight: 700;
	color: #fff;
	margin-left: 28px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition:  all .2s linear;
}
.wq-header.wq-header_horizontal .wq-flex{
	margin: 0;
}

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

/***** BANNER *****/

.wq-banner-item,
.wq-banner{
	position: relative;
}
.wq-banner .owl-dots{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
}
.wq-banner .owl-dot{
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	margin: 4px;
	border: none;
	transition: all .35s ease;
}
.wq-banner .owl-dot:hover,
.wq-banner .owl-dot.active{
	background-color: #1cbbb4;
}
.wq-banner figure{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 650px;
	position: relative;
	z-index: 40;
}
.wq-banner figure.wq-banner_responsivo{
	display: none;
}
.wq-banner-item figure img{
	display: block;
	width: 100%;
	height: 650px;
}
.wq-banner-item .wq-banner-conteudo{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 80;
}

.wq-banner-conteudo h2{
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 100;
	line-height: 48px;
	margin-bottom: 20px;
}

.wq-banner-conteudo h2,
.wq-banner-conteudo p{
	max-width: 540px;
	color: #fff;
}

.wq-banner-conteudo p{
	margin-bottom: 35px;
}

/***** BANNER *****/


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

.wq-01{
	padding: 130px 0 130px;
	position: relative;
}
.wq-01.hmm{
	background-color: #efefef;
}


.wq-01 > figure{
	background-image: url(img/sobre-nos-detalhe.png);
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	top: 100px;
	left: 0;
	width: 41%;
	height: 550px;
	z-index: 40;
	background-size: contain;
}
.wq-01 .wq-flex{
	position: relative;
	z-index: 80;
	align-items: center;
	justify-content: flex-end;
}
.wq-01 > figure img{
	display: block;
	width: 100%;
	height: 430px;
	object-fit: cover;
	box-shadow: 33px 17px 38px rgba(0, 0, 0, 0.3);
}

.wq-01 h1,
.wq-01 h2{
	font-size: 35px;
	color: #0a857f;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 15px;
	max-width: 600px;
}

.wq-01 h3{
	font-size: 22px;
	color: #484848;
	font-weight: 400;
	margin-bottom: 5px;
	max-width: 600px;
}

.wq-01 p{
	margin-bottom: 10px;
}
.wq-01 .wq-btn_1{
	margin-top: 25px;
}

.wq-01 .wq-box_6 figure{
	background-image: url(img/sobre-nos-detalhe.png);
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 50px 0 0;
	width: calc(100% - 50px);
}

.wq-01 .wq-box_6 figure img{
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	box-shadow: 33px 17px 38px rgba(0, 0, 0, 0.3);
}

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

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

.wq-02{
	padding: 65px 0;
	background-color: #efefef;
}
.wq-02 span{
	display: inline-block;
	font-size: 55px;
	color: #0a857f;
	font-weight: 300;
	line-height: 40px;
}
.wq-02 h4{
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #747474;
	margin-top: 10px;
}

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

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

.wq-03{
	padding: 90px 0 62px;
}
.wq-03 .wq-flex{
	margin-top: 60px;
}

.wq-blog_box{
	display: block;
	margin-bottom: 40px;
	background-color: #fff;
	box-shadow: 0px 10px 20px -5px rgba(0,0,0,.15);
}
.wq-blog_box figure img{
	display: block;
	width: 100%;
}
.wq-blog_box-conteudo{
	display: block;
	padding: 15px 20px;
}
.wq-blog_box-conteudo ul li{
	font-size: 11.32px;
	color: #787878;
	margin-right: 10px;
}

.wq-blog_box-conteudo ul li:last-child {
	margin-right: 0px;
}
.wq-blog_box-conteudo ul li span{
	display: inline-block;
	font-size: 14px;
	color: #1cbbb4;
	margin-right: 5px;
}
.wq-blog_box-conteudo ul{
	margin-bottom: 5px;
}
.wq-blog_box-conteudo h2{
	font-size: 20px;
	line-height: 1.25;
	font-weight: 300;
	margin-bottom: 5px;
	color: #0a857f;
}

.wq-blog_box-conteudo p{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.45;
	max-height: 50px;
	margin-bottom: 15px;
	text-align: initial;
	font-size: 13px;
}
.wq-blog_box-conteudo .wq-btn_1{
	padding: 12px 30px;
}

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

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

.wq-04{
	padding: 100px 0;
	background-color: #e1e1e1;
}

.wq-04 .wq-parceiros_carousel{
	margin: 70px auto 0;
	width: calc(720px);
}

.wq-parceiros_carousel img{
	display: block;
	height: 120px;
	width: auto;
	margin: 0 auto;
}

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

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

.wq-05{
	padding: 120px 0 80px;
	background: #0a857f;
}
.wq-05 .wq-servicos-carousel{
	padding-top: 70px;
}
.wq-servico-box{
	background-color: #fff;
	text-align: center;
}
.wq-servico-box figure img{
	display: block;
	width: 50px;
	height: auto;
	margin: 0 auto;
}
.wq-servico-box figure figcaption{margin-top: 12px;}

.wq-servico-box figure figcaption a{
	padding: 10px 14px;
}
.wq-servico-box h2{
	font-size: 16px;
	color: #1cbbb4;
	font-weight: 300;
	margin-bottom: 20px;
}

.wq-servicos-carousel .owl-dots{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 50px;
}
.wq-servicos-carousel .owl-dot{
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	margin: 4px;
	border: none;
	transition: all .35s ease;
}
.wq-servicos-carousel .owl-dot:hover,
.wq-servicos-carousel .owl-dot.active{
	background-color: #1cbbb4;
}

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

/***** WQ-06 *****/

.wq-06{
	padding: 100px 0 250px;
}

.wq-06 .wq-confianca_carousel{
	margin-top: 70px;
	position: relative;
}

.wq-confianca_carousel img{
	display: block;
	height: 85px;
	width: auto;
	margin: 0 auto;
}
.wq-confianca_carousel .owl-nav{
	display: block;
}
.wq-confianca_carousel .owl-nav .owl-next,
.wq-confianca_carousel .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	color: #1cbbb4;
	font-weight: 600;
	background-color: transparent;
	border: transparent;
	font-size: 16px;
	margin-top: -9px;
}
.wq-confianca_carousel .owl-nav .owl-prev{
	left: -25px!important;
}
.wq-confianca_carousel .owl-nav .owl-next{
	right: -25px!important;
}

/***** WQ-06 *****/

/***** WQ-07 *****/

.wq-07{
	padding: 90px 0 120px;
	position: relative;
	background-color: #0a857f;
	color: #fff;
	font-size: 15px;
	line-height: 1.45;
}

.wq-07 .wq-flex{
	align-items: center;
}

.wq-07 .wq-box_6 figure{
	background-image: url(img/detalhe-depoimentos.png);
	background-repeat: no-repeat;
	background-position: center right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 50px;
	width: calc(100% - 50px);
	z-index: 40;
	background-size: 200px auto;
}
.wq-07 .wq-box_6 figure img{
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	box-shadow: 30px 15px 40px rgba(0, 0, 0, 0.3);
}

.wq-07 .wq-flex h2{
	font-size: 32px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.wq-07 .wq-flex p,.wq-07 .wq-flex ul {
    color: #dfdfdf;
    margin-bottom: 10px;
}

.wq-07 .wq-flex ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 5px;
}

.wq-07 .wq-flex ul li:before {
	content: '';
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #fff;
	top: 8px;
	left: 0px;
	border-radius: 50%;
}

/***** WQ-07 *****/

/***** WQ-08 *****/

.wq-08{
	padding: 80px 0 80px;
	background-color: #1cbbb4;
}

.wq-08 .wq-titulo_1 h3{
	max-width: 460px;
}

.wq-08 .wq-titulo_1 p{
	margin: 25px auto 35px;
	max-width: 450px;
}


.wq-08 .wq-btn_1{
	background-color: #0a857f;
}

.wq-08 .wq-btn_1:hover{
	background-color: #fff;
	color: #0a857f;
}


/***** WQ-08 *****/

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

.wq-footer_top{
	padding: 70px 0 30px;
}

.wq-footer_top .wq-box_3{margin-bottom: 20px;}

.wq-footer_top h4{
	text-transform: uppercase;
	font-weight: 800;
	font-size: 20px;
	line-height: 1;
	color: #0a857f;
	margin-bottom: 25px;
}

.wq-footer_top .wq-midias-sociais{margin-bottom: 30px;}
.wq-footer_top .wq-midias-sociais li{margin-right: 8px;}
.wq-footer_top .wq-midias-sociais li:last-child{margin-right: 0px;}
.wq-footer_top .wq-midias-sociais li a{
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background-color: #a3a3a3;
}

.wq-footer_top .wq-midias-sociais li a:before {
	position: relative;
	z-index: 2;
}

.wq-footer_top .wq-midias-sociais li a:hover {
	color: #fff;
	background-color: transparent;
}

.wq-footer_top .wq-midias-sociais li a:hover:after {
	background-color: #1cbbb4;
}

.wq-menu_footer li{margin-bottom: 12px;}
.wq-menu_footer li:last-child{margin-bottom: 0px;}
.wq-menu_footer li a{
	display: block;
	font-weight: 700;
	font-size: 13px;
	color: #535353;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
	transition: all .35s ease;
}

.wq-menu_footer li a:hover,.wq-menu_footer li a.active{
	color: #1cbbb4;
}


.wq-footer_top .wq-formas_de_pagamento li,
.wq-footer_top .wq-footer_contatos li ,
.wq-footer_top .wq-footer_contatos li a{
	display: flex;
	align-items: flex-start;
}

.wq-footer_top .wq-formas_de_pagamento li{margin-bottom: 18px;}
.wq-footer_top .wq-formas_de_pagamento li:last-child{margin-bottom: 0px;}

.wq-footer_top .wq-formas_de_pagamento li > img{
	margin-right: 20px;
}

.wq-footer_top .wq-formas_de_pagamento li div{
	padding-top: 7px;
}
.wq-footer_top .wq-formas_de_pagamento li,
.wq-footer_top .wq-footer_contatos li{
	letter-spacing: 0.025em;
	font-size: 13px;
	color: #0a857f;
	font-weight: 400;
	text-transform: uppercase;
	transition: all .35s ease;
}

.wq-footer_top .wq-formas_de_pagamento li,
.wq-footer_top .wq-footer_contatos li span{
	font-weight: 700;
}


.wq-footer_top .wq-formas_de_pagamento li div img{
	margin: 12px 6px 0 0;
}
.wq-footer_top .wq-formas_de_pagamento li div img:last-child{margin-right: 0px;}

.wq-footer_top .wq-footer_contatos li{margin-bottom: 18px;}
.wq-footer_top .wq-footer_contatos li:last-child{margin-bottom: 0px;}

.wq-footer_top .wq-footer_contatos li a{
	cursor: pointer;
}
.wq-footer_top .wq-footer_contatos li a:hover{
	color: #1cbbb4;
}
.wq-footer_top .wq-footer_contatos li a > span,.wq-footer_top .wq-footer_contatos li > span{
	font-size: 25px;
	margin-right: 7px;
	color: #0a857f;
}
.wq-footer_top .wq-footer_contatos li div{
	width: calc(100% - 42px);
}

.wq-footer_top .wq-footer_contatos li p{
	word-break: break-word;
	hyphens: auto;
	font-size: 14px;
}

.wq-footer_top .wq-footer_contatos li span{
	display: block;
	transition: all .35s ease;
}

.wq-footer_top .wq-formas_de_pagamento li:hover,
.wq-footer_top .wq-footer_contatos li a:hover span{
	color: #231f20;
}


.wq-footer_bottom{
	padding: 16px 0;
	background-color: #e1e1e1;
}

.wq-footer_bottom .wq-flex{
	align-items: center;
	padding: 0 15px;
}

.wq-footer_bottom p{
	font-family: 'Open Sans', sans-serif;
	color: #515151;
	font-size: 13px;
	font-weight: 400;
}

.wq-footer_bottom p a{
	/* vertical-align: middle; */
	/* display: inline-block; */
}
/***** wq-footer *****/

.wq-empresa-04 .wq-flex{
	justify-content: center;
}

/***** BREADCRUMPS *****/

.wq-breadcrumbs{
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.wq-breadcrumbs .wq-container .wq-flex{
	flex-direction: column;
	margin: 0;
	justify-content: flex-start;
}
.wq-breadcrumbs p{
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
	font-size: 14px;
}
.wq-breadcrumbs h1{
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}

/***** BREADCRUMPS *****/

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

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

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

/***** wq-form-captura *****/

.wq-form-captura{
	background-color: #0a857f;
	padding: 65px 60px;
	position: relative;
	z-index: 90;
}
.wq-form-captura:before{
	content: '';
	background-color: #0a857f;
	display: block;
	width: 2900px;
	height: 100%;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}
.wq-form-captura h3{
	max-width: 294px;
	font-size: 35px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 25px!important;
	text-align: left;
}
.wq-form-captura form input{
	display: block;
	padding: 0 30px;
	width: calc(100% - 60px);
	background-color: rgba(255,255,255,.5);
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
	border: none;
	line-height: 50px;
	border-radius: 10px;
}
.wq-form-captura form textarea{
	display: block;
	padding: 25px 30px;
	width: calc(100% - 60px);
	background-color: rgba(255,255,255,.5);
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
	border: none;
	border-radius: 10px;
	height: 155px;
}
.wq-form-captura form button.wq-btn_1:hover{
	background-color: #fff;
	color: #004f63;
}

/***** wq-form-captura *****/

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

.wq-404{
	padding: 200px 0;
	background-color: #f7f7f7;
}
.wq-404 h1{
	font-size: 48.68px;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 45px;
	color: #0a857f;
}

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


/***** wq-trabalhe-conosco-01 *****/

.wq-trabalhe-conosco-01{
	overflow-x: hidden;
	padding: 85px 0;
}
.wq-trabalhe-conosco-conteudo{
	padding-right: 30px;
}
.wq-trabalhe-conosco-conteudo h3{
	margin-bottom: 30px!important;
}

/***** wq-trabalhe-conosco-01 *****/

.wq-vagas-01{
	padding: 90px 0;
}
.wq-vagas-01 .wq-flex{
	margin-top: 70px;
}

.wq-vagas-01 .wq-blog_box{
	margin-bottom: 35px;
	box-shadow: -1px 7px 28px 0px rgba(0,0,0,0.75);
}
.wq-contato-footer .wq-contato p{
	color: #fff;
}



.wq-empresa-03{
	display: block;
}


/*** wq-unidades ***/

.wq-unidades{
	padding: 80px 0;
	background-color: #ebebeb;
}

.wq-unidades .wq-container > .wq-flex{
	margin-top: 50px;
}
.wq-unidades .wq-box_6{
	margin-bottom: 20px
}

.wq-unidades .wq-unidades_box{
	text-align: left;
	box-shadow: 0 0 15px -3px rgba(0, 0, 0, .15);
}

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


.wq-unidades .wq-unidades_box iframe{
	display: block;
	width: 100%;
	height: 280px;
}
.wq-unidades .wq-unidades_box .wq-box_6f div{
	padding: 20px 30px;
	width: calc(100% - 60px);
	height: calc(100% - 40px);
	background-color: #fff;
}
.wq-unidades .wq-unidades_box h2{
	font-size: 22px;
	margin-bottom: 15px;
	color: #2a2a2a;
}
.wq-unidades .wq-unidades_box p{
	margin-bottom: 10px;
}

/*** wq-unidades ***/

/*** wq-whatsapp_btn ***/

.wq-whatsapp_btn{
	position: fixed;
	right: 15px;
	bottom: 90px;
	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 ***/
