/* 手机样式 */
@media (max-width: 575.98px) {
  #page-button-container {
    width: 100%;
    position: absolute;
    bottom: 2px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
    flex-wrap: nowrap;
    text-indent: 0;
  }

  #next-button,
  #prev-button {
    flex: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    border-radius: 50px;
  }

  #next-button {
    /* background: #1f94d2; */
    background-image: url('../images/pre-next.png');
    background-size: cover;
    background-repeat: no-repeat;
  }

  #prev-button {
    /* background: #bbb; */
    background-image: url('../images/pre-back.png');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section-container-wrap {
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
  }

  .section-container-medidas {
    margin: 20px 0;
  }

  .NumericStepper {
    height: 30px;
  }

  .NumericStepperContainer {
    width: 50px;
  }

  .NumericStepperArrowDown {
    margin-top: 5px;
  }

  .NumericStepperArrowUp {
    margin-bottom: 5px;
  }

  table th {
    padding-top: 10px;
  }
  .ventana-window {
    width: 100%;
    height: 300px;
    margin-top: 40px;
  }

  .ventana-datos-container {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }


  .NumericStepper.default {
    width: 50px;
    height: 30px;
  }

  .page-container {
    margin-top: 35px;
  }

  .section-container-habitacion {
    width: 300px;
  }

  #familia-buttons {
    position: relative;
    bottom: 9px;
  }

  .mt30 {
    margin-top: 10px;
  }

  #ventanaHelp {
    text-align: center;
  }

  .section-container-wrap12 {
    justify-content: space-around;
    padding: 0 10px;
  }

  .section-container-wrap>.section-container:last-child {
	margin-left: 0;
}
  #FamiliasList {
    margin-bottom: 0;
  }

  #ventanas {
    width: 55%;
  }

  .ventana-button {
    margin-left: 0;
  }

  .ml35 {
    margin-left: 25px;
  }

  #ventana-datos {
    padding-top: 10px;
  }

  #paredes {
    left: 50%;
    top: 20px;
  }

  .ventana-datos-left {
    margin: 0 0 0 10px;
  }

  .section-container-furniture-img {
    width: 80px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .section-container-unit {
    transform: translateY(-60px);
  }

  .page0-img {
    flex-wrap: wrap;
  }

  .page0-img-wrap {
    margin-right: 0;
    width: 60px;
    height: 60px;
  }

  .page-content-wrap {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
}