body{
	font-family: 'Roboto', sans-serif;
}
.slider.slider-vertical {
    height: 225px;
    width: 20px;
}

.container-slider-mobile .slider.slider-vertical {
    height: 112px;
    width: 20px;
}
.interactivo-billete {
	margin-top:10px;
}
.interactivo-billete .slider-handle{
	background-image: url(../img/billete.svg);
	width: 740px;
	height: 210px;
    background-color: transparent;
    margin-top: -105px !important;
	left: 20px;
	box-shadow: none
}
.interactivo-billete .slider-track{
	visibility: hidden;
}

.container-slider-mobile{
	z-index: 100;
}

.container-slider-mobile .slider.slider-horizontal {
    width: 80%;
    height: 20px;
}

.container-slider-mobile .slider-handle{
	background-image: url(../img/billete-mobile-horizontal.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
    background-color: transparent;
    margin-top: -40px !important;
    margin-left:-50px!important;
	box-shadow: none;
	overflow: hidden;
	width:100px;
	height:100px;
}

.container-slider-mobile .slider-track{
	/*visibility: hidden;*/
}
.titulos{
	text-align: center;
}
.tabla, .tabla2{
	font-size: 18px;
	text-align: center;
	margin: 0;
	padding: 0;
}
.tabla .row, .tabla2 .row {
	display: table;
	height: 28px;
	margin: 0;
	padding: 0;
    width: 100%;
    transition: 1.6s all;
}
.tabla .row>div, .tabla2 .row>div{
	display: table-cell;
	vertical-align: middle;
}

.tabla .row:last-child {
    /*border-bottom: 2px solid #006E94;*/
}

.bicolor{
	background: rgb(205,234,243); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(205,234,243,1) 0%, rgba(205,234,243,1) 75%, rgba(250,219,220,1) 75%, rgba(250,219,220,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(205,234,243,1) 0%,rgba(205,234,243,1) 75%,rgba(250,219,220,1) 75%,rgba(250,219,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(205,234,243,1) 0%,rgba(205,234,243,1) 75%,rgba(250,219,220,1) 75%,rgba(250,219,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeaf3', endColorstr='#fadbdc',GradientType=1 ); /* IE6-9 */
}

.stripe{
	border: 2px solid #006E94;
	border-left: 0;
	border-right: 0;
}

tr.edad-comienzo td, tr.tiempo-ahorrado td{
	padding:10px;
}

tr.edad-comienzo .col-active{
	border:1px solid #F4CACA;
	/*background-color: rgba(244, 202, 202, 0.4);*/
	border-bottom:0;
	font-weight: 700
}

tr.tiempo-ahorrado .col-active{
	border:1px solid #F4CACA;
	/*background-color: rgba(244, 202, 202, 0.4);*/
	border-top:0;
	font-weight: 700
}

.tabla .edad,
.tabla .aporte,
.tabla .rentabilidad {
	color: #9A9A99;
	font-weight: 300;
}

.tabla .bicolor .edad,
.tabla .bicolor .aporte {
	color: #006E94;
	font-weight: 700;
}

.tabla .bicolor .rentabilidad {
	color: #E9494F;
	font-weight: 700;
}


.tabla2 .edad,
.tabla2 .aporte,
.tabla2 .rentabilidad {
	color: #9A9A99;
	font-weight: 300;
}

.tabla2 .bicolor .edad,
.tabla2 .bicolor .aporte {
	color: #006E94;
	font-weight: 700;
}

.tabla2 .bicolor .rentabilidad {
	color: #E9494F;
	font-weight: 700;
}

.suma-aporte{
	color:#006E94;
	font-size:20px;
	font-weight: 700;
}

.suma-rentabilidad{
	color:#E9494F;
	font-size:20px;
	font-weight: 700;
}

.suma-aporte-mobile{
	color:#fff;
	font-size:20px;
	font-weight: 700;
}

.suma-rentabilidad-mobile{
	color:#fff;
	font-size:20px;
	font-weight: 700;
}

.suma-rentabilidad:before{
	content:"+";
	color:#E9494F;
	font-weight: 700;
	font-size: 20px;
	position: absolute;
	top:0;
	left:0;
}

.suma-rentabilidad-mobile:before{
	content:"+";
	color:#E9494F;
	font-weight: 700;
	font-size: 20px;
	position: absolute;
	top: 30%;
    left: -15px;
}

.row.total {
    border: 3px solid #E9494F;
    padding: 10px 0 5px;
    color:#E9494F;

}

.row.total span{
    font-size: 1.7em;
    display: inline-block;
    float:right;
    margin-top: -5px;
    margin-right: 30px;
    font-weight: 700;
}
.row.total span:before{
	content: "$";
	font-size: 16px;
	position: relative;
	top: -1px;
	left:0;
	color:#E9494F;
}

.row.sumas {
    padding: 10px;
    text-align: center;
}

.slider.slider-horizontal .slider-track {
    height: 0px;
    width: 100%;
    top: 70%;
    left: 0;
    border-top: 2px dotted #63AEED;
    border-radius: 0px;
}