main {
	overflow: auto;
} 

h2, h3 {
	margin: initial;
}

a {
	text-decoration: none;
}

figure {
	margin: 0;
}

.hsu-color-2 {
	color: #5a5a5a;
}

.hsu-catalogo {
	margin: 3em auto;
	max-width: 80%;
}

.hsu-catalogo-header {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hsu-catalogo-header > * {
	width: 100%;
}

.hsu-catalogo-header > header p {
	margin-top: 0;
	font-size: 0.8em;
}

.hsu-propiedades-toolbar {
	margin-bottom: 2em;
	font-size: 0.6em;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hsu-propiedades-toolbar form {
	margin: 0;
}

.hsu-propiedades-filtros {
	padding: 3em;
	display: none;
}

.hsu-propiedades-filtros label {
	display: block;
}

#hsu-hogares-filtro-submit {
	margin: 2em 0;
	padding: 0.5em 2em;
	background-color: transparent;
	border: 1px solid;
}


.hsu-propiedades-btn {
	margin-left: 1em;
	padding: 0.5em;
	border: 1px solid #5a5a5a;
	color: #5a5a5a;
}

.hsu-propiedades-btn-active {
	background-color: #5a5a5a;
}

.hsu-propiedades-btn-active svg > * {
	fill: white;
}

.hsu-propiedades-toolbar svg {
	width: 1em;
	display: table-cell;
	vertical-align: middle;
}

.hsu-propiedades-toolbar-btn {
	padding: 0.75em 3em !important;
	font-size: 0.8em;
	font-weight: 600;
}

.hsu-catalogo > header p {
	margin: 0.5em 0 2em;
}

.hsu-hogar img {
	width: 100%;
	height: auto;
}

.hsu-hogar-thumb {
	position: relative;
}

.hsu-hogar-status {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 1em;
	text-transform: uppercase;
	font-size: 0.6em;
}

.hsu-hogar-status-disponible {
    background-color: lime;
}

.hsu-hogar-status-reservado {
	background-color: #ffd900;
}

.hsu-hogar-status-vendido, .hsu-hogar-status-alquilado {
    background-color: red;
    color: white;
}

.hsu-hogar-focus .hsu-hogar-thumb {
	background-color: #ffcc00;
}

.hsu-hogar-focus .hsu-hogar-thumb img {
	clip-path: polygon( 0 0, 0 90%, 80% 90%, 85% 80%, 90% 90%, 100% 90%, 100% 0 );
}

.hsu-hogares {
	padding-bottom: 1em;
}

.hsu-hogares hr {
	margin: 2em 0;
	width: 100%;
	border-top: 1px solid #999999;
	display: none;
}

.hsu-propiedades-list {
	margin-bottom: 2em;
	padding-bottom: 2em;
	width: 100%;
	border-bottom: 1px solid #999999;
	overflow: hidden;
}

.hsu-propiedades-list > a > div {
	position: relative;
}

.hsu-propiedad-data p {
	margin: 0;
}

.hsu-propiedad-data p::before {
	margin-right: 1em;
    width: 1em;
    display: inline-block;
}

.hsu-propiedad-mts::before {
    content: url( '/wp-content/themes/hsu/assets/icons/hogares/mts.svg' );
}

.hsu-propiedad-dorms::before {
    content: url( '/wp-content/themes/hsu/assets/icons/hogares/dorm.svg' );
}

.hsu-propiedad-baths::before {
    content: url( '/wp-content/themes/hsu/assets/icons/hogares/bath.svg' );
}

.hsu-hogares-more-btn {
    padding: 0.5em 2em;
    border: 1px solid #5a5a5a;
    font-size: 0.7em;
    color: #5a5a5a;
}

.hsu-propiedades-wish {
	position: absolute;
	left: 0.5em;
	bottom: 0.5em;
	padding: 0.3em;
	width: 2em;
	height: 2em;
	background-color: rgba( 255, 255, 255, 0.6 );
	border-radius: 100%;
	-webkit-justify-content: center;
	justify-content: center;
}

.hsu-propiedades-wish svg {
	width: 1em;
	height: auto;
}

.hsu-propiedades-wish svg > path {
	fill: #5a5a5a;
}

.hsu-propiedades-wished svg > path {
	fill: red;
}

.hsu-propiedades-pool {
	padding-right: 1em;
	width: 25%;
	float: left;
}

.hsu-propiedades-pool:nth-child( 5n + 4 ) {
	padding-right: 0;
}

.hsu-propiedades-pool img {
	width: 100%;
	height: auto;
	max-height: 105px;
}

#hsu-hogares-map {
	width: 100%;
	height: 80vh;
}

/* ******************************************************************************
								OTROS DISPOSITIVOS
****************************************************************************** */
@media all and ( orientation: portrait ) {
	.hsu-catalogo-header {
		position: relative;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}

	.hsu-catalogo-header::before {
		position: absolute;
		top: -2em;
		left: -13%;
		width: 20%;
		height: 1em;
		background-color: #ffcc00;
		content: '';
		display: inline-block;
	}
}

@media all and ( orientation: landscape ) {
	.hsu-propiedades-toolbar {
		order: -1;
	}

	.hsu-propiedades-toolbar::before {
		position: absolute;
		left: 0;
		width: 20%;
		height: 1em;
		background-color: #ffcc00;
		content: '';
		display: inline-block;
	}

	.hsu-propiedades-list > a > div {
		width: 50%;
		float: left;
	}

	.hsu-propiedades-list > a > div:last-child {
		padding-left: 2em;
	}

	.hsu-propiedades-map > * {
		width: 50%;
		float: left;
	}

	.hsu-propiedades-map > ul {
		padding-right: 2em;
		height: 80vh;
		overflow: scroll;
	}
}

@media all and ( max-width: 600px ) {
	.hsu-propiedades-toolbar > * {
		margin-left: 0;
		-webkit-flex-grow: 1;
		flex-grow: 1;
	}

	.hsu-propiedades-toolbar-filtros {
		margin-right: 1em;
	}

	.hsu-propiedades-toolbar-orden {
		margin-top: 1em;
		order: 1;
	}
}

@media all and ( min-width: 600px ) {
	.hsu-propiedades-toolbar-btn {
		font-size: 1em;
	}
}

@media all and ( min-width: 760px ) {
	.hsu-propiedades-toolbar {
		font-size: 0.6em;
	}
}

@media all and ( min-width: 1100px ) {
	.hsu-propiedades-pool img {
		max-height: 115px;
	}
}

@media all and ( min-width: 1300px ) {
	.hsu-propiedades-pool img {
		max-height: 145px;
	}
}

@media all and ( min-width: 1900px ) {
	.hsu-propiedades-pool img {
		max-height: 205px;
	}
}