.section-tucson{
	background: url(../images/section-one.jpg) center center no-repeat;
	background-size: cover !important;
	display: block;
	width: 100%;
}

.section-tucson h2{
	color: #000000;
	font-size: 41px;
	text-align: center;
	margin: 0px;
	padding-top: 65px;
}

.section-tucson h3{
	color: #000000;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	margin: 0px auto;
	max-width: 800px;
	width: 90%;
}

.section-tucson .list-tucson-people{
	display: table;
	max-width: 1336px;
	width: 90%;
	margin: 70px auto;
	margin-bottom: 110px;
}

.section-tucson .list-tucson-people li{
	display: inline-block;
	width: 33.3333333%;
	float: left;
}

.section-tucson .list-tucson-people li .pl{
	display: block;
	width: 100%;
	height: 610px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.section-tucson .list-tucson-people li .pl .pl-overlay{
	background: #000000;
	opacity: .37;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 2;
	left: 0px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.section-tucson .list-tucson-people li .pl.is-hover .pl-overlay,
.section-tucson .list-tucson-people li .pl:hover .pl-overlay{
	opacity: 0;
}

.section-tucson .list-tucson-people li .pl.is-hover,
.section-tucson .list-tucson-people li .pl:hover{
	transform: scale(1.05);
	z-index: 222;
}

.section-tucson .list-tucson-people li .pl .image{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.section-tucson .list-tucson-people li .pl.kevin .image{
	background: url(../images/home-kevin.jpg);
}

.section-tucson .list-tucson-people li .pl.xime .image{
	background: url(../images/home-xime.jpg);
}

.section-tucson .list-tucson-people li .pl.rafa .image{
	background: url(../images/home-rafa.jpg);
}

.section-tucson .list-tucson-people li .pl .name{
	display: table;
	height: 195px;
	width: 100%;
	padding: 0px 25px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 5;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.section-tucson .list-tucson-people li .pl .name .center-text{
	display: table-cell;
	vertical-align: middle;
}

.section-tucson .list-tucson-people li .pl .name h3{
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	text-align: center;
}

.section-tucson .list-tucson-people li .pl .name p{
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}

.section-more{
	/*background: url(../images/section-two.jpg) center center no-repeat;*/
	background-color: #EEEEEE;
	background-size: cover !important;
	display: block;
	width: 100%;
}

.container-white{
	max-width: 90%;
	margin: 0px auto;
	padding-bottom: 50px;
	display: flex;
	width: 100%;
	background: #EEEEEE;
}

.page-modelos .section#especificaciones{
	display: block;
	padding-top: 60px;
}

.page-modelos .section#especificaciones h3{
	margin-top: 0px;
}

#galeriaTucson{
	display: block;
	width: 100%;
	margin: 60px auto;
	height: 380px;
	overflow: hidden;
	max-width: 890px;
	width: 100%;
}

#galeriaTucson img{
	display: block !important;
	margin: 0px auto;
	height: 460px;
	max-width: inherit;
	max-height: 360px;
	width: auto !important;
}

#galeriaTucson .slick-dots{
	margin: 0px;
}

#galeriaTucson .slick-arrow{
	position: absolute;
	z-index: 5;
}

.center-tucson{
	display: block;
	margin: 50px auto;
}

.pl-video{
	display: block;
	width: 90%;
	max-width: 1580px;
	height: 500px;
	margin: 0px auto;
	margin-top: 50px;
}

.galeria{
	display: table;
	width: 100%;
	margin-bottom: 100px;
	height: 590px;
	padding: 0px 5%;
}

.galeria .photo{
	width: 25%;
	height: 590px;
	float: left;
	position: relative;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.galeria .photo .photo-overlay{
	background: #000000;
	opacity: .37;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 2;
	left: 0px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.galeria .photo .image{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.galeria .photo:hover .photo-overlay{
	opacity: 0;
}

.galeria .photo:hover{
	transform: scale(1.05);
	z-index: 222;
}

.section-special,
.section-special .container-white{
	display: block;
}

.section-special .container-white{
	padding-top: 50px;
}

.section-special{
	margin-top: 0px;
	padding-top: 50px;
}

.slick-dots{
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	margin: 0px;
	margin-top: 20px;
}

.slick-dots li{
	display: inline-block;
	float: none;
	background: transparent;
	border-radius: 50%;
	font-size: 0;
	border: 0px;
	width: 15px;
	height: 15px;
	box-shadow: inherit;
	margin: 0px 2px;
	border: 1px solid #707070;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.slick-dots li.slick-active{
	background: #00AAD2;
	border: 1px solid #00AAD2;
}

.slick-dots li button{
	display: none;
}

.section-tucson h2.proximamente{
	background: rgba(0, 0, 0, .8);
	color: #fff;
	position: absolute;
	z-index: 22;
	width: 100%;
	height: 100%;
	line-height: 420px;
}

/* test drive */

.test_drive{
	width: 100%;
	display: block;
}

.test_drive .slider_test_drive{
	width: 100%;
	height: 90vh;
	display: block;
	background:url(../images/Fidocar_Banner_Landing.jpg) center center no-repeat;
	background-size:cover !important;
	padding-top:100px;
}

.test_drive .slider_test_drive .slider_inner{
	width: 100%;
	max-width:1920px;
	margin:0px auto;
	height: 1050px;
	display: block;
	background:url(../../images/background_test_drive.jpg?v=2) center center no-repeat;
	background-size:cover !important;
}

.test_drive p,
.test_drive h3,
.test_drive h2{
	color:#000;
	margin:0px;
	text-align: center;
	font-family: 'Hyundai Sans Head Office';
}

.test_drive h3{
	color: #00C0B3;
}

.test_drive h3{
	font-size:36px;
	padding-bottom: 30px;
	font-weight: 500;
	text-align: left;
}

.test_drive h2{
	font-size:22px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}

.test_drive p{
	font-weight: normal;
	font-size:18px;
	font-weight: 500;
	/*width: 660px;*/
	padding-bottom: 60px;
	text-align: left;
}

.test_drive #msg_success p{
	padding-top: 30px;
}

.test_drive p.p2{
	width: 540px;
}

.test_drive .formulario{
	padding-bottom:50px;
	width: 100%;
	padding-left:20px;
	padding-right:20px;
	margin: 0px auto;
	position: relative;
}

.middle-form{
	padding-top: 50px;
}

.test_drive .formulario form{
	width: 100%;
	max-width: 700px;
	display: block;
	margin:0px auto;
}

.test_drive .formulario form .g-recaptcha.has-error{
	border: 2px solid #dc1919;
	width: 306px;
	height: 80px;
	border-radius: 3px;
}

.test_drive .formulario form .has-error{
	border-color:#dc1919;
}

.test_drive .formulario form label{
	font-size: 15px;
	font-family: 'Hyundai Sans Head Office';
	color:#000;
	margin-top: 10px;
	font-weight: normal;
}

#g-recaptcha{
	width: 302px;
	height: 76px;
	overflow: hidden;
}

.test_drive .formulario form select,
.test_drive .formulario form input,
.test_drive .formulario form textarea{
	width: 100%;
	max-width: 100%;
	border-radius: 0px;
	border: 0px;
	min-height: 40px;
	font-size: 16px;
	padding: 10px;
	color: #00aad2;
	border: 1px solid #e4dcd3;
	margin-bottom: 15px;
	font-family: 'Hyundai Sans Head Office';
}

.test_drive .formulario form .input-form select {
	background: #f6f3f2;
	border-color: #f6f3f2;
	color: #c4b4b3;
}

.test_drive .formulario .msg_success{
	width: 100%;
	display: none;
}

.test_drive .formulario .msg_success img{
	display: block;
	margin: 0px auto;
}

.test_drive .formulario .msg_success p{
	text-align: center;
}

.test_drive .formulario .msg_success a{
	text-align: center;
	margin: 20px auto;
	margin-bottom: 0px;
	display: table;
}

.btn{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 0px;
	color: #000;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0);
	font-weight: bold;
	cursor: pointer;
}

.btn.btn-blue{
	background: #002c5e;
	color:#ffffff !important;
	border:1px solid #002c5e;
	padding: 10px 36px !important;
	box-shadow: inherit !important;
	border-radius: 0px;
	font-size: 18px;
	font-weight: normal;
}

#btnEnviar, #btnVolverFormulario{
	font-size: 16px;
	padding: 10px 50px !important;
	font-weight: normal;
	margin-top: 10px;
	font-weight: 500;
	background: #00BFB3;
	border: #707070;
}

.btn.btn-blue:hover {
    background: #01D8CA !important;
}

#g-recaptcha {
    width: 302px;
    height: 76px;
    overflow: hidden;
}

.loading-block{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	display: block;
	left:0px;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99;
	display: none;
}

.loading-block p{
	font-size: 32px;
	color: #ffffff !important;
	top: 50%;
	position: absolute;
	width: 100%;
	margin-top: -21px;
	z-index: 1;
	text-align: center;
}