/* CSS Document */
 @font-face {
 font-family: 'AvantGardeBkBTDemi';
 src: url('avgardd-webfont.eot');
 src: url('avgardd-webfont.eot?#iefix') format('embedded-opentype'),  url('avgardd-webfont.woff') format('woff'),  url('avgardd-webfont.ttf') format('truetype'),  url('avgardd-webfont.svg#AvantGardeBkBTDemi') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'AvantGardeMdBTMedium';
 src: url('avgardm-webfont.eot');
 src: url('avgardm-webfont.eot?#iefix') format('embedded-opentype'),  url('avgardm-webfont.woff') format('woff'),  url('avgardm-webfont.ttf') format('truetype'),  url('avgardm-webfont.svg#AvantGardeMdBTMedium') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	background:#fff;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	font-weight: bold;
	color:#ff6c2f;
	text-decoration:none;
	-moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:active, a:hover {
	color:#397e58;
	text-decoration:none;
}
::selection {
  background: #397E58;
  color: white;
}
.container_top {
	width:100%;
	height:403px;
	margin: 0;
}
body#home .container_top {
	height:550px;
}
.container_menu {
	background: transparent url(../img/base_menu.png) no-repeat 50% 15px;
	width:100%;
	height:155px;
	margin: 0 auto;
	padding:0px;
	z-index: 4;
	position: absolute;
}
body#home {
	background: #FFF url(../img/img_home_banner.jpg) no-repeat 50% 155px;
}
body#sobrenos  {
	background: #FFF url(../img/banner_sobrenos.jpg) no-repeat 50% 95px;
}
body#produtos  {
	background: #FFF url(../img/banner_produtos.jpg) no-repeat 50% 95px;
}
body#rede  {
	background: #FFF url(../img/banner_rede.jpg) no-repeat 50% 95px;
}
.base_branca{
  background:url(../img/base_branca.png) no-repeat 50% 0;
  position:absolute;
  top:321px;
  height:100px;
  width: 100%;
  padding:0;
  margin: 0 auto;
}
body#home .base_branca{
  top:459px;
}
.clear {
	clear:both;
}
.header {
	width:960px;
	height:140px;
	margin:0 auto;
	overflow:hidden;
	padding: 0;
	text-align: center;
}
ul.languages {
	float:right;
	width:50px;
	height:27px;
	margin:22px 10px 20px 0px;
	padding:0px;
	font:10px Arial, Helvetica, sans-serif;
	color:#7f7f7f;
	text-align:bottom;
	vertical-align:middle;
	list-style:none;
}
ul.languages li {
	float:left;
	vertical-align:middle;
	color:#7f7f7f;
	padding:0px;
}
ul.languages li a:link, ul.languages li a:visited {
	text-decoration: none;
	font:10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7f7f7f;
}
ul.languages li a:active, ul.languages li a:hover, ul.languages li a.active {
	text-decoration: none;
	font:10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff6c2f;
}
.logo {
	width:290px;
	height:54px;
	margin:20px auto 37px auto;
	background:url(../img/logo_old.png) no-repeat top left;
}
/* menu start*/

ul.menu {
	color:#FFF;
	margin:10px auto 0px auto;
	list-style:none;
	padding: 0;
	width: 495px;
}
ul.menu:after, .conteudos:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul.menu li {
	color:#FFF;
	float:left;
	margin-right:35px;
	display: block;
	height:18px;
}
ul.menu li:last-child{
  margin-right: 0;
}
ul.menu li a {
	font-family:'AvantGardeMdBTMedium', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight: normal;
}
ul.menu li a:hover, a:active, ul.menu li a.active {
	color:#bfbfbf;
}

.botao_lusopan {
    height: 72px;
    left: 50%;
    margin: 0 0 0 200px;
    padding: 0;
    position: absolute;
    top: 388px;
    vertical-align: top;
    width: 180px;
    z-index: 4;
}

body#home .botao_lusopan {
   top: 526px;
}
.botao_lusopan a {
	background:url(../img/botao_lusopan.png) no-repeat;
	text-indent: -9999px;
	height:72px;
	display:block;
	width:180px;
}
.botao_lusopan a:link, .botao_lusopan a:visited {
	height:69px;
	background-position:0 0;
}
.botao_lusopan a:active, .botao_lusopan a:hover {
	background-position:0 -72px;
}
h1 {
	margin:0;
	font-family:'AvantGardeBkBTDemi', Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#397e58;
	line-height:32px;
	letter-spacing: -1px;
	font-weight: normal;
}
.laranja { color:#ff6c2f; }

.caixa_texto {
	width:600px;
	margin:30px 0 30px 0;
	padding: 0;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#7f7062;
	line-height:22px;
}
.conteudos {
	width:900px;
	margin: 0 auto;
	padding-bottom:35px;
}
.coluna {
	width:590px;
	margin-top:0px;
	margin-bottom:35px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#7f7062;
	line-height:22px;
	margin-right:65px;
}
.coluna.terco{
  width: 260px;
  margin-right:40px;
  margin-top:20px;
}

.footer {
	width:100%;
	height:105px;
	margin:0 auto;
	background-color:#ff6c2f;
	vertical-align:middle;
	padding: 0;
}
.footer_text {
	margin:0 auto;
	display: block;
	overflow:hidden;
	width:900px;
	height: 65px;
	vertical-align:middle;
	padding-left: 10px;
	padding-top: 32px;
	padding-bottom: 0px;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}

h3.contactos {
	font-family:'AvantGardeMdBTMedium', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#397e58;
	font-weight: normal;
}
ul.contactos {
	width:250px;
	list-style:none;
	margin: 0;
	padding: 0;
}
ul.contactos li {
	font-weight:bold;
	font-size:16px;
	line-height:25px;
	display:block;
	width:180px;
	height:35px;
	margin:0;
	padding: 3px 0 0 40px;
}
.contactscolor {
	color:#a09992;
}
li.tel {
	background:url(../img/icones_contactos.png) no-repeat 0 0px;
}
li.tlm {
	background:url(../img/icones_contactos.png) no-repeat 0 -40px;
}
li.fax {
	background:url(../img/icones_contactos.png) no-repeat 0 -80px;
}

.container_bottom {
	width:100%;
	margin: 18px 0 0 0;
	padding:10px 0 0 0;
	position: relative;
	z-index:1;
	background: white;
}
.container_bottom:after {
	content:"";
	display:block;
	clear:both;
}
.last {
	padding-right:0;
	margin-right: 0;
}
.coluna_last {
	width:235px;
	margin-top:30px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#7f7062;
	line-height:22px;
	padding:0px;
}
.textolink {
	font-size:12px;
	color:#fff;
	float: left;
	width: 450px;
}
.textolink a:link, .textolink a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-size:12px;
}
.textolink a:active, .textolink a:hover {
	text-decoration: none;
	color: #ffcdb8;
	font-weight: normal;
	font-size:12px;
}
a.cluster {
	background: url(../img/cluster.png) no-repeat top left;
	display: block;
	width: 250px;
	height: 40px;
	float: right;
	text-indent: -9999px;
	margin: 4px 0 0 0;
}
a.cluster:link, a.cluster:visited {
	background-position: 0 0;
}
a.cluster:active, a.cluster:hover {
	background-position: 0 -40px;
}

/* pagina Produtos */
body#produtos h1{
  margin-bottom: 15px;
}
.item{
  float: left;
  width: 233px;
  margin: 20px 60px 7px 0;
}
.item.last{
  margin-right:0;
}
.item h2{
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#53504f;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 0 0;
}
.item p{
  margin: 5px 0 0 0;
  color: #767362;
}
.coluna h3 {
  margin: 30px 0 0 0;
  font-family: 'AvantGardeBkBTDemi', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #397E58;
  line-height: 22px;
  font-weight: normal;
}
.coluna h3 a:link,
.coluna h3 a:visited{
  font-family: 'AvantGardeBkBTDemi', Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #ff6c2f;
  line-height: 20px;
  font-weight: normal;
}
.coluna h3 a:hover,
.coluna h3 a:active{
  font-family: 'AvantGardeBkBTDemi', Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #397E58;
  line-height: 20px;
  font-weight: normal;
}
/* Rede Comercial */

ul.distlist {
	list-style: none;
	margin: 15px 0px 30px 0;
	padding: 0;
	width:100%;
	float: left;
}
ul.distlist.last {
	margin-right: 0;
	padding-right: 0;
}
ul.distlist h4 {
	margin: 0;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	color: #397e58;
	border-bottom: 1px solid #e6e3e3;
	padding: 6px 0 12px 40px;
	background:url(../img/icones_contactos.png) no-repeat 0 0;
}
ul.distlist p {
	margin: 10px 0 0 0;
	padding: 0;
}
ul.distlist li {
	margin: 0 0 20px 0;
	padding: 0;
}
ul.distlist li.mapa {
	height: 245px;
}

/* Contactos */
.localizacao {
  width: 100%;
  height: 364px;
  position: absolute;
  z-index: 0;
  top: 94px;
  margin: 0 auto;
}

input, textarea, select {
	border: 1px solid #e0dddd;
	padding: 7px;
	font-size: 12px;
	line-height: 16px;
	width: 277px;
	background: #fff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e6e3e3 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e6e3e3));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e6e3e3 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e6e3e3 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e6e3e3 100%);
	background:linear-gradient(top,#ffffff 0%,#e6e3e3 100%);
	-webkit-box-shadow: 1px 1px 1px #fff;
	-moz-box-shadow:1px 1px 1px #fff;
	box-shadow:1px 1px 1px #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	min-height: 33px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #397e58;
	margin: 0;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	outline:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.esq {
	float: left;
	width: 48%;
	padding: 0 0 30px 0;
}
.dir {
	float: right;
	width: 48%;
	padding: 0 0 30px 0;
}
.enviar {
  width: 74px;
	height: 30px;
	border: 0;
	margin: 0;
	background: #ff8d54;
	background:-moz-linear-gradient(top,#ff8d54 0%,#ff6c2f 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff8d54),color-stop(100%,#ff6c2f));
	background:-webkit-linear-gradient(top,#ff8d54 0%,#ff6c2f 100%);
	background:-o-linear-gradient(top,#ff8d54 0%,#ff6c2f 100%);
	background:-ms-linear-gradient(top,#ff8d54 0%,#ff6c2f 100%);
	background:linear-gradient(top,#ff8d54 0%,#ff6c2f 100%);
	-webkit-box-shadow: 2px 2px 2px #ccc;
	-moz-box-shadow:2px 2px 2px #ccc;
	box-shadow:2px 2px 2px #ccc;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.enviar:hover {
	background:-moz-linear-gradient(top,#ff6c2f 0%,#ff6c2f 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff6c2f),color-stop(100%,#ff6c2f));
	background:-webkit-linear-gradient(top,#ff6c2f 0%,#ff6c2f 100%);
	background:-o-linear-gradient(top,#ff6c2f 0%,#ff6c2f 100%);
	background:-ms-linear-gradient(top,#ff6c2f 0%,#ff6c2f 100%);
	background:linear-gradient(top,#ff6c2f 0%,#ff6c2f 100%);

}
textarea.cxMss {
	height: 80px;
}
p.rodape {
	font-size: 10px;
	padding-top: 6px;
}
body#contactos .conteudos {
	padding: 0;
	height: auto;
}
p#bademail, p#badserver {
	font-weight: bold;
	color: #ff6c2f;
}
p#success {
	font-weight: bold;
	color: #397e58;
}
