#map {
    position: absolute;
    height: 100vh;
    width: calc(100% - 92px);
    left: 92px;
    /*right: 450px;*/
    transition: all 0.5s ease;
    /*filter: blur(3px);*/
}

/*.sidebar.active ~ #map {*/
/*    width: calc(100% - 300px);*/
/*    left: 300px;*/
/*}*/

.leaflet-left {
    /*transform: none;*/
    transition: all 0.5s ease;
    /*z-index: 400;*/
}

.leaflet-left.active {
    transform: translateX(260px);
}

.leaflet-bottom.leaflet-left.active {
    /*transform: translateX(170%);*/
    transform: translateX(260px);
}

.info {
    padding: 6px 8px;
    font: 16px/18px Arial, Helvetica, sans-serif;
    background: #fafafa;
    color: #545454;
    /*background: rgba(255,255,255,0.9);*/
    /*box-shadow: 0 0 15px rgba(0,0,0,0.2);*/
    border-radius: 5px;
}

.charts{
    bottom: 15px;
    /*bottom: 150px;*/
    /*padding: 6px 8px;*/
    padding-bottom: 18px;
    font: 16px/18px Arial, Helvetica, sans-serif;
    background: #fafafa;
    /*background: rgba(255,255,255,1);*/
    /*box-shadow: 0 0 15px rgba(0,0,0,0.2);*/
    border-radius: 5px;
    width: 400px;
    height: 31rem;
    /*height: 500px;*/
    /*right: 10px;*/
    transition: all 1s ease;
    box-shadow: 0 0 15px rgba(0,0,0,0);
}

.charts.active {
    width: 650px;
    /*height: 35rem;*/
    /*box-shadow: 0 10px 30px rgba(0,0,0,0.2);*/
}

#chartbtn {
    font: 10px/12px Arial, Helvetica, sans-serif;
    padding: 3px 6px;
    border: none;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    background-color: #3d7685;
    color: #fff;
    /*background-color: #fafafa;*/
    /*color: #3d7685;*/
    /*transform: translate(335%,-120%);*/
    transform: translate(300px,-25px);
    transition: all 1s ease;
}

#chartbtn:hover {
    cursor: pointer;
}

.charts.active #chartbtn{
    /*transform: translate(1015%,-120%);*/
    transform: translate(550px,-25px);
}


.info h4 {
    margin: 0 0 5px;
    /*color: #777;*/
    color: #3d7685;
    font-size: 15px;
}

.info h3 {
    font-size: 12px;
}

.details_scroller{
	font: 12px/16px Arial, Helvetica, sans-serif;
	width: 400px;
    /*max-height: 380px;*/
    max-height: 7.5rem;
    /*height: 400px;*/
	/*z-index: 999;*/
	overflow-y: scroll;
    /*transform: translateY(15%);*/
    /*bottom: 10px;*/
}

.details_scroller::-webkit-scrollbar {
    display: none;
}

.ciudad h4 {
    display: inline;
}

.ciudad {
    /*bottom: 135px;*/
    font: 15px/16px Arial, Helvetica, sans-serif;
    width: 400px;
    max-height: 5rem;
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0);
}

.ciudad .ciudadvalor {
    float: right;
    font-weight: bold;
}

.legend {
    line-height: 15px;
    color: #555;
    font-size: 14px;
}

.legend i {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 8px;
    opacity: 0.95;
}

#descbtn:hover {
    cursor: pointer;
}

#descbtn {
    font-size: 20px;
    position: absolute;
    bottom: 2px;
    right: 2px;
}

.desc {
    position: absolute;
    align-items: center;
    font: 15px/16px Arial, Helvetica, sans-serif;
    right: 403px;
    opacity: 0;
    pointer-events: none;
}

.desc.active {
    font-size: 12px;
    width: 200px;
    opacity: 1;
    pointer-events: auto;
}

.banner {
    /*transform: translateY(5px);*/
    padding: 3px 8px 0 8px;
}
.banner #mapbanner{
    width: 384px;
}

.leaflet-popup-content-wrapper .leaflet-popup-content {
    line-height: 0.5;
    color: #545454;
}

.leaflet-popup-content-wrapper .leaflet-popup-content h4 {
    font-size: 12px;
}