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;
}
.desktop {
	display: none;
}
.mobile {
	display: block;
}
.top {
	background: url('../../img/frota-top-mobile.png') no-repeat center/cover;
	height: 700px;
}
.bottom {
	background: url('../../img/frota-bottom-mobile.png') no-repeat center/cover;
	height: 700px;
}
.quadro {
	background: white;
	margin: 20px;
	padding: 16px;
	border-radius: 12px;
}
.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;
}
@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: 1200px;
		margin: 0 auto;
		width: 100%;
		padding: 0 20px;
	}
	.hero {
		position: relative;
		height: 327px;
		background: url('../../img/frota-top.png') no-repeat 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: 1200px;
		margin: 0 auto;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 0 20px;
	}
	.quadro {
		border-radius: 5px;
		padding: 24px;
	}
	.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;
	}
}
.card-sl {
	border-radius: 8px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card-image img {
	max-height: 100%;
	max-width: 100%;
	border-radius: 8px 8px 0px 0;
}
.card-action {
	position: relative;
	float: right;
	margin-top: -25px;
	margin-right: 20px;
	z-index: 2;
	color: #E26D5C;
	background: #fff;
	border-radius: 100%;
	padding: 15px 15px 15px 15px;
	font-size: 15px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}
.card-action:hover {
	color: #fff;
	background: #E26D5C;
	-webkit-animation: pulse 1.5s infinite;
}
.card-heading {
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	padding: 10px 15px;
}
.card-text {
	padding: 10px 15px;
	background: #fff;
	font-size: 14px;
	color: #636262;
}
.card-button {
	display: flex;
	justify-content: center;
	padding: 10px 0;
	width: 100%;
	background-color: #1F487E;
	color: #fff;
	border-radius: 0 0 8px 8px;
}
.card-button:hover {
	text-decoration: none;
	background-color: #1D3461;
	color: #fff;

}
@-webkit-keyframes pulse {
	0% {
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	70% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
	}
	100% {
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
	}
}
.table td, .table th {
	text-align: center;
}	