body{
	width: 100%;
	min-width: 980px;
	background: url(../images/bg.jpg) no-repeat center top #f9f9f9;
	font-family: Verdana;
}

ul{
	margin: 0;
}

input, textarea, select{
	outline: none;
}

header{
	width: 100%;
	min-width: 980px;
}

header div.topo{
	background: #fff;
	height: 130px;
	position: relative;
	border-radius: 0 0 30px 30px;
	margin-bottom: 40px;
}

header div.topo:before, header div.topo:after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 25px;
  left: 10px;
  width: 50%;
  height: 40%;
  border-radius: 30px;
  box-shadow: 0 25px 20px rgba(0,0,0,0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}

header div.topo:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

header a.logo{
	background: url(../images/logo.png) no-repeat center top;
	display: block;
	width: 250px;
	margin: 11px 0;
	height: 132px;
}

header nav ul{
	list-style: none;
}

header nav.menu{
	width: 100%;
	float: left;
}

header nav>ul>li{
	float: left;
	position: relative;
}

header nav>ul>li>a{
	color: #333;
	display: block;
	padding: 26px 19px;
	font-size: 14px;
}

header nav>ul>li>a:hover{
	color: #ff4900
}

header nav>ul>li:nth-child(1) a{
}

header nav>ul>li:last-child a{
}

header nav>ul>li.active>a{
	color: #ff4900;
}

header nav>ul>li ul{
	display: none;
	position: absolute;
	top: 60px;
	background: #333;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 3px 3px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 3px 3px 0px rgba(0, 0, 0, 0.75);
	padding: 10px 0;
	z-index: 1000;
	list-style: none;
	margin: 0 auto;
	left: 0;
	border-radius: 0 0 15px 15px;
}

header nav>ul>li:hover ul{
	display: block;
}

header nav>ul>li ul li a{
	font-family: Verdana;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 5px 10px;
	white-space: nowrap;
}

header nav>ul>li ul li a:hover{
	color: #EFFF00;
}

header form.search{
	position: relative;
}

header form.search input{
	width: 100%;
	border: none;
	border-radius: 30px;
	height: 40px;
	background: #eaeaea;
	text-indent: 20px;
}

header form.search button{
	border-radius: 50%;
	height: 36px;
	width: 36px;
	padding: 0;
	background: #efff00;
	color: #333;
	font-size: 22px;
	position: absolute;
	top: 2px;
	right: 2px;
}

header span.telefone{
	color: #ff4900;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 40px;
	background: #eaeaea;
	border-radius: 30px;
	float: left;
	padding: 0 15px;
}

header span.telefone i{
	font-size: 22px;
	width: 30px;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 5px;
}

.separador{
	height: 30px;
}

header div.atuacao{
	background: #fff;
	width: 100%;
	height: 50px;
	border-radius: 30px;
	height: 40px;
}

header div.atuacao a{
	float: left;
	width: 33.333%;
	height: 55px;
}

header div.atuacao a h1{
	color: #00019D;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	line-height: 40px;
	margin-left: 30px;
	float: left;
}

header div.atuacao a i{
	border-radius: 50%;
	float: left;
	height: 55px;
	width: 55px;
	background: #fff;
	position: relative;
	top: -7px;
	-webkit-box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    -1px 0px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         -1px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

header div.atuacao a .icon{
	fill: #00019D;
	height: 38px;
	width: 55px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;

}

section.slide{
	height: 445px;
	width: 100%;
	padding-top: 15px;
	overflow: hidden;
}

section.middle h2{
	background: #00019d;
	border-radius: 30px;
	height: 40px;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	font-family: Verdana;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	width: auto;
	line-height: 40px;
	margin: 30px auto;
}

section.middle p, blockquote{
	font-size: 14px;
}

a.marca:after, a.marca:before{
	content: '';
	position: absolute;
	z-index: 0;
	bottom: 17px;
	left: 15px;
	width: 50%;
	height: 40%;
	border-radius: 30px;
	box-shadow: 0 15px 15px rgba(0,0,0,0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -1;
}

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{
	float: left;
	width: 100%;
	height: 40px;
	border-radius: 30px;
	position: relative;
	margin: 30px 0 15px;
	background: #333;
	z-index: 0;;
}

a.marca div.mold{
	float: left;
	width: 82px;
	background: #fff;
	height: 40px;
	vertical-align: middle;
	background-position: center center;
	background-color: #fff;
	background-repeat: no-repeat;
	border-radius: 30px 0 0 30px;
}

a.marca h3{
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	padding: 0 20px;
	margin: 0;
	text-transform: uppercase;
}

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
}

section.destaque{
	background: url(../images/pattern.jpg) repeat;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    inset 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         inset 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 0;
}

a.produto{
	height: 300px;	
	background: #fff;
	position: relative;
	float: left;
	width: 100%;
	padding: 15px;
	margin-top: 30px;
}

a.produto: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;
}

a.produto:before{
	content: '';
	position: absolute;
	z-index: 0;
	bottom: 10px;
	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;
}

a.produto:hover:before{
	box-shadow: 15px 8px 30px rgba(0,1,157, 0.7)
}

a.produto:hover:after{
	box-shadow: 18px 0 30px rgba(0,1,157, 0.7)
}

a.produto div.mold{
	height: 170px;
	width: 188px;
	display: table-cell;
	vertical-align: middle;
}

a.produto div.mold img{
	max-height: 170px;
	max-width: 190px;
}

a.produto span{
	color: #ff4900;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 15px;
	width: 100%;
	text-align: center;
}

a.produto h3{
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
}


footer{
	width: 100%;
	background: #F9F9F9;
	min-width: 980px;
	overflow: hidden;
}

footer nav.mapa{
	float: left;
	width: 100%;
	height: 120px;
}

footer nav.mapa ul li{
	list-style-type: none;
	font-size: 12px;
	line-height: 30px
}

footer a{
	color: #333;
}

footer p{
	font-size: 12px;
}

footer address{
	font-style: normal;
	-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);
	background: #fff;
	padding: 15px;
	border-radius: 15px;
	float: left;
	width: 100%;
	margin-top: 5px;
}

footer address p{
	padding-left: 40px;
	background: url(../images/icons.png) no-repeat;
	margin: 5px 0;
	float: left;
	width: 100%;
}

footer address p.endereco{
	background-position: 0 0;
	line-height: 16px;
}

footer address p.email{
	background-position: 2px -42px;
	line-height: 32px;
}

footer address p.phone{
	background-position: 2px -79px;
	line-height: 32px;
}

footer div.copy{
	width: 100%;
	height: 90px;
	background: url(../images/copy.png) no-repeat center right;
	overflow: hidden;
}

footer div.copy p, footer div.copy a{
	margin: 0;
	line-height: 90px;
	color: #fff;
}

footer div.copy span.phone{
	font-size: 22px;
	line-height: 90px;
	color: #fff;
	text-align: center;
	width: 100%;
	display: block;
	font-weight: bold;
}

footer div.copy span.phone span{
	color: #efff00;
	font-weight: normal;
	font-size: 18px;
}

footer a.logoag{
	float: right;
	background: url(../images/ag.png) no-repeat center center;
	background-size: 100%;
	width: 68px;
	height: 90px;
	line-height: 90px;
}

iframe.mapa {
  position: relative;
  z-index: 100000;
  width: 100%;
  height: 100%;
}

footer div.atendimento{
	float: left;
	margin-top: 15px;
	margin-left: 35px;
	width: 200px;
}