html,body{height:100%;}
body{
	background: url(../images/body-tail.jpg) top center repeat-x #eff0ef;
	font:14px/20px Arial, Helvetica, sans-serif;
	color:#828387;
	position:relative;
	min-width:320px;
}
.light{width:100%; min-height:738px; background:url(../images/light.jpg) center top no-repeat;}
/*********************************header*************************************/
header{width:100%; padding:22px 0 0;}
	header .indent-bottom{padding-bottom:26px;}
h1{float:left; padding-left:5px;}
	h1 a{
		display:block;
/*		width:180px; */
		width:96px;
/*		height:48px; */
		height:150px;
		overflow:hidden;
		background:url(../images/logo-ales.png) 0 0 no-repeat;
		text-indent:-999em;
	}
		h1 a:hover{text-decoration:none;}

#banner{
	width: 100%;
	position:relative;
	overflow:hidden;
	z-index:1;
}
	#banner .caption{
		z-index:9;
		position:absolute;
		top:0px;
		left:0px;
		width:435px;
		padding:32px 0 0 47px;
		overflow:hidden;
		font:52px/48px Arial, Helvetica, sans-serif;
		color:#828282;
		letter-spacing:-1px;
	}
		#banner .caption span{text-transform:uppercase;}
/********************************* Content **********************************/
#content{width:100%; padding:62px 0 77px;}
	#page1 #content{padding:37px 0 77px;}
/*----- Global Structure -----*/
.clear{clear:both; line-height:0; font-size:0; overflow:hidden; height:0; width:100%;}
.wrapper{width:100%; overflow:hidden; position:relative;}
.extra-wrap{overflow:hidden; display:block;}
.alignright{text-align:right}
.aligncenter{text-align:center}
.img-indent{float:left; margin-right:20px;}
.img-indent2{float:left; margin-right:10px;}
.img-indent3{float:left; margin-right:15px;}
.last-item{margin-right:0 !important; margin-bottom:0 !important;} 

/* ---------- Tags ---------*/
h3{font:normal 28px/34px Arial, Helvetica, sans-serif; color:#696969; letter-spacing:-1px;}
	h3.title1{line-height:24px; padding-top:3px;}
h4{font:normal 24px/18px Arial, Helvetica, sans-serif; color:#002245; text-transform:lowercase; letter-spacing:-1px;}
	h4 a{color:#002245;}
		h4 a:hover{text-decoration:none; color:#696969;}
h6{font-weight:bold; color:#828387;}
	h6.title1{display:inline-block;}

blockquote{width:100%;}
	.quote-caption{text-align:right;}
time.date1{
	display:inline-block;
	background:url(../images/date-icon.gif) 0 3px no-repeat;
	padding-left:23px;
	font:italic 12px/19px Arial, Helvetica, sans-serif;
}
/*---------- Columns --------*/
.col-4{float:left; width:150px; margin-right:10px;}
.col-6{float:left; width:230px; margin-right:10px;}
/*----------- Boxes ----------*/
.box1{
	display:block;
	border:1px solid #dedede;
	font:14px/20px Arial, Helvetica, sans-serif;
	color:#828387;
	background:url(../images/box1-bg.png) center -999em no-repeat #fff;
}
	.box1:hover{
		background-position:center top;
/*		background-color:#002245; */
		background-color:#066a78;
		color:#a7b3bf;
		text-decoration:none;
		border-color:#00162d;
	}
	.box1 .indents1{padding:38px 39px 33px;}
	.box1 figure{text-align:center; margin-bottom:14px;}
	.box1 h4{
		line-height:27px;
		color:#002245;
		text-align:center;
		margin-bottom:21px;
	}
		.box1:hover h4{color:#fff;}
	.box1 .img-box{border-radius:17px; -moz-border-radius:17px; -webkit-border-radius:17px;}
	.box1 .img-box span{
		overflow:hidden;
		border-radius:12px;
		-moz-border-radius:12px;
		-webkit-border-radius:12px;
	}
		.box1:hover .img-box span{border-color:#99a8b1;}
.box2{
	float:left;
	width:145px;
	margin-right:13px;
	border:1px solid #002245;
	font:14px/20px Arial, Helvetica, sans-serif;
	color:#a3a4a6;
/*	background:url(../images/box2-bg.jpg) center top no-repeat #002245; */
	background:url(../images/box2-bg-ales.jpg) center top no-repeat #066a78;
}
	.box2 .indents1{padding:28px 17px 32px 27px;}
	.box2 h4{color:#fff; text-align:center; margin-bottom:11px; padding-right:10px;}
.box3{
	background:#fff;
	border:1px solid #dedede;
	font:14px/20px Arial, Helvetica, sans-serif;
	color:#828387;
}
	.box3 .indents1{padding:37px 40px 30px;}
.img-box{
	display:inline-block;
	background:#e9e9e9;
	padding:6px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
	.img-box span{display:inline-block; border:1px solid #c6c6c6;}
.download{
	background:url(../images/download-icon.png) 0 0 no-repeat;
	padding-left:68px;
	padding-top:2px;
	min-height:51px;
}
	.download span{display:block; font:bold 14px/20px Arial, Helvetica, sans-serif; color:#696969;}
/*---------- Fonts ----------*/
.font-1{font:13px/18px Arial, Helvetica, sans-serif;}
.font-2{font:14px/18px Arial, Helvetica, sans-serif;}
/*---------- Links ----------*/
a{color:#e50011; outline:none; cursor:pointer; text-decoration:none;}
	a:hover{text-decoration: underline}
a[href^="tel:"]{color:#828387;}
.link-1{text-decoration:underline;}
	.link-1:hover{text-decoration:none;}
.link-2{display:inline-block; font:italic 12px/15px Arial, Helvetica, sans-serif; padding-left:9px;}
.button{
	display:inline-block;
	font:10px/12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	background:#696969;
	padding:8px 15px 9px;
	cursor:pointer;
}
	.button:hover{text-decoration:none; background:#0266a0;}
/*---------- Lists -----------*/
.list-1 li{
	background:url(../images/marker-1.png) 0 0 no-repeat;
	min-height:19px;
	padding-top:2px;
	padding-left:29px;
	margin-bottom:6px;
	font:13px/16px Arial, Helvetica, sans-serif;
	color:#828387;
}
	.list-1 a{color:#828387;}
		.list-1 a:hover{text-decoration:none; color:#e50011;}
.list-2 li{
	overflow:hidden;
	font:14px/20px Arial, Helvetica, sans-serif;
	color:#828387;
	margin-bottom:21px;
}
	.list-2 span{
		display:block;
		float:left;
		width:23px;
		margin-right:5px;
		font:36px/36px Arial, Helvetica, sans-serif;
		color:#002245;
	}
.list-3 li{
	font:bold 14px/20px Arial, Helvetica, sans-serif;
	color:#828282;
	padding-left:39px;
	margin-bottom:10px;
}
	.list-3 li.icon-1{background:url(../images/list3-icon1.png) 0 2px no-repeat;}
	.list-3 li.icon-2{background:url(../images/list3-icon2.png) 0 2px no-repeat;}
	.list-3 a{color:#828282;}
		.list-3 a:hover{text-decoration:none; color:#0266a0;}
.list-4{padding-left:20px;}
	.list-4 li{
		font:13px/18px Arial, Helvetica, sans-serif;
		color:#e50011;
		margin-bottom:9px;
	}
		.list-4 a{color:#e50011;}
		.list-4 a span{color:#696969;}
		.list-4 a:hover{text-decoration:none; color:#696969;}
dl{width:100%; position:relative; overflow:hidden; font:14px/24px Arial, Helvetica, sans-serif;}
dd.color-1{color:#e90000;}
dl span {float:left; width:82px;}
/*---------- Borders ---------*/
/*---------- Indents ---------*/
p, .p3-1{margin-bottom:18px}
	.p0{margin-bottom:0;}		.p0-1{margin-bottom:3px;}
	.p1{margin-bottom:5px;}		.p1-1{margin-bottom:8px;}
	.p2{margin-bottom:10px;}	.p2-1{margin-bottom:12px;}
	.p3{margin-bottom:15px;}
	.p4{margin-bottom:20px;}	.p4-1{margin-bottom:22px;}
	.p5{margin-bottom:25px;}	.p5-1{margin-bottom:28px;}
	.p6{margin-bottom:30px;}	.p6-1{margin-bottom:32px;}
	.p7{margin-bottom:35px;}	.p7-1{margin-bottom:37px;}
	.p8{margin-bottom:40px;}	.p8-1{margin-bottom:42px;}
.indent-top1{padding-top:5px;}
.indent-right2{padding-right:10px;}
.indent-right3{padding-right:15px;}
.indent-bottom7{padding-bottom:35px;}
.indent-bottom8{padding-bottom:40px;}
.indent-bottom10{padding-bottom:50px;}
.indent-bottom11{padding-bottom:55px;}
.indent-bottom12-1{padding-bottom:63px;}
/*----------- Map ------------*/
#map iframe{width:100%; height:222px;}

/************************************** Footer *************************************/
footer{
	width:100%;
	background:url(../images/footer-border-ales.jpg) center top no-repeat;
	padding:56px 0 50px;
	font:13px/18px Arial, Helvetica, sans-serif;
}
	footer .col-9{float:right; width:350px; margin-right:0;}
	footer .col-15{float:left; width:350px; margin-right:10px;}
	footer a{color:#828387; text-decoration:underline;}
		footer a:hover{text-decoration:none;}
	.footer-logo{
		display:block;
		width:96px;
		height:150px;
		overflow:hidden;
		text-indent:-999em;
		background:url(../images/footer-logo-ales.png) 0 0 no-repeat;
/*		margin-bottom:15px; */
		float:left;
		margin-right:15px;
	}
	.footer-text{
		font:11px/14px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
	}
	/********* MODIFICAÇÃO FOOTER **********/
	.footer-endereco{
		margin-top:50px;
	}
	/********* FIM-MODIFICAÇÃO FOOTER **********/	
	.footer-link{}
	
	/********* Minha insersão de acordeon *****/

#accordion .content {
    padding: 10px;
    height: 90px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: -1px;
    transition: height ease-in-out 300ms;
    -o-transition: height ease-in-out 300ms;
    -moz-transition: height ease-in-out 300ms;
    -webkit-transition: height ease-in-out 300ms;
    -moz-box-shadow: inset 1px 1px 0 #fff;
    -webkit-box-shadow: inset 1px 1px 0 #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	}

	#accordion #item1:hover {height: 180px;}

	#accordion #item2:hover {height: 180px;}

	#accordion #item3:hover {height: 180px;}

/*=================================================================================*/
@media only screen and (max-width: 995px) {
	img{width:100%; height:auto;}
	.hide-pl{display:none;}
	.clear-pl{clear:both; padding-top:15px;}
	.img-indent-none-pl{float:none; margin-right:0; margin-bottom:10px;}
	p, .p3, .p3-1{margin-bottom:15px}
		.p4-1, .p5, .p5-1, .p6, .p6-1, .p7, .p7-1, .p8, .p8-1{margin-bottom:20px;}
	.col-4{width:118px;}
	.col-6{width:182px;}
	footer .col-9{width:278px;}
	footer .col-15{width:470px;}
	/*-----------------------------------------*/
	#banner .caption{width:435px; padding:20px 0 0 30px; font:40px/38px Arial, Helvetica, sans-serif;}
	.box1:hover{background-position:center -20px;}
	.box1 .indents1{padding:20px 20px 25px;}
	.box1 h3{margin-bottom:10px;}
	.box2{width:116px; margin-right:10px;}
		.box2 .indents1{padding:15px 15px 20px;}
		.box2 h4{padding-right:0;}
	.indent-right2, .indent-right3{padding-right:0px;}
	.indent-bottom8, .indent-bottom10, .indent-bottom11, .indent-bottom12-1{padding-bottom:30px;}
}

@media only screen and (max-width: 767px) {
	.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10б , .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16, .grid_17, .grid_18, .grid_19, .grid_20, .grid_21{margin-bottom:25px;}
	.last-col{margin-bottom:0 !important;}
	.hide-iw{display:none;}
	.clear-pl{clear:none; padding-top:0px;} 
	.img-indent-none-iw{float:none; margin-right:0; margin-bottom:10px;}
	.block-iw, .block-iw span{display:block;}
	.col-4, .col-6{width:205px;}
	footer .col-9{float:none; width:100%; margin-bottom:25px;}
	footer .col-15{float:none; width:100%; margin-right:0;}
	/*-----------------------------------------*/
	h1{float:none; margin-bottom:30px; padding-left:0;}
	#banner .caption{display:none;}
	.box2{width:131px;}
	.box3 .indents1{padding:20px;}
}

@media only screen and (max-width: 479px) {
	.hide-ip{display:none;}
	.img-indent-none-ip{float:none; margin-right:0; margin-bottom:10px;}
	.block-ip, .block-ip span{display:block;}
	.col-4{width:145px;}
	.col-6{width:300px; margin-right:0; margin-bottom:25px;}
	/*-----------------------------------------*/
	.box1:hover{background-position:-85px -20px;}
	.box1 figure{float:left; margin-right:20px; margin-bottom:0;}
	.box1 h3{text-align:left;}
	.box2{float:none; width:100%; margin-right:0; margin-bottom:10px; background-position: 0 -10px;}
		.box2 .indents1{padding:20px 35px 30px;}
		.box2 h4{text-align:left;}
}