#chartsimulator {
	max-width: 520px;
	margin: 0 auto;
}

#chartsimulator > div > div {
	width: 100% important;
	margin: 0 auto;
}

#format-select {
	display: none;
}

.bar-plazo {
	padding: 10px 0;
	text-align: center;

	font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.11px;
  color: #414047;

	
}
 .item-bar_color {
 	background-color: #95d8a7;
 }
.item-bar.bar-1.active .item-bar_color {
	opacity: 1;
	height: 35px;
}

.item-bar.bar-2.active .item-bar_color {
	opacity: 1;
	height: 80px;
}

.item-bar.bar-3.active .item-bar_color {
	opacity: 1;
	height: 140px;
}

.item-bar.bar-4.active .item-bar_color {
	opacity: 1;
	height: 210px;
}


.gats-simulator {
	max-width: 800px;
	margin: 0 auto;
}

.chart-bars ul {
	overflow: hidden;
}

.chart-bars ul li {
	float: left;
	width: 25%;
	position: relative;
	height: 280px;
}

.item-bar {
	width: 80%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.item-bar .rendimiento {
	text-align: center;
	display: block;
	font-size: 14px;
	font-weight: 900;
	color: #4a4a4a;
	padding: 10px 0;
	z-index: 33;
	 /* position: absolute; */;
}

.item-bar_color {
	display: block;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
	z-index: 1;
}

.item-bar .percent {
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	color: #414047;
	text-align: center;
	display: block;
	padding: 10px 0;
}
.percent sup {

    vertical-align: super;
    font-family: "Open Sans";
 
    line-height: normal;
    letter-spacing: 0.11px;
    text-align: center;
    color: #414047;
    font-size: 12px;
}


@media (max-width:600px) {
	.item-bar .rendimiento {
		font-size: 13px;
	}

	.item-bar {
		width: 85%;
	}
}