.inicio >h1{
	font-weight:bold;
	
}

.inicio >p{
	color:#007bff;
	text-transform: uppercase;
}	
	
.final> div > p  {
	 padding-top: 25px
}

.final> div > h2 , .final> div > h5{
	color:#007bff;
	font-weight: 700!important;
	font-size: 1.25rem;
}

.mas-menos {
	cursor: pointer;
}
.tablaAmortizacionSimulacion table td{
    padding: 1px 5px 1px 5px;
    border-right: solid 1px #cccccc;
    vertical-align: top;
    height: 100%;
}

.tablaAmortizacionSimulacion table{
	width: 100%;
}

.tablaAmortizacionSimulacion {
	font-size:11px;
	color: #696c73;	
}

.modalSimulador .modal-content{
	padding:10px;
}

.componente-cuadro-simulador{
	background-color: white;
	padding: 20px;
	margin-bottom: 10px;
}
.componente-cuadro-simulador .noUi-connect{
	background:#007bff;
}
.labelSimulador{
	display: block;
	text-align: left;
}
.labelSimulador span{
	font-weight: bold;
	font-size: 18px;
}
.inputSimulador{
	margin-bottom: .8rem;
}
label.btn.btn-secondary{
	background-color: white;
	border:0;
	color:black;
}
label.btn.btn-secondary.active{
	background-color: #007bff !important;
	border:0;
}

.astSimulador {
	font-size: 0.75rem;
	color: #696c73;
	margin-top: 5px;
}

.totalSimulador > span:not(:first-child) {
    color: #007bff;
	font-weight: bold;
	font-size: 1.2rem;
}

/* ------------------ Select option ------------------ */
.select-option > input[type="radio"] {
	display: none;
}

.select-option{
    text-align: center;
}

.select-option > label{
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  border-top: 12px solid blue;
  padding-top: 14px;
  border-top-color: #c3d7f7;
  color: #c3d7f7;
  font-size: 17px;
  font-weight: bold;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  text-align: center;
  transition: all 100ms linear;
}
.select-option > label.selected, .select-option > label:hover{
  color: #397ae6;
  border-top-color: #397ae6;
}
.select-option > label:hover{
  text-decoration: none;
}
.select-option > label:nth-child(1), .select-option > label:nth-child(3){
  margin-right: 5px;
}
.select-option > label:nth-child(2), .select-option > label:nth-child(4){
  margin-left: 5px;
}
.select-option > label.seleccionado {
    color: #397ae6 !important;
    border-top-color: #397ae6 !important;
}
/* ------------------ /Select option ------------------ */