body {
	overflow-x: hidden;
	margin: auto;
	font-family: calibri;
	background-color: #FFFFFF/*#969696*/;
}
a {
	color: #000000;
	text-decoration: bold;
}
.container-site {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFFFFF;
}
h2 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
}
.error {
	color: #FF0000;
}
.desktop {
	display: none;
}
.mobile {
	display: block;
}
.top {
	background: url('../../img/index-top.png') no-repeat center/cover;
	height: 270px;
}
.middle {
	background: url('../../img/index-middle.png') no-repeat center/cover;
	height: 495px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
}
.bottom {
	background: url('../../img/index-bottom.png') no-repeat center/cover;
	height: 230px;
}
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.container-mobile {
	padding: 0px;
	max-width: 1200px;
	margin: 0 auto;
}
.footer {
	background-color: #000080;
	color: #FFFFFF;
	padding: 1rem;
}
.footer span {
	font-size: 14px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.btn-gradient-custom {
	background-image: linear-gradient(to right, #fbcd23, transparent);
	font-size: 17px;
	text-transform: uppercase;
	border: none;
}	
.btn-gradient-custom:hover {
	background-image: linear-gradient(to right, #fac21b, transparent);
}
.link-frota {
	position: relative;
	bottom: -190px;
	right: 0px;
	width: 170px;
	height: 40px;
	display: block;
}
.link-empresa {
	position: relative;
	bottom: -150px;
	right: -185px;
	width: 170px;
	height: 40px;
	display: block;
}
.link-loja {
	position: relative;
	bottom: -155px;
	right: 0px;
	width: 170px;
	height: 40px;
	display: block;
}
.link-contato {
	position: relative;
	bottom: -115px;
	right: -185px;
	width: 170px;
	height: 40px;
	display: block;
}
@media (min-width: 768px) {
	.container-site {
		max-width: 1500px;
		margin: 0px auto;
		background-color: #FFFFFF;
	}
	h2 {
		font-size: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.mobile {
		display: none;
	}
	.desktop {
		display: block;
	}
	.menu {
		height: 80px;
		background: #f2f0f7;
		color: white;
		display: flex;
		align-items: center;
	}
	.menu-container {
		max-width: 1000px;
		margin: 0 auto;
		width: 100%;
		padding: 0 20px;
	}
	.hero {
		position: relative;
		width: 1500px;
		height: 800px;
		background: url('../../img/index-main.png') no-repeat top left;
		background-size: auto;
	}
	.hero::after {
		content: "";
		position: absolute;
		inset: 0;
	}
	.boro {
		position: relative;
		height: 250px;
	    background: rgb(240, 237, 245, 0.95);
		backdrop-filter: blur(16px);
	}
	.boro::after {
		content: "";
		position: absolute;
		inset: 0;
	}
	.container-hero {
		position: relative;
		z-index: 2;
		max-width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: end;
		justify-content: flex-end;
		padding: 50px 170px;
	}
	.quadro {
		width: 400px;
	}
	.conteudo {
		padding: 60px 20px;
		background: #e0e3f6;
	}
	.container-mobile {
		padding: 0px;
		max-width: 1200px;
		margin: 0 auto;
	}
	.footer {
		background-color: #000080;
		color: #FFFFFF;
		padding: 1rem;
	}
	.footer span {
		font-size: 16px;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.btn-gradient-custom {
		background-image: linear-gradient(to right, #fbcd23, transparent);
		font-size: 20px;
		text-transform: uppercase;
		border: none;
	}	
	.btn-gradient-custom:hover {
		background-image: linear-gradient(to right, #fac21b, transparent);
	}
	.link-frota {
		position: absolute;
		bottom: -110px;
		right: 450px;
		width: 300px;
		height: 70px;
		/*background: rgb(240, 237, 245, 0.50);*/
		display: block;
	}
	.link-empresa {
		position: absolute;
		bottom: -110px;
		right: 110px;
		width: 300px;
		height: 70px;
		/*background: rgb(240, 237, 245, 0.50);*/
		display: block;
	}
	.link-loja {
		position: absolute;
		bottom: -190px;
		right: 450px;
		width: 300px;
		height: 70px;
		/*background: rgb(240, 237, 245, 0.50);*/
		display: block;
	}
	.link-contato {
		position: absolute;
		bottom: -190px;
		right: 110px;
		width: 300px;
		height: 70px;
		/*background: rgb(240, 237, 245, 0.50);*/
		display: block;
	}
}