/* Add here all your CSS customizations */
.bg-amarillo{
    background: #fbe742;
    color: #FFF;
}

.bg-naranja{
    background : #ed9c28;
    color:#FFF;
}


.vistaNoDisponible {
  width: 100%;
    min-height: 600px;
  /*background-color: #888888 !important;*/
  color: #000000 !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 36px;
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
	background-color: #163a69;
}

.img-principal {
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
}

.img-galeria {
    height: 470px !important;
    width: 100% !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #0074ad !important;
}


.inmueble {
    width: 30px;
    height: 35px;
    text-align: center;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    /*padding-left: 8px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}


.panel {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: 5px 7px 20px 0px rgba(0, 0, 0, 0.47);
    border: none;
}

.panel-heading {
    background: #d9edf7
}

.content-body {
    background: #f4f3ef
}

.panel-title-black {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    color: black
}

.detail-title {
    border-bottom: 1px solid #0088cc!important
}

.detail-title .title-left {
    color: #0088cc
}

.body {
    background: #f4f3ef
}
.panel-login{
    box-shadow:none;
}

/*/*.imgRed{
    width:434px;
    height:290px;
}*/*/

/*.property-item .item-body {
    padding: 10px 12px 10px 20px;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    width: 50% !important;

}

.property-listing .figure-block {
    width: 100% !important;
    height: 170px !important;
}

.property-item .body-left {
    width: 60% !important;
    height: 160px !important;
    position: relative !important;
    background:red;
}




.property-item .body-right {
    width: 40% !important;
    height: 160px !important;
    position: relative !important;
    background:blue;
}*/