


div.wpcf7-response-output {
    border: none;
}

.post-217 .address {
    margin-top: 56px;
}

.single-property .aclaracion-legal {
    overflow: hidden;
    height: 43px;
    position: relative;
    cursor: pointer;
}

.single-property .aclaracion-legal:before {
	content: 'Leer más...';
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.single-property .aclaracion-legal:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 17px;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.single-property .aclaracion-legal.abierto {
	height: auto;
}

.single-property .aclaracion-legal.abierto:before,
.single-property .aclaracion-legal.abierto:after {
	display: none;
}


#map {
    height: 450px !important;
}