@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://use.typekit.net/hho4icq.css"); /* MOKOKO */ 

body{
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
}

#page-adega {
	max-width: 1220px;
	margin: 0px auto;
	overflow-x: hidden;
	position: relative;
}

.relative {
	position: relative;
}

.mokoko {
	font-family: mokoko, serif;
	text-transform: uppercase;
}

strong	{
	font-weight: 900;
}

.img-bg {
	width: 100%;
	height: auto;
}

header {
	background: #000;
	padding: 20px 0px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}

header h2 {
	font-weight: 800;
	font-size: 1.5em;
	margin: 30px 0px 0px 0px;
	line-height: 1em;
}

header h3 {
	font-weight: 300;
	font-size: 2em;
	margin: 0px;
	line-height: 1em;
}

#slogan {
	background: url('../img/bg-slogan.webp') no-repeat #038a9b;
	background-size: 100% 100%;
	padding: 50px 0px;
	color: #FFF;
	text-align: center;
	font-weight: 300;
	line-height: 1.1em;
	font-size: 1.1em;
}

#vinho {
	background: #000;
	color: #FFF;
	text-align: center;
	font-weight: 300;
}

.tacas {
	background: url('../img/tacas.webp') center center;
	background-size: cover;
}

#vinho .numero {
	font-weight: 900;
	background: url('../img/hexagon.webp') no-repeat center center;
	background-size: 100%;
	padding: 30px;
	margin-top: 15px;
	font-size: 5em;
	line-height: 1em;
}

#vinho h5 {
	text-transform: uppercase;
	font-style: italic;
	font-size: 1.5em;
	font-weight: 100;
	letter-spacing: 3px;
	margin: 0px;
}

#vinho h4 {
	text-transform: uppercase;
	font-size: 2.5em;
	font-weight: 900;
	margin: 0px;
}

#vinho p {
	font-size: 1.2em;
	padding-bottom: 30px;
}

.hexagon-vinho, .hexagon-design {
	position: absolute;
	text-align: right;
	bottom: 0px;
	right: 0px;
	transform: translate(0px,50%);
	z-index: 5;
}

.hexagon-painel {
	position: absolute;
	bottom: 0px;
	left: 0px;
	transform: translate(0px,50%);
	z-index: 5;
}

#temperatura {
	padding-top: 50px;
}

#temperatura {
	color: #7d7d7d;
	text-align: center;
	font-weight: 300;
}

#temperatura h5 {
	text-transform: uppercase;
	font-style: italic;
	font-size: 1.5em;
	font-weight: 100;
	letter-spacing: 3px;
	margin: 20px 0px 0px 0px;
}

#temperatura h4 {
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 900;
	margin: 0px;
}

#temperatura p {
	font-size: 1.2em;
	padding-bottom: 30px;
}

#temperatura .graus {
	color: #0b8896;
	font-weight: 600;
	font-size: 1.5em;
}

#design {
	background: #000;
	color: #FFF;
	text-align: center;
	padding-top: 40px;
	font-size: 1.2em;
}

#design h5 {
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 100;
	letter-spacing: 3px;
	margin: 20px 0px 0px 0px;
	line-height: 1em;
}

#design h4 {
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 900;
	margin: 0px;	
	font-style: italic;
	line-height: 1em;
}

.info-features {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}

.feature {
	color: #FFF;
	font-weight: 300;
	font-size: 0.9em;
	line-height: 1em;
	margin-bottom: 15px;
}

#dimensoes {
	background: url('../img/bg-dimensao.webp') no-repeat top right #038a9b;
	padding-top: 50px;
}

.title-dimensao {
	background: url('../img/box-title.webp') no-repeat center center;
	background-size: 100% 100%;
	padding: 5px 15px;
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF;
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 50px;
}

.medida {
	color: #FFF;
	margin-bottom: 25px;
	line-height: 1em;
}

footer {
	background: #000;
	padding: 30px 0px;
	position: relative;
	z-index: 10;
}

.nota-footer {
	color: #FFF;
	font-size: 0.6em;
	padding-top: 20px;
	text-align: center;
}



/*------------------------------------------------------------------
---------------------------- RESPONSIVO ----------------------------
--------------------------------------------------------------------*/

@media (min-width: 768px) {

	header h2 {
		margin: 0px;
	}
	
	.nota-footer {
		padding-top: 0px !important;
		position: absolute;
		text-align: left;
		left: 0px;
		bottom: 0px;
	}

	#slogan {
		font-size: 1.5em;
	}

	#design {
		background: url('../img/adega-garrafa.webp') no-repeat;
		background-size: cover;
		padding: 150px 0px;
	}

	.feature {
		font-size: 1.5em;
		margin-bottom: 40px;
		line-height: 1.1em;
	}


}


@media (min-width: 992px) {

	#slogan {
		padding: 100px 0px;
		font-size: 2.5em;
	}

	#vinho, #temperatura {
		font-size: 1.5em;
	}

	#vinho .numero {
		padding: 50px;
	}

	#design {
		padding: 200px 0px;
		font-size: 1.5em;
	}

	#design p{
		font-size: 1.3em;
		font-weight: 300;
		line-height: 1em;
		margin-top: 40px;
	}

	.title-dimensao {
		font-size: 2em;
		margin: 80px 0px;
		padding: 5px 50px;
	}

	.medida {
		font-size: 1.5em;
		font-weight: 100;
		margin-bottom: 50px;
	}

}


@media (min-width: 1100px) {

	header {
		padding: 30px;
	}

	#slogan {
		padding: 120px 0px;
		font-size: 2.5em;
	}

	#design {
		padding: 250px 0px;
	}

	.feature {
		font-size: 1.8em;
	}

}


@media (min-width: 1200px) {


}


