 :::::::::::::::::::::::::::::::::::::::::::: /

reset

/ :::::::::::::::::::::::::::::::::::::::::::: */


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

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

html, button, input, select, textarea,
.pure-g [class *= "pure-u"], .pure-g-r [class *= "pure-u"] {
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 1.5;
}

body {
	background: #FBC322;
}

.site--preheader, .site--header, .site--nav, .site--content, .site--footer { overflow: hidden; }

.wrap {
	width: 980px;
	margin: 0 auto;
}

h1 { font-size: 28px; font-weight: 600; text-transform: uppercase; letter-spacing: -1px !important; color: #AE3336; }
	h1 span { font-size: 14px; text-transform: none; color: #707070; }

h2 {
	font-size: 16px;
}

h3 {
	font-size: 24px;
	color: #FFF;
}

p {
	font-size: 14px;
}

a {
	color: inherit;
	text-decoration: none;
}

li {
	list-style: none;
}

:focus {
	outline: 0;
}


::selection { background: #8E0707; color: #FAB327; }

/*------- buttons -------*/

.btn {
	background-color: rgb(255,231,22);
	background-image:linear-gradient(rgb(255,231,22),rgb(246,137,47));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffe716,endColorstr=#fff6892f)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffe716,endColorstr=#fff6892f);
	border-radius: 5px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.btn:hover, .btn:focus {
	background-color: #3A5;
	background-image: linear-gradient(to bottom, rgb(246,137,47),rgb(255,231,22));
}

.btn--box { float: left; width: 203px; height: 32px; line-height: 32px; background: url(../imgs/main/btnbox.png); font-size: 13px; color: #FFF; text-align: center; text-transform: uppercase; letter-spacing: -1px; margin: 15px 0 0 28px; }
/* :::::::::::::::::::::::::::::::::::::::::::: /

pre-header

/ :::::::::::::::::::::::::::::::::::::::::::: */

.site--preheader { 
	background: url(../imgs/main/pre-header.png) top center no-repeat;
	height: 62px;
}

.site--preheader span {
	float: left;
	font-size: 13px;
	line-height: 36px;
	color: #660505;
	margin-left: 43px;
}


.sarea {
	padding: 10px 0 0 247px;]
}

.sarea p {
	float: left;
	font-size: 15px;
	font-weight: 600;
	color: #FFF;
	letter-spacing: -1px;
	margin-top: 2px;	
}

.social, .social li, .social li a { float: left; }
	.social li { margin-left: 10px; }
	.fa-33 { font-size: 37px; color: #FFF; }

/* :::::::::::::::::::::::::::::::::::::::::::: /

header

/ :::::::::::::::::::::::::::::::::::::::::::: */


.site--header {
	background: #FFF;	
	position: relative;
}

.site--logo {
	margin: 15px;
}

.site--tphones {
	float: right;
	background: url(../imgs/main/tatend.jpg);
	width: 241px;
	height: 125px;
	padding: 62px 95px 0 0;
}

.site--tphones p {
	float: right;
	font-size: 17px;
	line-height: 23px;
	color: #7F7F84;
	text-align: right;
}

/* :::::::::::::::::::::::::::::::::::::::::::: /

nav

/ :::::::::::::::::::::::::::::::::::::::::::: */


.site--nav {
	background: url(../imgs/main/nav.jpg) left top repeat-x;
	box-shadow: 0 1px 4px rgba(0,0,0,0.65), 0 -1px 4px rgba(0,0,0,0.65);
	position: relative;
	height: 60px;
}

.nav, .nav li, .nav li a { float: left; }

.nav a {
	font-size: 15px;
	font-weight: 600;
	color: #660505;
	display: block;
	width: 100%;
	line-height: 60px;
	padding: 0 17px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.nav a:hover, .main-nav a:focus {
	background-color: #660505;
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.65);
	color: #FFF;
}


/* :::::::::::::::::::::::::::::::::::::::::::: /

slide

/ :::::::::::::::::::::::::::::::::::::::::::: */


.site--slides {
	background: url(../imgs/main/slide.jpg) center top repeat-x;
	height: 423px;
	position: relative;
}

.slide {
	float: left;
	width: 960px;
	height: 364px;
	margin: 18px 0 0 6px;
}

.site--slides .wrap {
	position: relative;
}

.minionbanner {
	position: absolute;
	top: 152px;
	left: -25px;
	z-index: 101;
}

/* :::::::::::::::::::::::::::::::::::::::::::: /

sash

/ :::::::::::::::::::::::::::::::::::::::::::: */

.site--sash { background: url(../imgs/main/sash.jpg) top center no-repeat; padding-top: 20px; position: relative; z-index: 10; }


/* :::::::::::::::::::::::::::::::::::::::::::: /

footer

/ :::::::::::::::::::::::::::::::::::::::::::: */


.site--footer { background: url(../imgs/main/footer.jpg) top center no-repeat; height: 490px; margin-top: -80px; padding-top: 80px; position: relative; z-index: 1; }


.fatend { float: left; width: 185px; margin-top: 20px; padding: 97px 0 0 18px; }
	.fatend h2 { font-size: 44px; font-weight: 700; line-height: 35px; text-align: center; text-transform: uppercase; color: #FFF; letter-spacing: -3px; }
		.fatend h2 span { float: left; width: 187px; font-size: 17px; font-weight: 400; letter-spacing: -1px; text-transform: none; }

	.fatend p { float: left; width: 187px; font-size: 22px; color: #FFF; text-align: center; line-height: 25px; }


.newsletter { float: left; width: 100%; margin-top: 5px; padding-left: 25px; }
	.newsletter h3, .newsletter p { color: #FFF; letter-spacing: -1px }
	.newsletter h3 { font-size: 24px; font-weight: 300; }
	.newsletter p { font-size: 13px; }

.site--footer .social { float: right; margin: 200px 135px 0 0; }

/*------- copyright -------*/
.site--footer p { font-size: 14px; font-weight: 300; color: #FFF; letter-spacing: -1px; }

.site--copyright { padding: 31px 0 0 19px; }

.site--developer { float: right; margin: 27px 10px; }
	.site--developer p small { font-size: 12px; letter-spacing: -1px; }
	.site--developer p a img { margin-left: 8px; margin-bottom: -6px; }

/* :::::::::::::::::::::::::::::::::::::::::::: /

lateral bar

/ :::::::::::::::::::::::::::::::::::::::::::: */

.side--tmark { width: 171px; position: absolute; top: 35px; margin-left: -171px; background: #FFF; padding: 8px; box-shadow: -3px -1px 4px rgba(0,0,0,0.55); }
	.side--tmark li, .side--tmark li a, .side--tmark li img { float: left; }
	.side--tmark li a img { border: 5px solid #EEF1E3; }
		.side--tmark li a img:hover { opacity: 0.8 }

/* :::::::::::::::::::::::::::::::::::::::::::: /

forms

/ :::::::::::::::::::::::::::::::::::::::::::: */

/*------- padrao -------*/
form .btn { cursor: pointer; }

input[type="tel"], input[type="password"], 
input[type="search"], input[type="email"],
input[type="text"], textarea {
	border: 1px solid #CCC;
	border-radius: 4px;
	color: #AAA;
	height: 40px;
	padding: 0 10px;
	font-size: 13px;
	box-shadow: inset 5px 5px 4px rgba(44,1,9,0.65);
}

textarea {
	height: 120px;
	padding: 10px;
	resize: none;
	overflow: auto;
}

.form--contato input:focus, .form--contato textarea:focus, .form--orcamento input:focus, .form--orcamento textarea:focus { background: #45010C; border-color: #5E0404; color: #CCC; box-shadow: inset 5px 5px 4px rgba(44,1,9,0.65); }

/*------- form newsletter -------*/
.form--newsletter { margin-top: 4px; }
.form--newsletter input[type="text"] { background: #45010C; border-color: #5E0404; color: #940707; }
.form--newsletter input[type="text"]:focus { background: #940707; color: #FFF; }
	.form--newsletter input[type="text"]#fnome { width: 310px; }
	.form--newsletter input[type="text"]#femail { width: 234px; }
	.form--newsletter .btn { float: right; font-size: 16px; font-weight: 400; width: 74px; height: 38px;
	line-height: 38px; letter-spacing: -1px; text-transform: none; cursor: pointer; margin-top: 2px; }


/*------- form fale conosco -------*/

.form--contato { float: left; width: 623px; margin-left: 165px; }
	.form--contato label { float: left; margin: 5px 0; }
	.form--contato input, .form--contato textarea { width: 621px; font-size: 15px; padding: 10px; box-shadow: inset 3px 3px 4px rgba(0,0,0,0.2); }
	.form--contato input { height: 100%; }
			

/*------- form orcamento -------*/

.form--orcamento {
	position: relative;
}

.form--orcamento > img {
	float: left;
	border: 1px solid #AE3336;
}

.form--orcamento input {
	float: right;
	width: 65%;
	margin-bottom: 7px;
	box-shadow: inset 3px 3px 4px rgba(0,0,0,0.2);
}



.form--orcamento textarea {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	box-shadow: inset 3px 3px 4px rgba(0,0,0,0.2)
}

.form--orcamento .btn {
	width: 100%;
	padding: 10px;
}



/* :::::::::::::::::::::::::::::::::::::::::::: /

conteudo

/ :::::::::::::::::::::::::::::::::::::::::::: */
.site--content {
	margin-top: -15px;
	position: relative;
	z-index: 2;
}

.fullbox {
	float: left;
	width: 980px;
	background-color: #FFF;
	padding: 10px;
	border-radius: 13px;
	box-shadow: 0 7px 4px rgba(0,0,0,0.65);
}


/*------- produtos -------*/

.prod { background: url(../imgs/main/box.jpg) left top repeat; border: 1px solid #DAA503; margin: 8px 10px; padding: 15px 21px; overflow: hidden; position: relative; }
	.prod img { float: left; border: 1px solid #B48803; }
	.prod h3 { float: left; width: 255px; height: 35px; line-height: 35px; background: url(../imgs/main/h3box.png); font-size: 14px; font-weight: 600; color: #FFF; letter-spacing: -1px; text-align: center; }
	.prod p { float: left; width: 255px; font-size: 13px; font-weight: 400; color: #000; letter-spacing: -1px; text-align: center; margin-top: 10px; }

	.prod--oferta { height: 156px; top: 0; left: 0; position: absolute; }
		.prod--oferta img { border: 0; }


.prod--pop {
		display: block;
		width: 720px !important;
		height: 400px !important;
		padding: 20px;
	}

	.prod--pop img {
		border: 1px solid #241;
		display: block;
		float: left;
		margin-right: 12px;
		margin-bottom: 6px;
	}

	.prod--pop h1 {
		color: #C11;
		line-height: 1.5;
		margin: 10px 0;
		font-size: 16px;
		letter-spacing: -1px;
		text-transform: uppercase;
	}

	.descricao { color: #666; }

	.prod--pop .btn--orcamento {
		margin: 10px 0;
	}


.tradem img, .tradem h4 { margin-left: 15px }
	.tradem h4 { width: 148px; font-size: 16px; color: #FFF; text-shadow: 1px 1px 2px rgba(0,0,0,0.65); text-align: center; text-transform: uppercase; }

/*------- solicitar orcamento -------*/

.btn-ribbon-orcamento {
	width: 40px;
	height: 235px;
	position: absolute;
	top: 0;
	right: -40px;
}

/*------- botoes produto -------*/

.btn--detalhes, .btn--orcamento {
	width: 48%;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
}

.btn--detalhes {
	float: left;
}

.btn--orcamento {
	background-color: #C11;
	background-image: linear-gradient(to bottom, #C11, #A00);
	border-color: #700;
	float: right;
}

.btn--orcamento:hover, .btn--orcamento:focus {
	background: #E33;
	background-image: linear-gradient(to bottom, #E33, #911);
}

/* :::::::::::::::::::::::::::::::::::::::::::: /

empresa

/ :::::::::::::::::::::::::::::::::::::::::::: */
.company { background: url(../imgs/company.jpg) top center no-repeat; padding: 250px 55px 0 47px; }
.company p { font-size: 14px; color: #707070; margin: 10px 0; }
	.company p:first-child { font-size: 20px; font-weight: 600; }


.miviva { padding-left: 500px; }
	.miviva h3 { color: #8C3232; }
/* :::::::::::::::::::::::::::::::::::::::::::: /

gallery

/ :::::::::::::::::::::::::::::::::::::::::::: */


.site--gallery img {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*------- pagination -------*/

.pagination span, .pagination a {
	color: #FFF;
	display: inline-block;
	padding: 3px 6px;
}

.pagination span, .pagination span:hover {
	background: #999;
	box-shadow: inset 0 0 5px rgba(0,0,0,.5);
	border-color: #666;
	text-shadow: 0 2px 2px #000;
}


/* :::::::::::::::::::::::::::::::::::::::::::: /

receitas

/ :::::::::::::::::::::::::::::::::::::::::::: */

.recipe { float: left; width: 100%; margin: 10px 0; padding: 10px; border-bottom: 1px dashed #CCC; position: relative; }
	.recipe:last-child { border-bottom: 0; }
	.recipe img { float: left; margin: 0 10px 10px; border: 1px solid #CCC; padding: 5px; background: #F6892F; }
	.recipe h2 { font-size: 22px; line-height: 20px; font-weight: 700; color: #F6892F; margin-bottom: 15px; }
	.recipe p { font-size: 14px; font-weight: 600; line-height: 18px; color: #3a3a3a; }
	.recipe a { font-size: 14px; line-height: 18px; color: #707070; position: absolute; bottom: 15px; right: 15px; }
		.recipe a:hover { color: #F6892F; }

	.describ { float: left; width: 100%; padding: 10px; }
		.describ h3 { font-size: 20px; color: #821616; }


/* :::::::::::::::::::::::::::::::::::::::::::: /

fale conosco

/ :::::::::::::::::::::::::::::::::::::::::::: */

.site--atenddats {  float: left; margin: 50px 0 50px 165px; border-top: 1px solid #CCC; }
	.site--atenddats li {  border-bottom: 1px solid #CCC; padding: 10px 0; }
		.site--atenddats li i, .site--atenddats li p, .site--atenddats li a { text-align: center; color: #7A7A7A }
		.site--atenddats li i { width: 100%; font-size: 40px; }
			.site--atenddats li i.fa-envelope { font-size: 36px; }
		.site--atenddats li p, .site--atenddats li a {  font-size: 20px; letter-spacing: 0 !important; }

		.site--atenddats li a:hover, .site--atenddats li i.fa-map-marker { color: #AE3336; }


