output {
  display: block;
}

#ranges h4 {
  font-size: 18px;
}

.pool-area {
  position: relative;
}
.pool-area .pool-image img {
  width: 80%;
}

.range-horizontal {
  margin-top: 25px;
}
.range-horizontal input {
  width: 90%;
}

.range-vertical {
  position: absolute;
  right: -40px;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.range-vertical input {
  -webkit-appearance: slider-vertical;
     -moz-appearance: slider-vertical;
          appearance: slider-vertical;
  height: 100%;
}

.checkbox-over-16 {
  margin-top: 15px;
}

.divider {
  width: 100%;
  height: 2px;
  background-color: #b1b1b1;
  margin: 30px 0;
}

.pool-shape .selected .text-form {
  font-weight: 800;
  color: #57c7dd;
}
.pool-shape .selected .form-path {
  filter: saturate(100);
}
.pool-shape .forms {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pool-shape .forms :hover {
  cursor: pointer;
}
.pool-shape .form-path {
  filter: saturate(0);
}
.pool-shape .form {
  height: 130px;
  display: flex;
}

.models .col-md-4 {
  display: flex;
  margin-bottom: 15px;
}
.models .models-box {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  padding: 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.models .largo-16 {
  display: none;
}/*# sourceMappingURL=ajustes_range.css.map */