@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: #ffffff;	
	color:#000000;
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased; 
	font-smoothing: antialiased;
	width:100%;

	/*
	background-image: url("../img/bg.jpg");
  	background-size: 100%;
	*/
}

#wrapper{ 
	width: 100%; 
}

@media (max-width: 800px) {
	
	#wrapper{ 
	width: 100%;
	float: center; 
}
}


.clear {
	clear:both;
}
.vertical-space {
	height: 100px;
	
}

.vertical-space-rodape {
	height: 100px;
	
}

span1 {
  display: inline-block;
  width: 20px;
  vertical-align: center;
  height: 4px;
  border-top: 1px solid #283848;
}

span2 {
  display: inline-block;
  width: 20px;
  vertical-align: center;
  height: 4px;
  border-top: 1px solid #fff;
}

@media (max-width: 800px) {
	
	
	.vertical-space-rodape {
	height: 30px;
	
}
}


/**********************  FADE  ***********************/

.FadeInandOut {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s ease-in-out;
}
.FadeInandOut.moveFast {
  transition-duration: 0.15s;
}
.FadeInandOut.hideDown {
  opacity: 0 !important;
  transform: translate(0, 50px); 
}
.FadeInandOut.hideUp {
  opacity: 0 !important;
  transform: translate(0, -50px); 
}

@media (max-width: 800px) {
.FadeInandOut.hideDown {
  opacity: 0 !important;
  transform: translate(0, 0px);
}
.FadeInandOut.hideUp {
  opacity: 0 !important;
  transform: translate(0, 0px);
}
}



/**********************  MEIO  ***********************/
#meio_texto
	{
	width:50%;
	height: 100vh;
	float:left;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
	overflow:hidden;
	display:block;

		
}


#meio_foto
	{
	width:50%;
	height: 100vh;
	float:left;
	
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
	overflow:hidden;
	display:block;


  
  background-position: center top;
  background-size: cover;
  transition: opacity 0.3s ease-in-out;
		
}
#meio_foto_right
	{
	width:50%;
	height: 100vh;
	float:right;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
	overflow:hidden;
	display:block;


  background-position: center top;
  background-size: cover;
  transition: opacity 0.3s ease-in-out;
		
}


#meio_texto .texto {
	display: table-cell;
	vertical-align: middle;
	width: 60vw;
	padding-right: 20%;
	padding-left: 20%;
	height: 90vh;



}


#meio_texto .texto h2 {



	font-size: 28px;
	
	color: #ec0044;
	padding-bottom: 10%;



}



@media (max-width: 800px) {
	#meio_texto {
		position:relative;
    width: 80%;
	z-index: 10;
	height: 50vh;
	background-color:#fff;
	margin-left:10%;
	margin-right:10%;
	margin-top: -50vh;

	}
	
	#meio_foto, #meio_foto_right {
	width: 100%;
	height: 100vh;
}


  #meio_texto .texto {
    width: 90vw;
	padding: 10%;
	height: auto;
  }
  
  
	#meio_texto .texto h2 {
	font-size: 22px;
	line-height: 1.2;
	
}

}




/**********************  SWIPER  ***********************/

#swiper1 .arrowBox, #swiper3 .arrowBox {
  text-align: right;
  
  
}

#swiper2 .arrowBox, #swiper4 .arrowBox {
  text-align: left;
  
}



.arrowBox>div {
  display: inline-block;
}


#swiper1, #swiper2, #swiper3, #swiper4 {
  display: inline-block;
  width: 100%;

  vertical-align: middle;
}



@media (max-width: 800px) {
#swiper1, #swiper2, #swiper3, #swiper4 {
    width: 100%;
    margin-right: 0%;
    margin-top: 50px;
  }
  
   #swiper1 .arrowBox, #swiper2 .arrowBox, #swiper3 .arrowBox, #swiper4 .arrowBox {
  text-align: right;
  right: 5%;
  
}


}

.arrowBox {
  position: relative;
  margin-top: 0px;
  width: 100%;
  z-index: 9;
  padding: 0 0;
}
.arrowBox>div {
  display: inline-block;

}
.arrowBox>div .arrowLeft {
	margin-top: -50vh;
  margin-left: 0px;

}
.arrowBox>div .arrowLeft:hover {
  background-position: -7px;

}
.arrowBox>div .arrowRight {
  margin-top: -50px;
  margin-left: 50px;

}
.arrowBox>div .arrowRight:hover {
  background-position: 7px;

}
.arrowBox>div .arrowLeft,
.arrowBox>div .arrowRight {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-size: 100%;
  background-position: 0;
  transition: background-position 0.15s ease-in-out;
}
.arrowBox>div .arrowLeft {
  background-image: url("../img/prev.png");
}
.arrowBox>div .arrowRight {
  background-image: url("../img/next.png");
}




/**********************  TEXTO  ***********************/



h1, h1 a {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #283848;  /* ec0044 5b2b00 #4a2c06 */
	font-size: 28px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: left;
}

h2, h2 a {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #283848;
	font-size: 24px;
	font-weight:400;
	line-height: 1.6;

	letter-spacing: 0.02em;
	text-align: left;

	padding-bottom: 50px;
}

>b {  
  font-weight: 700; 
}



p, p a {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;	
	color: #283848;
	font-size: 16px;
	letter-spacing: 0.02em;
	font-weight: 400;
	line-height: 1.5;
	text-decoration:none;
}

h3, h3 a {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;	
	color: #283848;
	font-size: 12px;
	letter-spacing: 0.02em;
	font-weight: 400;
	line-height: 1.5;
	text-decoration:none;
}


.linkSpan {
  margin: 30px 0 0 0;
  font-size: 16px;
  text-decoration:none;
}

a{
	text-decoration:none;
}

a:hover{
	opacity: 0.7;
}

.arrownext {
  margin: 30px 0 0 0;
  color: #ec0044;
  font-size: 20px;
  text-decoration:none;
}
.linkprodutos {
	
  margin-bottom:0; 

	text-align:center;


}
.linknext {

  margin-bottom:0;

  display:table-cell;

	vertical-align: middle;
	text-align:center;
	width: 50vw;
	padding-right: 25%;
	padding-left: 25%;
}

@media (max-width: 800px) {
	
	h2, h2 a {
	font-size: 22px;
	line-height: 1.2;
	padding-bottom: 10px;
}

.linkSpan {
  margin: 15px 0 0 0;

}
.linknext {
	padding-top: 20px;
	width: 100vw;

}
p, p a, h3, h3 a {
	font-size: 14px;


}
	
}
/**********************  COOKIES  ***********************/


.menu-cookies{
	top: 79vh;
	position: relative;
	z-index: 99999;
	width: 25%;
	float: right;
	
	
	-moz-transition: all 1.5s ease; 
	-webkit-transition:  all 1.5s ease; 
	-o-transition:  all 1.5s ease; 
	-ms-transition: all 1.5s ease;
	transition:  all 1.5s ease;
	opacity: 1;
	
}

.menu-center-cookies{
	padding-top: 10px;
	position: relative;
	
	
	
	background-color:#eee;
	-moz-transition: all .3s ease; 
	-webkit-transition:  all .3s ease; 
	-o-transition:  all .3s ease; 
	-ms-transition: all .3s ease;
	transition:  all .3s ease;
}

.menu-cookies p{
	font-family: 'Montserrat', sans-serif; 
	font-size: 11px;
	padding: 12px;
	font-weight: 400;
	line-height: 16px;
	margin-top: -20px;
	text-align: right;
	color:#555;
	
}
.menu-cookies p a{
	font-family: 'Montserrat', sans-serif; 
	font-size: 11px;
	text-decoration:underline;
	
	font-weight: 400;

	margin-top: -20px;
	
	color:#000;
	
}

.hide-menu-cookies {
	opacity: 0;
	right: -100vw;
	position: fixed;
	
	-moz-transition: all .3s ease; 
	-webkit-transition:  all .3s ease; 
	-o-transition:  all .3s ease; 
	-ms-transition: all .3s ease;
	transition:  all .3s ease;
	}

	.show-menu-cookies{
	top: 0px;
	position: fixed;
	background-color:#000;
	-moz-transition: all .3s ease; 
	-webkit-transition:  all .3s ease; 
	-o-transition:  all .3s ease; 
	-ms-transition: all .3s ease;
	transition:  all .3s ease;
	}
	
	
@media (max-width: 800px) {
	.menu-cookies{
	width: 85%;
	top: 0;
	float: left;
	
	}
.menu-cookies p{

	text-align: left;

	
}
.menu-center-cookies{
	padding-top: 0;
	text-align: left;
	float: left;

	background-color:transparent;

	
}
	
}

/**********************  MENU  ***********************/

#menu{	
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100px;
	top: 0px;
	/*background-color: rgba(255,255,255,0.9);*/
	-moz-transition: all 1.5s ease; 
	-webkit-transition:  all 1.5s ease; 
	-o-transition:  all 1.5s ease; 
	-ms-transition: all 1.5s ease;
	transition:  all 1.5s ease;	
}

.menu-center{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	/*z-index: 1000;*/
	background-color:transparent;
	
	-moz-transition: all 1s ease; 
	-webkit-transition:  all 1s ease; 
	-o-transition:  all 1s ease; 
	-ms-transition: all 1s ease;
	transition:  all 1s ease;	
	
}

.corfundo {

	background-color: rgba(255,255,255,1);

	
	-moz-transition: all 1s ease; 
	-webkit-transition:  all 1s ease; 
	-o-transition:  all 1s ease; 
	-ms-transition: all 1s ease;
	transition:  all 1s ease;	

}

.semfundo {

	background-color: transparent;

	
	-moz-transition: all 1s ease; 
	-webkit-transition:  all 1s ease; 
	-o-transition:  all 1s ease; 
	-ms-transition: all 1s ease;
	transition:  all 1s ease;	

}


.nav-up {
  top: 0px; 
}
.menu-center ul li{	
	font-family: 'Montserrat', Helvetica, Arial, sans-serif; 
	font-size: 12px;
	color: #283848;
	padding: 15px;
	font-weight: 700;
	display: inline-block;
	text-transform:uppercase;
	
	text-align: left;
	vertical-align: center;	
}

.menu-center ul li a{
	color: #283848;
	text-decoration:none;
}

.menu-center ul li a:hover{
	color: #EF4B25;
}

.menu-mobile {
	
	position: absolute;
	width: 39px;
	height: 26px;
	top: -100px;
	float: right;
	right: 0;
	padding-top: 10px;
	padding-right: 10px;
	
	background-image:url(../img/menu.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	cursor: pointer;
	
	-moz-transition: all 1s ease; 
	-webkit-transition:  all 1s ease; 
	-o-transition:  all 1s ease; 
	-ms-transition: all 1s ease;
	transition:  all 1s ease;
	/*transition:  all 1s ease;*/
}

@media all and (max-width: 1240px) and (min-width: 1001px) {
  .menu-center ul span1 {
    width: 15px;
    margin: 0 5px;
  }
}

@media all and (max-width: 1000px) and (min-width: 801px) {
  .menu-center{
	left: 0;
	
}
.menu-center ul span1 {
    width: 15px;
    margin: 0 5px;
  }
}
@media (max-width: 800px) {
  
  #menu{	
	/*position: relative;*/
	top:-80px;

	}
	
.menu-center{
	float:right;
	right: 0;
	left: auto;
	width: 100%;
	height: auto;
	position: fixed;
	text-align: right;
	z-index: 100;
	
	background-color: rgba(255,255,255,1);
	
}
  .menu-center ul li{
    display: block;
	padding: 10px 10px 10px 10px;
	line-height: 0.5;
	font-size: 14px;
	text-align: right;


  }
  
  .menu-center ul span1 {
    display: none;
  }
  
  .nav-up {
  top: -200px; 
}

.menu-mobile{
	float:right;
	top: 0;
	right: 0;
	position: fixed;
	text-align:right;

	
}


}

coluna-logo {
	position: relative;
	width: 18%;
	max-width: 280px;
	float: right;
	margin-right: 7%;
	z-index: 1000;
	top:-10px;

	
	-moz-transition: all .2s ease; 
	-webkit-transition:  all .2s ease; 
	-o-transition:  all .2s ease; 
	-ms-transition: all .2s ease;
	transition:  all .2s ease;

}

.logo-menu {
	margin-top:0px;
	width: 180px; /*70%*/
	/*height: 100px;*/
	float: center;
	margin-left: auto;
    margin-right: auto;
	z-index: 1000;


	
	-moz-transition: all 1s ease; 
	-webkit-transition:  all 1s ease; 
	-o-transition:  all 1s ease; 
	-ms-transition: all 1s ease;
	transition:  all 1s ease;
	/*transition:  all 1s ease;*/
}

.logo-menu img {
		width: 100%;
}

.fixo {
	margin-top:0px;
	
		
	-moz-transition: all 1s ease; 
	-webkit-transition:  all 1s ease; 
	-o-transition:  all 1s ease; 
	-ms-transition: all 1s ease;
	transition:  all 1s ease;
	
}


 

@media (max-width: 800px) {
 coluna-logo {
	width: 70%;
	position:absolute;
	float: left;
	text-align:left;
	left: 10%;
	/*background-color: rgba(255,255,255,0.9);*/

	

}
 
  .logo-menu {
	margin-top: 50px;
	width: 100%;
	

}
.logo-menu img {
		width: 70%;
		margin-right: 10%;
		margin-top: 10%;
}

}

/**********************  BANNER  ***********************/
#banner {
  width: 100%;
  margin: 100px 0 0 0;
  height: 100vh;
  /*margin-bottom: 10vh;\*/
  margin-top: 0px;

  background-position: center top;
  background-size: cover;

  transition: opacity 0.3s ease-in-out;

}
@media (max-width: 800px) {
#banner {
	
    height: 70vh;

    width: 100%;
	  background-position: right bottom;

  }
}

/**********************  LOGOTIPO  ***********************/

.logo {
  width: 25%;
  max-width: 400px;
  height: 40vh;
  position: absolute;
  
  top: 15vh;
  right: 0;/*5vw*/
  z-index: 100;
  
  -moz-transition: all 1s ease; 
	-webkit-transition:  all 1s ease; 
	-o-transition:  all 1s ease; 
	-ms-transition: all 1s ease;
	transition:  all 1s ease;
 
}
.logo img {
  width: 70%;
  position: absolute;
  bottom: 0px;
  margin-left: 15%;
  margin-right: 15%;
}

.logo_termos {
  width: 25%;
  margin-right:auto;
  margin-left:auto;
  text-align:center;
  
  top: 20px;

  z-index: 100;
  
  -moz-transition: all 1s ease; 
	-webkit-transition:  all 1s ease; 
	-o-transition:  all 1s ease; 
	-ms-transition: all 1s ease;
	transition:  all 1s ease;
 
}



.esconder {

	opacity:0;
		
	-moz-transition: all 0.7s ease; 
	-webkit-transition:  all 0.7s ease; 
	-o-transition:  all 0.7s ease; 
	-ms-transition: all 0.7s ease;
	transition:  all 0.7s ease;
	
}

@media (max-width: 800px) {
  .logo {
   /* height: 250px;
	width: 45%; */
	top: -1000px;
  }
    .logo_termos {
  
	width: 50%; 
	margin-bottom: 40px;
  }
}

/**********************  DESTAQUE  ***********************/


#destaque {
	  position: relative;
  width: 55%;
  max-width: 700px;
  height: 400px;
  z-index: 10;

  
  float: center;
  margin: auto;
  border-radius: 35vw 35vw 0px 0px;

  margin-top: -420px;

 
  background-color: #F8D731; /*ec0044  ffdaa9*/
  background-image: linear-gradient(#EF4B25, #F8D731, #ffffff);
  text-align:center;

  
  /*box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);*/
}


#destaque h1 {
	padding: 15%;
  color: #3f3f3f; /* #3f3f3f */
  font-weight:400;
  font-size: 46px;
  line-height: 1.3;
  text-align:center;
  

}

@media (max-width: 800px) {
  #destaque {
	
	width: 80%;
	  height: 40vh;
	  margin-top: -10vh;
	  border-radius: 40vw 40vw 0px 0px;

	}
	
	
	#destaque h1 {
	padding-top: 10vh;
	padding-bottom: 10vh;
	 font-size: 32px;
	 line-height: 1.5


}

}

/**********************  HOME  ***********************/


#home {
	width: 100%;
	height: 100vh;
	/*padding-bottom: 5%;*/
	
	/*
	background-image: url("../img/bg.jpg");
  	background-size: 100%;
	*/
}



/**********************  EMPRESA  ***********************/


#empresa {
	width: 100%;
	padding-bottom: 5%;
	padding-top: 100px;
	background-color: #FFF; /* #F8D731 */
	text-align: center;


	
}

#empresa h2 {
	text-align: center; padding-right: 15%; padding-left: 15%;


	
}


#empresas {
	width: 80%;
	float: center;
	margin-right:auto;
	margin-left:auto;
	
	/*
	background-image: url("../img/bg.jpg");
  	background-size: 100%;
	
	padding-bottom: 5%;
	*/
}

#empresa_banner {
	background-position: center;
	background-size: cover;
	width: 50%;
	height: 60vh;
	max-height: 400px;
	position: relative;
	z-index: 10;
	float: right;
	margin-top:-100px;
	
	
}

#empresas_meio {

  width: 80%;
  padding: 5% 10% 3% 10%;
  background-color: #efefef; /* ec0044 */

}

empresa-coluna {
	position: relative;
	display: inline-block;
	width: 30%;
	height: 50px;
	text-align: center;



	
	-moz-transition: all .2s ease; 
	-webkit-transition:  all .2s ease; 
	-o-transition:  all .2s ease; 
	-ms-transition: all .2s ease;
	transition:  all .2s ease;

}




@media (max-width: 800px) {
#empresas {
	width: 100%;
}

#empresa h2 {
	text-align: left; padding-right: 10%; padding-left: 10%;


	
}

empresa-coluna {
	
	width: 80%;

	



	
	-moz-transition: all .2s ease; 
	-webkit-transition:  all .2s ease; 
	-o-transition:  all .2s ease; 
	-ms-transition: all .2s ease;
	transition:  all .2s ease;

}


#empresa_banner {
    width: 80%;
    
	margin-left: 10%;
	margin-right: 10%;
	height: 35vh;
  }
  #empresas_meio {
    width: 80%;
	padding-top: 40%;
	margin-bottom: 10%;

  }
}



/*
#empresa_meio h1 {
 font-size: 14px;
 padding-bottom: 10px;
}
#empresa_meio h2 {
 font-size: 22px;
 font-weight:400;
  padding-bottom: 20px;
}
*/
#saberMais {

  cursor: pointer;
}

#saberMais.hide {
  display: none;
}

#saberMaisContent {
  /*max-height: 0;*/
  width: 100vw;
  /*overflow: hidden;*/
  transition: max-height 0.3s ease-in-out;
  margin-bottom: 40px;
}

#saberMaisContent.show {
  max-height: 1000px;
}


/*
#saberMaisContent p:first-child {
  margin-top: 10px;
}
*/

.coluna {
	vertical-align:top;
  display: inline-block;
  width: 39%;
  padding: 5% 5% 0 5%;

 /* background-color: #efefef; */
}
.coluna_termos {
	vertical-align:top;
	margin-right:auto;
	margin-left:auto;
  width: 39%;
  padding: 5% 5% 0 5%;

 /* background-color: #efefef; */
}
coluna_last {
width: 30%;
  margin: 10% 5% 0 0;
  float:left;
}

@media (max-width: 800px) {

		#saberMaisContent {
		width: 100%;

		margin-bottom: 20px;
	}
	.coluna{
	width: 80%;
	padding: 0 10% 0 10%;
	}
	
		.coluna_termos{
	width: 80%;
	padding: 0 10% 0 10%;
	}

}

/*********** SERVICOS ************/

#servicos {
	width: 100%;
	text-align: center;
	/*background-color: #efefef;*/
	
}

#servico {
	width: 60%;
	float: center;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	

}
#servico h2 {
text-align:center; padding-right: 20%; padding-left: 20%; margin-bottom: -50px;
	

}


/*
#servicos_banner {
	background-position: center;
	background-size: cover;
	width: 40%;
	height: 70vh;
	display: inline-block;
	float: right;
	margin-top: -50px;	
	margin-right: 10%;
}
*/
#servicos_meio {
  vertical-align:top;
  display: inline-block;
  width: 45%;
	height: 30vh;
  margin-top: -100px;
  
  background-color: #fff;
}

@media (max-width: 800px) {
	
	#servico {
	width: 100%;
	
}

#servico h2 {
padding-right: 0; padding-left: 0; margin-bottom: 0px;
	

}
	#servicos {
	width: 100%;
	float: center;
	margin-right:auto;
	margin-left:auto;
	


}

#servicos_banner {
    width: 100%;
    margin-bottom: 40px;
	height: 40vh;
	margin-top: 0px;
	margin-right: -10%;
	margin-bottom: 100px;
  }
  #servicos_meio {
    
	width: 100%;
	padding: 0% 0% 25% 0%;
	  margin-top:10%;
  }
}

#servicos_meio h1 a {
	color:#fff;
	font-size: 20px;
	line-height: 1;

}

/*********** CATALOGOS ************/


#catalogo {
	width: 100%;


}
#catalogos {
	width: 33.33%;
	height: 100vh;
	display: inline-block;
	float: left;
	

    background-position: center;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	

}
#catalogos_fundo {
	width: 100%;
	height: 100%;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	-moz-transition: all 0.7s ease; 
	-webkit-transition:  all 0.7s ease; 
	-o-transition:  all 0.7s ease; 
	-ms-transition: all 0.7s ease;
	transition:  all 0.7s ease;
	

}



#catalogos_banner {

  	width: 50%;
	float: center;
	margin: auto;
	margin-top: -60vh;
	padding: 15% 3% 15% 3%;
	background-color: #fff; /* efefef */
	text-align:center;

			
	-moz-transition: all 0.7s ease; 
	-webkit-transition:  all 0.7s ease; 
	-o-transition:  all 0.7s ease; 
	-ms-transition: all 0.7s ease;
	transition:  all 0.7s ease;
}
/*
#catalogos_banner:hover {

	background-color: #ec0044; 
	opacity: 0.85;
			
	-moz-transition: all 0.7s ease; 
	-webkit-transition:  all 0.7s ease; 
	-o-transition:  all 0.7s ease; 
	-ms-transition: all 0.7s ease;
	transition:  all 0.7s ease;
}
*/
.linkSpanCatalogos {
  margin: -10px 0 -10px 0;
  font-size: 16px;
  text-decoration:none;
}
/*
.linkSpanCatalogos a:hover {
color:#fff;
font-weight:700;
}
*/
#catalogos_banner h1 {
	font-size: 20px;
	font-weight:700;
	line-height:1.2;
	
}
@media (max-width: 800px) {
	
	#catalogos {
	width: 100%;
	height: 33,33vh;
	}
	
	#catalogos_fundo {

    background-position: left top;
	}
	
	#catalogos_banner {
		width: 35%;
	margin-top: -25vh;
	padding: 5% 3% 5% 3%;

	}
	
	#catalogos_banner h1 {
	font-size: 12px;
	
	}
}

/*********** PORTFOLIO ************/

#produto, #portfolio {
	width: 100%;
	padding-top: 100px;

	
}


#produtos {
	width: 80%;
	float: center;
	margin-right:auto;
	margin-left:auto;
	

}

#portfolios {
	width: 80%;
	float: center;
	background-color: #FED925;
	margin-right:auto;
	margin-left:auto;

	 

	

}

#produtos_banner {
	background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

	width: 40%;
	height: 70vh;
	display: inline-block;
	float: right;
	margin-top: -50px;	
	margin-right: 10%;
}

.produtos_meio {
  /*vertical-align:top;*/
  display: inline-block;
  vertical-align:middle;
  text-align: center;
  
  width: 40vh;
  height: 40vh;
  margin-top: 100px;
  

  background-color: #283848;
  border-radius: 35vw;

  	-moz-transition: all 1s ease; 
	-webkit-transition:  all 1s ease; 
	-o-transition:  all 1s ease; 
	-ms-transition: all 1s ease;
	transition:  all 1s ease;
}

#portfolios_meio {

  vertical-align:top;
  display: inline-block;
  width: 40%;
  margin: 50px 0px 0 5%;
  


}

#portfolios_banner {
    width: 100%;
    
	height: 50vh;
	margin-top: 0px;
	margin-right: -10%;
	  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  }

.corprodutos {

	background-color: rgba(242,103,34,1);
	width: 43vh;
  height: 43vh;
  margin-top: 100px;
	
	-moz-transition: all 1s ease; 
	-webkit-transition:  all 1s ease; 
	-o-transition:  all 1s ease; 
	-ms-transition: all 1s ease;
	transition:  all 1s ease;	

}



.produtos_meio h1 {
  /*vertical-align:top;*/
  margin-top: 45%;

	color:#fff;
	font-size: 20px;
	line-height: 1;


  
}

.portfolios_meio h1 {
  /*vertical-align:top;*/
  margin-top: 45%;

	color:#243746;
	font-size: 20px;
	line-height: 1;


  
}

#parceiros_logos {
	
	width: 19%;
	float: left;
	padding: 3%;
	padding-top: 50px;
	padding-bottom: 50px;


		background-repeat: no-repeat;
	background-position: center center;

	
	
}





@media (max-width: 800px) {
	
	#produto, #portfolio {
	width: 100%;
	/*height: 60px;*/
	padding-top: 0px;
	
	
}
	#produtos, #portfolios {
	width: 80%;
	float: center;
	margin-right:auto;
	margin-left:auto;
	/*background-color: #ec0044;*/
	/*height: 100vh;*/

}

#produtos_banner {
    width: 100%;
    margin-bottom: 40px;
	height: 40vh;
	margin-top: 0px;
	margin-right: -10%;
	margin-bottom: 100px;
  }


#produtos_meio {
    
	width: 80%;
	padding: 25% 10% 25% 10%;
	  margin-top:10%;
  }

#portfolios_meio  {
    
	width: 80%;
	padding: 0;
	  margin-top:10%;
  }

#portfolios_banner {
    
	width: 0;
height: 0vh;
top: -2000px;

  }

.produtos_meio h1, .portfolios_meio h1 {
	color:#fff;
	font-size: 20px;
	line-height: 1;

}

.produtos_meio h1 a, .portfolios_meio h1 a {
	color:#fff;
	font-size: 20px;
	line-height: 1;

}
/*
#produtos_meio h2 {

	color:#fff;


}
#produtos_meio p {

	color:#fff;


}

*/
/********************** MAPA GOOGLE ***********************/

#mapa{
	
	width: 100%;
	height: 65vh;
	float: left;

}

#map_canvas {
        width: 100%;
        height: 100%;
		background-color:#ccc;

}
/*********** CONTACTOS ************/

#contatos {

	width: 100%;
	float: center;
	margin-right:auto;
	margin-left:auto;
	background-color: #efefef;

	
	/*
	background-image: url("../img/bg2.jpg");
  	background-size: 100%;
	*/

}




#contatos_banner {
	width: 80%;
	float: center;
	margin-right:auto;
	margin-left:auto;
/*
  float: center;
  margin: auto;

  margin-top: -25vh;
 
  background-color: #fff;
  text-align:center;
  */
 
}

@media (max-width: 800px) {
	
	#contatos_banner {

	width: 100%;
	margin-bottom: 15%;
	

}
#contatos p, #contatos p a {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-align: center;	
	color: #283848;
	font-size: 14px;
	letter-spacing: 0.02em;
	font-weight: 400;
	line-height: 1.5;
	text-decoration:none;
}


/*
#contactos_banner {
	margin-top: -20vh;
	width: 80%;
	padding-top: 10vh;


	}
*/	

}

/*********** RODAPE ************/

#rodape {

	width: 100%;
	
	text-align:center;


}


#rodape p, #rodape p a {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;	
	color: #283848;
	font-size: 12px;
	letter-spacing: 0.02em;
	font-weight: 400;
	line-height: 1.5;
	text-decoration:none;
}



