@charset "utf-8";
body {
	font: 0.8em/1.7 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background:url(../images/top-inter.jpg) center top no-repeat;
}

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

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

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

header {
	height:200px;
	
}

header#index{
	background:url(../images/top.jpg) center top no-repeat;
	height:507px;
}

article{
	
}

/* ~~ Inicio Rodape ~~ */
footer {
	height:350px;
	background:url(../images/rodape.jpg) center top no-repeat;
}

a.mapa-site{
	width:100px;
	float:left;
	margin-bottom:33px;
	color:#fff;
	text-decoration:none;
}

a.mapa-site:hover{
	text-decoration:underline;
}

a.area_res{
	width:100px;
	text-decoration:none;
	float:left;
	margin-top:25px;
	color:#fff;
}

a.area_res:hover{
	text-decoration:underline;
}

a.desenvolvido{
	width: 100px;
	float: right;
	height: 50px;
	margin-top: -30px;
	text-align: center;
	text-decoration: none;
	background: url(../images/logo_agbrasil.png) center bottom no-repeat;
	font-size: 11px;
	padding-top: 10px;
}

.desenvolv{
	width: 590px;
	height: 50px;
	margin-top: -25px;
	float: right;
	margin-right: 20px;
}

/* ~~ Fim do Rodape ~~ */

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

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

a.logo{
	width:237px;
	height:89px;
	float:left;
	margin-top:5px;
	background:url(../images/logo.png) center top no-repeat;
}

.tres{
	width:300px;
	float:left;
	margin-right:30px;
}

.tres h3{
	color:#fff;
	font-size:21px;
	font-weight:bold;
	margin-top:20px;
	text-transform:uppercase;
}

.tres span{
	color:#fff;
}

.no-right{
	margin-right:0 !important;
}

h2{
	color:#2E2A81;
	font-size:21px;
	font-weight:bold;
	margin-top:10px;
}

.tel-top{
	padding-left: 50px;
	padding-top: 10px;
	margin-bottom: 20px;
	margin-top: 30px;
	height: 30px;
	float: left;
	color: #2E2A81;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/icon-tel.png) left top no-repeat;
}

.tel-top-inter{
	padding-left: 50px;
	padding-top: 10px;
	height: 30px;
	color: #2E2A81;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/icon-tel.png) left top no-repeat;
	position:absolute;
	right:0;
	top:10px;
}

a.saiba-mais{
	width:131px;
	height:33px;
	padding-top:3px;
	float:right;
	text-align:center;
	color:#2E2A81;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:26px;
	background:url(../images/saiba-mais.png) center top no-repeat;
}

a.saiba-mais:hover{
	text-decoration:underline;
}

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

.bg-qualidade .conteudo{
	width:480px;
	float:right;
	margin-top:40px;
}

.bg-qualidade .icon{
	width: 72px;
	height: 90px;
	float: left;
	margin-right: 15px;
	background: url(../images/icon-qualidade.png) center top no-repeat;
	margin-top: 20px;
}


/**** Menu ****/

nav{
	height:70px;
	float:right;
	margin-right:10px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

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

ul.submenu{
	display: none;
	position: absolute;
	left: 0;
	top:70px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.menu>ul>li>a{
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	line-height: 70px;
	height:70px;
	color:#000;
	float:left;
	list-style:none;
	padding-left: 14px;
	padding-right:14px;
	display: inline-block;
}

div.menu>ul>li>a:hover{
	color:#fff !important;
	
	background: #120c7a; /* Old browsers */
	background: -moz-linear-gradient(top,  #120c7a 0%, #2212af 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#120c7a), color-stop(100%,#2212af)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #120c7a 0%,#2212af 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #120c7a 0%,#2212af 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #120c7a 0%,#2212af 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #120c7a 0%,#2212af 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#120c7a', endColorstr='#2212af',GradientType=0 ); /* IE6-9 */

	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

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

li.lisubmenu:hover{
	background: #1D017C;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

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

.temsubmenu:hover ul{
	display: block;
	z-index: 3000;
	background: #230299;
}

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

.slide{
	width:458px;
	height:317px;
	float:right;
	margin-top:7px;
	margin-bottom:4px;
}

.destaques-txt{
	position:absolute;
	top:350px;
	left:15px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	color:#fff;
}

.centralizar{
	min-width:960px;
	overflow:hidden;
}

h1{
	font-size:26px;
	color:#120C7A;
	font-weight:bold;
	text-transform:uppercase;
}

h2{
	font-size:16px;
	color:#120C7A;
	font-weight:bold;
	text-transform:uppercase;
}


.internas{
	width: 465px;
	float: right;
	margin-left: 15px;	
}

.internas i{
	font-size:22px;
	margin-right:10px;
	margin-bottom:10px;
}

.internas img{
	width:422px;
	height:311px;
	margin-left:43px;
}

.dicas{
	width:465px;
	float:left;
	margin-right:30px;
}

a.dica{
	width:400px;
	height:35px;
	padding-top:15px;
	padding-left:65px;
	margin-bottom:10px;
	float:left;
	text-decoration:none;
	background:url(../images/bg-dicas.png) center top no-repeat;
}

a.dica:hover{
	text-decoration:underline;
}

.news{
	width:465px;
	height:230px;
	float:right;
	position:relative;
	z-index:100;
}

.news input.newsletter{
	width:365px;
	height:38px !important;
	float:left;
	margin-bottom:15px;
	background:#fff !important;
	box-shadow:none !important;
	color:#000 !important;
	border:none;
	
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	-webkit-box-shadow: inset 0px -3px 4px 0px rgba(50, 50, 50, 0.2) !important;
	-moz-box-shadow:    inset 0px -3px 4px 0px rgba(50, 50, 50, 0.2)!important;
	box-shadow:         inset 0px -3px 4px 0px rgba(50, 50, 50, 0.2) !important;
}

.news label.new{
	width:100px;
	height:30px;
	float:left;
	padding-top:10px;
	background:#42B220;
	color:#fff;
	text-align:center;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	-webkit-box-shadow: inset 0px -3px 4px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    inset 0px -3px 4px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         inset 0px -3px 4px 0px rgba(50, 50, 50, 0.3);
}

.news h2{
	font-size:17px;
	font-weight:bold;
	margin-bottom:0px;
	text-transform:uppercase;
}

.news button.news-button{
	width:100px !important;
	height:40px !important;
	background:#130B78 !important;
	float:right;
	position:relative;
	color:#fff !important;
	border:none;
	border-radius:5px;
}

.news button.news-button:hover{
	background:#FEFB00 !important;
	color:#000 !important;
	box-shadow:none !important;
}

.dicas{
	width:465px;
	float:left;
	margin-right:30px;
}

a.dica{
	width:450px;
	height:33px;
	padding-top:8px;
	padding-left:15px;
	margin-bottom:15px;
	float:left;
	text-decoration:none;
	background:#fff;
	border-radius:5px;

	-webkit-box-shadow: inset 0px -3px 4px 0px rgba(50, 50, 50, 0.2) !important;
	-moz-box-shadow:    inset 0px -3px 4px 0px rgba(50, 50, 50, 0.2)!important;
	box-shadow:         inset 0px -3px 4px 0px rgba(50, 50, 50, 0.2) !important;
}

a.dica:hover{
	text-decoration:underline;
}

.dicas h2{
	font-size:17px;
	font-weight:bold;
	margin-bottom:0px;
	text-transform:uppercase;
	margin-bottom:14px;
}

/* pesquisa */
#pesquisar{
	float: right;
	margin: 20px 0px 0px 0px;
}
#pesquisar input{
	width: 200px;
	height: 32px;
	outline: none;
	margin: 0px;
	border: 1px #CCC solid;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#pesquisar input[type=search]:focus{
	width: 300px;
}
#pesquisar input[type=submit]{
	border: none;
	padding: 0px;
	margin: 0px;
	width: 32px;
	background-color: #42B220;
	color: #FFF;
}

/**/
span#uf{
	display: block;
	float: left;
	width: 52px;
	height: 72px;
}
span#uf select{
	height: 42px;
	outline: none;
	border: none;
	box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
	-o-box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
}

span#cidade{
	display: block;
	float: left;
	width: 402px;
	height: 72px;
	margin-left: 15px;
}

div.mapa{
	width: 100%;
	position: relative;
}

a.fachada{
	position: absolute;
	left: 350px;
	top: 161px;
	height: 40px;
	width: 25px;
	/*background-color: #fff;*/
	z-index: 1000;
	position: absolute;
}

a.lista{
	width:150px;
	height:29px;
	float:left;
	padding-left:40px;
	background:url(../images/lista.png) left top no-repeat;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	padding-top:3px;
	margin-left:20px;
	margin-top:20px;
	color:#fff;
}

p.vermelho{
	float:left;
	width:255px;
	padding-bottom:20px;
	
background: #c20001; /* Old browsers */
background: -moz-linear-gradient(top,  #c20001 0%, #df0001 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c20001), color-stop(100%,#df0001)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c20001 0%,#df0001 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c20001 0%,#df0001 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c20001 0%,#df0001 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c20001 0%,#df0001 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c20001', endColorstr='#df0001',GradientType=0 ); /* IE6-9 */

}

a.lista:hover{
	text-decoration:underline;
}

p.skype{
	height:23px;
	width:115px;
	float:left;
	padding-top:2px;
	padding-left:35px;
	background:url(../images/skype.png) left top no-repeat;
	margin-top:20px;
}

a.facebook{
	height:23px;
	width:115px;
	float:left;
	padding-top:6px;
	padding-left:35px;
	text-decoration:none;
	margin-top:15px;
	background:url(../images/facebook.png) left top no-repeat;
}

a.facebook:hover{
	text-decoration:underline;
}
a.instagram{
	height:23px;
	width:115px;
	float:left;
	padding-top:6px;
	padding-left:35px;
	text-decoration:none;
	margin-top:15px;
	background:url(../images/instagram.png) left top no-repeat;
}

a.instagram:hover{
	text-decoration:underline;
}
