#search {

	float: left;

	width: 100%;

	font-family: "Ubuntu Medium";

	background-position: center top;

	background-size: 100% auto;

	background-color: #F7F7F7;

	position: relative;

	min-height: 200px;

}

#search .loader {

	float: none;

	display: inline-block;

	position: absolute;

	margin: -33px 0 0 -30px;

	top: 50%;

	left: 50%;

	border: 5px solid #CCC;

	border-radius: 50%;

	border-top: 5px solid #EA0612;

	width: 60px;

	height: 60px;

	-webkit-animation: spin 1s linear infinite; /* Safari */

	animation: spin 1s linear infinite;

}

#search .formulario {

	display: none;

}

#search fieldset {

	float: left;

	width: 100%;

	position: relative

}

#search fieldset .content {

	padding: 0 30px 10px

}

#search .blur {

	float: left;

	width: 100%;

	background-position: center top;

	background-size: 100% auto;

	padding: 10px 0 0;

	background-color: rgba(0,0,0,0.05)

}

#search .advanced {

	padding: 1px 0 3px;

	background-color: rgba(0,0,0,0.05)

}

#search .advanced .content {

	padding: 0 25px 10px

}

#search .operativa {

	float: left;

	width: 20%

}

#search .tipo {

	float: left;

	width: 30%

}

#search .ubicacion {

	float: left;

	width: 50%

}

#search input[type=text], #search input[type=number] {

	width: 100%;

	float: left;

	padding: 5px 14px;

	background-color: transparent;

	border: none;

	height: 36px

}

#search .submit {

	background-color: var(--color_logo1);

	border: solid 1px var(--color_logo1);

	color: #fff;

	font-family: "Ubuntu Light";

	font-size: 16px;

	width: auto;

	cursor: pointer;

	border-radius: 5px;

	height: 35px;

	transition: .1s ease-in-out;

	padding: 0 30px;

	text-transform: uppercase

}

#search .submit:hover {

	background-color: #FC1D1D;

	border: solid 1px #FC1D1D

}

#search .btn-adv {

	float: left;

	width: 100%;

	color: #6d6e71;

	text-align: right;

	padding: 10px 30px;

	display: inline-block;

	font-size: 14px;

	z-index: 1000;

	font-family: "Ubuntu Light";

	user-select: none;

	text-transform: uppercase;

	margin-bottom: 10px

}

#search .btn-adv span {

	display: inline-block;

	color: #6d6e71;

	padding: 5px 14px;

	border-radius: 20px;

	cursor: pointer

}

#search .btn-adv i {

	color: #22355d;

	padding: 14px;

	border-radius: 50%;

	transition: .3s ease-in-out;

	font-size: 18px;

	line-height: 18px

}

#search .rotate {

	transform: rotate(180deg)

}

#search h1 {

	float: left;

	width: 100%;

	font-size: 14px;

	font-weight: 400;

	font-family: "Ubuntu Light";

	color: #1e1e1e;

	text-align: left;

	padding: 0 0 3px

}

#search .set {

	float: left;

	padding: 5px

}

#search .set .wrap {

	float: left;

	width: 100%;

	background-color: #fff;

	border-radius: 0;

	padding: 0

}

#search .set .wrap.check {

	padding: 10px 14px

}

#search .w10 {

	width: 10%

}

#search .w15 {

	width: 15%

}

#search .w25 {

	width: 25%

}

#search .w20 {

	width: 20%

}

#search .w33 {

	width: 33.333%

}

#search .w40 {

	width: 40%

}

#search .w50 {

	width: 50%

}

#search .fix_precios {

	float: left;

	width: 50%;

	padding: 0 5px 0 0

}

#search .fix_precios .w40 {

	padding: 5px 0

}

#search .fix_precios .w40 .wrap {

	border-radius: 0

}

#search .fix_precios .w20 {

	padding: 5px 0 5px 5px

}

#search .fix_precios .w20 .wrap {

	border-radius: 0;

	border-right: solid 1px #D5D5D5

}

#search .fix_precios .fix_corner .wrap {

	border-left: solid 1px #D5D5D5

}

#search h2 {

	float: left;

	width: auto;

	font-weight: 400;

	font-family: "Ubuntu Light";

	color: #666;

	text-align: left;

	padding: 0;

	font-size: 14px;

	line-height: 16px

}

#search .checkbox {

	display: block;

	position: relative;

	cursor: pointer;

	user-select: none;

	float: right;

	margin: -4px 44px 0 0

}

#search .checkbox input[type="checkbox"] {

	position: absolute;

	left: 0;

	opacity: 0;

	cursor: pointer;

	width: 50px;

	height: 30px;

	z-index: 1000

}

#search .checkmark {

	position: absolute;

	top: 0;

	left: 0;

	height: 24px;

	width: 50px;

	border: 1px solid #fff;

	background-color: #ccc;

	border-radius: 20px

}

#search .checkmark .circle {

	position: absolute;

	height: 24px;

	width: 24px;

	top: -1px;

	left: -1px;

	background-color: #fff;

	border: 3px solid #22355d;

	border-radius: 20px

}

#search .checkbox:hover input[type="checkbox"] ~ .checkmark {

	background-color: #a0b2d8

}

#search .checkbox input[type="checkbox"]:checked ~ .checkmark {

	background-color: #a0b2d8

}

#search .checkbox input[type="checkbox"]:checked ~ .checkmark .circle {

	position: absolute;

	height: 24px;

	width: 24px;

	top: -1px;

	right: -1px;

	left: auto;

	background-color: #fff;

	border: 3px solid #22355d;

	border-radius: 20px

}

#search .checkbox input[type="checkbox"]:checked ~ .checkmark:after {

	display: block

}

#results {

	float: left;

	width: 100%

}

#results .content {

	padding: 0 30px 0 0

}

#results .results-info {

	float: left;

	width: 100%;

	padding: 10px 0 20px 20px;

	font-family: "Ubuntu Light"

}

#results .results-info .count {

	float: left;

	padding: 0 150px 0 10px;

	color: #666

}

#results .results-info .order {

	width: 130px;

	float: right;

	margin-right: 0

}

#results .results-info .order select {

	float: right;

	padding: 3px 5px;

	color: #555

}

#inmobiliaria .content {

	padding-top: 0;

	padding-bottom: 10px

}

#inmobiliaria .inmobiliaria {

	float: left;

	width: 100%;

	padding-bottom: 5px

}

#inmobiliaria .results-info .info-title {

	float: left;

	width: auto;

	font-family: "Ubuntu Medium";

	background-color: #d5d5d5;

	color: #555;

	border-radius: 5px;

	padding: 5px 20px;

	font-size: 20px;

	text-transform: uppercase;

	height: 37px;

	margin-right: 5px

}

#inmobiliaria .results-info i {

	float: left;

	width: 37px;

	background-color: #22355d;

	color: #555;

	border-top-left-radius: 5px;

	border-bottom-left-radius: 5px;

	padding: 12px 0;

	height: 37px;

	font-size: 14px;

	text-align: center;

	color: #FFF

}

#inmobiliaria .results-info .info-phone {

	float: left;

	width: auto;

	font-family: "Ubuntu Bold";

	background-color: #6d6e71;

	color: #eaeaea;

	border-top-right-radius: 5px;

	border-bottom-right-radius: 5px;

	padding: 5px 20px;

	height: 37px;

	font-size: 20px

}

#results .results-info .vermas {

	position: absolute;

	bottom: 0;

	left: calc(50% - 40px);

	background-color: #6483FB;

	color: #fff;

	padding: 5px 10px;

	border-radius: 3px 3px 0 0;

	border: 1px solid #fff;

	border-bottom: none

}

#results .result {

	float: left;

	width: 33.33%;

	padding: 0 0 30px 30px

}

#results .wrap {

	float: left;

	width: 100%;

	overflow: hidden;

	cursor: pointer;

	transition: .1s ease-in-out;

	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);

	-moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);

	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);

	border-radius: 5px;

	padding: 10px;

	background-color: #FFF

}

#results .wrap:hover {

	transform: scale(1.03, 1.03)

}

#results .foto {

	float: left;

	width: 100%;

	padding: 0 0 75%;

	background-color: #fff;

	position: relative;

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

	overflow: hidden;

	border-radius: 3px

}

#results .precio img {

	position: absolute;

	top: -25px;

	right: 10px;

	height: 40px;

	width: auto;

	border-radius: 3px

}

#results .ready {

	position: absolute;

	top: 7px;

	right: 10px;

	color: #fff;

	font-size: 19px;

	padding: 5px 0 0;

	text-align: center

}

#results .foto .ready img {

	width: 79px;

	opacity: 1

}

#results .result_dato {

	float: left;

	width: 100%;

	height: 120px;

	padding-right: 130px;

	position: relative

}

#results .result_dato .favorite {

	top: 14px;

	right: 14px

}

#results .result_dato_logo {

	position: absolute;

	bottom: 0;

	right: 0;

	width: 120px;

	height: 60px

}

#results .result_dato_logo img {

	width: auto;

	height: auto;

	max-width: 120px;

	max-height: 60px;

	position: absolute;

	bottom: 0;

	right: 0

}

#results .precio {

	float: left;

	width: 100%;

	padding: 10px 10px 5px;

	font-size: 26px;

	font-family: "Ubuntu Bold";

	position: relative;

	color: #1e1e1e

}

#results .info {

	float: left;

	width: 100%;

	padding: 0 5px 10px 10px;

	font-size: 14px;

	line-height: 19px;

	color: #1e1e1e;

	font-family: "Ubuntu Light"

}

#results .info i {

	margin-top: 5px;

	margin-right: 5px

}

#results .pagination {

	float: left;

	width: 100%;

	padding: 10px 0 30px;

	text-align: center;

	color: #e8e8e8

}

#results .pagination a, #results .pagination span {

	color: #000;

	padding: 3px 10px;

	transition: background-color .3s;

	display: inline-block;

	border-radius: 20px;

	margin: 0 3px

}

#results .pagination span {

	color: #FFF;

	background-color: rgba(0,0,0,0.3)

}

#results .pagination a:hover {

	background-color: #B7B7B7

}

#results .pagination .active {

	background-color: #DF0000;

	color: #FFF

}

