.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: 20px;
  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: 20px;
  opacity: 1;
}

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

@media (max-width: 992px) {
  .pi-zap-top-arrow {
    right: 30px;
  }
}
@media (max-width: 768px) {
  .pi-zap-top-arrow {
    right: 20px;
  }
}


.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;
}