/* Destaques Mosaico — Empreendimentos */

.elementor-widget-destaques-mosaico {
  overflow: hidden;
}

.container-box {
  display: block;
}

#clb-bloco-home-destaque {
  background-color: #fff;
}

.box {
  border-radius: 0px;
  display: table;
  width: 100%;
  float: left;
  min-height: 360px;
}

.imghvr-zoom-in .clb-destaque-grid-block-resumo {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.imghvr-zoom-in:hover .clb-destaque-grid-block-resumo {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: var(--clb_cor_principal);
}

[class*=" imghvr-"],
[class*=" imghvr-"] *,
[class*=" imghvr-"]:after,
[class*=" imghvr-"] :after,
[class*=" imghvr-"]:before,
[class*=" imghvr-"] :before,
[class^="imghvr-"],
[class^="imghvr-"] *,
[class^="imghvr-"]:after,
[class^="imghvr-"] :after,
[class^="imghvr-"]:before,
[class^="imghvr-"] :before {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.clb-destaque-grid-block-resumo {
  display: table;
  height: 100%;
  padding: 0;
  float: none;
  text-align: center;
  color: #fff;
}

.clb-destaque-grid-block-img::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
}

.figure-banner-top {
  display: none;
}

/* Resumo Props */
#page-empreendimentos-resumo {
  padding: 20px 0 0;
  display: block;
  width: max-content;
  margin: auto;
}
.box p,
.box b,
.box .icon,
.box h3,
.box h4,
.box h5,
.box h6,
.box span {
  color: var(--clb_cor_busca_aba_residencial_texto) !important;
}
.box h3 {
  font-size: 19px;
}
.box h4 {
  font-size: 15px;
}
#page-empreendimentos-resumo p {
  opacity: 0.6;
  font-size: 13px;
}
#page-empreendimentos-resumo .icon {
  opacity: 0.6;
  font-size: 20px;
  margin-bottom: 8px;
}
#page-empreendimentos-resumo .clb-resumo-item {
  display: block;
  padding: 0;
  width: 50%;
  float: left;
}
.clb-destaque-grid-block-resumo .price.busca-grid-hor {
  font-weight: bold;
}

@media (min-width: 1200px) {
  .destaque-empreendimentos .swiper-slide {
    width: calc(50% - 10px);
    float: left;
    margin: 0 10px 10px 0;
  }
}

@media (max-width: 991px) {
  .clb-destaque-grid-block-img {
    margin-bottom: 30px;
    height: 250px;
  }
  .clb-destaque-grid-block-resumo a {
    color: #fff;
  }
}

@media (max-width: 992px) {
  .box {
    box-shadow: unset;
    width: 100%;
    min-height: unset;
  }
  .imghvr-zoom-in .clb-destaque-grid-block-resumo {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background-color: var(--clb_cor_busca_aba_residencial);
  }
  .figure-banner-top {
    display: block;
    height: 180px;
  }
  .figure-banner-top img {
    height: 180px;
    display: none;
    margin: auto;
  }
  .box h5 {
    min-height: 46px;
  }
  #page-empreendimentos-resumo {
    width: 100%;
  }
  #page-empreendimentos-resumo .clb-resumo-item {
    display: block;
    padding: 0;
    width: 50%;
    float: left;
  }
  #page-empreendimentos-resumo p {
    opacity: 1;
    font-size: 12px;
  }
  #page-empreendimentos-resumo .icon {
    font-size: 16px;
  }
  .destaque-empreendimentos .swiper-button-next,
  .destaque-empreendimentos .swiper-button-prev {
    top: 90px;
    color: var(--swiper-navigation-color, var(--clb_cor_busca_aba_residencial));
  }
}
