.boxlist {
  border: 1px solid #DDDDDD;
  box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,0.13), 0 .3px .9px 0 rgba(0,0,0,0.11);
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.boxlist:hover {
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.07);
}
.boxlist .panel-body {
  border-left: 1px solid rgba(0,0,0,0.07);
  border-right: 1px solid rgba(0,0,0,0.07);
  border-bottom: 1px solid rgba(0,0,0,0.07);
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.boxlist-title {
  padding: 0 0 0 0;
  background: #B9BFBF;
  position: relative;
  -webkit-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #fff;
}
.boxlist-title h2 {
  font-size: 40px;
  margin-bottom: 0;
  padding-top: 0;
}
.boxlist-title h3 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  padding-top: -5px;
}
.boxlist-title.popular-title {
  background-color: #04053f;
}
.boxlist-title.popular-title h2 {
  color: #fff;
}
.boxlist-title.popular-title h3 {
  color: #fff;
}
.boxlist-content .goal {
  font-size: 1.1em;
  padding: 3px 0;
  display: block;
  object-fit: cover;
  min-width: 100%;
  border-bottom: 1px solid #E9E9E9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.boxlist-content .goal > .transaction {
  padding: 4px 6px;
}
.boxlist-content .goal > .transaction > .price {
  font-size: 1.1em;
}
.boxlist-content .goal > .transaction > .label {
  font-size: 0.8em;
  display: block;
  color: #5e5e5e;
}
.boxlist-content .goal  .sublabel {
  font-size: 0.8em;
  color: #5e5e5e;
}
.boxlist-content .goal > .venda {
  color: #c57000;
}
.boxlist-content .goal > .aluguel,
.boxlist-content .goal > .temporada {
  color: #33599e;
}
.boxlist-content .address {
  font-size: 1.2em;
  text-align: left;
  margin: 3px 0;
  padding: 3px 10px;
  border-bottom: 1px solid #E9E9E9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.boxlist-content .address > .cidade {
  font-weight: bold;
}
.boxlist-content .address > .cidade:before {
  content: '\f041';
  font-family: "FontAwesome";
  font-size: 0.9em;
  padding-right: 8px;
}
.boxlist-btn {
  padding: 8px;
  text-align: center;
}
.boxlist-btn .btn {
  font-size: 0.95em;
  background-color: #f5f5f5;
  color: #3d3d3d !important;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
}
.boxlist-btn .btn:hover,
.boxlist-btn .btn:focus,
.boxlist-btn .btn:active {
  background-color: #1e20ac;
  color: #fff !important;
}
.popular-title sub {
  color: #f5f5f5;
}
.boxlist span.code-tag,
.boxlist span.cat-tag,
.boxlist span.char-tag {
  position: absolute;
  right: 0px;
  top: 15px;
  font-weight: normal;
  padding: 4px 5px;
  color: #fff;
  background-color: #1e20ac;
  border: none;
  font-size: 1em;
  letter-spacing: 0.01em;
  -webkit-border-radius: 5px 0px 0px 5px;
  -khtml-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -ms-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
.boxlist span.code-tag {
  background-color: #3d3d3d;
}
.boxlist span.cat-tag {
  left: 0px;
  right: auto;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #191a81;
  -webkit-border-radius: 0px 5px 5px 0px;
  -khtml-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
.boxlist span.char-tag {
  left: 0px;
  bottom: 0;
  top: auto;
  text-align: center;
  background: rgba(0,0,0,0.514);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.badge {
  padding: 6px 7px;
  font-size: 1em;
  background: rgba(0,0,0,0.514);
}
.boxlist span.char-tag .badge {
  margin: 3px 4px;
}
.item-img-wrap {
  overflow: hidden;
  -webkit-border-radius: 5px 5px 0px 0px;
  -khtml-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.item-img-wrap img {
  display: block;
  object-fit: cover;
  min-width: 100%;
  max-width: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  image-rendering: optimizeQuality;
}
.item-img-wrap:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.item-img-wrap .img-responsive {
  width: 100%;
}
.item-img-wrap:hover .item-img-overlay div {
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.item-img-overlay div {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 20%;
  text-align: center;
  font-size: 32px;
  color: #fff;
  background: rgba(162,108,0,0.5);
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-border-radius: 5px 5px 0px 0px;
  -khtml-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.item-img-overlay .news {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(85,85,85,0.3);
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

@media (min-width: 1150px) and (max-width: 1390px) {
  .boxlist-btn .btn {
    padding: 4px;
    font-size: 0.85em;
    line-height: 28px;
  }
}