*{
	font-family: "Calibri", sans-serif;
}

HTML, BODY{
	padding:0;
	margin:0;
	width: 100%;
	height: 100%;
	background:#FFF;
	overflow: scroll-y;
	scroll-behavior: smooth;
}

.hero{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:150px;
	background:#000;
	box-shadow: rgba(0,0,0,0.25) 0px 0px 20px;
	z-index: 10;
	position:fixed;
}

.hero IMG{
	max-width: 286px;
	height: auto;
}

.contentor-conteudo{
	padding-top:150px;
}

.menu-cima{
	width:100%;
	height:70px;
	background:#432817;
	position:fixed;
	top:0;
	z-index:10;
}

.vinho{
	background:#FFF;
	width:100%;
	height:100%;
	min-height: 100vh;
	display:block;
	position:relative;
	margin-bottom:10px;
}

.conteudo{
	padding:100px 100px 100px 50%;
	position:relative;
	z-index: 2;
}

.titulo{
	font-size:3.5rem;
	font-weight: bold;
	color:#432817;
}

.titulo-categoria{
	font-size:2rem;
	font-weight: normal;
	color:#432817;
	text-align: center;
	margin-top:1rem;
}

.subtitulo{
	font-size:2.5rem;
	font-weight: normal;
	color:#432817;
	margin-bottom:1rem;
}

.descricao{
	font-size:1.2rem;
	line-height: 1.7rem;
	color:#000;
	margin-bottom:1rem;
}

.titulo-icon{
	display:flex;
	flex-direction: row;
	justify-content: start;
	margin:2rem 0 1rem 0;
}

.titulo-icon IMG{
	width:30px;
	height:30px;
	margin-right:20px;
}

.titulo-informacao-tecnica, .titulo-sugestao-consumo, .titulo-estagio{
	font-size:1.8rem;
	font-weight: bold;
	color:#000;
}

.imagem-vinho{
	background-position: center left;
	background-size: contain;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width:70%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}

.imagem-header{
	display:none;
}

.titulo-sticky{
	position: sticky;
	top: 0px;
	background:linear-gradient(#FFFF 75%, #FFF0 100%);
	padding-bottom: 15px;
	padding-top: 15px;
 }
 
.contentor-rodape{
	background:#000;
	padding:30px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: end;
	color:#FFF;
}

.contentor-rodape IMG{
	width: 200px;
}

.contentor-redes-sociais{
	display:flex;
	flex-direction: row;
	color:#faf894;
}

.contentor-redes-sociais DIV{
	padding-left:10px;
}

.copyright{
	text-align: center;
	text-transform: uppercase;
	font-size:0.90rem;
	color:#faf894;
}

.contentor-main{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-between;
}

.contentor-categorias, .contentor-categorias-produtos{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
	padding:10px;
}

.contentor-categorias IMG, .contentor-categorias-produtos IMG{
	width:100%;
	border-radius: 10px;
}

.contentor-categorias A, .contentor-categorias-produtos A{
	text-decoration: none;
	color:#333;
	border-radius: 10px;
	box-shadow: rgba(0,0,0,0.2) 0px 0px 10px;
	margin-bottom:20px;
}

.contentor-categorias .nome, .contentor-categorias-produtos .nome{
	padding:10px;
	font-weight: normal;
	text-align: center;
	color: #432817;
}

.idiomas{
  position: absolute;
  bottom:10px;
  right:10px;
  color:#666;
}

.idiomas A{
  text-decoration: none;
  font-size:0.8rem;
  color:#999;
}

.idiomas A.escolhido{
  font-weight: bold;
  color:#FFF;
}

@media screen and (max-width: 992px) {
	.hero{
		height:100px;
	}
	
	.hero IMG{
		max-width: 180px;
		height: auto;
	}
	
	.contentor-conteudo{
		padding-top:100px;
	}
	
	.conteudo{
		padding: 20px 20px 20px 45px;
	}

	.vinho{
		height:100%;
	}

	.imagem-vinho{
		background-position: center left;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		width: 20px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.titulo{
		font-size: 2.0rem;
	}
	
	.subtitulo{
		font-size: 1.5rem;
	}

	.descricao{
		font-size:1.0rem;
		line-height: 1.4rem;
	}

	.titulo-informacao-tecnica, .titulo-sugestao-consumo, .titulo-estagio{
		font-size:1.2rem;
	}

	.imagem-header{
		width:100%;
		height:250px;
		display:block;
		margin-bottom:20px;
	}

	.imagem-header IMG{
		object-fit: cover;
		width:100%;
		height:100%;
		border-radius: 10px;
	}
	
	.contentor-rodape{
		padding:30px;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
	}
	
	.contentor-rodape>DIV{
		padding:10px;
	}
	
	.contentor-categorias, .contentor-categorias-produtos{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		padding:10px;
	}
}













.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

#main {
	transition: margin-left .5s;
}

.icon-nav{
  font-family: sans-serif;
  color:#AAA;
  font-size:1.5rem;
  position: absolute;
  left:30px;
  cursor: pointer;
}

.submenu A{
  color:#CCC;
  font-size:1rem;
  margin-left:1rem;
  line-height: 1rem;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}