.pichanal {
    position: absolute;
    width: 32px;
    height: 46px;
    height: auto;
    
    top: 5%;
    left: 32%;

}

.lajitas {
    position: absolute;
    width: 32px;
    height: 46px;
    height: auto;
    top: 9%;
    left: 31%;
}

.central {
    position: absolute;
    width: 32px;
    height: 46px;
    height: auto;
    top: 18%;
    left: 27%;
}

.metan {
    position: absolute;
    width: 32px;
    height: 46px;
    height: auto;
    top: 12%;
    left: 29%;
}

.villaguay {
    position: absolute;
    width: 32px;
    height: 46px;
    height: auto;
    top: 37%;
    left: 43%;
}

.villarosario {
    position: absolute;
    width: 32px;
    height: 46px;
    height: auto;
    top: 41%;
    left: 48%;
}

.concordia {
    position: absolute;
    width: 32px;
    height: 46px;
    height: auto;
    top: 41%;
    left: 47%;
}

.zarate {
    position: absolute;
    width: 32px;
    height: 46px;
    height: auto;
    top: 48%;
    left: 44.5%;
}

.america {
    position: absolute;
    width: 32px;
    height: 46px;
    height: auto;
    top: 54%;
    left: 34%;
}


.cocha {
    position: absolute;
    width: 32px;
    height: 46px;
    height: auto;
    top: 22%;
    left: 28%;
}

.ceres {
    position: absolute;
    width: 32px;
    height: 46px;
    height: auto;
    top: 34%;
    left: 38%;
}

.chajari {
    position: absolute;
    width: 32px;
    height: 46px;
    height: auto;
    top: 33%;
    left: 46%;
}

.pehuajo {
    position: absolute;
    width: 32px;
    height: 46px;
    height: auto;
    top: 58%;
    left: 39%;
}

.roca {
    position: absolute;
    width: 32px;
    height: 46px;
    height: auto;
    top: 67%;
    left: 23%;
}

.tooltip-inner {
    background-color: #2a2424;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.05rem;
    border-radius: 0;
    max-width: 100%;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: transparent !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: transparent !important;
}

@media (max-width: 599px) {
    .pichanal {
        width: 22px;
        top: 8%;
        left: 41%;

    }
    .lajitas {
        width: 22px;
        top: 11%;
        left: 40%;
    }
    .central {
        width: 22px;
        top: 22%;
        left: 35%;
    }
    .metan {
        width: 22px;
        top: 16%;
    left: 37%
    }
    .villaguay {
        width: 22px;
        top: 47%;
        left: 55%;
    }
    .villarosario {
        width: 22px;
        top: 39%;
        left: 61%;
    }
    .concordia {
        width: 22px;
        top: 47%;
        left: 60.5%;
    }
    .zarate {
        width: 22px;
        top: 54%;
        left: 58%;
    }
    .america {
        width: 22px;
        top: 58%;
        left: 44%;
    }

    .cocha {
        position: absolute;
        width: 23px;
        height: 46px;
        height: auto;
        top: 25%;
        left: 34%;
    }
    
    .ceres {
        position: absolute;
        width: 23px;
        height: 46px;
        height: auto;
        top: 34%;
        left: 48%;
    }
    
    .chajari {
        position: absolute;
        width: 22px;
        height: 46px;
        height: auto;
        top: 38%;
        left: 58%;
    }
    
    
    .pehuajo {
        position: absolute;
        width: 25px;
        height: 46px;
        height: auto;
        top: 64%;
        left: 50%;
    }
    
    .roca {
        position: absolute;
        width: 26px;
        height: 46px;
        height: auto;
        top: 71%;
        left: 30%;
    }
    
    
    .tooltip-inner {
        font-size: 0.6rem;
    }
}