
/* Generals * * * * * * * * * * * * * * * * */
html{}
body{
	font-family: 'citroen_regular', sans-serif;
	color: ;
	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: 'citroen_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: 'citroen_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: rgba(0 , 0 , 0 , 0.1);
	height: 65px;
	z-index: 1000;
}
.logo{
	position: relative;
	display: inline-block;
	width: 200px;
	left: 50%;
	margin: 3px 0px 0px -100px;
}
.logo img{
	width: 100%;
}

/* S L I D E R */

.slider{
	background-repeat: no-repeat;
	height: 600px;
	overflow: hidden;
}
.slider h1{
	position: absolute;
	font-size: 45px;
	margin:0px;
	font-weight: 50;
	left:150px;
	top:140px;
	color: white;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);*/
}
.slider h1 span{
	font-weight: 1000;
	font-size: 55px;
}
.slider h2{
	position: absolute;
	font-size: 40px;
	left:150px;
	top:158px;
	color: white;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);*/
}
.slider h2 span{
	font-weight: 1000;
	font-size: 45px;
}
.slider h3{
	position: absolute;
	font-size: 25px;
	left:150px;
	top:209px;
	color: white;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);*/
}
.background-slider{
	position: absolute;
	width: 100%;
	height: 450px;
	top:0px;
	left: 50%;
	margin-left: -50%;
	overflow: hidden;
	background: #F94A6B;
	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:100px;
	right:4%;
	width: 40%;
	background: rgba(0 , 0 , 0 , 0.75);
	/*background: #FF8A00;*/
	-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);
	border-radius: 5px;
}
.flip{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  /*transition: transform 0.8s;*/
  transform-style: preserve-3d;	
  
}

.flip-1{
  position: absolute;
  left:20%;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  
  
}

.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: 'citroen_regular', sans-serif;
	font-size: 23px;
	line-height: 17px;
	outline: none;
	border-radius: 5px;
	-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: 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: 'citroen_regular', sans-serif;
	font-size: 23px;
	color: #747474;
	line-height: 17px;
	outline: none;
	border-radius: 5px;
}
/* SQUARED TWO */
.squaredTwo {
	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: inline-block;
	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: 25px;
	line-height: 46px;
	text-align: center;
	color: white;
	background: #F94A6B;
	cursor: pointer;
	border-radius: 5px;
	-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;	
}
.button-w-form{
	position: relative;
	width: 94.5%;
	margin-left: 2.8%;
	height: 80px;
	background:	 #167116;	
	font-size: 25px;
	line-height: 80px;
	text-align: center;
	color: white;
	cursor: pointer;
	border-radius: 5px;
	-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;	
}
.button-w-form a{
	color: white;
}
.button-w-form img{
	position: relative;
    display: inline-block;
    width: 45px;
    vertical-align: middle;
    margin-top: -6px;
    margin-right: 5px;
}
.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: 25px;
	line-height: 40px;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
}
.text-form span{
	color: #F94A6B;
}
#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: #F94A6B;
}
.numbers_clock_mobile{
	position: relative;
	display: inline-block;
	width: 25%;
	text-align: center;
	font-size: 70px;
	color: #F94A6B;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
}

/* F I C H A S */ 

.open-ficha{
	position: absolute;
	background:#F94A6B;
	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;	
}
	
/* P R O M O S */
.promos{
	text-align: center;
	padding-bottom: 30px;
	padding-top:50px;
}
.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: #F94A6B;
	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: #F94A6B;
	margin: 0px 0px 0px 0px;
	line-height: 35px;
}
.promo-text-1{
	font-size: 18px;
	color: #565555;
	line-height: 20px;
}
.promo-text-2{
	font-size: 18px;
	color: #565555;
	line-height: 20px;
}
.promo-button{
	width: 40%;
	background: #F94A6B;
	color: white;
	margin-top: 5px;
	font-size: 18px;
	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%;
}
.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: #F94A6B;
}
.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: #F94A6B;
}
.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: #9E9E9E;
	text-align: center;
	max-width: 920px;
}	
.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{
	
	
}

/* 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: 980px;
	}
	.slider h1{
		width: 100%;
		
		left: 50%;
		margin-left:-50%;
		font-size: 35px;
		top: 130px;
	}
	.slider h1 span{
		font-size: 40px;
	}
	.slider h2{
		width: 100%;
		left: 50%;
		margin-left:-50%;
		font-size: 35px;
		top: 142px;
	}
	.slider h2 span{
		font-size: 40px;
	}
	.slider h3{
		width: 100%;
		margin-left: -50%;
		left:50%;
		font-size: 25px;
		top: 187px;
	}
	.hueco{
		width: 700px;
		left:50%;
		margin-left: -350px;
	}
	.hueco img{
		width: 100%;
	}
	.auto-slider{
		width: 640px;
		left:50%;
		margin-left: -320px;
		top: 200px;
		z-index: 2;
		height: 150px;
	}	 
	.auto-slider-promo{
		width: 640px;
		left:50%;
		margin-left: -320px;
		top: 80px;
		z-index: 2;
		height: 420px;
	}
	.form{
		top:510px;
		right:auto;
		width: 80%;
		margin-left: -40%;
		left: 50%;
		/*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: #F94A6B;
	}
	.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: #F94A6B;
	}
	.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;	
	}
}

/* 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: rgba(0 , 0 , 0 , 0.6);
		height: 54px;
		z-index: 1000;
	}
	.logo{
		width: 160px;
		margin: 7px 0px 0px -80px;
	}

	/* S L I D E R */

	.slider{
		height: 900px;
		overflow: hidden;
	}
	.slider h1{
		position: relative;
		top:10px;
		margin-top: 85px !important;
		left:auto;
		font-size: 20px;
		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: 30px;
	}
	.slider h2{
		position: relative;
		display: inline-block;
		font-size: 20px;
		margin-top: 30px !important;
		left:auto;
		top:10px;
		margin:0 auto;
	}
	.slider h2 span{
		font-weight: 1000;
		font-size: 30px;
	}
	.slider h3{
		position: relative;
		display: inline-block;
		font-size: 20px;
		left:auto;
		top:6px;
		margin-top: 25px !important;
		margin: 0 auto;
	}
	.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;
	}
	.auto-slider{
		position: absolute;
		top:150px;
		width: 340px;
		left:50%;
		margin-left: -170px;
	} 
	.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:310px;
		right:50%;
		margin-right: -100px
		width: 300px;
		background: rgba(0 , 0 , 0 , 0.85);
		/*background: #FF8A00;*/
		-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);
		border-radius: 5px;
	}
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: 'citroen_regular', sans-serif;
	font-size: 19px;
	line-height: 17px;
	outline: none;
	border-radius: 5px;
	-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: 'citroen_regular', sans-serif;
	font-size: 19px;
	color: #747474;
	line-height: 17px;
	outline: none;
	border-radius: 5px;
}
.button-send{
	position: relative;
	width: 94.5%;
	margin-left: 2.8%;
	background: red;
	font-size: 19px;
	line-height: 46px;
	text-align: center;
	color: white;
	background: #F94A6B;
	cursor: pointer;
	border-radius: 5px;
	-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: 280px;
	left: 50%;
	margin-left: -140px;
	text-align: center;
	color: white;
	padding-bottom: 10px; 
	font-size: 20px;
	line-height: 20px;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
}
.text-form span{
	color: #F94A6B;
}
#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: #F94A6B;
}
.numbers_clock_mobile{
	position: relative;
	display: inline-block;
	width: 25%;
	text-align: center;
	font-size: 35px;
	color: #F94A6B;
	/*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: #F94A6B;
	}
	.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: #F94A6B;
	}	
	.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: inline-block;
		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;
	}
}
