
*{
	margin:0;
	padding:0px;

}

body{
	background-color: #fff;
}


.header{
	height: auto;
	float:left;
	width: 100%;
    
}

.topo{
    position:fixed;
    left:0;
    width:100%;
    height:90px;
    padding:0 0 20px 0;
    background-color: #FFF;
    border-bottom: 1px solid #b8b8b8;
    float: left;
    z-index:9999999;

}



.logo{
	width:250px;
	height:88px;
	float:left;
	  background-image: url(../img/logo.png);
	  background-repeat: no-repeat;
	  position: absolute;
	  margin:20px 15px 15px 20px;

}



.logo-mobile{
	width:100%;
	height:88px;
	float:left;
	  background-color: #fff;
	  margin:0px 0 0 -20px;
	  position: fixed;
	  z-index:99999999999;
	  padding:5px 10px;

}


.logo-mobile img{
	float:left;
	margin:10px 0 0 20px;
}



.banner iframe{
	width: 100%;
	height:605px;
	border: none;
	margin-top:0px;
}

.demo{
	width: 100%;
	min-height: 120px;
	border: none;
	margin-top:0px;
	background-color: #147176;
	float: left;
}
 
ul.menu{
    margin:0;
    padding:5px;
    list-style:none;
    float: right;
}

ul.menu li{
	float:left;
padding-top:20px;}


ul.menu a{
        display:block;
        padding:8px 15px;
        font-size:13px;
         font-weight: bold;
	color:#2c2c2c;
	font-family: 'Lato', sans-serif;
    }


    ul.menu a:hover{
      
	color:#18bdc8;
	text-decoration:none;
   }
 


.banner{
	width: 100%;
	min-height:550px;
	float:left;
}

h1{
	font-size: 40px;
    color: #13151c;
    line-height: 48px;
    text-align: center;
    	font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 20px;
}


h1.titulo-light{
	 font-size: 45px;
    color: #13151c;
    line-height: 48px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top:150px;
}


p.texto{
	   font-size:16px;
	   line-height: 25px;
	    color: #666;
	font-family: 'Lato', sans-serif;
	text-align: center;
	margin-top:20px;
	padding:0 20px;
}

.section1{
	padding:60px 0px;
}

.section1 h1{
	margin-top:40px;
}

.section2{
	padding:60px 0 0 0px;
	background-color: #f5f5f5;
}

.section2-voip{
	padding:10px 0px;
	background-color: #f5f5f5;
}


.section3{
	padding:60px 0px;
	background-color: #15acb6;
}



.section3 h3{
	font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    	font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-style: normal;

}



.section3 p{
	font-size: 15px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    	font-family: 'Lato', sans-serif;
    font-style: normal;

    padding:0 15px;
    margin-bottom:10px;


}

a.botao{
	border:1px solid #fff;
	padding:10px;
	color:#fff;
	text-align: center;
	margin:30px 0;
	text-decoration:none;
	border-radius:5px;
	
}

a.botao:hover{
	border:1px solid #fff;
	padding:10px;
	color:#15acb6;
	text-align: center;
	margin:30px 0;
	text-decoration:none;
	background-color: #fff;
		border-radius:5px;
		transition:all 1500ms;
	
}


a.botao3{
	border:1px solid #fff;
	padding:10px;
	color:#fff;
	text-align: center;
	margin:30px 0;
	text-decoration:none;
	border-radius:5px;
	background-color: #18bdc8;
	
}


a.botao-venda{
	border:1px solid #fff;
	padding:10px 20px;
	color:#fff;
	text-align: center;
	margin:30px 0;
	text-decoration:none;
	border-radius:5px;
	background-color: #15acb6;
	
}


a.botao-venda:hover{
	border:1px solid #fff;
	
	color:#fff;
	text-align: center;
	margin:30px 0;
	text-decoration:none;
	border-radius:5px;
	background-color: #11929b;
	transition:all 1500ms;
	
}




ul.lista li{
	padding:10px 0;
	list-style-image: url('../img/check.png');
		font-family: 'Lato', sans-serif;
}

img.ga{
	margin-top:10px;
}
 
footer{
	
	background-color: #f5f5f5;
	float: left;
	width: 100%;
	padding:30px 0;
	background-image: url(../img/bg-line-footer.png);
	background-repeat: repeat-x;

}


h2.tit-footer{
	font-size: 20px;
	font-weight: bold;
	text-align: left;
		font-family: 'Lato', sans-serif;
}


p.texto-footer{
	   font-size:16px;
	   line-height: 25px;
	color:#555;
	font-family: 'Lato', sans-serif;
	margin-top:20px;

}

p.texto-footer2{
	   font-size:16px;
	   line-height: 25px;
	color:#555;
	font-family: 'Lato', sans-serif;
	margin-top:20px;
	padding:15px 0;
	border-bottom:1px solid #000;
	border-top:1px solid #000;

}

p.texto-footer3{
	   font-size:16px;
	   line-height: 25px;
	color:#555;
	font-family: 'Lato', sans-serif;
	margin-top:20px;
	padding:0px 0px 15px 0;
	border-bottom:1px solid #000;

}



ul.menu-footer li{
	
	text-align: left;
	
		list-style-type: none;
		
		padding:5px 0;

}


ul.menu-footer li a{
	font-size: 15px;
	text-align: left;
		font-family: 'Lato', sans-serif;
		list-style-type: none;
		margin-left:0px;
		padding:0;
		color: #333;
		margin-left:-20px;
}


ul.menu-footer li a:hover{
	
		margin-left:-10px;
		transition:all 1000ms;
		color:#18bdc8;
		text-decoration: none;
}






#copyright{

	background-color: #b8b8b8;
	float: left;
	width: 100%;
	padding:30px 0;
	color:#fff;
}

#copyright p{
	margin-top:10px;
}



/*conteudo home*/

.section1-home{
	padding:70px 0px;
}

.section1-home h1{
	text-align:center;
	padding: 0px;
	font-size: 49px;
    color: #13151c;
    line-height: 48px;
    text-align: center;
  font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
}


.section1-home h3{
	    text-align: center;
    font-size: 23px;
    color: #787879;
    line-height: 22px;
    text-align: center;
   font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.linha-titulo{
	margin-top:-10px;
}


#parallaxBar1{
	height:500px;
	background-color:#000;
	background: url(../images/bg-calltracking.jpg)  no-repeat center center fixed;
    width: 100%;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
    position: relative; 
    width: 100%;




}




#parallaxBar1 h1 img{
	margin-top:150px;
}



#parallaxBar1 h3{
font-size: 32px;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
   font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
margin-top:30px;
margin-left:-20px;}


#parallaxBar1 h4{
font-size: 24px;
    color: #e9e9e9;
    line-height: 22px;
    text-align: center;
     font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;}

.borda-colorida{
		background-image: url(../img/bg-line-footer.png);
		background-repeat: repeat-x;
		width: 100%;
		height:10px;
		float: left;
}



.section3-home{
	padding:80px 0;
}

.section3-home h2.tit-azul{
	color: #00accb;
  
    text-transform: inherit;
     text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
}


.section3-home h2.tit-verde{
	color: #9edd7f;
   
    text-transform: inherit;
     text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
}


.section3-home h2.tit-amarelo{
color: #fedc54;
  
    text-transform: inherit;
     text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
}


.section3-home h2.tit-vermelho{
	color: #ec6451;
  
    text-transform: inherit;
     text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
}

.section3-home p{
   
   
 font-family: 'Lato', sans-serif;
     line-height: 28px;
    font-weight: 300;
    font-style: normal;
    color: #96989b;
    font-size: 16px;
 padding:0 10px;
 text-align: center;}




#parallaxBar2{
	height:auto;
	background-color:#004c82;
	background: url(../images/bg-funcionalidades.jpg) repeat-y center center fixed;
    width: 100%;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
    position: relative; 	
    padding:80px 0;
    width: 100%;

}

#parallaxBar2 h1{
        font-size: 45px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
     font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
}


#parallaxBar2 p{
       text-align: center;
    font-size: 19px;
    color: #fff;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 30px;
    margin-top:30px;
}



#parallaxBar3{
	height:auto;
	background-color:#004c82;
	background: url(../images/bg-integracao.jpg) repeat-y center center fixed;
    width: 100%;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
    position: relative; 	
    padding:80px 0;

   
}

#parallaxBar3 h1{
	
	    font-size: 53px;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
    font-family: Merriweather;
    font-weight: 300;
    font-style: italic;
}

#parallaxBar3 h1 span{
	    font-size: 24px;
    color: #e9e9e9;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal
}



#parallaxBar4{
	height:500px;
	background-color:#004c82;
	background: url(../images/bg-integracao2.jpg) no-repeat center center fixed;
    width: 100%;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
    position: relative; 	
    padding:80px 0;
  
   
}

#parallaxBar4 h1{
	margin-top:160px;
}



ul.integracao-lista{
	margin-left:15%;
	margin-top:30px;
}

ul.integracao-lista li{
	float: left;
	list-style-type: none;
	list-style: none;
	padding:20px;
}



.linha-funcionalidades{
	width:70px;
	height:1px;
	background-color: #fff;
	vertical-align: center;
	margin-top:30px;
}



.linha-preta{
	width:70px;
	height:1px;
	background-color: #000;
	vertical-align: center;
}


/*objetos flutuanes*/

#ground{
	height:100px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:url(sprite.png) repeat-x 0 bottom;
	z-index:7;
}


.cloud{
	width:202px;
	height:320px;
	
	position:absolute;
	z-index:10;
}
#cloud1{
	top:-6%;
	left:-2%;
	z-index:3;
}
#cloud2{
	top:10%;
	left:50%;
}
#cloud3{
	top:20%;
	right:17%;
}
#cloud4{
	top:13%;
	right:12%;
	z-index:5;
}
#sun{
	width:358px;
	height:225px;
	position:absolute;
	z-index:8;
	top:-4%;
	right:1%;
}
#snail{
	width:85px;
	height:71px;
	background:url(sprite.png) no-repeat 0 -240px;
	position:absolute;
	z-index:10;
	top:-22px;
	left:50%;
}
#message{
	width:129px;
	height:63px;
	background:url(sprite.png) no-repeat -120px top;
	position:absolute;
	z-index:12;
	top:-100px;
	left:45%;
	font-size:12px;
	line-height:20px;
	padding:15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.butterfly{
	width:232px;
	height:380px;
	background:url(../images/phone_home.png) no-repeat 0 0;
	position:absolute;
	z-index:20;
}
#fly1{
	top:-40px;
	right:24%;
}
#fly2{
	top:-30px;
	right:20%;
}
#balloon{
	width:200px;
	height:515px;
	background:url(sprite.png) no-repeat -120px -120px;
	position:absolute;
	bottom:-200px;
	left:10%;
	z-index:5;
}

#iefix {
  margin: 0; 
  border: 0; 
  padding: 0; 
  clear: both; 
  float: none; 
  font-size: 1px;
}
#social{
	background:#fff;
	position:absolute;
	right:10%;
	top:30%;
	z-index:10;
	width:65px;
	box-shadow:1px 2px 3px #CCCCCC inset;
	-moz-box-shadow:1px 2px 3px #CCCCCC inset;
	-webkit-box-shadow:1px 2px 3px #CCCCCC inset;
}
#social ul{
	list-style:none;
	margin:0;
	padding:5px;
	text-align:center;
}
#social li{
	margin:5px 0;
}




a.box-calltracking:hover{
	background-color: #0797b4;
	transition:all 1500ms;
	border-right:10px solid #000;
	color:#fff;
	

}




a.box-calltracking, a.box-numeros-dinamicos, a.box-gravacao, a.box-clicktocall, a.box-relatorio, a.box-sms{
	width:100%;
	height:220px;
	background-color: #ccc;
	float: left;
	z-index:999999;
	padding:10px 10px 20px 10px;
	border-right:20px solid #ccc;
	margin-top:10px;
	text-decoration: none;
	text-align: right;
	 font-size:16px;
	   line-height: 25px;
	font-family: 'Lato', sans-serif;
	color:#444;
	font-weight: 400;



}



a.box-calltracking:hover{
	background-color: #0797b4;
	transition:all 1500ms;
	border-right:20px solid #000;
	color:#fff;
}


a.box-numeros-dinamicos:hover{
	background-color: #86bf77;
	transition:all 1500ms;
	border-right:20px solid #000;
	color:#fff;
}



a.box-gravacao:hover{
	background-color: #fee376;
	transition:all 1500ms;
	border-right:20px solid #000;
	color:#fff;
}


a.box-clicktocall:hover{
	background-color: #c05c4f;
	transition:all 1500ms;
	border-right:20px solid #000;
	color:#fff;
}


a.box-relatorio:hover{
	background-color: #a788ab;
	transition:all 1500ms;
	border-right:20px solid #000;
	color:#fff;
}


a.box-sms:hover{
	background-color: #f59435;
	transition:all 1500ms;
	border-right:20px solid #000;
	color:#fff;
}



.section4-home{
	padding:60px 0px;
	background-color: #f5f5f5;
}

.section4-home h2{
font-size: 32px;
    color: #13151c;
    line-height: 46px;
    text-align: center;
  font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
}


.section4-home p{
    font-size: 23px;
    color: #787879;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;}




.section5-home{
	padding:60px 0px;
	background-color: #f5f5f5;
}

.section5-home h2{


    font-size: 32px;
    color: #13151c;
    line-height: 46px;
    text-align: center;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    font-style: italic;

}


.section5-home p{
    font-size: 23px;
    color: #787879;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;}



.section6-home{
	padding:40px 0px;
	background-color: #FFF;
	border-bottom:1px solid #f1f1f1;
}


.section6-home h1{
    font-size: 48px;
    color: #000;
    line-height: 48px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
}


.section6-home p{
        font-size: 23px;
    color: #787879;
    line-height: 22px;
    text-align: center;
      font-family: Lato;
    font-weight: 400;
    font-style: normal;
    margin-top:30px;
}




.section7-home{
	padding:30px 0px;
	background-color: #FFF;
}


.section8-home{
	padding:40px 0px;
	background-color: #FFF;
	float: left;
	border-bottom:1px solid #ccc;
	margin-bottom: 30px;
}


.section8-home h2{
    font-size: 32px;
    color: #13151c;
    line-height: 46px;
    text-align: center;
  font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
}


.section8-home p{
        font-size: 16px;
    color: #787879;
    line-height: 22px;
    text-align: center;
      font-family: Lato;
    font-weight: 400;
    font-style: normal;
    margin-top:30px;
}





.blog-destaque{
	width:100%;
	min-height:350px;
	float: left;
	background-image: url(../images/rastreamento-chamadas.jpg);
	background-repeat: no-repeat;
	

}


.content-blog{
	min-height:350px;
    left: 0;
    padding: 23px 23px 23px 38px;
    top: 0;
    width: 50%;
    background-color: #129bc2;
    opacity: 0.8;
    color:#fff;
    float: left;
}

.content-blog h3 a{
	color:#fff;
}

.content-blog p{
	margin-top: 20px;
	margin-bottom:30px;
}



.content-blog1{
	padding:2px 0 10px 0;
	border-bottom: dashed 1px #ccc;

	margin-bottom:5px;
	float: left;
}


.content-blog1 h3{

	margin-top:-2px;
}


.content-blog1 h3 a{
	color:#000;
	margin-top:-10px;
}

img.img-blog{
	width:160px;
	height:160px;
	background-color: #000;
	margin:0px 10px 10px 0;
	float: left;
}




/*funcionalidades*/


.titulo-funcionalidade h1{
        font-size: 48px;
    color: #13151c;
    line-height: 48px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top:150px;
}

.section1-fUncionalidades{
	margin-top:30px;

}

.section1-fUncionalidades h3{
    font-size: 20px;
    color: #01abce;
    line-height: 22px;
    text-align: center;
      font-family: Lato;
    font-weight: 700;
    font-style: normal;
    margin-top:30px;}

   .section1-fUncionalidades p{
    font-size: 15px;
    color: #666;
    line-height: 22px;
    text-align: center;
      font-family: Lato;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    padding:0px;
  }

.section1-fUncionalidades img{
	width:365px;
	height:210px;
	float: left;
	margin:10px 0;

}

.box-funcionalidade:hover{
	background-color:#ccc;
	transition:all 1400ms;
	text-decoration: none;
}



.section2-fUncionalidades{
	padding:100px 0;
	float: left;
	margin-top:30px;
	background-image: url(../images/call_center_2.png);
}

.section2-fUncionalidades h2{
font-size: 32px;
   color: #444;
    line-height: 46px;
    text-align: center;
    font-weight: 300;
    font-family: Lato;
    font-style: italic;}

.section2-fUncionalidades h2 span{
    font-size: 24px;
    color: #787879;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 700;
    font-style: normal;}




/*preco*/


.titulo-preco h1{
        font-size: 48px;
    color: #13151c;
    line-height: 48px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top:50px;

}

  .titulo-preco h2{
   font-size: 24px;
    color: #787879;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 700;
    font-style: normal;
margin-top: 50px;}
}


.tabela2{
	  margin:80px 0;
	  float: left;

}

table{
	float: left;
}


/*agencias*/

.titulo-agencia h1{
        font-size: 48px;
    color: #13151c;
    line-height: 48px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top:150px;
}


.section1-agencia{
	padding:20px 0 40px 0;
	float: left;

}



.section1-agencia h2{
font-size: 32px;
    color: #13151c;
    line-height: 38px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    font-style: italic;}



p.texto2{
  font-size: 16px;
    color: #555;
    line-height: 28px;
    text-align: justify;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    margin-top:20px;
}

p.texto3{
  font-size: 16px;
    color: #555;
    line-height: 28px;
    text-align: justify;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    margin-top:20px;
padding:0 30px 0 0px;}

p.texto4{
  font-size: 16px;
    color: #555;
    line-height: 28px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    margin-top:20px;
padding:0 30px 0 0px;}



p.texto5{
	   font-size:16px;
	   line-height: 25px;
	color:#555;
	font-family: 'Lato', sans-serif;
	text-align: justify;
	margin-top:20px;
	padding:0 20px;
}


p.texto6{
  font-size: 16px;
    color: #666;
    line-height: 22px;
    text-align: justify;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 0px;
}


   .section2-agencia{
	padding:80px 0;
	background-color: #fdfdfd;
	float: left;
	margin-top:20px;
}

.section2-agencia h2.tit-azul{
	color: #00accb;
  	font-weight: 700;
    text-transform: inherit;
     text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
}


.section2-agencia h2.tit-verde{
	color: #9edd7f;
   	font-weight: 700;
    text-transform: inherit;
     text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
}


.section2-agencia h2.tit-amarelo{
color: #fedc54;
  	font-weight: 700;
    text-transform: inherit;
     text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
}


.section2-agencia h2.tit-vermelho{
	color: #ec6451;
  	font-weight: 700;
    text-transform: inherit;
     text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
}

.section2-agencia p{
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    padding:0 10px;
    font-style: normal;
  color: #96989b;
    font-size: 16px;
text-align: center;}

.link-agencia1{
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	    font-family: 'Lato', sans-serif;
	    color: #00accb;

 text-decoration: underline;
}


.link-agencia2{
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	    font-family: 'Lato', sans-serif;
	    color: #9edd7f;

 text-decoration: underline;
}


.link-agencia3{
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	    font-family: 'Lato', sans-serif;
	    color: #fedc54;

 text-decoration: underline;
}


.link-agencia4{
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	    font-family: 'Lato', sans-serif;
	    color: #ec6451;

 text-decoration: underline;
}


.section3-agencia{
	padding:100px 0;
	float: left;
	margin-top:30px;
	background-image: url(../images/bg-agencia.jpg);

}

.section3-agencia h2{
font-size: 32px;
   color: #000;
    line-height: 46px;
    text-align: center;
    font-weight: 300;
    font-family: Lato;
    font-style: italic;}


.section3-agencia h2 span{
    font-size: 24px;
    color: #555;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 700;
    font-style: normal;}




/*FUNCIONALIDADES*/
.section1-funcionalidade-interno{
	float: left;
	margin-top: 50px;
	background-color: #f5f5f5;
}

.section2-funcionalidade-interno{
	float: left;
	margin-bottom: 50px;
}

.section3-funcionalidade-interno{
	float: left;
	margin-bottom: 50px;
	margin-top:30px;
}


.section1-funcionalidade-interno h1{
	margin-top:90px;
}
.section2-funcionalidade-interno h2{
	text-align: center;
	margin-top:40px;
	    font-family: 'Lato', sans-serif;
}

h2.click{
	 text-align: center;
    font-size: 23px;
    font-weight: 400;
    color: #787879;
    font-family: Lato, Arial, sans-serif;
}

h2.click2{
	text-align: center;
    font-size: 23px;
    font-weight: 400;
    color: #787879;
    font-family: Lato, Arial, sans-serif;
   

}

.calltracking-destaque img{
	
	height: auto;
	width: 100%;

}



.numeros-destaque img{
	
	height: auto;
	width: 100%;
	margin-top: 30px;

}






.funciona-call{
	padding:50px 0;
}




.section1-contato{
	margin-top:50px;
}



.endereco-contato{
	padding:20px 0;
	border-bottom: 1px solid #ccc;
	padding:20px 0;
}


.endereco-contato h2{
	font-family: Lato;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    color: #13151c;
    font-size: 20px;
     text-align: center;
     margin:0px 0 0 0px;
}

.endereco-contato h3{
		font-family: Lato;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    color: #13151c;
    font-size: 20px;
     text-align: center;
     margin:0px 0 0 0px;}


 .endereco-contato p{
    font-family: Lato;
    line-height: 28px;
    font-weight: 300;
    font-style: normal;
    color: #555;
    font-size: 16px;
    text-align: center;
     margin:0px;
}


.box-form input, .box-form select{
	width: 100%;
	height:auto;
	padding:10px;
	border:1px solid #edecec;
	background-color: #f5f5f5;

}

.box-mensagem textarea{
	width: 100%;
	height:auto;
	padding:2px;
	border:1px solid #edecec;
	background-color: #f5f5f5;

}

.botao input{
	background-color:#18bdc8;
	color:#fff;
	padding:10px 20px 10px 20px;
	margin:20px 0 0 0;
	font-size: 15px;
	border:none;
}


.img-ad{
	width: 100%;
}




.section1-vendas{
	padding:80px 0px;
	float: left;
	background-color: #fff;
	border-bottom: 1px solid #ccc;

}

.section1-vendas-last{
	padding:80px 0px;
	float: left;
	background-color: #fff;


}


.section2-vendas{
	padding:60px 0px;
	float: left;
	background-color: #faf9f9;
	margin:0px;
}




.section1-relatorio{
	padding:30px 0px;
	margin:20px 0;
	float: left;
}

/*Smartphone*/
@media only screen and (max-width : 320px), (max-width : 360px), (max-width : 411px), (max-width : 435px) {

#parallaxBar1 h3{
	font-size: 20px;
	line-height: 22px;
	padding:10px;
		text-align: center;

}



.titulo-agencia h1{
   
    margin-top:10px;
    font-size: 30px;
}


#parallaxBar2 h1{
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
}


a.box-calltracking, a.box-numeros-dinamicos, a.box-gravacao, a.box-clicktocall, a.box-relatorio, a.box-sms{
	width:100%;
	height:auto;
	background-color: #ccc;
	float: left;
	z-index:999999;
	padding:20px;
	border-right:20px solid #ccc;
	
	text-decoration: none;
	text-align: right;
	 font-size:16px;
	   line-height: 25px;
	font-family: 'Lato', sans-serif;
	color:#444;
	font-weight: 400;
	margin-top:20px;



}


#parallaxBar3{
	margin-top:50px;
}

#parallaxBar3 h1{
	
	    font-size: 40px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    font-family: Merriweather;
    font-weight: 300;
    font-style: italic;
}

#parallaxBar3 h1 span{
	font-size: 20px;
    color: #e9e9e9;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
}


img.dash-home{
	width: 100%;
}


.titulo-funcionalidade h1{
    font-size: 25px;
    color: #000;
    line-height: 48px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    margin-top:10px;
}



.section1-fUncionalidades img{
	width:100%;
	height:auto;
	float: left;
	margin:10px 0;

}


p.texto3{
  font-size: 16px;
       color: #666;
    line-height: 28px;
    text-align: left;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    margin-top:20px;
padding:20px}



.funciona-call{

	width: 100%;
}

.img-ad{
	width: 100%;
}



.titulo-preco h1{
    font-size: 20px;
    color: #000;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    margin-top:50px;

}

  .titulo-preco h2{
   font-size: 24px;
    color: #787879;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 700;
    font-style: normal;
margin-bottom: 40px;
margin-top: 50px;}
}



.tabela2{
	  margin:80px 0;
	  float: left;
	  	margin-left:10px;

}

table{
	float: left;
	width: 100%;

}

ul.menu-footer li a{
	font-size: 15px;
	text-align: left;
		font-family: 'Lato', sans-serif;
		list-style-type: none;
		margin-left:0px;
		padding:0;
		color: #333;
		margin-left:0px;
}





}




/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {


#parallaxBar1 h3{
	font-size: 20px;
	line-height: 22px;
	padding:10px;
		text-align: center;

}


.titulo-agencia h1{
   
    margin-top:10px;
    font-size: 30px;
}


#parallaxBar2 h1{
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
}




a.box-calltracking, a.box-numeros-dinamicos, a.box-gravacao, a.box-clicktocall, a.box-relatorio, a.box-sms{
	width:100%;
	height:auto;
	background-color: #ccc;
	float: left;
	z-index:999999;
	padding:20px;
	border-right:20px solid #ccc;
	
	text-decoration: none;
	text-align: right;
	 font-size:16px;
	   line-height: 25px;
	font-family: 'Lato', sans-serif;
	color:#444;
	font-weight: 400;
	margin-top:20px;



}

#parallaxBar3 h1{
	
	    font-size: 40px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    font-family: Merriweather;
    font-weight: 300;
    font-style: italic;
}

#parallaxBar3 h1 span{
	font-size: 20px;
    color: #e9e9e9;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
}


img.dash-home{
	width: 100%;
}


.titulo-funcionalidade h1{
    font-size: 25px;
    color: #000;
    line-height: 48px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    margin-top:10px;
}



.section1-fUncionalidades img{
	width:100%;
	height:auto;
	float: left;
	margin:10px 0;

}


p.texto3{
  font-size: 16px;
      color: #666;
    line-height: 28px;
    text-align: left;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    margin-top:20px;
padding:20px}



.funciona-call{

	width: 100%;
}

.img-ad{
	width: 100%;
}



.titulo-preco h1{
    font-size: 20px;
    color: #000;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    margin-top:50px;

}

  .titulo-preco h2{
   font-size: 24px;
    color: #787879;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 700;
    font-style: normal;
margin-bottom: 40px;
margin-top: 50px;}
}



.tabela2{
	  margin:80px 0;
	  float: left;
	  	margin-left:10px;

}

table{
	float: left;
	width: 100%;

}

ul.menu-footer li a{
	font-size: 15px;
	text-align: left;
		font-family: 'Lato', sans-serif;
		list-style-type: none;
		margin-left:0px;
		padding:0;
		color: #333;
		margin-left:0px;
}


}


/*Styles for screen 515px and lower*/
@media only screen and (max-width : 640px) {


#parallaxBar1 h3{
	font-size: 20px;
	line-height: 22px;
	padding:10px;
	text-align: center;

}


.titulo-agencia h1{
   
    margin-top:10px;
    font-size: 30px;
}


#parallaxBar2 h1{
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
}


a.box-calltracking, a.box-numeros-dinamicos, a.box-gravacao, a.box-clicktocall, a.box-relatorio, a.box-sms{
	width:100%;
	height:auto;
	background-color: #ccc;
	float: left;
	z-index:999999;
	padding:20px;
	border-right:20px solid #ccc;
	
	text-decoration: none;
	text-align: right;
	 font-size:16px;
	   line-height: 25px;
	font-family: 'Lato', sans-serif;
	color:#444;
	font-weight: 400;
	margin-top:20px;



}

#parallaxBar3 h1{
	
	    font-size: 40px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    font-family: Merriweather;
    font-weight: 300;
    font-style: italic;
}

#parallaxBar3 h1 span{
	font-size: 20px;
    color: #e9e9e9;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
}


img.dash-home{
	width: 100%;
}


.titulo-funcionalidade h1{
    font-size: 25px;
    color: #000;
    line-height: 48px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    margin-top:10px;
}



.section1-fUncionalidades img{
	width:100%;
	height:auto;
	float: left;
	margin:10px 0;

}


p.texto3{
  font-size: 16px;
     color: #666;
    line-height: 28px;
    text-align: left;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    margin-top:20px;
padding:20px}



.funciona-call{

	width: 100%;
}

.img-ad{
	width: 100%;
}



.titulo-preco h1{
    font-size: 20px;
    color: #000;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    margin-top:50px;

}

  .titulo-preco h2{
   font-size: 24px;
    color: #787879;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 700;
    font-style: normal;
margin-bottom: 40px;
margin-top: 50px;}
}



.tabela2{
	  margin:80px 0;
	  float: left;
	  	margin-left:10px;

}

table{
	float: left;
	width: 100%;

}

ul.menu-footer li a{
	font-size: 15px;
	text-align: left;
		font-family: 'Lato', sans-serif;
		list-style-type: none;
		margin-left:0px;
		padding:0;
		color: #333;
		margin-left:0px;
}


}





/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {

	#parallaxBar1 h3{
	font-size: 20px;
	line-height: 22px;
	padding:10px;
	text-align: center;

}


.titulo-agencia h1{
   
    margin-top:10px;
    font-size: 30px;
}


#parallaxBar2 h1{
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
}


a.box-calltracking, a.box-numeros-dinamicos, a.box-gravacao, a.box-clicktocall, a.box-relatorio, a.box-sms{
	width:100%;
	height:auto;
	background-color: #ccc;
	float: left;
	z-index:999999;
	padding:20px;
	border-right:20px solid #ccc;
	
	text-decoration: none;
	text-align: right;
	 font-size:16px;
	   line-height: 25px;
	font-family: 'Lato', sans-serif;
	color:#444;
	font-weight: 400;
	margin-top:20px;



}

#parallaxBar3 h1{
	
	    font-size: 40px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    font-family: Merriweather;
    font-weight: 300;
    font-style: italic;
}

#parallaxBar3 h1 span{
	font-size: 20px;
    color: #e9e9e9;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
}


img.dash-home{
	width: 100%;
}


.titulo-funcionalidade h1{
    font-size: 25px;
    color: #000;
    line-height: 48px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    margin-top:10px;
}



.section1-fUncionalidades img{
	width:100%;
	height:auto;
	float: left;
	margin:10px 0;

}


p.texto3{
  font-size: 16px;
       color: #666;
    line-height: 28px;
    text-align: left;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    margin-top:20px;
padding:20px}



.funciona-call{

	width: 100%;
}

.img-ad{
	width: 100%;
}



.titulo-preco h1{
    font-size: 20px;
    color: #000;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    margin-top:50px;

}

  .titulo-preco h2{
   font-size: 24px;
    color: #787879;
    line-height: 22px;
    text-align: center;
    font-family: Lato;
    font-weight: 700;
    font-style: normal;
margin-bottom: 40px;
margin-top: 50px;}
}



.tabela2{
	  margin:80px 0;
	  float: left;
	  	margin-left:10px;

}

table{
	float: left;
	width: 100%;

}

ul.menu-footer li a{
	font-size: 15px;
	text-align: left;
		font-family: 'Lato', sans-serif;
		list-style-type: none;
		margin-left:0px;
		padding:0;
		color: #333;
		margin-left:0px;
}

}

