
body{
    background: url(https://www.gpr.com.pe/uploads/contenido/Fondo1.png);
    background-size: cover;
    background-position: center 0px;
    background-attachment: fixed;
    font-family: 'futura-lt-bold', sans-serif;
}
svg{
    transform: scale(.9);
}
/* .container{
    margin-left: 5px !important;
} */

#map {
    display: none;
}
.state{
    text-decoration: none !important; 
}

.stateBg{
    text-decoration: none !important; 
}

#map .state {
    cursor: pointer;
}

#map .state .shape {
    cursor: pointer;
    -width: 0;
}

#map .state .label_icon_state {
    fill: #fff;
    font-family: Arial;
    font-size: 11px;
    line-height: 12px;
    font-weight: normal;
}

#map .state .label_state {
    display: none;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

#map .state:hover .label_state,
#map .state.hover .label_state {
    display: block;
}

.state .shape {
    fill: #6cb361;
}

.state .icon_state {
    fill: #cf831e;
}

.stateBg .icon_state{
    fill: #d9cece;
}


 .state .label_icon_state {
    fill: #000;
    font-size: 1rem;
    user-select: none;
    font-weight: 600;
}

.stateBg .label_icon_state {
    fill: #000;
    font-size: 1rem;
    user-select: none;
    font-weight: 600;
}

.state .label_state {
    fill: #666;
}

.state:hover .shape,
.state.hover .shape {
    fill: #2d68b2;
}

.state:hover .icon_state,
.state.hover .icon_state {
    fill: #5a95ce;
}

.model-orange .state .shape {
    fill: #fd7132;
}

.model-orange .state .icon_state {
    fill: #cf831e;
}

.model-orange .state .label_icon_state {
    fill: #fff;
}

.model-orange .state .label_state {
    fill: #666;
}

.model-orange .state:hover .shape,
.model-orange .state.hover .shape {
    fill: #c93f04;
}

.model-orange .state:hover .icon_state,
.model-orange .state.hover .icon_state {
    fill: #10592f;
}
.model-darkgreen .state .shape {
    fill: #366823;
}

.model-darkgreen .state .icon_state {
    fill: #2779c6;
}

#map .model-darkgreen .state .label_icon_state {
    fill: #fff;
}

#map .model-darkgreen .state .label_state {
    fill: #666;
}

#map .model-darkgreen .state:hover .shape,
#map .model-darkgreen .state.hover .shape {
    fill: #4a8c31;
}

#map .model-darkgreen .state:hover .icon_state,
#map .model-darkgreen .state.hover .icon_state {
    fill: #5a95ce;
}

.stateBg:hover .icon_state, .stateBg.hover .icon_state {
    fill: #3490dc;
}