@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: #0E5055;	
	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: 50px;
	
}

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



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

@media (max-width: 800px) {
	
	.vertical-space {
	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%;
	
	float:left;
	margin-left: auto;
	margin-right: auto;
	/*background-color:#172B47;*/
	overflow:hidden;
	display:block;
		/*margin-top: -100px;*/

		
}


#meio_foto
	{
	width:50%;
	height: 100vh;
	float:left;
	background-position: center bottom;
	
	margin-left: auto;
	margin-right: auto;
	background-color:#00AC69;
	overflow:hidden;
	display:block;
		
}
#meio_foto_right
	{
	width:50%;
	height: 100vh;
	float:right;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
	overflow:hidden;
	display:block;
		
}


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




}


#meio_texto .texto h2, #meio_texto .texto h2 a {



	font-size: 24px;
	
	color: #00AC69;
	


}



@media (max-width: 800px) {
	#meio_texto {
		position:relative;
    width: 80%;
	z-index: 10;
	height: auto;
	background-color:#0E5055;
	margin-left:10%;
	margin-right:10%;
	/*margin-top: -15vh;*/

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



  #meio_texto .texto {
  	
   /* width: 90vw;

	padding: 10%;
	*/
	height: auto;
	padding-left: 0;

  }
  
  
	#meio_texto .texto h2 {
	font-size: 18px;
	line-height: 1.8;
	
}

}




/**********************  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: #3f3f3f;  /* ec0044 5b2b00 #4a2c06 */
	font-size: 16px;
	line-height: 0.5;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-align: left;
}

h2, h2 a {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #00AC69;
	font-size: 32px;
	font-weight: 500;
	/*line-height: 1.4;*/

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

	
	
}

h4, h4 a {
	font-family: 'Playfair Display', serif;
	color: #ec0044;
	font-style: italic;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;

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

	
	
}

>b {  
  font-weight: 700; 
}



p, p a {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;	
	color: #fff;
	font-size: 12px;
	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: #fff;
	font-size: 12px;
	letter-spacing: 0.02em;
	font-weight: 400;
	line-height: 1.5;
	text-decoration:none;
	text-align:left; 
	
}


.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: 18px;
	line-height: 1.2;
	margin-top: 10px;
	
}

.linkSpan {
  margin: 15px 0 0 0;

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

}
p, p a, h3, h3 a {
	font-size: 18px;
	line-height: 3;


}

.linguas p, p a{
	
	font-size: 12px;
	line-height: 1.5;
		
}


h3 span1, h3 a span1 {
	display: block;


}

 h3, h3 a {
	 
	margin-top: 60px;
	color: #fc6565;


}

h4 {
	font-size: 24px;
	color: #fff;



}
	
}

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


.linguas{
	position: fixed;
	width: auto;
	height: auto;
	/*top: 0;*/
	right: 0;
	/*z-index: 1000;*/
	background-color: rgba(255,255,255,1);
	text-align: right;
	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;	
	
}

.linguas p, p a{
	
	color: #000;
		
}



#menu{	
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100px;
	top:0;
	/*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: #0E5055;

	
	-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: #ec0044;
	padding: 15px;
	font-weight: 700;
	display: inline-block;
	text-transform:uppercase;
	
	text-align: left;
	vertical-align: center;	
}

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

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

.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;

	}
.menu-center{
	float:right;
	right: 0;
	left: auto;
	width: 100%;
	height: auto;
	position: fixed;
	text-align: right;
	z-index: 100;
	
	background-color: #0E5055;
	
}
  .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%;
	float: right;
	margin-right: 7%;
	z-index: 1000;
	
	-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: -100px;
	width: 50%;
	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 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: 0px;
	width: 100%;
	

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

}

/**********************  BANNER  ***********************/
#banner {
  width: 75%;
  margin: 100px 0 0 0;
  height: 80vh;
  margin-bottom: 10vh;
  max-height: 650px;
  background-position: center top;
  background-size: cover;
  transition: opacity 0.3s ease-in-out;

}
@media (max-width: 800px) {
#banner {
	  margin: 50px 0 0 0;
    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%;
}

.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;
  }
}

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


#destaque {
  width: 50%;
  height: 40vh;
  float: center;
  margin: auto;

  margin-top: -40vh;
 
  background-color: #fff; /*ec0044  ffdaa9*/
  text-align:center;

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


#destaque h1 {
	padding: 15%;
  color: #3f3f3f;
  font-weight:700;
  font-size: 32px;
  line-height: 1.5;
  text-align:center;
  

}

@media (max-width: 800px) {
  #destaque {
	margin-top: -25vh;
	width: 80%;
	  height: 30vh;

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

}

}

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


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



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


#empresa {
	width: 100%;
	padding-bottom: 5%;
	padding-top: 100px;

	
}

#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 */

}



@media (max-width: 800px) {
#empresas {
	width: 100%;
}
#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_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%;
	}

}

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

#servico {
	width: 100%;
	padding-top: 100px;
	
}

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

}
/*
#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%;
	padding-top: 0px;
	
	
	
}
	#servicos {
	width: 80%;
	float: center;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 100px;


}

#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;

}


/**********************  produtos  ***********************/


#produtos, #interiores {
	width: 100%;
	
}
.imagem {
	
    background-position: center;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background-attachment:fixed;*/

}

/*

@media (max-width: 800px) {
   .imagem_estruturais,  {
        background-attachment: scroll;
    }
}
*/

/*********** 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 ************/

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

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

}
#portfolios_banner {
	background-position: center;
	background-size: cover;
	width: 40%;
	height: 70vh;
	display: inline-block;
	float: right;
	margin-top: -50px;	
	margin-right: 10%;
}

#portfolios_meio {
  vertical-align:top;
  display: inline-block;
  width: 30%;
  margin-top: -100px;
  padding: 200px 50px 120px 10%;
  background-color: #0E5055;
}

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

}

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

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

}
/*
#portfolios_meio h2 {

	color:#fff;


}
#portfolios_meio p {

	color:#fff;


}

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

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

}

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

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

#contactos {

	width: 100%;
	height: auto;

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

}



#contactos_banner {
	width: 40%;

  float: center;
  margin: auto;

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

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

	
	margin-bottom: 15%;
	

}

#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: #4a2c06;
	font-size: 12px;
	letter-spacing: 0.02em;
	font-weight: 400;
	line-height: 1.5;
	text-decoration:none;
}



