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

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

.produtos h3 {
    font-size: 25px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Header */

@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: 36px !important;
		line-height: 120% !important;
	}

	header h2{
		font-size: 24px !important;
		line-height: 120% !important;
	}

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

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

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

	.produtos ul li .descricao{
		height:auto !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{
	background-image: url('../imagens/bg-header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding:50px 0;
	background-color:#000;
}

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 h3 b{
	background-color: #ffef02;
    color: #04631a;
    padding: 0 5px;
}

header h1{
	margin: 0px;
    color: #ffef00;
    font-family: 'Lato', sans-serif;
    font-size: 63px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 120%;
    display: inline-block;
    padding: 5px 60px;
    background-image: linear-gradient(to right, #00691c0d, #009c29, #009c29, #00691c0d);
        text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

header h2{
	margin:0px;
	padding: 0px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 120%;
	font-weight: bold;
	    text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}

header h3{
	margin:0px;
	padding: 0px;
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	line-height: 180%;
	font-weight: normal;
	margin-bottom: 40px;
}
header .cupom {
    background-color: #ffef02;
    color: #046d20;
    padding: 0 5px;
}

header p{
	margin:0px;
	padding: 0px;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	line-height: 140%;
	font-weight: normal;
	margin-bottom: 20px;
}

.telefone{
	color:#f12f47;
	font-weight: bold;
	font-weight: 24px;
}

header .instrucoes{
	max-width: 700px;
	text-align: left;
	margin: 0 auto;
	text-align: center;
}

header .countdown{
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.countdown img{
	width: 100%;
}



/* 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: center;
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
	color: #000000;
}

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


.produtos ul li{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 2%;
	width: 27%;
	margin-right:2%;
	float: left;
	margin-bottom: 20px;
}


.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;
	position: absolute;
	max-width: 60px;
	text-align: center;
	z-index: 1;
	top: 0px;
	margin-left: -20px;
	display: none;
}

.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: 20px;
	text-align: center;
}

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

.produtos .preco{
	width: 100%;
	font-family: 'Lato', sans-serif;
	color: #000000;
	line-height: 130%;
	font-size: 15px;
	overflow: hidden;
}

.produtos .preco .antigo{
	float: left;
}

.produtos .preco .novo{
	float: right;
}

.produtos .preco b{
	display: block;
}

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

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

.produtos .bt-compra a{
	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;
	margin-top: 0px;
}

.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;
}
