.btn-tools,
.btn-tools-whatssapp {
  background-color: #2F3192;
  color: #fff !important;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 0.9em;
}
.btn-tools:hover {
  background-color: #1e20ac;
  color: #fff;
}
.btn-tools-whatssapp {
  background-color: #25D366;
}
.features_box:after {
  clear: both;
}
.listicon-check li {
  display: block;
  width: 33%;
  float: left;
}
@media (max-width: 480px) {
  .listicon-check li {
    width: 50%;
  }
}
a.taglink {
  color: #5e5e5e;
  background: white;
  font-size: 0.8em !important;
  line-height: 18px;
  display: inline-block;
  max-height: 28px;
  padding: 4px 8px;
  margin: 3px 2px;
  border: 1px solid #616161;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin: 0 1px 10px 0;
}
a.taglink:hover {
  background-color: #2F3192;
  border: 1px solid #2F3192;
  color: #fff;
  text-decoration: none;
}
div.imv-details-col1,
div.imv-details-col2 {
  margin-top: 120px;
}
div.imv-details-col1:after,
div.imv-details-col2:after {
  clear: both;
}
div.imv-details-col1 #sticky {
  top: 120px;
}
div.address_box {
  font-size: 1.2em;
}
div.address_box .address {
  margin-bottom: 20px;
}
.goal > .transaction > .price {
  font-size: 26px;
  font-weight: bold;
}
.goal > .transaction > .label {
  font-size: 1.2em;
  display: block;
  color: #5e5e5e;
}
.goal  .sublabel {
  font-size: 0.8em;
  color: #5e5e5e;
}
.goal > .venda {
  color: #c57000;
}
.goal > .aluguel,
.goal > .temporada {
  color: #33599e;
}
div.char_box {
  display: flex;
  align-items: flex-start;
  align-content: space-between;
}
div.carac-icon-box {
  width: 120px;
  height: 100px;
  outline: 1px solid #eae6e6;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 0.9em;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px;
  flex-basis: 100%;
}
div.carac-icon-box i {
  margin-bottom: 10px;
  color: #1e20ac;
}
div.text_box {
  font-size: 1.2em;
}
div.imv_title {
  padding: 0px;
  margin-bottom: 15px;
  color: #3d3d3d;
}
div.imv_title h2 {
  padding-top: 0;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1em;
  margin: 0;
}
div.imv_title .imv_code {
  color: rgba(75,78,80,0.7);
}
div.imv_title h3 {
  color: #E9E9E9;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.9em;
  margin: 0;
}
div.imv_title .subtitle {
  font-weight: normal;
  padding-left: 10px;
}
.imv-gallery {
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.imv-gallery .list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column wrap;
  transform: none;
  transition: transform 0.3s ease-out;
}
.imv-gallery .each {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.imv-gallery .each .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.imv-gallery .each img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  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;
}
.imv-gallery .each:hover .image-overlay div {
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.image-overlay div {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  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;
}
.image-overlay .view  span {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%,-50%);
}
.imv-gallery span.clicview-tag {
  position: absolute;
  right: 0px;
  top: 15px;
  font-weight: 600;
  padding: 4px 5px;
  color: #fff;
  background-color: rgba(30,30,30,0.4);
  border: none;
  font-size: 0.9em;
  letter-spacing: 0.01em;
  -webkit-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  left: 0px;
  right: auto;
}
@media (max-width: 768px) {
  div.imv-details-row {
    display: block;
  }
  div.imv-details-col1 {
    margin-top: 100px;
  }
  div.imv-details-col2 {
    margin-top: 0;
  }
  .goal > .transaction > .price {
    font-size: 18px;
  }
  .imv_title {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .imv-details-col1 {
    padding-bottom: 15px;
  }
  .imv-gallery .each {
    width: 30%;
    height: 50%;
    cursor: pointer;
    transition: opacity 0.2s;
  }
  .imv-gallery .each: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);
  }
  .imv-gallery .each:nth-child(1) {
    width: 40%;
    height: 100%;
  }
  .imv-gallery .each:first-of-type:last-of-type {
    width: 100%;
  }
  .imv-gallery .each img {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  div.imv-details-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  div.imv-details-col1,
  div.imv-details-col2 {
    margin-top: 120px;
  }
  div.imv-details-col1:after,
  div.imv-details-col2:after {
    clear: both;
  }
  div.imv-details-col1 #sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
  }
  .imv-gallery .each {
    width: 20%;
  }
  .imv-gallery .each:nth-child(1) {
    width: 40%;
  }
  .imv-gallery .each:first-of-type:last-of-type {
    width: 100%;
  }
}
