html,
body {
  height: 100%;
}

@media only screen and (max-width: 350px) {
  .content-full .inputs input {
    width: 255px;
    font-size: 21px;
    border: 0 !important;
    color: #676565;
    border-radius: 16px !important;
    background-color: #f3f3f4;
    height: 50px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 351px) and (max-width: 400px) {
  .content-full .inputs input {
    width: 310px;
    font-size: 21px;
    border: 0 !important;
    color: #676565;
    border-radius: 16px !important;
    background-color: #f3f3f4;
    height: 50px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 401px) and (max-width: 767px) {
  .content-full .inputs input {
    width: 350px;
    font-size: 21px;
    border: 0 !important;
    color: #676565;
    border-radius: 16px !important;
    background-color: #f3f3f4;
    height: 50px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  #filter-desktop {
    display: none;
  }

  #filter-mobile {
    margin-bottom: -145px;
    margin-top: -30px;
  }

  .swiper-container {
    height: 210px;
  }

  #auto-destacados .pb-30 {
    padding-bottom: 24px !important;
  }

  #auto-destacados .section_title h2 {
    font-size: 32px;
    text-align: center;
  }

  #filter-mobile .search_column {
    margin-top: 12px;
    margin-bottom: -3px;
  }

  #filter-mobile #btn-search {
    width: 50px;
    height: 50px;
  }

  #search-steps {
    width: 100%;
    overflow-y: auto;
  }

  #primary-buttons-search-mobile {
    display: flex;
    justify-content: center;
    margin-top: 1em;
    flex-direction: column;
    align-items: center;
  }

  #primary-buttons-search-mobile #clean-filters {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
    border-radius: 16px !important;
    width: 90%;
    margin-bottom: 5%;
    height: 50px;
    /* display: none; */
  }

  #btn-search i {
    display: flex;
    justify-content: center;
  }

  .header-1 .container #btn-close {
    padding-left: 16px !important;
  }

  .header-1 .arrow-back {
    padding-left: 15px !important;
  }

  .header-1 .values-previous {
    color: #fff;
    margin-top: 5%;
  }

  .header_search .search_form input {
    padding-left: 15px !important;
    font-size: 22px;
    width: 320px;
  }

  .header_search .search_form {
    margin-top: 0px !important;
  }

  .header_search .search_btn {
    margin-top: 0px !important;
  }

  .content-full .button-icons {
    display: flex;
    align-items: center;
    /* padding-left: 7px !important; */
  }

  .content-full .container {
    margin-top: 4%;
  }

  #search-steps {
    top: 0px;
    z-index: 99999999;
    position: fixed;
    height: 100vh;
    background-color: #fff;
  }

  #search-steps .header-1 {
    z-index: 9999;
    width: 100%;
    position: initial;
    background-color: #c00;
    padding: 5px;
  }

  #search-steps .header-1 h2 {
    font-size: 20px;
    color: #fff !important;
  }

  #search-steps .header-1 div {
    display: flex;
    align-items: center;
  }

  #search-steps .content-full {
    margin-top: 0;
  }

  #search-steps .content-full .btn-inputs {
    border: none;
    color: #676565 !important;
    border-radius: 16px !important;
    background-color: #f3f3f4;
  }

  #search-steps .content-full .input-slider .noUi-connect {
    background: #CC0000;
  }

  #search-steps .content-full .select-custom {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #search-steps .content-full .select-custom .list {
    max-height: 500px;
    overflow-y: scroll !important;
  }

  #search-steps .content-full .search-mobile {
    width: 100%;
  }
}

@media screen and (min-width: 770px) {
  #filter-mobile {
    display: none;
  }

  #filter-desktop {
    display: block;
  }
}

