* {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #494949;
	box-sizing: border-box;
	outline: none;
}
body {
	background-color: #ffffff;
}
h1 {
	font-size: 48px;
	font-weight: 300;
}
h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
h3 {
	font-weight: bold;
}
p {
	font-size: 13px;
	text-align: justify;
}
iframe {
	width: 100%;
}
.content {
	max-width: 1200;
	margin: 0 auto;
}
.clr {
	clear: both;
}
#top {
	padding-top: 10px;
	height: 107px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	background: #fff;
	border-bottom: 2px solid #285c80;
}
#top ul {
	float: right;
	margin-top: 15px;
}
#top .logo {
	height: 50px;
}
.hr {
	background-color: #dedede;
	width: 100%;
	height: 1px;
	display: block;
}
#top ul li {
	display: inline-block;
	padding-bottom: 20px;
	background-image: url('../images/ico_arrow.png');
	background-repeat: no-repeat;
	background-position: center 50px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#top ul li:hover {
	background-position: center 30px;
}
#top ul li.on {
	background-position: center 30px;
}
#top ul li a {
	color: #034570; /*Normal*/
	/*color: #f33442;*/ /* Vermelho*/
	font-size: 18px;
	text-decoration: none;
	padding: 10px;
}
#arquivos {
	display: none;
	background-color: #f2f2f2;
	border: 1px solid #d1d1d1;
	width: 500px;
	padding: 20px;
	margin: 0 auto;
}
#arquivos a {
	margin: 10px;
	display: block;
}
a.link {
	text-decoration: underline;
	cursor: pointer;
}
#banners {
	background-image: url('../images/back_banner_blue.jpg');
	padding-top: 100px;
}
#banners .content {
	padding-top: 50px;
}
#banners .description {
	padding-top: 50px;
}
#footer-banner {
	background-image: url('../images/back_banner_orange.jpg');
	height: 135px;
}
#banners .image {
	float: right;
	margin-bottom: -135px;
}
#banners .title {
	font-size: 38px;
	color: #ffffff;
	font-weight: 300;
	text-shadow: 1px 1px 0 #2B2B2B;
	margin-bottom: 30px;
}
#banners .title b {
	font-size: 38px;
	color: #ffffff;
	font-weight: 800;
	text-shadow: 1px 1px 0 #2B2B2B;
}
#banners .subtitle {
	font-size: 16px;
	color: #ffffff;
}
a.more {
	background-color: #e88c0c;
	padding: 21px;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}
div.more {
	background-color: #e88c0c;
	padding: 21px;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}
#details {
	padding-top: 50px;
	padding-bottom: 50px;
}
#details .detail {
	width: 33%;
	float: left;
	text-align: center;
	padding: 30px;
	font-size: 18px;
}
#details .detail img {
	margin: 10px;
}
#details .detail h1 {
	font-size: 22px;
	font-weight: bold;
	color: #555555;
	margin: 10px;
}
.box66 {
	float: left;
	width: 66%;
}
.box50 {
	float: left;
	width: 50%;
}
.box33 {
	float: left;
	width: 33%;
}
#about {
	background-color: #f6f6f6;
	padding-top: 50px;
	padding-bottom: 50px;
}
#about h1 {
	margin-bottom: 20px;
}
#about .img {
	float: left;
	margin-right: 20px;
}
#about .box50.left {
	padding-right: 50px;
}
#about .box50 {
	margin-top: 50px;
}
.box50 .ico {
	float: left;
	height: 120px;
	margin-right: 10px;
}
.chatonline {
	background-color: #2bbe55;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	float: right;
	padding: 6px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
	border: 1px solid #1F9C43;
}
.chatonline img {
	float: left;
	margin-right: 8px;
}
.whats {
	float: right;
	width: 200px;
	margin-right: 20px;
}
.whats img {
	float: left;
	margin-right: 10px;
}
.whats .label {
	font-size: 12px;
	color: #119609;
	/*color: #f33442;*/ /* Natal */
	letter-spacing: -0.5px;
}
.whats .phone {
	font-size: 20px;
	font-weight: bold;
	color: #119609;
	/*color: #f33442;*/ /* Natal */
	line-height: 18px;
}
.whats .phone a {
	text-decoration: none;
}
#clients {
	text-align: center;
	margin-top: 100px;
	display: none;
}
#clients img {
	margin: 5px;
}
.textabout {
	padding-right: 50px;
}
#products h1 {
	margin-bottom: 20px;
	margin-top: 50px;
}
#products p {
	margin-bottom: 50px;
}
.product {
	float: left;
	width: 33%;
	margin-bottom: 100px;
	padding: 10px;
}
.product img {
	width: 100%;
}
.product .hidden {
	margin: 0;
	padding: 0;
	display: none;
}
#support {
	background-color: #f6f6f6;
	padding-top: 50px;
	padding-bottom: 50px;
}
#support h1 {
	margin-bottom: 20px;
}
#support img {
	margin-right: 20px;
	float: left;
}
.mark {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #d3d3d3;
	padding: 20px;
	margin-bottom: 20px;
}
.mark h1 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0 !important;
}
#support .mark {
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
}
.dep {
	color: #285c80;
	font-size: 16px;
	width: 50%;
	float: left;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 20px;
}
.dep.full {
	width: 100%;
}
.dep span {
	font-size: 20px;
	font-weight: bold;
	color: #285c80
}
.box50.left {
	padding-right: 50px;
}
input, textarea {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #d3d3d3;
	background-color: #ffffff;
	padding: 15px;
	width: 100%;
}
#contact {
	padding-top: 50px;
	padding-bottom: 50px;
}
#contact h1 {
	margin-bottom: 20px;
}
#footer {
	background-color: #285c80;
	padding-top: 50px;
	padding-bottom: 50px;
}
#footer .content div {
	color: #fff;
	font-size: 12px;
}
#footer .logo {
	float: left;
	margin-top: -5px;
	margin-right: 10px;
}
#footer .right {
	float: right;
}
#footer .right img {
	margin-left: 15px;
	float: left;
}
#scroll-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	display: none;
}
.space10 {
	padding: 10px;
	float: left;
	width: 33%;
}
.menu-mobile {
	width: 42px;
	height: 37px;
	background-image: url('../images/menu.png');
	float: right;
	margin-right: 10px;
	display: none;
	cursor: pointer;
}
.pars {
	padding-top: 10px;
}
.par {
	width: 33%;
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
}
.logopar{
	border-left: 4px solid #285c80;
	height: 100px;
}
.par .title {
	font-size: 16px;
	font-weight: 800;
}
.icopar {
	margin-right: 10px !important;
}
.fonepar {
	font-weight: bold;
}
.par p {
	margin-top: 8px;
}
.indicacao {
	background-color: #5c6f7d;
}
.indicacao h1,
.indicacao h2,
.indicacao h3,
.indicacao p {
	color: #fff;
}
#ganhe_user {
	position: absolute;
	margin-left: 40px;
    margin-top: 50px;
    z-index: 1;
}
#ganhe_anime {
	z-index: 99;
	position: absolute;
	margin-top: 50px;
}
#pganheanime {
	height: 480px;
}
#ganhe_dolar {
	position: absolute;
	margin-left: 65px;
	margin-top: 330px;
}
/* =Responsive Structure
----------------------------------------------- */
@media (max-width: 1024px) {
	h2 {
		font-size: 18px;
	}
	.content {
		padding: 10px;
	}
	.menu-mobile {
		display: block;
	}
	#top ul {
		display: none;
		float: none;
		background: #fff;
		margin-top: -10px;
	}
	#top ul li {
		display: block;
		text-align: center;
		background-image: none;
	}
	#top .logo {
		margin-bottom: 20px;
	}
}
@media (max-width: 800px) {
	h1 {
		font-size: 40px;
	}
	#banners img{
		display: none;
	}
	#banners p {
		text-align: center;
	}
	#banners .title ,
	#banners .subtitle{
		text-align: center;
		padding: 10px;
	}
	#banners a.more {
		position: absolute;
		left: 50%;
		margin-left: -150px;
	}
	#banners .description {
		margin-top: 0;
		padding-top: 0;
	}
	#details .detail {
		width: 100%;
	}
	.box33 {
		float: none;
		width: 100%;
		clear: both;
	}
	.box66 {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.box50 {
		width: 100%;
	}
	.product {
		width: 100%;
		text-align: center;
	}.par {
		width: 100%;
		text-align: left;
	}
	.product img {
		display: none;
	}
	.product p {
		text-align: center;
	}
	.products a.more {
		position: absolute;
		left: 50%;
		margin-left: -65px;
	}
	#support {
		text-align: center;
	}
	.space10 {
		width: 100%;
	}
	#support .mark {
		margin: 0 auto;
	}
	.dep {
		margin: 0 auto;
		width: 100%;
	}
	#contact a.more {
		position: absolute;
		left: 50%;
		margin-left: -95px;
	}
}
@media (max-width: 480px) {
    #about {
       	text-align: center;
    }
    #about .img {
    	float: none;
    }
    #products h1 {
    	text-align: center;
    }
    #contact {
    	text-align: center;
    }
    .chatonline,.whats {
    	float: none;
    }
    #top {
    	height: 150px;
    }
    .par {
		width: 100%;
		text-align: left;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    #support .img {
       	width: 100%;
    }
    .textabout {
    	padding-right: 0;
    }
    #about .box50.left,
    .box50.left {
    	padding-right: 0;
    }
    .par {
		width: 100%;
		text-align: left;
	}
}
