﻿
@charset "UTF-8";
/* CSS Document */


body{
	/*background-color:#c6c7c8;*/
	background-color:#f1f1f1;
	overflow-x: hidden !important;
  font-family: 'Barlow', sans-serif;
	font-size:16px;
	width: 100% !important;
	}
strong{font-family: 'Barlow', sans-serif;}
img {-ms-interpolation-mode: bicubic;}
a, a:hover{text-decoration:none;}
.clear{ clear:both;}
.flft{float:left;}
.frgt{float:right}
.fit{ margin-right:0 !important;
	margin-left:0 !important;
	}
h1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: bold;
}
h2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
}
h3 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: light;
}
h4 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: light;
	font-size:1.3
}

::-webkit-input-placeholder { color:#6F6F6F; font-weight:400 }
::-moz-placeholder { color:#6F6F6F; font-weight:400} /* firefox 19+ */
:-ms-input-placeholder { color:#6F6F6F; font-weight:400 } /* ie */
input:-moz-placeholder { color:#6F6F6F; font-weight:400}


::-webkit-input-placeholder { color:#6F6F6F; font-weight:400 }
::-moz-placeholder { color:#6F6F6F; font-weight:400} /* firefox 19+ */
:-ms-input-placeholder { color:#6F6F6F; font-weight:400 } /* ie */
.search-form input:-moz-placeholder { font-style:italic;}

select{
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
	 color:#444;
	 background-image: url(../images/ddownbk.svg);
	 background-size: 32px 32px;
	 background-repeat: no-repeat;
	 background-position: right 11px;
}

.txt-gold{color:#beaf87}
.txt-white{color:#fff}
.txt-black{color:#000}
.txt-dark-grey{color:#333}
.txt-light-grey{color:#888;}

.container-full{
	padding:0;
	width:100%;
	}
.container-fluid{
	padding-left:30px;
	padding-right:30px;
	margin-right: auto;
    margin-left: auto;
	}
.container-master{
	padding-top:80px;
	}
	.container-master-sec{
	padding-top:70px;
	}



/*---------------------------------
			  HEADER
-----------------------------------*/

header.header-home{
  background-color: rgba(37,37,38,0.75);
	width:100%;
	z-index:11;
	height:auto;
	position:fixed;
	top:0;
	}
    .logo {
    z-index:1000;
    margin-top: 24px;
    display: inline-block;
    }
	.logo svg{
	height:45px;
    z-index:1000
		}
	.menu{
		/*padding-left:30px;
		margin-top:17px*/
		}
	.menu ul{
		list-style:none;
		padding:0;
		margin:0;
		}
	.menu ul li{
		float:left;
		margin-right:30px;
		}
	.menu ul li a{
		color:#fff;
		text-decoration:none;
		}
		.menu ul li a:hover{
		color:#ffc323;
		text-decoration:none;
		}

		#topMenu{
			display:inline
		}
	.navbar {
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    flex-direction: row;
		padding:0
		}

		.navbar-nav {
		    display: -ms-flexbox;
		    display: flex;
		    -ms-flex-direction: row;
		    flex-direction: row;
		    padding-left: 0;
		    margin-bottom: 0;
		    list-style: none;
		}

 .navbar-nav .nav-link {
	font-size:0.9em;
	font-weight: 600;
    color: #fff !important;
    padding: 2.15rem 1.25rem;
	-webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
    text-transform: uppercase;
	}
	.navbar-nav .nav-link:hover {
	background-color:#beaf87;
	}

header.header-master{
	background-color:#252526;
	width:100%;
	z-index:11;
	height:auto;
	position:fixed;
	top:0;
    -webkit-box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.3);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.3);  /* Firefox 3.5 - 3.6 */
    box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.3);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	}
	header.header-master .logo{
	margin-top: 13px;
    position:relative;
    z-index:1000;
    height: 36px;
	width: 140px;
	}

header.header-home.sticky{
	background:rgba(37,37,38,1);
	-webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
	-webkit-box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.3);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.3);  /* Firefox 3.5 - 3.6 */
    box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.3);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	}
  header.header-home.sticky .logo {
      margin-top: 12px;
  }
header.header-home.sticky .logo svg{
  	height: 36px;
	width: 140px;
	-webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
	header.header-home.sticky .logo svg path, header.header-home.sticky .logo svg g polygon{
  	/*fill:#b7ad87;*/
    fill:#fff;
	}
  header.header-home.sticky .nav-link {
    padding: 1.35rem 1.25rem;
	}
  header.header-master .nav-link {
    padding: 1.35rem 1.25rem !important;
	}



/*-------- LINKS BTM ----------*/
.main-links{
	height:700px;
	background-color:#333;
	position:relative;
	display:block;
	position:relative;
  background-image:url(../images/desea-unete.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 10;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: flex-end;
justify-content: space-around;
align-items: center;
	}
  .main-links::after{
    position: absolute;
    top:0;
    z-index: 0;
    width:100%;
    height:700px;
    background: rgba(0, 0, 0, 0.2);
    content: '';
  }
  .main-links .container{
    z-index:1;
  }
	.main-links .row{
	height:100% !important;
		}
    .home-dv, .home-ut{
      width:70%;
      height: 340px;
      background-color:#beaf87;
      color: #fff;
      padding: 40px;
      box-shadow: 1px 10px 32px rgba(0,0,0,0.4);
      margin: 0 auto 45px auto;
      z-index:10;
      display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: end;
		-webkit-transition:all 0.8s ease;
	    -moz-transition:all 0.8s ease;
	    -o-transition:all 0.8s ease;
	    transition:all 0.8s ease;
    }
    .home-dv .btn, .home-ut .btn{
      border:1px solid #fff;
      color:#fff;
			cursor: pointer;
    }
		.home-dv .btn:hover,.home-dv .btn:focus, .home-ut .btn:hover, .home-ut .btn:focus{
      border:1px solid #fff;
			background-color: #fff;
      color:#000;;
    }
		.animated {
		    -webkit-animation-duration: 1s;
		    animation-duration: 1s;
		    -webkit-animation-fill-mode: both;
		    animation-fill-mode: both;
		}
/*---------------------------------
			  FOOTER
-----------------------------------*/
footer{
	background-color:#212529;
	color:#fafafa;
	position:relative;
	overflow:hidden;
	z-index: 9;
		}
	footer ul{
	padding:0;
	margin:0;
	list-style:none;
		}
	footer ul li{
	line-height:1.9em
		}
	footer a{
	color:#fff;
		}
		footer a:hover{
		color:#beaf87;
		}
	footer h3{
		color:#beaf87;
		}
	footer::after{
		position:absolute;
		right:30px;
		top:-37px;
		content:'';
		width:180px;
		height:230px;
		background-image:url(../images/C21.svg);
		background-repeat:no-repeat;
		background-size:180px 230px;
		}
	.footer-btm{
		background-color:#beaf87;
		color:#222;
		}
		.footer-btm a{
		color:#000;
		}
		.footer-btm a:hover{
		color:#444;
		}
	.social{
    width: 32px;
    height: 32px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 8px;
    margin-right: 8px;
    display: inline-block;
    -webkit-transition:all 0.4s ease;
      -moz-transition:all 0.4s ease;
      -o-transition:all 0.4s ease;
      transition:all 0.4s ease;
		}
		.social:hover{
		border:1px solid #000;
		background-color:#000;
		}
	.telf{
		background-color:#000;
		padding:4px 10px 1px 10px;
		border-radius:20px;
		}


	.avisop{
	padding-top:6px;
	display:block
		}
		.avisop a{
		color:#d7d7d7;
		text-decoration:underline;
		line-height:16px;
		cursor:pointer
		}
		.avisop a:hover{
		color:#ffffff;
		text-decoration:none;
		}
	.premio{
		color:#febf16;
		font-weight:500;
		padding-top:15px
		}
		.premio-img{
		margin-left:-18px;
		}
.avp{
	font-size:1em;
	text-align:right;
	padding-top:12px
	}
	.avp p{
	padding-top:20px;
	}
	.avp a{
	color:#DEDEDE;
	text-decoration:underline;
	}
	.avp a:hover{
	color:#ffffff;
	text-decoration:none;
	}



/*---------------------------------
			   HOME
-----------------------------------*/

.home{
	height:100vh;
	background-attachment:fixed;
	background-size:cover;
	background-color:#222;
	background-repeat: no-repeat;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
	}
  .home::after{
    position: absolute;
    z-index: 0;
    width:100%;
    height:100vh;
    background: rgba(0, 0, 0, 0.22);
    content: '';
  }
	.background-1{
	background-image:url(../images/bg-inicio-1.jpg);
	}
	.background-2{
	background-image:url(../images/bg-inicio-2.jpg);
	background-position:center;
	}
	.background-3{
	background-image:url(../images/bg-inicio-3.jpg);
	background-position:center;
	}
	.background-4{
	background-image:url(../images/bg-inicio-4.jpg);
	background-position:center;
	}
	.background-5{
	background-image:url(../images/bg-inicio-5.jpg);
	background-position:center;
	}

.search-form{
  z-index: 1;
	}
.search-fields{
  background-color:#fff;
  border-radius: 8px;
}

.copy{
	color: #fff;
    font-size: 2.3em;
    line-height: 1.2em;
    text-align: right;
    font-weight: 500;
    z-index: 10;
		text-shadow: 5px 5px 20px rgba(0,0,0,0.6);
		position: relative;
	}
	.award{
		width:120px;
		height: 120px;
		z-index: 1;
		position: relative;;
		background-image:url(../images/centurion.svg);
		background-position:center;
		background-size: cover;
		text-align: center;
	}
	.award img{
		height: 190px;
    margin-top: -50px;
	}
.search-form input[type="text"], .search-form select{
	border:0;
	appearance:none;
	outline:none;
	padding:15px 10px;
	width:100%;
  border-right: 1px solid #ccc;
	}
  .search-form input[type="text"]{
    border-radius: 8px 0 0 8px;
  }
	.search-form input[type="submit"]{
		width:auto;
    border-radius: 0 8px 8px 0;
		/*padding:15px 30px;*/
	}
	.input-type{
	border:0;
	appearance:none;
	outline:none;
	padding:15px 0 15px 10px;
	width:100%;
	height: 54px;
	background-color:#fff;
	}

.head{
	width:100%;
	position:absolute;
	top:0;
	height:35px;
	line-height:35px;
	}

.btn{
    display: inline-block;
    border: 1px solid transparent;
	  padding: 0.9rem 1.80rem;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 8px;
	  width:auto;
		cursor: pointer;
}
.btn-sm{
    display: inline-block;
    border: 1px solid transparent;
	  padding: 0.7rem 1.25rem;
    font-size: 1em;
    line-height: 1em;
    border-radius: 8px;
	  width:auto;
		cursor: pointer;
}
.vr-tipo {
 text-transform:uppercase;
}
.prop-lih .vr-tipo {
 overflow: hidden;
 height: 30px;
}
.tipo-inm {
 float:left;
 display:inline-block;
     overflow-wrap: break-word;
    word-break: break-all;
    width: 68%;
    overflow: hidden;
}

.ui-autocomplete {
background-color:#e8e8e8;
z-index:1000;
width:auto !important;
max-width:407px !important;
padding: 7px 14px;
font-size:0.87em;
list-style: none;
cursor:pointer
}
    .ui-autocomplete ul{
    padding:0;
    margin:0;
    }
    .ui-autocomplete li{
    padding:7px 0 !important;
    }

#destacados h2{
  font-size:2.5em;
}
.properties-home{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
}


    .navbar-nav .dropdown-menu {
    padding: 8px;
        border-radius: 0;
        font-size: 1em;
        left: 15px;
    }
        .navbar-nav .dropdown-menu a {
        color:#333;
        }
        .navbar-nav .dropdown-menu a:hover {
        color:#888;
        }

	.btn-inicio{
		}
		.btn-inicio img{
			margin-bottom:4px;
		}
		.btn-inicio a{
			color:#ffc323 !important
		}
		.btn-inicio a:hover{
			color:#fff4d6 !important;

			text-decoration:none;
		}

    .navbar-collapse {
	padding-right: 0 !important;

	}



	.suc1{
	}
		.suc1 img{
			float:left;
			margin-right:20px;
		}
		.suc1 p{
			border-left: 1px solid #B4B4B4;
			padding-left:10px;
			float:left;
			margin-top:25px;
			color:#CDCDCD;
			font-size:12px
		}
	.suc2{
	}
		.suc2 img{
			float:right;
			margin-left:20px;
		}
		.suc2 p{
			border-right: 1px solid #B4B4B4;
			padding-right:10px;
			float:right;
			margin-top:25px;
			color:#CDCDCD;
			font-size:12px
		}
.card-view, .list-view{
		display: inline-block;
		cursor: pointer;
}
.card-view.active{
	opacity: 0.3;
	cursor: not-allowed;
}

.propiedad{}



/*-----------------------------
PROPIEDADES VERTICAL
-------------------------------*/

.prop-liv{
	position:relative;
	float:left;
	width:30%;
	height:460px;
	margin-bottom:25px;
	background-color:#fff;
	line-height:1.4em;
  box-shadow: 0;
  -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
	}
	.prop-liv a{
	text-decoration:none;
		}


	.prop-liv .pli-img{
	width:100%;
	height:232px;
	overflow:hidden;
  position:relative;
    }
    .pli-img img{
        width: 100%;
        height: auto;
    }
    .pli-img::after{
      position: absolute;
      z-index: 0;
      width: 100%;
      left: 0;
      bottom:0;
      height: 105px;
      background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.75));
      content: '';
      }
			.prop-liv .pli-img img{
			margin-top:-15px;
				}
	.prop-liv .pli-info{
		  width:100%;
			display: flex;
		  flex-direction: column;
		  flex-wrap: nowrap;
		  justify-content: space-between;
			height:215px;
			text-align: center;
			padding: 0 12px;
		}

	.prop-liv h3{
		font-size: 1.5rem;
		line-height: 1em;
		margin-bottom: 0.2em;
		margin-top:24px;
	}
	.prop-liv .pli-precio{
	width:auto;
	font-weight:600;
    display:block;
    margin-bottom:2px;
    font-size:1.1em
		}
	.prop-liv .pli-venren{
	   display:block;
	   margin-top:0 !important;
	   color:#dba30e;
	   font-size:12px;
	   padding-bottom:5px;
     text-transform:uppercase;
		}
	.prop-liv .pli-dir{
	line-height:15px;
	font-size:13px;
		}
  .properties .prop-liv{
    	width:48%;
  }
	.pli-info{
    width:100%
  }
	.prop-liv .asesora-cat .pli-cat{
    width:50%
  }

  .pli-tipo{
    font-size:0.9em;
    position:absolute;
    bottom:12px;
    left:16px;
    color: #fff;
    z-index: 1;
		text-transform: uppercase;
  }
  .prop-liv .features{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly !important;
		text-align: center;
		margin-bottom: 8px;
		width:100%
  }
  .feature{
		font-family: 'Barlow Semi Condensed';
  }
	.feature span{
		font-size: 1.3rem;
    line-height: 1em;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    display: inline-block;
	}
	.feature img{
		margin-right: 6px;
  }

		.prop-liv .asesora-cat{
			display: flex;
    	flex-direction: row;
    	flex-wrap: nowrap;
    	justify-content: space-between;
    	align-items: center;
			width: 100%;
			padding: 16px;
		}
		.prop-liv .pli-asesora{
			font-size: 0.8em;
			width: 100%;
		}
		.asesora-cat .asesora-icon{
			float: none;
		  margin-right: 8px;
		}
		.precio{
			color:#383838;
			display:block;
			margin-bottom: 12px;
			}
			.oferta{
			text-decoration: line-through;
			}
			.prop-lih .oferta{
			font-size: 0.9em
			}


		.prop-lih .feature img, .prop-liv .feature img{
			margin-right: 6px;
		}
		.venren{
	    background-color: #232323;
	    color: #fff;
	    padding: 2px 6px;
	    position: absolute;
	    top: 12px;
	    left: 12px;
	    border-radius: 4px;
	    font-size: 0.8em;
	    z-index: 1;
			font-family: 'Barlow Semi Condensed', sans-serif;
			font-weight: 200;
			letter-spacing: 1px;
			text-transform: uppercase;
			}





	.prop-lih{
		position:relative;
		float:none;
		width:100%;
		height:176px;
		margin-bottom:25px;
		background-color:#fff;
		line-height:1.4em;
	  box-shadow: 0;
	  -webkit-transition:all 0.8s ease;
	    -moz-transition:all 0.8s ease;
	    -o-transition:all 0.8s ease;
	    transition:all 0.8s ease;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: space-between;
	    align-items: flex-start;
		}
		.prop-lih .pli-img{
			width: 72%;
			height: 176px;
			overflow: hidden;
			position: relative;
			margin-bottom:0
	    }
		.prop-lih .asesora-cat{
			display: flex;
			flex-direction: column;
			flex-wrap: nowrap;
			justify-content: space-between;
			height: 100%;
			width: 52%;
			text-align: right;
			padding: 15px;
		}
		.prop-lih h3{
			font-size: 1.35rem;
			line-height: 1em;
			margin-bottom: 0.2em;
		}
		.prop-lih .features{
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
			text-align: center;
			width: 80%;
		}
		.prop-lih .pli-info{
			text-align: left;
			display: flex;
			flex-direction: column;
			flex-wrap: nowrap;
			justify-content: space-between;
			height: 100%;
			padding: 16px 0 16px 16px;
    	width: 90%;
		}
		.prop-lih .pli-img{
		margin-bottom:0;
	    }
		.prop-lih .pli-asesora{
				font-size: 0.8em;
				width: auto;
				line-height: 0.9em;
			}
			.prop-lih .pli-precio{
			width:auto;
			font-weight:600;
		    display:block;
		    margin-bottom:2px;
		    font-size:1em
				}
		.address{
				font-size:0.9em;
				margin-bottom: 12px;
			}

			.orden select, .lista-filtros select{
			background-position: right top !important;
			}

.sin-resultados{
	border:4px solid #ccc;
	color: #999;
	background: transparent;
	height: 438px !important;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	line-height: 1rem;
}

.asesoras-listado{
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.asesora-li{
		position:relative;
		display:block;
		padding: 15px;
		width:32%;
		min-height:395px;
		overflow: hidden;
		margin-bottom:24px;
		background-color:#fff;
		line-height:1.5em;
	  box-shadow: 0;
	  -webkit-transition:all 0.8s ease;
	    -moz-transition:all 0.8s ease;
	    -o-transition:all 0.8s ease;
	    transition:all 0.8s ease;
		display: flex;
		flex-direction: column;
    flex-wrap: nowrap;
		}
		.asesora-li h4{
			margin-bottom:16px;
			font-size:1.3em;
		}
		.asesora-li a{
			color:#232323;
		}
		.asesora-li a:hover{
			text-decoration: underline;
		}
		.asesora-prop{
			font-size:0.85em;
			display: none;
		}
		.asesora-prop p{
			line-height: 1.1em
		}
.asesora-li-sr{
	background: transparent;
	border:4px solid #ccc;
	color: #999;
	border-radius: 4px;
	margin-bottom: 40%;
	text-align: center;
}
.asesora-li-sr .asesora-img img {
	width: 120px !important;
	height: auto;
	margin-left: 0;
	margin-top: 25px !important;
	position: relative;
}
.asesora-li-sr .asesora-info {
    border-top: 0;
}
.asesora-info a{
	display: block;
	margin-top: 8px;
}





		.col-title-add{
			float:left;
		}
		.col-precios, .col-share-download{
			float: right;
			text-align: right;
		}
		.col-precios{
			padding-top:12px;
		}
    .btn-wsp{
        position:fixed;
        width:60px;
        height:60px;
        line-height: 56px;
        bottom:25px;
        right:25px;
        background:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
        z-index:2;
        transition: all 300ms ease;
    }
    .btn-wsp:hover{
        background: #20ba5a;
        color:#fafafa;
    }


.btn-gold{
	background-color:#beaf87;
	color:#fff;
  -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
	}
	.btn-gold:hover{
	  background-color:#222;
    color:#fff;
    box-shadow: 1px 8px 24px rgba(0,0,0,0.4);
	}
  .btn-gold:focus{
	  background-color:#222;
    color:#fff;
    box-shadow: 1px 4px 10px rgba(0,0,0,0.5);
    border:1px solid #fff;
	}

	.btn-dark-grey{
		background-color:#666;
		color:#fff;
	  -webkit-transition:all 0.4s ease;
	    -moz-transition:all 0.4s ease;
	    -o-transition:all 0.4s ease;
	    transition:all 0.4s ease;
		}
		.btn-gold:hover{
		  background-color:#222;
	    color:#fff;
	    box-shadow: 1px 8px 24px rgba(0,0,0,0.4);
		}
	  .btn-gold:focus{
		  background-color:#222;
	    color:#fff;
	    box-shadow: 1px 4px 10px rgba(0,0,0,0.5);
	    border:1px solid #fff;
		}

		.btn-outline{
			background-color:#fff;
			border:1px solid #222;
			color:#222;
			-webkit-transition:all 0.4s ease;
				-moz-transition:all 0.4s ease;
				-o-transition:all 0.4s ease;
				transition:all 0.4s ease;
				cursor: pointer;
			}
			.btn-outline:hover{
				background-color:#222;
				color:#fff;
				box-shadow: 1px 8px 24px rgba(0,0,0,0.4);
			}
			.btn-outline:focus{
				background-color:#222;
				color:#fff;
				box-shadow: 1px 4px 10px rgba(0,0,0,0.5);
				border:1px solid #fff;
			}



/*---------------------------------
	   LISTA DE PROPIEDADES
-----------------------------------*/

.propiedades{
	margin-top:15px;
	margin-bottom:10px;
  position:relative;
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
	}
  .properties{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
  }
.orden{
	margin-right:10px;
	display:inline-block;
	position:relative;
	float:left;
	}
.orden input, .orden select{
	border:0;
	/*appearance:none;*/
	outline:none;
	padding:5px 8px;
	width:auto;
	height: 30px;
	font-size:0.9em;
	float:left;
	background-color:#fff;
  border-radius:8px;
	}
	.orden select{
		min-width:285px;
		}


.filtrar{
	top: 140px;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	display:block;
	z-index: 10;
	}
	.filtrar select:after {
	  position: absolute;
	  content: "";
	  top:12px;
	  right:9px;
	  width:6px;
	  height:3px;
	  border:5px solid transparent;
	  border-color: #000 transparent transparent transparent;
		background-image: url(../images/ddownbk.svg);
	}
	.filtrar .flt{
		width:120px;
		display: inline-block;
		padding: 6px 12px 3px 34px;
		text-align:left;
		cursor: pointer;
		position: relative;
		background-image: url(../images/search-filter.svg);
		background-repeat: no-repeat;
		background-size: 14px 14px;
		background-position: 7px 7px;
		appearance: none;
		outline: none;
		border: 0;
		background-color: #fff;
	}

	.filtrar-asesoras{
		top:60px;
	}
	.filtrar h4{
		font-sie:1.3rem;
	}


.lista-filtros{
  /*background-color: rgba(37,37,38,1);*/
  background-color: #fff;
  padding: 16px;
  border-radius:8px;
	height:auto;
	z-index:10;
	font-size:0.85em;
  /*
	-webkit-box-shadow: 1px 3px 5px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 3px 5px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 3px 5px 0 rgba(0,0,0,0.3);   */
	}
.lista-filtros input[type="text"], .lista-filtros select{
	border:0;
	appearance:none;
  border-radius:8px;
  border:1px solid #ccc;
	outline:none;
	padding:3px 2px 3px 5px;
	width:100%;
	height: 32px;
	}
	.lista-filtros select{
		padding:3px 8px 3px 8px;
		}
	.lista-filtros input[type="submit"]{
		width:auto !important;
		display:inline-block;
    padding: 0.6rem 1.10rem !important;
	}
	.lista-filtros .input-type{
		border: 1px solid #ccc;
	    border-radius: 8px;
	    appearance: none;
	    outline: none;
	    padding: 8px 10px;
	    width: 100%;
	    height: 70px;
	    background-color: #fff;
			text-align: center;
	}
	.lista-filtros .input-type .slider{
		width:100%
	}


.cbox {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
		margin-right: 10px;
    line-height: 24px;
}
.cbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 4px;
    border:1px solid #ccc;
}
.cbox:hover input ~ .checkmark {
    background-color: #ccc;
}
.cbox input:checked ~ .checkmark {
    background-image: url(../images/check.svg);
		background-repeat: no-repeat;
		background-size: 24px 24px;
		background-position: -3px -3px;
    border:1px solid #000;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cbox input:checked ~ .checkmark:after {
    display: block;
}
.cbox .checkmark:after {
    /*left: 6px;
    top: 1px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);*/
    background-image: url(../images/check.svg);
		background-repeat: no-repeat;
		background-size: 14px 14px;
		background-position: 7px 7px;
}

#ex1Slider .slider-selection {
	background: #BABABA;
}
.slider {
  -webkit-appearance: none;
  width: 80%;
  height: 4px;
  background: #d3d3d3;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
	float: right
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #beaf87;
  cursor: pointer;
	border-radius:8px;
}

.slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #beaf87;
  cursor: pointer;
	border-radius:8px;
}

.RadSlider_Glow div.rslHorizontal a.rslDraghandle {
    background-color: #beaf87;
    background-image: none;
}
.RadSlider_Glow div.rslHorizontal div.rslSelectedregion {
    height: 6px;
    line-height: 8px;
    background-color: #999;
}
.RadSlider_Glow div.rslHorizontal div.rslTrack {
    height: 6px;
    background-color: #666;
}
.RadSlider_Glow div.rslHorizontal a.rslDraghandle {
    background-color: #beaf87 !important;
    background-image: none !important;
}
.RadSlider_Glow div.rslHorizontal a.rslDraghandle {
    background-image: url(WebResource.axd?d=Ds1e3QxLw-y-64c5KFENVlgXrBxItfx61QLKSzesZJiQ7ZshBBQZdjaYn3ig1qbT038i4lnn4RDF2x5t-et5DfwpiQJQOptgfDyBZPtFPGC5uHut-2NznYjGfLZ6NUofUSNP78i-O0Kcj9BoHeXSKPe2IZmBRnnvDjZ-cJyuEFejiXNXP9QSRYJe0ooWic9_0&t=637073553726357020);
    _background-image: none;
    border-color: black;
    color: #e2e8eb;
    background-color: #1c262c;
    background-image: -webkit-linear-gradient(top,#414c53 0,#1c262c 100%);
    background-image: -moz-linear-gradient(top,#414c53 0,#1c262c 100%);
    background-image: -ms-linear-gradient(top,#414c53 0,#1c262c 100%);
    background-image: -o-linear-gradient(top,#414c53 0,#1c262c 100%);
    background-image: linear-gradient(top,#414c53 0,#1c262c 100%);
    background-position: 0 0;
    background-repeat: repeat-x;
    box-shadow: 0 2px 2px #000;
    width: 15px;
    height: 15px;
    border-radius: 45px;
    top: 5px;
}

.mask, .mask-menu, .mask-filters, .mask-share{
width:100%;
height:100%;
background-color:rgba(0,0,0,0.8);
position:fixed;
top: 0;
z-index:1000;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
	}
	#searchBox{
		width: 1000px;
		text-align: center;
	}
	.btnCancelar, .btnCancelarXs{
		font-size: 1.1em;
    text-align: center;
    color: #efefef;
    display: inline-block;
    margin: 72px 0 0 0;
    cursor: pointer;
    font-weight: 200;
    line-height: 1.3em;
    border: 1px solid #b7b7b7;
    padding: 8px 16px;
    border-radius: 16px;
		-webkit-transition:all 0.5s ease;
	    -moz-transition:all 0.5s ease;
	    -o-transition:all 0.5s ease;
	    transition:all 0.5s ease;
	}
	.btnCancelar img, .btnCancelarXs img{
		width: 23px;
		border-radius: 50%;
		margin-right: 10px;
		float: left
	}
	.btnCancelar:hover, .btnCancelarXs:hover{
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
	}

.noscroll { overflow: hidden; }

	.carousel-control-prev, .carousel-control-next {
	    position: absolute;
	    top: 50%;
	    bottom: 0;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-align: center;
	    align-items: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    width: 15%;
	    color: #fff;
	    text-align: center;
	    opacity: 0.8;
	    background-color: rgba(0,0,0,0.6);
	    width: 50px;
	    height: 50px;
	    border-radius: 50%;
	}
	.carousel-inner{
		background-image: url(../images/loading.gif);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 50px 50px;
	}


.pagination{
  width:100%;
	margin: 0 !important;
	}
.pagination li a{
	background-color:#fff !important;
	border:none !important;
	font-size:16px;
    line-height:16px;
	color:#111;
	font-weight:300;
	}
	.pagination li a:hover{
	color:#fff;
	background-color:rgba(255,255,255,0.3) !important;
	}
.pagination .active a{
	background-color:rgba(242,183,25,0.3) !important;
	font-weight:400;
	}
.fwd-rew{
	background-color: #fff;
  padding: 2px 5px;
  margin-right: 6px;
  border-radius: 4px;
	}
	div.pager span span{
		background-position: 0% 0%;
    padding: 0 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 1em;
    border-radius: 4px;
    margin-left: 5px;
    line-height: 1.8em;
    color: #fff;
    font-weight: 300;
    text-align: center;
    background-color: #000 !important;
    font-weight: 400;
    border-left-style: none !important;
    border-left-color: inherit !important;
    border-left-width: medium;
    border-right-style: none !important;
    border-right-color: inherit !important;
    border-right-width: medium;
    border-top-style: none !important;
    border-top-color: inherit !important;
    border-top-width: medium;
    border-bottom-style: none !important;
    border-bottom-color: inherit !important;
    border-bottom-width: medium;
    background-image: none !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
	}

.pg-wh{
	margin: 0 !important;
    margin-top:10px !important;
    clear:both;
		display: flex;
flex-wrap: wrap;
	}
.pg-wh li a{
	background: none !important;
	border:none !important;
	font-size:16px;
    line-height:16px;
	color:#888 !important;
	font-weight:500;
    padding:6px 10px;
		margin-right: 8px;
		margin-bottom: 10px;
		width: 30px;
		display: inline-block !important;
	}
	.pg-wh li a:hover{
	color:#111111;
	background-color:rgba(0,0,0,0.1) !important;
	}
.pg-wh .active a{
	background-color:rgba(242,183,25,0.9) !important;
	font-weight:400;
	color:#111111
	}
	.pg-wh .active a:hover{
	background-color:rgba(0,0,0,0.3) !important;
	font-weight:400;
	color:#111111
	}


.ordenar-por{
	margin:0 0 15px 0;
	padding-left: 30px;
	color:#fff
	}
	.ordenar-por .tt-srch{
		display:block;
		padding-bottom:8px;
		}
.ordenar{
	font-size:12px;
	line-height:30px;
	padding-right:4px;
	color:#CCCCCC
	}

.mapa{
	height:auto;
	}
	.mapa iframe{
	min-height:70%;
		}

.bg-seal-btm{
	height:121px;
	width:100%;
	background-image:url(../images/bg-seal-btm.png);
	background-repeat:repeat-x;
	background-position:top;
	display:block;
	}



/*---------------------------------
			 DETALLE
-----------------------------------*/

.detalle-propiedad{
	background-color:#fff;
	}
.bg-white{background-color:#fff}
.bg-gold{background-color:#beaf87}
.bg-grey{background-color:#414042}
.bg-grey-light{background-color:#b0b4b3}

.telf-contacto{
	background-color:#414042;
	}
.telf-contacto a{
	color:#fff !important;
	background-color:#414042;
	display:block;
	font-size:1.1em;
	}
	.telf-contacto a:hover{
	background-color:#beaf87
	}
.subtitle{
  font-family: 'Barlow Semi Condensed', sans-serif;
	font-size:1.3em;

	}
.detalle-precio{
	font-size:1.6em;
	}
  .detalle-precio-oferta{
  	font-size:1em;
    text-decoration: line-through;
  	}
	.detalle-propiedad h1{
	font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: bold;
  letter-spacing: 8px;
	font-size:2.3em;
	color:#beaf87;
	line-height:1.1em;
    margin:0;
    padding-bottom:0
	}
.detalle-ubicacion{
	font-size:1.2em
	}
.detalle-descripcion{

	}
.breadcrumbs{
  font-size: 0.95em;
  color:#333;
}
.breadcrumbs a{
  color: #beaf87;
}
.sep{
  color: #999;
  padding: 0 10px;
}
.detalle-link{
	width:32px;
	height:32px;
	border:1px solid #333;
	border-radius:4px;
	text-align:center;
	position:relative;
	display:inline-block;
	color:#000;
	margin-left: 8px;
	padding-top:1px;
	cursor: pointer;
	-webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
	}
  .detalle-link img{
  width:20px;
  height:20px;
	display: inline-block;
  }
  .detalle-link:hover{
  background-color:#efefef;
  border:1px solid #beaf87;
  color:#666;
    }
  .detalle-imgs{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
  }
  .main-img-1{
    width:66.5%;
		position: relative;
  }
  .main-img-1 img{
    height: auto;
    width: 100%;
    max-height:520px;
  }
	.share-box{
		position:absolute;
		right:0;
		bottom:-88px;
		width:128px;
		height: auto;
		padding: 8px 4px 8px 4px;
		background-color: #fff;
		text-align: left;
		z-index: 10;
		-webkit-box-shadow: 1px 8px 10px 2px rgba(0,0,0,0.2);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
		-moz-box-shadow: 1px 8px 10px 2px rgba(0,0,0,0.2);  /* Firefox 3.5 - 3.6 */
		box-shadow: 1px 8px 10px 2px rgba(0,0,0,0.2);
		border-top:1px dotted #222;
		font-size: 0.85em;
		line-height: 1.2em;
	}
	.share-box ul, .session-box ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.share-box ul a, .session-box ul a{
		color: #232323;
		text-decoration: none;
		display: block;
		border-radius: 16px;
		padding: 4px 8px;
	}
	.share-box ul a:hover, .session-box ul a:hover{

		text-decoration: none;
		display: block;
		background-color:#efefef;
	}
	.share-box img{
		height: 16px;
		width: auto;
		margin-right: 8px;
	}
	.session-box {
    position: absolute;
    right: 0;
    bottom: -88px;
    width: 228px;
    height: auto;
    padding: 8px 4px 8px 4px;
    background-color: #fff;
    text-align: left;
    z-index: 10;
    -webkit-box-shadow: 1px 8px 10px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 1px 8px 10px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 8px 10px 2px rgb(0 0 0 / 20%);
    border-top: 1px dotted #222;
    font-size: 0.85em;
    line-height: 1.2em;
	}

  .main-img-2{
    display: flex;
	flex-direction: column;
	width: 32%;
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-between;
	position: relative;
  }
	.main-img-2 img{
    max-height:250px;
		width: auto;
  }

	.btn-gal{
		width: 150px;
		height: 150px;
		border-radius: 50%;
		position: absolute;
		bottom: 50px;
		right: 100px;
		display: inline-block;
		z-index: 1;
		background-color: rgba(0,0,0,0.6);
		color: #efefef;
		font-size: 1.5rem;
		text-align: center;
		line-height: 150px;
		font-family: 'Barlow Semi Condensed', sans-serif;
		-webkit-transition:all 0.5s ease;
	    -moz-transition:all 0.5s ease;
	    -o-transition:all 0.5s ease;
	    transition:all 0.5s ease;
  }
			.btn-gal:hover, .btn-gal:focus{
				color: #fff;
				background-color: rgba(0,0,0,0.9);
			}
  .detalle-features{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-around;
  }

.detalle-info{
  padding:30px;
  background-color: #fff;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  float: left;
}
/*
.detalle-info ul li{
  list-style: none;
  }
  .detalle-info ul{
    margin: 0;
    padding: 0;
    }*/
.detalle-asesora-info{
	top: 80px;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	display: inline-block;
	font-size: 0.9em;
}
.detalle-asesora-info a{
	color:#222;
}
.detalle-asesora-info a:hover{
	text-decoration: underline;
}
.asesora-icon{
	float: left;
  margin-right: 8px;
}
.box-asesora{
	background-color:#e6e7e8;
	width:100%;
	display:inline-block;
	font-size:0.9em;
	}
    .nombre-asesora {
    color:#666;
    padding:0 3px;
    width:100%;
    height:40px;
    font-weight:bold;
    display:block;
    }
	.asesoras-listado	.asesora-img{
			width:100%;
			height:188px;
			/*border:2px solid #fff;*/
			border-radius:8px;
			overflow:hidden;
			margin-bottom: 12px;
			}
		 .asesoras-listado   .asesora-img img {
		    width: 100%;
		    height: auto;
		    margin-left: -2px;
		    margin-top: -10%;
		    position:relative;
		}

.asesora-img{
	width:100%;
	height:auto;
	/*border:2px solid #fff;*/
	border-radius:8px;
	overflow:hidden;
	margin-bottom: 12px;
	}
    .asesora-img img {
    width: 100%;
    height: auto;
    margin-left: -2px;
    margin-top: -10%;
    position:relative;
}
.ases-ico{
	width: 32px;
	height: 32px;
	padding: 8px;
	border-radius: 50%;
	background-color: #efefef;
}
.asesora-info{
	border-top:2px solid #fff;
	}
	.asesora-email a{
	padding:10px 15px;
	display:inline-block;
	border-right:2px solid #fff;
	float:left;
	width: 27%;
	-webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
	}
	.asesora-email a:hover{
	background-color:#beaf87;
	}
	.asesora-telf a{
	padding:13px 15px 7px 15px;
	display:block;
	float:left;
	color:#000;
	line-height:24px;
	width: 73%;
	text-align:left;
	-webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
	}
	.asesora-telf a:hover{
	background-color:#beaf87;
	}

.espec{
	position:relative;
	padding-left:55px;
	}
.espec-img{
	position:absolute;
	top:25px;
	left:7px;
	}
.espec-num{
	display:block;
	font-size:2.5em;
	line-height:1.5em
	}
.espec-txt{
	display:block;
	border-top:1px solid #fff;
	padding-top:10px;
	}
.volver{
	color:#000;
	display:inline-block;
	position:relative;
	}
	.volver:hover{
	color:#666;
	}
	.volver::before{
	position:absolute;
	content:'';
	width: 25px;
    height: 30px;
    left: -25px;
    top: -5px;
	background-image:url(../images/prev.svg);
	background-repeat:no-repeat;
	background-size:24px 24px;
	}
.flexslider {
    border: 0;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.modal-body{
	padding:0;
}
.modal-footer{
	border-top: 0;
}
.modal-header{
	padding: 0.5rem 0.8rem;
}
.modal-header .close {
    padding: 0.3rem;
    margin: 0;
    opacity: 1;
}




.detalle{
	width:100%;
	height:auto;
	margin-right:3%;
	padding:18px 35px 35px 35px;
	color:#1F1F1F;
	background-color:#ffffff;
	font-weight:400;
	background-image:url(../images/bg-det.png);
	border-top:2px solid #ffffff;
	border-radius:5px;
	float:left
	}
    .detalle p{
		text-align:justify
		}

.frase{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 100;
	background-color:#6f6f6f;
	color:#fff;
	font-size: 2.4em;
  padding:1em 0;
	line-height: 1.2em;
	text-transform: uppercase;
}
.frase .quote{
	font-size: 8.5rem;
  font-family: 'Coustard', serif;
  font-weight: 900;
  line-height: 1em;
  color: #555;
}

.frases{
	width:100%;
	}

.mrg-top{
	margin-top:90px;
	}

.mensual{
	font-size:14px;
	line-height:28px;
	}
.venta-renta{
	width:78px;
	height:42px;
	text-align:center;
	color:#FFFFFF;
	font-size:16px;
	line-height:32px;
	position:absolute;
	right:70px;
	top:3px;
	background-image:url(../images/bg-rentaventa.png);
	background-repeat:no-repeat;
    text-transform:uppercase
	}

.tt-det{
	font-size:18px;
	font-weight:400;
	display:block;
	margin-bottom:8px;
	margin-top:8px;
	color:#c69102;
    text-align:left !important;
	}
.descr{
	font-size:16px;
	line-height:24px;
	padding-bottom:30px;
	}

#map-canvas{
    height:400px;
    width:100%;
    margin: 0;
    padding: 0;
	background-color:#000;
  position:relative;
  overflow: hidden;
	}
#map-canvas-stv{
    height:400px;
    width:100%;
    margin: 0;
    padding: 0;
	background-color:#000;
  position:relative;
  overflow: hidden;
	}

.det-num{
	width:42%;
	margin-right:5%;
	float:left
	}
.num{
	float:left;
	width:100%;
	padding-bottom:6px;
	margin-top:12px;
	}
	.num-lft{
	width:45%;
	height:30px;
	line-height:34px;
	text-align:right;
	float:left;
	font-weight:300;
	font-size:32px;
	color:#c69102
	}
	.num-rgt {
	width:49%;
	height:30px;
	line-height:30px;
	text-align:left;
	float:right;
	}
.det{
	width:100%;
	display:block;
	text-align:center;
	padding-top:6px;
	float:inherit;
	border-top:1px solid #e8e8e8;
	font-weight:300;
	font-size:18px;
	line-height:20px;
	margin-bottom:12px;
	margin-top:3px;
	color:#0d0d0d;
	}

.checks{
	padding-left:50px;
	padding-right:50px;
}
.check{
	font-size:18px;
	width:50%;
	float:left;
	padding:8px;
	}
	.check img{
	padding-right:6px;
		}


.compartir{
		margin-left:auto;
		margin-right:auto;
		width:170px;
		float:inherit;
		margin-top:20px;
		}
.acciones{
	margin-left:auto;
	margin-right:auto;
	width:390px;
	float:inherit
}



/*---------------------------------
			 SECUNDARIAS
-----------------------------------*/
.secundarias{
	background-color: #fff;
	display: inline-block;
	min-height: 400px;
	position: sticky;
	/*margin-top: -50px;*/
	margin-bottom: 50px;
	z-index: 1;
	-webkit-box-shadow: 1px 4px 20px 2px rgba(0,0,0,0.2);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 1px 4px 20px 2px rgba(0,0,0,0.2);  /* Firefox 3.5 - 3.6 */
	box-shadow: 1px 4px 20px 2px rgba(0,0,0,0.2);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.secundarias ul{
	margin-bottom: 1.5rem;
}
	.secundarias h2{
		margin-bottom: 1.2rem;
	}
.desea-vender-info p{
	margin-bottom: 0;
}
.secundaria{
	min-height:400px;
	height:100%;
	font-size:1.1em;
	line-height:1.3em;
	padding:50px !important
	}
	.secundaria-lg{
	height:100vh;
	font-size:1.1em;
	line-height:1.3em;
	padding:50px !important
	}
	.secundaria h2, .secundaria-lg h2, .secundaria-2 h2{
  font-family: 'Barlow Semi Condensed', sans-serif;
	font-size:2.8em;
	/*margin-bottom:20px;*/
	margin-bottom: 1.5rem;
	}
	.secundaria h3, .secundaria-lg h3{
	font-size:1.5em;
	margin-bottom:12px;

	}
.secundaria-dark{
	color:#fff
	}
.secundaria-light{
	}
.secundaria-2{
	min-height:100px;
	height:100%;
	font-size:1.1em;
	line-height:1.3em;
	padding:50px 50px 0 50px !important
	}
.bg-deseavender-1{
	background-image:url(../images/unete-al-equipo.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	}
.bg-deseavender-2{
	background-image:url(../images/desea-vender-2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	}
.bg-unete-1{
	background-image:url(../images/unete-al-equipo-1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	}
.bg-unete-2{
	background-image:url(../images/unete-al-equipo-2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	}
.bg-historia{
	background-image:url(../images/desea-vender-2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	}
.bg-mision{
	background-image:url(../images/mision-2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	}
.bg-vision{
	background-image:url(../images/desea-vender.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	}


.secundaria ul{
	padding:0;
	margin:0;
	list-style:none;
	}
	.secundaria ul li{
	display:inline-block;
	float:left;
	width:20%;
	text-align:left;
	line-height:24px
	}
	.secundaria ul li img{
	float:left;
	margin-right:10px;
	}
.secundaria .btn{
	color:#fff;
	padding:24px 55px 20px 55px;
	background-color:#beaf87;
	display:inline-block;
	margin:auto;
	font-size:1.3em;
	vertical-align:middle;
	-webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
	margin-top:17%;
		}
		.secundaria .btn:hover{
		background-color:#333;
		}
.carl{
	margin-top: 17%;
	}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: inline-block;
}
/*.carousel-item{
	width: 100%;
    height: 100px;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.3em;
    padding: 0 25px
	}*/
.carousel-caption{
	position:relative;
	left: auto;
	right: auto;
	}
.hlight{
	font-size:1.1em;
	font-style:italic;
	line-height:1.4em;
	}

	.pagina-secundaria{
		min-height: 100vh;
		height:auto;
		background-position: top;
		background-attachment:fixed;
		background-size:cover;
		background-color:#222;
		position: relative;
		overflow-x: hidden;
		overflow-y: visible;
		}
		.desea-vender{
			background-image:url(../images/desea-unete.jpg);
		}
		.unete{
			background-image:url(../images/bg-unete.jpg);
			background-position: 0 60px;
		}
		.historia{
			background-image:url(../images/bg-inicio-5.jpg);
		}
		.mvv{
			background-image:url(../images/bg-inicio-4.jpg);
		}
		.contacto{
			background-image:url(../images/bg-inicio-3.jpg);
			background-position: 0 60px;
		}
		.contacto a{
			text-decoration: underline;
			color: #000;
		}
		.contacto a:hover{
			text-decoration: none;
			color: #666;
		}


.asesoras-li{

}

/*---------------------------------

			FILTROS

-----------------------------------*/
.ftxt{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight:300;
	line-height:18px;
	margin-top:20px;
	margin-bottom:15px;
	color:#D0D0D0
	}
.srch-icon{
	z-index:2147483638;
	cursor:pointer;
	}
	.srch-icon img{
	opacity:1
	}
	.srch-icon:hover{

	}
	.srch-icon img:hover{
	opacity:0.9
	}
	.srch-icon span{
	position:absolute;
	right:-44px;
	line-height:25px;
	color:#e8e8e8 !important;
	font-size:11px;
	font-weight:normal !important
		}

.pt-act input[type="checkbox"]{
	width:20px;
	height:20px;
	position:absolute;
	left:-30px;
	top:0;
	background-color:#ffffff;
	border:3px solid #e4ad12 !important;
	border-radius:3px;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
	}
	.pt-act input[type="checkbox"]:checked {
    background: url(../images/check.png);
	background-color:#fafafa
}
.lbl{
	font-weight:300;
	font-size:13px;
	line-height: 22px;
	}
.filtros input[type="text"]{
	background-color:#3b3b3b;
	border:1px solid #8e8d8d;
	border-radius:4px;
	color:#ffffff !important;
	box-shadow:0px 1px 1px 1px #272727 inset;
	}
	.filtros input[type="text"]:focus{
			outline: none;
    		border-color: #b0b0b0;
    		box-shadow: 0 0 8px #868686;
			}
.sl select{
	background: url(../images/select.png) no-repeat right;
	}
	.sl select:focus{
			outline: none;
    		border-color: #b0b0b0;
    		box-shadow: 0 0 8px #868686;
			color:#ffffff !important;
			}
.sl select {
	background-color:#3b3b3b;
	border:1px solid #8e8d8d;
	border-radius:4px;

	box-shadow:0px 1px 1px 1px #272727 inset;
   	width: 100%;
   	height: 30px;
	padding:5px;
   -webkit-appearance: none;
   }
   .filtros-op{
	font-size:14px;
	color:#6f6f6f;
	font-weight:400
   }
.srch-inicio label{
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 26px;
	margin-right: 5px;
    font-size: 13px;
	font-weight:400;

}
.filtros label{
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 22px;
	margin-right: 5px;
    font-size: 12px;
	font-weight:300;

}
input[type=radio] {
    display: none;
}
.input-sm {
	font-size: 14px !important;
	}
.radio{
	margin-top: 5px !important;
	margin-bottom: 4px !important;
	}
.srch-inicio label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
	background-color:#3b3b3b;
	border:1px solid #8e8d8d;
	box-shadow:0px 1px 1px 1px #272727 inset;

}
.filtros label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
	background-color:#3b3b3b;
	border:1px solid #8e8d8d;
	box-shadow:0px 1px 1px 1px #272727 inset;

}
.radio label:before {
    border-radius: 10px;
}
input[type=radio]:checked + label:before {
    content: "";
    color: transparent;
    text-align: center;
}

.checkbox {
    margin-top:0 !important;
}

.filtros input[type=checkbox] {
    display: none;
}
.checkbox label:before {
    border-radius: 3px;
}


.form-check {
    position: absolute;
    display: block;
		top:-48px;
		padding-left: 0;
}

input.tgl-radio-tab-child {
  position: absolute;
  left: -99999em;
  top: -99999em;
  opacity: 1;
  z-index: 1;
}

input.tgl-radio-tab-child+label {
  cursor: pointer;
  float: left;
  margin-right: 8px;
  padding: .5em 1em;
  position: relative;
	background-color: #dedede;
	border-radius:4px;
	-webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

input.tgl-radio-tab-child+label:hover {
  background-color:#8c7a4a;
	color: #f1f1f1;
}

[type=radio]:checked+label {
  background-color:#beaf87;
	color: #fff;
	font-weight: 500;
  z-index: 1;
}
.filtros input[type="submit"]{
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		color: #FFFFFF;
		text-shadow: 0px 1px 1px #000000;
		font-weight:600;
		width:78px;
		height:30px;
		line-height:24px;
		text-align:center;
		cursor:pointer;
		border-radius: 5px;
		background-image: -o-linear-gradient(-89deg, #fdc223 0%, #d99901 100%);
		background-image: -moz-linear-gradient(-89deg, #fdc223 0%, #d99901 100%);
		background-image: -ms-linear-gradient(-89deg, #fdc223 0%, #d99901 100%);
		background-image: linear-gradient(-179deg, #fdc223 0%, #d99901 100%);
		border: 2px solid #ffc834;
		box-shadow: 0 0 8px #000000;
		}
			.filtros input[type="submit"]:hover{
			color: #e8e8e8;
			background-image: -o-linear-gradient(-89deg, #fac45c 0%, #d68d01 60%);
			background-image: -moz-linear-gradient(-89deg, #fac45c 0%, #d68d01 60%);
			background-image: -ms-linear-gradient(-89deg, #fac45c 0%, #d68d01 60%);
			background-image: linear-gradient(-179deg, #fac45c 0%, #d68d01 60%);
			border: 2px solid #fecf50;
			}


/*---------------------------------

			      INTERIORES

-----------------------------------*/

#frases .slides{
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-style:italic;
	font-weight:600;
	color:#c69102;
	width:100%;
	max-width:700px;
	clear:both;
	}
#frases .slides p{
	text-align:center !important;
	padding:8px 25px 0 25px;
	}
.panel, #frases, .jc-vertical{
	width:100% !important;
	}
.panel {
width:100% !important;
}

.img-vv{
	margin-top:400px;
	}

.img-val{
	margin-top:65px;
	}
.parr-h{
	display:block;
	}

.img-h{
	margin-right:12px;
	margin-bottom:12px;
	float:left;
	}
.img-v{
	display:block;
	text-align:center;
	margin-bottom:12px;
	}
.img-s{
	padding-top:110px;
	}
.pdd{
	padding:8px !important;
	}
/*.telf{
	font-size:32px;
	color:#ecb625;
	float:left;
	margin-right:10px;
	padding-top:5px;
	}
*/


/*---------  PAGER --------*/

div.pager{
	margin:0 0 10px 0 !important;
	}

div.pager a {
	padding: 0 10px;
	display: inline-block;
	text-decoration: none;
	line-height: 1.8em;
	color: #111;
	text-align: center;
	background-color: #fff;
	margin-right: 4px;
	border-radius: 4px;
	font-weight: 400;
}
	div.pager a:hover{
	color:#fff;
	background-color:#000; !important;
	}

.prev-next {
    background-color: #c7c7c7;
    padding: 1px 1px 2px 1px;
    margin:0 2px;
		border-radius: 4px;
}
.prev-next:hover, .prev-next:focus {
    background-color: #fff;
}

/* current page */
div.pager span span {
	background-position: 0% 0%;
    padding: 0 10px;
    display: inline-block;
	text-decoration: none;
	font-size:1em;
	color:#fff;
	text-align: center;
	background-color:#000 !important;
	font-weight:400;
	margin-right: 4px;
	margin-left:0;
    border-left-style: none !important;
    border-left-color: inherit !important;
    border-left-width: medium;
    border-right-style: none !important;
    border-right-color: inherit !important;
    border-right-width: medium;
    border-top-style: none !important;
    border-top-color: inherit !important;
    border-top-width: medium;
    border-bottom-style: none !important;
    border-bottom-color: inherit !important;
    border-bottom-width: medium;
    background-image: none !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;

}
.first {
	background-image:url(/images/principio.png);
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-2000px;
}
.last {
	background-image:url(/images/ultimo.png);
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-2000px;
}
.current {
	color:#b3b3b3;
}
.numeric {
	color:#b3b3b3;
	}
.next {
	background-image:url(/images/adelante.png);
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-2000px;
}
/*---------  FIN PAGER --------*/

.prize-range-home {
height: 22px;
width: 80%;
float: right;
margin-top: -3px;
}

.range{
 width:auto;
 margin-right:auto;
 height:auto;
 }
 .range-txt{
 font-size:11px;
 color:#222
  }
 .range2{
 width:auto;
 margin-right:auto;
 height:auto;
 }

 .maxheight{
     max-height:400px;
 }

 .dragRangeSlider .rslSelectedregion {
               cursor: pointer;
          }

.RadSlider_Glow div.rslHorizontal div.rslSelectedregion {
    background-color: #999 !important;
    background-image: none !important;
}
.RadSlider_Glow div.rslHorizontal a.rslDraghandle {
    background-color: #beaf87 !important;
    background-image: none !important;
}

.nombre-sec{
	font-size:32px;
	font-weight:100;
	color:#ffffff;
	display:block;
	padding-top:30px;
	}


.terminos{
	color:#6F6E6E;
	font-weight:100;
	font-size:1em
	}
	.terminos a{
	color:#cb9401;
	font-weight:500 !important;
	cursor:pointer;
		}
.sucursal{
	color:#f0af02;
	font-weight:500;
	font-size:1.2em
	}
.datos-detalle{
	float:right;
		}
.sucursal-1 {
    background:rgba(65,64,66,1);
    position:relative;
    width:100%;
    overflow:hidden;
    color:#fff;
    padding:65px 20px 20px 20px;
}
    .sucursal-1 a{
	color:#fff;
		}
		.sucursal-1 a:hover{
		color:#beaf87;
		}
.sucursal-1::after{
		position:absolute;
		right:8px;
		top:-30px;
		content:'';
		width:80px;
		height:130px;
		background-image:url(../images/C21.svg);
		background-repeat:no-repeat;
		background-size:80px 130px;
		}



/* -----------  Directorio ------------*/

.asesora{
	width:16%;
	/*min-height:125px;
	border:1px solid #cccccc;
	border-radius:4px;*/
	margin-bottom:10px;
	float:left;
	padding:12px 12px 0 12px;
	}
	.asesora .foto {
	min-height:80px;
	float:left;
	}
	.asesora img{
	float:left;
	margin-right:8px;

	}
	.asesora .asa-nom{
	font-size:14px;
	line-height:15px;
	display:block;
	font-weight:500
	}
	.asesora .asa-tel{
	font-size:13px;
	display:block;
	}
	.asesora .asa-email{
	font-size:13px;
	display:block;
	color:#dfa200
	}

.asesorap{
	width:100%;
	min-height:90px;
	border:1px solid #cccccc;
	border-radius:4px;
	float:left;
	padding:12px;
	background-color:rgba(255,255,255,0.4);
	}
	.asesorap .foto{
	float:left;
	margin-right:12px;
	margin-bottom:30px
	}
	.asesorap .logo{
	float:right;
	margin-left:8px;
	}
	.asesorap .asa-nom{
	font-size:15px;
	font-weight:500
	}
	.asesorap .asa-tel{
	font-size:14px;
	}
	.asesorap .asa-email{
	font-size:14px;
	color:#dfa200
	}

.nav-tabs li a{
   display:inline-block;
    padding:12px 15px !important;
    color:#777
	}
.nav-tabs li a:hover{
   background-color:#ddd;
   color:#111;
	}

.nav-tabs .active{
	font-weight:500;
    color:#dfa200 !important;
	}

.val{
	}
	.val ul{
	margin:0;
	float:left;
	display:block;
	width:auto;
	height:auto;
	padding-left: 20px;
	margin-right: 20px;
	}




.post-it { min-height: 120px; margin: 20px 40px; padding: 10px; }




/* -------------------------------------------

				       RESPONSIVE

----------------------------------------------*/




/*--------- Precio con descuento -------------*/

.precio-con-descuento { color: #de0000; }

.precio-oferta{
color:#fff;
background-color: #cf2222;
height:24px;
line-height:24px;
padding:1px 4px 1px 4px;
width:auto;
font-size: 1.2em;
display: inline-block;
margin-bottom: 6px
}


.oferta-badge{
	width: 32px;
	height: auto;
	color: #fff;
	word-wrap: break-word;
	font-size: 1.2em;
	position: absolute;
	right: 12px;
	top: 12px;
	text-align: center;
	background-color: #de0000;
	padding: 3px;
	font-weight: 200;
	font-family: 'Barlow Semi Condensed', sans-serif;
	letter-spacing: 2px;
	border-top:1px solid #fff;
	line-height: 1.2em;
	}
.oferta-badge::before{
	width: 1px;
	height: 11px;
	position: absolute;
	top: -12px;
	left: 8px;
	content: '';
	background-color: #fff;
}
.oferta-badge::after{
	width: 1px;
	height: 11px;
	position: absolute;
	top: -12px;
	right: 8px;
	content: '';
	background-color: #fff;
}

.oferta-badge-2{
	background-color: #de0000;
	color: #fff;
	padding: 0 6px;
	position: absolute;
	top: 8px;
	right: 8px;
	border-radius: 4px;
	font-size: 0.7em;
	z-index: 10;
}



.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}
.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}
.irs-bar{position:absolute;display:block;left:0;width:0}
.irs-shadow{position:absolute;display:none;left:0;width:0}
.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}
.irs-handle.type_last{z-index:2}
.irs-min,.irs-max{position:absolute;display:block;cursor:default}
.irs-min{left:0}
.irs-max{right:0}
.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}
.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}
.irs-with-grid .irs-grid{display:block}
.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}
.irs-grid-pol.small{height:4px}
.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}
.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}
.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}
.irs-disabled{opacity:.4}
.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}
.irs--flat{height:40px}
.irs--flat.irs-with-grid{height:60px}
.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}
.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}
.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}
.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}
.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}
.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}
.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}
.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}
.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}
.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}
.irs--flat .irs-grid-pol{background-color:#e1e4e9}
.irs--flat .irs-grid-text{color:#999}
.irs--big{height:55px}
.irs--big.irs-with-grid{height:70px}
.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}
.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}
.irs--big .irs-bar--single{border-radius:12px 0 0 12px}
.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}
.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}
.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}
.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}
.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}
.irs--big .irs-grid-pol{background-color:#428bca}
.irs--big .irs-grid-text{color:#428bca}
.irs--modern{height:55px}
.irs--modern.irs-with-grid{height:55px}
.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}
.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}
.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}
.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}
.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}
.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}
.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}
.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}
.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}
.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}
.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}
.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}
.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}
.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}
.irs--modern .irs-grid{height:25px}
.irs--modern .irs-grid-pol{background-color:#dedede}
.irs--modern .irs-grid-text{color:silver;font-size:13px}
.irs--sharp{height:50px;font-size:12px;line-height:1}
.irs--sharp.irs-with-grid{height:57px}
.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}
.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}
.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}
.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}
.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}
.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}
.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}
.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}
.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}
.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}
.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}
.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}
.irs--sharp .irs-grid-text{color:silver;font-size:13px}
.irs--round{height:50px; width: 80%; float: right; margin-top: -25px;}
.irs--round.irs-with-grid{height:65px}
.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}
.irs--round .irs-bar{top:36px;height:4px;background-color:#bdb087}
.irs--round .irs-bar--single{border-radius:4px 0 0 4px}
.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}
.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #bdb087;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}
.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}
.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}
.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#777;color:white;border-radius:4px;z-index: 10;}
.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#bdb087}
.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}
.irs--round .irs-grid-text{color:silver;font-size:13px}
.irs--square{height:50px}
.irs--square.irs-with-grid{height:60px}
.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}
.irs--square .irs-bar{top:31px;height:4px;background-color:black}
.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}
.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}
.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}
.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}
.irs--square .irs-grid{height:25px}
.irs--square .irs-grid-pol{background-color:#dedede}
.irs--square .irs-grid-text{color:silver;font-size:11px}
.lista-filtros .irs--round{ width: 100%; float: right; margin-top: -25px;}





@media only screen and (min-width: 1025px) and (max-width: 1280px) {



}
@media only screen and (min-width: 769px) and (max-width: 1024px) {

	.home {
    background-attachment: scroll;
	}
	.home::after {
    left: 0;
    top: 0;
	}
	.main-links {
    background-attachment: scroll;
	}
	.main-links::after {
    left: 0;
    top: 0;
	}
	#searchBox {
		width: 850px;
	}
	.slider {
    width: 75%;
	}
	.detalle-info {
    padding: 15px;
	}
	.detalle-asesora-info {
    overflow: hidden;
	}
	.prop-liv .features {
    justify-content: space-evenly !important;
	}
	.main-img-2 img {
    height: 222px;
    width: auto;
	}
	.btn-gal {
    bottom: 30px;
    right: 70px;
		appearance:none;
		outline: none;
	}
	.oferta-badge {
    font-weight: 400;
	}

		.pagina-secundaria {
				height: 100vh;
				background-attachment: scroll;
				background-repeat: no-repeat;
				background-size:cover;
				background-color:#222;
				position: relative;
				overflow-x: hidden;
				overflow-y:scroll;
		}

		.secundarias{
			position: relative;
		}
		.desea-vender {
				background-position: 0 40px;
		}
		.unete{
			background-image:url(../images/bg-unete.jpg);
			/*background-position: -900px 60px;*/
			background-position: 0 60px;
		}
		.desea-vender{
			/*background-position: 0 40px;*/
			background-position: 0 0;
		}
		footer::after{
	    right: 0;
	    top: -37px;
	    content: '';
	    width: 113px;
	    height: 145px;
	    background-size: 113px 145px;
			}
			.RadSlider_Glow div.rslHorizontal div.rslSelectedregion {
			    width:225px !important;
			}
			.RadSlider_Glow div.rslHorizontal div.rslTrack {
			    width:225px !important;
			}
			.irs--round{ width: 78%;}


}



@media only screen and (min-width:320px) and (max-width:768px){
	header.header-home.sticky .logo {
		height: 31px;
    width: 120px;
		margin-bottom: 8px;
  }
	header.header-home.sticky .logo svg{
		height: 31px;
    width: 120px;
  }
	.logo {
    margin-top: 14px;
    margin-bottom: 8px;
	}
	.logo svg {
		height: 31px;
    width: 120px;
	}
	.navbar-toggle {
	height: 30px;
	width: 35px;
	border: 0;
	background-color: transparent;
	padding: 0;
	margin: 0;
	}
	.icon-bar {
	margin-top: 5px;
	background-color: #fff;
	width: 100%;
	height: 4px;
	display: block;
	}
	.navbar-toggler {
	border: 0;
	border-radius: 0;
	float: right;
	}
	.header-master .navbar  {
	top: 8px;
	}
	.navbar {
	top: 16px;
	left: auto;
	right: 8px;
	float: none !important;
	}
	.navbar-nav {
	display: block;
	padding-left: 0;
	list-style: none;
	float: none;
	width: 100%;
	padding-bottom: 10px;
	text-align: center
	}
	.navbar-expand-lg .navbar-nav .nav-link{
	margin-left:0
	}
	.navbar-expand-lg .navbar-nav .nav-link:hover {
	background-color:#000
	}
	.navbar-collapse {
	clear: both !important;
	position:relative;
	padding-right: 0 !important;
	}
	.navbar-toggler-icon {
	background-image:url(../images/menu.svg);
	background-repeat:no-repeat;
	background-position:center;
			background-size: 24px 35px;
	}
	.navbar-nav .nav-link {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 200;
	color: #fff;
	font-size: 2em;
	padding: 1.15rem 1.25rem;
	text-align: center;
	}
	#topMenu{
		width: 100%;
		height: 100vh;
		text-align: center;
		display: none;
	}
	#menuBtn{
		position: absolute;
		top: 16px;
		right: 24px;
	}
	.hide-icon{
		top:-150px !important;
		display: none !important
	}
	.search-menu{
		position: absolute;
		top: 8px;
		right: 72px;
		padding: 8px;
	}
	.session-menu{
		position: absolute;
		top: 8px;
		right: 122px;
		padding: 8px;
	}
	.container-master {
    padding-top: 72px;
	}
	#searchBox {
		width: 700px;
	}
	.home {
    background-attachment: scroll;
	}
	.home::after {
    left: 0;
    top: 0;
	}
	.copy {
	    font-size: 2em;
	}
	.slider {
	    width: 68%;
	}
	.properties-home {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
	}
	.prop-liv {
    width: 48%;
	}
	.secundarias{
		position: relative;
	}
	.home-dv, .home-ut {
    height: 340px;
    padding: 15px;
	}
	.main-links{
		background-attachment:scroll;
	}
	.main-links::after {
    top: 0;
		left: 0;
	}
	.asesora-prop{
		margin-top:12px;
	}
	.btn-gal {
    width: 120px;
    height: 120px;
    bottom: 20px;
    right: 44px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 120px;
	}
	.oferta-badge {
    font-weight: 400;
	}
	.main-img-2 img {
    height: 167px;
    width: auto;
	}

	.filtrar {
		top: 20%;
		position: fixed;
		z-index: 1000;
		margin-right: 16px;
		flex-direction: column;
		display: none;
	}
	.btnFiltrar{
		position: fixed;
		padding: 15px;
		text-align: center;
		line-height: 18px;
		background-color: #222;
		z-index: 8;
		width: 56px;
		height: 56px;
		border-radius: 50%;
		box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
		bottom: 20px;
		left: 50%;
		margin-left: -28px;
		cursor: pointer;
	}
	.btnFiltrar img{
		margin-top: 2px
	}
	.prop-lih {
    height: 196px;
	}
	.prop-lih .pli-img {
    width: 82%;
    height: 196px;
	}
	.prop-lih .pli-img img {
    width: auto;
    height: 200px;
	}
	.prop-lih .pli-info {
    width: 100%;
	}
	.prop-lih .asesora-cat {
    width: 47%;
	}
	.filtrar .btnCancelar{
			margin-left:38%;
			margin-top: 72px;
			}
	.filtrar.filtrar-asesoras .btnCancelar{
			margin-left:38%;
			margin-top: 72px;
			}
	.filtrar.filtrar-asesoras .lista-filtros {
		    margin-top: 13%;
		}

	.filtrar .btnCancelarXs{
		margin-left:44%
	}
	.pagina-secundaria {
		background-attachment: scroll;
		background-size: cover;
		background-color: #fff;
		position: relative;
		overflow-x: inherit;
		overflow-y: scroll;
		background-repeat: no-repeat;
		}
		.unete {
    background-position: -710px 57px;
		}
		.mvv {
    background-position: -350px 0;
		}
		.contacto {
    background-position: center 10px;
		}
		.historia {
    background-position: -200px 0;
		}
		.desea-vender {
    background-position: -1450px 0;
		}

	footer h3{
		margin-top: 2.5rem
	}
	footer::after{
    right: 0;
    top: -37px;
    content: '';
    width: 113px;
    height: 145px;
    background-size: 113px 145px;
		}
		#topMenu {
		margin-top: 28%;
    text-align: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
		}
		.asesora-li-sr{
			margin-bottom: 80vh;
		}
		.modal-dialog {
    max-width: inherit;
		}
		.sin-resultados{
			margin-bottom: 150px;
		}
		.properties{
	    margin-bottom: 300px;
	  }
		.asesoras-container{
			min-height: 100vh;
		}
		.irs--round {
    width: 68%;
		}


}
@media only screen and (min-width: 70px) and (max-width: 599px) {


	.logo {
    margin-top: 14px;
	}
	.logo svg {
		height: 31px;
    width: 120px;
	}
	header.header-home.sticky .logo {
      margin-top: 12px;
			margin-bottom: 12px;
			height: 31px;
	    width: 120px;
  }
	header.header-home.sticky .logo svg{
			height: 31px;
	    width: 120px;
  }
	header.header-master .logo {
		margin-top: 12px;
		margin-bottom: 12px;
		height: 31px;
		width: 120px;
	}

	.home{
		background-attachment: scroll
	}
	.home::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	}
	.copy {
		font-size: 1.5em;
		text-shadow: 5px 5px 50px rgb(0 0 0 / 60%);
    line-height: 1em;
    text-align: left;
		margin-bottom: 3rem;
	}
	.award {
    width: 80px;
    height: 80px;
		margin-top: 2rem;
		margin-left: auto;
    margin-right: auto;
	}
	.award img {
    height: 160px;
    margin-top: -45px;
	}

	.search-fields div:nth-child(1){
		border-bottom: 1px solid #ccc;
		padding-right: 0 !important;
		border-right:0;
	}
	.search-fields div:nth-child(2){
		padding-right: 0 !important;
		border-right:0;
	}
	.search-fields div:nth-child(3){
		border-top: 1px solid #ccc;
		padding-right: 0 !important;
		border-right:0;
	}
	.search-fields {
		background-color: #fff;
		border-radius: 8px;
	}
	.search-form input[type="text"] {
		border-radius: 8px 8px 0 0;
	}
	.search-form input[type="submit"] {
		border-radius: 0 0 8px 0;
	}


	footer{
		padding-top:0 !important;
	}
	footer h3{
		margin-top: 2.5rem
	}
	footer::after{
    right: 0;
    top: -37px;
    content: '';
    width: 113px;
    height: 145px;
    background-size: 113px 145px;
		}

		.container-fluid{
			padding-left:0;
			padding-right:0;
			}




			#destacados {
	    padding-bottom: 0;
			}
			#destacados h2 {
	    margin-top: 0 !important;
			}
			.properties-home {
		    display: flex;
		    flex-direction: column;
			}
		.prop-liv, .properties .prop-liv {
	    float: none;
	    width: 100%;
	    height: auto;
			margin-bottom: 35px;
		}
		.prop-liv .pli-info {
    	height: auto;
		}


			.frase {
			    font-size: 1.8em;
			    padding: 0 1.2em 0 1.2em;
			    line-height: 1.2em;
			}
			.frase .quote {
			    font-size: 5.5rem;
			    line-height: 40px;
			}
			.home-dv, .home-ut {
			    width: 80%;
			    height: auto;
			    padding: 16px;
			    margin:45px auto;
			}
			.main-links {
    height: auto;
    background-attachment: scroll;
    padding: 20px 0 35px 0;
		}
		.main-links::after {
		    height: 100%;
		}

			.btn-wsp{
		        width:63px;
		        height:63px;
		        line-height: 56px;
			}

    .navbar-toggle {
    height: 30px;
    width: 35px;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    }
    .icon-bar {
    margin-top: 5px;
    background-color: #fff;
    width: 100%;
    height: 4px;
    display: block;
    }
    .navbar-toggler {
    border: 0;
    border-radius: 0;
    float: right;
    }
    .header-master .navbar  {
        top: 8px;
    }
    .navbar {
    top: 16px;
		left: auto;
    right: 8px;
		float: none !important;
    }
    .navbar-nav {
    display: block;
    padding-left: 0;
    list-style: none;
    float: none;
    width: 100%;
    padding-bottom: 10px;
		text-align: center
    }
    .navbar-expand-lg .navbar-nav .nav-link{
    margin-left:0
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color:#000
    }

      .navbar-collapse {
    clear: both !important;
    position:relative;
    padding-right: 0 !important;
    }
      .navbar-toggler-icon {
        background-image:url(../images/menu.svg);
		background-repeat:no-repeat;
		background-position:center;
        background-size: 24px 35px;
    }
		.navbar-nav .nav-link {
		font-family: 'Barlow Semi Condensed', sans-serif;
		font-weight: 200;
    color: #fff;
		font-size: 2em;
		padding: 1.15rem 1.25rem;
		text-align: center;
		}

		.modal-dialog {
    max-width: inherit;
		}
		#topMenu{
			width: 100%;
			height: 100vh;
	    text-align: center;
			display: none;
		}
		#menuBtn{
			position: absolute;
    	top: 16px;
    	right: 24px;
		}
		.hide-icon{
			top:-150px !important;
			display: none !important
		}
		.search-menu{
			position: absolute;
	    top: 8px;
	    right: 72px;
	    padding: 8px;
		}


		.container-master {
		    padding-top: 64px;
		}
		h1{
		    font-size: 2.2rem;
		}


		.breadcrumbs {
	 	font-size: 0.9em;
	 	margin-bottom: 8px;
		}
		.sep {
    padding: 0 4px;
		}
		.col-title-add{
			float:left;
		}
		.col-title-add h1{
			margin-bottom: 0;
		}
		.detalle-ubicacion {
    font-size: 1em;
		}
		.col-share-download{
			text-align: left;
	    float: right;
	    padding-top: 4px;
	    width: auto;
	    display: inline-block;
	    position: absolute;
	    bottom: 16px;
	    right: 0;
		}
		.col-precios{
			text-align: left;
			float: left;
			padding-top:0;
		}
		.detalle-precio {
    margin-top:0 !important;
		}
		.detalle-precio-oferta {
    font-size: 1em;
    margin-bottom: 4px;
		}
		.main-img-1 {
    width: 100%;
		}
		.main-img-1 img {
    height: auto;
    width: 100%;
    max-height: 520px;
		}
		.main-img-2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-content: stretch;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
		}
		.main-img-2 img {
    max-height: auto;
    width: 48%;
    margin-top: 12px;
		}
		.btn-gal {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    position: relative;
    bottom: auto;
    right: auto;
    display: block;
    font-size: 1em;
    text-align: center;
    line-height: 40px;
    margin-top: 12px;
		}
		.feature {
    margin: 8px 8px 16px 8px;
		}
		.detalle-info {
    padding: 15px;
		}
		#searchBox {
    width: auto;
    text-align: center;
		}
		#searchBox h2 {
    padding-bottom: 80px !important;
		}
		#searchBox .search-form {
    margin: 0 16px;
		}
		.session-box {
    position: absolute;
    right: 0;
    bottom: -136px;
    width: 100%;
    padding: 16px 4px 16px 4px;
		}
		.session-box ul a {
    padding: 12px 8px;
		}
		.btnFiltrar{
			position: fixed;
	    padding: 15px;
	    text-align: center;
	    line-height: 18px;
	    background-color: #222;
	    z-index: 8;
	    width: 56px;
			height: 56px;
			border-radius: 50%;
			box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
			bottom: 20px;
			left: 50%;
			margin-left: -28px;
			cursor: pointer;
		}
		.btnFiltrar img{
			margin-top: 2px
		}
		#filtros{
			position: fixed;
			display: inline-flex;
		}
		.filtrar {
			top: auto;
			position: fixed;
			z-index: 1000;
			margin-right: 16px;
			flex-direction: column;
			display: none;
		}



		.secundarias{
			position: relative !important;
			margin-bottom: 0;
			padding-bottom: 56px !important;
			margin-top: 100px;
			z-index: 1;
			-webkit-box-shadow: 0;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
			-moz-box-shadow: 0;  /* Firefox 3.5 - 3.6 */
			box-shadow: 0;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
		}
		.pagina-secundaria {
	    height: auto;
	    background-attachment: fixed;
	    background-size: contain;
	    background-color: #fff;
	    position: relative;
	    overflow: initial;
	    background-repeat: no-repeat;
	    background-position: 0 50px;
	}
	.mvv{
		background-position: 0 -15px;
	}
	.contacto{
		background-position: 0 -10px;
	}
	.historia {
    background-position: 0 -25px;
	}
	.asesora-prop{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 15px;
	}
	.filtrar .btnCancelar{
		margin-left:32%;
		margin-top: 16px;
		}
	.filtrar.filtrar-asesoras .btnCancelar{
			margin-left:32%;
			margin-top: 72px;
			}
	.filtrar .btnCancelarXs{
			margin-left:31%
	}

    .ui-autocomplete {
    max-width: 340px !important;
    }
		.asesora-li{
			width:100%;
			height:auto;
		}
		.asesora-li-sr{
			 margin-bottom: 80vh;
		}
		.sin-resultados{
			margin-bottom: 150px !important;
		}
		.properties{
	    margin-bottom: 150px;
	  }
		.asesoras-container{
			min-height: 100vh;
		}
		.asesora-img {
    height: 180px;
		}
		.irs--round {
    margin-right: 16px;
		}
}
