.container-main{
	background-color: #ffffff;
	font-family: "Montserrat", sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
}
.container-phone{
	background-color: #ff7b00;
	margin: 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.icon-phone{
	width: 24px;
}
.text-phone{
	font-size: 32px;
	font-weight: 500;
	margin: 0;
	text-align: center;
}
.container-navbar{
	background-color: #ffffff;
	border-bottom: 2px solid #1005a1;
	margin: 48px 0 0 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.logo{
	cursor: pointer;
	height: 40px;
	width: 120px;
}
.navbar{
	background-color: #ffffff !important;
}
.nav-link{
	color: #1005a1 !important;
	font-weight: 500;
	margin: 0 24px;
}
.image-main{
	width: 100%;
}
.title-main{
	color: #ff7b00;
	font-size: 32px;
	font-weight: 500;
	margin: 80px 0 60px 0;
	text-align: center;
}
.image-brand{
	display: block;
	height: 100px;
	margin: 0 auto 40px;
	text-align: center;
}
.container-services{
	margin: 80px 0 0 0;
}
.title-services{
	color: #ff7b00;
	font-size: 32px;
	font-weight: 500;
	margin: 120px 0 60px 0;
	text-align: end;
}
.image-services{
	width: 100%;
}
.text-services{
	font-size: 24px;
	margin: 60px 0 0 80px;
	text-align: justify;
}
.image-services1{
	border-radius: 8px;
	margin: 28px auto 0;
	width: 100%;
}
.container-contact{
	background-color: #ff7b00;
	margin: 100px 0 0 0;
}
.title-contact{
	color: #ffffff;
	font-size: 32px;
	margin: 120px 0 0 0;
}
.text-contact{
	font-size: 24px;
	margin: 60px 0 0 0;
	text-align: justify;
}
.button-contact{
	background-color: #1005a1;
	border: none;
	border-radius: 4px;
	color: #ffffff;
	display: block;
	margin: 40px auto;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	width: 180px;
}
.image-contact{
	display: block;
	margin: 0 auto 80px;
	width: 80%;
}
.image-contact2{
	display: block;
	margin: -20px auto 80px;
	width: 100%;
}
.container-map{
	margin: 0;
}
.text-map{
	font-size: 20px;
	font-weight: 500;
	margin: 40px 0 10px;
	text-align: center;
}
.image-social{
	display: block;
	margin: 10px auto;
	width: 56px;
}
.container-investments{
	padding: 120px 0 0 0;
}
.title-investments{
	color: #000000;
	font-size: 32px;
	font-weight: 500;
	margin: 0 0 60px 0;
	text-align: center;
}
.image-investments{
	width: 100%;
}
.text-investments{
	color: #ff7b00;
	font-weight: 700;
	padding: 40px 0 0 0;
	text-align: center;
}
.image-investments1{
	border-radius: 8px;
	display: block;
	margin: 0 auto;
	width: 100%;
}
.logo-whatsapp{
	cursor: pointer;
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 64px;
	z-index: 1000;
}
.container-footer{
	background-color: #1005a1;
	color: #ffffff;
	margin: 80px 0 0 0;
	padding: 24px 0 10px;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.image-main{
		margin: 110px 0 0 0;
		width: 100%;
	}
	.text-services{
		font-size: 24px;
		margin: 0 0 0 0;
		text-align: center;
	}
}
@media only screen and (max-width: 600px) {
	.image-main{
		margin: 110px 0 0 0;
		width: 100%;
	}
	.text-services{
		font-size: 24px;
		margin: 60px 0 0 0;
		text-align: center;
	}
}