body{background-color: #E8E8E8;}

/*========= navbar =========*/
.navbar{
	background-color: #FFF;
}
#logo-menu{
	width: 120px;
	height: 40px;
}
.navbar-toggler{
	background-color: transparent;
	border: none;
}
.navbar-toggler-icon{
	color: #BFC9CA;
}
.nav-link:hover{
	border: solid 3px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom-color: #aaff80;
}
.links{
	color: #55552b;
}

/*========= footer =========*/
.footer{
	background-color: #fff;
	color: #55552b;
	padding-top: 30px;
	padding-bottom: 10px;
}
.h5{
	color: #2E4053;
	font-weight: bold;
}
#email{
	color: #55552b;
}
#logo-footer{
	width: 200px;
	height: 48px;
}

/*======= scrollUp =======*/
.fa-arrow-circle-up{
	position: fixed;
	font-size: 30px;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
}

/* ==== media queries ==== */
@media only screen and (max-width: 576px){									
	#copy{
		display: none;
	}
	#h3-index{
		font-size: 70%;
	}
	#h1-contato::after{
		content: "";
		background-color: currentColor;
		width: 130px;
		height: 2px;
		display: block;
		margin-top: 15px;
		margin-left: 30%;
	}
	#empresa{
		display: none;
	}
	.imgs-hide-sm{
		display: none;
	}
}

@media only screen and (max-width: 992px){									
	.links{
		margin-left: 15px;
	}
	.nav-link:hover{
		border: solid 6px;
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left-color: #aaff80;
	}
	.imgs-hide-sm{
		display: none;
	}

}