/*** CHART ***/
.chart_box {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 30px;
	background: #B3D5E2;
}
.item.chart_slide > .chart_box h4,  .chart_box > div{
    color:#5B748D;/*#5B748D;*/
}


.chart_box > .legenda_chart > h3{
    color: rgb(255, 255, 255);
    float: left;
    font-size: 31px;
    margin: 0px 0 0 10px;
}


.item.chart_slide > .chart_box {
    height: 100%;
    min-height: 250px;
    position: relative;
    width: 90%;
}

/* logo chart*/
.chart_grafic {
    float: left;
    height: 80%;
    left: 70px;
    position: absolute;
    top: 50px;
    width: 10%;
}

.sfondo_ape{
    width: 150px; 
    height: 150px;
    border-radius: 50%;
    background: white;
    position: absolute;
    text-align: center;
    left: 94px;
    position: absolute;
    top: 50px;

}
.sfondo_ape span {
    font-size: 20px;
    left: 41%;
    padding-top: 45%;
    position: absolute;
    color:#5B748D;
}
.legenda_chart{
    float:left;
    padding-top: 4%;
    
    width: 65%;
    margin-left: 35%;

}

.legenda_chart > h4{
    float: left;
    font-weight: normal;
    font-size: 2vw;
    margin-bottom: 30px;2x
}

.legenda_chart > h4 > span {
    color: white;
    margin:0 3px;
    font-weight: 100;
}
.row_legenda {
    width: 45%;
    float: left;
    
    margin-right: 3%;
}

.legenda_table {
    width:80%;
    clear:left;
}

.row_legenda > span{
    float: left;
    
    font-weight: 100;
    margin-top: 5px;
}
.row_legenda > span.text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 73%;
    margin-right: 3px;

}

.row_legenda span.color_icon{
    width: 10px;
    margin-right: 5px;
    border: 1px solid #fff;
    height: 10px;
}