section.home {
  .submenu {
    ul {
      padding: 0;
      transition: all 0.3s ease-out;
      display: flex;

      li {
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        margin-bottom: 0;
        height: 69px;
        align-items: center;
        padding: 0 5px;
        width: 100%;
        border-bottom: 3px solid #fff;
        transition: border-color 0.2s;
        cursor: pointer;

        a {
          margin-top: 0;
          font-weight: 500;
          text-decoration: none;
          color: inherit;
          min-width: 80px;
          display: inline-flex;
          position: relative;
          flex-direction: column;
          align-items: center;

          .button-circle-icon {
            color: #666;
            font-size: 24px;
            text-align: center;
            transition: background-color 0.1s ease-out, color 0.1s ease-out;
            width: 36px;
            height: 36px;
            line-height: 36px;
            border-radius: 50%;
            font-size: 16px;
            transition: background-color 0.2s;

            i {
              position: relative;
              display: inline-block;
              font-style: normal;
              transition: color 0.2s;
            }
          }

          label {
            margin: 0;
            margin-top: 5px;
            font-weight: 400;
            color: #666666;
            white-space: nowrap;
            cursor: pointer;
          }
        }

        &.active,
        &:hover {
          a {
            .button-circle-icon {
              background-color: var(--azul-1);

              i {
                color: #fff;
              }
            }
          }

          border-bottom: 3px solid var(--azul-1);
        }
      }
    }
  }

  @media (max-width: 767px) and (min-width: 1px) {
    .submenu ul {
      position: relative;
      flex-wrap: inherit;
      padding: 0;
      overflow-x: scroll;

      li {
        a {
          // min-width: 36px;

          label {
            // display: none;
          }
        }
      }
    }
  }

  .conteudo {
    min-height: calc(100vh - 220px);
    // display: flex;
    // align-items: center;
    // justify-content: center;
    // width: 100%;
    padding-top: 5%;

    .header {
      position: relative;

      h1 {
        font-size: 26px;
      }

      a {
        display: none;
      }
    }
  }
}

form.pnlMotor {
  background: #fff;
  border-radius: 4px;
  // overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  padding: 20px;
  margin: 30px 0;

  display: none;

  &.show {
    display: block;
  }

  label {
    text-align: left;
    margin: 10px 0;
    color: #878c9f;
    font-weight: 300;
    font-size: 12px;

    span {
      color: #ff0000;
    }

    i {
      position: absolute;
      color: var(--azul-1);
      padding-right: 12px;
      font-size: 14px;
      left: 31px;
      top: 47px;
    }
  }

  input.icon,
  select.icon,
  .fake-input.icon {
    padding: 0 20px 0 40px;
  }

  input {
    border-radius: 4px;
    color: #666;
    border: 1px solid #eee;
    flex: 1;
    width: 100%;
    border-radius: 0 4px 4px 0;

    &:read-only {
      cursor: pointer;
    }
  }

  .fake-input {
    border-radius: 4px;
    color: #666;
    border: 1px solid #eee;
    cursor: pointer;
  }

  .separator {
    border-top: 1px solid #ccc;
    display: block;
    width: 100%;
    margin: 15px;
  }

  select {
    word-wrap: normal;
    width: 100%;
    height: 40px;
    color: #888;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 14px;
    margin-bottom: 8px;
  }

  .form-group {
    select {
      width: 60px;
      height: 40px;
      border: 1px solid #eee;
      border-radius: 4px 0 0 4px;
      color: #666;
      opacity: 1;
      padding: 0;

      &::placeholder {
        color: #666;
        opacity: 1;
      }
    }
  }

  .pnlBotao {
    display: flex;
    align-items: center;
  }

  .box-pax {
    background: #fff;
    border-radius: 5px;
    padding: 20px 15px 0;
    position: absolute;
    top: calc(100% - 3px);
    right: 15px;
    display: none;
    width: calc(100% - 30px);
    z-index: 3;
    border: 1px solid #eee;
    margin-bottom: 30px;
    min-width: 250px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px;

    .quartoQt {
      display: flex;
      align-items: center;

      label {
        float: left;
        color: #666;
        font-size: 14px;
        padding-right: 9px;
      }

      select {
        background-color: #fff;
        border-color: #666;
        border-radius: 5px;
        color: #666;
        padding: 0;
        margin: 0;
        width: 43px;
        height: 24px;
      }
    }

    .quartoItems {
      .quartoItem {
        border: 1px solid #9d9e9e;
        border-radius: 5px;
        clear: both;
        margin-bottom: 15px;
        overflow: hidden;
        padding: 10px 5px;

        label {
          color: #666;
          clear: both;
          display: block;
          font-size: 0.75rem;
          font-weight: 600;
          margin: 0;

          &:first-of-type {
            margin-bottom: 10px;
          }
        }

        select,
        input {
          background-color: #fff;
          border-color: #666;
          border-radius: 5px;
          color: #666;
          padding: 0;
          margin: 2px;
          width: 93px;
          height: 24px;
        }

        .quartoAdt,
        .quartoSnr,
        .quartoChd {
          float: left;
          width: 50%;
          margin-bottom: 10px;

          display: flex;
          align-items: center;
          vertical-align: middle;
          flex-direction: column;
        }

        .quartoIdade,
        .quartoSnrIdade {
          border: 1px solid #9d9e9e;
          border-radius: 5px;
          clear: both;
          overflow: hidden;
          padding: 10px 5px;
          margin-bottom: 10px;

          .quartoIdadeSel,
          .quartoSnrIdadeSel {
            position: relative;
            float: left;
          }
        }
      }
    }

    > a {
      float: right;
      padding-bottom: 17px;
    }
  }

  .pnlTpTrechoCheck {
    label {
      margin-right: 13px;
    }

    input {
      width: 14px;
      margin: 0;
      height: auto;
    }
  }
}

.submenu {
  .pnlMotor {
    display: block;
    box-shadow: none;
    margin: 0;
    padding: 20px 0;

    .header {
      position: relative;

      a {
        position: relative;
        float: left;
        width: 100%;
        height: 20px;
        display: block;

        i {
          position: absolute;
          right: 0;
          top: 0;
          font-size: 22px;
        }
      }
    }
  }
}
