/*
Theme Name: Atodomotor
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #444;
	font-weight: 300;
	margin: 0;
	padding: 0;
	height: 100%;
}
a { 
	color: #faaf40; 
	text-decoration: none; 
}
a:hover, a:focus, a:visited { 
	color: #faaf40; 
	text-decoration: none; 
}
img { 
	max-width: 100%; 
	height: auto; 
}
h1, h2, h3, h4, h5 { 
	margin-top: 0; 
	font-weight: 600;
}
.container-fluid { 
	width: 1280px;
	max-width: 100%; 
	margin: 0 auto; 
}
.nowrap {
	white-space: nowrap;
}
.clear { 
	clear: both; 
}
.yellow { 
	color: #faaf40;
}

.white { 
	color: #fff;
}
.section, section {
	padding-top: 40px;
	padding-bottom: 40px;
}
.section-banner {
	padding-top: 15px;
	padding-bottom: 15px;
}
.bg-grey {
	background: #fafafa;
}

/** Header **/
.top-bar {
	background: #53585a;
	color: #ffff;
	font-size: 13px;
	line-height: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.top-bar .phone i, .top-bar .email i, .top-bar .whatsapp i {
	color: #faaf40;
}
.top-bar .phone, .top-bar .email, .top-bar .whatsapp {
    margin-right: 10px;
    white-space: nowrap;
}
.top-bar a:hover, .top-bar a:focus {
	color: #fff; 
	text-decoration: none; 
}
.top-bar .call-to-action {
	font-size: 21px;
}
.top-bar .call-to-action a, .top-bar .call-to-action a:hover, .top-bar .call-to-action a:focus {
	color: #fff;
}
.top-bar .call-to-action a strong {
	color: #fff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	font-weight: 600;
	margin-right: 15px;
}
.top-bar .call-to-action a:hover strong, .top-bar .call-to-action a:focus strong {
	color: #faaf40;
}
.top-bar .call-to-action .social { 
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	background: #fff;
	text-align: center;
	font-size: 15px;
	color: #53585a;
}
.top-bar .call-to-action .social:hover, .top-bar .call-to-action .social:focus { 
	color: #faaf40;
}
.top-bar .call-to-action .fa.fa-facebook { 
	margin-left: -1px; 
}


/** Header **/
.header .logo { 
	padding-top: 20px; 
	padding-bottom: 20px;
}
.header .logo img {
    width: 360px;
    max-width: 100%;
}
.header .banner-top {
    padding-top: 15px;
    padding-bottom: 15px;
}
.desktop_menu, .mini-header {
	background: url(images/bg-menu.jpg) repeat-y center center;
	background-size: 100%;
	width: 100%;
	z-index: 99999;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15);
	z-index: 100;
}
.desktop_menu.fixed {
	position: fixed;
	top: 0;
	z-index: 1000;
}
nav.navbar.navbar-default {
	margin: 0;
	padding: 0;
	border: none !important;
	border-radius: 0 !important;
	background: url(images/bg-yellow.jpg) repeat center center;
}
.navbar-default .navbar-nav > li {
	padding-left: 1px; 
	padding-right: 1px;
}

.navbar-default .navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
	white-space: nowrap;
    color: #fff;
    border-bottom: 5px solid transparent;
    letter-spacing: 0.6px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    background: transparent !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background: transparent !important;
	border-bottom: 5px solid #E37A00;
	color: #fff;
}
.navbar-nav.navbar-right {
	background: url(images/bg-grey.jpg) repeat center center;
	width: 250px;
}
.navbar-nav.navbar-right li {
	width: 100%;
	text-align: right;
	background: url(images/call-to-action.jpg) no-repeat left center;
}
.navbar-nav.navbar-right > li > a:hover, .navbar-nav.navbar-right > li > a:focus {
	border-bottom: 5px solid transparent;
	color: #faaf40;
}
.navbar-default .navbar-toggle {
    border-color: none !important;
    background: transparent !important;
    border-radius: none !important;
    margin-right: 0;
    border: none !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #444;
	color: #444;
	border-top: 3px solid #444;
	border-radius: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #fff;
}
.navbar-nav > li > .dropdown-menu {
    background: url(images/bg-yellow.jpg) repeat center center;
    border: medium none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    width: 100%;
}
.dropdown-menu > li > a {
    clear: both;
    color: #fff;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.42857;
    padding: 8px 20px;
    white-space: nowrap;
}

.navbar-default .navbar-nav > li.eligecuota {
    padding: 3px 28px 3px 8px;
    background: #53585a;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    top: 8px;
    margin-left: 240px;
    border-radius: 20px;
}
.navbar-default .navbar-nav > li.eligecuota img {
    position: absolute;
    right: -25px;
    top: 0;
    width: 29px;
}
.navbar-default .navbar-nav > li.eligecuota > a {
    display: inline-block !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 4px;
    line-height: 20px;
	border: none !important;
}
.navbar-default .navbar-nav > li.eligecuota > a:hover, .navbar-default .navbar-nav > li.eligecuota > a:focus {
	color: #fff !important;
	border: none !important;
}
.infocuota {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background: #fff;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    z-index: 99;
    display: none;
}
.navbar-default .navbar-nav > li.eligecuota:hover .infocuota {
	display: block;
}
.infocuota p {
    background: url(images/info.png) no-repeat left center;
    font-size: 13px;
    color: #111;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    padding-left: 64px;
    margin: 0;
    background-size: 50px;
}
input[type="submit"].btn_elige {
	background: #f6a019;
	border: 1px solid #f6a019;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 16px;
	border-radius: 6px;
	padding: 8px 30px;
}
input[type="submit"].btn_elige:hover {
	background: #e4951f;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 16px;
}

/** Search vehiculos **/
.slider {
	height: 485px;
}
.slider .carousel, .slider .item, .slider .carousel-inner { 
	width: 100%; 
	height: 100%; 
}
.slider a {
	width: 100%; 
	height: 100%; 
	display: inline-block;
}
.buscador {
	padding-top: 30px;
	padding-bottom: 20px;
	height: 485px;
}
.buscador input, .buscador select {
	border: 1px solid #E6E6E6;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 12px;
	width: 100%;
	-webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.05);
	box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.05);
}
.buscador select {
	-webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    background: url(images/select.png) no-repeat 98% center #fff;
    background-size: 14px;
}
.buscador input[type="submit"], .buscador button {
	background: #faaf40;
	border: 1px solid #e49b2e;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 16px;
}
.buscador input[type="submit"]:hover, .buscador button:hover, .buscador input[type="button"] {
	background: #e4951f;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 16px;
}
.buscador .padding1 { 
	padding-right: 7px; 
}
.buscador .padding2 {
	padding-left: 8px;
}


/** Calculadora **/
.calculadoras {
	font-size: 14px;
}

.calculadoras input[type="text"] {
	padding: 8px;
	margin-left: 10px;
	text-align: right;
	width: 140px;
	font-size: 15px;
	border: 1px solid #e0e0e0;
	background: #fff;
	font-weight: 400;
}

.calculadoras input[type="radio"]:checked, .calculadoras  input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.calculadoras label {
	font-weight: 500;
	position: relative;
}

.calculadoras input[type="radio"]:not(:checked) + label {
	background: #E3E4E8; 
	color: #222; 
	letter-spacing: 0.5px;
	font-weight: normal;
	padding: 10px 12px; 
	font-size: 14px;
}

.calculadoras input[type="radio"]:checked + label  {
	background: #F7A11A; 
	color: #fff; 
	letter-spacing: 0.5px;
	font-weight: normal;
	padding: 10px 12px; 
	font-size: 14px;
}

.calculadoras input[type="radio"]:checked + label:after {
	content: url(images/selected.png);
	bottom: -8px;
    content: url("images/selected.png");
    left: 50%;
    margin-left: -5px;
    position: absolute;
}

.calculadoras button { 
	background: #faaf40;
	border: 1px solid #e49b2e;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 16px;
	padding: 8px 30px;
}
.calculadoras button:hover, .calculadoras button:hover {
	background: #e4951f;
}

.ocultar.line1 {
	margin-top: 48px;
}
#mostrar {
	margin-top: 120px;
	text-align: center; 
}
.totales { 
	background: transparent; 
	text-align: center; 
	width: 100%;
	padding: 0px 20px 0 20px; 
	position: relative;
}

.totales #total {
	position: absolute; 
	width: 100%; 
	left: 0; 
	right: 0;
	top: 120px;
	color: #87888A;
	font-size: 15px; 
}
.totales #total span.moneda {
	color: #6B6E7D;
	font-weight: 600;
	font-size: 18px;
}
.totales #total span.amarillo {
	color: #F7A11A;
	font-size: 25px;
	font-weight: 700;
}

.solicitar a.boton {
	background: url(images/bg-boton.png) no-repeat center center;
	background-size: 100%; 
	height: 47px;
	width: 139px;
	padding: 5px 0 0 0;
	color: #fff; 
	border: none !important; 
	font-weight: 600;
	font-size: 14px; 
	line-height: 19px; 
	transition: all 0.3s ease-in-out;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.6px;
}

#chartContainer {
	height: 300px; 
	width: 300px; 
	margin: 0 auto;
}

.solicitar a.boton:hover {
	background: url(images/bg-boton_hover.png) no-repeat center center; 
}


/** Vehiculos **/
.ficha_vehiculo {
	position: relative;
	margin-bottom: 40px;
}
.ficha_vehiculo .la_imagen {
	height: 180px;
	width: 360px;
	max-width: 100%;
	position: relative;
	display: inline-block;
}
.ficha_vehiculo .imagen_principal {
	width: 100%;
	margin-bottom: 0;
	display: inline-block;
	overflow: hidden;
	height: 100%;
}
.ficha_vehiculo .imagen_principal img {
	min-width: 100%;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%); 
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.ficha_vehiculo:hover .imagen_principal img {
	min-width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); 
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.ficha_vehiculo p.ano {
	display: inline-block;
	width: 60px;
	background: #faaf40;
	color: #fff;
	position: absolute;
	top: 20px; left: 0;
	padding: 3px 10px;
	font-weight: 600; 
	text-align: center;
	z-index: 2;

}
.ficha_vehiculo a.titulo {
	font-weight: 500;
	font-size: 18px;
	font-weight: 500;
	height: 28px;
	overflow: hidden;
	display: block;
}
.ficha_vehiculo .precio {
	font-weight: 500;
	font-size: 15px;
}
.ficha_vehiculo a.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%;
	background: rgba(0,0,0,0);
	text-align: center;
	font-size: 22px;
	color: #fff; 
	padding-top: 80px;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	opacity: 0;
	z-index: 1;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.ficha_vehiculo:hover a.overlay {
	background: rgba(0,0,0,0);
	opacity: 1;
}


/** Noticias **/
.ficha_noticia {
	position: relative;
	margin-bottom: 30px;
}
.ficha_noticia .imagen_principal {
	width: 100%;
	height: 200px;
	margin-bottom: 0;
	display: inline-block;
}
.ficha_noticia a.titulo {
	font-weight: 600;
	font-size: 16px;
	color: #333;
	transition: all 0.3s ease-in-out;
}
.ficha_noticia a.titulo:hover {
	color: #faaf40;
}
.ficha_noticia .fecha {
	color: #666;
	font-size: 14px;
}
.ficha_noticia .fecha i {
	color: #666;
	font-size: 12px;
	margin-right: 6px;
}
.ficha_noticia .extracto {
	font-size: 14px;
	font-weight: 400;
}


/** FOOTER **/
footer {
	margin-top: 30px;
	background: url(images/bg-yellow.jpg) repeat left top;
	border-top: 5px solid #e37a00;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
}
footer img {
	max-width: 70%;
}
footer .contactos { 
	padding-top: 20px; 
	margin-bottom: 20px; 
}
footer .redes { 
	margin-top: 20px;
}
footer .redes a {
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	text-align: center;
	line-height: 28px;
	color: #faaf40;
	background: #fff;
	margin: 0 3px;
}
footer .contactos a {
	margin-right: 4px;
	margin-left: 4px;
	white-space: nowrap;
}
footer .contactos a:hover, footer .contactos a:focus {
	color: #fcfcfc;
}

.copyright {
	background: #53585a;
	padding-top: 20px;
	padding-bottom: 12px;
	color: #f2f2f2;
	font-size: 14px;
	font-weight: 400;
}
.copyright a {
	color: #fcfcfc;
}
.copyright a:hover, .copyright a:focus {
	color: #fff;
}


/** LISTADO **/
.sidebar .buscador {
	padding: 20px;
	background: #f5f5f5;
	color: #444;
	font-size: 14px;

}
.sidebar .buscador label {
	font-weight: 500;
}
.sidebar .buscador.checkboxs p {
	margin-bottom: 0;
	padding-bottom: 0;
}
.sidebar .buscador.checkboxs label {
	font-weight: normal;
	display: inline-block;
}

.sidebar .buscador input[type="checkbox"] {
	width: 24px; 
	margin-bottom: 0;
}
.sidebar input[type="submit"], .buscador button {
	background: #faaf40;
	border: 1px solid #e49b2e;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 16px;
	width: 100%;
	padding: 8px;
}
.sidebar input[type="submit"]:hover, .sidebar button:hover {
	background: #e4951f;
}


/** DETALLE **/
.sidebar {
	margin-bottom: 10px;
}
.sidebar, .maincontent { 
	float: right;
}
.sidebar .module { 
	margin-bottom: 20px;  
}
.sidebar .info_dealer {
	padding: 30px 20px;
	background: #f5f5f5;
	color: #444;
	font-size: 14px;
}
.line {
	width: 100%; 
	height: 1px;
	border-top: 1px solid #DFE3E3;
	margin-bottom: 20px;
	margin-top: 10px;
}
.sidebar .titulo {
	font-size: 17px;
	font-weight: 600;
	margin-top: 8px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sidebar p.contactos, #datosdealer p.contactos { 
	margin: 4px 0;  
	padding: 0;
}
.sidebar p.contactos i, #datosdealer p.contactos i {
	display: inline-block;
	width: 24px;
	text-align: center;
	font-size: 16px;
}
.sidebar p.contactos a, #datosdealer p.contactos a {
	color: #444;
}
.sidebar p.contactos a:hover, .sidebar p.contactos a:focus, #datosdealer p.contactos a:hover, 
#datosdealer p.contactos a:focus{
	color: #e37a00;
}
.sidebar .redes, #datosdealer .redes {
	text-align: center;
}
.sidebar .redes a, #datosdealer .redes a {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin: 10px 2px;
	color: #333;
	background: #fff;
	border-radius: 34px;
	border: 1px solid #e0e0e0;
	transition: all 0.2s ease-in-out;
}
.sidebar .redes a:hover, .sidebar .redes a:focus,
#datosdealer .redes a:hover, #datosdealer .redes a:focus  {
	background: #e37a00;
	color: #fff;
	border: 1px solid #fff;
}
.maincontent { 
	font-size: 15px;
	padding-top: 30px; 
	padding-bottom: 30px;
}
.maincontent img.img_principal { 
	width: 100%; 
	margin-bottom: 6px;
	border: 3px solid #fff;
}
.maincontent a.gallery_thumbnail {
    display: inline-block;
    height: 80px;
    width: 100%;
}

.maincontent .descripcion {
	font-size: 15px;
}
.maincontent h1.precio {
	color: #CD7D05;
	font-weight: 700;
}
.maincontent a.boton {
	background: #faaf40;
	border: 1px solid #e49b2e;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	padding: 8px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.maincontent a.boton:hover, .maincontent a.boton:focus {
	background: #e4951f;
}
.maincontent .caracteristicas strong {
	font-weight: 500;
}

.paginacion {
	text-align: center;
	margin-top: 30px;
}
.paginacion form {
	display: inline-block;
}
.paginacion span, .paginacion a, .paginacion button {
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	margin: 0 1px;
	color: #111;
}
.paginacion a, .paginacion button {
	background: #d0d0d0;
	border: none; padding: 0;
	color: #111;
}
.paginacion a:hover, .paginacion a:focus, .paginacion button:hover, .paginacion button:focus {
	background: #faaf40;
	color: #111;
}
.paginacion span {
	background: #faaf40;
}


/** BANNERS **/
.banner-adwords {
	padding-left: 0;
	padding-right: 0;
	left: -15px;
	margin-top: 20px;
}
.banner-adwords img {
	max-width: 300px;
}


/** DIRECTORIO DEALERS **/
.letters a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    margin: 2px 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0;
    color: #111;
}
.letters a.activo, .letters a:hover, .letters a:focus {
	background: #faaf40;
	border: 1px solid #faaf40;
	color: #111;
}

/** SOLICITUD PRESTAMOS **/
/** Formulario solicitud prestamo - con vehiculo **/
#modal-container-1 .modal-dialog {
	width: 800px;
	max-width: 94%;
	max-height: 100%;
	overflow-y: auto;
	
}
#modal-container-2 .modal-dialog {
	width: 800px;
	max-width: 94%;
	max-height: 100%;
	height: 100%;
	overflow-y: auto;
}
.modal-content {
	border-radius: 0 !important;
	border: none !important;
}
.modal-header {
	border: none !important;
	margin-bottom: 0;
	padding-bottom: 0;
}
.modal-header .close {
    font-size: 14px;
    font-weight: normal;
    margin-top: -2px;
    z-index: 999999;
    position: relative;
}
.modal-header img { 
	height: 68px;
}
.modal-header h3 {
    font-weight: 500;
    font-size: 42px;
    text-align: left;
    line-height: 50px;
    margin: 0;
    padding: 0;
}
.modal-header .line {
	border-top: 1px solid #333;
	margin-bottom: 0;
}
.modal-body {
	font-size: 14px;
	/**
	max-height: 100%;
	overflow-y: auto;
	**/
}
.modal-body .caracteristicas {
	background: #f2f2f2;
	padding: 10px 15px;
	margin-top: 10px;
}
.modal-body label {
	font-weight: 500;
	width: 40%;
}
.modal-body p { 
	border-bottom: 1px dashed #e0e0e0;
    margin: 0;
    padding: 5px 0 0 0;
}
.alerta {
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 99999; 
	background: rgba(0,0,0,0.6);
	padding-top: 140px;
	text-align: center;
	font-weight: 500;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.alerta .alert-body {
	background: #fff;
	padding: 20px; 
	width: 350px;
	max-width: 100%;
	margin: 0 auto;
}
.alerta i {
	color: #ffb133;
	margin-right: 8px;
}

.contacto {
	font-size: 15px;
	text-align: center; 
	padding-top: 50px;
}
.contacto p { 
	text-align: left; 
	width: 340px;
	display: inline-block;
	margin: 8px auto;
	max-width: 100%;
}
.contacto i { 
	width: 30px; 
	float: left;
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	margin-right: 10px;
	color: #ffb133;
}
.contacto a { 
	color: #333;
}
.mapa {
	margin-top: 30px;
}
.mapa iframe {
	width: 100%;
	height: 300px;
}

footer div.terminos {
	position: absolute;
	left: 15px;
	top: 20px;
	width: auto;
	z-index: 999;
}
footer div.terminos a {
	color: #fff !important;
}

.menu_movil_solicita {
display:none;
}
div.eligecuota {
	display: none;
}
.head-cuota {
	background: #f6a019;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	padding: 8px 30px;
	text-align: center;
	position: relative;
}
.head-cuota .close {
	position: absolute;
	top: 8px;
	right: 10px;
}
.contentcuota {
	background: #fff;
	padding: 40px 10% 30px 10%;
}
#montocuota {
	padding-left: 10px;
	padding-right: 10px;
}
.owl2 .owl-dots {
	display: none !important;
}
.owl2 .owl-nav {
	display: block !important;
}
.owl-carousel.owl2 .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 30px;
    background: url(images/owl-left.png) no-repeat center center !important;
    width: 16px;
    height: 22px;
}
.owl-carousel.owl2 .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 30px;
    background: url(images/owl-right.png) no-repeat center center !important;
    width: 16px;
    height: 22px;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
	display: none;
}
.imagenslidedetalle {
	display: block;
	width: 100%;
	height: 340px;
}
.owl1 .owl-dots {
	display: none !important;
}
.owl1 .owl-nav {
	display: block !important;
}
.owl-carousel.owl1 .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 150px;
    background: url(images/owl-left.png) no-repeat center center #fff !important;
    width: 40px;
    height: 40px;
}
.owl-carousel.owl1 .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 150px;
    background: url(images/owl-right.png) no-repeat center center #fff !important;
    width: 40px;
    height: 40px;
}
.botonmas {
	background: #f6a019;
	color: #fff !important; 
	display: inline-block;
	margin-top: 20px;
	padding: 8px 20px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.ficha_vehiculo .imagen_principal img {
	display: none;
}

@media (max-width: 1100px) {
	.buscador { 
		width: 35%; 
	}
	.ficha_vehiculo .la_imagen {
		height: 144px;
	}
	.ficha_vehiculo a.overlay {
		padding-top: 64px;
	}
}

@media (max-width: 991px) {
	.slider { 
		width: 100%; 
	}
	.buscador { 
		width: 100%; 
		height: auto;
	}
	.slider {
		height: 385px;
	}
	.ficha_vehiculo .la_imagen {
		height: 154px;
	}
	footer div.terminos {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
	}
	

}


@media (max-width: 767px) {
	li.eligecuota {
		display: none;
	}
	div.eligecuota {
		display: block;
		text-align: center;
		color: #111;
		font-weight: 500;
		padding: 0 10px 10px 10px;
		position: relative;
	}
	div.eligecuota img {
		display: none;
	}
	div.eligecuota a {
		background: #f6a019;
		color: #fff;
		font-weight: 600;
		display: inline-block;
		width: 300px;
		max-width: 100%;
		border-radius: 4px;
		margin-top: 8px;
		text-decoration: none;
		padding: 9px 15px;
		clear: both;
	}

	.top-bar .col-sm-7 { 
		display: none; 
	}
	.top-bar .call-to-action { 
		font-size: 20px;
	}
	.header .logo { 
		text-align: center;
		padding-bottom: 10px;
	}
	.header .logo img {
		max-width: 70%;
	}
	.header .banner-top {
		padding-top: 0; 
		padding-bottom: 15px; 
	}
	.desktop_menu, .mini-header {
		background: #faaf40;
	}
	nav.navbar.navbar-default {
		background: #faaf40;
	}
	.navbar-nav > li > .dropdown-menu {
   		background: #faaf40;
   	}
	.navbar-nav.navbar-right {
		background: transparent;
		width: 100%;

	}
	.navbar-nav.navbar-right li {
		background: none;
	}
	#mainmenu1, #mainmenu2 {
		padding-left: 0; 
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		border: none !important;
	}
	.navbar-nav.navbar-right li {
		text-align: left;
	}
	.navbar-nav.navbar-right > li > a:hover, .navbar-nav.navbar-right > li > a:focus {
		border-bottom: none !important;
		color: #fff;
	}
	.navbar-default .navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: none !important; 
    	padding-left: 0;
	}
	.navbar-default .navbar-nav > li {
		padding-left: 30px; 
		width: 100%; 
		border-bottom: 1px solid #e37a00;
	}
	.navbar-nav.navbar-right {
		margin-bottom: 0; 
		padding-bottom: 0;
		margin-top: -8px;
		padding-top: 0;
	}
	.navbar-nav.navbar-right > li {
		border-bottom: none;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	    color: #fff;
	}
	.slider {
		height: 300px;
	}
	.sidebar, .maincontent { 
		float: none;
	}
	h1.precio { margin-top: 30px; }

	.banner-adwords {
		padding-left: 15px;
		padding-right: 15px;
		left: 0;
	}
	#mostrar {
		margin-top: 30px;
		text-align: center; 
	}
	.modal-header .col-xs-3 {
		display: none;
	}
	.modal-header .col-xs-9 {
		width: 100%;
		float: none;
		text-align: left;
	}
	.modal-header h3 {
		font-size: 28px; 
		line-height: 34px;
		text-align: left;
	}
	#modal-container-2 .col-xs-12.padding1, #modal-container-2 .col-xs-12.padding2 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.ficha_vehiculo .la_imagen {
		height: 184px;
	}
}


@media (max-width: 598px) {
	.secc_calculadora .col-sm-9 .col-xs-6 {
		width: 100%;
	}
	.totales { 
		padding: 30px 0 0 0; 
	}
	
	#chartContainer {
		height: 270px !important; 
		width: 100% !important;
		margin: 0 auto;
	}
	.totales #total {
		top: 135px;
		font-size: 14px; 
	}
	
	.totales #total span.moneda {
		font-size: 16px;
	}
	
	.totales #total span.amarillo {
		font-size: 22px;
	}
	.slider {
		height: 240px;
	}
	.modal-body .izquierda {
		display: none;
	}
	.modal-body .derecha {
		float: none;
		width: 100%;
	}
	/** 
	.vehiculos .col-md-4.col-sm-6.col-xs-6 {
		width: 100%;
	}
	**/
	.ficha_vehiculo a.titulo {
		height: auto;
	}
	.ficha_vehiculo {
		position: relative;
		margin-bottom: 45px;
	}
	.ficha_vehiculo .la_imagen {
	  min-height: 120px;
	  height: 120px;
	  display: block;
	}
	.ficha_vehiculo .imagen_principal {
		margin-bottom: 0;
	}
	.ficha_vehiculo a.overlay {
		padding-top: 114px;
	}
	
	
	.menu_movil_solicita {
	display:block;
	}

	.navbar-right2 {
		background: url(images/bg-grey.jpg) repeat center center;
		width: 100%;
	}
	.navbar-right2 li {
		width: 100%;
		text-align: left;
		background: url(images/call-to-action.jpg) no-repeat left center;
		list-style:none;
		padding-left:40px;
		padding-top:12px;
		padding-bottom:12px;
	}
	.navbar-right2 > li > a:hover, .navbar-nav.navbar-right2 > li > a:focus {
		border-bottom: 5px solid transparent;
		color: #FFFFFF;
	}
	
	
	
	
	
}


@media (max-width: 498px) {
	h1 { font-size: 28px; }
	h2 { font-size: 24px; }
	h3 { font-size: 22px; }
	.top-bar .call-to-action { 
		font-size: 18px;
	}
	.secc_calculadora .col-sm-3 {
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	.banner-adwords img {
		max-width: 100% !important;
	}
	/**
	.vehiculos .col-xs-6 {
		width: 100%; 
	}
	**/
	.noticias .col-xs-6 {
		width: 100%; 
	}
	.modal-header h3 {
		font-size: 24px; 
		line-height: 28px;
	}
	.ficha_vehiculo a.overlay {
		padding-top: 104px;
	}
	.contentcuota {
		padding: 40px 15px 30px 15px;
	}
	.imagenslidedetalle {
	    height: 240px;
	}
	.owl-carousel.owl1 .owl-nav button.owl-prev,
	.owl-carousel.owl1 .owl-nav button.owl-next {
	    top: 103px;
	}
}

@media (max-width: 398px) {
	.ficha_vehiculo a.overlay {
		padding-top: 94px;
	}
}



@media (max-width: 700px) {
	.slide-desktop {
        display: none !important;
    }
	.slide-movil {
        
	}
}
	.slide-desktop {
        display: block;
	}
	.slide-movil {
        
	}




.mymodal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 999999;
}
.mymodal .contenido {
	background: #fff;
	margin: 50px auto;
	width: 740px;
	max-width: 100%;
	padding: 30px 20px 20px 20px;
	position: relative;
}
.mymodal .contenido a.cerrarvideo {
	position: absolute;
	top: -10px;
	right: 8px;
	font-size: 32px;
	color: #000;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
  padding-top: 30px; 
  height: 0; 
  overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.solicitafinanciamiento {
	color: #333;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.solicitafinanciamiento .fa {
	font-size: 30px;
	display: block;
}
.solicitafinanciamiento a.boton {
    margin-top: 6px;
    font-size: 24px;
    font-weight: 700;
    width: 200px;
    border-radius: 8px;
}
label.error {
    display: block;
    font-size: 13px;
    padding: 6px 8px;
    background: #fcf2e3;
    color: #faaf40;
    border-radius: 3px;
    width: 100%;
    margin-top: -7px;
}
input.uppercase {
	text-transform: uppercase;
}
::placeholder { 
  text-transform: none !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-transform: none !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  text-transform: none !important;
}
.termi {
	margin-top: 15px;
}
.termi a {
	color: #fff !important;
}
.legal {
	margin-top: 50px;
	margin-bottom: 20px;
}
.legal h3 {
	font-size: 18px;
	margin: 24px 0;
}
.legal table {
	width: 100%;
	margin-bottom: 15px;
}
.legal table td {
	border: 1px solid #ccc;
	padding: 5px;
}
.legal table tr td:nth-child(1) {
	width: 100px;
}
#google_esf {
	display: none !important;
}
.logofooter {
	width: 300px;
	max-width: 100%;
}
.height50 {
	height: 50px;
}
.height30 {
	height: 30px;
}
.height20 {
	height: 20px;
}
.scrollTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #F7A11A;
  padding: 8px 14px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop a {
  font-size: 18px;
  line-height:18px;
  color: #fff;
}
.cuotamensual {
  font-size: 18px;
  font-weight: 600;
}
.cuotaresultante {
    color: #F7A11A;
    font-size: 28px;
    margin-bottom: 6px;
}
.cuotaresultante em {
    font-style: normal;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    top: -3px;
}
.cuotamensual .nota {
    font-weight: normal;
    font-size: 13px;
    color: #666;
}
.calculadoras a.button {
    background: #faaf40;
    border: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 10px 18px;
    border-radius: 20px;
    margin-top: 25px;
    display: inline-block;
}
.clearfix {
	clear: both;
	display: block;
}
.newlabels {
	padding-top: 5px;
	font-weight: bold;
}
.containerradio {
  	display: inline-block;
  	position: relative;
  	padding-left: 32px;
  	margin-bottom: 20px;
	cursor: pointer;
  	-webkit-user-select: none;
	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	font-weight: 300 !important;
  	margin-right: 30px;
}
.containerradio input {
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
  	height: 0;
  	width: 0;
}
.containerradio .checkmark {
  	position: absolute;
  	top: 0;
	left: 0;
  	height: 22px;
  	width: 22px;
  	background-color: #eee;
	border-radius: 50%;
}
.containerradio input:checked ~ .checkmark {
  	background-color: #faaf40;
}
.containerradio .checkmark:after {
  	content: "";
  	position: absolute;
  	display: none;
}
.containerradio input:checked ~ .checkmark:after {
  	display: block;
}
.containerradio .checkmark:after {
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
} 
.nuevosform input, .nuevosform select {
	margin-bottom: 20px;
}

.smartsearch {
	display: inline-block;
}
.bootstrap-select {
	max-width: 100% !important;
}
.bootstrap-select .btn {
    border-radius: 0 !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
    width: 100%;
    max-width: 100%;
    padding: 8px 15px;
    margin-bottom: 12px;
    box-shadow: none !important;
    height: 40px !important;
    color: #333;
}
.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
}
.bootstrap-select .dropdown-menu > .active > a, .bootstrap-select .dropdown-menu > .active > a:focus, 
.bootstrap-select .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #faaf40;
    outline: 0;
}
.smartsearch form {
	position: relative;
}
.smartsearch form button {
    position: absolute;
    top: 0;
    right: 15px;
    background: #faaf40;
    color: #fff;
    height: 40px;
    width: 40px;
    border: none;
}
.contacto-top {
    display: inline-block;
    font-size: 14px;
    position: relative;
    top: 6px;
}
.top-bar .call-to-action {
	display: inline-block;
	position: relative; 
	top: 7px;
}
.redes-top {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.top-bar .redes-top .social {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: #fff;
    text-align: center;
    font-size: 15px;
    color: #53585a;
}
.top-bar .redes-top .social:hover, .top-bar .redes-top .social:focus {
    color: #faaf40;
}
.smartsearch .bootstrap-select .btn {
	margin-bottom: 0 !important;
}
.sliderhome {
	margin-top: 14px;
}
.sliderhome img {
	width: 100% !important;
}
.slider {
    height: auto;
}
.cuandocrecen {
	color: #43474d;
	font-size: 34px;
	line-height: 1.2em;
}
.cuandocrecen .orange {
	color: #F7A11A;
}
.txtaniversario {
  position: relative;
  padding-left: 306px;
}
.txtaniversario img {
  position: absolute;
  left: 0;
  top: -12px;
  width: 264px;
}
.txtaniversario a {
	background: #F7A11A;
	color: #fff !important;
	border-radius: 20px;
	display: inline-block;
	padding: 8px 20px;
	font-weight: bold;
}
.nuevabusqueda {
    border: 1px solid #ddd;
    padding: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.nuevabusqueda .titulo {
	text-align: center;
	font-size: 18px; 
	line-height: 22px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 11px;
	margin-bottom: 15px;
}
.nuevabusqueda .titulo span {
	color: #F7A11A;
	font-weight: bold;
	font-size: 24px;
}
.nuevabusqueda .botonera a {
	background: #F7A11A;
	font-weight: normal;
	font-size: 16px;
	color: #fff !important;
	display: block;
	padding: 10px 14px;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 6px;
	margin-bottom: 8px;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.25);
}
.search1 {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	border: 1px solid #ddd;
	padding: 12px 6px;
	background: #fff;
	z-index: 100;
	display: none;
}
.search1 .titulos {
	color: #fff;
	background: #F7A11A;
	font-weight: normal;
	font-size: 16px;
	color: #fff !important;
	display: block;
	padding: 8px 14px;
	border: 1px solid #fff;
	margin-bottom: 4px;
}
.row-tipos {
	margin-left: -1px;
}
.row-tipos .tipo {
	float: left; 
	padding: 1px;
	width: 25%;
}
.row-tipos .tipo a {
	display: block;
	border: 1px solid #d0d0d0;
	background: transparent;
	color: #666666;
	text-align: center;
	font-size: 10px;
}
.row-tipos .tipo a img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
	filter: Gray(); /* IE4-8 and 9 */
}
.row-tipos .tipo a.active img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0); /* Para cuando es estándar funcione en todos */
	filter: none; /* IE4-8 and 9 */
}
.height10 {
	height: 10px;
}
.search1 select {
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	padding: 9px 12px;
	border: 1px solid #d0d0d0;
	background-image: url(images/select.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	font-size: 15px;
}
.rowfiltros {
	margin: 0 -2px;
}
.rowfiltros .col-xs-6 {
	padding:  0 2px;
}
.rowfiltros .col-xs-4 {
	padding:  0 2px;
}
.rowfiltros .col-xs-3 {
	padding:  0 2px;
}
.row-tipos .combustible {
	float: left; 
	padding: 1px;
	width: 33.33%;
}
.row-tipos .combustible a {
	display: block;
	border: 1px solid #d0d0d0;
	background: transparent;
	color: #666666;
	text-align: center;
	font-size: 10px;
}
.row-tipos .combustible a img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
	filter: Gray(); /* IE4-8 and 9 */
}
.row-tipos .combustible a.active img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0); /* Para cuando es estándar funcione en todos */
	filter: none; /* IE4-8 and 9 */
}
.search1 button {
    color: #fff;
    background: #F7A11A;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 20px;
    padding: 9px 50px 9px 20px;
    position: relative;
    display: block;
    width: auto;
    font-weight: bold;
    margin-top: 15px;
}
.search1 button img {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
}
span.nuevo {
	position: absolute;
	bottom: 10px;
	right: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	background: #333;
	color: #fff;
	padding: 6px 10px;
}
#closesearch1 {
    color: #53585a;
    font-weight: bold;
    margin-top: 22px;
    display: inline-block;
    margin-right: 10px;
}
.gilip {
	position: relative;
	min-height: 206px;
}
.contenidocalculadora {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px 30px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    background: #fff;
}

.row-tipos.pagina .tipo a, .row-tipos.pagina .combustible a {
    font-size: 12px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}
.divgris {
	background: #f5f5f5;
	padding: 10px 20px;
}
.textosnewsearch {
    text-align: right;
    color: #000;
    padding-top: 10px;
}

@media(min-width: 767px) {
	.header .logo {
	    padding-top: 40px;
	    padding-bottom: 20px;
	}
}



@media(max-width: 991px) {
	.contacto-top {
		top: 0;
		margin-top: 12px;
	}
}

@media(max-width: 767px) {
	.smartsearch {
	    display: inline-block;
	    padding-left: 15px;
	    margin-top: 10px;
	}
	.txtaniversario {
	    padding-left: 255px;
	}
	.txtaniversario img {
	    width: 240px;
	}
}

@media(max-width: 598px) {
	.cuandocrecen {
	    font-size: 23px;
	}
	.txtaniversario img {
	  position: relative;
	  left: inherit;
	  top: inherit;
	  width: 300px;
	  clear: both;
	  display: block;
	  max-width: 80%;
	  margin-left: auto;
	  margin-right: auto;
	}
	.txtaniversario {
	    padding-left: 0;
	}
}


@media(max-width: 1200px) {
	.navbar-default .navbar-nav > li.eligecuota {
	    margin-left: 100px;
	}
}
@media(max-width: 991px) {
	.navbar-default .navbar-nav > li.eligecuota {
	    margin-left: 0;
	}
}

.nuevobuscador {
	padding-top: 30px;
}
.nuevobuscador .cajabusca {
	border: 1px solid #D2D6D7;
	-webkit-box-shadow: inset 0px -10px 20px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0px -10px 20px 0px rgba(0,0,0,0.05);
	box-shadow: inset 0px -10px 20px 0px rgba(0,0,0,0.05);
	padding: 8px;
	margin-bottom: 20px;
}
.nuevobuscador .titulos {
	background: #F7A11A;
	color: #fff;
	font-weight: 600;
	padding: 10px 10px;
	position: relative;
}
.nuevobuscador .titulos a {
	color: #fff;
	font-size: 19px;
	float: right;
	display: none;
}
.nuevobuscador .row-tipos {
	margin-top: 8px;
}
.row-tipos .tipo a, .row-tipos .combustible a {
	color: #333;
  	font-size: 13px;
}
.nuevobuscador select {
	-webkit-appearance: none;
	appearance: none;
  	width: 100%;
  	background-image: url(images/select.png);
  	background-repeat: no-repeat;
  	background-position: 98% center;
  	background-color: #fff;
  	border: 1px solid #D2D6D7;
  	padding: 9px;
  	background-size: 20px;
}
.nuevobuscador .linemonto {
	position: relative;
	padding-right: 130px;
}
.nuevobuscador button {
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background: #F7A11A;
  border: none;
  outline: none;
  border-radius: 20px;
  padding: 6px 6px 5px 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.nuevobuscador button img {
	width: 32px;
	margin-left: 4px;
}
.floatright {
	float: right;
}
select#pay {
	-webkit-appearance: none;
	appearance: none;
  	width: 100%;
  	background-image: url(images/select.png);
  	background-repeat: no-repeat;
  	background-position: 98% center;
  	background-color: #fff;
  	border: 1px solid #D2D6D7;
  	padding: 9px;
  	background-size: 20px;
}
.noUi-handle {
  border: 1px solid #f7a11a;
  border-radius: 0;
}
.noUi-horizontal {
  height: 10px;
}
.noUi-horizontal .noUi-handle {
  width: 32px;
  height: 20px;
  left: -17px;
  top: -6px;
}
.noUi-handle::before {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 1px;
  background: #e8e7e6;
  left: 13px;
  top: 4px;
}
.noUi-handle::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 1px;
  background: #e8e7e6;
  left: 17px;
  top: 4px;
}
.titulocalc {
	position: relative;
	top: 8px;
	font-weight: normal;
}
.cuotaresultante {
	margin-top: 2px;
  	margin-bottom: 2px;
  	line-height: 24px;
}
.cuotamensual {
  margin-top: 8px;
}
.calculadoras a.button {
  background: #F6A019;
  border: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 15px 28px;
  border-radius: 24px;
  margin-top: 25px;
  display: inline-block;
  width: 500px;
  max-width: 100%;
}
.bannermobile-top {
	display: none;
}
.navbar-header .logo {
	display: none;
}

@media(max-width: 767px) {
	.top-bar {
		display: none;
	}
	.header .logo {
	  border-top: 10px solid #f6a019;
	}
	.header .logo img {
	  width: 268px;
	  max-width: 100%;
	  margin-bottom: 5px;
	}
	div.eligecuota {
  		display: none;
  	}
  	.desktop_menu, .mini-header {
  		background: #fff;
	}
	nav.navbar.navbar-default {
  		background: #fff;
	}
	.desktop_menu .navbar-toggle {
  		position: relative;
  		float: right;
  		padding: 0;
  		margin-top: 8px;
  		margin-right: 15px;
  		margin-bottom: 8px;
  		background-color: transparent;
  		background-image: none;
  		border: 1px solid transparent;
  		border-radius: 4px;
  		margin-top: -35px;
  		margin-left: 0;
  		margin-right: 0;
	}
	.navbar {
	  	min-height: 0;
	  	margin-bottom: 20px;
	  	border: 1px solid transparent;
	}
	.header .banner-top {
	  padding-top: 0;
	  padding-bottom: 15px;
	  display: none;
	}
	.navbar-collapse {
	  	background: #f6a019;
	}
	#mainmenu1, #mainmenu2 {
	  padding-left: 0;
	  padding-right: 0;
	  margin-left: -15px;
	  margin-right: -15px;
	  border: none !important;
	}
	.navbar-default .navbar-toggle .icon-bar {
	  background-color: #444;
	  color: #444;
	  border-top: 3px solid #666;
	  border-radius: 0;
	}
	.bannermobile-top {
		display: block;
	}
	.bannermobile-top img {
		width: 100%;
		margin-bottom: 15px;
	}
	.navbar-right2 {
	  	display: none;
  	}
  	.nuevobuscador {
  		padding-top: 0;
	}
	.row-tipos .tipo, .row-tipos .combustible {
	  float: none;
	  padding: 0;
	  width: 100%;
	  text-align: left;
	}
	.row-tipos .tipo a, .row-tipos .combustible a {
	  text-align: left;
	  font-size: 15px;
	  position: relative;
	  display: block;
	  line-height: 15px;
	  padding-bottom: 10px;
	  padding-left: 67px;
	  border-top: none;
	}
	.nuevobuscador .row-tipos {
  		margin-top: 0;
	}
	.row-tipos .tipo a img, .row-tipos .combustible a img {
	  position: absolute;
	  left: 0;
	  top: 0;
	}
	.nuevobuscador .cajabusca {
  		border: none;
  		-webkit-box-shadow: none;
  		-moz-box-shadow: none;
  		box-shadow: none;
  		padding: 0;
 		margin-bottom: 20px;
	}
	.center-mobile {
		text-align: center;
	}
	.calculadoras .col-xs-6 {
		width: 100%;
		float: none;
	}
	select#pay {
	  margin-top: 25px;
	}
	.calculadoras a.button {
	  padding: 11px 28px;
	  width: 400px;
	}
	.secc_calculadora .col-sm-3 {
  		text-align: left !important;
	}
	.nuevobuscador .titulos a {
		display: inline-block;
	}
	.desktop_menu.fixed {
  		position: fixed;
  		top: 0;
  		z-index: 1000;
  		height: 60px;
	}
	.desktop_menu.fixed .navbar-toggle {
  		margin-top: 22px;
  	}
  	.desktop_menu.fixed .navbar-header .logo {
	  display: block;
	  position: absolute;
	  left: 0;
	  right: 0;
	  border: none;
	  top: -4px;
	}
}

@media(max-width: 598px) {
	.ficha_vehiculo .titulo, .ficha_vehiculo .precio {
		text-align: center;
	}
	.ficha_vehiculo a.titulo {
	  font-weight: 500;
	  font-size: 16px;
	  font-weight: 500;
	  height: 28px;
	  overflow: hidden;
	  display: block;
	  white-space: nowrap;
	  text-overflow: ellipsis;
	}
}

#myModalCV button.cerrarmodal {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 42px;
	color: #fff;
	border: none;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	padding: 0;
	margin: 0;
}


.tooltip {
  	max-width: 180px; 
  	height: auto; 
  	position: absolute;
  	color: #fff;
  	background: #53585a;
  	padding: 15px;
  	border-radius: 10px;
  	font-weight: normal !important;
  	font-size: 14px !important;
}

.aviso {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 9999;
}
.aviso-content {
	background: #fff;
	padding: 40px;
	width: 500px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;ç
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	font-weight: 600;
	font-size: 17px;
	text-align: center;
}
.sidebarprestamo a {
  font-weight: bold;
  color: #999;
  display: block;
  font-size: 17px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 45px;
  min-height: 50px;
}
.sidebarprestamo a.activo {
  color: #faaf40;
}
.sidebarprestamo i {
  position: absolute;
  left: 0;
  top: -5px;
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #999;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  font-style: normal;
}
.sidebarprestamo a.activo .fa {
  border: 1px solid #faaf40;
}

.miform { 
  font-size: 14px; 
}
.miform input, .miform select, .miform textarea { 
  background: #fff;
  border: 1px solid #ccc; 
  border-radius: 0; 
  padding: 10px 15px; 
  margin-bottom: 12px; 
  width: 100%; 
  max-width: 100%; 
  font-size: 14px; 
} 
.miform input, .miform select { 
  height: 44px !important; 
} 
.miform input[type="submit"], .miform input[type="button"] {
    background: #FAAF40;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    padding: 12px 30px;
    border: none !important;
    border-radius: 6px !important;
    transition: all 0.3s ease-in-out;
    width: 200px;
    max-width: 100%;
}
.miform input[type="submit"]:hover, .miform input[type="button"]:hover { 
  background: #e7a036; 
  cursor: pointer; 
}   
.miform label { 
  font-weight: normal; 
  color: #666; 
  display: inline-block; 
  width: 150px; 
  vertical-align: top; 
  font-size: 14px;  
  padding-top: 10px;
}
.miform span.required { 
  color: #cc0000; 
  font-size: 12px; 
  display: inline-block; 
  padding-left: 4px; 
}
.miform textarea { 
  height: 99px; 
}
label.labelsform {
  color: #faaf40;
  font-weight: 500;
  padding-top: 10px;
  width: auto !important;
}
.miform .containerradio .checkmark {
  top: 9px;
}
.miform .boton {
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	background: #FAAF40;
	border: none;
	padding: 12px 40px;
	font-weight: normal;
  border-radius: 6px;
}
.miform .boton:hover, .miform .boton:focus {
	color: #fff;
	background: #e7a036;
}
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	z-index: 99999;
	display: none;
	padding-top: 100px;
}
.loading.visible {
	-webkit-display: flex;
	display: flex;
	align-items: center;
}
.content-loading {
	background: #fff;
	padding: 30px;
	width: 600px;
	max-width: 90%;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}


@media(max-width:498px) {
	.miform label { 
   		max-width: 90%; 
	    width: 90%; 
	}
  	.miform input, .miform select, .miform textarea { 
    	max-width: 100%; 
    	width: 100%; 
  	}
  	.miform input[type="submit"] { 
    	margin-left: 0; 
  	}
}

.buscador-dealer {
	margin-bottom: 30px;
}
.buscador-dealer select {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 12px;
	height: 44px;
	background:#fff;
}
.buscador-dealer button {
	background:#f5a019;
	width: 100%;
	color:#fff;
	height: 44px;
	font-weight:600;
	border:none;
	outline: none;
}



.nuevostitulo {
	padding-top: 12px;
}
.nuevostitulo h3 {
	color:#444;
	margin: 0;
	font-weight: bold;
}
.nuevosnumeros {
	color:#444;
	font-size: 18px;
	font-weight: bold;
}
.nuevosprecios {
	text-align: right;
}
.bignuevoprecio {
	font-size: 30px;
	font-weight: bold;
	color: #F49F19;
}
.nuevalinea {
	margin: 10px 0 20px 0;
	border-top: 1px solid #d2d2d2;
}
.nuevosolicita {
	padding-top: 6px;
	font-weight: bold;
	font-size: 20px;
	color: #111;
	line-height: 24px;
}
.nuevobotonsolicita .boton {
	margin-top: 6px !important;
	width: 400px;
	max-width: 100%;
	background:#F5A019;
	border-radius: 24px;
}
.nuevocompartiramigo {
	text-align: center;
	border: 2px solid #f2f2f2;
	padding: 10px 20px;
	color:#111 !important;
	display: block;
	width: 100%;
	line-height: 40px;
	margin-bottom: 30px;
}
.nuevocompartiramigo .fa {
	color:#111;
	font-size: 40px;
	margin-left: 4px;
	position: relative;
	top: 7px;
}
.nuevocompartiramigo img {
	margin-bottom: 15px;
}
#datosdealer .close {
  font-size: 32px !important;
  top: 5px;
  margin-top: 0;
  position: absolute;
  right: 15px;
}

@media(max-width:767px) {
	.nuevobotonbusqueda {
    	margin: -10px 0 40px 0 !important;
  	}
  	.nuevosprecios {
  		text-align: left;
  	}
  	.nuevosolicita, .nuevobotonsolicita {
  		display: none;
  	}
}


@media(max-width:498px) {
	.full498 {
		float: none;
		width: 100%;
	}
}
