.area-mapa {

    position: relative;

}

.map-estados {

    width: 200px;

    background: rgba(255, 255, 255, 0.9);

    position: absolute;

    top: 15px;

    right: 15px;

    z-index: 999;
    padding-bottom: 15px;

}

.map {

    position: relative;
    overflow: hidden;

    display: block;

    width: 100%;

    height: 1090px;

}

.map-icon-label .map-icon {

    font-size: 24px;

    color: #FFFFFF;

    line-height: 48px;

    text-align: center;

    white-space: nowrap;

}

.map-window {

    position: relative;

}

.map-window h1 {

    font-size: 20px;

    font-weight: bold;

    border-bottom: 1px dashed #DDD;

}

*::after,
*::before {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.map-estados .nav > li > a {

    position: relative;

    display: block;

    padding: 2px 10px;

    color: #666;



}

#texto-selecione-estado {
    color: #F00;
    padding-left: 8px;
}

/** Mobile */
@media screen and (max-width: 480px) {
    .map-estados {
        width: 100%;
        position: relative;
    }
}
