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

span {
  display: inline-block;
  width: 60px;
  vertical-align: center;
  height: 4px;
  border-top: 3px solid #ec0044;
}
@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);
}


/**********************  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;
		
}
#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: 50vw;
	padding-right: 25%;
	padding-left: 25%;
	height: 100vh;



}


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

    width: 100%;
	height: auto;

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


  #meio_texto .texto {
    width: 90vw;
	padding: 10%;
	height: auto;
  }
}




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






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

h1, h1 a {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #624933;  /* 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: #624933;
	font-size: 32px;
	font-weight:700;
	line-height: 1.4;

	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: #624933;
	font-size: 16px;
	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;
}


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

.linkSpan {
  margin: 15px 0 0 0;

}
p, p a {
	font-size: 12px;


}
	
}
/**********************  MENU  ***********************/

#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;
	top: 0;
	left: 25%;
	text-align:center;
	background-color:transparent;
	
	transition: top 0.5s ease-in-out;
	
}
.nav-up {
  top: 0px; 
}
.menu-center ul li{	
	font-family: 'Montserrat', Helvetica, Arial, sans-serif; 
	font-size: 16px;
	color: #ec0044;
	padding: 20px;
	font-weight: 400;
	display: inline-block;
	text-align: left;
	vertical-align: center;	
}
.menu-center ul li a{
	color: #ec0044;
	text-decoration:none;
}

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

@media all and (max-width: 1000px) and (min-width: 801px) {
  .menu-center{
	left: 0;
	
}
.menu-center ul span {
    width: 15px;
    margin: 0 5px;
  }
}
@media (max-width: 800px) {
  #menu{	
	position: relative;
	height:50px;
	}
.menu-center{
	float:right;
	right: 0;
	left: auto;
	width: 35%;
	position: fixed;
	text-align:right;
	
	background-color: rgba(255,255,255,0.9);
	
}
  .menu-center ul li{
    display: block;
	padding: 10px 20px 10px 10px;
	line-height: 0.5;
	font-size: 14px;
	text-align:right;


  }
  
  .menu-center ul span {
    display: none;
  }
  
  .nav-up {
  top: -150px; 
}

}

coluna-logo {
	width: 25%;
	float: right;
	height: 100px;

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

	
	-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: 50%;
	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: 100%;
  margin: 100px 0 0 0;
  height: 60vh;
  margin-bottom: 10vh;
  max-height: 650px;
  background-position: center;
  background-size: cover;
  transition: opacity 0.3s ease-in-out;

}
@media (max-width: 800px) {
#banner {
    height: 50vh;
    width: 100%;
    max-height: 300px;
  }
}

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

.logo {
  width: 25%;
  max-width: 400px;
  height: 25vh;
  position: absolute;
  top: 70vh;
  right: 0px;
  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: 20%;
  height: 40vh;
  margin-left: 10%;
  margin-top: -25vh; 
  background-color: #ec0044; /*ec0044  ffdaa9*/
  text-align:center;

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

#destaque .texto {
	display: table-cell; vertical-align: middle;
	width: 20%;
	height: 40vh;

}

#destaque .texto h1 {
  padding: 20%;
  color: #ffdaa9;
  font-size: 22px;
  line-height: 1.5;
  text-align:center;

}

@media (max-width: 800px) {
  #destaque {
	margin-top: -110px; 
	width: 55%;
	}
	
	#destaque .texto {
	width: 55%;

	}
	
	#destaque .texto h1 {
  font-size: 18px;
  line-height: 1.3;

}

}

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


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


/**********************  LETRAS ***********************/


#letraT {
	background-image: url("../img/t.svg");
	background-position: center;
	background-repeat:no-repeat;
	background-size: 60%;
	width: 15%;
	height: 20vh;
	display:block;
	float:right;
	margin-right: 25%;
	z-index:10;
}

#letraM {
	width: 1px;
	height: 1px;
	overflow:visible;
	float:left;
	margin-left: 5%;
	z-index:10;
}
#letraA {
	width: 1px;
	height: 1px;
	overflow:visible;
	float:right;
	margin-right: 20vw;
	margin-top:-20vh;
}
#letraM img, #letraA img {

	width: 10vw;
    height: auto;
}

#letraD {
	background-image: url("../img/d.svg");
	background-position: center;
	background-repeat:no-repeat;
	background-size: 60%;
	width: 15%;
	height: 20vh;
	display:block;
	float:left;
	margin-left: 35%;

	z-index:10;
}

@media (max-width: 800px) {
#letraT{
	background-size: 100%;
	
}
#letraD {
	background-size: 100%;
	margin-left: 70%;
	margin-top: -385px;
	
}
#letraM{
	float:right;
	margin-right: 20%;
}
#letraA {
	float:left;
	margin-left: 2%;
		margin-top:0;

}
#letraM img, #letraA img {
	width: 15vw;
}

}

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


#empresa {
	width: 100%;
	padding-bottom: 10%;
	/*
	background-image: url("../img/bg.jpg");
  	background-size: 100%;
	*/
}
#empresa_banner {
	background-position: center;
	background-size: cover;
	width: 50%;
	height: 400px;
	display: inline-block;
	margin-right: 0px;	
}

#empresa_meio {
  vertical-align:top;
  display: inline-block;
  width: 30%;
  margin: 150px 50px 0 10%;
  padding-right: 30px; 
}

@media (max-width: 800px) {
#empresa_banner {
    width: 80%;
    margin-bottom: 40px;
	margin-left: 10%;
	margin-right: 10%;
	height: 250px;
  }
  #empresa_meio {
    width: 80%;
	margin: 80px 10% 50px 10%;
	  padding-right: 0px; 

  }
}
/*
#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: 80vw;
  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 {
  width: 30%;
  margin: 20px 5% 0 0;
  float:left;
}

coluna_last {
  width: 30%;
 margin: 20px 0 0 0;
  float:left;
}

@media (max-width: 800px) {

		#saberMaisContent {
		width: 100%;

		margin-bottom: 20px;
	}
	coluna, coluna_last {
	width: 65%;

	}

}
/**********************  SERVICOS  ***********************/


#servicos, #interiores {
	width: 100%;
	background-color: #fff; /* ffdaa9 fffccc a6e5d8;*/
	
}
.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;
    }
}
*/


/*********** PRODUTOS ************/

#produto {
	width: 100%;
	height: 100px;
	margin-top: 100px;
	
}

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

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

#produtos_meio {
  vertical-align:top;
  display: inline-block;
  width: 30%;
  margin: 50px 50px 80px 10%;
  padding-right: 30px; 
}

@media (max-width: 800px) {
	
	#produto {
	width: 100%;
	height: 60px;
	margin-top: 0;
	
}
	#produtos {
	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%;
  }
  #produtos_meio {
    width: 80%;
	margin: 50px 10% 60px 10%;
  }
}

#produtos_meio h1 a {
	color:#fff;
	font-size: 16px;

}
#produtos_meio h2 {

	color:#fff;


}
#produtos_meio p {

	color:#fff;


}
#produtos_meio span {

	border-top: 3px solid #fff;
}


/*********** CONTACTOS ************/

#contactos {

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

}

#contactos_banner {
	background-position: center;
	background-size: cover;
	width: 40%;
	height: 400px;
	display: inline-block;
	margin: 100px 0 100px 10%;	
}

.facebook {
	
	width: 30px;
	height: 30px;
	float: left;
	margin-left: auto;
    margin-right: auto;

}

@media (max-width: 800px) {
	#contactos {
	width: 100%;
	/*
	background-image: url("../img/bg.jpg");
  	background-size: 100%;
	*/

}
	
	#contactos_banner {
    width: 100%;
    margin: 80px 0 0 0;
  }

}

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

#rodape {

	width: 100%;
	height: 200px;
	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;
}



