body{
	min-width: 980px;
	background: url(../images/bg.png) repeat center top;
}


p{
	font-size: 14px;
	font-family: Ebrima;
	text-align: justify;
}

h3{
	font-family: Ebrima;
	font-weight: normal;
}

header{
	background:url(../images/cabecalho.jpg) no-repeat center top;
	min-width: 980px;
	height: 110px;
}

div.row {
	width: 960px;
}

/****************** LOGO ********************/

header a.logo{
	display: block;
	margin: 0;
	position: relative;
	top: 9px;
	left: -13px;
	width: 323px;
	height: 97px;
	background: url(../images/logo.png) no-repeat center top;
}

/******************* MENU ******************/

header nav{
	padding-top: 76px;
	float: right;
}

header nav>ul>li{
	float: left;
	position: relative;
	list-style-type: none;
}

header nav>ul>li>a{
	color: #3A2D7B;
	display: block;
	font-family: Ebrima;
	padding: 0 13px;
	line-height: 30px;
	margin: 0 1px;
}

header nav>ul>li>a:hover, header nav>ul>li.active>a, header nav>ul>li.active_hover>a, header nav>ul>li:hover>a{
	color: #00A1DD;
	
}

header nav>ul>li.home>a{
	padding-left: 15px;
}

header nav>ul>li.home>a:before{
	position: absolute;
	left: 20px;
	top: 5px;
	height: 18px;
	width: 18px;
	background:url(../images/home.png) no-repeat center left;
	content: '';
}

header nav>ul>li.tem-submenu{
	padding-bottom: 30px;
}

header nav>ul>li.tem-submenu>a{
	padding-right: 29px;
	padding-left: 15px;

}

header nav>ul>li.tem-submenu:after{
	content: '\f0dd';
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	right: 15px;
	font-size: 12px;
	top: 0;
	line-height: 28px;
	bottom: 0;
	margin: auto 0;
}

header nav>ul>li.tem-submenu>ul.submenu {
	position: absolute;
	/* width: auto; */
	min-width: 170px;
	top: 50px;
	z-index: 2000;
	list-style: none;
	display: block;
	left: 0;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);
	padding: 8px 10px;
	padding-top: 20px;
	margin: 0 auto;
	background: #3A2D7B;
	padding-bottom: 10px;
	display: none;
	osition: absolute;
	z-index: 1000;
	background: #fff;
	margin: 0 auto;
	left: 0;
	padding: 10px 0;
	z-index: 100;
	
}

header nav>ul>li.tem-submenu>ul.submenu li a{
	white-space: nowrap;
	display: block;
	padding: 5px 15px;
	text-align: center;
	color: #3A2D7B;
}

header nav>ul>li.tem-submenu>ul.submenu li a:hover{
	color: #00A1DD;
}

/************** ICONES CONTATOS TOPO **************/

address{
	float: right;
	margin-right: -13px;
	  margin-top: -129px;
}

address span{
	padding-left: 40px;
	color:  #3A2D7B;
	font-family: Ebrima;
	font-size: 14px;
	display: block;
	float: right;
	height: 64px;
	line-height: 64px;
	font-style: normal;
}

address span.telefone {

}

address span.telefone i{
	font-size: 20px;
	margin: 0px 5px 0px 0px;
}

address span.email{
	margin-right: 14px;

}

address span.email i{
	font-size: 20px;
	margin: 0px 5px 0px 0px;
}

/*************** SLIDE *************/

div.slide{
	background: url(../images/fundo_slide.png) no-repeat center center;
	height: 366px;
	width: 100%;
	min-width: 960px;
	
}

.no-padding{
	padding: 0 !important;
	
}

/************************/

div.titulo h1{
	font-size: 22px;
	color: #3A2D7B;
	font-family: Ebrima;
	font-weight: normal;
	float: left;
	border-bottom: 3px #00A1DD solid;
	margin-bottom: 20px;
	padding-bottom: 8px;
	clear: both;
}

div.titulo{
	margin-top: 10px;
	position: relative;
	float: left;
	width: 960px;
	clear: both;
}



div.titulo h1:after {
	display: block;
	width: 100%;
	float: right;
	background: #cccccc;
	height: 3px;
	content: " ";
	position: absolute;
	z-index: -1;
	top: 46px;
}


/*************** PALETAS INDEX *****************/

div.meio{
	margin: 30px 0;
	margin-bottom: 15px;
}

div.meio div.paleta{
	text-align: center;
	margin: 15px 0;
}

div.meio div.paleta h2{
	color: #333;
	font-family: Ebrima;
	text-transform: uppercase;
	font-size: 18px;
	margin: 30px 0;
	font-weight: normal;
}

div.meio div.paleta h2 span{
	line-height: 25px;
	color: #0f3fa4;
	font-weight: bolder;
	font-size: 20px;
	
}

div.meio div.paleta a{
	background: #0098e4; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #0098e4 0%, #0b4aad 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#0098e4), color-stop(100%,#0b4aad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #0098e4 0%,#0b4aad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #0098e4 0%,#0b4aad 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #0098e4 0%,#0b4aad 100%); /* IE10+ */
	background: linear-gradient(45deg,  #0098e4 0%,#0b4aad 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098e4', endColorstr='#0b4aad',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	height: 30px;
	display: block;
	width: 120px;
	margin: 0 auto;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 25px;
}

div.meio div.paleta:hover a{
	background: #0b4aad;
	background: -moz-linear-gradient(-45deg, #0b4aad 0%, #0098e4 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0b4aad), color-stop(100%,#0098e4));
	background: -webkit-linear-gradient(-45deg, #0b4aad 0%,#0098e4 100%);
	background: -o-linear-gradient(-45deg, #0b4aad 0%,#0098e4 100%);
	background: -ms-linear-gradient(-45deg, #0b4aad 0%,#0098e4 100%);
	background: linear-gradient(135deg, #0b4aad 0%,#0098e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4aad', endColorstr='#0098e4',GradientType=1 );
}

/**************** FIM ****************/

div.sombra{
	height: 25px;
	background-position: center center;
	background-image: url(../images/sombra2.png);
	background-repeat: no-repeat;
}


/****************** PRODUTOS INDEX *********************/

div.fundo_produtos{
	background: url(../images/fundo_produtos.png) no-repeat center center;
	height: 250px;
	width: 100%;
	min-width: 960px;
}

div.fundo_produtos h3{
	color: #0f3fa4;
	font-family: Ebrima;
	text-transform: uppercase;
	font-size: 18px;
	margin: 14px 0;
	font-weight: normal;
	text-align:center;
}

div.fundo_produtos div.transformador{
	text-align: center;
	margin: 27px 0;
}

div.fundo_produtos div.transformador:hover{
	
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	
}

div.informacoes{
	margin: 27px 0;
}

div.informacoes h4{
	color: #0f3fa4;
	font-family: Ebrima;
	text-transform: uppercase;
	font-size: 18px;
	margin: 14px 0;
	font-weight: normal;
	
}

div.informacoes p{
	font-size: 14px;
	font-family: Ebrima;
	text-align: justify;
}	

.mapa{
	height: 132px;
	float: left;
	padding: 0px;
	background-color: #0f3fa4;
	margin-bottom: 15px;
	
}

footer{
	width: 100%;
	background: url(../images/rodape.jpg) no-repeat center top;
	padding-top: 40px;
}

footer h5{
	color: #00A1DD;
	font-family: Ebrima;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}

footer p, footer a{
	color: #fff;
	font-family: Ebrima;
}

footer ul li{
	float: left;
	width: 50%;
	list-style-type: none;
	color: #000;
	margin-bottom: 20px;
}

footer ul li i{
	font-size:14px !important;
}

footer ul li a{
	color: #fff;
}

footer div.copyright img{
	margin-left: 20px;
	margin-top: -8px;
}

footer i{
	color:#00A1DD;
	padding-right: 13px;
	font-size:22px !important;
}

footer input{
	height: 30px;
	border-radius: 0 !important;
}

footer input.email{
	float: left;
	width: 180px;
	margin-top: 10px;
}

footer button{
	width: 30px;
	height: 32px;
	float: left;
	border: none;
	color: #fff;
	background: #00A1DD;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: -44px;
	margin-left: 180px;
}