@charset "UTF-8";
.container-mapa {
  display: flex;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container-mapa .box-mapa {
  font-family: "Inter", Sans-serif;
  position: relative;
  z-index: 1;
  float: left;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.container-mapa .box-mapa #map {
  display: none;
  transform: scale(1.2);
  transform: scale(1);
  display: table;
  margin: 8% auto 0;
  float: left;
  position: relative;
  z-index: 999;
}
.container-mapa .box-mapa #map .state {
  cursor: pointer;
  text-decoration: none;
}
.container-mapa .box-mapa #map .state .shape {
  cursor: pointer;
  -width: 0;
}
.container-mapa .box-mapa #map .state .label_icon_state {
  fill: #fff;
  font-family: Arial;
  font-size: 0.5rem;
  font-weight: normal;
}
.container-mapa .box-mapa #map .state .label_state {
  display: none;
  font-family: Arial;
  font-size: 0.75rem;
  font-weight: bold;
}
.container-mapa .box-mapa #map .state:focus, .container-mapa .box-mapa #map .state:active {
  outline: none;
  box-shadow: none;
}
.container-mapa .box-mapa #map .model-map .state .shape {
  fill: #cccccc;
}
.container-mapa .box-mapa #map .model-map .state .icon_state {
  fill: #0074ad;
}
.container-mapa .box-mapa #map .model-map .state .icon_state + .label_icon_state {
  fill: #FFF;
}
.container-mapa .box-mapa #map .model-map .state .label_icon_state {
  fill: #000;
}
.container-mapa .box-mapa #map .model-map .state .label_state {
  fill: #858585;
  display: none;
  font-family: "Batusa", Sans-serif;
}
.container-mapa .box-mapa #map .model-map .state .shape {
  transition: all 0.3s ease-in-out;
}
.container-mapa .box-mapa #map .model-map .state:hover .label_state {
  display: block;
}
.container-mapa .box-mapa #map .model-map .state:hover .shape {
  fill: #039be5 !important;
}
.container-mapa .box-mapa #map .model-map .state:hover .label_icon_state {
  fill: #FFF;
}
.container-mapa .box-mapa #map .model-map .state:hover .icon_state {
  fill: #0074ad;
}
.container-mapa .box-mapa #map .model-map .state:hover .shape {
  fill: #FFF;
}
.container-mapa .parca {
  font-family: "Inter", Sans-serif;
  position: relative;
  float: left;
  padding: 0;
  width: 28%;
}
.container-mapa .parca select {
  display: none;
  margin: 0 auto;
  width: 230px;
  border: 1px solid #999;
  height: 40px;
  padding: 9px;
  border-radius: 0;
}
.container-mapa .parca .estado {
  transition: all 0.3s ease-in-out;
  border: 1px solid #DDD;
  background-color: #fff;
  position: absolute;
  pointer-events: auto;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  opacity: 0;
  border-radius: 0.25rem;
  visibility: hidden;
  padding: 1rem;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 25% 0 0 15%;
  box-shadow: 0px -10px 20px 1px rgba(0, 0, 0, 0.15);
  z-index: 9999 !important;
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.85rem;
  scroll-behavior: smooth;
}
.container-mapa .parca .estado::-webkit-scrollbar {
  width: 0.35rem;
}
.container-mapa .parca .estado::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0.25rem;
}
.container-mapa .parca .estado::-webkit-scrollbar-track {
  background: transparent;
}
.container-mapa .parca .estado h3 {
  font-family: "Batusa", Sans-serif;
  margin: 0;
  display: block;
  background-color: #0074ad;
  padding: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  color: #FFF;
  font-size: 1.15rem;
}
.container-mapa .parca .estado ul {
  padding: 0.75rem 1rem;
  list-style: none;
  font-family: "Inter", Sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 9999999 !important;
  background-color: transparent;
}
.container-mapa .parca .estado ul li {
  font-size: 0.9rem;
  margin: 0;
  font-weight: 300;
  color: black;
}
.container-mapa .parca .estado ul li a {
  text-decoration: none;
  color: #8B4513;
  text-decoration: none;
  transition: color 0.3s ease;
}
.container-mapa .parca .estado ul li a:hover {
  color: #0074ad;
  font-weight: 500;
  text-decoration: underline;
}
.container-mapa .parca .estado ul:nth-of-type(odd) {
  background-color: #fff;
}
.container-mapa .parca .estado ul:nth-of-type(even) {
  background-color: #f4f4f4;
}
.container-mapa .parca .estado .box_button {
  border: 1px solid #b7b7b7;
  text-decoration: none;
  position: relative;
  z-index: 1;
  margin: 0.75rem 0;
}
.container-mapa .parca .estado .box_button::before, .container-mapa .parca .estado .box_button::after {
  content: "";
  background: #fff;
  position: absolute;
  z-index: -1;
  transition: transform 0.5s ease-in-out;
}
.container-mapa .parca .estado .box_button::before {
  top: 1em;
  bottom: 1em;
}
.container-mapa .parca .estado .box_button:hover .bb_button__text {
  opacity: 1;
}
.container-mapa .parca .estado .box_button.box_button_alt::before {
  top: 1.25rem;
  bottom: 1.25rem;
  right: -2px;
  left: -2px;
}
.container-mapa .parca .estado .box_button.box_button_alt:hover::before {
  transform: scaleY(0);
}

/*
RESPONSIVO DESKTOP
Resolução 2560px x 1080px
*/
@media (min-width: 1921px) {
  .container-mapa .parca .estado {
    padding: 1.5rem;
    padding-right: 1.25rem;
  }
  .container-mapa .parca .estado h3 {
    font-size: 1.5rem;
  }
  .container-mapa .parca .estado ul {
    padding: 0.85rem 1.25rem;
  }
  .container-mapa .parca .estado ul li {
    font-size: 1.15rem;
  }
}
/*
Resolução 1600px x 900px
Resolução 1680px x 1050px
*/
@media (min-width: 1441px) and (max-width: 1919px) {
  .container-mapa {
    justify-content: center;
  }
  .container-mapa .box-mapa {
    width: 60%;
    min-height: 85vh;
  }
  .container-mapa .parca .estado h3 {
    font-size: 1rem;
    padding: 0.75rem 0.75rem 0.5rem;
  }
  .container-mapa .parca .estado ul {
    padding: 0.25rem 0.75rem;
  }
  .container-mapa .parca .estado ul li {
    font-size: 0.7rem;
  }
}
/*
Resolução 1440px x 900px
*/
@media (min-width: 1367px) and (max-width: 1440px) {
  .container-mapa {
    justify-content: center;
  }
  .container-mapa .box-mapa {
    width: 60%;
    min-height: 85vh;
  }
  .container-mapa .parca .estado h3 {
    font-size: 1rem;
    padding: 0.75rem 0.75rem 0.5rem;
  }
  .container-mapa .parca .estado ul {
    padding: 0.25rem 0.75rem;
  }
  .container-mapa .parca .estado ul li {
    font-size: 0.7rem;
  }
}
/*
Resolução 1280px x 720px
Resolução 1366px x 768px
*/
@media (min-width: 1280px) and (max-width: 1366px) {
  .container-mapa {
    justify-content: center;
  }
  .container-mapa .box-mapa {
    width: 60%;
    min-height: 80vh;
  }
  .container-mapa .parca .estado {
    margin: 10% 0 0 10%;
  }
  .container-mapa .parca .estado h3 {
    font-size: 1rem;
    padding: 0.75rem 0.75rem 0.5rem;
  }
  .container-mapa .parca .estado ul {
    padding: 0.25rem 0.75rem;
  }
  .container-mapa .parca .estado ul li {
    font-size: 0.7rem;
  }
  .container-mapa .parca .estado .box_button::before {
    top: 0.5rem;
    bottom: 0.5rem;
  }
  .container-mapa .parca .estado .box_button.box_button_alt::before {
    top: 0.75rem;
    bottom: 0.75rem;
    right: -2px;
    left: -2px;
  }
}
/*
Resolução 1024px x 600px
*/
@media (min-width: 1024px) and (max-width: 1279px) {
  .container-mapa {
    justify-content: center;
  }
  .container-mapa .box-mapa {
    width: 60%;
    min-height: 80vh;
  }
  .container-mapa .parca {
    width: 30%;
  }
  .container-mapa .parca .estado {
    margin: 10% 0 0 10%;
  }
  .container-mapa .parca .estado h3 {
    font-size: 0.8rem;
    padding: 0.75rem 0.75rem 0.5rem;
  }
  .container-mapa .parca .estado ul {
    padding: 0.25rem 0.75rem;
    margin: 0.5rem 0;
  }
  .container-mapa .parca .estado ul li {
    font-size: 0.6rem;
  }
  .container-mapa .parca .estado .box_button::before {
    top: 0.5rem;
    bottom: 0.5rem;
  }
  .container-mapa .parca .estado .box_button.box_button_alt::before {
    top: 0.75rem;
    bottom: 0.75rem;
    right: -2px;
    left: -2px;
  }
}
/*
RESPONSIVO TABLET
Resolução 800px x 600px
*/
@media (min-width: 768px) and (max-width: 1023px) {
  .container-mapa {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .container-mapa .box-mapa {
    width: 65%;
  }
  .container-mapa .parca {
    width: 35%;
  }
  .container-mapa .parca .estado {
    margin: 12% 0;
    max-height: 34vh;
    height: auto;
  }
  .container-mapa .parca .estado h3 {
    font-size: 0.75rem;
    padding: 0.75rem 0.75rem 0.5rem;
  }
  .container-mapa .parca .estado ul {
    padding: 0.25rem 0.75rem;
    margin: 0.5rem 0;
  }
  .container-mapa .parca .estado ul li {
    font-size: 0.6rem;
  }
}
/*
RESPONSIVO MOBILE
Resolução 414px x 673px
Resolução 375px x 812px
*/
@media (max-width: 767px) {
  .container-mapa {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .container-mapa .box-mapa {
    font-family: "Inter", Sans-serif;
    position: relative;
    z-index: 1;
    float: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
  }
  .container-mapa .parca {
    float: none;
    padding: 0;
    width: 85%;
    min-height: 80vh;
  }
  .container-mapa .parca .estado {
    position: absolute;
    margin: 10% 0 0;
  }
  .container-mapa .parca .estado h3 {
    font-size: 1rem;
    padding: 0.75rem 0.75rem 0.5rem;
  }
  .container-mapa .parca .estado ul {
    margin: 0.25rem 0;
    padding: 0.5rem 0.75rem;
  }
  .container-mapa .parca .estado ul li {
    font-size: 0.85rem;
  }
}
/*
Resolução 360px x 640px
Resolução 320px x 568px
*//*# sourceMappingURL=mapa.css.map */