@charset "utf-8";
/* CSS Document */

*{padding:0; margin:0}

@font-face {
	font-family: 'antenna_cond_reg';
	src: url('../fontes/antennaCond-Regular.eot');
	src: local('../fontes/antennaCond-Regular'), url('../fontes/antennaCond-Regular.woff') format('woff'), url('../fontes/antennaCond-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'mpr';
	src: url('../fontes/mp.eot');
	src: local('../fontes/mpr'), url('../fontes/mpr.woff') format('woff'), url('../fontes/mpr.ttf') format('truetype');
}

@font-face {
	font-family: 'gotham_bold';
	src: url('../fontes/Gotham-Bold.eot');
	src: local('../fontes/Gotham-Bold'), url('../fontes/Gotham-Bold.woff') format('woff'), url('../fontes/Gotham-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'gotham_thin';
	src: url('../fontes/Gotham-Thin.eot');
	src: local('../fontes/Gotham-Thin'), url('../fontes/Gotham-Thin.woff') format('woff'), url('../fontes/Gotham-Thin.ttf') format('truetype');
}

a{text-decoration:none}
img{border:0}
input, textarea{outline:none}

.site{width:1000px; display:table; margin:0 auto}
.logo{width:212px; height:82px; float:left; margin:13px 0 0 10px}
.menu{float:left; font-family:'mpr'; font-size:16px; color:#FFF; margin:45px 0 0 40px}
.bg_topo{width:100%; height:105px; position:absolute; left:0; background:url(../img/bg-topo.jpg) center; z-index:-1}
.tv{width:100%; height:437px; position:absolute; left:0; background:url(../img/bg-tv.jpg) center}
.cont{min-height:200px; margin-top:20px}
.bg_cont{width:100%; height:1085px; position:absolute; left:0; background:url(../img/bg-cont.jpg) center; z-index:-1}
.boxproduto{height:183px; -webkit-box-shadow:0px 6px 10px -2px rgba(0,0,0,0.4); -moz-box-shadow:0px 6px 10px -2px rgba(0,0,0,0.4); box-shadow:0px 6px 10px -2px rgba(0,0,0,0.4);}
.produto{width:300px; height:158px; float:left; padding:25px 0 0 33px; font-family:'gotham_bold'; color:#FFF; font-size:14px}
.left{float:left}
.right{float:right}
.text{width:375px; font-style:italic; color:#FFF; font-family:'gotham_bold'; margin:30px 70px 0 0; line-height:50px }
.text2{width:396px; font-style:italic; color:#FFF; font-family:'gotham_bold'; margin:100px 0 0 50px; line-height:50px}
.bt{width:249px; height:49px; margin:45px 0 0 60px; background:url(../img/bt1.png); text-align:center; color:#FFF; font-family:'gotham_bold'; font-size:28px; padding-top:15px; font-style:italic; float:left}
.rodape{height:338px; margin-top:10px}
.bg_rodape{width:100%; height:337px; position:absolute; left:0; background:url(../img/bg-rodape.jpg) center; z-index:-1}
.rodape ul{float:left; color:#FFF; font-family:'antenna_cond_reg'; list-style:none; margin-top:95px; font-size:18px}
.rodape ul a li{color:#FFF; line-height:22px}
#b{font-size:15px; line-height:18px}
.direito{float:left; color:#FFF; font-family:'antenna_cond_reg'; margin-top:40px; font-size:18px}
.cs{float:right; margin-top:40px}

.titulo{font-family:'gotham_bold'; font-size:42px; text-transform:uppercase; height:150px; color:#FFF}
.bg_titulo{width:100%; height:150px; position:absolute; left:0; background:url(../img/bg-titulo.jpg) bottom; z-index:-1; margin-top:-20px}
.texto{font-family:'mpr'; font-size:18px; color:#666; text-align:justify}


/******contato*********/

.form{margin:30px auto; width:945px}
.form input{width:450px; height:35px; padding-left:10px; margin:0 10px 10px 0;}
.form textarea{width:928px; max-width:928px; height:150px; padding:10px 0 0 10px}
.form button{width:130px; height:35px; border:0; background:#333; color:#FFF; font-size:16px; font-family:'gotham_bold'; margin-top:10px; cursor:pointer}