/* LARGURA REAL DOS ELEMENTOS *********************************************************/

*{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	margin: 0;
	padding: 0;
}



/* SEPARA OS ELEMENTOS FLOATS *********************************************************/

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix{
    *zoom: 1;
}



/* CONTE�DO *****************************************************************************/

body{
	text-align: center;
	font-family: 'Lato', sans-serif;
	margin: 0;
	}

body ul{
    list-style:none;
	}

h1{
	font-size: 36;
	font-weight: 400;
	letter-spacing: -1px;
	color: #000;
	}
	
h2{
	margin: 0 0 10px 0;
	font-size: 26px;
	font-weight: 300;
	color: #000;
	letter-spacing: -1px;
	}
	
h3{
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	letter-spacing: -1px;
	line-height: 140%;
	}
	
h4{
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	}
	
.link1{
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: 500;
	color: #00aeef;
	line-height: 140%;
	}

.container{
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
	}
	
.col1{
	float: left;
	width: 60%;
	padding-right: 60px;
	}
	
.col2{
	float: left;
	width: 40%;
	}
	
.space{
	float: left;
	margin: 20px 0;
	width: 100%;
	height: 30px;
	text-align: center;
	}
	
.bt-down{
	margin: 0 auto;
	width: 100px;
	height: 100px;
	background: url(imagens/bt-down.png);
	background-size: 100%;
	opacity: 0.2;
	transition: all 150ms linear;
	cursor: pointer;
	}
	
.bt-down:hover{
	width: 120px;
	height: 120px;
	opacity: 0.6;
	}
	
.bt-up{
	margin: 0 auto;
	width: 100px;
	height: 100px;
	background: url(imagens/bt-up.png);
	background-size: 100%;
	opacity: 0.2;
	transition: all 150ms linear;
	cursor: pointer;
	}
	
.bt-up:hover{
	width: 120px;
	height: 120px;
	opacity: 0.6;
	}
	
.tarja100{
	float: left;
	width: 100%;
	}
	
	
	
	
/* MENU TOP *****************************************************************************/

span.top{
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	padding: 5px;
	background: rgba(255, 255, 255, 0.9);
	z-index: 999999;
	}
	
span.top2{
	float: left;
	display: none;
	width: 100%;
	height: 100px;
	padding: 5px;
	background: #fff;
	z-index: 999999;
	}

.logo{
	float: left;
	width: 260px;
	height: 100px;
	background: url('imagens/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.bt-menu{
	float: right;
	margin-top: 30px; 
	padding: 5px 15px;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: -2px;
	color: #151f4e;
	cursor: pointer;
	transition: all 250ms linear;
	}
	
.bt-menu:hover{
	background: #dee2fa;
	}
	
.menu2{
	float: right;
	display: none;
	width: 50%;
	margin: 20px 0;
	}

.nav1{
    list-style: none;
    font-family:'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -1px;
    margin: 0;
    padding: 0;
	}
 
.nav1 li{
    float: right;
    position: relative;
    z-index:9999;
	}
 
.nav1 li a:link,
.nav1 li a:visited{
    display: block;
    padding: 3px 15px;
    text-decoration: none;
    color: #006d33;
	}

.nav1 li:hover a,
.nav1 li a:active,
.nav1 li a:hover{
    display: block;
	}

.submenu1{
    margin:0;
    list-style:none;
    display:none;
    width:150px;
    position:absolute;
    top:25px;
    left:-100px;
}
 
.nav1 li:hover .submenu1{
    display:block;
	/*box-shadow: 0px 3px 10px #000;*/
}
 
.submenu1 li a:link,
.submenu1 li a:visited{
    display: block;
    padding: 10px 20px;
    background: #dee2fa;
    text-decoration: none;
    width: 200px;
    color: #000;
	border-top: 1px solid #000;
}
 
.submenu1 li:hover a,
.submenu1 li a:active,
.submenu1 li a:hover{
    display: block;
    background: #727791;
    color: #fff;
}
	
.telefone{
	float: right;
	margin: 10px 0 0 0;
	width: 70%;
	text-align: right;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -1px;
	}
	
.telefone img{
	margin: 0 10px 0 0;
	width: 45px;
	height: 45px;
	opacity: 0.4;
	}
	
.telefone img:hover{
	opacity: 1;
	}
	
.pentec{
  	position: fixed;
	margin: 0;
	top: 67%;
	right: -50px;
  	transform: rotate(-90deg);
	}

a.pentec-link{
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	color:#cacaca;
	}
	
a.pentec-link:hover{
	text-decoration: underline;
	color:#000;
	}
	


/* HOME *****************************************************************************/
#home{
	width: 100%;
	height: auto;
	min-height: 1000px;
	padding-top: 150px;
	text-align: center;
	background: #fff;
	}
	
.banner{
	margin: 0 0 30px 0;
	width: 100%;
	height: 400px;
	}
	
	
/* SERVI�OS *****************************************************************************/
#servicos{
	width: 100%;
	height: auto;
	min-height: 1000px;
	text-align: center;
	}
	
.servicos{
	float: left;
	margin: 150px 0 0 0;
	width: 20%;
	height: 400px;
	padding: 320px 0 0 5px;
	text-align: left;
	font-size: 35px;
	font-weight: 300;
	line-height: 100%;
	color: #fff;
	letter-spacing: -2px;
	text-shadow: 1px 1px 1px #000;
	cursor:pointer;
	z-index: 999999;
	transition: all 250ms linear;
	-webkit-filter: brightness(90%);
	}
	
.servicos:hover{
	height: 450px;
	margin: 100px 0 0 0;
	padding-top: 310px;
	font-size: 40px;
	text-shadow: 1px 3px 2px #000;
	-webkit-filter: brightness(120%);
	}
	
.col-servicos{
	float: left;
	width: 20%;
	padding: 10px 10px 0 0;
	text-align: left;
	}
	
#pop-portfolio{
	position: fixed;
	top: 10%;
	left: 50%;
	margin: -75px 0 0 -390px;
	width: 780px;
	height: 690px;
	padding: 20px 40px;
	background: url(../imagens/fdpopup.jpg) no-repeat;
	box-shadow: 0px 5px 20px #000;
	display: none;
	z-index:9999999;
	}
	
.bt-fechar{
	float: right;
	margin: 0 0 -10px 0; 
	width: 35px;
	height: 35px;
	border: 0;
	background: url(imagens/bt-fechar.png) no-repeat;
	background-size: 100%;
	filter: grayscale(100%);
	opacity: 0.3;
	cursor: pointer;
	transition: all 100ms linear;
	}
	
.bt-fechar:hover{
	margin: -10px -10px -20px 0;
	width: 55px;
	height: 55px;
	filter: grayscale(0%);
	opacity: 1;
	}
	
.servicos2{
	float: left;
	display: none;
	width: 100%;
	}
	
	
/* PARCERIAS *****************************************************************************/
#parcerias{
	width: 100%;
	min-height: 1500px;
	padding: 150px 0 500px 0;
	text-align: center;
	}
	
.box-texto{
	float: left;
	margin: 0;
	width: 60%;
	height: 150px;
	padding: 20px 30px;
	text-align: center;
	}

.box-parcerias{
	float: left;
	margin: 0;
	width: 20%;
	height: 150px;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	color: transparent;
	letter-spacing: -2px;
	transition: all 200ms linear;
	}
	
.box-parcerias:hover{
	padding-top: 50px;
	font-size: 28px;
	color: #fff;
	text-shadow:
   		-1px -1px 1px #000,  
    	1px -1px 1px #000,
    	-1px 1px 1px #000,
    	1px 1px 1px #000;
	}
	
#pop-parceiros{
	position: fixed;
	top: 10%;
	left: 50%;
	margin: -75px 0 0 -340px;
	width: 680px;
	height: 550px;
	padding: 20px 10px;
	background: url(../imagens/fdpopup.jpg) no-repeat;
	box-shadow: 0px 5px 20px #000;
	display: none;
	z-index:9999999;
	}
	
.parcerias2{
	display: none;
	}
	
.bt-fechar2{
	position: fixed;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	background: url(imagens/bt-fechar.png) no-repeat;
	background-size: 100%;
	cursor: pointer;
	}

	
/* CLIENTES *****************************************************************************/
#clientes{
	width: 100%;
	min-height: 1300px;
	padding-top: 150px;
	text-align: center;
	}
	
#clientes img{
	margin: 10px 20px;
	width: 100px;
	max-height: 100px;
	/*-webkit-filter: grayscale(100%);*/
	/*filter: grayscale(100%);*/
	/*opacity: 0.6;*/
	}
	
.depoimento{
	margin: 30px auto;
	width: 95%;
	max-width: 1100px;
	}

.depoimento h1{	
	margin: 0 0 10px 0;
	font-size: 35px;
	font-weight: 300;
	color: #000;
	letter-spacing: -2px;
	}

.bt-depoimento{
	margin-top: 20px;
	border: 1px solid #999;
	padding: 10px 20px;
	background: transparent;
	cursor: pointer;
	transition: all 200ms linear;
	}
	
.bt-depoimento2{
	display: none;
	margin-top: 20px;
	border: 1px solid #999;
	padding: 10px 20px;
	background: transparent;
	cursor: pointer;
	transition: all 200ms linear;
	}
	
.bt-depoimento:hover, .bt-depoimento2:hover{
	border: 1px solid #666;
	background: #00aeef;
	color: #fff;
	}
	
#pop-depoimento{
	position: fixed;
	top: 20%;
	left: 50%;
	margin: -75px 0 0 -300px;
	width: 600px;
	padding: 20px 40px;
	background:#fff;
	box-shadow: 0px 0px 20px #000000;
	display: none;
	z-index:9999999;
	}
	
.popup-input{
     width: 48.5%;
     margin: 0.5%;
     padding: 10px 15px;
     border: 1px solid #999;
     font-family: 'Lato', sans-serif;
     font-size: 18px;
     font-weight: 300;
     }

.popup-input2{
     width: 98.5%;
     margin: 0.5%;
     padding: 10px 15px;
     border: 1px solid #999;
     font-family: 'Lato', sans-serif;
     font-size: 18px;
     font-weight: 300;
     }
	 
.popup-button{
	margin: 0.5%;
	width: 200px;
	border: 1px solid #999;
	padding: 10px 20px;
	font-family: 'Lato', sans-serif;
    font-size: 18px;
	color: #fff;
	background: #00aeef;
	cursor: pointer;
	transition: all 200ms linear;
	}
	
.popup-button:hover{
	border: 1px solid #666;
	background: #ca3636;
	color: #fff;
	}
	
	
/* FALE CONOSCO *****************************************************************************/
#faleconosco{
	width: 100%;
	min-height: 1000px;
	padding-top: 150px;
	text-align: center;
	}
	
.formulario{
	margin: 30px auto;
	width: 95%;
	max-width: 1100px;
	}
	
.box-contatos{
	float: left;
	margin: 20px 1.5%;
	width: 30%;
	border: 1px solid #999;
	padding: 15px;
	background: rgba(255, 255, 255, 0.3);
	}
	
.bt-contatos{
	margin-top: 20px;
	border: 1px solid #999;
	padding: 10px 20px;
	background: transparent;
	cursor: pointer;
	transition: all 200ms linear;
	}
	
.bt-contatos:hover{
	border: 1px solid #666;
	background: #ca3636;
	color: #fff;
	}
	
.mapa-iframe{
	margin: 0;
	width: 100%;
	height: 300px;
	}
	
	
/* V�DEOS *****************************************************************************/
#videos{
	width: 100%;
	height: auto;
	min-height: 1000px;
	padding: 150px 0;
	text-align: center;
	}
	
#videos img{
	margin: 20px 0;
	}
	
.box-video{
	float: left;
	width: 28%;
	margin: 20px 2.5%;
	}	
	
	
	
/***********************************************************************************/
/* M�DIA QUERIES */
/***********************************************************************************/


/* 1200px � Desktops, notebooks com monitores widescreen --------------------------*/

@media screen and (max-width: 1200px){

}


/* 960px � Tablets no formato paisagem e alguns monitores mais antigos ------------*/

@media screen and (max-width: 1100px){

.bt-menu{
	font-size: 20px;
	}

.logo{
	width: 225px;
	height: 120px;
	}
	
.telefone img{
	width: 35px;
	height: 35px;
	}
	
#home{
	min-height: 900px;
	}
	
.banner{
	height: 300px;
	}
	
.box-parcerias:hover{
	font-size: 22px;
	}
	
}


/* 768px � Tablets no formato retrato, como o iPad --------------------------------*/

@media screen and (max-width: 959px){


h4{
	font-size: 16px;
	line-height: 120%;
	}

span.top{
	height: 140px;
	}

.menu{
	display: none;
	}

.menu2{
	display: block;
	}
	
.pentec{
	right: -60px;
	}

#home{
	padding-top: 140px;
	min-height: 1000px;
	}

#servicos{
	min-height: 1000px;
	}
	
.servicos{
	margin: 140px 0 0 0;
	height: 300px;
	padding: 220px 0 0 5px;
	font-size: 30px;
	font-weight: 400;
	}

.servicos:hover{
	height: 341px;
	margin: 100px 0 0 0;
	padding-top: 200px;
	font-size: 30px;
	}
	
.box-texto{
	width: 100%;
	height: auto;
	padding: 20px 30px;
	}

.parcerias1{
	display: none;
	}
	
.parcerias2{
	display: block;
	}

.box-parcerias{
	float: left;
	margin: 0;
	width: 25%;
	height: 150px;
	}
	
.box-parcerias:hover{
	padding-top: 50px;
	font-size: 20px;
	}
	
.depoimento h1{	
	font-size: 30px;
	letter-spacing: -1.5px;
	}
	
#clientes{
	min-height: 1500px;
	}

.box-contatos{
	margin: 10px 0;
	width: 100%;
	}
	
}



/* 480px � Smartphones no formato paisagem com tela pequena -----------------------*/

@media screen and (max-width: 767px){

span.top{
	display: none;
	}
	
span.top2{
	display: block;
	}

.logo{
	width: 155px;
	height: 87px;
	}
	
.menu2{
	width: 40%;
	margin: 10px 0;
	}
	
.telefone{
	margin-top: -10px;
	width: 50%;
	font-size: 20px;
	}
	
.telefone img{
	width: 30px;
	height: 30px;
	}
	
.banner{
	height: 250px;
	margin-bottom: 10px;
	}
	
.col1{
	width: 100%;
	padding-right: 0;
	}
	
.col2{
	width: 100%;
	}
	
h1{
	font-size: 26px;
	letter-spacing: -1px;
	}

h2{
	font-size: 20px;
	letter-spacing: -0.5px;
	}

h3{
	font-size: 17px;
	letter-spacing: -0.5px;
	line-height: 130%;
	}
	
h4{
	font-size: 16px;
	line-height: 120%;
	}
	
.bt-down{
	width: 80px;
	height: 80px;
	}
	
.pentec{
	display: none;
	}

#home{
	min-height: 700px;
	padding: 0;
	}
	
#servicos{
	min-height: 1300px;
	}
	
.servicos1{
	display: none;
	}
	
.servicos2{
	display: block;
	}
	
.servicos{
	margin: 0;
	width: 20%;
	height: 210px;
	padding: 0;
	}
	
.servicos:hover{
	height: 210px;
	margin: 0;
	padding-top: 0;
	}
	
.col-servicos{
	width: 80%;
	height: 210px;
	padding: 15px;
	background: #e9ebf3;
	}
	
#parcerias{
	min-height: 1500;
	padding: 0;
	}
	
.box-parcerias{
	width: 33.3%;
	padding-top: 50px;
	font-size: 20px;
	color: #fff;
	text-shadow:
   		-1px -1px 1px #000,  
    	1px -1px 1px #000,
    	-1px 1px 1px #000,
    	1px 1px 1px #000;
	}
	
#clientes{
	min-height: 1200px;
	padding-top: 0;
	}
	
#clientes img{
	margin: 5px 10px;
	width: 80px;
	max-height: 80px;
	}
	
.depoimento h1{	
	font-size: 22px;
	letter-spacing: -1px;
	}
	
.bt-depoimento{
	display: none;
	}
	
.bt-depoimento2{
	display: block;
	}
	
#videos{
	width: 100%;
	height: auto;
	min-height: 800px;
	padding: 0;
	}
	
#videos img{
	margin: 10px 0;
	}
	
.box-video{
	width: 48%;
	margin: 5px 1%;
	}
	
#faleconosco{
	padding-top: 0;
	}
	
}


/* 320px � Smartphones no formato retrato com tela pequena ------------------------*/

@media screen and (max-width: 479px){

h1{
	font-size: 22px;
	}

span.top2{
	height: 90px;
	}

.logo{
	width: 175px;
	height: 50px;
	}
	
.telefone img{
	display: none;
	}
	
#home{
	min-height: 900px;
	padding: 0;
	}
	
#servicos{
	min-height: 1700px;
	}

.servicos{
	width: 100%;
	height: 100px;
	}
	
.servicos:hover{
	width: 100%;
	height: 100px;
	}
	
.col-servicos{
	width: 100%;
	height: auto;
	}
	
#parcerias{
	min-height: 2200px;
	}
	
.box-parcerias{
	width: 50%;
	}

#clientes{
	min-height: 1250px;
	padding-top: 0;
	}
	
#clientes img{
	margin: 5px;
	width: 70px;
	max-height: 70px;
	}
	
.popup-input{
     width: 98.5%;
     }

#videos{
	min-height: 900px;
	}
	
#videos img{
	width: 80px;
	}
	
.box-video{
	width: 100%;
	margin: 3px 0;
	}
	
#faleconosco{
	min-height: 1200px;
	}

}