<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* properties list */

.label-icons {
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(auto, 130px))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(auto, 130px));
  row-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .label-icons {
    /* max-width: 750px; */
    -ms-grid-columns: (auto)[5];
        grid-template-columns: repeat(5, auto);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}

.label-icons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.label-icons .icon img {
  width: 23px;
  height: 23px;
  margin-right: 6px;
}

#properties-results .contest-icon {
  width: 23px;
  height: 23px;
  position: relative;
  top: -15px;
  right: -10px;
  float: right;
}

#properties-results .contest-icon + a {
  display: block;
  margin-top: 15px;
}


/* single property */

/*		submit buttons 		*/
#content-area.property .submit-btn--a{
	background: #0089bd;
	color: white;
	padding: 7px 24px;
	font-size: 14px;
}

#content-area.property .submit-btn--a:hover{
	opacity: 0.8;
}


#content-area.property .gallery .submit-btn--a{
	display: block;
	width: max-content;
	margin: 50px auto 0 auto;
}



#content-area.property .featured-details .submit-btn--a{
	align-self: start; /* is a flex item */
	margin-bottom: 20px;
}

#content-area.property .submit-btn--a:not(.em-concurso){
	display: none;
}


/*		contest status		*/

#content-area.property .contest-icon{
	display: flex;
	align-items: center;
	margin-bottom: 0.875rem;
}


#content-area.property .contest-icon span{
	padding-left: 6px;
}


/* menu */

.nav li ul.sub-menu{
	width: auto;
	min-width: 290px;
}

#top-menu.nav li ul.sub-menu li{
	padding: 0;
}


#top-menu.nav li ul.sub-menu li,
#top-menu.nav li ul.sub-menu li a{
	width: 100%;
}

#top-menu.nav li.reserved-area a::before{
	content: "\e08a";
	font-family: 'ETmodules';
	padding-right: 8px;
	opacity: 0.6;
}
</pre></body></html>