.novoimovel{
    margin-top: 150px;
  }
  .formnovoimovel{
    margin-top: 15px !important;
  }
  .check{
    margin-left: 10px;
  }
  .novoimovel{
    align-items: center;
  }
  .cardcenter{
   width: 100%;
 }
 .formlogin{
  margin-bottom: 15px;
}
.imovelindexprop{
  margin-top: 50px;
}
.listcar{
  width: 500px;
}
.capa{
  width: 100%  !important;
  height: 340px !important;
  object-fit: cover;
}
.mprop{
  margin-top: 30px;
}
.desc{
  margin-top: 60px;
}
.logomprop{
  height: 150px !important;
  width: 272px !important;
}
.bi-search{
  margin-left: 5px;
}
.filtrar{
  margin-top: 15px;
}
.pregallery{
  margin-top: 30px;
}
.gallery{
  width: 75%  !important;
  height: 200px !important;
  object-fit: cover;
}
.alert-danger{
  margin-top: 10px;
  width: 415px;
}
.alert-success{
  margin-top: 10px;
  width: 415px;
}
.titulo{
  margin-top: 40px;
}
.titulo2{
  margin-top: 80px;
}
.localidade{
  margin-top: 22px;
}
.pgdetalhes{
  margin-top: 80px;
}
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #2eca6a;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 3px;
  width: 80px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  margin-top: 24.5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
input[type="checkbox"] {
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  margin-left: 15px;
}
.checky{
  margin-left: 3px;
  font-size: 15px;
  color: black;
}

.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 700px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin-left: 50px;
  
}
.styled-table thead tr {
  background-color: #2eca6a;
  color: #ffffff;
  text-align: left;

}
.styled-table th,
.styled-table td {
  padding: 12px 15px;

}
.styled-table tbody tr {
  border-bottom: 1px solid #2eca6a;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #2eca6a;
}
.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}
body{
  margin:0;
  padding:0;
}

  .portfolio-menu{
    text-align:center;
  }
  .portfolio-menu ul li{
    display:inline-block;
    margin:0;
    list-style:none;
    padding:10px 15px;
    cursor:pointer;
    -webkit-transition:all 05s ease;
    -moz-transition:all 05s ease;
    -ms-transition:all 05s ease;
    -o-transition:all 05s ease;
    transition:all .5s ease;
  }


  .portfolio-item .item{
   
    float:left;
    margin-bottom:10px;
  }
  .cardindex{
    position: absolute;
    z-index: 4;
    background-color: #ffffff55;
    margin-top: 250px;
    width: 450px;

    margin-left: 950px;
    border-radius: 4%;
  }
  .alert{
    margin-top: 20px;
    margin-left: 10px;
  }
  .margemtabela{
    margin-left: -5px
  }
  .galeria{
    margin-top: 75px;
  }
  .custombutton{
    font-size: 15px !important;
    border-radius: 50px !important;
    width: 150px;
    height: 50px;
    margin-bottom: 20px;
    padding: 0px !important;
  }
  