/* home */

.home-lista-tit {
	background: #b3b3b3;
	font: 500 18px/40px 'Raleway';
	text-align: center;
	color: #fff;
}
.home-lista-tit-azulclaro { background: #189cfd; }
.home-lista-tit-azulesc { background: #2b5fa5; }

.home-lista-img {
	position: relative;
	height: 160px;
	cursor: pointer;
}
.home-lista-img-legenda {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,.5);
	color: #fff;
	font: 500 14px/40px 'Raleway';
	text-align: center;
}

.home-lista li {
	padding: 20px 0;
	border-bottom: 1px solid #b3b3b3;
}
.home-lista li:last-child { border-bottom: none; }
.home-lista li.galeria { border-bottom: none; }

.eventos_tit a {
	font: bold 14px 'Open Sans';
	color: #189cfd;
}
.eventos_txt a {
	font: normal 14px 'Open Sans';
	color: #000;
}
.destaque { text-align: center; }
.destaque a {
	font: bold 14px 'Open Sans';
	color: #000;
}

.home-lista .galeria-box {
	position: relative;
	height: 50px;
	margin-top: 10px;
	padding: 0;
	background: #e6e6e6;
}
.box_galeria_img {
	float: left;
	height: 50px;
	width: 30%;
	margin-right: 10px;
}
.box_galeria_info {
	padding: 8px;
	font: bold 14px 'Open Sans Condensed';
}

#home-botoes {
	margin-top: 80px;
	margin-bottom: 40px;
}
#home-botoes img {
	width: 60px;
	padding-bottom: 10px;
}
.home-botao { margin-bottom: 40px; }
.home-botao a { font: 500 16px/22px 'Raleway'; }
@media only screen and (max-width: 992px) {
	.home-botao a { line-height: 20px; }
}


#andrews-100-anos {
	min-height: 530px;
	cursor: pointer;
}
#andrews-100-logo { margin: 30px 0; }
#andrews-100-logo img { width: 150px; }
#andrews-100-txt {
	background: rgba(0,0,0,.7);
	color: #fff;
	font: 500 18px/26px 'Raleway';
	padding: 20px;
	max-width: 600px;
	margin: 0 auto;
}


#chamadas {
	padding: 15px 0;
	background: #c7b299;
}

#chamadas p, #chamadas a {
	font: 500 16px 'Raleway';
	color: #000;
}
#chamadas p {
	max-width: 160px;
	padding: 10px 0;
	margin: 0 auto;
}

@media only screen and (min-width : 768px) {
	#chamadas .col-2 {
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
}