/* 
----------------------------------------------------------------------------------------------------------------------------------------
FILTERS --------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------
*/ 
.search-filters
{
    box-shadow: 2px 2px 14px 6px rgb(50,50,50,0.1);
    border-radius: 16px;
    padding: 10px;
    margin-bottom: 10vh;
}
.search-filters .item-first
{
    display: inline-block;
    list-style: none;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 0;
}
.search-filters .item
{
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    border-radius: 6px;
    transition-duration: 0.4s;
}
.search-filters .item:hover
{
    background: #efefef;
    cursor: pointer;
}
.item-title
{
    font-weight: 700;
}
.item-title span
{
    display: block;
    padding: 5px 0;
    cursor: pointer;
    font-family: 'Open-Sans' !important;
}
.item-first .item-title span
{
    cursor: default;
}
.item-title img
{
    transform:rotate(90deg);
    width: 10px;
}
.item-title input
{
    display: none;
}
.item .item-content
{
    display: none;
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, 0%);
    background: white;
    border-radius: 6px;
    border: 1px solid rgb(220,220,220);
    min-width: 150%; 
    padding: 10px 0;
}
.item .item-content .option div
{
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.item .item-content .option .container-fluid, .item .item-content .option .container-fluid div, .item .item-content .option .container-fluid div div
{
    position: static;
    top: 0;
    left: 0;
    transform: translateY(0);
}
.item .item-content .option-title
{
    margin-top: 10px;
}
.item .item-content .title-box
{
    margin-left: 0 !important;
}
.item .item-content .option-title span
{
    margin-left: 10px;
    font-family: 'Open-Sans';
}
.item .item-content .option .container-fluid .center
{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}
.item .item-content .option label
{
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Open-Sans';
    height: 40px;
    width: 100%;
    padding: 0 10px;
    background: white;
    transition-duration: 0.4s;
    cursor: pointer;
    border-bottom: 1px solid rgb(220,220,220);
}
.item .item-content .option label:hover
{
    background: rgb(50,50,50,0.1);
}
.item .item-content .option label input
{
    margin-right: 10px;
}
.item .item-content .option .container-fluid label .inputNumber
{
    border: none;
    height: 100%;
    padding-left: 5px;
    background: none;
}
.bb-none
{
    border-bottom: none;
}
.item .item-content .apply button
{
    border-radius: 6px;
    border: none;
    background: rgb(50, 50, 50);
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 10px;
    display: block;
    margin: 10px 10px 0 auto;
    transition-duration: 0.4s;
}
.item .item-content .apply button:hover
{
    background: rgb(22, 22, 22);
}

.pages
{
    width: 200px !important;
}
.pages-item button, .pages-item span
{
    display: block;
    margin: auto;
    text-align: center;
    background: #DDDDDD;
    cursor: pointer;
    border-radius: 4px;
    color: rgba(50,50,50);
    border: none;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    transition-duration: 0.4s;
}
.pages-item button:hover{
    background: rgba(0, 0, 0, 0.5);
}
.pages-item span
{
    background: none;
}
.pages-item span, .pages-item button
{
    height: 2em;
    width: 2em;
}
@media screen and (max-width: 991px) {
    .pages-item span, .pages-item button
    {
        height: 3em;
        width: 3em;
    }
}




#content_tags, #content_measurement, #content_operation
{
    width: 600px;
    z-index: 100;
}
#content_others
{
    width: 400px;
    z-index: 100;
}
#content_operation_type,
#content_type,
#content_bathroom_amount,
#content_floors_amount,
#content_room_amount,
#content_services,
#content_ambiences,
#content_additional
{
    max-height: 400px;
    overflow-y: scroll;
}




/*
CONTROL PAGES
*/
.load-map .loading-dots
{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
}
.load-map .loading-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  background: black;
  animation: loading-dots 1.4s infinite ease-in-out both;
}
.load-map .loading-dots .dot:nth-child(1) {
  animation-delay: -0.32s;
}
.load-map .loading-dots .dot:nth-child(2) {
  animation-delay: -0.16s;
}
@keyframes loading-dots {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}











/*-----------------------------------------------------------------------------------------------------------------------------------------
// FILTROS PARA VERSION MOVIL
//-----------------------------------------------------------------------------------------------------------------------------------------
*/
#btn-close-menu-sm, #btn-open-menu-sm
{
    border-radius: 2px;
    border: none;
    background: rgb(50, 50, 50);
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 10px;
    display: block;
    height: 30px;
    transition-duration: 0.4s;
}
#btn-close-menu-sm:hover
{
    background: rgb(22, 22, 22);
}
.btn-filters-sm
{
    padding: 10px;
    margin-bottom: 5vh;
}
.search-filters-sm
{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    background: white;
    transform: translateX(100vw);
    transition-duration: 0.4s;
    overflow-y: scroll;
    z-index: 100;
}
.search-filters-sm .item-first-sm
{
    list-style: none;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 0;
}
.search-filters-sm .item-sm
{
    list-style: none;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    border-radius: 6px;
    transition-duration: 0.4s;
}
.search-filters-sm .item-sm:hover
{
    background: #efefef;
    cursor: pointer;
}
.item-title-sm
{
    display: inline-block;
    font-weight: 700;
}
.item-title-sm span
{
    display: block;
    padding: 5px 0;
    cursor: pointer;
}
.item-first-sm .item-title-sm span
{
    cursor: default;
}
.item-title-sm img
{
    transform:rotate(90deg);
    width: 1em;
}
.item-title-sm input
{
    display: none;
}
.item-sm .item-content-sm
{
    background: white;
    border: 1px solid rgb(220,220,220);
    padding: 10px 0;
    display: none;
}
.item-sm .item-content-sm .option-sm div
{
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.item-sm .item-content-sm .option-sm .container-fluid, .item-sm .item-content-sm .option-sm .container-fluid div, .item-sm .item-content-sm .option-sm .container-fluid div div
{
    position: static;
    top: 0;
    left: 0;
    transform: translateY(0);
}
.item-sm .item-content-sm .option-title-sm
{
    margin-top: 10px;
}
.item-sm .item-content-sm .option-title-sm span
{
    font-weight: bold;
    font-size: 0.8em;
}
.content-sm .option-sm span
{
    margin-left: 10px;
}
.item-sm .item-content-sm .option-sm .container-fluid .center
{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}
.item-sm .item-content-sm .option-sm label
{
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    background: white;
    transition-duration: 0.4s;
    cursor: pointer;
    border-bottom: 1px solid rgb(220,220,220);
}
.item-sm .item-content-sm .option-sm label:hover
{
    background: rgb(50,50,50,0.1);
}
.item-sm .item-content-sm .option-sm label input
{
    margin-right: 10px;
}
.item-sm .item-content-sm .option-sm .container-fluid label .inputNumber-sm
{
    border: none;
    height: 100%;
    padding-left: 5px;
    background: none;
}
.bb-none
{
    border-bottom: none;
}
.item-sm .item-content-sm .apply-sm button
{
    border-radius: 6px;
    border: none;
    background: rgb(50, 50, 50);
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 10px;
    display: block;
    margin: 10px 0 0 auto;
    transition-duration: 0.4s;
}
.item-sm .item-content-sm .apply-sm button:hover
{
    background: rgb(22, 22, 22);
}



#content_tags, #content_measurement, #content_operation
{
    width: 600px;
    z-index: 100;
    padding: 1em;
}
#content_others
{
    width: 400px;
    z-index: 100;
    padding: 1em;
}
#content_operation_type,
#content_type,
#content_bathroom_amount,
#content_floors_amount,
#content_room_amount,
#content_services,
#content_ambiences,
#content_additional
{
    max-height: 400px;
    overflow-y: scroll;
}




/*---------------------------------------------------------------------------------------------------------------------------------
CONTENEDOR DE PROPIEDADES
-----------------------------------------------------------------------------------------------------------------------------------
*/
#contentProperties
{
    width: 90%;
    margin: auto;
}

@media screen and (max-width: 991px) {
    #contentProperties
    {
        width: 100%;
    }

}