body {
	background-color: #f2ecd4;
	font-family: 'PT Serif', serif;
}
img {
	width: 100%;
}
h3.title {
	color: #170904;
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 40px;
	text-transform: uppercase;
}
h3.title:before {
	background-color: #170904;
	border-radius: 50%;
	content: "";
	display: block;
	float: left;
	height: 8px;
	margin: 12px 10px 10px 0;
	width: 8px;
}
h4.subtitle {
	color: #170904;
	font-size: 20px;
	font-weight: 800;
	margin-top: 40px;
	margin-bottom: 40px;
}
p {
	color: #170904;
	text-align: justify;
}
section {
	clear: both;
}
.header {
	background: url('../images/bg-header.jpg') no-repeat center bottom;
	background-size: 100%;
	height: 498px;
}
.header .extra-content {
	background: url('../images/bg-detail-header.png') no-repeat right 82px;
	height: 498px;
	background-size: 660px;
}
.header .extra-content .container {
	background: url('../images/cachaca-alma-de-gato.png') no-repeat right 77px;
	height: 498px;
    background-size: 510px;
    padding-top: 25px;
}
.logo {
	float: left;
	max-width: 300px;
}
.produtos {
	background: url('../images/bg-content.png') no-repeat center top;
	background-size: 100%;
}
.produtos .extra-content {
	background: url('../images/bg-detail.png') no-repeat 125% top;
	background-size: 660px;
}
.container {
	padding-top: 100px;
}
.navbar-expand-lg {
	float: right;
}
.navbar-expand-lg li {
	padding-left: 20px;
	position: relative;
}
.navbar-expand-lg li:before {
	background-color: #f2d9bc;
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 12px;
	margin: 12px 10px 10px 0;
	position: absolute;
    top: 5px;
	width: 6px;
}
.navbar-expand-lg li.nav-item-icon {
	padding-left: 0;
	top: -8px;
}
.navbar-expand-lg li.nav-item-icon:before {
	display: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
	color: #f2d9bc;
	font-size: 16px;
	text-transform: uppercase;
}
.card {
	background: 0 none;
	border: 0 none;
	border-radius: 0;
}
.card img {
	border: 1px solid #562D1A;
	border-radius: 0;
	padding: 3px;
}
.card-body {
	padding-left: 0;
	padding-right: 0;
}
.card-title {
	font-weight: 800;
}
.copyright {
	background: url('../images/bg-header.jpg') no-repeat center;
	background-size: 100%;
}
.copyright .container {
	padding: 20px 12px;
	position: relative;
}
.copyright .container p {
	color: #FFF;
	font-size: 14px;
	margin: 0;
	text-align: center;
}
.copyright .container ul {
	float: right;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 15px;
}
.copyright .container ul li {
	display: block;
	float: left;
	list-style: outside none;
	margin-left: 5px;
	width: 32px;
}
.contato {
	background: url('../images/bg-content-bottom.png') no-repeat center bottom;
	background-size: 100%;
}
.contato .container {
	padding-bottom: 100px;
}
/* Form */
.form-label {
	margin-bottom: 3px;
}
.form-control {
	background: 0 none;
	border: 1px solid #562D1A;
}
textarea.form-control {
	height: 100px;
}
.map {
	border: 1px solid #562D1A;
}
.map iframe {
	margin: 0;
	padding: 0;
}
.contato a {
	color: #534741;
	display: inline-block;
	margin-top: 10px;
	text-decoration: none;
}
.btn-primary {
	background: #534741;
	border: 1px solid #534741;
	color: #f2ecd4;
	float: right;
	padding: 12px 20px;
	text-transform: uppercase;
}
.btn-primary:hover {
	background: #372F2B;
	border: 1px solid #372F2B;
}
.whatsapp {
	position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 999;
}
.whatsapp a {
	background: #534741;
	border-radius: 10px;
	color: #FFF;
	display: inline-block;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: 600;
	padding: 13px 40px 13px 20px;
	position: relative;
	text-decoration: none;
}
.whatsapp a:hover {
	background: #3E3531;
}
.whatsapp a:after {
	background: url('../images/whatsapp.png') no-repeat center;
	background-size: 75px;
	content: "";
	display: block;
	height: 75px;
	position: absolute;
	right: -48px;
    top: -16px;
	width: 75px;
}
/* Responsivo */
@media screen and (max-width: 1024px) {
	.header {
	    background-size: 130%;
	}
	h3.title {
	    font-size: 22px;
	}
}

@media screen and (max-width: 768px) {
	.header {
	    background-size: 180%;
	    height: 400px;
	}
	.header .extra-content {
		height: 333px;
	    background-size: 480px;
	    background-position: right bottom;
	}
	.header .extra-content .container {
		background-size: 400px;
		height: 400px;
	}
	.logo {
	    max-width: 190px;
	}
	.navbar-expand-lg li.nav-item-icon {
		display: none;
	}
	.produtos .extra-content {
	    background-size: 470px;
	}
	.navbar-expand-lg {
	    float: none;
	}
}

@media screen and (max-width: 540px) {
	.logo {
	    float: none;
	    max-width: 150px;
	    margin: 0 auto;
	}
	.header {
	    background-size: 280%;
	    height: 416px;
	}
	.navbar-expand-lg {
		display: none;
	}
	.navbar-expand-lg li:before {
		display: none;
	}
	.header .extra-content {
	    height: 366px;
	    background-size: 310px;
	    background-position: center bottom;
	}
	.header .extra-content .container {
	    background-size: 280px;
	    height: 406px;
	    background-position: center bottom;
	}
	h3.title {
	    font-size: 19px;
	    text-align: center;
	}
	h3.title:before {
		display: none;
	}
	.produtos .extra-content {
	    background-size: 290px;
	}
	h4.subtitle {
		font-size: 16px;
		text-align: center;
	}
	.card-title {
		text-align: center;
	}
	.copyright .container ul {
		float: none;
		position: static;
		right: inherit;
		top: inherit;
		text-align: center;
	}
	.copyright .container ul li {
		float: none;
		display: inline-block;
		margin-top: 15px;
	}
	.contato {
		text-align: center;
	}
	.contato p,
	.contato a {
		text-align: center;
	}
	.map {
		margin-top: 20px;
	}
	.btn-primary {
		float: none;
		width: 100%;
	}
	.selo {
		margin-top: 60px;
	}
}

