<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GENERAL */
body.ltr, body.ltr div, body.ltr button {
	font-family: Montserrat, Arial, sans-serif;
}

body.rtl, body.rtl div, body.rtl button, body.rtl h1, body.rtl h2, body.rtl h3,
	body.rtl h4, body.rtl h5, body.rtl h6 {
	font-family: Tahoma, sans-serif;
}

nav, .contnr1100 {
	width: 1270px;
}

.breadBlock {
    border-bottom: solid 1px #d4d4d4;
}

.breadBlock .contnr1100 {
	width: auto;
  	padding: 0 20px;
  	max-width: 1270px;
}

.contnrFull {
	width: auto;
	padding: 10px 20px 0;
	line-height: 1.75em;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	box-sizing: border-box;
	justify-content: center;
}

.w20 {
	width: 20%
}

body input[type="text"] {
	min-width: unset;
}

/* ELEMENTS */
.tableFixHead {
	width: 100%;
}

.contnrFull.banner {
	justify-content: start;
}

.banner .tableFixHead {
	width: calc(100% - 300px);
}

.listingBox.adBoostBox .priceTag, .listingBox.sPremium .priceTag,
	.listingBox.nativeProperty .priceTag {
	background-color: #efe000;
	color: #000;
}

.listingBox.premium .priceTag {
	background-color: #0093ff;
	color: #fff;
}

.listingBox .priceTag {
	background-color: #fff;
	color: #000;
}

.listingBox.emptyBox {
	overflow: hidden;
}

.listingBox.emptyBox .photoMask {
	background-color: #e8e9ea;
    background-image: url(https://www.mubawab-media.com/assets/logos/mubawab.png);
    background-position: center;
    background-repeat: no-repeat;
}

.listingBox.emptyBox .contentBox {
	height: 245px;
}

.listingBox.emptyBox [class*=row] {
	height: 40px;
	margin: 5px 0;
	background-color: #e8e9ea;
}

.listingBox.emptyBox .row1 {
	width: 70%;
}

.listingBox.emptyBox .row2 {
	width: 25%;
}

.listingBox.emptyBox .row3 {
	width: 90%;
}

.listingBox.emptyBox .row4 {
	width: 45%;
}

.listingBox.emptyBox .buttonsRow .contactBtn {
	background-color: #e8e9ea;
	border-color: #e8e9ea;
	height: 52px;
}

.emptyBox::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: -5px;
	left: -100%;
	width: 50px;
	height: 100%;
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0) 0%, 
		rgba(255, 255, 255, 0.5) 50%, 
		rgba(255, 255, 255, 0) 100%
	);
	transform: rotate(10deg);
	animation: emptyBox 2s infinite;
}

@keyframes emptyBox {
	0% {
		left: -100%;
	}
	100% {
		left: 110%;
	}
}

.resultNum {
	padding: 0 5px;
}

.searchKeys {
	font-size: 9px;
	line-height: 1.5em;
}

.floatingImg {
	margin-top: -60px;
	margin-bottom: 8px;
}

.banInLi {
	margin-bottom: 15px;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	height: auto;
    width: 100%;
    text-align: center;
}

/* ADs BOXES */
.listingBox&gt;* {
	box-sizing: border-box;
}

.listingBox {
	border-radius: 10px;
	background-color: #fff;
	padding: 8px;
	width: 33%;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}

.listingBox:hover .photoBox, .listingBox:hover .contentBox {
	background-color: #f5fbff;
}

.photoBox {
	position: relative;
}

.logoBox {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: -5px;
}

.rtl .logoBox {
    left: 15px;
    right: unset;
}

.logoBox .logoImg {
    max-width: 100px;
    max-height: 80px;
    border-radius: 5px;
    -webkit-box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, .2);
	box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, .2);
}

.listingH3 {
	color: #104a7a;
	font-size: 15px;
	display: inline-block;
}

.listingP {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
	line-height: 1.4em;
	min-height: 71px;
}

.listingDetails {
	font-size: 14px;
	color: #333;
}

.contentBox {
	float: left;
	padding: 15px 5px;
	line-height: 1.70em;
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 245px;
}

.contentBox.twoLines {
	height: 275px;
}

.rtl .contentBox {
	padding: 15px 18px 15px 15px;
	line-height: 1.55em;
}

.contentBox&gt;.disFlex:last-child {
	margin-top: auto;
}

.adMainFeature {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	padding: 8px 0;
}

.adMainFeatureIcon {
	justify-content: center;
	display: flex;
}

.adMainFeatureIcon i {
	font-size: 36px;
}

.adMainFeatureContent {
	font-size: 14px;
}

.adMainFeatureContentValue {
	font-size: 16px;
	font-weight: 700;
	margin: 0 8px 0 16px;
}

.adDetails {
	margin: 10px 0 0;
	flex-wrap: wrap;
}

.adDetailFeature {
	display: flex;
	text-align: center;
	margin-right: 10px;
	align-items: center;
	font-size: 14px;
}

.adDetailFeatureIcon {
	font-size: 22px;
	padding: 5px;
}

.adFeatures {
	flex-wrap: wrap;
	height: 31.5px;
	color: #fff;
}

.adFeature {
	display: flex;
	text-align: center;
	margin-right: 10px;
	align-items: center;
	height: 31.5px;
}

.characIcon {
	font-size: 18px;
	padding: 3px;
	width: 18px;
}

.photoBox .photoMask {
	overflow: hidden;
	line-height: 0;
	max-height: 360px;
	border-radius: 10px;
	align-items: center;
	justify-content: center; display : flex;
	aspect-ratio: 550/360;
	width: 100%;
	display: flex;
	background-image: url(https://www.mubawab-media.com/assets/logos/mubawab.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e8e9ea;
}

.adSlider .photoMask:not(:first-child), .adSlider .btnBox {
	display: none;
}

.adSlider.slick-slider .photoMask, .adSlider.slick-slider .btnBox {
	display: block;
}

.adSlider .slick-list {
	border-radius: 10px;
}

.photoMask.last-item {
	background-color: #000;
}

.photoMask.last-item img {
	opacity: 0.4 !important;
	/* se pone important para sobreescribir un opacity en linea que pone la liberia del slider por js */
}

.priceTag {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding: 0 7px 0 8px;
	box-sizing: border-box;
	background-color: #00afca;
	letter-spacing: 0.3px;
	line-height: 1.8em;
	margin-top: 10px;
	margin-left: 10px;
}

.priceTag em {
	font-style: inherit;
}

.priceDown {
	float: right;
	font-size: 13px;
	color: #2cb000;
}

.rtl .priceDown {
	float: left;
}

.rtl .priceTag {
	font-family: Montserrat, Arial, sans-serif;
}

.priceBar {
	min-height: 32px;
	z-index: 10;
	width: 100%;
}

.adBoostBox .priceBar {
	width: 100%;
}

.heartIcon {
	color: #c00;
	font-size: 22px;
	padding: 7px;
}

.heartIcon:hover {
	background-color: #ffeded;
	border-radius: 360px;
}

.premiumTagBox {
	bottom: 12px
}

.premiumTag {
	border-radius: 360px;
	font-size: 14px;
	font-weight: 800;
	padding: 6px 12px;
	background-color: #fff;
}

.adSlider {
	line-height: 0;
}

.sliderArrows {
	top: 50%;
	margin-top: -15px;
}

.sliderArrows .arrowIcon {
    color: #000;
    background-color: #fff;
	font-size: 28px;
	width: 32px;
	height: 32px;
	margin: 0 7px;
	border-radius: 360px;
}

.sliderArrows .arrowIcon:hover {
	background-color: #f5f5f5;
}

.sliderArrows .icon-angle-left.arrowIcon:before {
	margin-right: 2px;
}

.sliderArrows .icon-angle-right.arrowIcon:before {
	margin-left: 2px;
}

.sliderArrows .arrowIcon:hover {
	opacity: 1;
}

.sliderArrows a {
	display: inline-table;
}

.photoMask .sliderImage, .photoMaskBoost .sliderImage {
	object-fit: cover;
	height: 100%;
}

.relatedBusinessSlider .slick-list {
	padding-top: 16px;
}

#sliderArrows .thumbArrows {
	margin-top: 110px;
}

#sliderArrows .thumbArrows {
	cursor: pointer;
}

.titleRow {
	flex-wrap: wrap;
}

.listingTit {
	font-weight: 800;
	color: #f60;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contactBar {
	line-height: 1.9em;
}

.hardShadow {
	-webkit-box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, .2);
	box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, .2);
}

.rtl .hardShadow {
	-webkit-box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, .2);
}

.contactBtn {
	display: flex;
	align-items: center;
	font-size: 16px;
	justify-content: center;
	border: solid 1px;
	border-radius: 5px;
	padding: 10px 0px;
	margin: 10px 4px;
	background-color: #fff;
	cursor: pointer;
}

.contactBtn i {
	font-size: 20px;
}

.contactBtn.darkblue:hover, .contactBtn.darkblue:active {
	background-color: #e1f2ff;
}

.contactBtn.red:hover, .contactBtn.red:active {
	background-color: #fff5f4;
}

.contactBtn.whatsapp-color:hover, .contactBtn.whatsapp-color:active {
	background-color: #ecfbe6;
}

.contactBtn.orange:hover, .contactBtn.orange:active {
	background-color: #fff6f1;
}

.contactBtn i {
	padding: 5px;
}

.extraFeatures {
	border-radius: 12px;
	padding: 0 8px;
	font-size: 13px;
	background-color: #e5e5e5;
}

.red {
	color: #c1392b;
}

/** Business slider **/
.relatedBox {
    color: #fff;
    line-height: 0;
    width: 100%;
}

.relatedBox:not(.last) {
    margin: 0 8px;
}

.relatedLogo {
    overflow: hidden;
    height: 58px;
    border-radius: 5px;
    position: absolute;
    margin-top: -15px;
    right: 18px;
    border: solid 1px #bcbcbc;
    box-sizing: border-box;
    background-color: #eff0f1;
}

.relatedLogo .relatedImg {
    max-height: 58px;
}

.relatedPhotoBox {
    overflow: hidden;
    height: 180px;
}

.relatedPhoto {
    border-radius: 10px 10px 0 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.relatedText {
    padding: 5px 8px;
    background-color: #0084bc;
    border-radius: 0 0 10px 10px;
    line-height: 1em;
}

.relatedTit {
    font-size: 12px;
}

.relatedSubTit {
    font-size: 11px;
}

#footerListingLinks {
	font-size: 13px;
	flex-direction: row;
}

.padH8 {
	padding: 0 8px;
}

/** Responsive */
@media ( max-width : 1600px) {
	.bothHabillages .listingBox {
		width: 50%;
	}
}

@media ( max-width : 1430px) {
	nav, .contnr1100 {
		width: 1200px;
	}
	.oneHabillage .listingBox {
		width: 50%;
	}
}

@media ( max-width : 1300px) {
	.listingBox {
		width: 50%;
	}
}

.bannerRight {
	position: absolute;
    margin-top: 10px;
	right: 20px;
	transform: scale(0.7);
    transform-origin: top right;
}

.rtl .bannerRight {
	right: unset;
	left: 20px;
}

.bannerRight ins a {
	display: block;
}

@media (max-width: 1720px) {
    .bannerRight {
    	display: none;
    }
}
.mainFilter .dropdown .selectUl li label {
	cursor: pointer;
}

.minSeparator {
	width: 100%;
	height: 10px;
}

.flexdirCol {
	flex-direction: column;
}

.filterLogo {
	padding-top: 10px;
	display: none;
}

.sticky .filterLogo {
	display: block;
}

#filterForm {
	height: 63px;
}

#stickyDiv {
	border-bottom: solid 1px #d4d4d4;
	justify-content: center;
	flex-direction: column;
	background-color: #fff;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
	position: absolute;
    z-index: 20;
}

#stickyDiv.sticky {
    position: fixed;
    z-index: 100;
    background-color: #00aaff;
    padding: 10px 20px;
    border-bottom: none;
}

#stickyDiv .row {
    flex-direction: row;
    justify-content: center;
}

.filter-button {
	color: #000;
	background-color: #fff;
    font-family: 'Montserrat-SemiBold';
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #bcbcbc;
    height: 42px;
    cursor: pointer;
    padding: 3px;
    box-sizing: border-box;
    gap: 5px;
}

.filter-button:hover {
	background-color: #f5f5f5;
}

.filterBtns {
	display: flex;
	justify-content: center;
}

.filter-button.clean-filter {
	color: #0093ff;
	border: none;
	width: 220px;
	margin: 0 10px 10px;
}

#stickyDiv.sticky .filter-button.clean-filter {
	background-color: #00aaff;
	color: #fff;
}

.filter-button.apply-filter {
	background-color: #0093ff;
	color: #fff;
	border: none;
	width: 220px;
	margin: 0 10px 10px;
}

#stickyDiv.sticky .filter-button.apply-filter {
	background-color: #fff;
	color: #0093ff;
}

.filter-button.clean-filter:hover {
	background-color: #fff;
}

.filter-button.apply-filter:hover {
	background-color: #43adfb;
}

#stickyDiv.sticky .filter-button.apply-filter:hover {
	background-color: #e1f2ff;
}

.filter-button .filter-icon {
    margin-left: 5px;
    text-align: right;
}

.saveSearchBtn {
    width: 180px;
    margin: 0 auto;
}

#stickyDiv .locationsSelected, #stickyDiv .locationsProposal {
	flex-wrap: wrap;
}

#stickyDiv .location {
	align-items: center;
	color: #00aaff;
	padding: 4px 8px;
	justify-content: center;
	display: flex;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #00aaff;
	cursor: pointer;
	font-size: 11px;
	background: #f5fbff;
}

#stickyDiv .location.proposalLocation {
	color: #bcbcbc;
  	border: 1px solid #bcbcbc;
  	background: #fff;
}

#stickyDiv .location.proposalLocation:hover {
	background: #f5fbff;
  	color: #00aaff;
  	border: 1px solid #00aaff;
}

#stickyDiv .location.proposalLocation i {
	display: none;	
}

#stickyDiv .location.proposalLocation:hover i {
	display: block;	
}

#stickyDiv .location span {
	margin-right: 6px;
}

#stickyDiv .mainFilter {
	padding: 10px;
	box-sizing: border-box;
	font-size: 16px;
}

#stickyDiv .filtrable-select {
	height: 42px;
}

#stickyDiv .select {
	font-size: 14px;
	height: 42px;
	cursor: pointer;
	padding-right: 25px;
}


.rtl #stickyDiv .select {
	padding-right: 10px;
	padding-left: 25px;
}

#stickyDiv .select.selected {
	color: #000;
	font-weight: 600;
}

#stickyDiv .select.active {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: none;
	height: 45px;
}

#stickyDiv .selectsContainer {
	display: none;
	margin-top: 10px;
    padding: 15px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    min-width: 320px;
    border-radius: 5px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .24);
}

#stickyDiv .active .selectsContainer {
	display: block;
}

#stickyDiv .active .selectsContainer.openLeft {
	right: 0;
}

#stickyDiv #locationInputContainer .selectsContainer {
    width: 800px;
}

#stickyDiv .active .select-icon {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#stickyDiv .selectsContainer .customSelectDrop {
	min-width: 145px;
}

#stickyDiv .selectsContainer .label {
	line-height: 2.5em;
}

.selectLabel {
	font-weight: 600;
	font-size: 13px;
}

#stickyDiv.sticky #moreFilters .selectLabel {
	color: #fff;
}

#stickyDiv .select-icon {
	font-size: 15px;
	position: absolute;
	top: 24px;
	right: 22px;
	line-height: 1em;
}

.rtl #stickyDiv .select-icon {
	right: unset;
	left: 22px;
}

.rtl .dropdown .filtrable-select-icon {
    line-height: 1.5em;
}

#stickyDiv .label {
	padding: 10px 5px;
}

#stickyDiv .smallSelect .filtrable-select {
	width: 130px;
	min-width: 130px;
}

#stickyDiv .dropdown label.inputLabel {
	left: 5px;
}

.rtl #stickyDiv .dropdown label.inputLabel {
	left: unset;
	right: 5px;
}

#adTypeOptions {
	justify-content: center;
	padding: 20px 0;
	border-bottom: solid 1px #d4d4d4;
	position: absolute;
	z-index: 1000;
	background: #fff;
	width: 100%;
	top: 55px;
	border-top: 1px solid #d4d4d4;
}

#adTypeOptions.sticky {
	position: fixed;
	top: 85px;
}

.adTypeItem {
	background: transparent;
	border: none;
	border-right: 1px solid #d4d4d4;
	padding: 20px;
	font-size: 16px;
	cursor: pointer;
	color: #53535f;
}

.rtl .adTypeItem {
	border: none;
	border-left: 1px solid #d4d4d4;
}

.adTypeItem.active {
	color: #0093ff;
}

.adTypeItem:last-child {
	border-right: none;
}

.rtl .adTypeItem:last-child {
	border-left: none;
}

.adTypeItem i {
	display: block;
	font-size: 35px;
	padding: 8px;
}

#adList {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.btn-group {
	width: 100%;
	vertical-align: middle;
}

.btn-group button {
    font-family: 'Montserrat-SemiBold';
    margin: 0;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    color: #3b4144;
    font-weight: 500;
    padding: 10px;
    cursor: pointer;
    float: left;
    height: 45px;
}

.ltr .btn-group button:not(:last-child),
.rtl .btn-group button:not(:first-child) {
	border-right: none;
}

.ltr .btn-group button:first-child,
.rtl .btn-group button:last-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.ltr .btn-group button:last-child,
.rtl .btn-group button:first-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.rtl .btn-group button {
	float: right;
}

.btn-group.group3 button {
    padding: 12px 6px;
    font-size: 15px;
    width: 33.33%;
}

.btn-group.group5 button:first-child {
    min-width: 25%;
}

.btn-group button.active {
    background-color: #00aaff;
    border-color: #00aaff;
    color: #fff;
    font-family: 'Montserrat-Bold';
}

#featuresGroup {
    display: flex;
    flex-wrap: wrap;
}

#featuresGroup label {
	flex-basis: 25%;
	box-sizing: border-box;
	margin: 5px 0;
}

#stickyDiv.sticky #featuresGroup label {
	color: #fff;	
}

.newTag {
    font-size: 10px;
    vertical-align: top;
    color: #ff6600;
    font-style: italic;
}

.counterContainer {
    height: 45px;
    display: flex;
    width: 137px;
    position: relative;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    box-sizing: border-box;
}

.counterContainer button {
    color: #333;
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: 4px;
    transition: background-color .3s ease-in;
    border: 0px;
    width: 40px;
    cursor: pointer;
}

.counterContainer button span {
    font-size: 18px;
    font-family: 'Montserrat-Bold';
}

.counterContainer .counterInput {
    padding: 0;
    height: 100%;
}

.counterContainer .counterInput input {
    padding: 10px 0;
    width: 55px;
    height: inherit;
    font-size: 16px;
    margin: 0;
    text-align: center;
    overflow-x: visible;
    box-sizing: border-box;
    border: 0;
    color: #333;
    font-family: 'Montserrat-SemiBold';
    pointer-events: none;
    -moz-appearance: textfield;
}

.counterContainer .counterInput input::-webkit-inner-spin-button,
.counterContainer .counterInput input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.filter-button.yellowBg {
    background-color: #efe000;
    color: #302e03;
}

.filter-button.yellowBg:hover {
    background-color: #f7e915;
}

.filter-button.noBorder {
	border: none;
}

.senseContainer {
	position: absolute;
    right: 15px;
}

#moreFiltersOverlay {
	width: 100%;
    position: absolute;
    background: rgb(0, 0, 0, 0.3);
    z-index: 10;
}

/** Input widths **/
#adTypeInput {
	width: 180px;
}

#priceInputContainer {
	width: 190px;
}

#surfaceInputContainer {
	width: 170px;
}

#roomsInputContainer {
	width: 160px;
}

#stickyDiv #moreFiltersBtn {
	width: 190px;
	font-size: 13px;
}

#stickyDiv #moreFiltersBtn.selected {
	color: #000;
    font-weight: 600;
}

#stickyDiv #moreFilters {
	max-width: 1400px;
    align-self: center;
}

#stickyDiv #saveSearchBtn {
	width: 180px;
	font-size: 13px;
}

.selectsContainerContent.disabled {
	opacity: 0.6;
  	pointer-events: none;
}

.selectsContainerContent.disabled {
  position: relative;
  overflow: hidden;
  width: 100%;
  opacity: 0.5;
  pointer-events: none;
}

.shimmer-effect {
  position: relative;
  overflow: hidden;
}

/* Efecto shimmer usando un pseudo-elemento */
.shimmer-effect::before {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  height: 100%;
  width: 150%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shimmerMove 2s infinite;
  z-index: 1;
  pointer-events: none;
}

/* La animación */
@keyframes shimmerMove {
  0% {
    left: -150%;
  }
  100% {
    left: 100%;
  }
}

@media ( max-width : 1600px) {
	.bothHabillages .adTypeItem {
		padding: 10px 20px;
		font-size: 13px;
	}
}

@media ( max-width : 1490px) {
	.adTypeItem {
		padding: 10px 20px;
		font-size: 13px;
	}
}

@media ( max-width : 1430px) {
	.oneHabillage .adTypeItem {
		padding: 10px 20px;
		font-size: 13px;
	}
}
</pre></body></html>