﻿
@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: 'Oakes Regular';
    src: url('../fonts/OakesGrotesk-Regular.eot');
    src: url('../fonts/OakesGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OakesGrotesk-Regular.woff2') format('woff2'),
         url('../fonts/OakesGrotesk-Regular.woff') format('woff'),
         url('../fonts/OakesGrotesk-Regular.ttf') format('truetype'),
         url('../fonts/OakesGrotesk-Regular.svg#OakesGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oakes Light';
    src: url('../fonts/OakesGrotesk-Light.eot');
    src: url('../fonts/OakesGrotesk-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OakesGrotesk-Light.woff2') format('woff2'),
         url('../fonts/OakesGrotesk-Light.woff') format('woff'),
         url('../fonts/OakesGrotesk-Light.ttf') format('truetype'),
         url('../fonts/OakesGrotesk-Light.svg#oakes_grotesklight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oakes Bold';
    src: url('../fonts/OakesGrotesk-Bold.eot');
    src: url('../fonts/OakesGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OakesGrotesk-Bold.woff2') format('woff2'),
         url('../fonts/OakesGrotesk-Bold.woff') format('woff'),
         url('../fonts/OakesGrotesk-Bold.ttf') format('truetype'),
         url('../fonts/OakesGrotesk-Bold.svg#oakes_groteskbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	/*background-color:#c6c7c8;*/
	background-color:#ddd;
	overflow-x: hidden !important;
	font-family: 'Oakes Regular', sans-serif;
	font-size:14px;
	}
strong{font-family: 'Oakes Bold', sans-serif; font-weight: normal;}
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;
	}

::-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;}

.txt-gold{color:#38454d}
.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:90px;
	}
	.container-master-sec{
	padding-top:70px;
	}
	


/*---------------------------------
			  HEADER
-----------------------------------*/
header.header-home{
	background-image: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0));
	/*background-color:#38454d;*/
	width:100%;
	margin-bottom:4px;
	z-index:10;
	height:auto;
	min-height:100px;
	padding-top:30px;
	position:fixed;
	top:0;
	}
    .logo {
    z-index:1000
    }
	.logo svg{
	height:110px;	
    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;
		font-size:13px;
		}
	.menu ul li a{
		color:#fff;
		text-decoration:none;
		}
		.menu ul li a:hover{
		color:#ffc323;
		text-decoration:none;
		}

	
	.navbar-expand-lg .navbar-nav .nav-link {
	font-size:1.1em;
    color: #fff !important;
	margin-left:12px;
	padding-right: .75rem;
    padding-left: .75rem;
	-webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
	}
	.navbar-expand-lg .navbar-nav .nav-link:hover {
	background-color:#000;
	}
	
header.header-master{
	background:#38454d;
	width:100%;
	margin-bottom:4px;
	z-index:10;
	height:auto;
	min-height:70px;
	padding-top:10px;
	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{
    position:relative;
    z-index:1000;
	margin-bottom: 10px;
	}

header.header-home.sticky{
	background:#38454d;
	-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 */
	min-height:70px;
	padding-top:10px;
	}

header.header-home.sticky .logo svg{
  	height: 70px;
	width: 140px;
    margin-top: 0px;
	-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
	}
	
	

/*-------- LINKS BTM ----------*/
.main-links{
	height:500px;
	background-color:#333;
	position:relative;
	display:block;	
	position:relative;
	}
	.main-links::after{
		background-image:url(../images/bg-seal.png);
		background-repeat:repeat-y;
		background-position:center;
		position:absolute;
		z-index:1;
		width:193px;
		height:500px;
		content:'';
		top:0;
		left:45%;
		}
	.main-links .row{
	height:100% !important;	
		}
	.main-links a{
	color:#dcd6c8;
	padding:24px 55px 20px 55px;
	background-color:#38454d;
	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:35%;
		}
		.main-links a:hover{
		background-color:#333;
		}
	.link-left{
		background-image:url(../images/desea-vender.jpg);
		background-repeat:no-repeat;
		background-size:cover;	
		height:100%;
		}
	.link-right{
		background-image:url(../images/unete-al-equipo.jpg);
		background-repeat:no-repeat;
		background-position:right;
		background-size:cover;
		height:100%;	
		}


/*---------------------------------
			  FOOTER
-----------------------------------*/
footer{
	background-color:#38454d;
	color:#fafafa;
	position:relative;
	overflow:hidden;
		}
	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 h5{
		font-family: 'Oakes Bold', sans-serif;
		color:white;
		font-size:1.1em !important;
		}
	footer::after{
		position:absolute;
		right:30px;
		top:30px;
		content:'';
		width:350px;
		height:336px;
		background-image:url(../images/casita-Cova.png);
		background-repeat:no-repeat;
		background-size:350px 336px;
		}
	.footer-btm{
		background-color:#dcd6c8;
		color:#222;
		}
		.footer-btm a{
		color:#000;
		}
		.footer-btm a:hover{
		color:#444;
		}
	.social{
		width:27px;
		height:27px;
		text-align:center;
		border:1px solid #222;
		border-radius:50%;
		margin-left:6px;
		display:inline-block;
		padding-top: 2px;
		}
		.social:hover{
		border:1px solid #fff;
		background-color:#fff;
		}	
	.telf{
		background-color:#252525;
		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-1{
	background-image:url(../images/unete-al-equipo.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{
	margin-top:14%;
	font-size:1.1em;
	}
.copy{
	font-family: 'Oakes Light', sans-serif;
	color:#fff;
	font-size:2em;
	line-height:1.3em;
	}
.search-form input, .search-form select{
	border:0;
	appearance:none;
	outline:none;
	padding:15px 10px;
	width:100%;
	height: 50px;
	}
	.search-form input[type="submit"]{
		width:auto !important;
		display:inline-block; 
		padding:15px 30px;
	}
	.input-type{
	border:0;
	appearance:none;
	outline:none;
	padding:15px 10px;
	width:100%;
	height: 50px;
	background-color:#fff;
	}

.head{
	width:100%;
	position:absolute;
	top:0;
	height:35px;
	line-height:35px;
	}
	
.btn{
    display: inline-block;
    font-weight: 400;
    border: 1px solid transparent;
	padding: .375rem .85rem;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0;
	width:auto;
}
.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;
    }



	
/*
 .navbar-default {
	background-color:transparent;
	border: 0 !important;
	height:35px !important;
	line-height:35px !important
	}

	.navbar-default ul{
	max-width:850px;
	margin-left:auto !important;
	margin-right:auto !important;
	float:none !important;
	margin-top: -8px !important;
	}
		.navbar-default ul li ul{
			width:auto;
	
			}
		
		 .navbar-default ul li ul li a{
			color:#fff !important;
			text-align:left
			}
			.navbar-default ul li ul li a:hover{
			background:transparent;
			color:#ffc323 !important
			}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
		background-color: #000;
		color: #555;
		}
	.navbar-nav>li>.dropdown-menu {
		margin-top: 0;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		background-color: #000;
		border: 1px solid #373737;
		padding-bottom:5px;
		}
	.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 9px !important;
	}
	
	.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 3px 5px;
	margin-top: 4px;	
	background-color: transparent;
	background-image: none;
	border-radius: 4px;
	height: 24px;
	width: 33px;
	}
	
	.menu-bg{
	background-color:#666666!important;	
		}
	.menu-top{
		width:auto;
		margin-top:26px;
		float:right
		}
	.menu-top ul{
		list-style:none;
		padding:0;
		margin:0;
		margin-left:auto;
		margin-right:auto;
		}
	.menu-top ul li{
		font-size:14px;
		}
	.menu-top ul li a{
		color:#ffffff !important;
		text-decoration:none;
		font-weight:500
		}
		.menu-top li a:hover{
		color:#ffc323 !important;
		text-decoration:none;
		}
	.menu-top2{
		width:auto;
		height:30px;
		background-color:#222222;
		margin-top:20px;
		border-bottom:1px solid #404040;
		border-top:1px solid #404040;
		line-height:30px;
		}
	.menu-top2 ul{
		list-style:none;
		padding:0;
		margin:0;
		width:auto;
		float:right;
		
		}
	.menu-top2 ul li{
		float:left;	
		margin-right:30px;
		font-size:13px;
		}
	.menu-top2 ul li a{
		color:#ffc323;
		text-decoration:none;
		}
		.menu-top2 li a:hover{
		color:#fed976;
		text-decoration:none;
		}*/
    .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
		}


.prop-lih{
	position:relative;
	float:left;
	font-size:0.85em;
	width:23%;
	height:auto;
	min-height:400px;
	margin-right:1%;
    margin-left:1%;
	margin-bottom:25px;
	background-color:#fff;
	line-height:1.4em;
	}
	.prop-lih:hover{	
	cursor:pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	background-color:#fafafa;
		}
	.prop-lih a{
	text-decoration:none;
	color:#333;
	display:block;
	width:100%;
	height:100%;
		}	
	.pli-img{	
	width:100%;
	height:225px;
	margin-bottom:3px;
	overflow:hidden;
	border-top:1px solid #ddd;
		}
    .pli-img img{
        /*
        width:auto;
        height:232px;*/	
        width: 100%;
        height: auto;
    }
	
	.prop-lih .pli-img2{	
	/*position:absolute;
	top:107px;
	left:-16px;*/
		}
	.prop-lih .pli-precio{
	width:auto;
	font-weight:600;
    display:block;
    margin-bottom:5px;
    font-size:1.2em
		}
	.prop-lih .pli-venren{
	display:block;
	margin-top:0 !important;
	color:#dba30e;
	font-size:12px;
	padding-bottom:5px;
    text-transform:uppercase
		}
	.prop-lih .pli-dir{
	line-height:15px;
	font-size:13px;
		}
	.border-right{
		border-right:1px solid #ccc !important
		}
	.venren{
		color:#beaf87;
		}
	
.bg-btm{
	background-image:url(../images/shdw.png);
	background-repeat:repeat-x;
	background-position:top;
	position:fixed;
	bottom:0;
	width:100%;
	height:350px;
	z-index:-1;
	}
.btn-gold{
	background-color:#38454d;
	color:#fff;
	border-radius:0;
	}
	.btn-gold:hover, .btn-gold:focus{
	background-color:#222;
    color:#fff
	}
.btn-gold2{
	background-color:#eeede8;
	color:#38454d;
	border-radius:0;
	}
	.btn-gold:hover, .btn-gold:focus{
	background-color:#222;
    color:#fff
	}

	
/*---------------------------------
	   LISTA DE PROPIEDADES
-----------------------------------*/	

.propiedades{
	margin-top:15px;
	margin-bottom:10px;
	width:103%;
	position:relative;
	padding-right:0 !important
	}
.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;
	}
	.orden select{
		min-width:145px;
		}
	

.filtrar{
	margin-right:8px;
	display:inline-block;
	}	
	.filtrar input:after {
	  position: absolute;
	  content: "";
	  top:12px;
	  right:9px;
	  width:6px;
	  height:3px;
	  border:5px solid transparent;
	  border-color: #000 transparent transparent transparent;
	}
	.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;
	}
.lista-filtros{
	padding:22px 17px 22px 22px;
	background-color:#414042;
	width:850px;
	height:auto;
	position:absolute;
	top:130px;
	left:15%;
	z-index:10;
	font-size:0.85em;
	-webkit-box-shadow: 1px 3px 5px 0 rgba(0,0,0,0.3);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 1px 3px 5px 0 rgba(0,0,0,0.3);  /* Firefox 3.5 - 3.6 */
    box-shadow: 1px 3px 5px 0 rgba(0,0,0,0.3);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	}		
.lista-filtros input[type="text"], .lista-filtros select{
	border:0;
	appearance:none;
	outline:none;
	padding:3px 2px 3px 5px;
	width:100%;
	height: 32px;
	}
	.lista-filtros select{
		padding:3px 2px 3px 3px;
		}
	.lista-filtros input[type="submit"]{
		width:auto !important;
		display:inline-block; 
		padding:15px 30px;
	}
	.lista-filtros .input-type{
	border:0;
	appearance:none;
	outline:none;
	padding:8px 10px;
	width:100%;
	height:80px;
	background-color:#fff;
	}
	
.cbox {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin-right: 15px;
    line-height: 24px;
	color:#fff;
}
.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;
}
.cbox:hover input ~ .checkmark {
    background-color: #ccc;
}
.cbox input:checked ~ .checkmark {
    background-color: #beaf87;
}
.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);
}
	
	

.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;
}

.mask{
width:100%;
height:100%;
background-color:rgba(255,255,255,0.6);
position:absolute;
z-index:9;
	}
	
		
.pagination{
	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: 1px 2px;
	margin-left:5px;
	}	

.pg-wh{
	margin: 0 !important;
    margin-top:10px !important;
    clear:both;
	}
.pg-wh li a{
	background: none !important;
	border:none !important;
	font-size:16px;
    line-height:16px; 
	color:#b3b3b3 !important;
	font-weight:300;
    padding:6px 10px;

	}
	.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/pleca-casita-cova2.png);
	background-repeat:repeat-x;
	background-position:top;
	display:block;
	}



/*---------------------------------
			 DETALLE
-----------------------------------*/

.detalle-propiedad{
	background-color:#fff;
	}
.bg-gold{background-color:#eeede8}
.bg-grey{background-color:#414042}
.bg-grey-light{background-color:#38454d}

.telf-contacto {
    background-color: #f8f9fa;
}
    .telf-contacto a {
        color: #fff !important;
        background-color: #f8f9fa;
        display: block;
        font-size: 1.1em;
    }
	.telf-contacto a:hover{
	background-color:#beaf87
	}
.subtitle{
	font-family: 'Oakes Bold', sans-serif;
	font-size:0.9em;
	}
.detalle-precio{
	font-size:1.4em;
	}
	.detalle-propiedad h1{
	font-family: 'Oakes Bold', sans-serif;
	font-size:2.3em;
	color:#38454d;
	line-height:1.1em;
    margin:0;
    padding-bottom:0
	}
.detalle-ubicacion{
	font-size:1.2em	
	}
.detalle-descripcion{
	font-size:0.9em
	}
.detalle-link{
	width:50px;
	height:50px;
	border:1px solid #333;
	border-radius:50%;
	text-align:center;
	position:relative;
	display:inline-block;
	padding-top:12px;
	color:#000;
	font-size:0.85em;
	-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:25px;
	height:25px;
	}
	.detalle-link span{
	position:absolute;
	left:0;
	bottom:-20px;
	text-align:center;
	width:47px;	
		}
	.detalle-link:hover{
	background-color:#beaf87;
	border:1px solid #beaf87;
	color:#666;
		}
.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;
    }
.asesora-img{
	width:104px;
	height:104px;
	border:2px solid #fff;
	border-radius:50%;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:7px;
	}
    .asesora-img img {
    width: 104px;
    height: auto;
    margin-left: -2px;
    margin-top: -2px;
    position:relative;
}
.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;
	font-family: 'Oakes Light', sans-serif;
	}
.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;
}






.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
		}

.frases{
	width:100%;
	}

.mrg-top{
	margin-top:90px;
	}
.precio{
	color:#383838;
	display:block;
	padding-bottom:8px;
	}	
.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:#38454d;
    text-align:left !important;
	}
.descr{
	font-size:16px;
	line-height:24px;
	padding-bottom:30px;
	}
	
#map-canvas{
    height:180px; 
    width:100%;      
    margin: 0;
    padding: 0;
	background-color:#000
	}
#map-canvas-stv{
    height:180px; 
    width:100%;      
    margin: 0;
    padding: 0;
	background-color:#000
	}	
	
.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
-----------------------------------*/

.secundaria{
	min-height:530px;
	height:100%;
	font-size:1.3em;
	line-height:1.3em;
	padding:50px !important
	}
	.secundaria-lg{
	height:100vh;
	font-size:1.3em;
	line-height:1.3em;
	padding:50px !important
	}
	.secundaria h2, .secundaria-lg h2, .secundaria-2 h2{
	font-size:2.8em;
	margin-bottom:20px;
	}
	.secundaria h3, .secundaria-lg h3{
	font-size:1.5em;
	margin-bottom:12px;
	font-family: 'Oakes Bold';
	}
.secundaria-dark{
	color:#57585b
	}
.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/desea-vender-new.jpg); 
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	}
.bg-deseavender-2{
	background-image:url(../images/desea-vender-new-2.jpg); 
	background-repeat:no-repeat;
	background-size:cover;
	}
.bg-unete-1{
	background-image:url(../images/unete-equipo-1.jpg); 
	background-repeat:no-repeat;
	background-size:cover;
	}
.bg-unete-2{
	background-image:url(../images/unete-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/v2.jpg); 
	background-repeat:no-repeat;
	background-size:cover;
	}
.bg-vision{
	background-image:url(../images/m2.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;
    color:white;

	}
	.secundaria ul li img{
	float:left;
	margin-right:10px;
	}
.secundaria .btn{
	color:#fff;
	padding:24px 55px 20px 55px;
	background-color:#38454d;
	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.9em;
    
    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;
	}



/*---------------------------------

			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: "\2022"; 
    color: transparent;  
    font-size: 30px;  
    text-align: center;  
    line-height: 18px; 
	border:1px solid #cccccc; 
	background-image:url(../images/radio-chk.png); 
	background-repeat:no-repeat;
	background-position:right 2px;
} 

.checkbox {  
    margin-top:0 !important;  
} 

.filtros input[type=checkbox] {  
    display: none;  
}  
.checkbox label:before {  
    border-radius: 3px;  
}  
input[type=checkbox]:checked + label:before {  
    content: "\2713";  
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);  
    font-size: 15px;  
    color: transparent;  
    text-align: center;  
    line-height: 15px;  
	background-image:url(../images/check.png); 
	background-repeat:no-repeat;
	background-position:0 -1px;
}  


.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: 2px 8px 0 8px;
    display: inline-block;
    text-decoration: none;
    border: none !important;
    line-height: 1.8em;
    color: #111;
    font-weight: 300;
    text-align: center;
    background-color: #fff;
    margin-left: 3px;
    margin-bottom:3px;
}
	div.pager a:hover{
	color:#fff;
	background-color:#000; !important; 
	}

.prev-next {
    background-color: #c7c7c7;
    padding: 1px 1px 2px 1px;
    margin:0 2px;
}
.prev-next:hover, .prev-next:focus {
    background-color: #fff;
}

/* current page */
div.pager span span {
	background-position: 0% 0%;
    padding: 4px 10px 2px 10px;
    display: inline-block;
	text-decoration: none;
	font-size:1em;
	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;

}
.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:20px 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 ------------------------*/


.oferta{
text-decoration: line-through;
}
.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
}
/*.precio-oferta::before{
width:15px;
height:20px;
background-image:url(../images/lb2.png);
content: '';
left:-15px;
top: 7px;
position: absolute;
}
.prop-lih {
position: relative;
}
.prop-lih .pli-precio::before{
width:15px;
height:20px;
background-image:url(../images/lb.png);
content: '';
left:-15px;
top: 7px;
position: absolute;
}*/

.ribbon {
  position: absolute;
  right: -3px; top: -3px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: right;
}
.ribbon span, .fslider .ribbon  span{
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 150px;
    display: block;
    background-color: #ee2929;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 22px;
    right: -41px;
}

.fslider .ribbon {
  position: absolute;
  right: 12px; 
  top: -3px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: right;
}


.ribbon-vendida  {
  position: absolute;
  right: -3px; top: -3px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: right;
}
.fslider .ribbon-vendida  {
  position: absolute;
  right: 12px; 
  top: -3px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: right;
}
.ribbon-vendida span,.fslider .ribbon  span {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 150px;
    display: block;
    background-color: #fcff00;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 22px;
    right: -41px;
}





@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .navbar-expand-lg .navbar-nav .nav-link {
    padding-left:0.5rem;
    padding-right:0.5rem;
    }
    .container-fluid {
    padding-left:15px;
    padding-right:15px;
    }
    .home .pt-5 {
    padding-top:1.5rem !important
    }
   .pli-img {
    width: 100%;
    height: 170px !important;
    overflow: hidden !important;
    }
    .prop-lih {
    width:31%;
    height: auto;
    min-height: 325px;
    }
    #destacados .properties .prop-lih:nth-last-child(3) {
    display:none
    }
    .orden select {
    width: 170px;
    }
    .filtrar {
    float:right
    }
        .filtrar .flt {
            width: 90px;
        }
    .lista-filtros {
        left: 10%;
    }
    #detalle-asesora .asesora-email a {
        padding: 10px 3px;
    }
    #detalle-asesora .asesora-telf a {
    padding: 13px 4px 7px 4px;
    }
    .secundaria-lg {
    height: auto !important;
    padding: 35px !important;
    }
    .bg-unete-1 {
    height: 100vh !important;
    background-position: right;
    }
    .bg-unete-2 {
    height: 100vh !important;
    background-position: center;
    }
    #historia h2{
       margin-bottom:0
    }
    .secundaria ul li {
    width: 25%;
    }
    .asesora {
    width: 25%;
    }
    .directorioas .p-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 768px) {
    .container-fluid{
	padding-left:15px;
	padding-right:15px;	
		}
    .container-master {
    padding-top: 75px;
    }
    .premio {
        margin-top: 30px;
    }
    .home .input-type .precio-label{
    position: absolute;
    top: -2px;
    }
    .prize-range-home {
    float:none;
    }
    .prop-lih {
    width:48%;
    height: auto;
    min-height: 325px;
    }
    .pli-img {
    width: 100%;
    height: 170px !important;
    overflow: hidden !important;
    }

    .main-links::after {
    width: 96px;
    height: 500px;
    left: 43%;
    }
    .main-links a {
    margin-top: 52%;
    }
    .pagination {
    float: left !important;
    }
    .lista-filtros {
    width: 650px;
    left: 6%;
    }
    .fslider {
    margin-bottom: 60px;
    }
    .secundaria-lg {
    height:auto
    }
    .bg-deseavender-1 .bg-unete-1, .bg-historia, .bg-mision {
    height:400px;
    }
    .bg-unete-2, .bg-vision {
        display:none
    }
    .sucursal-1::after {
    right: 0;
    top: -35px;
    width: 80px;
    height: 130px;
    background-size: 60px 110px;
    }
    .secundaria ul li {
    width: 33%;
    }
    .asesora {
    width: 33%;
    }

    .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: 15px;
    }
    .navbar {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 1;
    top: 15px;
    left: 0;
    padding: 0;
    }
    .navbar-nav {
    display: block;
    padding-left: 0;
    list-style: none;
    background-color: #414042;
    float: none;
    width: 100%;
    padding-bottom: 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
    margin-left:0
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color:#000
    }
    .navbar-nav .btn-gold {
    margin-right: 12px;
    margin-left: 12px;
    }
      .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;
    }


}

@media only screen and (min-width: 600px) and (max-width: 767px) {
   .container-fluid{
	padding-left:15px;
	padding-right:15px;	
		}
    .container-master {
    padding-top: 75px;
    }
    .home {
        height: auto;
        padding-bottom:30px;
        padding-top:60px
    }
    .home .pt-5{
        padding-top:0 !important;
    }
    .home .pr-3{
        padding-right:0 !important;
    }
    .home .mt-3{
        margin-top:0 !important;
    }
        .home .input-type {
            height: 80px;
        }
     .home .premio{
        margin-bottom:15px;
        padding-top:0;
    }
    .copy{
	font-size:1.4em;
	line-height:1.2em;
	}
    .search-form input[type="text"], .search-form select {
    padding: 11px 10px;
    height: 40px;
    }
    .main-links::after {
    display:none
    }
    .link-left, .link-right {
    height: auto;
    }
    .link-left a, .link-right a{
    margin-top:22%;
    }
    .asesora{
	width:100%;
	float:none
	}

.prop-lih{
	width:48%;
	min-height:50px !important
}
    .prop-lih .pl-1{
    text-align:left !important;
    padding-left: 15px !important;
    }
.venta-renta{
	right:-5px;
	}

    footer::after {
    top: -45px;
    width: 130px;
    height: 180px;
    background-size: 130px 180px;
    }
    .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: 15px;
    }
    .navbar {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 1;
    top: 15px;
    left: 0;
    padding: 0;
    }
    .navbar-nav {
    display: block;
    padding-left: 0;
    list-style: none;
    background-color: #414042;
    float: none;
    width: 100%;
    padding-bottom: 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
    margin-left:0
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color:#000
    }
    .navbar-nav .btn-gold {
    margin-right: 12px;
    margin-left: 12px;
    }
      .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;
    }
    .properties {
        padding: 0 15px;
    }
    #destacados .properties {
        padding: 0;
    }
    .propiedades {
    margin-top: 0;
    margin-bottom: 10px;
    width: auto !important;
    position: relative;
    padding-right: 0 !important;
    }
    .resultados {
    display: block;
    float: none;
    width: 100%;
    }
    .filtrar {
    margin-right: 0;
    display: inline-block;
}
    .fslider {
    padding: 0;
    margin-bottom: 55px;
    }
    .detalle-propiedad .p-4 {
    padding:0 !important;
    }
    #especificaciones .p-5 {
    padding: 0.8rem !important;
    }
    .detalle-propiedad .box-asesora {
    margin:0 15px;
    }
    .lista-filtros {
    padding: 22px 15px 22px 15px;
    background-color: #414042;
    width: 100%;
    height: auto;
    position: absolute;
    top: 95px;
    left: 0;
    }
    .secundaria-lg {
    height: auto !important;
    font-size: 1.1em;
    line-height: 1.3em;
    padding: 15px !important;
    }
    .secundaria h2, .secundaria-lg h2, .secundaria-2 h2 {
    font-size: 2.2em;
    /*margin-bottom: 0;*/
    }   
    .secundaria-lg .p-4{
    padding-top:0 !important;
    }
    .secundaria {
    min-height: 300px;
    padding:15px !important;
    }
    .bg-deseavender-1 {
    display:none
    }
    .secundaria ul li {
    width: 48%;
    }
    .bg-vision {
    display:none
    }
    .container-master h1 {
    font-size:2.2em;
    margin-top:28px;
    }
    .nav-tabs li a {
    padding: 12px 9px !important;
    }
    #directorioas .bg-white.p-4 {
    padding:0 !important
    }
    .tab-content .pagination {
    overflow-x: scroll;
    overflow-y: hidden;/**/
    }
    #historia .p-3 {
    padding-top:0 !important;
    }
    #historia h2 {
    padding-bottom: 0 !important;
    margin-top: 40px;
    }
    .bg-historia {
    min-height: 300px !important;
    }
    .bg-unete-2 {
        display:none;
    }
    #Contacto .offset-1 {
    margin-left:0;
    }
}

@media only screen and (min-width: 70px) and (max-width: 599px) {

	.container-fluid{
	padding-left:15px;
	padding-right:15px;	
		}
    .container-master {
    padding-top: 75px;
    }
    .home {
        height: auto;
        padding-bottom:30px;
        padding-top:60px
    }
    .home .pt-5{
        padding-top:0 !important;
    }
    .home .pr-3{
        padding-right:0 !important;
    }
    .home .mt-3{
        margin-top:0 !important;
    }
        .home .input-type {
            height: 80px;
        }
     .home .premio{
        margin-bottom:15px;
        padding-top:0;
    }
    .copy{
	font-size:1.4em;
	line-height:1.2em;
	}
    .search-form input[type="text"], .search-form select {
    padding: 11px 10px;
    height: 40px;
    }
    .main-links::after {
    display:none
    }
    .link-left, .link-right {
    height: auto;
    }
    .link-left a, .link-right a{
    margin-top:22%;
    }
    .asesora{
	width:100%;
	float:none
	}

.prop-lih{
	width:98%;
	min-height:50px !important
}
    .prop-lih .pl-1{
    text-align:left !important;
    padding-left: 15px !important;
    }
.venta-renta{
	right:-5px;
	}

    footer::after {
    top: -45px;
    width: 130px;
    height: 180px;
    background-size: 130px 180px;
    }
    .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: 15px;
    }
    .navbar {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 1;
    top: 15px;
    left: 0;
    padding: 0;
    }
    .navbar-nav {
    display: block;
    padding-left: 0;
    list-style: none;
    background-color: #414042;
    float: none;
    width: 100%;
    padding-bottom: 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
    margin-left:0
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color:#000
    }
    .navbar-nav .btn-gold {
    margin-right: 12px;
    margin-left: 12px;
    }
      .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;
    }
    .properties {
        padding: 0 15px;
    }
    #destacados .properties {
        padding: 0;
    }
    .propiedades {
    margin-top: 0;
    margin-bottom: 10px;
    width: auto !important;
    position: relative;
    padding-right: 0 !important;
    }
    .resultados {
    display: block;
    float: none;
    width: 100%;
    }
    .filtrar {
    margin-right: 0;
    display: inline-block;
}
    .fslider {
    padding: 0;
    margin-bottom: 55px;
    }
    .detalle-propiedad .p-4 {
    padding:0 !important;
    }
    #especificaciones .p-5 {
    padding: 0.8rem !important;
    }
    .detalle-propiedad .box-asesora {
    margin:0 15px;
    }
    .lista-filtros {
    padding: 22px 15px 22px 15px;
    background-color: #414042;
    width: 100%;
    height: auto;
    position: absolute;
    top: 95px;
    left: 0;
    }
    .secundaria-lg {
    height: auto !important;
    font-size: 1.1em;
    line-height: 1.3em;
    padding: 15px !important;
    }
    .secundaria h2, .secundaria-lg h2, .secundaria-2 h2 {
    font-size: 2.2em;
    /*margin-bottom: 0;*/
    }   
    .secundaria-lg .p-4{
    padding-top:0 !important;
    }
    .secundaria {
    min-height: 300px;
    padding:15px !important;
    }
    .bg-deseavender-1 {
    display:none
    }
    .secundaria ul li {
    width: 48%;
    }
    .bg-vision {
    display:none
    }
    .container-master h1 {
    font-size:2.2em;
    margin-top:28px;
    }
    .nav-tabs li a {
    padding: 12px 9px !important;
    }
    #directorioas .bg-white.p-4 {
    padding:0 !important
    }
    .tab-content .pagination {
    overflow-x: scroll;
    overflow-y: hidden;/**/
    }
    #historia .p-3 {
    padding-top:0 !important;
    }
    #historia h2 {
    padding-bottom: 0 !important;
    margin-top: 40px;
    }
    .bg-historia {
    min-height: 300px !important;
    }
    .bg-unete-2 {
        display:none;
    }
    #Contacto .offset-1 {
    margin-left:0;
    }
    .ui-autocomplete {
    max-width: 340px !important;
    }
}