

.property_image, .content_image {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .property_image .property_image_item, .content_image .property_image_item {
    flex-basis: calc(25% - 15px) !important;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 4px;
    position: relative;
  }
  .property_image .property_image_item:nth-child(4n), .content_image .property_image_item:nth-child(4n) {
    margin-right: 0px !important;
  }
  .property_image .property_image_item img, .content_image .property_image_item img {
    border-radius: 4px;
  }
  .property_image .property_image_item .property_image_actions, .content_image .property_image_item .property_image_actions {
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .property_image_actions {
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .btn-small {
    padding: 2px 4px;
  }

  .al-center {
    text-align: center;
  }

  .al-left {
      text-align: left;
  }

  .al-right {
      text-align: right;
  }
    
  .card-white{
    background-color: #fff;
  }

  .card-cinza{
    background-color: #EAEAEA;
  }

  .card-black{
    background-color: #000;
  }

  .naopago{
    color: red;
    text-decoration: none;
 }



  /* Safari */
  @-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
  }
    
  .div-tipo-venda {
  display: none;
  }
  .div-palco {
  display: none;
  }
  