.line {
    fill: none;
    stroke: steelblue;
    stroke-width: 2px;
}

.bolas {
    font-family: Roboto, sans-serif;
    width: 100%;
    max-width: 840px;
    text-align: center;
    position: relative;
}

.cambio {
    /* border: 1px solid #000; */
    /* border-radius: 2px; */
    color: #fff;
    background-color: #000;
    /* width: 116px; */
    padding: 1px 11px;
    position: absolute;
    top: 5%;
    font-size: 13px;
    left: 14%;
    text-transform: uppercase;
    cursor: pointer;

}

text {
    font-family: Roboto, sans-serif;
    font-size: 10px;
}

.flecha {
    display: none;
}

.tick line {
    stroke: #616161;
}

.domain {
    stroke: #616161;
}

.axis-x line {
    display: none;
}

text {
    fill: #616161;
    font-size: 13px;
}

.axis-x text {
    fill: #fff;
    font-size: 12px;
}

.cali {
    fill: #3c918a;
}

.legend1 {
    fill: #3c918a;
}

.legend2 {
    fill: #9acc99;
}

.legend3 {
    fill: #e6d26d;
}

.legend4 {
    fill: #e17e50;
}

.legend5 {
    fill: #d70000;
}

.cali,
.calinum {
    display: none;
}

.eeuunum {
    font-weight: 700;
    font-size: 13px;
    fill: #000;
}

.botLeg {
    max-width: 800px;
    font-size: 14px;
    color: #575757;
    margin: auto;
    position: relative;
}

.menos {
    position: absolute;
    left: 10%;
    top: -18px;
}

.mas {
    position: absolute;
    right: 8%;
    top: -18px;
}

.topTit {
    width: 85%;
    margin-left: 16px;
    color: #575757;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 20px;
}

.botTit {
    position: absolute;
    left: 15%;
    color: #575757;
    font-weight: 700;
    top: 10px;
    font-size: 16px;
}

.tooltip {
    font-family: Roboto, sans-serif;
    pointer-events: none;
    background: #fff;
    position: absolute;
    text-align: center;
    width: 130px;
    background: #fff;
    box-shadow: 0px 30px 80px -40px rgba(0, 0, 0, .8);
    padding: 5px 5px 5px 5px;
    margin-left: -30px;
    margin-top: 15px;
    display: none;
    z-index: 999999;
    border: solid 1px rgba(0, 0, 0, .15);
    border-radius: 5px;
    font-size: 14px;
}

.toolDiv {
    position: absolute;
    bottom: 9%;
    margin: 0 auto;
    right: 11%;

}

@media screen and (min-width: 780px) {

    .cambio {
        left: 10%;
    }

    .topTit {
        width: 37%;
        margin-left: 35px;
    }

    .botLeg {
        font-size: 14px;
    }

    .menos {
        left: 9%;
        top: -16px;
    }

    .mas {
        right: 6%;
        top: -16px;
    }

    .botTit {
        left: 34%;
        top: 6px;
    }

    .cali,
    .calinum {
        display: block;
    }

    .flecha {
        display: block;
    }
}