.mapa-H {
  background: #2174f1
}

.mapa-M {
  background: #A7A7A7
}

.mapa-B {
  background: #ffff358a
}

.mapa-P {
  background: #6ddb6d
}

.mapa-SH {
  background: linear-gradient(to bottom right, #fb3434c7 50%, #2174f1 50%)
}

.mapa-SM {
  background: linear-gradient(to bottom right, #fb3434c7 50%, #A7A7A7 50%)
}

.mapa-SB {
  background: linear-gradient(to bottom right, #fb3434c7 50%, #ffff358a 50%)
}

.mapa-SP {
  background: linear-gradient(to bottom right, #fb3434c7 50%, green 50%)
}

.mapa-S18 {
  background: #fb3434c7
}

.mapa-S10 {
  background: linear-gradient(to bottom right, #fb3434c7 50%, transparent 50%)
}


.pi-filtros {
  position: fixed;
  bottom: -55px;
  z-index: 1000;
  left: 40px;
  border: 1px solid transparent;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

.pi-filtros.pi-active {
  bottom: 35px;
  opacity: 1;
}

.pi-filtros.pi-active.pi-filtros-footer {
  bottom: 80px;
}

@media (max-width: 992px) {
  .pi-filtros-top-arrow {
    left: 30px;
  }
}

@media (max-width: 768px) {
  .pi-filtros-top-arrow {
    left: 20px;
  }
}

.pi-filtros:hover {
  border-color: rgba(245, 139, 60, 0.8);
  background: rgba(245, 139, 60, 0.8);
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


.pi-zap {
  position: fixed;
  bottom: -55px;
  z-index: 1000;
  right: 40px;
  border: 1px solid transparent;
  border-radius: 41px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

.pi-zap.pi-active {
  bottom: 35px;
  opacity: 1;
}

.pi-zap.pi-active.pi-zap-footer {
  bottom: 80px;
}



/* DESKTOP */
@media (min-width: 992px) {
  .pi-zap {
    display: none !important;
  }
}

/* CELULAR */
@media (max-width: 991px) {
  .pi-zap {
    display: block;
  }
}


.pi-zap:hover {
  border-color: rgba(245, 139, 60, 0.8);
  background: rgba(245, 139, 60, 0.8);
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


.infoCookie {
  position: fixed;
  padding: 8px 6px 0px 6px;
  bottom: 0;
  border-radius: 5px;
  height: auto;
  width: 98%;
  max-width: 600px;
  margin-left: 4px;
  margin-bottom: 4px;
  color: #FFF;
  z-index: 1000;
  background: #000;
  opacity: 0.86;
  text-align: center;
}

.infoCookie a {
  margin: 6px;
  float: right;
  opacity: 1;
}


.parent {
  position: relative;
  top: 0;
  left: 0;
}

.image1 {
  position: relative;
  top: 0;
  left: 0;

}

.image2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.image3 {
  position: absolute;
  width: 18%;
  bottom: 0;
  right: 10px;
}

.img-wrapper {
  position: relative;
  display: inline-block;
}

.flag {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 0px 10px;

  font-weight: bold;
  color: #fff;
  border-radius: 8px;
  z-index: 10;

}

/* Variações com cores do Bootstrap 3 */
.flag-danger {
  background-color: #d9534f;
}

/* Vermelho */
.flag-success {
  background-color: #5cb85c;
}

/* Verde */
.flag-info {
  background-color: #5bc0de;
}

/* Azul claro */
.flag-warning {
  background-color: #f0ad4e;
}

/* Laranja */
.flag-primary {
  background-color: #337ab7;
}

/* Azul escuro */
.flag-default {
  background-color: #777;
}

/* Cinza padrão */

/* Alinhamento alternativo */
.flag-top-right {
  right: 8px;
  left: auto;
}

.flag-bottom-right {
  bottom: 8px;
  right: 8px;
  top: auto;
  left: auto;
}

.flag-bottom-left {
  bottom: 8px;
  left: 8px;
  top: auto;
  right: auto;
}

.pi-gallery-item111 {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
  transition: .3s;
}
.pi-gallery-item {
  border-radius: 8px;
}

.pi-gallery-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
}

.pi-gallery-item.hidden-item {
  display: none;
}

.fundoImg {
  background:#f3f3f3;
}