@font-face{
	font-family: 'Toyota-display-bold';
	src: url('../font/TOYOTADISPLAY-BOLD.TTF');
}
@font-face{
	font-family: 'Toyota-display-regular';
	src: url('../font/TOYOTADISPLAY-REGULAR.TTF');
}
.container-fluid{
	max-width: 1440px;
}
header{
	background: url(../image/fondo-header.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 660px;
}
header .titulo h3{	
	max-width: 300px;
	margin-right:0;
	margin-left: auto;
	padding-right: 20px;
	padding-top: 20px;
	font-family: 'Toyota-display-bold';
	font-size: 42px;
	text-align: right;
}
header .cotiza{
	background: url(../image/cotiza-fondo.png) no-repeat;
	background-size: cover;
	margin-top: 390px;
	height: 100px;
}
header .cotiza h4{
	margin-top: 30px;	
	padding-left: 20px;
	font-family: 'Toyota-display-bold';
	font-size: 26px;
	color: #BC0411;
	text-shadow: 2px 1px 0 rgba(0, 0, 0, .5); 
}
main{
	background: url(../image/fondo-formulario.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	min-height: 600px;
	padding-top: 80px;
}
main .titulo{
	text-align: center;	
}
main .titulo img{
	width: 420px;
	max-width: 100%;
}
main label{
	font-family: 'Toyota-display-regular';
	font-size: 24px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);	
	color: #000000;
}
input:not(.email),select,textarea,div.input{
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
	box-shadow: 2px 2px 10px rgba(0,0,0,.50) !important;
	background-color: #fff;
}
div.input{
	height: 42px;
	position: relative;
}
div.input #foto{
	z-index: 2;
    top: 0;
    position: absolute;
	opacity: 0;
}
div.input.file{
	background-image: url(../image/boton-foto.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}
div.input .descripcion-archivo{
	font-family: 'Toyota-display-regular';
	font-size: 18px;
	padding-left: 15px;
	padding-top: 8px;
}
.email-label{
	padding: 0px;
}
.email-input{
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
	box-shadow: 2px 2px 10px rgba(0,0,0,.50) !important;
	background: #FFFFFF;
	height: 42px;
	padding: 0;
}
.email-input input{
	width: 42% !important;
	border: none;
	background: transparent;
	box-shadow: initial;
	border-radius: initial;
	margin: 0;
	display: inline-block;
}
.email-input input:focus{
	border: none;
	box-shadow: none;
}
.email-input #email_1{
	padding-right: 0px;
}
.email-input #email_2{
	padding-left: 0px;
}
.email-input span{
	font-family: 'Toyota-display-regular';
	font-size: 20px;
}
input,select{
	height: 42px !important;
	font-family: 'Toyota-display-regular';
	font-size: 20px;
}
textarea{
	resize: none;
	font-family: 'Toyota-display-regular';
	font-size: 20px;
}
.grupo-chasis,.grupo-foto{
	display:none;
}
.btn-enviar{
	position:absolute; 
	bottom:0px;
	width: 110px;
	height: 40px;
	border: none;
	background: url(../image/boton-enviar.png) no-repeat;
	background-size: cover;
	color: #FFFFFF;
	font-family: 'Toyota-display-bold';
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	outline: none;
}
.boton-video {
	margin-top: 40px;
	margin-left: 20px;
    width: 158px;
    height: 39px;
    background: url(../image/boton-video.png) no-repeat;
    background-size: cover;
    border: none;
    color: #FFFFFF;
    font-family: 'Toyota-display-bold';
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 2px 0px 0px 2px;
    outline: none;
}
footer{
	background: url(../image/background-footer.jpg) no-repeat;
	background-size: cover;
	min-height: 110px;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .logo-toyota img{
	width: 300px; 
	max-width: 100%;
	margin-top: 10px;
}
footer .logo-tomebamba{
	text-align: center;
}
footer .logo-tomebamba img{
	width: 300px;
	max-width: 100%;
}
#myCarousel .item img{
	margin: 0 auto;
}
.carousel-control{
	background-image: none !important;
}
.close {
	width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99999999999;
	background: url(../image/close.svg) no-repeat !important; 
    background-size: auto 100% !important;
}
@media(min-width:992px) and (max-width: 1199px){
	main{
		padding-top: 24px;
	}
}
@media (max-width: 991px){
	main h4{
		margin-top: 80px;
	}
	main .cotiza{
		padding: 0px;
	}
	.form-horizontal .control-label{
		text-align: left;
	}
	.email-label{
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 15px;
	}
	footer{
		background-position: 25%;
	}
	footer .logo-toyota{
		text-align: left;
		margin-bottom: 40px;
	}
	footet .logo-tomebamba{
		text-align: right:
	}
}
@media (min-width: 768px) and (max-width: 991px){
	main .titulo {
		margin-top: 30px;
	}
}	
@media (max-width: 768px){
	.container{
		padding-left: 0px;
		padding-right: 0px;
	}
	header, main{
		background-position: left;
	}
	header .logo{
		text-align: center;
		margin-bottom: 40px;
	}
	header h3{
			margin-bottom: 40px;
	}
	main .titulo {
		text-align: left;
		margin-top: 60px;
	}
	.hilux, .hilux div{
		padding:0px;
	}
	footer{
		background-position: left top;
		background-size: 2040px 112px;
	}
	footer .logo-toyota{
		text-align: center;
	}
	footer .logo-tomebamba{
		padding-top: 40px;
		padding-bottom: 20px;
	}
}