#header
	.header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color)
	.header-nav-main
	nav
	> ul
	> li:hover
	> a,
#header
	.header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color)
	.header-nav-main
	nav
	> ul
	> li
	.wrapper-items-cloned:hover
	> a {
	color: #ffffff !important;
}
html .btn-secondary {
	color: #fff !important;
}

.properties-listing .listing-item .thumb-info .thumb-info-price i::after {
	top: 48% !important;
	border-bottom: 1px solid #f9ba25;
}

html .bg-color-light-scale-1.bg-ciudad::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	background-image: url("/assets/img/fondos/fondo_ciudad.png") !important;
	background-position: 50% 60%;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.6;
}

html .bg-color-light-scale-1.bg-playa::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	background-image: url("/assets/img/fondos/fondo_playa.jpeg") !important;
	background-position: 50% 60%;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.6;
}

p#txt_black {
	color: black;
}
