
._imovel__corretor ._perfil {
  display: flex;
  max-width: 370px;
  margin-top: 40px;
  background-color: #ffffff;
  border-radius: 999px;
  padding: 5px;
  box-shadow: 1px 8px 25px #b3b3b3;
  border: medium solid #ffffff;
  position: relative;
}

  
  ._imovel__corretor img {
  width: 80px;
  height:80px;
      object-fit:cover;
      aspect-ratio:1/1;
  height: auto;
  border-radius: 50%;
}
  
  ._imovel__corretor ._whatsapp {
  position: absolute;
  background-color: rgb(17, 218, 17);
  padding: 8px;
  border-radius: 50%;
  line-height: 0;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
  
  ._imovel__agendamento form button {

  background-color: #13265c;
 
}
  
  ._imovel__btn-agendar button, ._imovel__btn-agendar a {

  background-color: #13265c;
 
}
  
  ._imovel__agendamento ._icone-topo span {
  background-color: #13265c;

}
  
  ._imovel__agendamento form div span {

  color: #13265c;
}
  
  
  
  @media (min-width: 768px){
  ._imovel__comodidades, ._imovel__localizacao {
  width: 100%;
  float: left;
}
 
  }
  
  
  
  ._imovel__comodidades ul li, ._imovel__localizacao ul li {
  background-color: transparent;
  border: thin solid rgb(0, 0, 0, .2);
  color: #585858;
  font-size: 14px;
  border-radius: 12px;
  padding: 2px 10px;
}




._imovel__cta-cont, ._imovel__cta{
  background: transparent;
}


._imovel__btn-agendar button, ._imovel__btn-agendar a {
  font-size:1.45em;
}



.codimovel{
  font-size: 13px;
  margin-left:10px;
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: 0 6px;
  color: #252525;
  font-weight: normal;
}
._imovel__titulo h1{
  display: flex;
  align-items: center;
}




.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;
}