.menu-mobile {
	width: 100%;
	float: left;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.menu-mobile button {
	width: 100%;
	float: left;
	text-align: center;
	background-color: transparent;
	border: none;
	padding: 22px 0;
	outline: none;
}

.opened-menu {
	width: 100%;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	font-family: 'Lato', sans-serif;
	transition: top 0.3s;
}
.opened-menu button {
	width: 100%;
	float: left;
	text-align: center;
	padding: 22px 0;
	background-color: transparent;
	border: none;
	outline: none;
}
.opened-menu ul {
	width: 100%;
	float: left;
	list-style: none;
	margin-top: 20px;
}
.opened-menu ul li {
	width: 100%;
	float: left;
	padding: 5px 0;
}
.opened-menu ul li a {
	width: 100%;
	float: left;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

@media (max-width: 992px){
	.cta-home h1.title-cta {
		border-right: none;
		text-align: center;
		padding-right: 0;
		font-size: 32px;
	}
	.cta-home .txt-cta {
		font-size: 14px;
	}
	.cta-home .btn-quero-orcamento {
		margin-top: 20px;
	}
	.servicos {
		padding-bottom: 50px;
	}
	.tab-content {
		padding-bottom: 0;
	}
	.tab-content>.tab-pane {
		float: left;
	}
}
@media (max-height: 500px){
	.opened-menu ul li {
		width: 50%;
	}
}