#produtos .prod{display:flex;justify-content:space-between;list-style:none;flex-wrap:wrap}#produtos .prod .prod-item{width:24%;float:left;margin-bottom:30px}#produtos .prod .prod-item a{text-decoration:none}#produtos .item{border:1px solid #EBEBEB;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;margin-top:10px}#produtos .item .tipo{background:var(--main-empresa);color:#fff;width:152px;padding:10px 10px 10px 10px;position:absolute;margin-left:0;text-align:center;text-transform:uppercase;font-size:12px;letter-spacing:2px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px}#produtos .item .imagem{background-repeat:no-repeat!important;background-position:center!important;background-size:cover!important;height:200px;width:100%;border-top-right-radius:10px;border-top-left-radius:10px;-moz-border-top-right-radius:10px;-moz-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-webkit-border-top-left-radius:10px}#produtos .box{margin-top:10px;margin-bottom:10px}#produtos .box .imovel{font-weight:700;font-size:13px;text-transform:uppercase;margin-bottom:5px}#produtos .box .bairro{color:var(--main-empresa);min-height:48px}#produtos .box .cidade{font-size:11px;margin-bottom:10px}#produtos .box .box-valor{min-height:120px;display:flex;justify-content:center;align-items:center;flex-direction:column}#produtos .box .box-valor .faixa{height:1px;width:52px;margin-left:auto;margin-right:auto;background-color:grey;margin-top:10px;margin-bottom:10px}#produtos .box .box-valor .tipo-valor{text-transform:uppercase;font-size:12px;letter-spacing:3px;color:var(--main-cinza)}#produtos .box .box-valor .valor{color:var(--main-cinza);font-size:12px;margin-right:5px}#produtos .box .box-valor .valor span{font-weight:700;letter-spacing:5px;font-size:15px;color:var(--main-red)}#produtos .box-detalhes{padding:0 10px 10px 10px}#produtos .box-detalhes ul{list-style:none;display:flex;justify-content:space-between}#produtos .box-detalhes ul li{font-size:13px;letter-spacing:2px}@media(max-width:992px){#produtos .prod .prod-item{width:33.33%}}@media(max-width:767px){#produtos .prod .prod-item{width:49%}}@media(max-width:350px){#produtos .prod .prod-item{width:100%}}@media(max-width:534px){#produtos .item .tipo{position:relative;margin-left:auto;margin-right:auto;width:100%}}