/*
Theme Name: Yamaha
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--red: #ED1C24;
	--black: #02020D;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: var(--black);
	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);
}
.red {
	color: var(--red);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-red {
	background: var(--red);
}
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(--red);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--red);
	border: none;
	padding: 9px 24px;
	font-size:  15px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	border-radius: 8px;
}
.boton:hover, .boton:focus {
	color: var(--white);
	background: var(--black);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: var(--red);
}

/**** HEADER ****/
.top {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:14px;
	text-align: center;
}
.top a {
	color:#fff;
}
.top span {
	display: inline-block;
	margin: 0 8px;
	font-size: 12px;
	color:#fff;
	position: relative;
	top: -1px;
}

header {
	z-index: 100;
	position: relative;
	width: 100%;
	background: #fff;
}
header .navbar-brand {
	padding: 0;
	margin-top: 18px;
	margin-bottom: 18px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 45px;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-default .navbar-nav li > a {
	color: var(--black);
	font-size: 15px;
	border: none;
	padding: 32px 12px;
	font-weight: 500;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: var(--red);
  background-color: #fff;
}
/* contenedor principal del megamenú (nivel 2) */
.dropdown.megamenu { 
	position: static !important; 
}
.megamenu-content {
	position: absolute; /* se posiciona respecto al navbar */
    top: 100%; /* justo debajo del navbar */
    left: 0;
    width: 100%;
    background: #efefef;
    z-index: 1050;
    display: none;
}
.dropdown.megamenu:hover > .megamenu-content { 
	display: block; 
}
/* fila de categorías (nivel 2) */
.megamenu-item {
	font-size: 14px;
	color: var(--black);
	padding: 15px 4px;
	border-bottom: 3px solid transparent;
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
	text-transform: none;
}
.megamenu-item:hover { 
	border-bottom: 3px solid var(--red); 
	color:var(--black);
}
/* contenedor terciarios */
.terciarios-wrap { 
	position: relative;
}
.megamenu-terciario {
	position: absolute;
    top: 100%;    /* justo debajo de la fila de categorías */
    left: 0;
    width: 100%;
    background: #ffffff;
   	padding: 0;
    display: none;
    z-index: 1060;
}
.megamenu-terciario .col-sm-2 { 
	margin-bottom: 10px; 
	text-align: center;
}
.megamenu-terciario a { 
	padding-top: 20px;
	padding-bottom: 20px;
	display:block; 
	position: relative;
}
.megamenu-terciario a::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 70px;
	border-left: 1px solid #e0e0e0;
	position: absolute;
	left: -15px;
	top: 40px;
}
.megamenu-terciario .col-sm-2:nth-child(1) a::before {
	content: none;
}
.megamenu-terciario img {
	width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: block;
}
.titulo-megamenu {
	color:var(--black) !important;
	font-size: 14px;
	font-weight: normal;
}
.precio-megamenu {
	color:var(--red) !important;
	font-size: 16px;
	font-weight: bold;
}
.acciones a {
	display: block;
	width: 100%;
	padding: 10px;
	color:var(--black) !important;
	background: #efefef;
	font-size: 14px;
	text-align: center;
}
.acciones {
	margin: 0;
}
.acciones .col-sm-4, .acciones .col-sm-6 {
	padding: 0;
}
.acciones a.credito {
	background:#d9d9d9;
}
/* dropdown normal que abre en hover */
.hover-dropdown.open > .dropdown-menu { 
	display:block; 
}

.sidenav {
  	height: 100%; 
  	width: 0; 
  	position: fixed; 
  	z-index: 9999; 
  	top: 0; 
  	left: 0;
  	background-color: var(--black);
  	overflow-x: hidden; 
  	padding-top: 60px; 
  	transition: 0.3s; 
  	box-shadow: 50px 0px 30px 0px rgba(0,0,0,0.1);
}
.closebtn {
	position: absolute;
  	top: 0;
  	color: #fff !important;
  	right: 15px;
  	font-size: 55px;
  	font-weight: 300;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 100;
	display: none;
}
body.open .overlay {
	display: block;
}
.navbar-toggle {
  	padding: 9px 4px;
  	margin-top: 16px;
  	margin-right: 15px;
  	background-color: transparent !important;
  	border: none !important;
    border-radius: 4px;
  	font-size: 20px;
}


.owl1 .owl-nav  {
	display: none !important;
}
.owl1 .owl-dots {
	display: block !important;
	margin-top: -60px;
	margin-bottom: 40px;
	text-align: center;
	position: relative;
	z-index: 9999;
}
.owl1 button.owl-dot {
    background: #ccc;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    display: inline-block;
    width: 26px;
    height: 8px;
    border: none;
    border-radius: 4px;
    margin: 0 3px;
}
.owl1 button.owl-dot.active {
	background: var(--red);
}
.bg {
	background: url(images/bg.jpg) no-repeat center center;
	background-size: cover;
}
.h1 {
	font-size: 46px,;
	font-weight: 600;
}
.feature {
	border-radius: 10px;
	margin-bottom: 20px;
	color:#fff;
	padding: 20px;
	width: 498px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.featured-titulo {
	font-size: 21px;
	line-height: 26px;
	position: relative;
	padding-left: 60px;
	margin-bottom: 12px;
	font-weight: 600;
}
.featured-titulo img {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
}
.featured-content {
	height: 80px;
}
.feature a {
	display: inline-block;
	border: 1px solid #fff;
	color:#fff !important;
	padding: 8px 30px;
	border-radius: 8px;
	font-size: 15px;
}
.feature a:hover {
	background:#fff;
	color:var(--black) !important;
}
.bg-grey {
	background: #f0f0f0;
}
.fondos {
	position: relative;
	color:#fff;
}
.fondos .fondo1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: url(images/bg1.jpg) no-repeat center center;
	background-size: cover;
}
.fondos .fondo2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: url(images/bg2.jpg) no-repeat center center;
	background-size: cover;
}
.fondos h2 {
	color:#fff;
}
.fondos .f1 {
	padding-top: 50px;
	padding-right: 10%;
}
.fondos .f2 {
	padding-top: 50px;
	padding-right: 10%;
	padding-left: 50px;
}
.f1 .boton {
	background: transparent;
	border: 1px solid #ffffff;
	color:#ffffff;
}
.f1 .boton:hover {
	background: var(--white);
	border: 1px solid var(--white);
	color: var(--red);
}
.f2 .boton {
	background: transparent;
	border: 1px solid #ffffff;
	color:#ffffff;
}
.f2 .boton:hover {
	background: var(--red);
	border: 1px solid var(--black);
	color: var(--whit);
}
.links {
	text-aling: center;
}
.links a {
	display: inline-block;
	padding: 7px 15px;
	border: 1px solid var(--black);
	color:var(--black) !important;
	border-radius: 8px;
}
.links a.active {
	background: var(--red);
	color:#fff !important;
	border: 1px solid var(--red);
}
.imgnoticia {
	display: block;
	width: 100%;
	height: 230px;
}
.noticia {
	margin-bottom: 30px;
	width: 480px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.contenido-noticia {
	background: #eaebed;
	padding: 0 20px 20px 20px;
	text-align: left;
}
.fecha {
	margin-bottom: 10px;
	background: #c60a13;
	text-transform: capitalize;
	color:#fff;
	display: inline-block;
	padding: 6px 10px;
	font-size: 12px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.noticia .excerpt {
	font-size: 14px;
}
.leermas {
	font-weight: 600;
}
small {
	font-size: 11px;
	display: block;
	line-height: 16px;
}
footer {
	border-top: 3px solid #555555;
	padding-top: 40px;
	color:#fff;
	background: #202020;
	font-size: 15px;
}
footer .titulo {
	font-weight: 600;
	margin-bottom: 10px;
}
footer a {
	color:#fff !important;
}
footer .col-sm-3 a {
	display: block;
	padding: 2px 0;
}
.bg-yamaa {
	background-image: url(images/yamaha.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	background-color: var(--black);
	background-position: top center;
}
.cabnosotros {
	background: url(images/cabnosotros.jpg) no-repeat center center;
	background-size:  cover;
}
.cab h1 {
	font-weight: 600;
	margin:  0;
	padding: 0;
	color: #fff;
}
.cab {
	padding-top: 200px;
	padding-bottom:  80px;
}
.valores img {
	margin-bottom:  10px;
}
.valores h4 {
	font-size:  16px;
}
.fechas {
	text-transform:  capitalize;
}
.motos-1, .motos-2, .motos-3, .motos-4 {
	position:  relative;
}
.bread {
	padding-top:  15px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 14px;
}
.galeria-colores {
	width:  420px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.galeria-colores img {
	width:  100%;
}
.owl2 .owl-nav  {
	display: block !important;
	/*** 
	position: absolute;
	top: 70px;
	****/
}
.owl-colores .owl-nav button span {
	display: none;
}
.owl-colores .owl-nav button.owl-next {
    background: url(images/right2b.png) no-repeat center center;
    background-size: cover;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    position: absolute;
    top: 80px;
    right: -30px;
}
.owl-colores .owl-nav button.owl-prev {
    background: url(images/left2b.png) no-repeat center center;
    background-size: cover;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    position: absolute;
    top: 80px;
    left: -30px;
}
.color-buttons {
	text-align:  center;
	margin-top: 20px;
}
.color-btn {
	display:  inline-block;
	width:  34px;
	height: 34px;
	border-radius: 50%;
	border:  none;
	outline:  none;
	border: 1px solid #ccc;
	margin: 0 2px;
}
.itemgaleria {
	display:  block;
	width: 100%;
	height: 200px;
}
#html5-watermark, .html5-text {
	display:  none !important;
}
.owl-galeria .owl-nav, .owl-galeria .owl-dots {
	display:  none !important;
}
.table td {
	border:  1px solid #e0e0e0;
	padding: 20px 15px;
	text-align: center;
}
.tabla-uniforme {
  table-layout: fixed;
  width: 100%; 

}
.tabla-uniforme td {
	padding: 14px 25px !important;
	text-align: left;
	background: #fafafa;
  width: 50%; /* si tiene 2 columnas */
}
.tabla-uniforme strong {
	font-weight: 500;
}
.imagen-formulario {
	position: absolute;
	left: 0;
	top:  0;
	height: 100%;
	width: 41%;
}
#cotizacion .col-sm-7 {
	padding-top: 30px;
}
.formulario input, .formulario select {
	background: #fff;
	border: none;
	outline: none;
	padding: 11px 14px;
	width: 100%;
	margin-bottom: 10px;
	height: 44px;
	border-radius: 4px;
}
#cotizacion .formulario button {
	width:  100%;
	height: 44px;
}
.calculos img {
	width: 52px;
	margin-bottom: 10px;
}
.boton3 {
	display: inline-block;
	border: 1px solid #646473;
	color: var(--black) !important;
	background: transparent !important;
	padding: 12px 20px;
	outline: none;
	border-radius: 30px;
	font-weight: 500;
	font-size: 14px;
	width: 240px;
	max-width: 100%;
}
.contacto input, .contacto select, .contacto textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #d0d0d0;
	background: #ffffff;
	margin-bottom: 15px;
}
.contacto textarea {
	min-height: 120px;
}
.divcontacto {
	position: relative;
	padding-left: 58px;
}
.divcontacto span {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 44px;
	height: 44px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	border-radius: 50%;
	background: #333;
	line-height: 43px;
}
.divcontacto p {
	font-size: 13px;
	margin-bottom: 1px;
	font-weight: 500;
}
.todo {
	background: #f2f2f2;
	overflow: hidden;
}
.todo .select {
	background: #EAEAEA;
	position: relative;
	padding: 12px;
}
.todo .select select {
	background: #fff;
	border: none;
	outline: none;
	width: 100%;
	height: 44px;
	padding: 11px;
}
.todo .select button.submit {
	background: var(--red);
	color: #fff;
	height: 44px;
	width: 44px;
	text-align: center;
	border: none;
	outline: none;
	position: absolute;
	top: 12px;
	right: 12px;
	line-height: 42px;
}
.resultados {
	padding: 12px;
	font-size: 15px;
	height: 537px;
	overflow-y: scroll;
}
.ficha {
	background: #fff;
	padding: 12px;
	margin-bottom: 12px;
}
.titulo-ficha {
	position: relative;
	font-weight: 500;
	padding-left: 90px;
	padding-top: 8px;
	min-height: 80px;
}
.titulo-ficha img {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
}
.contac {
	display: block;
	position: relative;
	padding-left: 31px;
	margin-bottom: 8px;
}
.contac .fa {
	position: absolute;
	left: 6px;
	top:  1px;
	color: #333;
	font-size: 18px;
}
.ficha .boton {
	width: 300px;
	max-width: 100%;
	text-align: center;
}
.filtrosbtn {
	background: var(--red);
	color: #fff;
	font-size: 14px;
	padding: 10px 30px 10px 12px;
	margin-top: 12px;
	width: 100%;
	border: none;
	outline: none;
	position: relative;
	text-align: left;
}
.filtrosbtn span {
	position: absolute;
	right: 15px;
	top: 8px;
	font-size: 17px;
	font-weight: 600;
}
#html5-close  {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: -16px;
  margin-right: -16px;
  background: #111;
  border-radius: 50%;
  width: 38px;
}
.representada img {
	width:  65px;
	margin-right: 15px;
}

@media(min-width:767px) {
	.pleft {
		padding-left: 30px;
	}
	.pright {
		padding-right:  30px;
	}
	.motos-2 a::before, .motos-3 a::before, .motos-4 a::before {
		content: '';
		display: inline-block;
		width: 1px;
		height: 80px;
		border-left: 1px solid #e0e0e0;
		position: absolute;
		left:0;
		top: 60px;
	}
	.cborde {
		border-right: 1px solid #ccc;
	}
	.nopleft {
		padding-left: 0;
	}
	.nopright {
		padding-right: 0;
	}
}


@media(max-width: 1180px) {
	.navbar-default .navbar-nav li > a {
  		padding: 32px 10px;
  	}
}



@media(max-width: 1100px) {
	.navbar-header {
      float: none;
  	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    	margin-left: 0;
  	}
	.navbar-right {
		display: none !important;
	}
	.navbar-toggle {
   		display: block !important;
   		position: relative;
  		float: right;
  		margin-right: 0;
  	}
  	.linksidebar {
  		display:  block;
  		width:  100%;
  		color: #fff;
  		padding: 12px 15px;
  	}
  	.panel-group {
  		margin-bottom: 0;
	}
	.panel-group .panel {
  		border-radius: 0;
	}
	.panel-default {
  		border-color: none !important;
	}
	.panel {
  		margin-bottom: 0;
  		background-color: transparent !important;
  		border: none !important;
  		border-radius: 0;
  		-webkit-box-shadow: none !important;
  		box-shadow: none !important;
	}
	.panel-default > .panel-heading {
  		color: #fff;
  		background-color: transparent !important;		
  		border-color: none;
  		font-weight: normal;
  		padding: 0;
	}
	.panel-title {
  		margin-top: 0;
 		margin-bottom: 0;
  		font-size: 16px;
  		color: inherit;
  		font-weight: normal;
	}
	.panel-title a {
		display:  block;
  		width:  100%;
  		color: #fff;
  		padding: 12px 15px;
	}
	.panel-title a:hover {
		color: var(--red);
	}
	.panel-heading .accordion-toggle {
		position:  relative;
	}
	.panel-heading .accordion-toggle.collapsed::after {
    	content: "+";
    	font-size: 16px;
    	position: absolute;
    	right: 15px;
    	top: 10px;
  	}
  	.panel-heading .accordion-toggle::after {
    	content: "-";
    	color: #fff;
    	font-size: 20px;
    	position: absolute;
    	right: 15px;
    	top: 7px;
    }
    .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  		border-top: none !important;
	}
	.linksidebar2 {
  		display:  block;
  		width:  100%;
  		color: #fff;
  		padding: 8px 35px;
  	}
  	.panel-body {
  		padding: 0;
	}
	.precio-single, .imagen-single {
		margin-bottom: 20px;
	}

}

@media(max-width: 991px) {
	.fondos .f1 {
  		padding-right: 20px;
	}
	.fondos .f2 {
  		padding-right: 20px;
  		padding-left: 20px;
	}
}

@media(max-width: 767px) {
	.navbar-toggle {
  		margin-right: 15px;
  	}
  	header .navbar-brand img {
  		height: 45px;
  		margin-left: 15px;
	}
  	.h1, h1 {
 		font-size: 28px;
	}
	h2 {
  		font-size: 24px;
	}
	.fondos .fondo1, .fondos .fondo2 {
		display: none;
	}
	.f1 {
		background: url(images/bg1.jpg) no-repeat center center;
		background-size: cover;
	}
	.f2 {
		background: url(images/bg2.jpg) no-repeat center center;
		background-size: cover;
	}
	.cab {
 		padding-top: 90px;
  		padding-bottom: 35px;
	}
	.imagen-formulario {
	  position: relative;
	  left: inherit;
	  top: inherit;
	  height: 300px;
	  width: 100%;
	}
	#cotizacion .formulario button {
	  width: auto;
	  height: 44px;
	  margin-left: auto;
	  margin-right: auto;
	  display: block;
	}
}


@media(max-width: 498px) {
	.full498 {
		width: 100%;
		float: none;
	}
	.galeria-colores {
  		width: 260px;
  		max-width: 100%;
 	}
 	.tabla-uniforme tr, .tabla-uniforme td {
 		display: block;
 		width: 100%;
 	}

}



.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;
}
.cuotamensual {
  font-size: 18px;
  font-weight: 600;
}
.cuotaresultante {
    color: var(--yellow);
    font-size: 28px;
    margin-bottom: 6px;
    font-weight: bold;
}
.cuotaresultante em {
    font-style: normal;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    top: -3px;
    color: var(--red);
}
.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;
}
.noUi-handle {
  border: 1px solid var(--red);
  border-radius: 0;
}
.noUi-horizontal {
  height: 10px;
}
.noUi-horizontal .noUi-handle {
  width: 32px;
  height: 20px;
  left: -17px;
  top: -6px;
  border-radius: 20px;
}
.noUi-handle::before {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 1px;
  background: #ffffff;
  left: 13px;
  top: 4px;
}
.noUi-handle::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 1px;
  background: #ffffff;
  left: 17px;
  top: 4px;
}
.titulocalc {
	position: relative;
	top: 8px;
	font-weight: normal;
}
.cuotaresultante {
	margin-top: 2px;
  	margin-bottom: 2px;
  	line-height: 24px;
  	color: var(--red);
}
.close {
	display: none;
}
 .modal-dialog {
    width: 900px;
    max-width: 96%;
    margin: 30px auto;
}
.cuotamensual {
  margin-top: 8px;
}
.calculadoras a.button {
  background: var(--red);
  border: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  color: #fff;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
  margin-top: 20px;
  padding: 13px 38px;
  border-radius: 12px;
  margin-top: 25px;
  display: inline-block;
  max-width: 100%;
}
.contenidocalculadora  {
	padding-left: 30px;
	padding-right: 30px;
}
@media(max-width:498px) {
	.contenidocalculadora .col-xs-6 {
		float: none;
		width: 100%;
	}
	#pay {
		margin-top: 30px;
	}
}