﻿.sticky
{
    position: fixed;
    top: 0;
}

.stuck
{
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 262px; /*padding-left: 10px;     padding-right: 10px;*/
    margin-top: 160px;
    left: auto;
    right: auto;
}

#DivFiltro
{
    height: auto;
    z-index: 999;
}

.tituloFiltro
{
    margin-top: 13px;
}

.properties
{
    padding-top: 25px !important;
}

#CargarMasListado
{
    text-align: center;
    padding: 10px;
}

#divCargandoInmuebles
{
    /*display: none;*/
    margin: auto;
}

.filtrosAplicados
{
}

.filtrosAplicados ul
{
    /*background-color: #88B14B;
    padding: 10px;*/
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: var(--color-primary);
    border-image: none;
    border-style: solid;
    border-width: thin thin 5px;	
}

.filtrosAplicados li
{
    background-color: #ffffff;
    cursor: pointer;
    line-height: 35px;
    margin: 5px 0;
    padding: 0 10px;
    position: relative;
}

.filtrosAplicados li a
{
    color: #68645A;
}

.filtrosAplicados ul li img
{
    position: absolute;
    right: 5px;
    top: 10px;
}

.aSeleccionarMasUbicacion
{
    width: 100% !important;
}

.propertyCat_list
{
    width: auto !important;
    background-color: Transparent;
}

.a-image-listado
{
    display: block;
    height: 200px;
    text-align: center;
}

.lazyOwl
{
    height: 200px;
    min-height: auto;
    width: auto !important;
}

@media only screen and (max-width: 1199px)
{
    .stuck
    {
        width: 100%;
        max-width: 220px;
    }
}

@media only screen and (max-width: 991px)
{
    .sticky
    {
        position: relative;
        top: 0;
    }

    .stuck
    {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 450px)
{
    .rowText h4
    {
        float: none !important;
        font-size: 1em;
    }
}
