@charset "utf-8";

/* DOCUMENTO CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, 
acronym, address, big, cite, code, del, dfn, em, img, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

address {
	font-style: initial;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	cursor: pointer;
}

html, body {
   margin:0;
   padding:0;
   height:100%;
}

.tudo {
	min-height: 100%;
	position: relative;
	overflow: auto;
}

.conteudo{
	position: relative;
	display: block;
	width: 80%;
	max-width: 1400px;
	margin: auto;
	height: inherit;
}

#menu_responsivo {
	display: none;
}

#espaco_topo {
	position: relative;
	min-height: 575px;
}

/*PADRÕES*/

.container_flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	width: 100%;
	height: auto;
}

.menu_ativo {
	border-bottom: 1px #FFF solid;
}

.menu_ativo_interna {
	border-bottom: 1px #5A471C solid;
}

.menu_inativo_interna {
	border-bottom: 1px transparent solid;
}

.menu_inativo {
	border-bottom: 1px transparent solid;
}

/*TOPO*/

#topo_fixo {
	position: fixed;
	width: 100%;
	height: auto;
	padding: 20px 0;
	z-index: 100;
	background-color:transparent;
}

#topo_fixo nav#menu {
	position: relative;
	width: 60%;
	height: auto;
	float: right;
	top: 60px;
}

/*FORMATAÇÃO MENU*/

nav#menu ul {
	position: relative;

	width: 100%;
	height: auto;

	list-style: none;
}

nav#menu ul li {
	position: relative;
}

/*FIM FORMATAÇÃO MENU*/

/*SOLUÇÕES*/

#solucoes {
	position: relative;

	width: 100%;
	height: auto;

	background-color: #F7F3D6;

	padding: 30px 0;

	z-index: 95;
}

#solucoes .conteudo > section {
	position: relative;

	margin: auto;

	width: 100%;
	height: auto;

	margin-bottom: 50px;

	text-align: center;
}

#solucoes #c_f_solucoes {
	position: relative;
}

#solucoes #c_f_solucoes .b_f_solucoes {
	position: relative;

	width: 28%;
	height: auto;

	text-align: center;
}

.b_f_solucoes img {
	position: relative;

	margin-bottom: 20px;
}

.b_f_solucoes h3 {
	position: relative;

	color: #006236;

	margin-bottom: 20px;
}

.b_f_solucoes div {
	color: #BF9E59;
	font-size: 17px;
	font-weight: 300;
}

/*FIM SOLUÇÕES*/

/*LINHAS*/

#linhas_dmilla {
	position: relative;

	width: 100%;
	height: auto;

	padding: 30px 0 100px 0;

	background: url("../img_site/fundo_linhas_dmilla.png") no-repeat;
	background-size: cover;
	background-position: top center;

	z-index: 95;
}

#linhas_dmilla section {
	position: relative;

	width: 100%;
	height: auto;

	text-align: center;
}

#linhas_dmilla section div {
	position: relative;

	font-size: 20px;
	font-weight: 500;
	color: #F3F0D1;
}

#c_f_linhas {

	margin-top: 30px;
}

#c_f_linhas .b_f_linhas {
	position: relative;

	width: 30%;
	height: auto;

	text-align: center;
}

#c_f_linhas .b_f_linhas img[name="img_principal_linha"] {
	position: relative;

	width: 100%;
	height: auto;
}

.b_f_linhas h3 {
	position: relative;

	font-size: 20px;
	color: #FFF;
	font-weight: 300;

	margin: 15px 0;
}

.b_f_linhas .btt_conheca_linhas {
	position: relative;

	width: 100%;
	height: 50px;
	line-height: 50px;

	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;

	text-align: center;

	color: #FFF;
	font-size: 20px;


	background-color: #FAB728;
}

/*FIM LINHAS*/

/*RODAPE*/

#espaco_rodape {
	position: relative;

	min-height: 75px;
}

footer {
	position: absolute;

	bottom: 0;

	width: 100%;
	height: 75px;
	line-height: 75px;

	background-color: #F7F3D6;

	z-index: 96;
}

/*FIM RODAPE*/

/*PADRÃO INTERNAS*/

#container_padrao_interna {
	position: relative;
	overflow: hidden;

	width: 100%;
	height: auto;

	margin: 150px 0 0 0;
}

#container_padrao_interna .conteudo {
	overflow: hidden;
}

#c_img_destaque_interna {
	position: relative;
	overflow: hidden;

	width: 100%;
	height: 181px;

	background: url("../img_site/img_destaque_interna.png") no-repeat;
	background-size: 100%;

	margin-bottom: 70px;
}

#c_img_destaque_interna section {
	position: relative;
	width: 100%;
	height: auto;

	text-align: center;

	margin-top: 5px;
}

#c_img_destaque_interna h2 {
	position: relative;
	
	font-weight: 300;
	font-size: 20px;
	color: #FFF;
}

/*PADRAO INICIAL DISTRIBUIDORA/EMPRESA/PADARIA*/

#b_padronizado_e_interna {
	position: relative;

	width: 49%;
	height: auto;

	float: left;
}

#b_padronizado_d_interna {
	position: relative;

	width: 49%;
	height: auto;

	float: right;

	padding-bottom: 30px;
}

#b_padronizado_d_interna img {
	position: relative;

	max-width: 100%;
	height: auto;
}

#btt_padronizado_interna {
	position: absolute;
	clear: left;

	bottom: 50px;
	left: 0;

	width: 18%;
	height: 40px;
	line-height: 40px;

	text-align: center;

	color: #006236;

	border: 1px #006236 solid;

	transition: .5s all ease-in-out;
}

#btt_padronizado_interna:hover {
	color: #FFF;
	background-color: #006236;
	border: 1px #006236 solid;
}

#btt_padronizado_interna a {
	position: relative;
	display: block;

	width: 100%;
	height: 100%;
}

#padaria_interna #b_padronizado_e_interna h3 {
	position: relative;

	margin-bottom: 20px;

	color: #006034;
	font-size: 20px;
	font-weight: 700;
}

/*FIM PADRAO INICIAL DISTRIBUIDORA/EMPRESA/PADARIA*/

/*A DMILLA*/

#a_dmilla_1 {
	position: relative;

	margin-bottom: 50px;
}

#a_dmilla_2 {
	position: relative;

	padding: 40px 0;
}

#a_dmilla_2 #b_padronizado_d_interna {
	position: relative;

	margin-top: 70px;
}

#b_padronizado_d_interna h3 {
	position: relative;

	margin-bottom: 20px;

	color: #F6BC2C;
	font-size: 20px;
	font-weight: 400;
}

/*fim a dmilla*/

/*PRODUTOS*/

/*CAPTION*/

.highslide-caption {
	position: relative;
	overflow: auto;

	height: 200px;

	background-color: white;

	padding: 10px;
}

.highslide-caption::-webkit-scrollbar-track {
    background-color: #F6E8C8;
}

.highslide-caption::-webkit-scrollbar {
    width: 8px;
    background: #F1DAA8;
}

.highslide-caption::-webkit-scrollbar-thumb {
    background: #F1DAA8;
}

.highslide-caption img {
	position: relative;
}

.highslide-caption h3 {
	position: relative;

	font-size: 25px;
	font-weight: 300;
	color: #F8B726;

	margin-bottom: 30px;

	text-align: center;
}

.highslide-caption div {
	font-size: 16px;
	color: #F8B726;
	font-weight: 300;
}

/*FIM CAPTION*/

#c_carrossel_1 {
	position: relative;

	width: 100%;
	height: auto;

	text-align: center;

	margin-top: -100px;

	background-color: #FAF8E7;

	padding: 40px 0;
}

#c_carrossel_1 img[name="seta_esquerda"] {
	position: relative;

	max-width: 50%;
	height: auto;
}

#c_carrossel_1 img[name="seta_direita"] {
	position: relative;

	max-width: 50%;
	height: auto;
}

#c_carrossel_1 .conteudo > h3 {
	position: relative;

	font-size: 26px;
	font-weight: 300;
	color: #F8B726;
}

#c_carrossel_1 #carrossel {
	position: relative;

	width: 100%;
	height: auto;

	padding: 20px 0;
}

#c_carrossel_1 .b_carrossel_produtos {
	position: relative;

	width: auto;
	height: auto;

	text-align: center;

	list-style: none;
}

.b_carrossel_produtos img {
	position: relative;

	max-width: 90%;
	height: auto;

	margin: auto;

	border-radius: 100%;

	border: 9px #F7E8CA solid;
}

.b_carrossel_produtos h3 {
	font-size: 19px;
	color: #F8B726;
	font-weight: 400;

	margin: 15px 0;
}

#c_carrossel_1 img[name="seta_esquerda"] {
	position: absolute;

	max-width: 100%;
	height: auto;

	left: 5%;
	top: 50%;
}

#c_carrossel_1 img[name="seta_direita"] {
	position: absolute;

	max-width: 100%;
	height: auto;

	right: 5%;
	top: 50%;
}

/*-----------------------------------------*/

#c_carrossel_2 {
	position: relative;

	width: 100%;
	height: auto;

	text-align: center;

	background-color: #FFF;

	padding: 40px 0;
}

#c_carrossel_2 .conteudo > h3 {
	position: relative;

	font-size: 26px;
	font-weight: 300;
	color: #F8B726;
}

#c_carrossel_2 #carrossel_2 {
	position: relative;

	width: 100%;
	height: auto;

	padding: 20px 0;
}

#c_carrossel_2 .b_carrossel_produtos {
	position: relative;

	width: auto;
	height: auto;

	text-align: center;

	list-style: none;
}

#c_carrossel_2 img[name="seta_esquerda"] {
	position: absolute;

	max-width: 100%;
	height: auto;

	left: 5%;
	top: 50%;
}

#c_carrossel_2 img[name="seta_direita"] {
	position: absolute;

	max-width: 100%;
	height: auto;

	right: 5%;
	top: 50%;
}

/*-----------------------------------------*/

#c_carrossel_3 {
	position: relative;

	width: 100%;
	height: auto;

	text-align: center;

	background-color: #FAF8E7;

	padding: 40px 0;
}

#c_carrossel_3 .conteudo > h3 {
	position: relative;

	font-size: 26px;
	font-weight: 300;
	color: #F8B726;
}

#c_carrossel_3 #carrossel_3 {
	position: relative;

	width: 100%;
	height: auto;

	padding: 20px 0;
}

#c_carrossel_3 .b_carrossel_produtos {
	position: relative;

	width: auto;
	height: auto;

	text-align: center;

	list-style: none;
}

#c_carrossel_3 img[name="seta_esquerda"] {
	position: absolute;

	max-width: 100%;
	height: auto;

	left: 5%;
	top: 50%;
}

#c_carrossel_3 img[name="seta_direita"] {
	position: absolute;

	max-width: 100%;
	height: auto;

	right: 5%;
	top: 50%;
}

/*FIM PRODUTOS*/

/*DESEJA*/

#c_deseja {
	position: relative;

	width: 100%;
	height: 450px;

	background: url("../img_site/fundo_produtos_dmilla.png") no-repeat top center;
	background-size: 100%;
}

#c_deseja #b_padronizado_e_interna {
	position: relative;

	margin-top: 40px;

	text-align: center;
}

#c_deseja #b_padronizado_d_interna {
	position: relative;

	margin-top: 100px;

	text-align: center;
}

#c_deseja #b_padronizado_d_interna h2 {
	position: relative;


	font-family: 'Sensations and Qualities';
	color: #F6BC2C;
	font-weight: 400;
	font-size: 70px;
}


#c_deseja #b_padronizado_d_interna #btt_entre_em_contato {
	position: relative;

	width: 35%;
	height: 40px;
	line-height: 40px;

	margin: 40px auto 0 auto;

	text-align: center;

	color: #F6BC2C;

	border: 1px #F6BC2C solid;

	transition: .5s all ease-in-out;
}

#c_deseja #b_padronizado_d_interna #btt_entre_em_contato:hover {
	color: #FFF;
	background-color: #F6BC2C;
}

#btt_entre_em_contato a {
	position: relative;
	display: block;

	width: 100%;
	height: 100%;
}

/*FIM DESEJA*/

/*PADARIA*/

#destaque_padaria {
	position: relative;
	overflow: hidden;

	width: 100%;
	height: 340px;

	background: url("../img_site/img_destaque_padaria.png") no-repeat;
	background-size: 100%;
}

#destaque_padaria section {
	position: relative;

	width: 100%;
	height: auto;

	text-align: center;

	margin: 80px auto 0 auto;
}

#destaque_padaria section h3 {
	position: relative;

	font-family: 'Sensations and Qualities';
	color: #F8B726;
	font-size: 93px;
	font-weight: 400;
}

#destaque_padaria section div {
	position: relative;

	color: #FFF;
	font-size: 20px;
	font-weight: 300;
}

#equipamentos_padaria {
	position: relative;

	padding: 20px 0;
}

#equipamentos_padaria h1 {
	text-align: center;
}

#c_flex_equipamentos_padaria {
	margin: 40px auto 0 auto;
}

#c_flex_equipamentos_padaria .b_f_equipamentos_padaria {
	position: relative;

	width: 46%;
	height: auto;

	margin: 0 0 40px 30px;

	border: 1px rgba(51, 51, 51, .2) solid;
}

.b_f_equipamentos_padaria #b_e_equipamentos_padaria {
	position: relative;

	width: 40%;
	height: auto;

	float: left;
}

.b_f_equipamentos_padaria #b_e_equipamentos_padaria img {
	position: relative;

	max-width: 100%;
	height: auto;
}

.b_f_equipamentos_padaria #b_d_equipamentos_padaria {
	position: relative;

	width: 50%;
	height: auto;

	padding: 0 10px 50px 0;

	top: 20px;

	float: right;
}

.b_f_equipamentos_padaria #b_d_equipamentos_padaria h3 {
	position: relative;

	color: #F6B92C;
	font-size: 20px;
	font-weight: 700;

	margin-bottom: 20px;
}

#btt_solicite_aqui {
	position: relative;	

	width: 15%;
	height: 40px;
	line-height: 40px;

	margin: auto;

	text-align: center;

	color: #006236;

	border: 1px #006236 solid;

	transition: .5s all ease-in-out;
}

#btt_solicite_aqui:hover {
	background-color: #006236;
	color: #FFF;
	border: 1px #006236 solid;
}

#btt_solicite_aqui a {
	position: relative;
	display: block;

	width: 100%;
	height: 100%;
}

/*FIM PADARIA*/

/*DISTRIBUICAO*/

#distribuicao_interna #b_padronizado_e_interna h3 {
	position: relative;

	margin-bottom: 20px;

	color: #006034;
	font-size: 20px;
	font-weight: 700;
}

/*FIM DISTRIBUICAO*/

/*CONTATO*/

#contato {
	position: relative;

	width: 100%;
	height: 500px;

	background: url("../img_site/fundo_contato.png") no-repeat;
	background-size: cover;
}

#contato section {
	position: relative;

	width: 100%;
	height: auto;

	margin: auto;

	text-align: center;
}

#contato .conteudo > section div {
	position: relative;

	color: #FFF;
	font-size: 17px;
	font-weight: 300;
}

/*#c_f_contato {
}*/

#c_f_contato .b_f_contato {
	position: relative;

	width: 30%;
	height: auto;

	margin-top: 40px;

}

.b_f_contato img {
	position: relative;

	max-width: 100%;
	height: auto;
}

.b_f_contato:nth-child(2) ul {
	position: relative;
	list-style: none;

	margin: 30px 0 0 1%;

}

.b_f_contato:nth-child(2) ul li {
	position: relative;
	overflow: hidden;

	width: 90%;
	height: auto;

	margin: 0 0 30px 30px;

}

.b_f_contato:nth-child(2) ul li img {
	position: relative;

	width: auto;
	height: 100%;

	float: left;
}

.b_f_contato:nth-child(2) ul li section {
	position: relative;
	overflow: hidden;

	max-width: 75%;
	height: auto;

	float: left;

	text-align: left !important;

	left: 20px;
}	

.b_f_contato:nth-child(2) ul li section h3 {
	position: relative;

	color: #F8B726;
	font-size: 20px;
	font-weight: 600;

	margin-bottom: 10px;
}	

.b_f_contato:nth-child(2) ul li section div {
	position: relative;

	color: #FFF;
	font-size: 15px;
	font-weight: 600;
}	

.b_f_contato:last-child form input {
	position: relative;

	width: 90%;
	height: 35px;
	line-height: 35px;

	font-size: 16px;
	color: #666666;
	font-weight: 300;

	padding-left: 3%;

	border: 1px #E5E5E5 solid;

	margin-bottom: 10px;
}	

.b_f_contato:last-child form textarea {
	position: relative;

	width: 90%;
	height: 100px;

	font-size: 16px;
	color: #666666;
	font-weight: 300;

	padding: 1% 0 0 3%;

	border: 1px #E5E5E5 solid;

	margin-bottom: 10px;
}	

.b_f_contato:last-child form input[type="submit"] {
	position: relative;
	width: auto;
	height: 30px;
	line-height: 30px;
	float: right;
	right: 6%;
	background-color: #FAB728;
	border: 1px #FAB728 solid;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
}	

#c_mapa {
	position: relative;

	text-align: center;

	padding: 40px 0;
}

#c_mapa h1 {
	position: relative;

	margin-bottom: 20px;
}

#localizacao_contato {
	position: relative;

	margin: 30px 0;
}

/*CONTATO*/