html{
	scroll-behavior: smooth;
}

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

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

#botaoCima{
	position: fixed;
	bottom: 10%;
	right: 10%;
	z-index: 90;
}

#botaoCima img{
	height: 3em;
}

#seccao2cozinhas{
	width: 100%;
	background-color: white;
}

.limitacaoFrase{
	background-color: #f8f8f8;
	width: 100%;
	padding-top: 10vh;
	padding-bottom: 10vh;
	margin-top: 20vh;
}

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

#fraseExclarecedora p{
	font-size: 1.3em;
}

.semMargem{
	margin-bottom: 0;
}

#seccao3cozinhas{
	padding-top: 20vh;
	background-color: white;
}

.cinzaCozinhas{
	background-color: #f8f8f8;
	padding-top: 10vh;
	padding-bottom: 10vh;
}

.cinzaCozinhas h3{
	text-align: center;
	padding-bottom: 40px;
}

.limiteTopicos{
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.limiteTopicos a{
	background-color: #ededed;
	color: black;
	padding: 8px 20px;
	font-size: 1.3em;
	transition: 0.2s;
}

.limiteTopicos a:hover{
	color: rgb(168, 97, 39);
	text-decoration: none;
	background-color: white;
	transition: 0.2s;
}

.produtosDiv{
	padding-top: 15vh;
	background-color: white;
}

.produtosDiv h3{
	text-align: center;
	margin-bottom: 7vh;
}

.limitacaoModelos{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

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

.limitacaoModelos p{
	font-size: 1.3em;
}

.marginBottom{
	margin-bottom: 3vh;
}

@media only screen and (max-width: 900px) {
	.margensTopicos{
		margin-bottom: 5vh;
	}
}

@media only screen and (min-width: 900px) {
	.margensTopicos{
		margin-bottom: 3vh;
	}
}

.espaco{
	height: 15vh;
	background-color: white;
}

.mBottom0{
	margin-bottom: 0;
}

.informacoes{
	padding-top: 2vh;
}

.informacoes a{
	font-size: 1.3em;
	color: black;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.informacoes a:hover{
	color: black;
	text-decoration: none;
}

.informacoes u:hover{
	text-decoration:none;
}

.descricaoInformacoes{
	padding-top: 5vh;
}

.imgEmbutido{
	width: 90%;
}

