#main{
    background-color: #fff;
}
#main .hero {
	position: relative;
	z-index: 10;
}
.test_drive #btn_submit{
    border-radius:0!important;
	font-family: quicksand-bold;
	font-size:18px;
    padding: 0 32px;
    max-width: 600px;
    min-width: 448px;
    line-height: 26px;
    height: 55px;
}
#main .hero__img-wrap img{
    width:100%;
}
#main .hero .tit {
	position: relative
}
#main .hero__tit {
	color: #000;
	font-size: 2.92vw;
	font-family: coves_bold-webfont;
	text-transform:uppercase;
	margin-bottom:32px;
}
#main .hero__baj {
	color: #fff;
	font-size:18px;
	max-width: 490px;
	font-family: quicksand-regular;
	text-transform:none;
}
#main .hero__wrap {
	padding-top: 20px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox
}
#main .hero .auxi {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 6vw 0 0;
    z-index: 2;
}
.hero-deskt{
    display:block;
}
.hero-mob{
    display:none;
}
#main .auxi{
    max-width: 83%;
}
#main .auxi .CUERPO .auxi{
    max-width: 100%;
}
#main .auxi .CUERPO .auxi .wrapper{
    max-width: 59%;
}
#main .CUERPO h1{
	font-family: quicksand-bold;
	font-size:36px;
    line-height: 1.2;
}
#main .CUERPO h2{
	font-family: quicksand-bold;
	font-size:35px;
    line-height: 1.2;
}
#main .CUERPO p{
    font-family: quicksand-regular;
	font-size:18px;
}
@media(max-width:990px) {
    .hero-deskt{
    display:none;
    }
    .hero-mob{
    display:block;
    }
  #main .auxi{
    max-width: 87%;
}  
#main .auxi .CUERPO .auxi .wrapper{
    max-width: 100%;
}
#main .CUERPO h1{
	font-family: quicksand-bold;
    font-size: 7.05vw;
}
#main .CUERPO h2{
	font-family: quicksand-bold;
    font-size: 5.3vw;
}
#main .CUERPO p{
    font-family: quicksand-regular;
    font-size: 4.4vw;
    line-height: 140%;
}
#main .hero__tit {
    margin-top: 221px;
	color: #000;
    font-size: 7.5vw;
	font-family: coves_bold-webfont;
	text-transform:uppercase;
	margin-bottom:16px;
}
#main .hero__baj {
	color: #fff;
	font-size:4.4vw;
	max-width: 490px;
	font-family: quicksand-regular;
	text-transform:none;
}
#main .hero__wrap {
 padding-top:0;
}
#main .hero{
    margin-bottom: -46px;
}
.test_drive #btn_submit{
    border-radius:0!important;
	font-family: quicksand-bold;
	font-size:13px;
    padding: 0 32px;
    max-width: 600px;
    min-width: 258px;
    line-height: 26px;
    height: 55px;
}
}