/* auto */

#auto {
	width: 309px;
	height: 172px;
	background: url('../gfx/auto.png');
	position: absolute;
	top: 360px;
	left: 110px;
}

/* overlays */

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: black;
	opacity: .75;
	-moz-opacity: .75;
	-webkit-opacity: .75;
	display: none;
}

#overlay_kilometraje {
	display: none;
	position: absolute;
	top: 120px;
	left: 390px;
	width: 200px;
	height: 260px;
	background: white;
	overflow: auto;
}

#overlay_kilometraje ul li {
	list-style-type: none;
	display: block;
	text-align: center;
}

#overlay_kilometraje ul li a {
	display: block;
	padding: 5px;
	cursor: pointer;
}

#overlay_kilometraje ul li a:hover {
	background: #3295C0;
	color: white;
}

#overlay_concesionario {
	display: none;
	position: absolute;
	top: 150px;
	left: 320px;
	width: 300px;
	height: 145px;
	background: white;
	padding: 15px;
}

#overlay_concesionario select {
	padding: 5px;
	width: 300px;
	margin-bottom: 10px;
}

/* cuerpo */

#cuerpo {
	width: 538px;
	margin: 0 auto;
}

.titulo {
	font-weight: bold;
	margin: 20px 0 10px 0;
	color: #000;
}

/* carousel modelos */

#carousel_modelos_wrapper {
	width: 538px;
	height: 35px;
	position: relative;
	margin: 0 auto 15px auto;
	background: white;
	overflow: hidden;
}

#carousel_modelos_prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 19px;
	padding: 8px 0;
	background: #A6C2D3;
	display: block;
	cursor: pointer;
	text-align: center;
}

#carousel_modelos_next {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 19px;
	padding: 8px 0;
	background: #A6C2D3;
	display: block;
	cursor: pointer;
	text-align: center;
}

#carousel_modelos {
	position: absolute;
	top: 0;
	left: 26px;
}

#carousel_modelos > div {
	padding: 10px;
	text-align: center;
	margin-right: 5px;
	float: left;
	cursor: pointer;
}

#carousel_modelos > div:hover {
	background: #3295C0;
	color: white;
}

/* carousel vehiculos */

#carousel_vehiculos_wrapper {
	width: 538px;
	height: 118px;
	position: relative;
	margin: 0 auto 15px auto;
	background: white;
	overflow: hidden;
}

#carousel_vehiculos_wrapper .caroufredsel_wrapper{
	left: 28px !important;
	width: 482px !important;
}

#carousel_vehiculos_prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 19px;
	padding: 49px 0 50px 0;
	background: #A6C2D3;
	display: block;
	cursor: pointer;
	text-align: center;
}

#carousel_vehiculos_next {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 19px;
	padding: 49px 0 50px 0;
	background: #A6C2D3;
	display: block;
	cursor: pointer;
	text-align: center;
}

#carousel_vehiculos {
	position: absolute;
	top: 0;
	left: 26px;
}

#carousel_vehiculos > div {
	height: 98px;
	width: 141px !important;
	padding: 5px;
	margin: 5px;
	text-align: center;
	float: left;
	cursor: pointer;
}

#carousel_vehiculos > div:hover {
	border: 2px solid #A6C2D3;
	padding: 3px;
}

#carousel_vehiculos > div.on {
	border: 2px solid #3292BC;
	padding: 3px;
}

/* form */

#kilometraje_link, #concesionario_link {
	height: 36px;
	line-height: 36px;
	padding: 0 43px 0 10px;
	background: white url('../gfx/select_flecha.png') top right no-repeat;
	display: block;
	cursor: pointer;
	font-size: 0.9em;
	text-align: center;
}

.separador {
	height: 1px;
	line-height: 1px;
	background: #1A1A1A;
	border-bottom: 1px solid #CCE6ED;
}

/* label abajo */

#label_abajo {
	width: 488px;
	height: 45px;
	background: url('../gfx/label.png') top left no-repeat;
	position: absolute;
	left: 241px;
	top: 519px;
}

#ver_service_link {
	float: right;
}

#status {
	clear: both;
	float: right;
	margin-top: 10px;
	color: #990000;
	text-align: center;
	margin-bottom: 20px;
}


@media (max-width: 992px) {

	html {
		position: relative;
		min-height: 100vh;
	}
	body {
		margin: 0 0 45px;
	}

	.unit, .container, .columns, .column, .clearfix {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
	}

	.proximo_service_title{
		width: 100% !important;
		align-items: center;
		text-align: center;
		justify-content: center;
		margin-bottom: 5px;
	}

	.proximo_service_image{
		display: none;
	}

	.servicio_oficial_title{
		width: 100% !important;
		align-items: center;
		text-align: center;
		justify-content: center;
		margin-bottom: 5px;
	}

	.servicio_oficial_image{
		display: none;
	}
	.servicio_oficial_select, .proximo_service_select{
		width: 380px;
	}

	.proximo_service, .servicio_oficial{
		margin-top: 10px;
	}

	.separador{
		display: none;
	}

	#auto {
		display: none;
	}

	#ver_service_link {
		align-self: center;
		float: none;
		margin-top: 0px;
		margin-bottom: 30px;
		text-align: center;
		padding-left: 0;
		padding-right: 10px;
	}

	#label_abajo{
		display: none;
	}

	#label_abajo_responsive {
		display: flex !important;
		top: inherit !important;
		left: inherit !important;
		height: 45px !important;
		width: 100% !important;
		background: none #8f8f8f !important;
		position: absolute;
		bottom: 0;
		overflow:hidden;
		margin-top: 45px;
	}

	.label_abajo_1, .label_abajo_2{
		display: block;
		color: white;
		width: 49.5%;
		float: left;
		text-align: center;
		padding-top: 8px;
	}

	.label_abajo_1 p, .label_abajo_2 p{
		line-height: 15.5px;
		margin: 0;
		font-size: 12px;
	}
	.label_abajo_2{
		border-left: 1.2px solid #b1b1b1;
	}

	#kilometraje_link, #concesionario_link {
		text-align: center;
		overflow: hidden;
	}

	#overlay_kilometraje {
		left: 50% !important;
		-webkit-transform: translateX(-50%) !important;
		transform: translateX(-50%) !important;
	}

	#overlay_kilometraje ul li {
		text-align: center;
	}

	#overlay_concesionario {
		left: 50% !important;
		-webkit-transform: translateX(-50%) !important;
		transform: translateX(-50%) !important;
	}

	#overlay_concesionario ul li {
		text-align: center;
	}

	#carousel_vehiculos_prev, #carousel_vehiculos_next{
		background: #f5f6f7;
	}
	#carousel_modelos_prev, #carousel_modelos_next{
		background: #f5f6f7;
	}


}

@media (max-width: 580px){

	#carousel_modelos_wrapper, #carousel_vehiculos_wrapper{
		width: 380px !important;
	}

	#carousel_vehiculos_wrapper .caroufredsel_wrapper{
		left: 50px;
		width: 310px;
	}

	/*#carousel_vehiculos_next, #carousel_modelos_next {*/
		/*padding-left: 15px !important;*/
	/*}*/

	/*#carousel_vehiculos_prev, #carousel_modelos_prev{*/
		/*padding-right: 15px !important;*/
	/*}*/

	/*#carousel_vehiculos > div, #carousel_modelos > div{*/
		/*margin: 5px !important;*/
	/*}*/

}

@media (max-width: 400px){
	.proximo_service_select, .servicio_oficial_select {
		width: 220px;
	}

	#carousel_modelos_wrapper, #carousel_vehiculos_wrapper {
		width: 220px !important;
	}
}
