.iconsnapchat {
  color: orange;
}

.marginEsquerda {
  margin-left: 12px;
}

.marginGeral {
  margin: 5px;
}

.marginTopo {
  margin-top: 15px;
}

.iframeMapa {
  border: 0;
  width: 100%;
  min-height: 350px;
}

.justicarTexto {
  text-align: justify;
}

.visivel {
  display: none;
}

.widht100 {
  min-width: 100%;
}

.alinhar {
  text-align: end;
}

.tamanhoFontRem01 {
  font-size: 2.2rem;
}

.tamanhoFontRem02 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.0;
}

.tamanhoFontRem03 {
  font-size: 0.8rem;
  /* font-weight: 300; */
}

@media (min-width: 576px) {
  .tamanhoFontRem01 {
      font-size: 2.7rem;
  }

  .tamanhoFontRem02 {
      font-size: 1.6rem;
  }

  .tamanhoFontRem03 {
      font-size: 0.9rem;
  }
}

@media (min-width: 768px) {
  .tamanhoFontRem01 {
      font-size: 3rem;
  }

  .tamanhoFontRem02 {
      font-size: 1.7rem;
  }

  .tamanhoFontRem03 {
      font-size: 1.1rem;
  }
}

@media (min-width: 992px) {

  /* Flutua a div imagem do mapa  */
  .flutuandoDiv {
      /* altura que está do topo */
      /* margin-top: -30px; */
      /* altura que vai parar antes do topo */
      top: 20px;
      position: sticky;
  }

  .alinhar {
      text-align: center;
  }

  .tamanhoFontRem02 {
      font-size: 1.8rem;
  }

  .tamanhoFontRem03 {
      font-size: 1.2rem;
  }
}

@media (min-width: 1200px) {
  .tamanhoFontRem02 {
      font-size: 2.2rem;
  }

  .tamanhoFontRem03 {
      font-size: 1.3rem;
  }
}

@media (min-width: 1400px) {
  .visivel {
      display: inline;
      background: #f8f9fa;
  }

  .widht100 {
      min-width: auto;
  }

  .tamanhoFontRem03 {
      font-size: 1.4rem;
  }
}

/* Tela de busca  */
.elevaConteudo {
  box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
}

.mineightTelaBusca {
  min-height: 25vh;
}

.widthBusca {
  width: 100%;
}

@media (min-width: 992px) {
  .widthBusca {
      width: 80%;
  }
}

.onFocus:focus {
  border-color: #cccccc;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.onHover:hover {
  color: #cccccc;
}

/* .form-control:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
} */

.redefinirTextoPadroes {
  font-size: initial;
  text-decoration: none;
}

.centralizaConteudoDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}

.preview {
  /* Define a altura da div como 50% da altura da tela */
  max-height: 50vh;
}

.preview-cidade {
  /* Define a altura da div como 80% da altura da tela */
  max-height: 75vh;
}

.link-preview {
  text-decoration: none;
  color: black;

}

.resultado {
  /* background: #cccccc; */
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5;
  margin-bottom: 5;
}

.resultado:hover {
  background: #cccccc;
  font-weight: bold;
}

/**** personalizando scrollbar
width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(159, 159, 159);
}