#svg-map{
max-width: 450px;
}
#svg-map path { fill:#b5b8bd }
#svg-map .circle { fill:#b5b8bd }
#svg-map text { fill:#fff;font-size: .7em;
font-weight: 400;}
#svg-map a{ text-decoration:none }
#svg-map a:hover, #svg-map a.active { cursor:pointer; text-decoration:none }
#svg-map a:hover path, #svg-map a.active path{ fill:#133dc8 !important }
#svg-map .link_estado.empty{
pointer-events: none;
}
#svg-map .link_estado.empty path{
fill: #d6dfe1;
}
#svg-map a:hover .circle, #svg-map a.active .circle { fill:#133dc8 !important; cursor:pointer }
#svg-map a.empty:hover path, #svg-map a.empty.active path { fill:#223538; }
#svg-map a:hover text, #svg-map a.active text {display: block;}
.content-estado{
font-size: .8em;
}
.content-estado h2{
font-size: 1.8em;
font-weight: 700;
}
.content-estado hr{
margin-top: 1.5em;
}
.content-estado .fone{
font-size: 1.2em;
font-weight: 600;
}
.ancr_regioes{
display: block;
padding: 0.2em 0.5em;
background-color: var(--bg-color);
border-radius: 4px;
text-transform: uppercase;
margin: 0.2em 0;
}
.JS__select_map_estados, .JS__select_map_cidades {
display: block;
margin: 1rem 0;
width: 100%;
height: 40px;
padding: 6px 12px;
font-size: 14px;
color: var(--text-color);
background-color: var(--bg-gray-light);
background-image: none;
border: 1px solid var(--text-color);
border-radius: 6px;
}
.JS__select_map_cidades.hide {
display: none;
}
.block-onde-comprar{
padding: 1em;
background-color: var(--bg-gray-light);
margin-bottom: 1em;
border-radius: var(--radius-ele);
}
@keyframes anocrp_spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.content-estado.content-estado--loading {
height: 100%;
display: inline-block;
position: relative;
width: 100%;
}
.content-estado.content-estado--loading:after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border: 3px solid #f1f1f1;
border-top: 3px solid #223538;
border-radius: 50%;
width: 20px;
height: 20px;
animation: anocrp_spin 2s linear infinite;
z-index: 90153;
}
.oc_find_cep--waiting-load input[type='submit'] {
background: #ababab;
opacity: 0.5;
}