.real-estates-list{display:grid;row-gap:1.8rem;column-gap:1.35rem}@media screen and (min-width:calc(600px + 1px)){.real-estates-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:calc(1200px + 1px)){.real-estates-list{grid-template-columns:repeat(3,minmax(0,1fr))}}.real-estates-list>*{display:grid;grid-template-rows:auto 1fr;background-color:white;border-radius:var(--border-radius);overflow:hidden}.real-estates-list>* .view{width:100%;position:relative}.real-estates-list>* .view .img{width:100%;height:0;padding-bottom:80%;background-size:cover;background-repeat:no-repeat;background-position:center}.real-estates-list>* .view .offer-state{position:absolute;left:0;top:0;padding:0.6rem 1rem;border-bottom-right-radius:var(--border-radius);background-color:var(--color-orange-400);line-height:1em;font-weight:700;color:var(--color-text-inverted);text-shadow:0 0 rgba(0,0,0,0.5)}.real-estates-list>* .info{padding:1.15rem 1.8rem 5.5rem;position:relative}.real-estates-list>* .info .h3,.real-estates-list>* .info p{margin:0}.real-estates-list>* .info .h3 a,.real-estates-list>* .info p a{color:var(--color-text)}.real-estates-list>* .info .h3 a:hover,.real-estates-list>* .info p a:hover{text-decoration:underline}.real-estates-list>* .info .h3{height:4.5rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.real-estates-list>* .info .params{margin-top:1.5rem;display:flex;flex-flow:row wrap;align-items:flex-start;justify-content:flex-start;column-gap:1.85rem;row-gap:0.65rem}.real-estates-list>* .info .params>*{display:flex;align-items:center;flex-flow:row nowrap;justify-content:flex-start;column-gap:0.6rem}.real-estates-list>* .info .params>.price{font-weight:700}.real-estates-list>* .info .params>.location:before{content:"";display:block;height:1.2rem;width:1rem;background-image:url("../../../../assets/images/static/location.svg");background-repeat:no-repeat;background-position:center;background-size:contain}.real-estates-list>* .info .btn{position:absolute;bottom:1.45rem;right:1.8rem}
/*# sourceMappingURL=list.css.map */