html, body{
	font-family: 'Poppins', sans-serif;
}
p{
	font-family: 'Roboto';
}
a, a:hover{
	color: #ff743d;
	font-weight: bold;
}
header{
	/*padding-top: 30px;*/
	padding-bottom: 10px;
}
header h1{
	background: url("../images/logo-orange.png") no-repeat;
	text-indent: -9999999px;
	width: 120px;
	height: 61px;
	background-size: cover;
}
header .logo-hyundai{
	background: url("../images/logo-hyundai.png") no-repeat;
	background-size: cover;
	width: 120px;
	height: 17px;
	text-indent: -999999px;
	float: right;
	margin-top: 10px;	
}
header h2{
	color: #ff743d;
	font-weight: 700;
	font-size: 26px;
	margin-top: 20px;
	text-align: left;
	line-height: 35px;
	/*text-shadow: 2px 2px 4px rgba(0,0,0,0.6);*/
}
main{
	background: #ff743d;
	padding-top: 35px;
}
main h2{
	color: #65271a;
	font-weight: 700;
	font-size: 28px;	
	margin-bottom: 30px;
}
main h3{
	color: #3e2f29;
	font-size: 18px;
	font-weight: 700;
}
main p{
	font-size: 19px;
	color: #3e2f29;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
#steps{
	text-align:center;
}
#steps p{
	text-align: center;
}
#schedule{
	margin-top: 40px;
	margin-bottom: 0px;
}
#schedule h2{
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
}
#schedule .btn{
	display: block;
	font-size: 20px;
	line-height: 18px;
	border-radius: 0;
	background: #65271a;
	color: #FFFFFF;
	padding: 20px 0;
}
#schedule .btn-white{
	background: #FFFFFF;
	color: #65271a;
	margin-top: 10px;
	margin-bottom: 20px;
}

footer{
	background: url("../images/bg-top-footer.jpg") no-repeat left top #fbf0f0;
	background-size: 100%;
	padding-top: 50px;
}
footer h3{
	color: #65271a;
	font-size: 14px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 20px;
}
footer p{
	color: #3e2f29;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}
footer p a{
	color: #ff743d;
	border: 0;
	display: inline-block;
	padding: 0;
	font-size: 14px;
	width: auto;
}
footer p, footer .button{
	font-family: 'Roboto';
}
footer .button{
	border: solid 1px #d5c9c8;
	border-radius: 3px;
	padding: 25px 25px 25px 80px;
	color: #3e2f29;
	font-weight: normal;
	font-size: 14px;
	display: block;
	width: 100%;
	margin: 0;
	text-align: left;
	position: relative;
}
footer .whatsapp{
	background: url("../images/ico-whats.png") no-repeat 25px center;
	margin-bottom: 15px;
}
footer .phone{
	background: url("../images/ico-phone.png") no-repeat 25px center;
	padding: 19px 19px 19px 70px;
	line-height: 18px;
}
footer .button a{
	color: #3e2f29;
	font-weight: normal;
	font-size: 14px;
}
footer .button:hover{
	font-weight: normal;
	color: #3e2f29;
	text-decoration: none;
}
footer .button span{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
}
.mobile{
	display: block;
}
.desktop{
	display: none;
}

@media only screen and (min-width: 375px) and (max-width: 767px){
	header .logo-hyundai{
		width: 200px;
		height: 29px;
		margin-top: 20px;
	}
}

@media only screen and (min-width: 768px){
	header{
		padding-bottom: 50px;
	}
	header h1 {
	    width: 178px;
	    height: 80px;
	    margin-bottom: 0;
	}
	header h2{
		font-size: 28px;
		text-shadow: none;
		text-align: center;
		margin-top: 50px;
		margin-bottom: 0;
		line-height: 30px;
	}
	header .logo-hyundai{
		margin-top: 25px;
		width: 221px;
		height: 32px;
	}
	main h2{
		font-size: 28px;
	}	
	#steps h2, #schedule h2{
		text-align: center;
	}
	#schedule .btn{
		font-size: 24px;
		padding: 35px 0;
	}
	#schedule .btn-white{
		margin-top: 0;
		margin-bottom: 0;
	}
	#schedule h2{
		margin-bottom: 35px;
	}
	#schedule {
	    margin-top: 50px;
	    margin-bottom: 0px;
	}
	footer{
		padding-top: 150px;
	}
	footer a{
		font-size: 16px;
	}
	footer p{
		text-align: center;
		color: #3e2f29;
		font-size: 14px;
		margin-top: 50px;
		margin-bottom: 50px;	
	}
	footer h3{
		font-size: 16px;
		margin-bottom: 0;
	}
	footer a.whatsapp{
		margin-bottom: 0;
	}
	.mobile{
		display: none;
	}
	.desktop{
		display: block;
	}
}