/*
Author: Willy Cruz
www.mktbox.com.br
*/

body, html {
	margin: 0;
	padding: 0;
	cursor: default;

	font-family: 'Manjari', sans-serif;
	color: #ddd;
	font-weight: 300;
	font-size: 24px;

	/*background: #83268a;
	background-image: url('../img/bg01.png');
	background-size: 100%;*/

background: rgba(66,16,113,1);
background: -moz-linear-gradient(left, rgba(66,16,113,1) 0%, rgba(31,17,74,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(66,16,113,1)), color-stop(100%, rgba(31,17,74,1)));
background: -webkit-linear-gradient(left, rgba(66,16,113,1) 0%, rgba(31,17,74,1) 100%);
background: -o-linear-gradient(left, rgba(66,16,113,1) 0%, rgba(31,17,74,1) 100%);
background: -ms-linear-gradient(left, rgba(66,16,113,1) 0%, rgba(31,17,74,1) 100%);
background: linear-gradient(to right, rgba(66,16,113,1) 0%, rgba(31,17,74,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#421071', endColorstr='#1f114a', GradientType=1 );


}
/* GERAL */
a,
a:link,
a:focus,
a:active,
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
.btnWhats{
	font-size: 20px;
	background-color: #128C7E;
	border: none;
	color: #fff !important;
	padding-top: 15px;
}
.btnWhats:hover{
	background-color: #25D366;
}
.imgServicos{
	border-radius: 4px;
}
/* END GERAL */

.menu{
	margin-top: 30px;
}
.menu svg{
	fill: #fff;
	width: 40px;
	margin-bottom: 10px;
}
.tels{
	font-size: 35px;
	line-height: initial;
}
/* GERAL */

/* FOOTER */
footer{
	font-size: 16px;
	padding-bottom: 40px;
	color: #eee;
}
footer a,
footer a:link,
footer a:active,
footer a:visited,
footer a:focus{
	color: inherit;
	text-decoration: none;
}
footer a:hover{
	text-decoration: none;
}


/* Small, medium and large devices (tablets, 768px and up) */

@media (min-width: 576px) {



}

@media (min-width: 767px) {



}