::-webkit-input-placeholder {
	color: #234686;
}

.container-custom-98 {
	width: 98%;
}

.icon-color-blue {
	color: #234686;
}

nav {
	background-color: #fff;
	color: #234686;
	height: 68px;
}

nav ul a, nav .brand-logo {
	color: #234686;
}

.img-logo-topo {
	width: 65%;
	margin-top: -5px;
}

nav ul a {
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

nav ul li a:hover {
	border-bottom: 4px solid #234686;
}

.none-margin-bottom {
	margin-bottom: 0;
}

.body-white {
	background-color: white;
}

.margin-top-20 {
	margin-top: 20px;
}

/*##############  MAPA ################*/
#box-map {
	width: 100%;
	background-color: #eee;
}

#box-map .form-search-map {
	top: 5px;
	height: 50px;
	padding: 0;
}

#box-map .form-search-map input[type=search] {
	margin-top: -15px;
	border-bottom: 1px solid #234686;
	color: #234686;
}

#box-map .form-search-map .input-field {
	background-color: rgba(255, 255, 255, 0.35);
}

.form-search-map .input-field input[type=search] ~ .material-icons {
	margin-top: 7px;
}

.form-search-map .input-field input[type=search]:focus ~ .material-icons,
	.form-search-map .input-field input[type=search]:focus ~ .label-icon {
	color: #234686;
}

/*############## /MAPA ################*/

/*##############  INFORMAÇÕES ################*/
.box-info-general {
	border-right: 1px solid #234686;
}

.box-info-general .title-box {
	width: 50%;
	text-align: center;
	color: #234686;
	font-weight: 300;
	font-size: 18px;
	border-bottom: 1px solid #234686;
	margin: 0 auto;
}

.text-box-info-general {
	color: #234686;
	text-align: left;
	font-size: 15px;
	margin-bottom: 0;
	line-height: 1.4;
}

#img-arrow-info {
	width: 25px;
	float: right;
	margin-top: 10px;
	transform: rotate(180deg);
}

.fixed-action-btn {
	bottom: 70px;
}
/*############## /INFORMAÇÕES ################*/
@media ( max-width : 1150px) {
	nav ul a {
		font-size: 11px;
	}
}

@media ( max-width : 1030px) {
	nav ul a {
		font-size: 10px;
	}
}

@media ( max-width : 1000px) {
	.img-logo-topo {
		margin: 0 auto;
		display: block;
		margin-top: 8px;
	}
}

@media ( max-width : 750px) {
	.box-info-general {
		float: none;
	}
}

@media ( max-width : 550px) {
	.img-logo-topo {
		width: 100%;
	}
	.form-search-map {
		width: 100%;
	}
}