#contact-section{
  display: none !important;
}

#quemsomos{
  display: none !important;
}

.foto-limite {
  width: 100%;
  padding-top: 80%;
  /* padding-top: 50%; */
  overflow: hidden;
  position: relative;
}

.foto-limite img {
  width: 100%;
  height: auto;
  margin: auto;
  top: 0;
  position: absolute;
  top: -50%;
  /* top: -100%; */
  right: -100%;
  bottom: -50%;
  left: -100%;
}




.site-blocks-cover,
.site-blocks-cover>.container>.row {
  min-height: 600px;
  height: calc(600px);
}

.site-block-wrap {
  min-height: 600px;
  height: calc(600px);
  background: #222;
}


._contato-redes-sociais {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 30px;
}

._contato-redes-sociais a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.44em;
  background-color: #004E89;
  border: 1px solid #004E89;
  border-radius: 50%;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 0;
}




._popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, .75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999;

}

._popup__close {
  position: absolute;
  max-width: 58px;
  height: auto;
  z-index: 99999;
}

._popup__close span {
  font-size: 3.8rem;
  color: #ffffff;
}

._popup__close._right-top {
  right: 25px;
  top: 25px;
}

._popup__close._right-center {
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

._popup__close._right-bottom {
  right: 25px;
  bottom: 25px;
}

._popup__close._center-top {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}

._popup__close._center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._popup__close._center-bottom {
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

._popup__close._left-top {
  left: 25px;
  top: 25px;
}

._popup__close._left-bottom {
  left: 25px;
  bottom: 25px;
}

._popup__close._left-center {
  left: 25px;
  transform: translateY(-50%);
}

._popup__cont {
  box-sizing: border-box;
  position: absolute;
  z-index: 99999;
  padding: 40px;
  max-width: 700px;
}

._popup__cont img {
  /*max-width: 100%;height: auto;*/
  width: auto;
  max-height: 600px;
}



@media(max-width:767.98px) {
  ._popup__cont img {
    max-width: 100%;
    height: auto;
  }
}



.construtoras-lista {
  display: grid;
  gap: 32px;
  /*grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));*/
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  justify-items: center;
}

.construtoras-item {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
}

.construtoras-item img {
  max-width: 86%;
}


.team-member-foto {
  height: 260px;
  overflow: hidden;
}

.img-fluid-blog {
  width: 100%;
  height: 260px;
  transition: .2 all ease-out;
}

.team-member img {
  transition: .2 all ease-out;
}


/* video {
  height: 400px;
} */

@media(max-width:767.98px) {
  video {
    height: auto;
  }
}

label {
  margin-bottom: 0;
}


.parceiro-item img {
  width: auto;
  max-height: 112px;
  text-align: center;
}

@media(max-width:767.98px) {
  .parceiro-item img {
    max-width: 100%;
    height: auto;
    text-align: center;
  }
}

.swiper-slide {
  text-align: center;
}