@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
 

html {
    -webkit-font-smoothing: antialiased !important;
}


@font-face {
    font-family: 'latolight_italic';
    src: url('../font/lato/lato-lightitalic-webfont.eot');
    src: url('../font/lato/lato-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/lato/lato-lightitalic-webfont.woff2') format('woff2'),
url('../font/lato/lato-lightitalic-webfont.woff') format('woff'),
url('../font/lato/lato-lightitalic-webfont.ttf') format('truetype'),
url('../font/lato/lato-lightitalic-webfont.svg#latolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latolight';
    src: url('../font/lato/lato-light-webfont.eot');
    src: url('../font/lato/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/lato/lato-light-webfont.woff2') format('woff2'),
url('../font/lato/lato-light-webfont.woff') format('woff'),
url('../font/lato/lato-light-webfont.ttf') format('truetype'),
url('../font/lato/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latomedium';
    src: url('../font/lato/lato-medium-webfont.eot');
    src: url('../font/lato/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/lato/lato-medium-webfont.woff2') format('woff2'),
url('../font/lato/lato-medium-webfont.woff') format('woff'),
url('../font/lato/lato-medium-webfont.ttf') format('truetype'),
url('../font/lato/lato-medium-webfont.svg#latomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latoregular';
    src: url('../font/lato/lato-regular-webfont.eot');
    src: url('../font/lato/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/lato/lato-regular-webfont.woff2') format('woff2'),
url('../font/lato/lato-regular-webfont.woff') format('woff'),
url('../font/lato/lato-regular-webfont.ttf') format('truetype'),
url('../font/lato/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
 
 
 
::-moz-selection { /* Code for Firefox */
    color: white;
    background: red;
}

::selection {
    color: white;
    background: red;
}


 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 91%;
    margin:0;
    padding: 0px 4%;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'latolight', arial, helvetica;
	color: #333;
	color: #000;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
    margin-bottom: 25px;
	font-size: 300%;
}
h2{
	font-size: 300%;
}


p{
    font-family: 'latolight', arial, helvetica;
	font-size: 110%;
}
.section{
	margin-top: -42px;
	text-align:center;
}
#menu li {
	display: inline-block;
    margin: 21px 25px 0px 0px;
    color: #000;
    float: right;
    background: none repeat scroll;
}

#menu li:first-child {margin-top: 0px !important; float:left; margin-left: 25px;}

#menu li.active{
	background: #666;
    background: rgba(255, 0, 0, 0.5);
    color: #9B2B2B;
    border-radius: 47px;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color:#FF0004;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 16px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	font-family: 'latoregular', arial, helvetica;
	position:fixed;
	top:0;
	left:0;
	height: 150px;
	z-index: 70;
	width: 100%;
	padding-top: 25px;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}

/* Sections
		 * --------------------------------------- */
		#section0 {
			background:url(imgs/all_in_one.jpg) center -100px;
		}
		
		#section1 .innovate p {font-family: 'latolight', Arial, sans-serif; font-size: 100%;}
		
		#section2 {
			background:url(imgs/section2-bg.jpg) center center no-repeat;
		}
		
		#section2 {
			background:url(imgs/section2-bg.jpg) center center no-repeat;
		}
		
		#section2 h2 { color:#FFFFFF;}
		
		#section2 ul { width: 60%; margin: 2% auto 6% auto; max-width: 1000px;}
		
		#section2 li { float: left; width: 50%; font-family: 'latolight', Arial, sans-serif;}
		
		#section2 li:nth-child(2) { padding:8px 0 0 0; color:#FFFFFF; text-align:left; }
		
		#section3 h1, h3 { color: #006290;}
		
		#section3 { background:url(imgs/section3-bg.gif) center top no-repeat;}
		
		#section3 ul { font-family: 'latomedium', arial, helvetica; width:100%; margin: 0px auto 0px auto; text-align:center;}
		
		#section3 ul li { width: 85%; padding-top: 60px; color: #FFF; margin: 0px auto;}
		
		#section4 h1 { font-size: 36px; color: #ccc;}
		
		#section4, fp-tableCell { padding-top: -200px !important;}
		
		
		.intro p{
			width: 80%;
			margin: 0 auto;
			font-size: 1.5em;
		}
		.twitter-share-button{
			position: absolute;
			z-index: 99;
			right: 149px;
			top: 9px;
		}
		
/* /Sections */


.logo {
	float:left;
	}
	
.logo1 {
	float:left;
	background-image:url(imgs/logo112.png);
	}
	
	
#section1 p{
	font-size: 150%;
	font-family: 'latolight_italic', Arial, sans-serif;
	line-height: 1.5em;
	color: #5C5C5C;
	width: 80%;
	margin: 0 auto;
	font-size: 1.5em;
}
.first-text { width: 50%; margin: 0 auto;}

.spancolor { color: red; font-weight:700;}

.buttons { font-family: 'latolight', arial, helvetica; text-align:center; width: 450px; height: 65px; margin: 25px auto;}

.buttons li { text-decoration:none; border-radius: 50px; margin-left: 12px; background-color:rgba(254,251,251,0.92); width: 45%; float: left; vertical-align: middle; line-height: 65px; border: 1px #FF6A00 solid;}

.buttons li:nth-child(1) { border: 1px #1eb9d3 solid; color: #1eb9d3;}
	.buttons li:nth-child(1) a { color: #1eb9d3;}
.buttons li:nth-child(2) { border: 1px #FF0004 solid; color: red;}
	.buttons li:nth-child(2) a { color: rgba(255,0,4,1.00);}

.spangreen { color:#82DA00;}
.subscription {background: url(imgs/separador.png) top center no-repeat; margin: 2% 0px 12px auto; height: 100%;}
.innovate { padding-top: 3%;}
.field { background:url(imgs/hand-talk.png) center -100px no-repeat; bottom: 0px; height: 100%;}
.email {
	
	margin-top: 4%;
  font-family: 'latolight', arial, helvetica;
  font-size: 20px;
  line-height: 20px;
  border: rgba(195,195,195,1.00) thick;
  width: 385px;
  height: 58px;
  background: rgba(250, 250, 250, 0.88);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.42);
  -moz-box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.42);
  /* box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.42); */
  padding-left: 15px;
  /* border: solid 1px #ccc; */
}
.field_wrapper {
	width: 564px;
	margin: 3% auto 0px auto;
	text-align: center;
}
.enviar {
  color: #FFF;
  width: 121px;
  font-family: "latolight",arial,helvetica;
  font-size: 20px;
  line-height: 20px;
  border: thick none #C3C3C3;
  height: 60px;
  background: rgba(255, 42, 45, 0.65) none repeat scroll 0% 0%;
  /* box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.42); */
  margin-left: -4px;
  /* border: solid 1px rgba(255, 42, 45, 0.65); */
}

.appdownload { width:100%;}

hr { width: 150px; margin:25px auto 0 auto;}

.contacto-wrapp { width: 100%; height: 100%; min-width: 1024px; position: absolute; background-color: #e5e5e5;}

.nome { text-align: left; color: #838383; margin-left: 0px !important;}

.contacto-wrapp li { min-width: 320px; float:left; width: 32%; padding: 1% 0.5%;}

.contacto-wrapp li:nth-child(4) { width: 60px; height: 60px; background-color:#D4D4D4
;}

.inputext {
	background-color: #F2F2F2;
	font-family: 'latolight', Arial, sans-serif;
	font-size:24px;
	color: #C8C8C8;
	width: 100%;
height: 48px;
margin-top: 12px;
border: none;
border-bottom: 1px solid #FF0004;
	}
	
.enviar {
	margin-left: -5px;
	width: 100px;
	min-width: 150px; 
}

.btn-contact { border-radius: 4px; padding: 0px; width: 250px; height: 68px; background-color:#dedede; margin: 0px auto; line-height: 70px; font-size: 24px; color: white;}

.btn-contact > a  { color:red;}


.btn-contact > a:hover a:active a:visited  { color:red;}

.foot { 
	width: 100%;
	height: auto;
}

.foot-container { max-width: 960px; position: relative; margin: 25px auto 25px auto;}

.logo_footer { position: relative; width: 269px, height:59px; margin: 25px auto 0px auto;}

.adress { font-size: 16px !important;}

.formbg_color {
	background-color: #F2F2F2;
border-radius: 4px;
border: 1px solid #DEDDDD;
	}

.box_styling1 {
	font-family: "latolight",Arial,sans-serif;
	background-color: #EFEFEF;
	color: #939393;
	margin: 9px auto;
	text-align: left;
	padding: 9px 12px;
	width: 80%;
	}
	

.sendbtn {
    border-radius: 4px;
	line-height: 41px;
	margin: 12px auto;
	font-family: "latolight",Arial,sans-serif;
	color: #FFF;
	width: 60%;
	height: 46px;
	background-color: #689F25;
	box-shadow: 0px 2px rgba(0, 0, 0, 0.29), 0px 0px 24px rgba(255, 255, 190, 0.25) inset;
	border: 1px solid #70A200;
}
	
.sendbtn:hover {
	border-radius: 4px;
	line-height: 44px;
	margin: 12px auto;
	font-family: "latolight",Arial,sans-serif;
	color: #FFF;
	width: 60%;
	height: 46px;
	background-color: rgb(159, 197, 114);
	box-shadow: 0px 2px rgba(0, 0, 0, 0.29), 0px 0px 24px rgba(255, 255, 190, 0.25) inset;
	border: 1px solid #BFD29B;
	}
	
.sendbtn1 {
    border-radius: 4px;
	line-height: 41px;
	margin: 12px auto;
	font-family: "latolight",Arial,sans-serif;
	color: #FFF;
	width: 85%;
	height: 46px;
	background-color: #689F25;
	box-shadow: 0px 2px rgba(0, 0, 0, 0.29), 0px 0px 24px rgba(255, 255, 190, 0.25) inset;
	border: 1px solid #70A200;
}
	
.sendbtn1:hover {
	border-radius: 4px;
	line-height: 44px;
	margin: 12px auto;
	font-family: "latolight",Arial,sans-serif;
	color: #FFF;
	width: 85%;
	height: 46px;
	background-color: rgb(159, 197, 114);
	box-shadow: 0px 2px rgba(0, 0, 0, 0.29), 0px 0px 24px rgba(255, 255, 190, 0.25) inset;
	border: 1px solid #BFD29B;
	}
	
.registerbtn {
    border-radius: 4px;
	line-height: 41px;
	margin: 12px auto;
	font-family: "latolight",Arial,sans-serif;
	color: #FFF;
	width: 60%;
	height: 46px;
	background-color: #87CAE4;
	box-shadow: 0px 2px rgba(0, 0, 0, 0.29), 0px 0px 24px rgba(255, 255, 190, 0.25) inset;
	border: 1px solid #95BDC6;
}
	
.registerbtn:hover {
	border-radius: 4px;
	line-height: 44px;
	margin: 12px auto;
	font-family: "latolight",Arial,sans-serif;
	color: #FFF;
	width: 60%;
	height: 46px;
	background-color: #5CAAC8;
	box-shadow: 0px 2px rgba(0, 0, 0, 0.29), 0px 0px 24px rgba(255, 255, 190, 0.25) inset;
	border: 1px solid #95BDC6;
	}
	
.contact_form { min-width: 960px; }


.reg_wrapper { margin: 12px auto; min-width: 280px; max-width: 545px;}


.reg_styling {
    font-family: "latolight",Arial,sans-serif;
    background-color: #EFEFEF;
    color: #939393;
    margin: 9px auto;
    text-align: left;
    padding: 9px 12px;
    width: 80%;
}

.styled-select select {
	background: none;
	font-family: "latolight",Arial,sans-serif;
	color: #a6a6a6;
   	width: 488px;
	padding: 5px;
	font-size: 16px;
	border: 0px none;
	height: 34px;
	
   }
   
.styled-select {
	font-family: "latolight",Arial,sans-serif;
	color: #a6a6a6;
	height: 34px;
	overflow: hidden;
	border: 1px solid #CCC;
	width: 84%;
	border-radius: 4px;
	margin: 21px auto;
	background: url(new_arrow.png) no-repeat right center;
}

.option {
		width: 100%;
		height: 40px;
		line-height: 20px;
		padding-top: 20px;
}

.data_loss { padding: 20px 0px 0px 0px; font-size: 15px !important; color:#818181; }

.data_loss a { font-family: "latolight",Arial,sans-serif; color:#626262;}

#section4 img { padding: 15px; position: relative;}

#foot { height: auto;
width: 14%;
color: #F00;
position: fixed;
bottom: 0px;
background-color: rgba(255, 255, 255, 0.62);
margin: 0px auto;
padding: 8px;
text-align: center;
font-size: 10px;}

@media screen and (max-width: 800px) {
    #section2 li { float: left; width: 100%; font-family: 'latolight', Arial, sans-serif;}
}


p.situacoes { font-size: medium; margin: 12px 0 0 0; width: 100%;}


.termos {padding-top: 30px; color: #848484; font-size: 20px !important;}

@media screen and (max-width: 800px) {
   .termos { width: 100% !important;}
}


@media screen and (max-width: 1024px) {
   .termos { width: 85% !important;}
}

@media screen and (min-width: 1200px) {
   .termos { width: 55% !important;}
}

#section_parceiros ul li { width: 25%; display: inline-block;}