/*
Theme Name: SD Motors
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
@font-face {
    font-family: 'Amsi Pro';
    src: url('fonts/AmsiProNormal-Bold.eot');
    src: url('fonts/AmsiProNormal-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/AmsiProNormal-Bold.woff2') format('woff2'),
        url('fonts/AmsiProNormal-Bold.woff') format('woff'),
        url('fonts/AmsiProNormal-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amsi Pro';
    src: url('fonts/AmsiProNormal-Black.eot');
    src: url('fonts/AmsiProNormal-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/AmsiProNormal-Black.woff2') format('woff2'),
        url('fonts/AmsiProNormal-Black.woff') format('woff'),
        url('fonts/AmsiProNormal-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amsi Pro';
    src: url('fonts/AmsiProNormal-ExtraLight.eot');
    src: url('fonts/AmsiProNormal-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/AmsiProNormal-ExtraLight.woff2') format('woff2'),
        url('fonts/AmsiProNormal-ExtraLight.woff') format('woff'),
        url('fonts/AmsiProNormal-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Amsi Pro';
    src: url('fonts/AmsiProNormal-SemiBold.eot');
    src: url('fonts/AmsiProNormal-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/AmsiProNormal-SemiBold.woff2') format('woff2'),
        url('fonts/AmsiProNormal-SemiBold.woff') format('woff'),
        url('fonts/AmsiProNormal-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amsi Pro';
    src: url('fonts/AmsiProNormal-Light.eot');
    src: url('fonts/AmsiProNormal-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/AmsiProNormal-Light.woff2') format('woff2'),
        url('fonts/AmsiProNormal-Light.woff') format('woff'),
        url('fonts/AmsiProNormal-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amsi Pro';
    src: url('fonts/AmsiProNormal-Regular.eot');
    src: url('fonts/AmsiProNormal-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AmsiProNormal-Regular.woff2') format('woff2'),
        url('fonts/AmsiProNormal-Regular.woff') format('woff'),
        url('fonts/AmsiProNormal-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amsi Pro';
    src: url('fonts/AmsiProNormal-Thin.eot');
    src: url('fonts/AmsiProNormal-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/AmsiProNormal-Thin.woff2') format('woff2'),
        url('fonts/AmsiProNormal-Thin.woff') format('woff'),
        url('fonts/AmsiProNormal-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Amsi Pro Ultra';
    src: url('fonts/AmsiProNormal-Ultra.eot');
    src: url('fonts/AmsiProNormal-Ultra.eot?#iefix') format('embedded-opentype'),
        url('fonts/AmsiProNormal-Ultra.woff2') format('woff2'),
        url('fonts/AmsiProNormal-Ultra.woff') format('woff'),
        url('fonts/AmsiProNormal-Ultra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amsi Pro Opt Headline';
    src: url('fonts/AmsiProOpt-Headline.eot');
    src: url('fonts/AmsiProOpt-Headline.eot?#iefix') format('embedded-opentype'),
        url('fonts/AmsiProOpt-Headline.woff2') format('woff2'),
        url('fonts/AmsiProOpt-Headline.woff') format('woff'),
        url('fonts/AmsiProOpt-Headline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amsi Pro Ultra';
    src: url('fonts/AmsiProNormal-UltraItalic.eot');
    src: url('fonts/AmsiProNormal-UltraItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/AmsiProNormal-UltraItalic.woff2') format('woff2'),
        url('fonts/AmsiProNormal-UltraItalic.woff') format('woff'),
        url('fonts/AmsiProNormal-UltraItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}




:root {	
	--white: #ffffff;
	--yellow: #8bdbb1;
	--black: #000000;
	--blue: #0b0145;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Amsi Pro', sans-serif;
	font-size: 16px;
	color: #222;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.yellow {
	color: var(--yellow);
}
.blue {
	color: var(--blue);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-yellow {
	background: var(--yellow);
}
.bg-blue {
	background: var(--blue);
}
a, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--yellow);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--blue);
	border: none;
	padding: 10px 30px;
	font-weight: normal;
	font-family: 'Amsi Pro', sans-serif;
	border-radius:4px;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: var(--blue);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Amsi Pro', sans-serif;
	font-weight: bold;
}


/**** HEADER ****/
.top {
	background:var(--blue);
	color:#fff;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom:10px;
}
.top .col-sm-8 {
	padding-top: 5px;
}
.top .social a {
	display: inline-block;
	color:var(--black);
	background:#fff;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	border-radius: 50%;
	margin:0 0 0 5px;
}
.top .telefono a, .top .email a {
	color:#fff;
	margin-left: 15px;
}
.top .telefono a .fa, .top .email a .fa {
	color:var(--yellow);
	font-size: 18px;
}
.buscador-top {
	text-align: right;
}
.logo {
	display: inline-block;
	width: 120px;
}
.smartsearch {
	text-align: left;
	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: 7px 15px;
    box-shadow: none !important;
    height: 38px !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: var(--yellow);
    outline: 0;
}
.smartsearch form {
	position: relative;
}
.smartsearch form button {
    position: absolute;
    top: 0;
    right: 15px;
    background: var(--yellow);
    color: #fff;
    height: 38px;
    width: 40px;
    border: none;
}
.container-logo .relative {
	position: relative;
	z-index: 100;
}
.logo {
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 100;
}
header {
	width: 100%;
	z-index: 100;
	background: var(--white);
}
footer .social {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
footer .social a {
	color:#fff;
	font-size: 18px;
	margin-left: 10px;
}
.containermenu {
  background: var(--yellow);
  height: 52px;
  overflow-x: hidden;
  margin-top: 47px;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 148px;
}
.navbar-default .navbar-nav li a {
	color: var(--black);
	font-size: 15px;
	letter-spacing: 1px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 3px solid transparent;
	padding: 15px 10px;
	text-transform: uppercase;
	font-weight: 600;
	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;
	font-family: 'Amsi Pro', sans-serif;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: var(--black);
	border-bottom: 3px solid var(--blue);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: var(--black);
	border-bottom: 3px solid var(--black);
}
.navbar-default .navbar-nav li {
	padding-right: 5px;
	padding-left: 5px;
}
.navbar-default .navbar-nav li.eligecuota a, .navbar-default .navbar-nav li.eligecuota a:hover {
	background: var(--blue) !important;
	color:#fff !important;
	text-transform: none !important;
	padding: 8px 15px 10px 15px !important;
	border-radius: 24px;
	border: none !important;
	position: relative;
	top: 7px;
}
.navbar-default .navbar-nav li.financiamiento a, .navbar-default .navbar-nav li.financiamiento a:hover {
	background: var(--blue) !important;
	color:#fff !important;
	text-transform: none !important;
	border: none !important;
	border-bottom: 3px solid var(--blue) !important;
	padding-left: 30px;
}
.navbar-default .navbar-nav li.eligecuota a::before {
	content: '';
	width: 20px;
	background: var(--yellow);
	top: -9px;
	left: 100%;
	height: 100%;
	display: block;
	height: 54px;
	position: absolute;
	-webkit-border-top-right-radius: 34px;
	-webkit-border-bottom-right-radius: 34px;
	-moz-border-radius-topright: 34px;
	-moz-border-radius-bottomright: 34px;
	border-top-right-radius: 34px;
	border-bottom-right-radius: 34px;
	z-index: 10;
}
.navbar-default .navbar-nav li.financiamiento a::before {
	content: '';
	width: 1000px;
	background: var(--blue);
	top: 0;
	left: 100%;
	height: 100%;
	display: block;
	height: 52px;
	position: absolute;
}
header .navbar-brand img {
  height: 64px;
  margin-top: -40px;
}
.carousel-home .item {
	width: 100%;
	height: 600px;
}
.buscador {
	padding: 12px;
	background:#fff;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.buscadorx {
	background:var(--yellow);
	padding: 15px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.buscador select, .buscador input {
	border: 1px solid #e0e0e0;
	padding: 9px 10px;
	border-radius: 3px;
	width: 100%;
	height: 44px;
	margin-bottom: 12px;
	background:#fff;
	color:var(--black);
}
.buscadorx select, .buscadorx input {
	border: 1px solid #e0e0e0;
	padding: 9px 10px;
	border-radius: 3px;
	width: 100%;
	height: 44px;
	margin-bottom: 12px;
	background:#fff;
	color:var(--black);
}
.buscador button, .buscadorx button {
	height: 44px;
	width: 100%;
	border-radius: 4px;
}
.buscador .row {
	margin: 0 -6px;
}
.buscador .col-xs-6 {
	padding: 0 6px;
}
.buscador {
	margin-top:-180px;
}
.ficha {
	display: block;
	width: 400px;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 30px;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}
.content-ficha {
  padding: 10px 10px 0 10px;
  min-height: 92px;
}
.imgficha {
	display: block;
	width: 100%;
	height: 190px;
	margin-bottom: 10px;
}
.ficha .marca {
	font-weight: bold;
	color: var(--black);
	text-transform: uppercase;
	font-size:  14px;
}
.ficha .precio {
	font-weight: bold;
	color:#53524a;
}
.ficha .col-xs-3 {
	text-align: right;
}
.ficha .col-xs-3 .ubicacion {
	text-align: center;
	display: inline-block;
	color: #666;
	font-size: 13px;
}
.ficha .col-xs-3 .ubicacion img {
	width: 14px;
}
.linea {
	border-top: 3px solid #e0e0e0;
	width: 100%;
	height:1px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.iconos1 {
	border: 1px solid #e0e0e0;
	padding: 15px;
	text-align: center;
}
.iconos1 a {
	color:var(--black);
	font-weight: bold;
}
.iconos2 {
	padding-top: 40px;
	text-align: center;
	color:var(--yellow);
	font-weight: bold;
}
.iconos2 div {
	margin-bottom: 20px;
	float: left;
	width: 20%;
	padding: 0 20px;
	text-align: center;
}
.iconos2 img {
	margin-top: 4px;
}
.owl2 .owl-nav, .owl2 .owl-dots {
	display: none !important;
}
.owl2 img {
	display: block;
	width: auto !important;
	margin-left:0;
	margin-right:0;
}
.contact-footer {
	padding-top: 50px;
	padding-bottom: 20px;
	background: url(images/bgyellow.jpg) no-repeat center center;
	background-size: cover;
}
.formulario-footer {
	background:#fff;
	padding: 20px;
	border-radius: 12px;
}
.formulario-footer input {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 4px;
	background:#fff;
	border: 1px solid #e0e0e0;
}
.formulario-footer textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 4px;
	background:#fff;
	border: 1px solid #e0e0e0;
	height: 80px;
}
.formulario-footer button .fa {
	font-size: 12px;
	margin-left: 5px;
}
.logofooter {
	width: 100px;
}
footer {
	background: var(--blue);
	padding-top: 40px;
	padding-bottom: 24px;
}
.menufooter ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.menufooter li {
	display: inline-block;
	margin-left: 15px;
}
.menufooter a {
	color:#fff;
}
.redesfooter {
	text-align: right;
}
.redesfooter a {
	margin-left: 10px;
}
.redesfooter .fa {
	font-size: 19px;
	color:var(--yellow);
}
.redesfooter img {
	width: 16px;
	position: relative;
	top:-2px;
}
.copyright {
	color:#777;
	font-size: 14px;
}
.developer {
	color:#777;
	font-size:14px;
	text-align: right;
}
.cab {
	background: url(images/cab.jpg) no-repeat bottom center;
	width: 100%;
	height: 300px;
	display: none;
}
.uppercase {
	text-transform: uppercase;
}
h1, h2 {
	font-weight: 600;
}
.single-precio {
	text-align: right;
}
.main-image {
	width: 100%;
	margin-bottom: 10px;
}
.imggaleria {
	display: block;
	width: 100%;
	height: 70px;
}
#html5-watermark {
	display: none !important;
}
.myrow {
	margin: 0 -5px;
}
.cols5 {
	float: left;
	width: 25%;
	padding: 0 5px;
}
.top-single {
	border: 1px solid #e0e0e0;
	padding: 12px;
	border-radius: 12px;
}
.top-single a.bg-blue {
	background:var(--blue);
	color:var(--yellow) !important;
	text-align: center;
	display: block;
	padding: 10px;
	border-radius: 12px;
	margin-bottom:12px;
	font-weight:500;
}
.top-single .botones {
	border: 1px solid #e0e0e0;
	border-radius: 12px;
}
.top-single .botones .elmento {
	float: left;
	width: 20%;
	text-align: center;
	font-size: 13px;
	line-height: 17px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 92px;
}
.top-single .botones .elmento a {
	color: #666 !important;
	display: block;
}
.top-single .botones .cborde {
	border-right: 1px solid #e0e0e0;
}
.caracteristicas {
	background:#f2f2f2;
	padding: 20px;
	font-size: 15px;
}
.caracteristicas span {
	display: inline-block;
	width: 106px;
	color:#000;
	font-weight:500;
}
.linea2 {
	width: 100%;
	height:1px;
	border-top: 2px solid var(--yellow);
	margin: 20px 0;
}
.videoresponsive {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
}
.videoresponsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mapa iframe {
	width: 100%;
	height: 300px;
}
.formulario input, .formulario select {
	display: block;
	width: 100%;
	background:#f2f2f2;
	border: 1px solid #eaeaea;
	margin-bottom: 15px;
	padding: 11px;
	border-radius: 4px;
}
.formulario textarea {
	display: block;
	width: 100%;
	background:#f2f2f2;
	border: 1px solid #eaeaea;
	margin-bottom: 15px;
	padding: 11px;
	border-radius: 4px;
	height: 100px;
}
@media(min-width:767px) {
	.content-nosotros {
		border-right: 1px solid #e9e9e9;
		padding-right: 40px;
	}
	.contact-nosotros {
		padding-left: 40px;
	}
}
.contactos {
	position: relative;
	padding-left: 30px;
	margin-bottom: 22px;
}
.contactos a {
	color: inherit !important;
}
.contactos .fa {
	font-size: 20px;
	color:var(--yellow);
	position: absolute;
	left: 0;
	top: 5px;
}
.img-nosotros {
	margin: 0 10px;
}
.nuevosform input, .nuevosform select {
	margin-bottom: 20px;
	width: 100%;
	padding: 10px;
	border-radius:4px;
	border:1px solid #d0d0d0;
	text-transform: none !important;
	background:#fff;
	height:auto;
}
.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: var(--yellow);
}
.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;
} 
.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: var(--yellow);
	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;
}
.head-cuota {
	background: var(--yellow);
	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;
}
.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: var(--yellow);
	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; 
}
.cuotamensual {
  font-size: 18px;
  font-weight: 600;
}
.cuotaresultante {
    color: var(--blue);
    font-size: 28px;
    margin-bottom: 6px;
    font-weight: bold;
}
.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;
}
select#pay {
	-webkit-appearance: none;
	appearance: none;
  	width: 100%;
  	background-image: url(images/down.png);
  	background-repeat: no-repeat;
  	background-position: 96% center;
  	background-color: #fff;
  	border: 1px solid #D2D6D7;
  	padding: 9px;
  	background-size: 10px;
}
@media(max-width:767px) {
	.buscadorx {
		margin-bottom: 40px;
	}
}
.noUi-handle {
  border: 1px solid var(--yellow);
  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: var(--yellow);
  border: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
  margin-top: 20px;
  padding: 13px 38px;
  border-radius: 24px;
  margin-top: 25px;
  display: inline-block;
  max-width: 100%;
}
.contenidocalculadora  {
	padding-left: 30px;
	padding-right: 30px;
}

@media(max-width: 598px) {
	.contenidocalculadora .col-xs-6 {
		float: none;
		width: 100%;
	}
	#pay {
		margin-top: 30px;
	}
}
.sucursal h3::after {
	content: '';
	display: block;
	height: 2px;
	width: 150px;
	background: var(--yellow);
	margin: 20px 0 30px 0;
}
.beneficio {
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 3px solid #d2d2d2;
	position: relative;
	padding-left: 115px;
	padding-right: 30%;
}
.beneficio img {
	position: absolute;
	left: 0;
	top: 0;
}
.html5-title {
	display: none !important;
}

.home header {
	position: relative;
	top: inherit;
	left: inherit;
}
.botonescontacto {
	border: 1px solid #ccc;
	padding: 9px 15px;
	background:#fff;
	color:#333 !important;
	margin: 0 10px 10px 0;
	border-radius: 6px;
}
.mapa iframe {
	margin-bottom: 30px;
}
.beneficioss {
	display: inline-block;
	width: 220px;
	text-align: center;
	margin: 0 20px 30px 20px;
	vertical-align: top;
}
.beneficioss h3 {
	font-size: 18px;
}
.beneficioss img {
	width: 80px;
	height: 80px;
}
.menuresponsives {
	display: none;
}
.openNav {
	display: none;
}
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: var(--blue);
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
  font-weight: normal;
}
.menusidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menusidebar ul a {
	color: #fff !important;
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #333;
}
.oferta {
	background:var(--yellow);
	color:var(--black);
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 4px;
	padding: 2px 9px 4px 9px;
	margin-top: 5px;
	margin-left: 5px;
}
.tachado {
	display: inline-block;
	position: relative;
}
.tachado::before {
  content: '';
  width: 102%;
  height: 1px;
  border-top: 2px solid #d00;
  display: inline-block;
  position: absolute;
  bottom: 11px;
}



@media(max-width:767px) {
	.logo {
	  position: relative;
	  top: inherit;
	  left: inherit;
	  z-index: 100;
	}
	.containermenu {
  		margin-top: 0;
	}
	.openNav {
		display: block;
		position: absolute;
		right: 15px;
		top: 30px;
		cursor: pointer;
		font-size: 17px;
	}
	.container-logo {
		position: relative;
	}
	.navbar-default {
		display: none;
	}
	.menuresponsives {
		display: block;
		padding-top: 5px;
	}
	.bcuota {
		display: inline-block;
		padding: 6px 21px 9px 21px;
		border-radius: 24px;
		color:var(--white);
		background:var(--blue);
	}
	.bfinancia {
		display: inline-block;
		padding: 6px 4px 9px 12px;
		border-radius: 24px;
		color:var(--black) !important;
		background:var(--yellow);
	}
	.buscador-top {
		display: none;
	}
	.sociales {
		display: block;
		margin-bottom: 15px;
	}
	.top .telefono a, .top .email a {
  		margin-left: 0;
	}
	.top .telefono a {
		margin-right: 12px;
	}
	.navbar-toggle {
  		padding: 5px 10px;
  		margin-top: 2px;
  		margin-right: 0;
 		background: #fff;
    	color: #000 !important;
	}
	footer .col-sm-6, .redesfooter {
		text-align: center;
	}
	.menufooter ul {
		text-align: center;
	}
	.menufooter li {
 		margin-left: 6px;
  		margin-right: 6px;
  		margin-bottom: 5px;
	}
	.redesfooter a {
 		margin-left: 8px;
  		margin-right: 8px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  		background: rgba(0,0,0,0.9);
	}
	.navbar-default .navbar-nav > li > a {
  		border-bottom: 1px solid #111 !important;
  		padding-top: 13px !important;
  		padding-bottom: 13px !important;
	}
	.single-precio {
		text-align: left;
	}
	.cab {
 		height: 200px;
	}
	.h1, h1 {
 		font-size: 30px;
	}
	.h2, h2 {
 		font-size: 26px;
	}
	.h3, h3 {
 		font-size: 20px;
	}
	.iconos1 .col-sm-4 {
		margin-bottom: 30px;
	}
	.beneficio {
		padding-right: 0;
	}
}

@media(max-width:598px) {
	.full498 {
		float: none;
		width: 100%;
	}
	.iconos2 div {
 		float: none;
  		width: 100%;
  		padding: 0 20px;
  	}
  	.elmento span {
  		display: none;
  	}
  	.top-single .botones .elmento {
  		min-height: 55px;
  		padding-left: 6px;
  		padding-right: 6px;
	}
	.cols5 {
  		float: none;
  		width: 100%;
  		padding: 0 5px;
	}
}




@media print {
  /* Eliminar la URL en los encabezados y pies de página */
  @page {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  
  /* Eliminar encabezados y pies de página de la impresión (esto varía según el navegador) */
  body {
    -webkit-print-color-adjust: exact; /* Para que se muestren los fondos */
    padding: 20px;
  }

  /* Evitar que los enlaces impriman la URL completa */
  a[href]:after {
    content: "" !important;  /* Eliminar la URL al final del enlace */
  }

  header, .cab, .top-single, .no-print {
  	display: none;
  }

  .col-sm-8 {
  	float: left !important;
  	width: 66.66%;
  }
  .col-sm-6 {
  	float: left !important;
  	width: 50%;
  }
  .col-sm-4 {
  	float: left !important;
  	width: 33.33%;
  }

  .caracteristicas {
  	padding: 0;
  }

  .caracteristicas span {
	width: auto;
  }
}