.room-items .room-text .room-features .room-info .beds {
    margin-right: 5px !important;
  }

  .sideFilters {
    background-color: #f7f7f7;
    padding: 22px;
    border-radius: 12px;
    box-sizing: border-box;
  }

  .sideFilters .widget {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 15px;
  }

  .sideFilters .widget:last-child {
    margin-bottom: 0;
  }

  .btn-busca-referencia {
    position: absolute;
    border: none;
    right: 0;
    background-color: transparent;
    padding: 10px;
    color: #2A2C92;
  }

  .sideFilters button.btn-buscar {
    background-color: #2A2C92;
    color: #fff;
    border-radius: 12px;
    text-align: center;
    width: 100%;
    border: none;
    font-size: 1.2em;
    line-height: 3rem;
    transition: .2s ease-out all;
    font-weight: 700;
  }

  .sideFilters button.btn-buscar:hover {
    background-color: #2A2C92;
  }

  .sideFilters label {
    width: 100%;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 0;
  }

  .sideFilters input,
  .sideFilters select {
    width: 100%;
    padding: 5px 12px;
    height: 42px;
    border: 1px solid #d6d6d6;
    border-radius: 12px;
  }

  .sideFilters select {
    cursor: pointer;
    background-color: #ffffff;
  }

  .codigoImovel {
    left: 10px;
  }

  /* OPCOES DE FILTROS */
  .flex-viewport-center {
    min-height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .flex-viewport-center form {
    width: 100%;
  }

  /* Theming */
  /* If the current object is clicked/tapped */
  .t-neutral .segmented-control input[type=radio]:checked+label {
    background: #8f8f8f;
    border-color: #444;
    color: #fff;
  }

  /* If the control has keyboard focus */
  .t-neutral .segmented-control input[type=radio]:focus+label {
    background: #444;
    color: #fff;
    outline: thin dotted;
    border-color: #444;
  }

  .t-neutral .segmented-control input[type=radio]:active+label {
    color: #fff;
  }

  .t-neutral .segmented-control__label {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    background: #eee;
    color: #8a8a8a;
  }

  .t-neutral .segmented-control__label {
    border-color: rgb(126, 126, 126);
  }

  /* Component */
  .segmented-control__label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    flex: 1 1 auto;
    font-size: 0.9rem;
    padding: 0.75rem;
    text-align: center;
    text-decoration: none;
    transition: background 0.4s ease, color 0.4s ease;
    border-left: 1px solid #ddd;
  }

  .segmented-control__input {
    clip: rect(0, 0, 0, 0);
    opacity: 0;
    position: absolute;
    visibility: none;
  }

  .segmented-control__inner {
    font-size: 0;
    display: flex;
    /*margin-top: 0.5rem;*/
    gap: 10px;
    justify-content: space-between;

  }

  .segmented-control__inner div {
    flex: 25%;
  }

  .segmented-control__title {
    margin-bottom: 1rem;
  }

  .segmented-control__label:first-of-type {
    border: 1px solid;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 0;
    border-right: none;
  }

  .segmented-control__label:last-of-type {
    border: thin solid;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 16px;
  }

  .segmented-control {
    margin-bottom: 0;
  }

  /* opcoes de filtros */





  .room-items .room-text .room-price {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }



  .room-items .room-text .site-btn.btn-line {
    float: none !important;
    margin: 0 auto;
    width: 100%;

  }

  .room-items .room-text {
    padding: 15px;
    border-radius: 0 0 4px 4px;
    width: 100%;
    text-align: center;

  }


  /*
    .room-items .room-text .room-details .room-title h5 {
        min-height: 60px;
    }
    */


  .ordenacaoBotoes {
    display: flex;

    /* border: 1px solid #d1d1d1; */
    padding: 4px 12px;
    border-radius: 200px;
    justify-content: flex-end;
    color: #8a8a8a;
  }

  .ordenacaoBotoes a {
    text-decoration: none;
    color: #666;
    font-size: 15px;
    padding: 3px 8px;
    border-radius: 200px;
    border: 1px solid #d1d1d1;
  }

  .ordenacaoBotoes span {
    border: 1px solid #d1d1d1;


    display: flex;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 200px;
    align-items: center;
  }

  .active {
    background-color: #2A2C92;
    color: #fff;
  }




  .room-items .room-text .room-details {
    padding-bottom: 0;
    margin-bottom: 0;
  }



  .room-items .room-text .room-features .room-info {


    display: flex;
    justify-content: center;
    gap: 20px;

  }


  .room-items .room-text .room-features .room-info .size,
  .room-items .room-text .room-features .room-info .beds,
  .room-items .room-text .room-features .room-info .baths,
  .room-items .room-text .room-features .room-info .garage {
    margin-right: 0;
  }





  .location {
    border-right: 1px solid #F3F3F3;
    float: left;
    padding: 20px 27px 29px;
    width: 24%;
  }

  .search-type-bairro {
    border-right: 1px solid #F3F3F3;
    float: left;
    padding: 20px 27px 29px;
    width: 30%;
  }

  .select {
    cursor: pointer;
  }

  .select,
  .input {
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    padding: 4px 0;
    outline: none;
    /*border-radius: 6px;*/
    border: none;
    border-bottom: 1px solid rgb(124, 124, 124);
  }

  .label-form-busca {
    font-size: 0.95em;
    color: #8f8fa8;
    font-weight: normal;
    margin-bottom: 4px;
  }

  .room-filter-pagi .bf-item input[type=radio]:checked+label {
    background: #2A2C92;
  }

  .filter-form {
    border-radius: 4px;
    background: #fff;
    height: auto;
    -webkit-box-shadow: 2px 15px 30px rgb(0 0 0 / 10%);
    box-shadow: 2px 15px 30px rgb(0 0 0 / 10%);
  }

  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button,
  html .ui-button.ui-state-disabled:hover,
  html .ui-button.ui-state-disabled:active {
    background: #2A2C92;
    font-weight: 500;
    color: #ffffff;
    outline: none;
  }

  .ui-widget.ui-widget-content {
    border: 1px solid #2A2C92;
  }

  .ui-slider .ui-slider-handle.slider-left,
  .ui-slider .ui-slider-handle.slider-right {
    width: auto;
    height: 25px;
    margin-top: -8px;
    line-height: 25px;
    font-size: 16px;
    padding: 0 3px;
    border: none;
  }

  .botaoBuscar {
    background-color: #2A2C92;
    outline: none;
    color: #fff;
    border-radius: 0 4px 4px 0;
    height: auto;
    right: -6px;
    left: 0;
    position: absolute;
    top: -20px;
    bottom: -20px;
    border: 0;
    font-size: 1.5em;
    text-align: center;
  }

  .flaticon-search:before {
    content: "\f146";
    font-size: 2em;
  }

  .botaoBuscarMobile {
    background-color: #2A2C92;
    outline: none;
    color: #fff;
    border-radius: 4px;
    border: none;
    outline: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.35em;
  }

  .btnBuscarDesk {
    display: block;
  }

  .btnBuscarMobile {
    display: none;
  }

  @media(max-width:768px) {
    .filtroItem {
      margin-bottom: 26px;
    }

    .btnBuscarDesk {
      display: none;
    }

    .btnBuscarMobile {
      display: block;
    }
  }


























  .room-items .room-text .room-features {
    padding-top: 10px;
  }














  .pretensao-div {
                  display: flex;
                  gap: 12px;
                  width: 100%;
                  height: auto;
                }

                .pretensao-botao input {
                  width: 23px;
                  height: 23px;
                  cursor: pointer;
                }

                .pretensao-botao {
                  display: flex;
                  gap: 4px;
                  margin-top: 0px;
                  align-items: center;
                  width: 50%;
                  border-radius: 4px;
                  padding: 3px 9px 3px 6px;
                  color: #fff;
                  background-color: #8F8FA8;
                }

                .pretensao-botao label {
                  margin: 0 !important;
                  display: flex !important;
                  gap: 4px !important;
                  align-items: center !important;
                  height: 100% !important;
                  cursor: pointer;
                }













                .paginacao {
                width: 100%;
                height: auto;
                padding: 2rem 0;
              }

              .paginacao-lista {
                width: 100%;
                height: auto;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 6px;
                flex-wrap: wrap;
              }

              .paginacao-item {
                font-size: 1.65rem;
                background-color: #eeeeee;
                color: #252525;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 2px;
                border-radius: 999px;
                line-height: 100%;
                width: 40px;
                height: 40px;
              }

              .paginacao-lista .active {
                background-color: #2A2C92;
                color: #fff !important;
              }

              /*libera*/