@media only screen and (max-width: 450px) {
	#sobrefrase{
		padding-top: 0vh;
		margin-top: -80vh;
		margin-bottom: 20vh;
	}
	#sobre1seccao p{
		font-size: 1.4em;
	}

	.imagemFabrica{
		padding-top: 40%;
	}
	.mobile{
		display: block!important;
	}
	.desktop{
		display: none!important;
	}

	.descricaoMapa{
		font-size: 1.2em;
		padding-top: 15%;
	}

}

@media only screen and (min-width: 450px) {
	body {
		background: url('../images/sobre/sobreIMG.jpg') no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
		z-index: 2;
		}

		#sobre1seccao p{
			font-size: 1.8em;
		}

	.imagemFabrica{
		padding-top: 15%;
	}

	.mobile{
		display: none!important;
	}
	.desktop{
		display: block!important;
	}

	.descricaoMapa{
		font-size: 1.2em;
		padding-top: 55%;
	}
}


#sobre1seccao p{
	text-align: center;
	margin-bottom: 0.3rem;
}

.branco{
	background-color: white;
	padding-bottom: 7%;
}

.arrow{
	margin-top: 0;
}

#sobreImagem{
	background-color: #f8f8f8;
}



#sobreImagem img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

#sobre2seccao{
	background-color: white;
}


.sobreHistoria{
	margin-bottom: 5%;
}

.sobreHistoria img{
	max-width: 100%;
}

#sobreInicio{
	margin-top: 15%;
	margin-bottom: 15%;
	font-size: 1.3em;
}

.background1{
	background-color: rgba(255, 255, 255, 0.6);
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.background2{
	background-color:  rgba(255, 255, 255, 0.6);
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.descricaoIMG{
	text-align: center;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	font-size: 1.1em;
}

.descricaoIMG2{
	text-align: center;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
	font-weight: 100;
}

.img100{
	max-width: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.imgRevenda{
	max-width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.tituloSobre{
	text-align: center;
}

.tituloEspaco{
	margin-top: 15vh;
}

.margemBottom{
	margin-bottom: 2%;
}

#limitacaoSobre{
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

#limitacaoSobre2{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.espacoMapa{
	margin-top: 15vh;
}



.imgMapa{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.imgMapaM{
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.descricaoEvoluir{
	font-size: 1.3em;
	text-align: center;
	margin-top: 15%;
	margin-bottom: 15%;
	max-width: 900px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.branco2{
	background: white;
	padding-bottom: 15%;
	padding-top: 13%;
}

.fundoContacte{
	background: #f8f8f8;
}

.descricaoContacte{
	font-size: 1.3em;
	text-align: center;
	margin-top: 5%;
	max-width: 900px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#botaoContactos{
	width: 134px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	margin-top: 30px;
}

#botaoContactos a{
	background-color: rgb(168, 97, 39);
    color: white;
    padding: 8px 20px;
    font-size: 1.2em;
    transition: 0.2s;
}

#botaoContactos a:hover{
	background-color:  white;
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(168, 97, 39);
	text-decoration: none;
}

@media only screen and (max-width: 900px) {
	#sobrefrase{
		padding-top: 20vh;
		padding-bottom: 10vh;
	}
}

@media only screen and (min-width: 900px) {
	#sobrefrase{
		padding-top: 38vh;
		padding-bottom: 20vh;
	}
}


.preenchimento{
	height: 1000px;
	background-color: white;
}

