
*{
	margin:0; 
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin:0 auto;
	background-color: #D8B977;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

/* Ancoras */

a {color: #333; transition:.2s; text-decoration: none;}
a:hover {color: #666;}

/* Headings */

h1,h2,h3,h4,h5,h6 {
	font-family: 'Satisfy', cursive;
}

h1 {color: #87101B; font-size: 32px;}

/* Listas */

li {
	list-style-type: none;
}

/* paragrafos */

p {
	text-align: justify;
	line-height: 25px;
}


/* formularios */

::-webkit-input-placeholder {
	padding-left:5px;
}

:-moz-placeholder {
	padding-left:5px;
}

::-moz-placeholder {
	padding-left:5px;
}

/* Classes Gerais */

#logotipo {
	position: relative;
	margin:0 auto;
	min-width: 262px;
	top: 115px;
	height: 150px;
	background:url(..//logotipo/logotipopng.png);
	background-size: 262px 142px;
	background-position: center;
	overflow: visible;
	padding:0;
	z-index: 9999;
	background-repeat: no-repeat;
}

.saiba-mais {
	color: #AA2324;
	padding:1px 7px;
	display: block;
	margin:0 auto;
	font-weight: bolder;
	font-size: 15px;
}

.voltar {
	float: right;
	margin:2%;
	font-size: 16px;
	border-bottom:1px dashed #AA2324;
}

.action {
	color: #AA2324;
	margin:1em auto 0;
	text-align: center;
	display: block;
}


.negrito {font-weight: bold;}

.esquerda {text-align: left;}

.direita {text-align: right;}

.centro {text-align: center;}

.float-left {float: left;}
.float-right {float: right;}

/* ================= TOPO ================= */



/* menu */

.menu {
	background-color: #AA2324;
	-webkit-box-shadow: inset 0px 9px 26px -6px rgba(50, 50, 50, 0.72);
	-moz-box-shadow:    inset 0px 9px 26px -6px rgba(50, 50, 50, 0.72);
	box-shadow:         inset 0px 9px 26px -6px rgba(50, 50, 50, 0.72);
}

.menu ul {
	margin-top:-110px;
	
	padding:0 0 15px;
}

.menu ul li {
	display: inline-block;
	padding:10px 10px;
	text-transform: uppercase;
	text-align: center;
}

.menu ul li:last-child {
	padding:10px 0 10px 0;
}

.menu ul li > a {
	color: #FEE71F;
	text-shadow:1px 1px 1px #000;
}

.menu ul li > a:hover {color: #fff;}

/* contato topo */

#contato-topo {
	position: relative;
	z-index: 999;
	background-image: url(..//imagens/bg_contato_topo.png);
	background-size: 100% 120px;
	min-height: 120px;

}

#contato-topo span {
	margin:15px 15px 0;
	font-family: 'Satisfy', cursive;
	font-size: 24px;
	color: white;
	text-shadow:1px 1px 1px #000;
}

#contato-topo span:first-child {
	float: left;
}

#contato-topo span:last-child{
	float: right;
	text-align: right;
}

/* CORPO INDEX */

.destaques {
	background-color: white;
	padding:3em 0 3em;
}

.destaques .saiba-mais {text-align: center;}

.destaques p {height: 260px;}

.destaques h2 {height: 80px; text-align: center;}

.destaques>div>div>img{margin:0 auto 2em; display: block;}
.destaques>div>div>img:hover {
	cursor: pointer;
	transition:.9s;
	-ms-transform: rotate(360deg); /* IE 9 */
	-webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
	transform: rotate(360deg);
}

/* atendimento */

.atendimento {
	background:url(..//imagens/bg_atendimento.jpg);
	background-size: 100%;
	background-attachment: fixed;
	padding:1.5em 0;
	color: white;
}

.atendimento .container {
	border-top: 1px dashed #fff;
	padding:2em 0;
}

.atendimento h2 {
	text-shadow:1px 1px #111;
	font-size: 26px;
}

/* PRODUTOS */

.produtos-secao {
	position: relative;
	background-color: white;
	padding-bottom: 4em;
}

.produtos-secao:before {
	content: url(..//imagens/bordernuvem1.png);
	position:relative;
	width: 100%;
	display: block;
	top: -13px;
	background-size: 100%;
	z-index: 999;
	background-repeat: repeat-x;
}

.menu-produtos {
	background-color: #740E18;
	font-size: 22px;
	font-family: 'Satisfy', cursive;
}

.menu-produtos li {
	display: inline-block;
	width: 32.85%;
	padding:10px 0;
}

.menu-produtos .ativo {
	background-color: #bc1c29;
}

.menu-produtos li a {
	color: white; 
	text-shadow:1px 1px #000;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	cursor: pointer;
}

.menu-produtos li:hover {
	background-color: #bc1c29;
	transition:.3s;
}

.produtos .produto {
	height: 340px;
	margin:40px auto 10px;
	padding:30px 5px 15px;
	border:1px solid #ccc;
	border-top:5px solid #740E18;
	border-bottom: 5px solid #740E18;
}

.produtos .produto img {
	max-width: 100%;
	height: 160px;
	margin:0 auto;
	display: block;
}

.produtos .produto a h1 {
	height: 110px;
	text-align: center;
	margin:1em auto 0;
	display: block;
	background-color: #eee;
	padding:1em 0;
	font-size: 26px;
	font-weight: normal;
	border-top:3px dashed #555;
}

.produtos .produto a h1:hover {
	background-color: #740E18;
	color: white;
	border-top:3px dashed #fff;
}



/*** CHAMADAS ***/

.chamadas {
	background-color: white;
}

.call-1 {
	background-color: #8A111C;
	padding:0.5em 0;
	text-align: center;
	font-size: 30px;
	color: white;
	margin-bottom: 1em;
}


/** =========== RODAPÉ =========== **/

.bg-borda-rodape {
	background-image: url(..//imagens/bg_rodape.png);
	background-size: 100%;
	height: 200px;
	position: relative;
	top: -20px;
	background-origin: 350px 350px;
	background-color: #fff;
}

footer ul {
	position: relative;
	top: 60px;
	color: white;
	text-shadow:1px 1px 1px #000;
	border-right: 1px dotted #fff;
}

footer ul li a {
	color: white;
	text-shadow:1px 1px 1px #000;
}

footer .icons img {margin:20px 5px 0 0;}


footer .icons img:hover {
	transition:.9s;
	-ms-transform: rotate(360deg); /* IE 9 */
	-webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
	transform: rotate(360deg);
}


footer .copyright {
	background-image: url(..//imagens/bg_copy.png);
	background-size: 100%;
	padding:1em 0;
	color: white;
	font-weight: normal;
	text-align: center;
	display: block;
}



/* ======================= PAGINAS INTERNAS ============================== */

/* história dos doces brasileiros */

.historia {
	background-color: white;
	padding:5em 0;
	position: relative;
	top: -20px;
}

.historia img {
	margin:0.5em 1em;
	border:3px double #CE8341;
}

.historia h1 {margin-bottom: 1.5em;}

.historia p {
	margin-bottom: 2em;
}

.historia h3 {
	text-align: center;
	font-weight: normal;
	font-family: inherit;
	margin-bottom: 0.2em;
}

.historia span {
	text-align: center;
	display: block;
}

/* contato */

.contato {
	background-color: white;
	padding:2.5em 0;
}

.contato .localizacao {
	position: relative;
	top: -52px;
	max-height: 270px;
	width: 100%;
	
}

.contato .container {
	padding-top:40px;
	border-top: 2px dashed #AA2324;
}

.contato h1 {
	font-size: 30px;
	margin-bottom: 1em;
}

.contato span {
	margin-bottom: 2em;
	display: block;
	font-size: 16px;
}

.contato form input {
	width: 32.8%;
	padding:12px 0;	
	background-color: #F0F0F0;
	border:1px dashed #D0ABAE;
}


.contato form #mensagem {
	width: 100%;
	height: 150px;
	margin:1em auto;
}

.contato form input[type="submit"] {
	cursor: pointer;
	border:none;
	font-weight: bold;
	color: #333;
	border:1px dashed #AA2324;
	-webkit-box-shadow: inset 0px 9px 26px -3px rgba(80, 80, 80, 0.2);
	-moz-box-shadow:    inset 0px 9px 26px -3px rgba(80, 80, 80, 0.2);
	box-shadow:         inset 0px 9px 26px -3px rgba(80, 80, 80, 0.2);
}

.contato form input[type="submit"]:hover {
	background-color: #cecece;
	transition:.2s;
	color: white;
	text-shadow:1px 1px 1px #000;
}

.contato .call-1 {
	margin:2em auto 0;
}

/* pagina de produto */

.produto-interna {
	background-color: white;
	position: relative;
	top: -20px;
}

.produto-interna article {
	margin:3em auto 1.5em;
}

.produto-interna h1 {
	margin-bottom: 1em;
	font-family: inherit;
	font-size: 26px;
}

.produto-interna ul li img {
	border:1px double #AA2324;
}

.produto-interna ul li {
	font-size: 14px;
	margin-bottom: 2em;
}

.produto-interna span {
	display: block;
	font-size: 30px;
	font-family: 'Satisfy', cursive;
	background-color: #740E18;
	padding:0.1em 0;
	margin:1em auto;
	text-align: center;
	color: white;
}

.produto-interna span:hover {
	background-color: #AA2324;
	cursor: pointer;
}

.produto-interna span a {
	color: white;
	text-shadow:1px 1px 1px #000;
}

.produto-interna span:hover a {
	color: white;
}

