.boto-pano {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  border: 1px solid #303030;
  border-radius: 5px;
  background-color: #f0f0f0;
  cursor: pointer;
  position: absolute;
  overflow: hidden;
}

.boto-pano:hover img {
  opacity: 0.8;
}

.boto-pano:active img {
  opacity: 1;
}

.dibuix-icona {
  opacity: 1;
  width: 13px;
  height: 13px;
  opacity: 0.6;
}

.b-fs {
  top: unset;
  bottom: 110px;
  left: unset;
  right: 25px;
}

.b-fsm {
  top: unset;
  bottom: 45px;
  left: unset;
  right: 15px;
}

.b-fit {
  top: unset;
  bottom: 80px;
  left: unset;
  right: 25px;
}

.b-fitm {
  top: unset;
  bottom: 15px;
  left: unset;
  right: 15px;
}

.b-mes {
  top: unset;
  bottom: 50px;
  left: unset;
  right: 25px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid rgba(48, 48, 48, 0.5);
}

.b-menys {
  top: unset;
  bottom: 25px;
  left: unset;
  right: 25px;
  border-radius: 0px 0px 5px 5px;
  border-top: 0px solid rgba(48, 48, 48, 0);
}

.b-inf {
  top: 25px;
  bottom: unset;
  left: 25px;
  right: unset;
}

.b-infm {
  top: 15px;
  bottom: unset;
  left: 15px;
  right: unset;
}

.boto-pano-major {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  -webkit-filter: drop-shadow(3px 3px 9px rgba(0, 0, 0, 0.9));
  filter: drop-shadow(3px 3px 9px rgba(0, 0, 0, 0.9));
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.boto-pano-major:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.dibuix-icona-major {
  width: 25px;
  height: 25px;
}

.b-tanca {
  top: 25px;
  bottom: unset;
  left: unset;
  right: 25px;
}

.b-browse {
  top: 25px;
  bottom: unset;
  left: unset;
  right: 70px;
}

.comptador_debastators {
  top: 25px;
  bottom: unset;
  left: unset;
  right: 115px;
  width: auto;
}

.comptador_debastators:hover {
  -webkit-transform: unset;
          transform: unset;
}

.b-next {
  width: 25px;
  height: 25px;
  -webkit-filter: drop-shadow(3px 3px 9px rgba(0, 0, 0, 0.9));
  filter: drop-shadow(3px 3px 9px rgba(0, 0, 0, 0.9));
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.b-next:hover {
  -webkit-transform: translate(2px);
          transform: translate(2px);
}

.b-prev {
  width: 25px;
  height: 25px;
  -webkit-filter: drop-shadow(3px 3px 9px rgba(0, 0, 0, 0.9));
  filter: drop-shadow(3px 3px 9px rgba(0, 0, 0, 0.9));
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.b-prev:hover {
  -webkit-transform: translate(-2px);
          transform: translate(-2px);
}

.ripple {
  position: absolute;
  background: gray;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  -webkit-animation: ripple .88s 1;
          animation: ripple .88s 1;
  opacity: 0;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(100);
            transform: scale(100);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(100);
            transform: scale(100);
    opacity: 0;
  }
}
/*# sourceMappingURL=disseny_botons_pano.css.map */