*{
	margin: 0;
}

body{
	margin: 0;
}

p{
	font-family: Arial, Helvetica, sans-serif;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}

a:hover{
	color: #ff2121;
}

hr{
	border: none;
	margin-left: 10px;
	margin-right: 10px;	
	margin-top: 2px;
	height: 3px;
	background: linear-gradient(to right, #ff2121 0%, #1d1d1b 100%);

}

footer{
	background-color: #1d1d1b;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
}

.text-header{
	background-color: #ff2121;
	color: white;
	font-size: 8pt;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 8px;
	margin: 0;
	width: auto;
	max-height: 15px;
}

.logo{
	display: block;
	margin-top: 5px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 300px;
}

.land-rover{
	width: 100%;
	height: 100%;
	object-fit: cover;
	grid-column: 1/2;
}


.info{
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

#preventivo{
	display: flex;
	justify-content: center;
}

#btn-preventivo{
	background-color: #ff2121;
	border: none;
	height: 144px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
}

#btn-preventivo a:hover{
	color: #1d1d1b;
}

#btn-preventivo a:active{
	color: white;
}

#trace-gradient{
	width: 2px;
	background: linear-gradient(to right, #ff2121 0%, #1d1d1b 100%);
}

#welcome{
	cursor: default;
}

#home{
	color: white;
	text-decoration: none;
}

#modo-pod{
	grid-column: 2/3;
	text-align: justify;
	font-size: 20pt;
}

#land-rover{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding: 50px 20px;
}

#logo-mp{
	float: left;
	max-width: 250px;
	margin: 50px 50px;
}

#text-info{
	max-width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin: 50px;
}

#home{
	max-width: 50%;
	margin-left: 50px;
	margin-bottom: 50px;
}

#home:hover{
	color: #1d1d1b;
}

#find-us{
	max-width: 50%;
	margin-left: 50px;
	margin-bottom: 50px;
}

#contacts{
	margin-left: 50px;
}

#copy{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px;
	font-size: smaller;
}

@media screen and (max-width: 850px) {

	.land-rover{
		grid-column: 1/3;
		grid-row: 1/2;
	}

	#modo-pod{
		grid-column: 1/3;
		grid-row: 2/3;
		text-align: center;
	}

}