.container{
	max-width: 1920px;
	background-color:#f1f1f1;
	margin:0 auto;
}

.content{
	max-width: 1000px;
	margin:0 auto;
}

/* Header */

@media screen and (max-width: 1500px){

	header{
		background-size: inherit !important;
	}

}


@media screen and (max-width: 1000px){

	header{
		padding:20px !important;
		background-size: 600% !important;
		height: inherit !important;
		padding-bottom: 50px !important;
	}

	header h1{
		font-size: 24px !important;
		line-height: 140% !important;
	}

	header h3{
		font-size: 20px !important;
	}

	header .logo{
		margin-bottom: 20px !important;
	}

	header .logo-black-friday{
		width: 80%;
		margin:0 auto;
	}

	.produtos ul li{
		float: none !important;
		width: 90% !important;
		padding:5% !important;
		overflow: hidden;
		margin-bottom: 20px !important;
		min-height: inherit !important;
	}

	.produtos ul li .descricao{
		min-height:inherit !important;
	}

	.produtos .preco b{
		display: block;
	}

	.produtos .preco .antigo{
		font-size: 17px !important;
	}

	.produtos .preco{
		font-size: 15px !important;
	}

	.produtos .bt-compra{
		margin-top: 10px;
	}

	.produtos{
		margin-top: -20px !important;
	}

	header .cupom{
		padding: 10px !important;
		float: none !important;
		width: inherit !important;
	}

}

header{
	background-image: url('../imagens/bg-header2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding:50px 0;
	background-color: #000000;
}

header .logo{
	background:url("https://www.empiricus.com.br/wp-content/themes/empiricus_v2/assets/css/../svg/logos/logo-empiricus.svg") no-repeat;
	display: block;
	width: 140px;
	height: 43px;
	margin:0 auto;
	margin-bottom: 30px;
	    background-position: 0;
    background-size: contain;
}

header h1{
	margin:0px;
	padding: 0px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	margin-bottom: 28px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 120%;
}

header h3{
	margin:0px;
	padding: 0px;
	font-size: 24px;
	font-family: 'Slabo 27px', serif;
	color: #ffffff;
	line-height: 180%;
}

header h3 .menor{
	font-size:18px;
}

header h3 b{
	color:#ec3a3a;
}

header .cupons{
	overflow: hidden;
	margin-top: 20px;
}

header .cupom{
	float: left;
	padding: 20px;
	border:2px solid #ffffff;
	text-align: center;
	color:#ffffff;
	font-family: 'Slabo 27px', serif;
	width: 44%;
	margin:0%;
	font-size: 20px;
	line-height: 180%;
}

header .cupom:last-of-type{
	float: right;
}

/* Produtos */

.produtos{
	margin-bottom: 50px;
}

.produtos h2{
	font-family: 'Lato', sans-serif;
	font-size:24px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 36px;
	text-align: left;
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
}

.produtos ul{
	overflow: hidden;
	margin-bottom: 20px;
}

.produtos ul li{
	float: left;
	width: 28%;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 2%;
	min-height: 500px;
	margin-right: 2%;
}

.produtos ul li:last-child{
	margin-right: 0% !important;
}

.produtos .produto .off{
	background-color: #000000;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	padding:10px 0 10px 0;
	position: absolute;
	max-width: 60px;
	text-align: center;
	z-index: 1;
	top: 0px;
}

.produtos .header{
	text-align: center;
}

.produtos .header h3{
	margin:0px;
	padding: 0px;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	color:#000000;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

.produtos .header h3 span{
	display: block;
}

.produtos .header p{
	margin:0px;
	padding: 0px;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color:#000000;
	margin-bottom: 40px;
	text-align: center;
}

.produtos .descricao{
	font-family: 'Slabo 27px', serif;
	font-size:20px;
	color:#000000;
	text-align: center;
	margin-bottom: 40px;
	line-height: 120%;
	min-height: 215px;
}

.produtos .preco{
	float:left;
	width: 50%;
	font-family: 'Lato', sans-serif;
	color: #000000;
	line-height: 130%;
}

.produtos .preco b{
	display: block;
}

.produtos .preco .antigo{
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	text-decoration: line-through;
}

.produtos .bt-compra{
	float: right;
	width: 50%;
}

.produtos .bt-compra a{
	display: block;
	background-color: #b62730;
	border-radius: 5px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	text-align: center;
	min-height: 48px;
	line-height: 48px;
}

.produtos .bt-compra a span:before{
	width:25px;
	height: 21px;
	content:"";
	display: inline-block;
	margin-right: 15px;
	background-image: url('../imagens/ico-carrinho.png');
}

.disclaimer{
	font-family: 'Slabo 27px', serif;
	font-size:20px;
	margin-bottom: 20px;
}

.box-telesales {
    padding: 20px;
    border: 2px solid #000;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
}

.box-telesales h3{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.box-telesales .telefones{
	width: 48%;
	float: left;
	text-align: center;
	line-height: 180%;
}

.box-telesales .email{
	width: 48%;
	float: right;
	text-align: center;
	line-height: 180%;
}

/* Footer */

footer{
	text-align: center;
}

footer a{
	font-family: 'Slabo 27px', serif;
	color:#b62730;
	font-weight: bold;
	display: inline-block;
}