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

@font-face {
	font-family: 'Conv_MyriadPro-Cond';
	src: url('../font/MyriadPro-Cond.eot');
	src: local('☺'), url('../font/MyriadPro-Cond.woff') format('woff'), url('../font/MyriadPro-Cond.ttf') format('truetype'), url('../font/MyriadPro-Cond.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #CBE7F5;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	background-image: url(../imagens/top02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: justify;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
}

h1{
	color: #F18E39;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 40px;
	width: auto;
	text-align: left;
	font-family: "Conv_MyriadPro-Cond";
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #3091B4;
}

h2{
	color: #333333;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
	
}
h3{
	color: #545454;
}
h5{
	color: #CC0000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 6px;
	margin-bottom: 3px;
}

p{
	line-height: 1.6em;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #FFFFFF;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #CBE7F3;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position: relative;
}


.header {
	height: 940px;
	background-image: url(../imagens/top01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 1px;
}

.header2 {
	height: 500px;
	background-image: url(../imagens/top02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.content {

	padding: 10px 0;
}


.footer {
	padding: 10px 0;
	background-color: #CCC49F;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.footer {
	background-image: url(../imagens/rodape.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 460px;
}
/*rodape*/
.container_rodap {
	width: 960px;
	background-image: url(../imagens/rodape.jpg);
	background-repeat: no-repeat;
	background-position: center -10px;
	height: 360px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 90px;
}

.text-rodap {
	float: left;
	width: 140px;
	text-align: right;
	height: 35px;
	font-size: 12px;
	font-weight: normal;
	margin-left: 60px;
	padding-right: 10px;
	color: #E6DC61;
	margin-top: 10px;
}
.sobre-ag {
	float: left;
	width: 220px;
	color: #C0C0C0;
	margin-right: 40px;
}
.sobre-ag2 {
	float: left;
	width: 310px;
	color: #CCCCCC;
	margin-right: 30px;
	/* [disabled]margin-top: 15px; */
}
.sobre-ag3 {
	float: left;
	width: 180px;
	color: #C0C0C0;
	margin-right: 30px;
	margin-top: 22px;
}
.sobre-ag4 {
	float: left;
	width: 310px;
	color: #C0C0C0;
	margin-top: 22px;
}
.text-1 {
	font-size: 14px;
	color: #C0C0C0;
}
.text-3 {
	font-size: 18px;
	color: #055496;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #055496;
	height: 20px;
}
.text-3_1 {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #055496;
	height: 20px;
}
.text-2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #DFDFDF;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	margin-bottom: 20px;
}
.menu-rodap {
	list-style-type: none;
}
.menu-rodap li a {
	font-size: 11px;
	text-decoration: none;
	padding-left: 20px;
	height: 12px;
	padding-top: 10px;
	display: block;
	color: #083860;
	list-style-type: disc;
	background-image: url(../imagens/marker.png);
	background-repeat: no-repeat;
	background-position: left 12px;
}
.menu-rodap li a:hover {
	text-decoration: underline;
	color: #055496;
}
.direitos {
	float: left;
	width: 360px;
	height: 30px;
	color: #E6DC61;
	margin-top: 10px;
}
.logoAgbrasil {
	float: right;
	margin-top: 20px;
	margin-right: 90px;
	
}
.lad_rodap {
	float: left;
	width: 569px;
	/* [disabled]margin-top: 15px; */
	height: 15px;
}
.areaRes {
	height: 20px;
}
.areaRes2 {
	height: 30px;
	margin-top: 10px;
	width: 180px;
	float: right;
}
.areaRes3 {
	height: 30px;
	margin-top: 10px;
	width: 188px;
	float: right;
}
a.destAdmiRodape {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	display: block;
	height: 25px;
	background-color: #11A1D6;
	border-radius: 4px;
	padding-top: 13px;
}
a.destAdmiRodape:hover {
	color: #F4D757;
	text-decoration: underline;
	
}
a.link-1 {
	display: block;
	color: #FFFFFF;
	margin-bottom: 12px;
	float: left;
	width: 500px;
}
a.link-1:hover {
	text-decoration: none;
}
a.link-1_2 {
	display: block;
	color: #FFFFFF;
	margin-bottom: 12px;
	float: left;
	width: 500px;
}
a.link-1_2:hover {
	text-decoration: none;
}
.lad_rodap-esq {
	float: right;
	width: 120px;
	height: 130px;
}
.lad_rodap-esq {
	float: right;
	width: 120px;
	height: 130px;
}
.bloc-rodap2-0 {
	float: right;
	width: 180px;
	margin-left: 10px;
	margin-right: 50px;
	height: 140px;
}

/*fim rodape*/
.linha {
	float: left;
	width: 570px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3F2F20;
	border-bottom-color: #3F2F20;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a.ico4 {
	display: block;
	background-image: url(../imagens/twitter.png);
	height: 60px;
	background-repeat: no-repeat;
	background-position: left 5px;
	width: 51px;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	float: right;
	margin-top: 24px;
}
a.ico4:hover {
	color: #FFD401;
	background-repeat: no-repeat;
	background-position: left -63px;
	
	}
	
	a.ico5 {
	display: block;
	background-image: url(../imagens/face.png);
	height: 60px;
	background-repeat: no-repeat;
	background-position: left 5px;
	width: 51px;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	float: right;
	margin-top: 24px;
}
a.ico5:hover {
	color: #FFD401;
	background-repeat: no-repeat;
	background-position: left -64px;
	
	}
	h1.logo {
	float: left;
	position: absolute;
	left: 373px;
	top: 21px;
	height: 103px;
	width: 219px;
	background-image: url(../imagens/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1.logo a {
	display: block;
	text-indent: -9999px;
	margin: 0;
	height: 103px;
	width: 219px;
}
.lado2 {
	float: right;
	width: 300px;
	margin-left: 10px;
}


a.map_ampliad {
	display: block;
	float: right;
	height: 52px;
	width: 206px;
	background-image: url(../imagens/ampliar.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	margin-right: 45px;
}
a.map_ampliad:hover {
	background-position: 0px -74px
}
.mapa {
	width: 290px;
	float: right;
	background-color: #908F94;
	height: 170px;
	padding: 5px;
}.trabalhe_conosco {
	float: right;
	margin-left: 15px;
}
.qualid1 {
	float: left;
	/* [disabled]height: 75px; */
	/* [disabled]width: 75px; */
	margin-bottom: 15px;
	margin-right: 10px;
}
.qualid2 {
	float: left;
	/* [disabled]height: 25px; */
	width: 620px;
	margin-top: 25px;
	text-align: left;
	font-size: 15px;
	color: #666666;
	margin-bottom: 10px;
}
.branco {
	width: 944px;
	float: left;
	background-color: #EEEEEE;
	border: 1px solid #DFDFDF;
	padding: 8px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #046FBF;
}
.branco p{
	color: #04629F;
	font-size: 16px;
	margin-top: 5px;
	text-shadow: 1px 1px #eee;
	/* [disabled]margin-left: 15px; */
	font-family: FuturaBT-Light, Trebuchet MS, sans-serif;
}.img_emp {
	float: right;
	margin-left: 15px;
}
.img_emp2 {
	float: right;
	margin-left: 15px;
	background-color: #07779F;
	padding: 8px;
}
.visao {
	background-image: url(../imagens/fund_visao.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 411px;
	width: 960px;
	margin-bottom: 35px;
}
.vi1 {
	float: left;
	height: 260px;
	width: 220px;
	margin-top: 100px;
	margin-left: 70px;
	text-align: center;
	color: #2680A6;
}
.vi2 {
	float: left;
	height: 260px;
	width: 220px;
	margin-top: 30px;
	margin-left: 100px;
	text-align: center;
	color: #2680A6;
}
.vi3 {
	float: left;
	height: 260px;
	width: 220px;
	margin-top: 100px;
	margin-left: 90px;
	color: #2680A6;
	text-align: center;
}
.bloc_ser {
	float: left;
	height: 180px;
	width: 226px;
	padding: 5px;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #00AFEF;
	margin-bottom: 30px;
	margin-top: 30px;
}
.linha2 {
	height: 6px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}.text_bloc {
	float: left;
	width: 220px;
	margin-right: 25px;
}

.text_bloc2 {
	float: right;
	width: 220px;
}.text_bloco2{
	float: left;
	width: 210px;
	margin-right: 25px;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	height: 190px;
	color: #666;
}
.text_bloco2-2{
	float: right;
	width: 210px;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	height: 190px;
}
.img-bloco {
	float: left;
	width: 220px;
	margin-right: 25px;
	margin-top: 5px;
	height: 100px;
}
.img-bloco2 {
	float: right;
	width: 220px;
	margin-top: 5px;
	height: 100px;
}
a.leia {
	display: block;
	height: 20px;
	text-align: right;
	padding-right: 25px;
	margin-top: 13px;
	float: right;
	color: #7B7A78;
	font-size: 16px;
	text-decoration: none;
}

a.leia:hover {
	color: #EC0002;
}
a.leia2 {
	display: block;
	height: 20px;
	text-align: right;
	margin-top: 13px;
	float: right;
	color: #7B7A78;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 15px;
}

a.leia2:hover {
	color: #2F50A1;
}.borda {
	border-color: #082784;
	border-style: none none none solid;
	border-width: 0 0 0 80px;
	clear: both;
	height: 6px;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
}
.borda02 {
	clear: both;
	height: 4px;
	overflow: hidden;
	float: right;
	width: 500px;
	background-color: #E1E1E1;
	margin-bottom: 15px;
}
.bord {
	display: block;
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7A7A7;
}
.borda01 {
	border-color: #CC0000;
	border-style: none none none solid;
	border-width: 0 0 0 80px;
	clear: both;
	height: 4px;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
}
.bord01 {
	display: block;
	height: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7A7A7;
}
.lin {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #103093;
	height: 2px;
	border-bottom-color: #103093;
}
.fund {
	float: left;
	height: 498px;
	width: 227px;
	background-image: url(../imagens/fund.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-right: 15px;
	padding-left: 15px;
}
.produts {
	list-style-type: none;
	text-decoration: none;
}
.produts li a{
	list-style-type: circle;
	margin-left: 15px;
	color: #102EC4;
	text-decoration: none;
	display: block;
	height: 25px;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0D2EB9;
	background-image: url(../imagens/menu_index1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.produts li a:hover {
	color: #0C2369;
	background-image: url(../imagens/menu_index2.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	}
#home {
	background-image: url(../imagens/top01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.filme {
	height: 444px;
	width: 960px;
	margin-top: 244px;
	margin-right: 1px;
}

.slider img{
	position: absolute;
	left: 0px;
}

.buscar{
	position: absolute;
	right: 0px;
	top: 85px;
	width: 301px;
	height: 40px;
}
.buscar #campobusca{
	border: none;
	outline: none;
	width: 236px;
	height: 29px;
	margin: 4px 0px 0px 4px;
	background-color: transparent;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
}
.buscar #campobusca:focus{
	background-color: #FFF;
	box-shadow: 0px 0px 10px #FFFFFF;
}
.buscar #btbuscar{
	float: right;
	cursor: pointer;
	width: 57px;
	height: 34px;
	margin-top: 2px;
	border: none;
	background-color: transparent;
}

.newsletter{
	position: absolute;
	right: 1px;
	top: 378px;
	width: 271px;
	height: 100px;
}
.newsletter #nome, .newsletter #email{
	float: left;
	border: none;
	width: 262px;
	height: 26px;
	margin: 6px 0px 0px 7px;
	outline: none;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
}
.newsletter #nome:focus, .newsletter #email:focus{
	box-shadow: 0px 0px 10px #FFFFFF;
}
.cinza{
	color: #999;
}
.preto{
	color: #000;
}
.newsletter #ok{
	float: right;
	width: 54px;
	height: 26px;
	margin: 7px 0px 0px 0px;
	cursor: pointer;
	background-color: transparent;
	border: none;
}
#newsindex{
	top: 830px;
}
#newsindex #email{
	margin-top: 26px;
}

.prod_index{
	float: right;
	width: 700px;
	height: 500px;
	padding-top: 13px;
	margin-right: 1px;
}
.prod_index .sub_pro_index{
	width: 165px;
	height: 150px;
	margin: 0px 0px 10px 10px;
	float: left;
	box-shadow: 0px 0px 3px #FFF;
	overflow: hidden;
	background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.prod_index .sub_pro_index img{
	width: 165px;
}
.prod_index .sub_pro_index img:hover{
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
}.intr {
	float: left;
	margin-right: 20px;
}
.map {
	height: 442px;
	width: 656px;
	margin-top: 35px;
	background-image: url(../imagens/maps.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	float: left;
}
.cidades{
	position:absolute;
	font:'Arial';
	font-size:12px;
	font-weight:bold;
	color:#fff;
}


#localizacao1{
	top: 236px;
	left: 362px;

}


#localizacao2{
	top: 219px;
	left: 447px;


}
#localizacao3{
	top: 274px;
	left: 318px;
}

#localizacao4{
	top: 286px;
	left: 401px;
}

#localizacao5{
	top: 302px;
	left: 291px;
}

#localizacao6{
	top: 254px;
	left: 441px;
}
#localizacao7{
	top: 323px;
	left: 417px;
}
#localizacao8{
	top: 358px;
	left: 416px;
}
#localizacao9{
	top: 153px;
	left: 381px;
}
#localizacao10{
	top: 184px;
	left: 471px;
}
.img_maps {
	float: right;
	margin-top: 35px;
}
