@media (max-width: 989px) {
  .page-checkout {
    [data-b2c-valores-sidebar-mobile] {
      display: none;
    }

    [data-b2c-valores-checkout-mobile] {
      top: 60px !important;
    }
  }

  [data-b2c-valores-checkout-sidebar] {
    display: none;
  }

  .box-sidebar {
    display: none;
    position: fixed !important;
    top: 0;
    z-index: 1;
    left: 0;
    overflow-y: scroll !important;
    height: 100vh;
    width: 100%;
    padding: 20px 20px 80px 20px !important;

    .titulo h2 i {
      display: block !important;
    }

    &.open {
      display: block !important;
    }
  }

  .btn-resumo {
    display: block;
  }

  #modalQuaseLa {
    .container-fluid {
      padding: 25px 15px;

      .titulo {
        text-align: center;
        margin-bottom: 20px;

        h3 {
          font-size: 3.375rem;
          text-align: center;
        }

        p {
          font-size: 0.85rem;
          text-align: center;
        }
      }
    }
  }

  [data-b2c-valores-sidebar-mobile],
  [data-b2c-valores-checkout-mobile] {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px;
    box-shadow: 0 -2px 8px 0 rgba(68, 68, 68, .16);

    form {
      display: flex;
      justify-content: center;
      align-items: center;

      div.total-coast {
        flex: 1;
        display: flex;
        flex-direction: column;

        strong {
          font-size: 16px;
        }

        span {
          font-size: 18px;
        }
      }

      button, a {
        max-width: 33%;
        margin: 0;
      }

    }
  }

  [data-b2c-valores-checkout-mobile] {
    position: relative;
    top: 0;
    bottom: auto;
    z-index: 1;
    padding: 0;
    margin: 0;

    .box-resumo {
      padding: 19px;
      margin: 0 !important;
      width: 100% !important;

      .titulo,
      ul {
        display: none;
        transition: all 0.2s;
      }

      .total {
        border-top: none;
        padding-top: 0;

        [data-b2c-valor-final-compra]:after {
          content: "\f078";
          font-family: "Font Awesome 5 Free";
          font-weight: bold;
          font-size: 18px;
          margin-left: 11px;
          color: #444;
        }
      }

      &.open {
        .titulo, ul {
          display: block;
        }

        .total {
          border-top: 1px solid #eee;
          padding-top: 15px;

          [data-b2c-valor-final-compra]:after {
            content: "\f077";
          }
        }
      }
    }
  }

  .left-bar {
    background: #f5f5f5;
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    right: 100%;
    padding-top: 21px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.4s ease;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;

    &.open {
      right: 0;
    }
  }

  .quantidade-encontrado {
    span {
      &.btn-close {
        display: block;
      }
    }
  }

  .ordenacao {
    p {
      display: none;
    }

    div {
      .btn-abre-filtro {
        display: block;
      }
    }
  }

  .pagina-aereo {
    .ordenacao p {
      display: block;
    }
  }

  .page-detail .box-hotel .col-galeria {
    width: 100%;
    padding: 0;
  }

  .page-detail .box-hotel .titulo {
    float: left;
    width: 100%;
  }

  .page-detail .box-hotel .descricao {
    padding: 0 30px;

    .descricao-conteudo {
      padding-left: 0;
    }
  }

  .box-hotel .conteudo {
    padding: 0 30px;

    .descricao {
      padding: 0;
    }
  }

  .page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .diaria .titulo,
  .page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .total .titulo {
    display: block;
  }

  .page-detail .box-quarto .quarto-list .quarto-item .conteudo .categoria .titulo {
    font-size: 16px;
  }

  .page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header .cartoes {
    display: none;
  }

  .page-checkout .box-sidebar {
    //&:not(.open) {
    //  [data-b2c-hotel-sidebar],
    //  [data-b2c-aereo-sidebar],
    //  [data-b2c-rodo-sidebar],
    //  [data-b2c-servico-incluso-sidebar],
    //  [data-b2c-servico-sidebar],
    //  [data-b2c-valores-sidebar] {
    //    display: none;
    //  }
    //}
  }
}

@media (max-width: 568px) {
  .page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .diaria,
  .page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .total {
    margin-top: 18px;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
}

@media (max-width: 768px) {
  .page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .regime .promos {
    position: relative;
    top: 0;
    left: 0;
    margin: 5px 0;
  }

  .submenu.motor {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .hotelList {
    .hotel-item {
      height: max-content;

      .hotel-imagem {
        img {
          max-height: 180px;
          border-radius: 8px 8px 0 0;
        }
      }

      .price-box {
        width: 100%;
        border-top: 1px solid #f1f1f1;
        display: flex;
        flex-direction: row;
        padding: 10px;

        .price-container {
          flex: 1;
          display: flex;
          flex-direction: column;
          align-items: baseline;
          justify-content: center;
          font-size: 13px;

          span:first-child {
            margin-bottom: 3px;
          }

          .price {
            font-size: 17px;
          }
        }

        a.button {
          width: 50%;
          margin: 0;
        }
      }
    }
  }

  .page-pacote {
    .pacote-list {
      .pacote-item {
        height: max-content;

        .pacote-imagem {
          img {
            max-height: 180px;
            border-radius: 8px 8px 0 0;
          }
        }

        .price-box {
          width: 100%;
          border-top: 1px solid #f1f1f1;
          display: flex;
          flex-direction: row;
          padding: 10px;

          .price-container {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: baseline;
            justify-content: center;
            font-size: 13px;

            span:first-child {
              margin-bottom: 3px;
            }

            .price {
              font-size: 17px;
            }
          }

          a.button {
            width: 50%;
            margin: 0;
          }
        }
      }
    }
  }
}

@media (min-width: 1px) and (max-width: 767px) {
  .submenu {
    ul {
      position: relative;
      flex-wrap: wrap;
      padding: 16px 54px 16px 0;

      .search-item {
        height: auto;
        margin-right: 0;
        padding-right: 0;
        border: none;
        padding-left: 12px;
        margin-bottom: 4px;

        .item-container {
          border: none !important;
        }

        em {
          display: none !important;
        }

        &:first-child {
          flex: 0 0 100%;
          overflow: hidden;
          padding-right: 0;
          margin-bottom: 5px;
        }

        ~ .item-container {
          margin-top: 8px;
        }

        &.action {
          position: absolute;
          top: 0;
          right: 0;
          align-items: center;
          margin: 16px 0;
          padding: 0 12px 0 8px;
          font-size: 24px;

          a.btn-alterar-busca {
            padding: 0 10px;

            i {
              margin: 0;
            }
          }
        }
      }
    }
  }
}

@media (max-width: 568px) {
  section.sign .form .conteudo {
    padding: 15px;
  }

  section.sign .form .conteudo img {
    max-width: 173px;
  }

  section.sign .form .conteudo form {
    margin: 40px 0 20px;
  }

  section.sign .form .conteudo form h1 {
    margin-bottom: 7px;
    font-size: 1.6em;
  }

  section.sign .form .conteudo a.btn-togo {
    margin-top: 54px;
  }
}
