
/* mapa */
.mapa-casaindustria{
  position: relative;
  background-image: url(../img/custom/bg.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: cover;
  height: 540px;
}
.modal-container--mapa .mapa-casaindustria{
  padding: 0;
}
.mapa-casaindustria .container{
    position: relative;
    height: 100%;
}
.mapa-casaindustria__introducao{
    width: 360px;
    height: auto;
    position: absolute;
    transition: .5s ease all;
}
.anim-open-citys .mapa-casaindustria__introducao .content-introducao__mapa{
    padding-top: 50px;
}
.anim-open-citys .mapa-casaindustria__introducao p,
.anim-open-citys .cta-clique-mapa{
  transform: translateX(-200%);
}
.content-introducao__mapa{
    padding-top: 40px;
    /* width: 410px; */
    /* min-width: 400px; */
    padding-left: 25px;
    overflow: hidden;
    position: relative;
}
.content-introducao__mapa--titulo{
    color: #fff;
    font-size: 25px;
    margin-bottom: 15px;
    margin-left: -25px;
}
.content-introducao__mapa--subtitulo{
    color: #fff;
    font-weight: 100;
    font-size: 22px;
    line-height: 30px;
}
.content-introducao__mapa--desc{
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 60px;
}
.cta-clique-mapa__icone{
    background-image: url(../img/custom/ic-clique.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 50px;
    height: 50px;
    margin-left: -25px;
}
.cta-clique-mapa__txt{
    color: #fff;
    width: 220px;
    line-height: 20px;
    margin-left: 12px;
}
#mapa{
    width: 800px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: -70px;
    margin-left: -180px;
    perspective: 400px;
    perspective-origin: 400px 300px;
    transition: .5s ease all;
}
.modal-content--mapa #mapa{
    width: 610px;
    height: 470px;
    top: -30px;
    margin-left: -150px;
}
.modal-content--mapa svg#mapaRegioesParana{
    width: 610px;
}
.modal-content--mapa #mapSdw-content{/* width: 580px; */}
.anim-open-citys #mapa{
    margin-left: 0px;
    left: 0;
    /* transform: scale(.9); */
    top: 0;
}
svg#mapaRegioesParana{
    width: 800px;
    transform: scale(1.4) rotateX(45deg) rotateY(0) rotateZ(0);
    /* transition: ease-out .5s; */
    position: relative;
    z-index: 2;
    transform-origin: 50% 100%;
}
#mapSdw-content{
    width: 660px;
    perspective: 400px;
    perspective-origin: 400px 300px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
#mapSdw-img{
    width: 800px;
    height: 100%;
    transform-origin: 400px 560px;
    background: url(../img/custom/map_sdw.png) no-repeat;
    background-size: contain;
    transform: scale(1.5) rotateX(90deg) rotateY(0) rotateZ(0); 
    transform-origin: 50% 100%;
    /* transition: ease-out .5s; */
    opacity: .3;
    position: relative;
    top: -55px;
}
.regioes polygon {
    fill:#ffffff;
    stroke: #bebebe;
    stroke-width: 1px;
    transition: all ease .3s;
    position: relative;
    opacity: .8;
    cursor: pointer;
}
.rotulos-regioes{
    fill:#FFFFFF;
    font-family: "Open Sans",sans-serif;
    font-size:16px;
}
.asterisco{
    font-size:13px;
}
.ic-mais-circulo{
    fill:none;
    stroke:#FFFFFF;
}
.ic-mais-simbolo{
    fill:none;
    stroke-width: 2px;
    stroke:#B7CE2B;
    stroke-linecap:round;
}
#textos, #ic-mais{
    pointer-events: none;
}
#mapa-geral{
    fill: #ffffff;
    stroke: none;
}

.reg-rotulo{
    min-width: 180px;
    height: 100%;
    position: absolute;
    z-index: 4;
    top:0;
    pointer-events: none;
}

.reg-rotulo-content{
    width: 100%;
    height: 70px;
    display: flex;
    position: absolute;
}
.reg-rotulo-content-pin{
    position: relative;
    left: -7px;
    width: 17px;
    height: 29px;
    transition: all ease-in .4s;
}
.reg-rotulo-content-pin::before,
.reg-rotulo-content-pin::after{
    content: '';
    display: block;
    position: absolute;
    width: 17px;
    height: 29px;
    transition: all ease-in .4s;
    background: url('../img/custom/pin-v.svg') no-repeat;
    z-index: 2;
}
.reg-rotulo-content-pin::after{
    background: url('../img/custom/pin-a.svg') no-repeat;
    z-index: 3;
}
.reg-rotulo.ativo .reg-rotulo-content-pin:after{
    opacity: 0;
}
.reg-rotulo-content-texto{
    font: 800 15px/15px 'Open Sans', sans-serif;
    color: #8E8E8E;
    margin: 5px 0;
    transition: all ease-in .4s;
}			
.reg-rotulo.ativo .reg-rotulo-content-texto{color: #fff;}

.linha-rot{
    width: 2px;
    height: 1px;
    background: #AC2D56;
    position: absolute;
    bottom: calc(100% - 5px);
    margin-top: 2px;
    transition: all ease-in .4s;
    z-index: 1;
}

.reg-rotulo.ativo#rot-rmc .reg-rotulo-content-pin{margin-top: -200px;}
.reg-rotulo.ativo#rot-rmc .reg-rotulo-content-texto{margin-top: -200px;}
.reg-rotulo.ativo#rot-rmc .linha-rot{height: 200px;bottom: calc(100%)}

.reg-rotulo.ativo#rot-camposgerais .reg-rotulo-content-pin{margin-top: -220px;}
.reg-rotulo.ativo#rot-camposgerais .reg-rotulo-content-texto{margin-top: -220px;}
.reg-rotulo.ativo#rot-camposgerais .linha-rot{height: 220px;bottom: calc(100%)}

.reg-rotulo.ativo#rot-sudoeste .reg-rotulo-content-pin{margin-top: -280px;}
.reg-rotulo.ativo#rot-sudoeste .reg-rotulo-content-texto{margin-top: -280px;}
.reg-rotulo.ativo#rot-sudoeste .linha-rot{height: 280px;bottom: calc(100%)}

.reg-rotulo.ativo#rot-oeste .reg-rotulo-content-pin{margin-top: -180px;}
.reg-rotulo.ativo#rot-oeste .reg-rotulo-content-texto{margin-top: -180px;}
.reg-rotulo.ativo#rot-oeste .linha-rot{height: 180px;bottom: calc(100%)}

.reg-rotulo.ativo#rot-noroeste .reg-rotulo-content-pin{margin-top: -90px;}
.reg-rotulo.ativo#rot-noroeste .reg-rotulo-content-texto{margin-top: -90px;}
.reg-rotulo.ativo#rot-noroeste .linha-rot{height: 90px;bottom: calc(100%)}

.reg-rotulo.ativo#rot-norte .reg-rotulo-content-pin{margin-top: -90px;}
.reg-rotulo.ativo#rot-norte .reg-rotulo-content-texto{margin-top: -90px;}
.reg-rotulo.ativo#rot-norte .linha-rot{height: 90px;bottom: calc(100%)}

#lista-regioes-cidades{
    position: absolute;
    height: 100%;
    transition: .5s ease all;
    right: -100%;
}
.anim-open-citys #lista-regioes-cidades{
  right: 0px;
  padding-top: 50px;
}
.modal-container--mapa .anim-open-citys #lista-regioes-cidades{
  right: 15px;
}
.regioes-cidades__content{
width: 100%;
}
.regiao-cidade__item{
    display: none;
}
.regiao-cidade__li{
    list-style: none;
}
.lista-cidades__content{}
.lista-cidades__intro{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    width: 350px;
    margin-bottom: 20px;
}
.modal-content--mapa .lista-cidades__intro{
  width: 310px;
}
.lista-cidades__intro::after {
    content: "";
    display: block;
    position: absolute;
    /* left: 0; */
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    right: 20px;
}
.lista-cidades__intro p{
    font-size: 21px;
    color: #fff;
}
.lista-cidades__intro .scrollview__close{
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #707070;
    padding: 8px 16px;
    border: 1px solid #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}
.lista-cidades__intro .scrollview__close .svg{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.lista-cidades--ul{
    list-style: none;
    background: rgba(0, 115, 161, .3);
    border-radius: 8px;
    padding: 20px 20px 10px 20px;
}
.lista-cidade--li{
    border: 1px solid #FFFFFF4D;
    border-radius: 5px;
    width: 310px;
    /* padding: 10px; */
    margin-bottom: 10px;
}
.modal-content--mapa .lista-cidade--li{
  width: 270px;
}
.lista-cidade--li a{
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 18px;
}
.lista-cidade--li a:hover{background: rgba(255,255,255, .2);text-decoration: none;}
@media(max-width: 1200px){
#mapa{
    width: 610px;
    height: 470px;
    top: -30px;
    margin-left: -120px;
}
svg#mapaRegioesParana{
  width: 610px;
}
}
@media(max-width: 992px){
.mapa-casaindustria{
  height: auto;
}
.modal-container--mapa .mapa-casaindustria{
    height: 450px;
}
#mapa{
  display: none;
}
.mapa-casaindustria__introducao{
  width: 100%;
  position: relative;
}
.modal-container--mapa .mapa-casaindustria__introducao{
    width: 40%;
}
.modal-container--mapa .mapa-casaindustria .container{
    max-width: 100%;
}
.modal-container--mapa #lista-regioes-cidades{
    width: 50%;
    margin: 50px 0 50px 0;
    height: auto;
    margin-left: 10%;
    max-height: 350px;
}
.modal-container--mapa .regioes-cidades__content{
    height: 100%;
    overflow: auto;
}
.modal-container--mapa .regioes-cidades__content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}

.modal-container--mapa .regioes-cidades__content::-webkit-scrollbar
{
	width: 12px;
}

.modal-container--mapa .regioes-cidades__content::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #fefefe;
}
.content-introducao__mapa{
  padding-top: 50px;
}
.content-introducao__mapa--desc{
  margin-bottom: 40px;
}
.cta-clique-mapa{
  margin: 0 auto;
  width: 330px;
  display: none !important;
}
.cta-clique-mapa__icone{
  margin-left: 0;
}
#lista-regioes-cidades{
  position: relative;
  right: 0;
  height: auto;
  width: 100%;
  margin-bottom: 60px;
}
.regiao-cidade__item{
  display: block;
  max-width: 360px;
  margin: 0 auto 15px auto;
}
.lista-cidades__content{
  max-width: 360px;
  width: 100%;
}
.lista-cidades__intro{
  height: 40px;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  padding: 0 20px;
  margin-bottom: 0;
  z-index: 1;
}
.modal-content--mapa .lista-cidades__intro{
    width: 100%;
}
.lista-cidades__intro:before{
  content: '';
  left: 0px;
  top: 0;
  position: relative;
  width: 17px;
  height: 29px;
  transition: all ease-in .4s;
  background-image: url(../img/custom/pin-a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.lista-cidades__intro:after{
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/custom/ic-btn-carregarmais.svg);
  background-color: transparent;
  width: 12px;
  height: 9px;
  right: 0px;
  top: 0;
  position: relative;
}
.regiao-cidade__item.ativo .lista-cidades__intro:before{
  background-image: url(../img/custom/pin-v.svg);
}
.regiao-cidade__item.ativo .lista-cidades__intro:after{
  background-image: url(../img/custom/ic-btn-carregarmais-v.svg);
}
.lista-cidades__intro p{
  color: #022C47;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
}
.lista-cidades__intro .scrollview__close{
  display: none;
}
.lista-cidades--ul{
  border-radius: 0 0 20px 20px;
  padding: 25px 0px 10px 0px;
  top: -20px;
  position: relative;
  z-index: 0;
  background: #E4E5E6;
  display: none;
}
.lista-cidade--li{
  border: none;
  width: 100%;
  margin-bottom: 0;
}
.modal-content--mapa .lista-cidade--li{
    width: 100%;
}
.lista-cidade--li a{
  color: #022C47;
  padding: 8px 30px;
  width: 100%;
}
.lista-cidade--li a:hover{background: #fff;}
}

@media(max-width: 768px){
  .modal-container--mapa .mapa-casaindustria__introducao{
    width: 100%;
  }
  .modal-container--mapa #lista-regioes-cidades{
    width: 100%;
    max-height: initial;
    margin-left: 0;
    margin-top: 0;
  }  
  .modal-container--mapa .mapa-casaindustria{
    overflow: auto;
    margin: 0 15px;
    padding: 0 10px 0 5px;
  }
  .modal-container--mapa .mapa-casaindustria::-webkit-scrollbar-track
  {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
  }

  .modal-container--mapa .mapa-casaindustria::-webkit-scrollbar
  {
	width: 12px;
  }

  .modal-container--mapa .mapa-casaindustria::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #fefefe;
  }
  .modal-container--mapa .content-introducao__mapa{
    padding-top: 20px;
    padding-left: 10px;
    overflow: initial;
  }
  .content-introducao__mapa--subtitulo{
    font-size: 18px;
    line-height: 20px;
  }
}
/* end mapa */