
#hero{
    /*background: url(../img/balkaun-bg.jpg) top center;*/
    /*min-height: 50vh;*/
}


@media (max-width: 780px) {

    #hero{
        /*background: url(../img/balkaun-bg.jpg) top center;*/
        /*height: 100vh;*/
    }
}

#hero h1 span {
    color: #960707;
}

.section-header::before{
    background: #960707;
}

#sector .nav-tabs a.active{
    background-color: #960707;
}

#map {
    width: 100%;
    height: 400px;
}

img.mineral-icon{
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}

#canvas-rekursus-mineiros{
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.highchart-item-wrapper{
    background: #0e1b4d;
    padding: 20px;
    border-radius: 10px;
    transition: ease-in-out 0.5s;
    overflow:hidden;
}
.highchart-item-wrapper:hover{
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    margin-bottom: 5px;
}
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    text-align: left;
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

#sector .nav-tabs li{
    margin-bottom: 10px;
}


.stats-item {
    padding: 30px;
    width: 100%;
    transition:ease-in-out 0.5s;
}

.stats-item:hover{
    box-shadow:0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-box-shadow:0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    border-radius:10px;
}

.stats-item span {
    font-size: 32px;
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    color: #fff;
}

.stats-item span:after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    background: #960707;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.stats-item p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

#cta .stats-item{
    background: rgba(6, 12, 34, 0.8);
    /*border-radius: 50%;*/
}

.age-classification-counter::after{
    content: "%";
}

.info_rekursu_mineiru{
    background: rgba(255, 255, 255, .75);
    padding: 10px;
    border-radius: 5px;
}




.popup-title{
    font-size: 1.75rem;
    font-weight: bold;
}

.popup-desc{
    font-size: 1rem;
    font-weight: 400;
}

#pnds .stats-item{
    background: rgba(6, 12, 34, 0.8);
    max-width: 200px;
    border-radius: 10px;
    float: right;
    position: absolute;
    right: 0;
    z-index: 9;
    max-height: 150px;
    top: 0;
    padding: 10px;
}
#pnds .stats-item span{
    font-size: 1.25rem;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline;
}
#pnds .stats-item span:after{
    content: none;
}


.merenda-eskolar .stats-item{
    background: rgba(6, 12, 34, 0.8);
    border-radius: 10px;
    padding: 10px;
}


.merenda-eskolar .stats-item span:before{
    content: "$";
}
