/* Comum */
.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #589fa0;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    padding: 20px;
}
.bs-callout-info h4 {
    color: #589fa0;
}
.bs-callout h4 {
    margin-bottom: 5px;
    margin-top: 0;
}
.bs-callout-info {
    border-left-color: #589fa0;
}
.bg_galeria {
	background: #589fa0;
	padding-top: 50px;
	padding-bottom: 50px;
}
.page_ctn ._body ._texto img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
body.page .page_ctn > .container > ._body {
	min-height: 470px;
}
._legenda{
	padding: 10px 0;
}

.page_ctn > ._head {
	background: #589fa0 url(/assets/img/bgtitulo_01.jpg) center no-repeat;
	padding-top: 60px;
    padding-bottom: 60px;
    text-align: center
}
.container-wrapper {
	position: relative;
	padding-top: 40px;
}
.page_ctn ._head ._titulo {
	font-weight: 500;
	font-size: 32px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
#image_gallery {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-left: 0;
    list-style: none;
	margin-left: -15px;
	margin-right: -15px
}
#image_gallery a {
	position: relative;
	display: block
}
#image_gallery img {
	border-radius: 0
}
#image_gallery a:hover img {

}

.financiamentos_ctn ._instrucao{
	padding: 10px 0;
	min-height: 40px;
}
.financiamentos_ctn ._logos{
	margin-bottom: 30px;
}

.contato_ctn .aside-title{
	font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}
.contato_ctn .aside-content{
    position: relative;
    margin-bottom: 20px;
}
.contato_ctn .aside-content i{
	margin-right: 4px;
	font-size: 14px;
}
.contato_ctn .aside-content .fa-whatsapp{
	color: #1fb223;
}


.panel-title > a:after {
    font-family: FontAwesome;
    content: "\f068";
    float: right;
    color: #579d9e;
}
.panel-title > a.collapsed:after {
    content: "\f067";
}

@media(max-width:1199px) {
	.bg_ctn {
		min-height: 360px;
	}
}
@media(max-width:991px) {
	.bg_ctn {
		min-height: 260px;
	}
}
@media(max-width:768px) {
	.bg_ctn {
		min-height: 160px;
		background-attachment: scroll;
		background-position: top center;
	}
	.servico_ctn:after {
		right: 0%;
	}
	.servico_ctn ._conteudo {
		background: #FFF;
		margin-bottom: 15px;
	}
	.convenios_ctn ._titulo {
		font-size: 26px;
		padding: 20px 0px;
	}
	.servico_item_ctn:after {
		height: 35%;
		right: 0px;
	}
}
