text {
    fill:#808080;
    font-family: Roboto, sans-serif;
}

.infografia-container h3, h3 {
    padding:30px 0 15px;max-width:300px;text-align:center;
}

.legbol {
    font-family: Roboto, sans-serif;
    display: inline-block;
    width: 130px;
    font-size: 15px;
    color: #4e97cd;
}

.legbol:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 4px;
    margin-bottom: -2px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #4e97cd;
}
.legbol:nth-child(2) {
    color: #d14f51;
}

.legbol:nth-child(2):before {
    background-color: #d14f51;
}
.newBack {
    width: 100%;
    position: absolute;
    height: 500px;
    background: #f6f6f6;
    top: 35px;
    left: 15px;
    border-top:1px solid #000;
    border-bottom: 1px solid #000;
}

.oneH {
    font-family: Roboto, sans-serif;
    position: absolute;
    top: 29px;
    left: -17px;
    font-size: .6rem;
    color: #808080;
}

.twoH {
    top:249px;
    left: -12px;
}

.threeH {
    top:527px;
    left: -6px
}
.midle {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 51%;
    left: 15px;
    border-bottom: 1px dashed;
}
.labels {
    font-size: .9rem;
}

.bottomLabel {
    font-family: Roboto,sans-serif;
    position: absolute;
    bottom: -77px;
    left: calc(50% - 105px);
    font-weight: bold;
    font-size: 1.2rem;
}
tspan {
    font-style: italic;
}
.axis-y path, .axis-x path {
    display: none;
}

.axis-y text, .axis-x text {
    font-size:.55rem;
    fill: #808080;
}
.axis-x .tick:nth-child(12) {
    display:none;
}
.bolita {
    position:absolute;
    top: 0;
    left: 0;
    transition: all 1s;
}

.porchisp {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    position: absolute;
    left: -18px;
    color:#9a9a9a;
    top: 8px;
}
.fotitos {
    position:absolute;
    width: 300px;
    min-height: 500px;
    top: 485px;
    left: 20px;
    opacity:0;
    transition: opacity .2s;
    -webkit-transform: translateZ(0);
    background: transparent;
}
.tooltip {
    font-family: Roboto, sans-serif;
    pointer-events: none;
    background: #fff;
    position: absolute;
    text-align: left;
    width: 170px;
    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;
    line-height:21px;
}

.newbol {
    width: 30px;
    height:30px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}
.toolDiv {
    position: absolute;
    top: 74%;
    z-index:3;
    margin: 0 auto;
    right: 0%;
    font-family: Roboto, sans-serif;
    pointer-events: none;
   
    position: absolute;
    text-align: right;
   
    padding: 5px 5px 5px 5px;
    margin-left: -30px;
    margin-top: 15px;
    display: none;
    z-index: 999999;
  
    font-size: 14px;
    line-height:21px;

}

.newbol img {
    width: 30px;
    position: absolute;
    top:0;
    left:0;
    filter:grayscale(100%);
}

.newbol img.color {
    filter: grayscale(0%);
   
}
.bolas {
    position: relative;
    text-align:center;
  
}

.parrafo {
    font-size: 16px;
    position: relative;
    font-family: Roboto,sans-serif;
    z-index: 2;
    color: #fff;
    display: table;
    padding: 15px 12px;
    line-height: 25px;
    height: auto;
    text-align: center;
    width: 90%;
    margin: 50px 38px 600px;
    max-width: 400px;
    background: #000;
}
@media (min-width: 780px) {


    .porchisp {
        left: -48px;
    }

.bottomLabel {
   
    bottom: -73px;
    left: calc(50% - 149px);
    font-size: 1.1rem;
}

.twoH {
    top: 254px;
}
.oneH {
    left: -48px;
}
.midle {
   
    width: 92%;
   
    top: 52%;
    left: -15px;
  
}
.newBack {
    width: 92%;
    position: absolute;
    height: 500px;
    background: #f6f6f6;
    top: 35px;
    left: -15px;
}

    .axis-y text, .axis-x text {
    font-size:.7rem;
    }
.newbol {
    width: 40px;
    height: 40px;
}

.newbol img {
    width: 40px;
}
.parrafo {
    width: 330px;
    font-size: 16px;
    line-height: 24px;
    margin: 50px auto 600px;
}

    .fotitos {
        width: 780px;
        left: calc(50% - 330px);
    }
   
}

