.articulo_detalle .resumen {
    background: #e4e2ce;
    font-size: 1.2em;
}

.propiedad_detalle .encabezado {
    font-size: 26px;
    font-weight: 600 !important;
}

.propiedad_detalle .encabezado h1 {
    margin: 0;
    font-size: 26px !important;
    font-weight: 600 !important;
}

.propiedad_detalle .multiples span:after{
    content: ', '
}

.propiedad_detalle .multiples span:last-child:after{
    content: '';
}

.propiedad_detalle .labels span {
    font-size: 10px;
    line-height: 11px;
    font-weight: 500;
    margin: 0;
    margin-right: 5px;
    text-transform: uppercase;
    padding: 3px 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.65);
}

.propiedad_detalle .bg-light {
    background: #fff !important;
}

.propiedad_detalle h2 {
    font-size: 16px;
    font-weight: 700;
}

.propiedad_detalle .info {
    background-color: rgba(215, 204, 194, 0.61);
    border: 1px solid #d7ccc2;
}


.propiedad_detalle .datos > div {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.05);
    padding: 10px 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.propiedad_detalle .datos strong {
    white-space: nowrap;
}

.propiedad_detalle .datos span {
    max-width: 150px;
    text-align: right;
}