*{
	margin: 0;
	padding: 0;
}


a {
  cursor: pointer; 
  text-decoration: none;
  }

ul{
	list-style: none;
}


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

body {  
	background-color: rgb(220,220,220);
    font-size: 10px;
    padding-top: 50px;

}



.header{
	width: 100%;
	height: 50px;
	background: rgb(255,255,255);
	position: fixed;
    top: 0;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    border-bottom: 1px solid rgb(220,220,220);
    z-index: 5;

	
}



.topo_geral{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;

	
}


.topologo{
	overflow: hidden;
	float: left;
	width: 260px;
	height: 50px;
	background: url(../logo.svg) no-repeat 70px center;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;

}





 



.home{
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	height: auto;


}



/* +++SLIDER TOPO+++*/

.device {
width: 860px;
height: 500px;
padding: 30px 40px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
position: relative;


}

.device .arrow-left {
background: url(../imagens/arrows.png) no-repeat left top;
position: absolute;
left: 10px;
top: 50%;
margin-top: -15px;
width: 17px;
height: 30px;
}

.device .arrow-right {
background: url(../imagens/arrows.png) no-repeat left bottom;
position: absolute;
right: 10px;
top: 50%;
margin-top: -15px;
width: 17px;
height: 30px;
}

.swiper-container {
	width: 860px;
	height: 500px;
	border: 1px solid rgb(200,200,200);
}

.swiper-container img{
	width: 100%;

}

.pagination {
position: absolute;
left: 0;
text-align: center;
bottom:5px;
width: 100%;
}
.swiper-pagination-switch {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 10px;
background: #999;
box-shadow: 0px 1px 2px #555 inset;
margin: 0 3px;
cursor: pointer;
}
.swiper-active-switch {
background: #fff;
}









/* Basic Styles */


nav {
	float: right;
	height: 50px;
	width: 100%;
    font-size: 13px;  
	font-family: 'Open Sans', sans-serif;    
	font-weight: 400; 
	position: relative;
	
}
nav ul {
	float: right;
	display: block;
	padding: 0;
	margin-right: 32px;
	width: 100%;
	height: 50px;
	max-width: 695px;

}

nav ul ul{
	padding: 0;
	margin-right: auto;
    margin-left: auto;
	width: 100%;
	height: 50px;
	max-width: 85px;
    position: absolute;
    border-top: 1px solid rgb(220,220,220);

}

nav > ul > li > ul{
display: none;
    z-index: 10;
    
}

nav > ul > li > ul > li{
float: none;
background-color: white;   
}

#submenu{
line-height: 50px;
padding-left: 15px;
padding-right: 15px;
}

#submenu2{
display: none;
}

nav > ul > li > ul > li > a{
line-height: 40px;
}


nav > ul > li {
	float: left;
    position: relative;
     cursor: pointer;
}
nav a {
	color: black;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	background-color: white;
}
nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	color: rgb(200,200,200);
}
nav a#pull {
	display: none;
}




.icon_facebook{
	background: url(../imagens/icon_50_facebook_color.svg) no-repeat center center;
	width: 40px;
	height: 50px;
	text-decoration: none;
	overflow: hidden;
	display: block;	
	background-color: white;
}

.icon_facebook:hover{
	background: url(../imagens/icon_50_facebook_gray.svg) no-repeat center center;
	
}



.icon_instagram{
	background: url(../imagens/icon_50_instagram_color.svg) no-repeat center center;
	width: 40px;
	height: 50px;
	text-decoration: none;
	overflow: hidden;
	display: block;	
	background-color: white;

}

.icon_instagram:hover{
	background: url(../imagens/icon_50_instagram_gray.svg) no-repeat center center;

}



.cinza_geral{
	width: 100%;
	height: auto;
	background-color: rgb(240,240,240);

}

.cinza{
	overflow: hidden;
	width: 100%;
	height: auto;
	max-width: 960px;

	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;
	padding-bottom: 90px;
	
}


.branco_geral{
	overflow: hidden;
	width: 100%;
	height: auto;
	background-color: rgb(255,255,255);

}

.branco{
	overflow: hidden;
	width: 100%;
	height: auto;
	max-width: 960px;

	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: rgb(255,255,255);

}

.logo_page{
	overflow: hidden;
	width: 173px;
	height: 100px;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
}

.title_page{
	font-size: 35px;
	color: rgb(150,150,150);
	font-family: 'Open Sans', sans-serif;    
	font-weight: 300; 
	margin-bottom: 60px;
	text-align: center;
	
}

.ltd{
	float: left;
	width: 100%;
	max-width: 480px;
}

.ltd p{
	font-family: 'Open Sans', sans-serif;    
	font-weight: 400; 	
	font-size: 14px;
	line-height: 25px;
	color: rgb(50,50,50);
	margin-bottom: 10px;
}

.ltd_imagem{
	overflow: hidden;
	float: right;
	width: 400px;
	height: auto;

}





.ltd_imagem img{
	width: 100%;
}

.marcas_geral{
	overflow: hidden;
}



.marcas_geral ul{
	width: 786px;
	margin-left: auto;
	margin-right: auto;
}

.marcas_geral li{
	overflow: hidden;
	width: 250px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid rgb(220,220,220);
	background-color: rgb(255,255,255);
	-webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.marcas_geral li:hover{
	opacity: 0.5;
	 filter: alpha(opacity=50); /* For IE8 and earlier */

}



.img_marca{
	width: 100%;
}

.marcas_geral img{
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}




.branco_news{
	overflow: hidden;
	width: 100%;
	height: auto;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: rgb(255,255,255);

}



.news{
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;

}

.news img{
	width: 100%;
}

.mapa{
	float: left;
	overflow: hidden;
	width: 100%;
	max-width: 960px;
	margin-bottom: 20px;
	margin-top: 50px;
	border: 1px solid rgb(220,220,220);
	height: 100%;
	max-height: 600px;
	}

.morada{
	overflow: hidden;
	float: left;
	overflow: hidden;
	width: 400px;

}

.formulario{
	float: left;
	overflow: hidden;
	width: 500px;
	margin-left: 60px;
	
}

.morada table{
	font-family: 'Open Sans', sans-serif;    
	font-weight: 400; 
    font-size: 14px;
    width: 100%;
    max-width: 400px;
    color: black;
	
}

.morada table, .morada th, .morada td,
.formulario table, .formulario th, .formulario td{
	border-collapse: collapse;

}

.morada table{
	border-top: 0px solid rgb(220,220,220);
	border-bottom: 0px solid rgb(220,220,220);
}

.morada tr{
	border-bottom: 1px dotted rgb(190,190,190);
	
}

.morada th{	
    font-weight: normal;
	color: rgb(150,150,150);
	text-align: right;
	width: 20%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 10px;

}

.morada td{
	width: 80%;
	padding-top: 15px;
	padding-bottom: 15px;


}



.formulario table{
	font-family: 'Open Sans', sans-serif;    
	font-weight: 400; 
    font-size: 14px;
    width: 100%;
    max-width: 500px;
    color: black;
	
}

.formulario tr{
	
}

.formulario th{	
    font-weight: normal;
	color: rgb(150,150,150);
	text-align: right;
	width: 20%;
	padding-top: 27px;
	padding-bottom: 15px;
	padding-right: 10px;
	vertical-align: top;
}

.formulario td{
	width: 80%;
	padding-top: 15px;
	padding-bottom: 15px;

}

.caixas{
	width: 400px;
	height: 40px;
	font-family: 'Open Sans', sans-serif;    
	font-weight: 400; 
    font-size: 14px;
    color: black;
    border: none;
    background-color: rgb(240,240,240);
    text-indent: 10px;


}



.formulario textarea{
	width: 400px;
	height: 200px;
	font-family: 'Open Sans', sans-serif;    
	font-weight: 400; 
    font-size: 14px;
    color: black;
    border: none;
    background-color: rgb(240,240,240);
    text-indent: 10px;
    padding-top: 10px;


}

.botao_enviar{
	display: block;
	float: right;	
	width: 80px;
	height: 30px;
	border: 1px solid rgb(180,180,180);
	background-color: rgb(220,220,220);
	font-family: 'Open Sans', sans-serif;    
	font-weight: 400; 
    font-size: 14px;
	color: black;
	text-align: center;
	cursor: pointer; 

}

.botao_enviar:hover{
	background-color: rgb(240,240,240);
	border: 1px solid rgb(200,200,200);
	
	}

.footer_all{
	width: 100%;
	height: auto;
	background-color: white;
}

footer{
	overflow: hidden;
	width: 95%;
	max-width: 960px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Open Sans', sans-serif;    
	font-weight: 400; 
    font-size: 10px;
	text-align: right;	
}

footer a{
		color: rgb(180,180,180);
		text-decoration: none;
}

footer a:hover{
		color: rgb(90,90,90);
}

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

.topo_geral{
	max-width: 1100px;

	
}




.topologo{
	display: none;
	}
	
	
	nav {
		border-bottom: 0;
	}
	
	nav ul {
		padding-top: 50px;
		display: none;
		height: auto;
		width: 100%;
		max-width: 1100px;
		margin-right: 0px;


	}

  	nav li {
  		width: 100%;
  		float: none;
  		position: relative;

  	}

  	nav li a {
		border-right: 0px;
		border-bottom: 1px solid rgb(220,220,220);

	}
	
	  	nav a {
		display: block;
	  	width: 100%;
		height: 50px;
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;


  	}		

.logo_topo{
	width: 100%;
	height: 50px;
	background: url('../logo.svg') no-repeat 70px center;

}

	
	nav a#pull {
		display: block;
		width: 100%;
		position: relative;
		border-bottom: 1px solid rgb(220,220,220);
		
	}
	nav a#pull:after {
		content:"";
		background: url('../nav-icon.svg') no-repeat;
		width: 30px;
		height: 50px;
		display: inline-block;
		position: absolute;
		right: 60px;
		top: 15px;
	}
    
nav > ul > li {
float: none;
} 

#submenu{
display: none;
}    
    
    
    #submenu2{
        display: block;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
        text-align: center;
        background-color: white;
        line-height: 50px;
    }
    
    
    nav ul ul{
    max-width: 100%;
        border-top: 0px;
    }
    
    nav > ul > li > ul > li{
width: 100%;
        text-align: center;
}
    nav ul li:nth-of-type(7){
    margin-top: 100px;
    border-top: 1px solid rgb(220,220,220); 
    }
    
    nav ul li:nth-of-type(6) a{
     border-bottom: 0px;   
    }
    
 
	
	
.icon_facebook{
	float: left;
	width: 50%;
	background: white url(../imagens/icon_50_facebook_color.svg) no-repeat right center;
	}
	
.icon_instagram{
		float: left;
		width: 50%;
		background: white url(../imagens/icon_50_instagram_color.svg) no-repeat left center;

}

.icon_facebook:hover{
	float: left;
	width: 50%;	
	background: white url(../imagens/icon_50_facebook_gray.svg) no-repeat right center;
	}
	
.icon_instagram:hover{
		float: left;
		width: 50%;
		background: white url(../imagens/icon_50_instagram_gray.svg) no-repeat left center;

}

}



@media only screen and (max-width : 980px) {
	
/* +++SLIDER TOPO+++*/
	
.device, .swiper-container {
	width: 660px;
	height: 384px;
}



.cinza{
	max-width: 620px;
	
}

.branco{
	max-width: 620px;
	
}


.ltd{
	float: none;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;


}

.ltd_imagem{
	float: none;
	margin-left: auto;
	margin-right: auto;


}

.marcas_geral ul{
	width: 524px;


}


.news{
	max-width: 720px;

}

.logo_topo{
	width: 100%;
	height: 50px;
	background: url('../logo.svg') no-repeat 15px center;

}



	nav a#pull:after {

		right: 15px;

	}
	



.marcas_geral ul{
	width: 460px;

}

.marcas_geral li{
	width: 45%;
	
}


.morada{
	float: left;
	width: 300px;
	margin-bottom: 40px;

}


.morada table{
    font-size: 13px;
    width: 100%;
    max-width: 400px;
	
}



.morada th{	
	text-align: right;
	width: 20%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 10px;

}

.morada td{
	width: 80%;
	padding-top: 15px;
	padding-bottom: 15px;


}





.formulario{
	float: left;
	overflow: hidden;
	width: 300px;
	margin-left: 20px;
	
}



.formulario table{
    font-size: 13px;
    max-width: 300px;
    margin-left: 0px;
	
}


.formulario th{	
 
	width: 20%;
	padding-top: 27px;
	padding-bottom: 15px;
	padding-right: 10px;
	vertical-align: top;
}

.formulario td{
	width: 80%;
	padding-top: 15px;
	padding-bottom: 15px;

}




.mapa{
	float: left;
	max-width: 720px;
	max-height: 400px;
	}

footer{
	text-align: center;	
}



}
	
	




@media only screen and (max-width : 739px) {
	
.device, .swiper-container {
	width: 560px;
	height: 326px;
}



.news{
	max-width: 620px;

}
}

@media only screen and (max-width : 640px) {
        .header{
    position: relative;
    }
    
    body{
    padding-top:0px;
    }

.device, .swiper-container {
	width: 400px;
	height: 233px;
}

.cinza{
	max-width: 440px;
	padding-left: 10px;
	padding-right: 10px;	
}

.branco{
	max-width: 440px;
	padding-left: 10px;
	padding-right: 10px;	
}




.news{
	max-width: 470px;

}


.morada{
	float: none;
	width: 440px;

}


.morada table{
    font-size: 13px;
    width: 100%;
    max-width: 440px;	
}



.formulario{
	float: none;
	overflow: hidden;
	width: 440px;
	margin-left: 0px;
	
}



.formulario table{
    font-size: 13px;
    max-width: 300px;
    margin-left: 0px;
	
}


.formulario th{	
 	width: 20%;
	padding-top: 27px;
	padding-bottom: 15px;
	padding-right: 10px;
	vertical-align: top;
}

.formulario td{
	width: 80%;
	padding-top: 15px;
	padding-bottom: 15px;

}



.mapa{
	float: none;
	max-width: 460px;
	max-height: 460px;
	}




}



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


    
.ltd_imagem{
	float: none;
	width: 100%;
	max-width: 300px;

}

.arrow-left, .arrow-right{
	display: none;
}
	
.device{
	width: 100%;
	max-width: 480px;
	height: 278px;
	padding: 20px 0px;

}

.swiper-container{
	width: 100%;
	max-width: 480px;
	height: 278px;
	border: 0px;

}




.branco, .cinza{
	max-width: 300px;
	
}

.marcas_geral ul{
	width: 320px;

}

.marcas_geral li{
	width: 45%;
	
}


.morada{
	float: none;
	width: 300px;
	margin-bottom: 40px;

}


.morada table{
    font-size: 13px;
    width: 100%;
    max-width: 400px;
	
}



.formulario{
	float: none;
	overflow: hidden;
	width: 300px;
	margin-left: 0px;
	
}


.formulario table{
    font-size: 13px;
    max-width: 300px;
    margin-left: 0px;
	
}


.formulario th{	
	width: 20%;
	padding-top: 27px;
	padding-bottom: 15px;
	padding-right: 10px;
	vertical-align: top;
}

.formulario td{
	width: 80%;
	padding-top: 15px;
	padding-bottom: 15px;

}



.mapa{
	float: none;
	max-width: 300px;
	max-height: 300px;
	}


}




/*Smartphone*/
@media only screen and (max-width : 410px) {
	
.device, .swiper-container{
	height: 238px;

}


}



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


	
.device{
	width: 100%;
	max-width: 480px;
	height: 186px;
	padding: 30px 0px;

}

.swiper-container{
	width: 100%;
	max-width: 480px;
	height: 186px;
	border: 0px;

}
	
	nav li {
		display: block;
		float: none;
		width: 100%;
		max-width: 320px;
	}
	nav li a {
		border-bottom: 1px solid rgb(220,220,220);
	}

	
.cinza{
	max-width: 300px;
	
}	
	
	.marcas_geral ul{
	width: 250px;

}

.marcas_geral li{
	width: 100%;
	margin-right: 0px;
	
}


.morada{
	float: none;
	width: 300px;

}


.morada table{
    font-size: 13px;
    width: 100%;
    max-width: 300px;
	
}


.formulario{
	float: none;
	overflow: hidden;
	width: 300px;
	margin-left: 0px;
	
}



.formulario table{
    font-size: 13px;
    max-width: 300px;
    margin-left: 0px;
	
}



.mapa{
	float: none;
	max-width: 300px;
	max-height: 300px;
	}


}










