@charset "utf-8";
/* CSS Document */

main {
	width: 100%;
	display: block;
}

.newslett {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
}

.marcas {
	display: block;
	width: 100%;
}

.carroutit {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	color: rgb(255, 60, 0);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.histdesc {
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
}

.brandsref {
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline-flex;
	overflow: hidden;
}

.intro18 {
	width: 100%;
	height: 1000px;
	background-image: url(../img/BG1.jpg);
}

.intro182 {
	width: 100%;
	height: 2000px;
	background-image: url(../img/BG1.jpg);
}


.brandimag {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.brandimag img {
	max-width: 100%;
	height: auto;
	filter: grayscale(100%);
	transition: filter 0.3s;
}

.brandimag img:hover {
	filter: grayscale(0%);
}