@charset "utf-8";
/* CSS Document */



body {
	background: url(../img/bg.jpg) top right #404040;
	font-size: 16px;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
}
input[type=checkbox] {
	/* Double-sized Checkboxes */
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	padding: 10px;
	margin-right: 10px;/*background-color:#FFF !important;*/
	margin-top: 0;
	vertical-align: middle
}
label {
	margin-bottom: 0;
	vertical-align: middle;
}
.scrn_inicio {
	height: 100%;
	width: 100%;
	display: table;
	min-height: 480px;
}
.scrn_inicio .container {
	height: 100%;
	width: 100%;
	display: table-cell!important;
	vertical-align: middle!important
}
.logo_inicio {
	height: 240px;
	width: 240px;
	background: url(../img/logo_inicio_jeep.png) top center no-repeat;
	background-size: 100%;
	display: block;
	margin: 0 auto;/*margin-top: 80px;*/
}
.logo_drive_inicio {
	height: 95px;
	width: 300px;
	background: url(../img/logo_test_drive.png) top center no-repeat;
	background-size: 100%;
	display: block;
	margin: 50px auto;
}
.touch_icon {
	height: 65px;
	width: 180px;
	background: url(../img/touch.svg) top right no-repeat;
	background-size: 45px 65px;
	background-position: 133px 0;
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.touch_icon p {
	text-align: right !important;
	color: #FFF !important;
	margin-top: 12px !important;
	font-size: 14px !important;
	padding-right: 57px;
}
#form {
	height: 100% !important;
	display: none;
}
.scrn_formulario {
	/*display:none; /** oculta div del form*/
	display: none;
}
.msj_final {
	display: none; /** oculta div del form*//*height:400px;*/
}
/** cabezal **/

.cabezal {
	height: 132px;
	width: 100%;
	/*display:none;*/
	display: none;
}
input {
	box-shadow: none !important;
}
:-webkit-autofill {
color: #fff !important;
}
.select_theme {
	-webkit-appearance: none;
	border-radius: 0px;
	background-color: transparent;
	border: 0px;
	font-size: 20px;
	color: #888;
	height: 60px !important;
	width: 100%;
	overflow:hidden;
	position:relative;
}

.select_theme .caret{ position:absolute; top:28px; right:20px;
border-top: 6px solid #000;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
}

select {
-webkit-appearance: none;
padding-left: 18px!important;
width: 120%;
background-color: #fff;
border: 0;
height: 60px !important;
outline: 0;
}

.select_theme select > option{ padding:0; margin-left:-2px; width:100%; margin-top:-2px; font-size:15px;}

select.error{color:rgba(256,256,256,0.5)}
.error.selected_option{color: #fff;}
.selected_option{color: #333;}

.cabezal_bg {
	height: 133px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
}
.logos_form {
	height: 96px;
	width: 240px;
	background: url(../img/logo_test_drive_header.png) top right no-repeat;
	margin: 0 auto;
	background-size: 100%;
	margin-top: 10px;
}
.traingulo {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
	margin: 0 auto;
}

/** ------------------------- **/

form#contact {
	margin-top: 40px
}
.star-txt p {
	margin: 28px 0 0 !important;
	text-align: left !important;
	font-size: 17px !important;
	color: #FFF;
	font-weight: 600;
}
.container {
	width: 1024px;
	padding: 0 50px;
	max-width: 100%;
}
.form-group {
	padding: 0 10px!important;
	margin-bottom: 20px;
}
.form-control {
	height: 60px !important;
	padding: 0 20px;
	font-size: 20px;
	line-height: 60px;
	color: #333;
	border-radius:0px;
}
.form-control::-webkit-input-placeholder {
color: #888
}
.form-control::-moz-placeholder { /* Firefox 19+ */
 color: #888;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
 color: #888;
}
.form-control:-moz-placeholder { /* Firefox 18- */
 color: #888;
}
 .error::-moz-placeholder {
color: rgba(256,256,256,0.5)!important;
}
.error::-webkit-input-placeholder {
color: rgba(256,256,256,0.5)!important;
}
.error:-ms-input-placeholder {
color: rgba(256,256,256,0.5)!important;
}
.error:-moz-placeholder {
color: rgba(256,256,256,0.5)!important;
}
.error {
	background-color: rgba(0,0,0,0.3);
	color: #fff
}
option {
	height: 40px;
	line-height: 40px;
	font-size:16px;
}

input[type="checkbox"] {
    display: none !important;
}

input[type="checkbox"] + label {
    background-color: #fff;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    line-height: 500px;
    margin: 0px 10px 0 0;
    overflow: hidden;
    vertical-align: middle;
    width: 24px;
    float: left;
	border-radius: 0px;
}

input[type="checkbox"]:checked + label span {
    background-color: #000;

}
input[type="checkbox"] + label span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 16px;
    margin: 4px;
    width: 16px;
	border-radius: 0px;
}



.horizontal_dotted_line {
	border-bottom: 1px solid #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}
.msj_exito {
	margin: 0 auto;
	padding-top: 200px;
}
.msj_exito p {
	margin-top: -150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	text-align: center;
}
.bases {
	color: #FFF;
	float: left;
	margin-top: 35px;
}
.bases a {
	color: #FFF;
	text-decoration: underline;
}
.filter {
	background-color: #000;
	opacity: 0.5;
	top: 0px;
	z-index: 100;
	position: absolute;
	height: 1024px;
}
.btn-primary.enviar {
	    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    border: 3px solid white;
    float: right;
    text-align: center;
    width: 220px;
    opacity: 0.9;
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin-top: 20px;
    -webkit-appearance: none;
    outline: 0;
}
.btn-primary.enviar:hover {
	opacity: 1
}
*:focus{outline:none;-webkit-appearance: none;border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;}
.btn-primary:active:focus{outline:none;-webkit-appearance: none;border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;}
  
 @media (min-width: 768px) and (max-width: 991px) {
.form-control, select {
	font-size: 18px
}
}
 @media (max-width: 767px) {
.container {
	padding: 0 35px;
}
.form-control, select {
	font-size: 18px
}
.form-control, select,.select_theme {
	height: 50px!important;
	line-height: 50px!important
}
.select_theme .caret{ top:24px;}
.btn-primary.enviar {
	float: none;
	;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 4px;
	margin-bottom:16px;
}
.cabezal {
	height: 140px;
}
.bases {
	margin-top: 6px;
}
form#contact {
	margin-bottom: 0
}
.logo_inicio {
	height: 200px;
	width: 200px;
	margin-top: 50px;
}
.logo_drive_inicio {
	width: 220px;
	margin: 30px auto
}
.scrn_inicio .container {
	vertical-align: top!important
}
.touch_icon {
	height: 65px;
	width: 100%;
	background: none;
	margin-top: 0px;
	right: 0
}
.touch_icon p {
	text-align: center !important;
	color: #FFF !important;
	margin-top: 12px !important;
	font-size: 14px !important;
	padding-right: 0px;
}
.logos_form {
	height: 92px;
}
.cabezal_bg {
	height: 133px;
}
.cabezal {
	height: 130px;
}
}


.pulsate-bck {
	-webkit-animation: pulsate-bck 2s ease-in-out 0.3s infinite both;
	        animation: pulsate-bck 2s ease-in-out 0.3s infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2018-9-4 14:26:54
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-bck
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.btn{border-radius:0px!important}
