body{
	background: url(../images/body_interna.jpg) no-repeat center top;
}

section p{
	font-size: 14px;
}

header div.topo{
}


header div.atuacao a .icon{
	fill: #fff;
}

header div.atuacao a h1{
	color: #fff;
}

header div.atuacao, header div.atuacao a i{
	background: #00019D;	
}

section.middle nav.menu-lateral, div.newsletter{
	background: #FF4900;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 30px;
	padding: 20px 15px 30px 0;
}

section.middle nav.menu-lateral:before, div.newsletter:before{
	content: '';
	position: absolute;
	background: url(../images/menu_lateral.png) no-repeat top left;
	width: 240px;
	height: 120%;
	/*min-height: 370px;*/
	display: block;
	z-index: -1;
	right: 0;
	top: -50px;
}

section.middle nav.menu-lateral:after, div.newsletter:after{
	content: '';
	position: absolute;
	top: -40px;
	left: 2px;
	width: 10%;
	height: 100%;
	box-shadow: -18px 0 30px rgba(0,0,0,0.7);
	-webkit-transform: rotate(-78deg);
	-moz-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	transform: rotate(-8deg);
	z-index: -2;
}

section.middle nav.menu-lateral ul{
	list-style-type: none;
}

section.middle nav.menu-lateral ul li{
	width: 100%;
}

section.middle nav.menu-lateral ul li a{
	color: #fff;
	font-family: Verdana;
	font-size: 14px;
	padding: 5px 15px;
	display: inline-block;
	float: left;
	margin: 5px 0px;
	width: 100%;
}

section.middle nav.menu-lateral ul li.active a{
	border-radius: 30px;
	background: #F9F9F9;
	color: #333;
	margin: 20px 0 20px;
}

div.conteudo{
	position: relative;
	background: #F9F9F9;
	display: inline-block;
	width: 100%;
	float: right;
	z-index: 0;
	margin-top: 30px;
	border-radius: 30px 30px 0 0;
}

div.slide{
	position: relative;
	float: right;
	clear: both;
	margin-right: -15px;
	width: 960px;
	border-radius: 30px 30px 0 0;
	overflow: hidden;
	z-index: -2;
	margin-bottom: 30px;
	text-align: right;
	background: #fff;
}

section.bottom{
	background: #F9F9F9;
}

section.galeria a.produto{
	height: 200px;
}


section.qualidade a.produto{
	height: 150px;
	padding: 0;
	text-align: center;
	background: transparent;
}

section.qualidade a.produto:before, section.qualidade a.produto:after{
	content: none;
}

section.qualidade a.produto div.mold{
	width: 220px;
	height: 150px;
}

section.description p{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 30px;
	height: 100px;
	background: #D8D8D8;
	font-size: 12px;
	color: #333;
	padding: 0 15px;
	position: relative;
}

section.description p:after{
	content: "\f0dd";
	font-family: 'FontAwesome';
	color: #D8D8D8;
	position: absolute;
	font-size: 32px;
	bottom: -23px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

ul.pagination li.current a, ul.pagination li.current button{
	background: #00019D;
}

ul.pagination{
	background: #fff;
	margin: 0;
	border-radius: 10px;
}

ul.pagination li{
	/*margin-left: 0;*/
}

a.marca.categoria:after, a.marca.categoria:before{
	z-index: -2;
}

a.marca:after{
	right: 15px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

a.marca.categoria{
	height: 150px;
	border-radius: 20px;
	background: #333;
	z-index: 0;
	padding: 15px 30px;
}

a.marca.categoria div.mold{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
	background-size: 100%;
	z-index: -1;
}

a.marca.categoria h3{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

a.marca.categoria p{
	color: #e2e2e2;
	width: 150px;
	margin-top: 15px;
	float: left;
}

a.marca h3:after{
	content: "\f061";
	position: absolute;
	right: 1px;
	top: 1px;
	height: 38px;
	width: 38px;
	font-family: 'FontAwesome';
	color: #333;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	background: #efff00
}

form#myform input, form#myform textarea, form#myform select {
  height: 30px;
  width: 100%;
  background: #f2f2f2;
  border: none;
  padding-left: 15px;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  background: url(../images/pattern.jpg) repeat
}

form#myform{
	float: left;
	position: relative;
	background: #fff;
	padding: 15px;
	margin: 30px 0;
	width: 100%;
}

.shadow:after{
	content: '';
	position: absolute;
	top: 10px;
	right: 25px;
	width: 10%;
	height: 85%;
	box-shadow: 18px 0 30px rgba(0,0,0,0.7);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
	z-index: -1;
}

.shadow:before{
	content: '';
	position: absolute;
	z-index: 0;
	bottom: 3%;
	left: 0px;
	width: 80%;
	height: 10%;
	box-shadow: 15px 8px 30px rgba(0,0,0,0.7);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
	z-index: -1;
}

form#myform button{
	height: 30px;
	width: 100%;
	padding: 0;
	border-radius: 15px;
	background: #FF4900;
	color: #fff;
	font-family: Verdana;
}

form.trabalhe-conosco{
	width: 100%;
}

form.trabalhe-conosco:after{
	right: 35px;
}

form.trabalhe-conosco fieldset{
	border: none;
	margin: 0;
}

ul.curriculo{
	/*margin-top: 30px;*/
}

.tabs-content{
	margin-bottom: 0;
}

.tabs-content > .content{
	padding: 0;
}

div.newsletter{
	height: 180px !important;
	/*margin-top: 20px; !important;*/
}

div.newsletter:before{
	height: 230px;
}

div.newsletter p{
	color: #fff;
}

div.newsletter form{
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
}

div.newsletter form button{
	background: #fff !important;
	color: #FF4900 !important;
	margin-top: 10px;
}

a.news{
	position: relative;
	z-index: 20 !important;
	background: #fff !important;
	padding: 0 !important;
}

a.news .mold{
	height: 120px !important;
}

a.news h3{
	margin-bottom: 20px !important;
	color: #333;
	margin: 15px 30px !important;
}

a.news .columns{
	padding: 0;
}

a.news:before, a.news:after{
	/*content: none !important;*/
	z-index: -3;
}

a.news div.date{
	background: #666;
	line-height: 80px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	height: 75px;
	border-radius: 0 15px 0 15px;
}

a.news div.desc{
	height: 80px;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
}

a.news div.desc p{
	width: 100%;
	position: relative;
	margin-top: 0;
	height: 75px;
	overflow: hidden;
	color: #333;
	padding: 0 30px;
}


a.news div.desc p:after{
	position: absolute;
	content: '';
	height: 60px;
	width: 100%;
	/*background: -moz-linear-gradient(top,  rgba(51,51,51,0) 0%, rgba(51,51,51,0.8) 56%, rgba(51,51,51,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(56%,rgba(51,51,51,0.8)), color-stop(100%,rgba(51,51,51,1)));
background: -webkit-linear-gradient(top,  rgba(51,51,51,0) 0%,rgba(51,51,51,0.8) 56%,rgba(51,51,51,1) 100%);
background: -o-linear-gradient(top,  rgba(51,51,51,0) 0%,rgba(51,51,51,0.8) 56%,rgba(51,51,51,1) 100%);
background: -ms-linear-gradient(top,  rgba(51,51,51,0) 0%,rgba(51,51,51,0.8) 56%,rgba(51,51,51,1) 100%);
background: linear-gradient(to bottom,  rgba(51,51,51,0) 0%,rgba(51,51,51,0.8) 56%,rgba(51,51,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#333333',GradientType=0 );*/

background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 56%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(56%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 56%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 56%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 56%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 56%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );


	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;

}
/*.imagem{
	float: right;
	margin: 5px 0px 5px 5px;
	padding: 3px;
	background-color: #f2f2f2;
	box-shadow: 0px 0px 3px #CCC;
	-moz-box-shadow: 0px 0px 3px #CCC;
	-o-box-shadow: 0px 0px 3px #CCC;
	-webkit-box-shadow: 0px 0px 3px #CCC;
}*/

section.destaque.galeria a{
	padding: 0;
}

section.destaque.galeria div.mold{
	width: 218px !important;
	height: 200px !important;
	background-size: cover !important;
	overflow: hidden;
	float: right;
}

a.voltar{
	height: 38px;
  width: 38px;
  font-family: 'FontAwesome';
  color: #333;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  background: #efff00;
  float: left;
  margin-bottom: 15px;
}

section.destaque.galeria div.descricao *, section.destaque.galeria div.descricao{
	font-family: Arial !important;
	font-size: 14px !important;
	background: transparent !important;
	line-height: 22px !important;
}


section.destaque.galeria div.descricao{
	float: left;
	background: #fff !important;
	padding: 15px;
	margin-bottom: 15px;
	width: 100%;
	clear: both;
}

div.news {
	background: #FF4900;
	float: left;
	width: 100%;
	position: relative;
	margin: 30px 0;
	padding: 15px 0;
}

div.news p{
	padding: 0 15px;
	color: #fff;
}

div.news form{
	background: #FF4900 !important;
	margin: 0 !important;
	padding-bottom: 0 !important
}

div.news form button{
	  background: #fff !important;
	  color: #FF4900 !important;
	  margin-top: 10px;
}