.modal-polos {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1020;
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0rem;
  left: 0rem;
}
@media (min-width: 1441px) {
  .modal-polos {
    top: 0rem;
    left: 0rem;
  }
}
@media (max-width: 992px) and (min-width: 700px) {
  .modal-polos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: -160px;
  }
}
@media (max-width: 699px) {
  .modal-polos {
    display: none !important;
  }
}

.modal-polos.ativo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal {
  background: #D0CDD6;
  top: -10rem;
  left: 18rem;
  padding: 0px;
  -webkit-box-shadow: 0px 0px 5px 7px rgba(45, 45, 45, 0.4);
          box-shadow: 0px 0px 5px 7px rgba(45, 45, 45, 0.4);
  position: relative;
}
@media (max-width: 1440px) {
  .modal {
    left: 10rem;
  }
}
@media (max-width: 1219px) and (min-width: 993px) {
  .modal {
    top: -20rem;
    left: 22.5rem;
  }
}
@media (max-width: 992px) and (min-width: 600px) {
  .modal {
    top: -1rem;
    left: 20rem;
  }
  .modal div {
    width: 320px !important;
    margin-left: 0px;
    margin-right: 0px;
  }
  .modal button {
    display: none !important;
  }
}
@media (max-width: 592px) and (min-width: 360px) {
  .modal {
    left: 2rem;
    top: -10rem;
    margin-bottom: 0px;
  }
  .modal div {
    width: 320px !important;
  }
  .modal button {
    display: block !important;
  }
}
.modal .row {
  height: 100%;
}
.modal .row .modal-cidades {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) and (min-width: 600px) {
  .modal .row .modal-cidades {
    height: auto;
    margin-bottom: 20px !important;
  }
  .modal .row .modal-cidades .transparencia {
    margin-top: 0px !important;
  }
}

@-webkit-keyframes modal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes modal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.ativo .modal {
  -webkit-animation: modal 0.3s forwards;
          animation: modal 0.3s forwards;
  display: block !important;
  overflow: initial;
}

.fechar {
  width: 40px;
  height: 40px;
  top: -19px;
  right: -18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  cursor: pointer;
  background: black;
  color: white;
  border: 2px solid white;
  font-size: 2rem;
}

.endereco {
  color: black;
  font-size: 0.8em;
  margin-bottom: 0rem;
}

.animacao-icone {
  font-size: 1.2rem !important;
  color: #17062F !important;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 592px) and (min-width: 360px) {
  .animacao-icone {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 1219px) and (min-width: 993px) {
  .animacao-icone {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 1440px) {
  .animacao-icone {
    font-size: 1.8rem !important;
  }
}
.animacao-icone span {
  background-size: 25px 35px !important;
  background: url("../images/icone_local_small.png");
  background-color: transparent !important;
  border-radius: 0 !important;
  width: 25px !important;
  height: 35px !important;
}
.animacao-icone.btn-cidade-1 span, .animacao-icone.btn-cidade-7 span, .animacao-icone.btn-cidade-8 span {
  margin-top: -35px !important;
  margin-left: -7px !important;
}
.animacao-icone.btn-cidade-2 span {
  margin-top: -100px !important;
  margin-left: -8px !important;
}
.animacao-icone.btn-cidade-3 span {
  margin-top: -25px !important;
  margin-left: -1px !important;
}
.animacao-icone.btn-cidade-4 span {
  margin-top: -25px !important;
  margin-left: -5px !important;
}
@media (max-width: 592px) and (min-width: 360px) {
  .animacao-icone.btn-cidade-4 span {
    margin-top: -25px !important;
    margin-left: -8px !important;
  }
}
.animacao-icone.btn-cidade-5 span {
  margin-top: -25px !important;
  margin-left: 13px !important;
}
@media (min-width: 1441px) {
  .animacao-icone.btn-cidade-5 span {
    margin-left: 17px !important;
  }
}
@media (max-width: 592px) and (min-width: 360px) {
  .animacao-icone.btn-cidade-5 span {
    margin-top: -25px !important;
    margin-left: -8px !important;
  }
}
.animacao-icone.btn-cidade-6 span {
  margin-top: -28px !important;
  margin-left: -6px !important;
}
.animacao-icone.btn-cidade-9 span {
  margin-top: -25px !important;
  margin-left: 20px !important;
  display: block !important;
}
@media (min-width: 1441px) {
  .animacao-icone.btn-cidade-9 span {
    margin-left: 40px !important;
  }
}
.animacao-icone.btn-cidade-10 span {
  margin-top: -99px !important;
  margin-left: -6px !important;
}
.animacao-icone.btn-cidade-11 span {
  margin-top: -99px !important;
  margin-left: -6px !important;
}
.animacao-icone.btn-cidade-10 span {
  margin-top: -99px !important;
  margin-left: -6px !important;
}
.animacao-icone.btn-cidade-11 span {
  margin-top: -23px !important;
  margin-left: -10px !important;
}
.animacao-icone.btn-cidade-12 span {
  margin-top: -30px !important;
  margin-left: -10px !important;
}
.animacao-icone.btn-cidade-13 span {
  margin-top: -20px !important;
  margin-left: -10px !important;
}
.animacao-icone.btn-cidade-14 span {
  margin-top: -20px !important;
  margin-left: -5px !important;
}
.animacao-icone.btn-cidade-15 span {
  margin-top: -20px !important;
  margin-left: -5px !important;
}
.animacao-icone.btn-cidade-16 span {
  margin-top: -20px !important;
  margin-left: -5px !important;
}

.dados-local {
  margin: 0px 10px;
}
.dados-local .icone_local {
  margin-top: -22px;
  margin-left: 20px;
  position: relative;
}
@media (max-width: 592px) and (min-width: 360px) {
  .dados-local {
    margin: 0px 0px;
  }
}
@media (max-width: 992px) and (min-width: 600px) {
  .dados-local {
    margin: 0px 0px;
  }
}
.dados-local .texto-titulo {
  font-size: 26px;
  color: #083ca5;
}
@media (max-width: 929px) {
  .dados-local .texto-titulo {
    font-size: 2.3vw;
  }
}
@media (max-width: 592px) and (min-width: 360px) {
  .dados-local .texto-titulo {
    font-size: 4.3vw;
  }
}
.dados-local .texto-titulo h3 {
  margin-top: 1rem !important;
  margin-bottom: 2rem;
}

.transparencia {
  position: relative;
  margin: 20px;
  margin-left: 0px;
  -webkit-box-shadow: 3px 3px 7px 3px rgba(45, 45, 45, 0.4);
          box-shadow: 3px 3px 7px 3px rgba(45, 45, 45, 0.4);
}
@media (max-width: 592px) {
  .transparencia {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media (max-width: 992px) and (min-width: 600px) {
  .transparencia {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

@media (max-width: 700px) {
  #mobile {
    display: block;
  }
}
@media (min-width: 699px) {
  #mobile {
    display: none;
  }
}

@media (max-width: 700px) {
  #desktop {
    display: none;
  }
}
@media (min-width: 699px) {
  #desktop {
    display: block;
  }
}

.well {
  background-color: #D0CDD6;
  display: none;
}
.well .icone_local {
  width: 30px;
  height: 30px;
}
.well .texto-titulo {
  display: inline-block;
}
.well .transparencia {
  margin: 20px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 699px) {
  .well {
    display: block;
  }
}