.card-panel {
  padding: 20px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
  transition: box-shadow .25s;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
}

.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

.card .card-title.activator {
  cursor: pointer;
}

.card.small, .card.medium, .card.large {
  position: relative;
}

.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  /*overflow: hidden;*/
}

.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 40%;
  /*overflow: hidden;*/
}

.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card.small {
  height: 300px;
}

.card.medium {
  height: 400px;
}

.card.large {
  height: 500px;
}

.card .card-image {
  position: relative;
}

.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px;
  font-size: 1.8rem;
  font-family: Roboto;
}

.card .card-content p {
  margin: 0;
  color: inherit;
}

.card .card-content .card-title {
  line-height: 24px;
  font-size: 2rem;
}

.card .card-action {
  position: relative;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 20px;
  z-index: 2;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 20px;
  transition: color .3s ease;
  text-transform: uppercase;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

.card .card-action + .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

.card .card-reveal {
  padding: 20px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}
.card.padding{
  padding:20px;        
}

.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}
.z-depth-1, .card-panel, .card, .toast,  .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card .material-icons {
  font-size: 20px;
}
.right {
  float: right;
}

/*height picture*/
.box-project .picture {
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 185px;
}

.tapaFlotante .btn-venta{
  bottom: 0px;
  position: absolute;
  background-color: #10B0E6;
  padding: 0.1rem 2rem;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.45rem;
}

/*bg provisorio*/
.bg-cards-picture{
    background-color:rgba(66, 72, 72, 0.35);
}

.tapaFlotante .btn-condicion0 { /*venta*/
  background-color: #1BB1E7;
  bottom: 0px;
  position: absolute;
  padding: 4px 24px;
  text-transform: initial;
  font-weight: normal;
  font-size: 1.45rem;
}

.tapaFlotante .btn-condicion1 { /*alquiler*/
  background-color: #92117E;
  bottom: 0px;
  position: absolute;
  padding: 4px 24px;
  text-transform: initial;
  font-weight: normal;
  font-size: 1.45rem;
}

.tapaFlotante .btn-condicion2 { /*alquiler temporario*/
  background-color: #3DAA26;
  bottom: 0px;
  position: absolute;
  padding: 4px 24px;
  text-transform: initial;
  font-weight: normal;
  font-size: 1.45rem;
}

.card.small .card-content {
  font-size: 1.25rem;
}

.card.small .btn-venta {
  font-size: 1.05rem;
  padding: 4px 10px;
  min-height: 31px;
}

.box-project .card.small .picture{
  height: 170px;
}

.card.small .card-content .card-title {
  line-height: 19px;
  font-size: 1.5rem;
}