@charset "utf-8";
body {
	font: 0.8em/1.7 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: none; 
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	margin: 0 auto; 
}

header {

}

.content {

	padding: 10px 0;
}

/* ~~ Rodape ~~ */
footer {
	height:320px;
	background:url(../images/rodape.jpg) center top no-repeat #000;

}

.rod{
	width:100%;
	color:#fff;
	margin-top:30px;
}

.rod i{
	font-size:16px;
}

.rod h2{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff !important;
	margin-bottom: 20px;
}

.rod a{
	color:#fff;
	width:220px;
	float:left;
	margin-bottom:5px;
	font-size:13px;
}

.rod a:hover{
	text-decoration:underline;
	color:#fff !important;
}

.direitos{
	width: 45%;
	color: #fff;
	float: left;
	text-align: left;
	margin-top: 50px;
}

a.logo-ag{
	width: 10%;
	height: 54px;
	float: left;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	margin-top:35px;
	background: url(../images/logo-ag.png) center 20px no-repeat;
}

a.logo-ag:hover{
	color:#fff !important;
}

.area-res{
	width: 45%;
	color: #fff;
	float: left;
	text-align: right;
	margin-top: 50px;
}
.area-res a{
	color:#fff;
	text-decoration:none;
	font-size:13px;
}
.area-res a:hover{
	text-decoration:underline;
	color:#fff !important;
}

/* ~~ Fim Rodape ~~ */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.top{
	width:100%;
	background:url(../images/bg.jpg) center top no-repeat;
}

.top-inter{
	width:100%;
	background:url(../images/bg-inter.jpg) center top no-repeat #ececec;
}

.bg-index{
	width:100%;
	background:url(../images/bg-index.jpg) center 20px no-repeat;
}

a.logo{
	width:221px;
	height:109px;
	display:block;
	margin-top:30px;
	background-image:url(../images/logo.png);
	background-position:center top;
	background-repeat:no-repeat;
}

.chat{
	width:125px;
	float:right;
	margin-top:10px;
	margin-right:30px;
}

.tel-top{
	float:right;
	margin-top:13px;
}

.tel-top p{
	font-weight:bold;
}

/**** Menu ****/

.menu{
	position:relative;
	top:-7px;
	width: 90%;
	height: 80px !important;
	background: #ff5505;
	padding: 10px 20px;
	float: right;
	margin-bottom:30px;
}

.menu>ul>li{
	float:left;
	list-style:none;
	display: inline-block;
	position: relative;
}

ul.submenu{
	display: none;
	position: absolute;
	left: -20px;
	top:50px;
	width:180px;
}

.menu>ul>li>a{
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	line-height: 50px;
	height:50px;
	float:left;
	list-style:none;
	padding-left: 8px;
	padding-right:8px;
	padding-top:5px;
	display: inline-block;
	color:#fff;
	text-transform:uppercase;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

div.menu>ul>li>a:hover{
	color:#000;
}

li.lisubmenu{
	white-space: nowrap;
	list-style: none;
	padding: 8px 40px 8px 10px;
}

li.lisubmenu:hover{
	background: #ff5505;
}

li.lisubmenu>a{
	color: #fff;
	text-decoration:none;
	font-size: 13px;
}

.temsubmenu:hover ul{
	display: block;
	width:200px;
	z-index: 3000;	
	background: #363636; 
	
}

/**** Fim Menu ****/

.bloco{
	width:100%;
	height:200px;
	margin-top:50px;
}

.txt-bloco{
	margin:15px 0 15px 0;
	text-align:center;
}

.bloco span{
	width:100%;
	display:block;
	background:RGBA(0, 0, 0, 0.62);
	font-size:16px;
	color:#fff;
	padding:10px;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	top:153px;
}

.bloco1{
	background-image:url(../images/empresa.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}

.bloco2{
	background-image:url(../images/bloco2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}

.bloco3{
	background-image:url(../images/bloco3.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
a.saiba-mais{
	width:100%;
	text-align:center;
	color:#fff;
	display:block;
	padding:10px;
	font-weight:bold;	
	background: #ff5505; 
	font-size:13px;
}

a.saiba-mais:hover{
	color:#fff !important;	
	background: #000;
}

h2{
	font-weight:bold !important;
	font-size:15px !important;
	text-transform:uppercase;
	color:#ff5505 !important;
}

h3{
	font-weight:bold !important;
	font-size:14px !important;
	text-transform:uppercase;
}

.bg-index-divisao{
	margin-top: 30px;
	margin-bottom: 20px;
	width:100%;
}

a.dicas-index{
	height: 45px;
	width: 453px;
	padding-left:10px;
	border:1px solid #eee;
	margin-bottom:12px;
	padding-top:10px;
	color:#666 !important;
	float:left;
	text-decoration:none;
	background:#fff;
	
	-webkit-box-shadow: inset -1px -1px 2px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    inset -1px -1px 2px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         inset -1px -1px 2px 0px rgba(50, 50, 50, 0.2);
}

.icon-quality{
	width:100px;
	float:left;
	margin-right:15px;
	margin-top:10px;
}

/* News */
#news h2{
  font-size: 21px !important;
  color: #fff !important;
  text-transform:uppercase;
  font-weight:bold !important;
  margin-top:75px;
}
#news p{
  color: #fff !important
}
#news #new-email{
    background: #ffffff;
    border-radius: 0px;
    width: 70%;
	height:70px;
    position: relative;
    border: none;
    outline: none;
    border: 1px solid #EDEDED;
    border-bottom: 1px solid transparent;
    margin: 0 0 20px 0;
    box-shadow: none!important;
    font-size: 14px !important;
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1)!important;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1)!important;
    color: #000;

}
#news #new-botao{
    padding: 18px;
    background-color: #FFFFFF;
    color: #000;
    border-radius: 0px;
    border: none;
    cursor: pointer;
    outline: none;
    float: right;
    width: 27%;
	height:70px;
    position: relative;
	margin-top:-90px;

}

/* Fim News */

.bg-news{
	width:100%;
	height:320px;
	display:block;
	background-image: url(../images/bg-news.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

h1{
	width:100%;
	height:80px !important;
	padding-top:23px !important;
	display:block !important;
	background:#000 !important;
	text-transform:uppercase !important;
	text-align:center !important;
	color:#fff !important;
	font-size:25px !important;
	font-weight:bold !important;
	margin-bottom:30px !important;
}

.img-contatos{
	width:100%;
	height:250px;
	margin-top:-25px;
	background:url(../images/contatos.jpg) center top no-repeat;
}

.img-trabalhe{
	width:100%;
	height:250px;
	margin-top:-25px;
	background:url(../images/trabalhe-conosco.jpg) center top no-repeat;
}

/* Trabalhe Conosco*/

.tabs .tab-title{
	width:25%;
	text-align:center;
}

ul.tabs.trabalhe-conosco {
	margin-top: 30px;
	margin-bottom: 30px !important;
}

ul.tabs.trabalhe-conosco li a {
	font-size: 14px;
	padding: 0;
	padding: 10px 22px;
	background: #000;
	color: #fff;
	border: 1px solid #333;
}

ul.tabs.trabalhe-conosco li a:hover{
	color:#000;
}

.internas{
	width:100%;
	margin-bottom:15px;
}

.mapa{
	width:100%;
	height:450px;
}

.bg-dica{
	height: 220px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}

ul.lista{
	list-style-type:none;
	list-style-position:inside;
}