
/* Generals * * * * * * * * * * * * * * * * */
html{}
body{
	font-family: 'roboto_regular', sans-serif;
	color: white;
	margin: 0px;
	/*background-image: url("../img/test-drive.jpg");*/
	background-attachment: fixed;
	line-height: 0px;
	font-size: 0px;
}
h1, h2 , h3 , h4 , h5 , h6{
	font-family: 'roboto_regular', sans-serif;
	text-align: center;
	font-weight: normal;
}
p{} 
a{
	text-decoration: none;
}
section{
	position: relative;
	display: inline-block;
	width: 100%;
	background: white;
}

/* P O P  U P  */
.popup{
	position: fixed;
	z-index: 10000;	
	width: 300px;
	height: 100px;
	left: 0%;
	top:50%;
	margin-top: -150px;
	background: white;
}
.popup-mobile{
	position: fixed;
	display: none;
	z-index: 10000;	
	width: 100%;
	height: 100%;
	left: 0%;
	margin-left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.8);
}
.popup-close{
	position: absolute;
	cursor: pointer;
	top:25px;
	right:25px;
	width: 25px;
	height: 25px;
	padding: 20px;
	text-align: center;
	border: 2px solid transparent;
	border-radius: 500px;
	-webkit-transition:all 0.3s ease-in-out;
  	-moz-transition:all 0.3s ease-in-out;
  	-ms-transition:all 0.3s ease-in-out;
  	-o-transition:all 0.3s ease-in-out;	
}
.popup-close:hover{
	border: 2px solid white;
}
.popup-close img{
	position: relative;	
	text-align: center;
	width: 80%;
	margin-top: -3px;
	margin-bottom: 8px;
}
.popup-close span{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: white;
	margin-left: -5px;
 	letter-spacing: 1px;
}
.form-pop-up{
	position: absolute;
	left: 50%;
	top:50%;
	margin-top:-160px;
	margin-left:-160px;
	background:black; 
}
#pop-name{
	position:relative;
	width: 200px;
	margin-left: 0px;
}
#pop-phone{
	position: relative;
	width: 200px;
	margin-left: 0px;
}

/* W H A T S   O V E R L A Y  */

.whatsappoverlay{
	position: fixed;
	color: white !important;
	bottom: 5px;
	padding: 0px 10px 10px 10px;
	left: 5px;
	background: #167116;	
	z-index: 1000;
	border-radius:5px;
	font-size: 20px;
	font-family: 'roboto_regular', sans-serif;
}
.whatsappoverlay img{
	position: relative;
	display: inline-block;
	width: 35px;
	vertical-align: middle;
}

.whatsappoverlay a{
	position: relative;
	display: inline-block;
	margin-top: 10px;
	color: white !important;
	text-decoration: none;
}

.whatsappoverlay-pc{
	position: fixed;
	width: 230px;
	height: 230px;
	bottom: 5px;
	right: 5px;
	z-index: 1000;
}
.whatsappoverlay-pc img{
	
}
.whatsappoverlay-pc a{
	position: relative;
	display: inline-block;
	margin-top: 10px;
	color: white !important;
	text-decoration: none;
}

/* H E A D E R   &   L O G O */
header{
	position: absolute;
	display: inline-block;
	width: 100%;
	background: white;
	height: 60px;
	z-index: 1000;
}
.logo{

    position: absolute;
    display: inline-block;
    width: 98px;
    right: 6%;
    margin: 7px 0px 0px 0px;

}
.logo img{
	width: 100%;
}
.logo-lifan{
    position: absolute;
    display: inline-block;
    width: 266px;
    left: 8%;
	  margin: 3px 0px 0px 0px;
}
.logo-lifan img{
	width: 100%;
}
/* S L I D E R */

.slider{
	background-repeat: no-repeat;
	height: 600px;
	overflow: hidden;
}
.slider h1{
	position: absolute;
	font-size: 25px;
	margin:0px;
	font-weight: 50;
	left:150px;
	top:115px;
	color: white;
	opacity: 0.9;
	text-align: left;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);*/
}
.slider h1 span{
	font-weight: 1000;
	font-size: 25px;
	line-height: 30px;
	
}
.slider h2{
	position: absolute;
	font-size: 30px;
	left:150px;
	top:200px;
	color: white;
	opacity: 0.9;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);*/
}
.slider h2 span{
	font-weight: bold;
	font-size: 24px;
}
.slider h3{
	position: absolute;
	font-size: 14px;
	left:150px;
	top:193px;
	color: white;
	opacity: 0.9;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);*/
}
.spects{
	position: absolute;
	top: 80px;
	left: 440px;
	height: 224px;
	text-align: left;
	font-size: 14px;
	line-height: 19px;
	color: white;
	padding-left: 0px;
	opacity: 0.8;
	z-index: 10000;
}
.spects span{
	font-size: 23px;
	vertical-align: text-bottom;
}
.line-spects{
	position: absolute;
    top: 5px;
    left: -5px;
    width: 10px;
    height: 200px;
    z-index: -1;
    border-left: 1px solid white;
    opacity: 0.4;
    border-radius: 1px;
}

.line-spects-triengle {
    position: absolute;
    top: 21px;
    left: -21px;
    width: 1px;
    height: 0;
    border-right: 8px solid white;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    opacity: 0;
}

.background-slider{
	position: absolute;
	width: 100%;
	height: 500px;
	top:0px;
	left: 50%;
	margin-left: -50%;
	overflow: hidden;
	background: #3f51b5;
	border-bottom: wave;
	/*opacity: 0.7;*/
}
.background-slider img{
	position: absolute;
	bottom: 0px;
	display: none;
}
.wave{
	position: absolute;
	background: white;
	bottom: 0px;
	height: ;
}
.hueco{
	position:absolute;
	width: 700px;
	z-index: 0;
}
.hueco img{
	width: 100%;
}

.auto-slider{
	position: absolute;
	bottom: 0px;
}	
.auto-slider img{
	width: 100%;
}
.auto-slider-promo{
	position: absolute;
	left: 25%;
	margin-left: -320px;
	bottom: 19px;
	border-radius: 20px;
	overflow: hidden;
	height: auto;
}
.auto-slider-promo img{
	width: 100%;
}
.form {
    position: absolute;
    padding-top: 15px;
    padding-bottom: 20px;
    top: 105px;
    right: 5%;
    width: 40%;
    /*background: rgba(0, 0, 0, 0.55);*/
    /* background: #FF8A00; */
    /*-webkit-box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.7);*/
    /*-moz-box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.7);*/
    /*box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.7);*/
    /*border-radius: 20px;*/
    /*border: 10px solid white;*/
}
.flip{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  /*transition: transform 0.8s;*/
  transform-style: preserve-3d;	
  
}

.flip-1{
  position: absolute;
  left:0%;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  animation-name: spin1;
  animation: spin1 6s infinite;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  
  
  transform-origin: 25% 25%;
  
}




.form-arrow{
	position: absolute;
	display: none;
	width: 200px;
	left:-230px;
}
.flip-{
	position: absolute;
	display: none;
	width: 200px;
	left:-230px;	
}
.form-arrow img{width: 100%;}
input{
	position: relative;
	display: inline-block;
	color: #747474;
	width: 40%;
	padding: 2.5% 2.5% 2.5% 2.5%;
	margin-left: 2.8%;
	margin-bottom: 15px;
	border: 2px solid white;
	background:white; 
	font-family: 'roboto_regular', sans-serif;
	font-size:16px;
	line-height:17px;
	outline: none;
	border-radius: 40px;
	-webkit-transition:all 0.3s ease-in-out;
  	-moz-transition:all 0.3s ease-in-out;
  	-ms-transition:all 0.3s ease-in-out;
  	-o-transition:all 0.3s ease-in-out;	
  	z-index: 1000;
}
select{
	position: relative;
	display: inline-block;
	width: 45.6%;
	padding: 2.5% 2.5% 2.5% 2.5%;
	margin-left: 2.8%;
	margin-bottom: 15px;
	border: 2px solid white;
	background:white; 
	font-family:'roboto_regular', sans-serif;
	font-size: 16px;
	color:#747474;
	line-height:17px;
	outline:none;
	border-radius: 40px;
}
/* SQUARED TWO */
.squaredTwo {
	display:none;
	width: 28px;
	height: 28px;
	margin-left: 20px ;
	margin-bottom: 18px ;
	background: #fcfff4;
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.squaredTwo label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 4px;
	top: 4px;
	font-size: 20px;
	line-height: 20px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}
.text-domicilio{
	position: relative;
	display: none;
	width: 350px;
	margin-left: 35px;
	margin-top: 4px;
	font-size: 20px;
	line-height: 20px;
	color: white;
}
.text-domicilio-mobile{
	display: none;
}

.squaredTwo label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.squaredTwo input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.button-send{
	position: relative;
	width: 94.5%;
	margin-left: 2.8%;
	background: red;
	font-size: 17px;
	line-height: 48px;
	text-align: center;
	color: white;
	background: #383839;
	cursor: pointer;
	border-radius: 40px;
	-webkit-transition:all 0.3s ease-in-out;
  	-moz-transition:all 0.3s ease-in-out;
  	-ms-transition:all 0.3s ease-in-out;
  	-o-transition:all 0.3s ease-in-out;
  	opacity: 1;	
}
.loader-gif{
	position: absolute;
	width: 160px;
	bottom:14px;
	left: 50%;
	margin-left: -80px;
	text-align: center;
	font-size: 18px;
	color: white;
	-webkit-transition:all 0.3s ease-in-out;
  	-moz-transition:all 0.3s ease-in-out;
  	-ms-transition:all 0.3s ease-in-out;
  	-o-transition:all 0.3s ease-in-out;
  	opacity: 0;
}
.loader-gif img{
	position: absolute;
	width: 40%;
	bottom:10px;
	margin-left: -48.5%;

}
.text-form{
	position: relative;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 17px;
	line-height: 21px;
	font-weight: 800;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
}
.text-form span{
	color: #3f51b5;
}
#container_clock_mobile{
	display: inline-block;
	position: relative;
	width: 500px;
	left:50%;
	margin-left: -250px;
	text-align: center;
	
	color: #444444;
	font-size: 0px;
	line-height: 0px;
	margin-top: -7px;
	margin-bottom: 25px;

}
#title_clock_mobile{
	position: relative;
	width: 100%;
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 25px;
}
.titles_clock_mobile{
	position: relative;
	display: inline-block;
	width: 25%;
	text-align: center;
	font-size: 13px;
	color: #3f51b5;
}
.numbers_clock_mobile{
	position: relative;
	display: inline-block;
	width: 25%;
	text-align: center;
	font-size: 70px;
	color: #3f51b5;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
}

/* F I C H A S */ 

.open-ficha{
	position: absolute;
	background:#3f51b5;
	width: 220px;
	height: 60px;
	text-align: right;
	padding-right: 10px;
	left:40px;
	bottom:10px;
	font-size: 18px;
	line-height: 60px;
	color: white;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);*/
	cursor: pointer;
	border-radius: 10px;
	-webkit-box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.6);
	-moz-box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.6);
	box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.6);
}
.open-ficha:hover .rueda{
	-ms-transform: translate(0px,3px); /* IE 9 */
  	-webkit-transform: translate(0px,3px); /* Chrome, Safari, Opera */
  	transform: translate(0px,3px);
  	-ms-transform: rotate(180deg); /* IE 9 */
  	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  	transform: rotate(180deg); 
}
.rueda{
	position: absolute;
	left: 5px;
	top:5px;
	width: 50px;
	-webkit-transition:all 0.4s ease-in-out;
  	-moz-transition:all 0.4s ease-in-out;
  	-ms-transition:all 0.4s ease-in-out;
  	-o-transition:all 0.4s ease-in-out;	
}

.tips{
	position: absolute;
	width: 40%;
	top: 500px;
	right: 5%;
	text-align: center;
	padding-top: 10px;
	color: #717171;
	vertical-align: top;
	font-weight: 800;
}
.tip{
	position: relative;
	display: inline-block;
	width: 16.5%;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	vertical-align: top;
}
.tip span{
	font-size: 25px;
	line-height: 30px;
}
.background-tips {
    position: absolute;
    width: 100%;
    top: 500px;
    left: 0%;
    background: #020202;
    height: 80px;
    z-index: 0;
    opacity: .1;
}
	
/* P R O M O S */
.promos{
	text-align: center;
	padding-bottom: 30px;
	padding-top:15px;
}
.promos h2{
	font-size: 40px;
	margin-top: 15px;
	margin-bottom: 60px;
	line-height: 30PX;
	color: #565555;
	text-align: left;
	margin-left: 3.5%;
}
.promos h2 span{
	color: #3f51b5;
	font-weight: 600;
}
.tv{
	position: absolute;
	display: inline-block;
	width:220px;
	top:5px;
	left:1000px;
}
.tv img{
	width: 100%;
}
.auto-promo{
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	min-height: 150px;
	vertical-align: top;
}
.auto-promo h3{
	font-size: 22px;
	color: #a72828;
	margin: 0px 0px 0px 0px;
	line-height: 35px;
	font-weight: 600;
}
.promo-text-1{
	font-size: 18px;
	font-weight: ;
	color: #565555;
	line-height: 20px;

}
.promo-text-2{
	font-size: 14px;
	color: #565555;
	line-height: 20px;

}
.promo-button{
	width: 40%;
	background: #a72828;
	color: white;
	margin-top: 5px;
	font-size: 14px;
	line-height: 30px;
	margin-left: 30%;
	border-radius: 30px;
	cursor: pointer;
	-webkit-transition:all 0.2s ease-in-out;
  	-moz-transition:all 0.2s ease-in-out;
  	-ms-transition:all 0.2s ease-in-out;
  	-o-transition:all 0.2s ease-in-out;
}
.promo-button:hover{
	width: 50%;
	margin-left: 25%;
}
.spects-promo{
	position: relative;
    display: inline-block;
    text-align: left;
    font-size: 12px;
    line-height: 17px;
    color: #565555;
    /* width: 100%; */
    border: 2px dashed #e7e7e7;
    padding: 14px;
    border-radius: 21px;
    margin-top: 5px;
    margin-bottom: 4px;
}

.ano{
	position: absolute;
	top:10px;
	left:180px;
	background: #61A263;
	width: 75px;
	height: 60px;
	border-radius: 20px;
	line-height: 15px;
	font-size: 14px;
	color:white;
	
}
.venta-corporativa{
	background: #75B9CF;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	color: white;
	opacity: .9;
}
/* T E S T   D R I V E */
.test-drive{
	background: transparent;
	min-height: 700px;
}
.test-drive h2{
	position: relative;
	display: inline-block;
	margin-top: 40px;
	margin-left: 40px;
	line-height: 80px;
	text-align: left;
	color:white;
	font-size: 80px;
	font-weight: 600;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
	color: #3f51b5;
}
.test-drive h2 span{
	font-size: 98px;
	color: white;
}
.test-drive h3{
	position: absolute;
	display: inline-block;
	text-align: right;
	bottom: 0px;
	right: 40px;
	margin-bottom: 40px;
	font-size: 45px;
	line-height: 45px;
	color: white;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
}
.test-drive h3 span{
	color: #3f51b5;
}
.test-drive-button{
	position: absolute;
	width: 450px;
	height: 80px;
	left:50%;
	margin-left: -225px;
	top:50%;
	margin-top: -60px;
	border: 2px solid white;
	color: white;
	font-size: 40px;
	line-height: 80px;
	text-align: center;
	border-radius: 100px;
	background: rgba(0 , 0 , 0 , 0.9);
	cursor: pointer;
	-webkit-box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.6);
	-moz-box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.6);
	box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.6);
	-webkit-transition:all 0.2s ease-in-out;
  	-moz-transition:all 0.2s ease-in-out;
  	-ms-transition:all 0.2s ease-in-out;
  	-o-transition:all 0.2s ease-in-out;	
}
.test-drive-button:hover{
	width: 90%;
	margin-left: -45%;
}

/* F O O T E R */
footer{
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	background: rgba(0 , 0 , 0 , 0.1);
}
.logo-footer{
	position: relative;
	display: inline-block;
	width: 100%;
}
.logo-footer img{
	position: relative;
	display: inline-block;
	width: 150px;
	
	margin-top: 15px;
}
.aviso-legal{
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
	color: #BFBFBF;
	text-align: left;
	max-width: 100%;
}	
.financiacion{
	position: relative;
	margin-top:0px;
	margin-bottom: 15px;
	background: #dc3429;
	color: white;
	padding-top: 35px;
	padding-bottom: 30px;

}
.financiacion h1{
	font-size: 40px;
	line-height: 40px;
	color: white;
	margin-top:0px;
}
.financiacion ul{
	position: relative;
	width: 300px;
	font-size: 25px;
	line-height: 25px;
	left: 50%;
	margin-left: -150px;

}
.financiacion ul li{
	list-style-image: url("../img/manito.png");
	line-height: 25px;
	margin-bottom: 20px;

}
.financiacion ul li span{
	
	
}


.link_ficha{
	position: relative;
	display: inline-block;
	width: 85%;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	border-radius: 15px;
	height: 16px;
	line-height: 30px;
	height: 30px;
	padding: 0px 7px 0px 7px;
	cursor: pointer;
	color: white;
	background-color: #707070;
	z-index: 10000;
	margin-top: 5px;
	margin-left: 7px;
	
	
}
.link_ficha:hover{
	background-color: #3d3d3d;
}










/* M E D I A   Q U E R Y  1920 */

@media screen and (max-width: 1920px) {

	.flip-1{left:0%;}
	.flip-2{left:0%;}


}



/* M E D I A   Q U E R Y  1520 */

@media screen and (max-width: 1520px) {

	/* P R O M O S */

	.promos h2{
		font-size: 27px;
		line-height: 27px;
	}	
	.tv{

		left:700px;
	}
}
/* M E D I A   Q U E R Y  1200 */
@media screen and (max-width: 1200px) {

	/* S L I D E R */

	.slider{
		height: 830px;
	}
	.slider h1{
		width: 100%;
		
		left: 50%;
		margin-left:-50%;
		font-size: 28px;
		top: 83px;
		text-align: center;
	}
	.slider h1 span{
		font-size: 33px;
	}
	.slider h2{
		width: 100%;
		left: 50%;
		margin-left:-50%;
		font-size: 35px;
		top: 165px;
	}
	.slider h2 span{
		font-size: 30px;
	}
	.slider h3{
		width: 100%;
		margin-left: -50%;
		left:50%;
		font-size: 18px;
		top: 151px;
	}
	.hueco{
		width: 700px;
		left:50%;
		margin-left: -350px;
	}
	.hueco img{
		width: 100%;
	}
	.auto-slider{
		width: 560px;
        left: 50%;
        margin-left: -280px;
        top: 210px;
        z-index: 2;
        height: 150px;
	}
	.background-slider{
		height: 830px;
	}

	.auto-slider-promo{
		width: 640px;
		left:50%;
		margin-left: -320px;
		top: 80px;
		z-index: 2;
		height: 420px;
	}
	.form{
		top:466px;
		right:auto;
		width: 90%;
		margin-left: -45%;
		left: 50%;
		background: rgba(0,0,0,0);
		border-radius: 30px;
		/*padding-top: 60px;*/
	}
	
	.flip-1 , .flip-2{
		transform-origin: 50% 50%;

	}
	input{
		padding: 1.2% 2.5% 1.2% 2.5%;
	}
	select{
		padding: 1.2% 2.5% 1.2% 2.5%;
	}
	.open-ficha{
		width: 90px;
		height: 85px;
		text-align: right;
		padding-right: 10px;
		text-align: center;
		padding: 5px;
		left:50%;
		margin-left: -300px;
		top:450px;
		line-height: 20px;
		z-index: 1000;
		border-bottom-right-radius: 50px;
	}
	.rueda{
		width: 35px;
		top:50px;
		left:50%;
		margin-left: -20px;
	}

	/* T E S T   D R I V E */
	.test-drive{
		background: transparent;
		min-height: 600px;
		padding: 0px;
	}
	.test-drive h2{
		position: relative;
		display: inline-block;
		width: 600px;
		left:50%;
		margin-left: -300px;
		text-align: center !important;
		display: inline-block;
		margin-top: 40px;
		line-height: 60px;
		color:white;
		font-size: 60px;
		font-weight: 600;
		/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
		color: #3f51b5;
	}
	.test-drive h2 span{
		font-size: 74px;
		color: white;
	}
	.test-drive h3{
		position: relative;
		display: inline-block;
		width: 600px;
		left: 50%;
		margin-left: -600px;
		top:200px;
		text-align: center;
		font-size: 30px;
		line-height: 45px;
		color: white;
		/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
	}
	.test-drive h3 span{
		color: #3f51b5;
	}
	.test-drive-button{
		position: relative;
		width: 450px;
		height: 80px;
		left:50%;
		margin-left: -225px;
		top:250px;
		border: 2px solid white;
		color: white;
		font-size: 40px;
		line-height: 80px;
		text-align: center;
		border-radius: 100px;
		background: rgba(0 , 0 , 0 , 0.9);
		cursor: pointer;
		-webkit-box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.6);
		-moz-box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.6);
		box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.6);
		-webkit-transition:all 0.2s ease-in-out;
  		-moz-transition:all 0.2s ease-in-out;
  		-ms-transition:all 0.2s ease-in-out;
  		-o-transition:all 0.2s ease-in-out;	
	}

	.spects{
		display: none;
	}

	.tips{
    	width: 100%;
    	top: auto;
    	bottom: 12px;
    	right: 0%;
    	padding-top: 10px;
    	color: #d6d6d6;
    	vertical-align: middle;
    	font-weight: 100;
	}

	.tip{
    	width: 16.5%;
    	font-size: 8px;
    	line-height: 10px;
    	text-align: center;
    	vertical-align: top;
	}
	.tip span{
		font-size: 20px;
    	line-height: 26px;
	}

	.background-tips{
    	display: none;
	}

	.spects-promo{
		display: inline-block;
	}
}




/* M E D I A   Q U E R Y  920 ----------------------------------------------------------------------------------------- */ 

@media screen and (max-width: 920px) {

	/* P R O M O S */

	.promos h2{
		font-size: 20px;
		line-height: 20px;
	}	
	.tv{
		top:20px;
		width: 140px;
		left:520px;
	}

}

/* M E D I A   Q U E R Y  650 */

@media screen and (max-width: 650px) {

	/* H E A D E R   &   L O G O */

	header{
		background: white;
		height: 54px;
		z-index: 1000;
	}
	.logo{
		width: 80px;
		margin: 8px 0px 0px 0px;
	}
	.logo-lifan{
		width: 242px;
		left:0%;
		margin: 1px 0px 0px 0px;
	}

	/* S L I D E R */

	.slider{
		height: 920px;
		overflow: hidden;
	}
	.slider h1{
		position: absolute;
		top: -17px;
        margin-top: 85px !important;
        left: auto;
        font-size: 35px;
        text-align: center;
        margin: 0 auto;
		/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
	}
	.slider h1 span{
		font-weight: 1000;
		font-size: 25px;
	}
	.slider h2{
	    position: relative;
        display: inline-block;
        font-size: 15px;
        margin-top: 30px !important;
        left: auto;
        top: 120px;
        margin: 0 auto;
	}
	.slider h2 span{
		font-weight: 1000;
        font-size: 22px;
        padding: 0px 16px 0px 16px;
        background: #7a7a7a;
        opacity: .8;
        border-radius: 27px;
	}
	.slider h3{
		position: relative;
        display: inline-block;
        font-size: 15px;
        left: auto;
        top: 128px;
        margin-top: 25px !important;
        margin: 0 auto;
        opacity: 0.8;
	}
	.hueco{
		width: 90%;
		top:15px;
		left:50%;
		margin-left: -45%;
	}
	.hueco img{
		width: 100%;
	}
	.background-slider{
		position: absolute;
		top:0px;
		width: 1000px;
		height: 1000px;
		top:0px;
		bottom: auto;
		left: 50%;
		margin-left: -500px;
	}
	.background-slider img{
		width: 100%;
		bottom: auto;
		top: 0px;
	}
	
	.flip{
		z-index: 100;
		height: 50px;
	}
	.auto-slider{
		position: absolute;
        top: 173px;
        width: 380px;
        left: 50%;
        margin-left: -190px;
	} 
	.auto-slider{
		position: absolute;
		top:206px;
		width: 400px;
		left:50%;
		margin-left: -200px;
	} 
	.auto-slider-promo{
		width: 380px;
		left:50%;
		margin-left: -190px;
		top: 55px;
		z-index: 2;
		height: 251px;
	}
	.open-ficha{
		position: absolute;
		width: 75px;
		height: 40px;
		font-size: 15px;
		text-align: center;
		padding: 7px;
		left:50%;
		margin-left: -150px;
		top:250px;
		line-height: 20px;
		z-index: 1000;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
		border-top-right-radius: 20px;
		border-top-left-radius: 20px;
	}
	.rueda{
		display: none;
	}
	.form{
		position: absolute;
        padding-top: 30px;
        padding-bottom: 20px;
        top: 360px;
        right: 50%;
        margin-right: -100px width: 300px;
        border-radius: 30px
        background: transparent;

	}
input{
	position: relative;
	display: inline-block;
	color: #747474;
	width: 88%;
	padding: 2.5% 2.5% 2.5% 2.5%;
	margin-left: 2.6%;
	margin-bottom: 15px;
	border: 2px solid white;
	background:white; 
	font-family: 'roboto_regular', sans-serif;
	font-size: 17px;
	line-height: 17px;
	outline: none;
	border-radius: 30px;
	-webkit-transition:all 0.3s ease-in-out;
  	-moz-transition:all 0.3s ease-in-out;
  	-ms-transition:all 0.3s ease-in-out;
  	-o-transition:all 0.3s ease-in-out;	
}
select{
	position: relative;
	display: inline-block;
	width: 94%;
	padding: 2.5% 2.5% 2.5% 2.5%;
	margin-left: 2.8%;
	margin-bottom: 15px;
	border: 2px solid white;
	background:white; 
	font-family: 'roboto_regular', sans-serif;
	font-size: 17px;
	color: #747474;
	line-height: 17px;
	outline: none;
	border-radius: 30px;
}
.button-send{
	position: relative;
	width: 94.5%;
	margin-left: 2.8%;
	background: red;
	font-size: 17px;
	line-height: 46px;
	text-align: center;
	color: white;
	background: #3f51b5;
	cursor: pointer;
	border-radius: 30px;
	-webkit-transition:all 0.3s ease-in-out;
  	-moz-transition:all 0.3s ease-in-out;
  	-ms-transition:all 0.3s ease-in-out;
  	-o-transition:all 0.3s ease-in-out;
  	opacity: 1;	
}
.loader-gif{
	position: absolute;
	width: 160px;
	bottom:14px;
	left: 50%;
	margin-left: -80px;
	text-align: center;
	font-size: 18px;
	color: white;
	-webkit-transition:all 0.3s ease-in-out;
  	-moz-transition:all 0.3s ease-in-out;
  	-ms-transition:all 0.3s ease-in-out;
  	-o-transition:all 0.3s ease-in-out;
  	opacity: 0;
}
.loader-gif img{
	position: absolute;
	width: 40%;
	bottom:10px;
	margin-left: -48.5%;
}
.text-form{
	position: relative;
	width: 96%;
	left: 50%;
	margin-left: -48%;
	text-align: center;
	color: white;
	padding-bottom: 10px; 
	font-size: 17px;
	line-height: 20px;
	font-weight: 800;

	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
}
.text-form span{
	color: #3f51b5;

}
#container_clock_mobile{
	display: inline-block;
	position: relative;
	width: 280px;
	left:50%;
	margin-left: -140px;
	text-align: center;
	
	color: #444444;
	font-size: 0px;
	line-height: 0px;
	margin-top: -17px;
	margin-bottom: 25px;

}
#title_clock_mobile{
	position: relative;
	width: 100%;
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 25px;
}
.titles_clock_mobile{
	position: relative;
	display: inline-block;
	width: 25%;
	text-align: center;
	font-size: 13px;
	color: #3f51b5;
}
.numbers_clock_mobile{
	position: relative;
	display: inline-block;
	width: 25%;
	text-align: center;
	font-size: 35px;
	color: #3f51b5;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
}



/* P R O M O S */
	.promos h2{
		width: 90%;
		margin-left: 5%;
		padding-left: 0px;
		margin-top: 10px !important;
		font-size: 20px;
		line-height: 27px;
		text-align: center;
		margin-bottom: 0px;
	}	
	.tv{
		position: relative;
		display: inline-block;
		width: 100%;
		text-align: center;
		left: auto;
		margin-bottom: 30px;
	}
	.tv img{
		width: 180px;
	}

	

	/* T E S T   D R I V E */
	.test-drive{
		background: transparent;
		min-height: 450px;
		padding: 0px;
	}
	.test-drive h2{
		position: absolute;
		display: inline-block;
		width: 280px;
		left:50%;
		margin-left: -140px;
		text-align: center !important;
		display: inline-block;
		margin-top: 40px;
		line-height: 40px;
		color:white;
		font-size: 40px;
		font-weight: 600;
		/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
		color: #3f51b5;
	}
	.test-drive h2 span{
		font-size: 50px;
		color: white;
	}
	.test-drive-text{
		display: none !important;
	}
	.test-drive-text-mobile{
		display: block !important;
	}
	.test-drive h3{
		position: relative;
		display: inline-block;
		width: 280px;
		left: 50%;
		margin-left: -140px;
		top:130px;
		text-align: center;
		font-size: 20px;
		line-height: 25px;
		color: white;
		/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
	}
	.test-drive h3 span{
		color: #3f51b5;
	}	
	.test-drive-button{
		position: relative;
		width: 280px;
		height: 80px;
		left:50%;
		margin-left: -140px;
		top:190px;
		border: 2px solid white;
		color: white;
		font-size: 25px;
		line-height: 80px;
		text-align: center;
		border-radius: 100px;
		background: rgba(0 , 0 , 0 , 0.9);
		cursor: pointer;
		-webkit-box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.6);
		-moz-box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.6);
		box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.6);
		-webkit-transition:all 0.2s ease-in-out;
  		-moz-transition:all 0.2s ease-in-out;
  		-ms-transition:all 0.2s ease-in-out;
  		-o-transition:all 0.2s ease-in-out;	
	}
}

/* M E D I A   Q U E R Y  650 */

@media screen and (max-width: 500px) {

	.text-domicilio{
		display: none;
	}
	.text-domicilio-mobile{
		position: relative;
		display: none;
		width: 350px;
		margin-left: 35px;
		margin-top: -3px;
		font-size: 19px;
		line-height: 16px;
		color: white;
	}
	.auto-slider-promo{
		width: 340px;
		left:50%;
		margin-left: -170px;
		top: 80px;
		z-index: 2;
		height: 224px;
	}
}
