@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800;900&display=swap');
@import url('../fonts/stylesheet.css');

body{
	overflow-x: hidden;
	font-size: 1em;
	font-family: 'gilmermedium';
}

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

.relative {
	position: relative;
}

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

header	{
	padding: 15px 0px;
	position: relative;
	z-index: 5;
}

strong {
	font-family: 'gilmerbold';
}

.cor-britaniar {
	color: #CD9A33;
}

#intro {
	margin-top: -30px;
	position: relative;
	z-index: 4;
}

.info-britaniar {
	background: #152942;
	color: #FFF;
	padding: 10px;
	font-size: 0.8em;
	font-family: 'gilmerlight';
	line-height: 1em;
	border-right: 5px solid #CD9A33;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0%,-50%);
}

.nome-produto {
	background: #FFF;
	color: #152942;
	padding: 5px;
	font-size: 0.8em;
	font-family: 'gilmerbold';
	text-transform: uppercase;
	line-height: 1em;
	position: absolute;
	right: 0px;
	top: 50px;
}

.modelo {
	color: #CC9A33;
	text-align: center;
	font-size: 0.8em;
	font-family: 'gilmermedium';
}

#slogan {
	background: #152942;
	color: #FFF;
	padding: 30px 0px;
	text-align: center;
	font-size: 1em;
	font-family: 'gilmerlight';
	line-height: 1em;
}

#xicaras {
	background: url('../img/bg-xicaras-mobile.jpg') no-repeat center bottom;
	background-size: cover;
	line-height: 1em;
}

.info-xicaras {
	background: #FFF;
	padding: 20px 0px;
	color: #555555;
	text-align: center;
}

.title-xicaras {
	color: #152942;
	font-family: 'gilmerbold';
	font-size: 2.5em;
	text-transform: uppercase;
	line-height: 1.8em;
}

.title-xicaras .numero {
	width: 100%;
	display: block;	
	color: #CD9A33;
	font-size: 2.8em;
}

.product-xicaras {
	margin-top: -25px;
}

.info-placa {
	padding-bottom: 30px;
}

.info-placa h4 {
	color: #152942;
	font-family: 'gilmerbold';
	line-height: 1em;
	font-size: 1.2em;
}

#detalhes {
	background-image: linear-gradient(180deg, white 33.33%, #CD9A33 33.33%, #CD9A33 66.66%, white 66.66%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-bottom: 10px solid #CD9A33;
	padding: 30px 0px;
}

.detalhe {
	background: #ECECEC;
	color: #707070;
	padding: 30px;
	font-size: 1.2em;
	margin-bottom: 50px;
	text-align: center;
	height: 100%;
	line-height: 1em;
}

.title-detalhe {
	font-family: 'gilmerbold';
	color: #152942;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1em;
	margin: 30px 0px;
}

.detalhe-espaco {
	margin-bottom: 30px;
}

#ambientada h3 {
	color: #152942;
	font-family: 'gilmerbold';
	text-transform: uppercase;
	font-size: 1.8em;
	padding: 30px 15px;
}

.info-colher {
	background: #CD9A33;
	color: #152942;
	margin-left: -30px;
	padding: 50px 50px 50px 30px;
	margin-bottom: 50px;
	position: relative;
	border-radius: 0px 200px 200px 0px;
	font-size: 1.5em;
	line-height: 1em;
}

.info-colher h4 {
	color: #FFF;
	font-family: 'gilmerbold';
	text-transform: uppercase;
	font-size: 1.2em;
}

.colher {
	position: absolute;
	right: -80px;
	bottom: -80px;
}

.info-display {
	line-height: 1em;
	color: #555555;
	font-size: 1.2em;
}

.info-display h3 {
	padding: 20px 0px 10px 0px !important;
	margin-bottom: 0px;
}

.img-ambientada {
	background: url('../img/bg-ambientada.jpg') no-repeat center center;
	background-size: cover;
}

#end {
	border-top: 10px solid #152942;
}

footer {
	border-top: 10px solid #CD9A33;
	padding: 30px 0px;
}

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

@media (min-width: 400px) {


}

@media (min-width: 768px) {

	#intro {
		margin-top: -50px;
	}

	.info-britaniar {
		font-size: 1.5em;
		padding: 30px;
	}

	.nome-produto { 
		padding: 20px;
		font-size: 1.5em;
		top: 100px;
	}

	#slogan {
		font-size: 1.2em;
	}

	#xicaras {
		background: none;
	}

	.xicara-right {
		background: url('../img/xicara-right.jpg') no-repeat center center;
		background-size: cover;
	}

	.xicara-left {
		background: url('../img/xicara-left.jpg') no-repeat center center;
		background-size: cover;
	}

	.info-xicaras {
		background: none;
		text-align: left;
		font-size: 1.2em;
		line-height: 1.1em;
	}

	.info-placa {
		text-align: right;
		padding-bottom: 0px;
	}

	.product-xicaras {
		position: absolute;
		bottom: 0px;
		left: 50%;
		transform: translate(-50%,0%);
		margin-top: 0px;
	}

	.title-xicaras {
		font-size: 1.5em;
		line-height: 1.8em;
	}

	.colher {
		right: -260px;
		bottom: -140px;
	}


	.info-colher {
		margin-bottom: 100px;
	}

	.info-display { 
		margin-bottom: 30px;
	}

}

@media (min-width: 992px) {

	#intro {
		margin-top: -70px;
	}

	#slogan {
		font-size: 1.8em;		
		line-height: 1.2em;
		padding: 50px 0px 100px 0px;
	}

	.info-britaniar {
		font-size: 2em;
		padding: 30px;
	}

	.nome-produto { 
		padding: 20px;
		font-size: 2em;
		top: 150px;
	}

	#ambientada h3 {
		font-size: 2.2em;
	}

	.colher {
		right: -110px;
		bottom: -140px;
	}


}

@media (min-width: 1100px) {

	.info-britaniar {
		font-size: 2.2em;
		padding: 50px;
	}

	.nome-produto { 
		font-size: 2.2em;
	}

	#slogan {
		font-size: 2em;
		padding: 50px 0px;
	}

	.info-xicaras {
		font-size: 1.4em;
		padding: 40px 20px;
	}

	.colher {
		right: -180px;
		bottom: -120px;
		z-index: 5;
	}

}

@media (min-width: 1200px) {


}