:root {
    --videoclaim-text: #cacaca;
}

.search-engine-home {
    left: 0;
    right: 0;
    padding-top: 50px;
    width: 1280px;
    position: sticky;
    top: 100px;
    background-color: #fff;
    z-index: 5;
    box-shadow: 0px 8px 9px -13px #000;
}

.search-engine-home .form-group-custom {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

#field_reference {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    height: 45px;
    padding: 16px;
    border: 0;
}

#reference {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
}

#field_reference::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

#field_reference::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

#field_reference:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

#field_reference::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

#field_reference::placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

#field_reference::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}
#field_reference::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}
#field_reference:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}
#field_reference:-moz-placeholder { /* Firefox 18- */
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}


#district_id {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.select2-container .select2-search--inline .select2-search__field::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    font-weight: 100;
    font-family: "Roboto";
}

.select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}
.select2-container .select2-search--inline .select2-search__field::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}
.select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}
.select2-container .select2-search--inline .select2-search__field:-moz-placeholder { /* Firefox 18- */
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.select2-selection__rendered {
    max-height: 40px;
}

span.select2-selection.select2-selection--multiple {
    border: 1px solid var(--videoclaim-text) !important;
    border-radius: 15px;
    height: 45px;
    background: rgba(255, 255, 255, 0.6);
    padding: 5px;
}

span.select2-selection.select2-selection--multiple::after {
    right: 15px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.2em;
}

#type_id {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
}

.checkbox-group--4-columns .input-checkbox {
    background-color: rgba(0, 0, 0, 0.3);
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    padding: 15px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-bottom: 0;
    border: 1px solid var(--videoclaim-text);
}

.checkbox-group--4-columns .input-checkbox label {
    font-size: 12px;
}

#c-btn-search {
    border-radius: 50px;.input-slider__values > label input
    text-align: center;
    width: auto;
}

#c-btn-search i {
    display: none;
}

.button--primary {
    margin-top: 12px;
}

.input-slider__values label {
    color: var(--videoclaim-text);
    font-size: 12px;
}

#field_price_lbl_min,
#field_price_lbl_max {
    background-color: transparent;
    border: none;
    color: var(--videoclaim-text);
    font-size: 1.1em;
    padding-right: 20px;
    font-weight: 400;
}
#price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
}

#price label {
    color: var(--videoclaim-text);
    font-weight: bold;
}

#price label i {
    display: none;
}

#price .input-slider {
    min-width: 230px;
}

#field_price_min,
#field_price_max {
    display: none;
}

#field_price {
    background-color: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border: none;
}

.noUi-connect {
    height: 4px;
    background: var(--videoclaim-text);
    -webkit-box-shadow: none;
            box-shadow: none;
}

.input-slider .noUi-horizontal .noUi-handle {
    border: none;
}

.input-slider .noUi-connect {
    background: var(--videoclaim-text);
}

.noUi-handle {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: var(--videoclaim-text);
}
.smart-search__item {
    padding-left: 18px;
    padding-right: 15px;
}

@media (min-width: 768px){
    .smart-search__item {
        float: left;
        width: 25%;
    }
}

.smart-search__item-container {
    border-radius: 5px;
    padding:  5px 10px;
    height: 50px;
}
.smart-search__item-container span{
    padding: 10px 5px;
    font-size: 9px;
}

.bubble .checkbox-group--4-columns .input-checkbox{
    margin: 0 36px !important;
}

.bubble .checkbox-group label {
    font-size: 12px;
}

.search-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1010;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-transform: scale3d(2.25, 2.5, 0.3) rotate(5deg) translateY(400px);
            transform: scale3d(2.25, 2.5, 0.3) rotate(5deg) translateY(400px);
}

.search-popup--active {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    background: rgba(0,0,0,0.75);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-transform: scale3d(1, 1, 1) rotate(0) translateY(0);
            transform: scale3d(1, 1, 1) rotate(0) translateY(0);
}

.top-header {
    z-index: 999;
}
.navbar-backend{
    z-index: 999;
}

.busqueda-avanzada {
    height: 46px;
    width: 318px;
    color: #5E5E5E;
    font-family: Roboto;
    font-size: 35px;
    font-weight: 500;
    line-height: 46px;
}

.search-popup--content {
    width: 768px;
    background-color: #FFF;
    padding: 15px;
    margin: auto;
    font-family: Helvetica;
    font-size: 18px;
    z-index: 1010;
    overflow: hidden;
    height: 100%;
    max-height: 900px;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    border-radius: 8px;
}

.search-popup--content .my-filters .my-filters__top{
    background-color: #fff !important;
}
.search-popup--content .input-slider .noUi-connect{
    background-color: #5E5E5E !important;
}
.search-popup--content .input-text, .input-select{
    border: 0px solid #B3B3B3;
}
.search-popup--content .noUi-handle{
    background-color: #5E5E5E !important;
}

.search-popup--content #price .input-slider {
    min-width: 100% !important;
}

.search-popup--content #c-btn-search {
    border-radius: 5px;
    width: 100% !important;
    font-size: 14px;
    margin-bottom: 0px;
}

.search-popup--content #c-btn-search i {
    display: contents !important;

}
.search-popup--content .btn-group .btn:not(:last-child) {
    margin-right: 30px;
}
.search-popup--content .btn-group .btn{
    height: 45px;
}
.search-popup--content  .fa-gears:before, .fa-cogs:before{
color: #E2007A !important;
}
.search-popup--content .select2-container .select2-selection--multiple {
    min-height: 45px !important;
    font-weight: 300;
    font-size: 16px;
    border-radius: 10px !important;
}
.search-popup--content .input-slider .noUi-target {
    background: #fff;
    border: 0px solid #b4b4b4 !important;
}

.search-popup--content .select2-container--default{
    width: 210px !important;
    max-width: 160px;
}
.checkbox-group .input-checkbox--has-icon i {
    color: #5E5E5E;
}
.checkbox-group .input-checkbox--has-icon i:hover {
    color: #E2007A !important;
}
.checkbox-group .input-checkbox--has-icon:hover,
.checkbox-group .input-checkbox--has-icon:active,
.checkbox-group .input-checkbox--has-icon:focus {
  color: #E2007A !important;
}
.checkbox-group .input-checkbox--has-icon.input-checkbox--checked {
  color: #E2007A !important;
}

.c-searchengine__sidebar-filtersBtn {
    padding-left: 5px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
}

.search-popup--bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    width: 100%;
    height: 200px;
    background-color: #fff;
    z-index: 1010;
}

.search-popup--emptyspace {
    min-height: 50px;
    display: block;
    height: 100%;
}

.search-property .search-property__sidebar .my-filters {
    margin-bottom: 20px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1010;
    width: 100%;
    top: 0;
    display: block;
}

.js-search-popup-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5em;
    color: #000;
    cursor: pointer;
}

.search-popup--cleanfiltersBtn {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.4);
    padding-right: 80px;
    font-weight: bold;
    cursor: pointer;
}

.search-popup--cleanfiltersBtn:hover {
    font-weight: bold;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}

.search-popup--cleanfiltersBtn span {
    color: #E2007A;
}

.estateResults-banner--title {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    height: 60px;
    text-align: center;
    text-shadow: 2px 2px 10px #333;
}
.estateResults-banner--desc {
    margin: 0px 30px;
    position: absolute;
    bottom: 30%;
    left: 0;
    padding:5px;
    font-size: 16px;
    right: 0;
    text-align: center;
    color: #fff;
}

.estateResults-banner--btn-desc {
    border: 3px solid #fff;
    margin: 0px 30px;
    position: absolute;
    bottom: 15%;
    left: 0;
    padding:5px;
    font-size: 16px;
    right: 0;
    text-align: center;
    color: #fff;
}

.search-results .search-results__header {
    background-color: unset;
    border-top: 1px solid var(--videoclaim-text);
    padding-top: 12px;
}

.search-results .search-results__header .search-results__header__info span {
    display: unset;
}

.search-results .search-results__header .search-results__header__info h1::after {
    display: none;
    content: '';
}

#estate-result-order-filter {
    border: none;
    font-size: 16px;
}
.search-popup--cleanfiltersBtn {
    font-size: 15px;
    color: #009ee0;
    padding-right: 20px;
}
.pagination > li > a, .pagination > li > span{
    color: #5E5E5E;
}

.my-filters .my-filters__bottom {
    background-color: #fff;
}

.property-item__description.property-item__description--note {
    font-weight: bold;
}
