._imovel__cta-cont,
  ._imovel__cta {
      background: transparent;
  }

  ._imovel__btn-agendar button,
  ._imovel__btn-agendar a {
      width: 50%;
      margin-left: auto;
      margin-right: auto;
      background-color: #155962 !important;
      color: #ffffff;
      border-radius: 12px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: 600;
      border: none;
  }

  ._imovel__agendamento ._icone-topo span {
      background-color: #155962;
  }

  ._imovel__agendamento form div span {
      color: #155962;
  }

  ._imovel__agendamento form button {
      background-color: #155962;
  }

  .videoWrapper {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0;
  }

  .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }

  .mapaLocalizacao iframe {
      width: 100%;
      margin-bottom: 42px;
  }

  .titulo1 {
      font-size: 1.15em;
      font-weight: 700;
      margin-bottom: 0;
      letter-spacing: 0px;
  }

  .img-relacionados {
      object-fit: cover;
      width: 100%;
      height: 190px;
      border-radius: 12px;
      margin-bottom: 5px;
  }

  .titulo-relacionados {
      font-size: 1.05em;
      font-weight: 700;
      color: #444 !important;
      box-sizing: border-box;
      padding: 5px 10px 10px 10px;
      line-height: 17px;
  }

  .item-relacionados {
      background-color: #f7f7f7;
      padding: 10px;
      border-radius: 12px;
      position: relative;
      width: 100%;
      min-height: 275px;
  }


  #share h5{
      margin-bottom: 15px;
  }

  /*responsivo*/
  @media only screen and (max-width: 967px) {
      #share {
          display: block;
      }
  }

  #share {
      width: 100%;
      margin: 10px auto;
      text-align: center;
  }

  /* buttons */
  #share a {
      width: 40px;
      height: 40px;
      display: inline-block;
      margin: 4px;
      border-radius: 50%;
      font-size: 20px;
      color: #fff;
      opacity: 0.75;
      transition: opacity 0.15s linear;
      text-align: center;
  }

  #share a:hover {
      opacity: 1;
  }

  /* icons */
  #share i {
      position: relative;
      top: 36%;
      transform: translateY(-50%);
  }

  /* colors */
  .facebook {
      background: #3b5998;
  }

  .twitter {
      background: #000;
  }

  .whatsapp {
      background: #00E676;
  }

  .email {
      background: #a6a6a6;
  }

  ._whats--pulse {
      display: none;
  }

  ._whats--pulse2 {
      background: #25d366;
      color: white;
      position: fixed;
      bottom: 18px;
      right: 18px;
      font-size: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 0;
      height: 0;
      z-index: 900 !important;
      padding: 35px;
      text-decoration: none;
      border-radius: 50%;
      animation-name: pulse;
      animation-duration: 1.5s;
      animation-timing-function: ease-out;
      animation-iteration-count: infinite;
  }

  ._whats--pulse2:hover {
      color: #ffffff;
  }

  ._whats--pulse2 span {
      font-size: 2.8rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
      color: #155962 !important;
  }

  ._imovel__foto {
      border-radius: 12px;
  }

  ._imovel__titulo h1 {
      padding-left: 0;
      margin-bottom: 0;
      padding-bottom: 0;
      font-weight: 700;
      text-transform: none;
  }

  ._imovel__titulo h1:before {
      display: none;
  }

  ._imovel__endereco {
      margin-top: 10px;
  }

  ._imovel__valores {
      margin-bottom: 0;
      padding-bottom: 0;
  }

  @media (min-width: 768px) {
      ._imovel__preview {
          margin-bottom: 10px;
      }
  }

  @media(max-width:1023px) {

      ._imovel__comodidades ul,
      ._imovel__localizacao ul {
          display: block;
      }
  }



  ._imovel__comodidades ul li,
  ._imovel__localizacao ul li {
      background-color: rgb(215, 215, 215, .35);
      border: none;
      color: #585858;
      font-size: 15px;
      border-radius: 12px;
      padding: 0;

      display: flex;
      font-size: .95em;
      line-height: 140%;
      align-items: center;
      gap: 3px;
      padding: 5px 8px;

  }

  @media (min-width: 768px) {

      ._imovel__comodidades,
      ._imovel__localizacao {
          width: 100%;
          float: left;
      }

      ._imovel__preview {
          margin-bottom: 15px !important;
      }
  }

  ._imovel__comodidades ul li i,
  ._imovel__localizacao ul li i {
      color: rgb(21, 89, 98);
  }

  @media(max-width:767px) {

      ._imovel__comodidades ul,
      ._imovel__localizacao ul {
          display: block;
      }

      ._imovel__comodidades ul li,
      ._imovel__localizacao ul li {
          width: auto !important;
          float: left;
          margin-bottom: 4px;
          margin-right: 4px;
          line-height: 105%;
      }
  }

  @media (min-width: 768px) {
      ._imovel__caracteristicas div {
          font-size: 1.15em;
      }

      ._imovel__titulo h1 {
          font-size: 1.6em;
          text-transform: none;
          font-weight: 700 !important;
          line-height: 130%;
      }
  }

  @media (max-width:991px) {
      .mobile-pad-0 {
          padding: 0 !important;
      }

      ._imovel__caracteristicas div {
          font-size: .95em;
      }

      ._imovel__metragem {
          min-width: 32%;
      }

      ._imovel__preview {
          margin-bottom: 15px !important;
          padding-bottom: 0 !important;
      }
  }

  ._imovel__caracteristicas {
      margin-top: 10px !important;
  }

  .icone-novo {
      opacity: .65;
      max-height: 24px;
  }

  ._imovel__caracteristicas div {
      gap: 6px;
  }

  ._imovel__metragem {
      min-width: 120px;
      gap: 0;
  }

  @media(max-width:767px) {
      ._imovel__metragem {
          min-width: 100px;
      }
  }

  .div-metragemprivativa {
      display: block !important;
      float: left;
      text-align: left !important;
      font-size: 1.05em !important;
      font-weight: normal;
  }

  .nomeComodo {
      font-size: 12px !important;
      color: #8a8a8a !important;
      font-weight: 300 !important;
  }

  .metragem-flex {
      display: flex;
      flex-direction: column;
      gap: 0 !important;
      text-align: left !important;
      line-height: 100%;
  }

  ._imovel__titulo h1 {

      font-weight: 700 !important;

  }

  @media (min-width: 768px) {
      ._imovel__titulo h1 {

          text-transform: none;

      }
  }








  .box-caracteristicas {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.caracteristica--metragem {
    display: flex;
    gap: 5px;
}

.caracteristica--metragem---infos {
    line-height: 100%;
}

.caracteristica-comodo {
    font-size: 12px !important;
}

.caracteristica-div {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

@media(max-width:767px) {

    .caracteristica-comodo {
        font-size: .85em !important;
    }

    .box-caracteristicas {
        gap: 12px;
    }

    .caracteristica-comodo span {
        display: none;
    }

    .caracteristica-div {
        flex-direction: row;
        align-items: center;
        gap: 5px;
        font-size: 1.2em !important;
    }

    .caracteristica-div-metragem {
        font-size: 1em !important;
    }

}








.sidebar-corretor {
  width: 100%;
  height: auto;
  padding: 30px;
  border-radius: 12px;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
}

.sidebar-corretor-foto {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar-corretor-foto img {
  border-radius: 9999999px;
  max-height: 120px;
}
@media(max-width:767.98px){
  .sidebar-email, .sidebar-email span{
  font-size: 14px !important;
}
}



#share a{
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#share a svg{
    width: 22px;
    height: 22px; 
}