@charset "utf-8";
/* CSS Document */


/*Variables*/
:root{
    --gris:#F4F4F4;    
    --grisOscuro:#4D4D4D;
    --grisFooter:#3D3D3D;
    --verde:#3E9364;
    --negro:#000;
    --blanco:#fff;
    --textgris:#333;    
}


body{
	margin: 0;
	padding: 0;
	font-family: 'Nunito', sans-serif;
	color: var(--textgris);
	/* font-size: 1rem; */
}

/*NO SEEE*/
.noSee{
	display: none!important;
}

.close{
	display: none;
}

/*-------------------------------------------------
ERROR FORM
--------------------------------------------------*/
.errorForm {
    color: #F44336;
    width: 100%;
    margin: -24px 0 0 0;
    padding: 7px 0 0;
    display: none;
    border-radius: 0;
    border-top: 1px solid rgba(204,57,57,1);
    margin-top: -24px;
    z-index: 99999999;
    position: relative;
}

#myModal .errorForm {
    color: #F44336;
    width: 100%;
    margin: -24px 0 5px 0;
    padding: 9px;
    display: none;
    border-radius: 0;
    border-top: 1px solid rgba(204,57,57,1);
    margin-top: -21px;
}

#success {
    color: #04b30b;
    text-align: center;
    font-size: 15px;
    background: #efffeb;
    padding: 16px;
    border-radius: 6px;
    margin-bottom: 20px;
}

#simple-msg {
    color: #04b30b;
    text-align: center;
    font-size: 15px;
    background: #efffeb;
    padding: 16px;
	border-radius: 6px;
}

.noElementos {
    font-size: 21px;
    margin-top: 10%;
    color: #999;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: none;
	z-index: 999999;
}
.navbar-right {
    padding: 30px 0 0;
}
.container-Top {
    position: absolute;
    z-index: 999;
    float: right;
    right: 0;
    max-width: 1170px;
    width: 96%;
    margin: 0;
    left: 50%;
    height: 20px;
    transform: translateX(-50%);
}
.container-Top span {
    margin: 0 6px 0 0;
}
div.cs-select {
    max-width: 100%;
	margin-bottom: 0;
}
.top-nav{
    display: block;
    height: auto;
    position: relative;
    top: 0;
    padding: 5px 2%;
    right: 0;
}
.navbar-nav ul li a:last-child{
	margin-right: 0;
	padding-right: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    margin: 0 -15px 0 -15px;
}
.navbar-brand {
   max-width: 236px;
   width: 236px;
}
a.navbar-brand {
    display: block;
    height: 100%;
}
a.navbar-brand img{
    display: block;
    height: auto;
}
.btn-principal {
    color: #FFF;
    background: var(--verde);
    border-color: var(--verde);
    cursor: pointer;
    padding: 9px 40px 7px !important;
    font-size: 18px;
    font-weight: normal;
    border-radius: 5px;
    transition: background ease-in-out .4s;
    position: relative;
    top: -2px;
}
.btn-principal:hover, .btn-principal:focus, .btn-principal:active  {
	color: #FFF;
    background: var(--verde);
}
.navbar-default .navbar-nav>li>a {
    color: #777;
    font-weight: 700;
    font-size: 14px;
	text-align: left;
}
.navbar-default .navbar-nav>li>a.active {
    color: var(--verde);
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}

.pad-destacadas{
	padding: 0 50px;
}


/*SLIDER HOME*/
#slider-home{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
#slider-home div{
	width: 100%;
	height: 100%;
}

.content-img{
	width: 100%;
	height: 100%;
	background-size: cover;
}

#filtro-hero{
	/*background: url(../img/hero-home.png) no-repeat;*/
	background-size: cover;
	width: 100%;
	height: 600px;
	position: relative;
	display: table;

}
#hero{
	background: url(../img/hero-home.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
	position: relative;
	display: table;
}
#hero .overlay{
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 34%, rgba(0,0,0,0.3) 63%, rgba(0,0,0,0.68) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(34%, rgba(0,0,0,0)), color-stop(63%, rgba(0,0,0,0.3)), color-stop(100%, rgba(0,0,0,0.68)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 34%, rgba(0,0,0,0.3) 63%, rgba(0,0,0,0.68) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 34%, rgba(0,0,0,0.3) 63%, rgba(0,0,0,0.68) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 34%, rgba(0,0,0,0.3) 63%, rgba(0,0,0,0.68) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 34%, rgba(0,0,0,0.3) 63%, rgba(0,0,0,0.68) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
#hero h1{
	color: #FFF;
    font-size: 54px;
    position: relative;
    text-align: left;
    margin-top: 200px;
    z-index: 1;
	font-weight: 400;
}
#inner {
    margin-top: 50px;
}
#inner.alto-variado {
    margin-top: 30px;
}
#inner p {
    text-align: left;
    font-size: 1.4rem;
}

#inner input, #inner textarea {
    width: 100%;
	padding: 6px 10px;
	margin-bottom: 23px;
	border: none;
	border-bottom: 1px solid #c8ccc8;
	outline: none;
}
#filtro-hero input, #filtro-hero textarea {
    width: 100%;
	padding: 6px 10px;
	margin-bottom: 23px;
	border: none;
	border-bottom: none;
	outline: none;
}
#inner textarea {
	min-height: 88px;
	height: auto;
}
h3 {
    margin: 0 0 30px;
    text-align: left;
    color: var(--verde);
	font-size: 36px;
}
.institucional ul, ol, .servicios ul, ol {
    margin: 40px 20px 0;
    padding: 0;
}
.institucional li,  .servicios li {
    margin: 0 0 20px;
    text-align: left;
    list-style: none;
    font-weight: light;
    font-size: 18px;
    color: var(--verde);
}
.institucional ol li, .servicios .institucional ol li{
	list-style: decimal;
}
.institucional li span, .servicios .institucional li span{
    display: inline-block;
    position: relative;
    margin-left: 24px;
    top: -5px;
}
.institucional li i, .servicios .institucional li i{
display: inline-block;
    width: 20px;
    height: 30px;
    position: absolute;
    margin-right: 50px;
}
btn{
	text-align: left;
}
a{
	color: #28502b;
	text-decoration: none;
}
a:hover, a:focus, a:active{
	color: var(--verde);
	text-decoration: none;
}
.overlay{
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 38%, rgba(0,0,0,0.38) 64%, rgba(19,19,19,0.9) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(38%, rgba(0,0,0,0)), color-stop(64%, rgba(0,0,0,0.38)), color-stop(100%, rgba(19,19,19,0.9)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 38%, rgba(0,0,0,0.38) 64%, rgba(19,19,19,0.9) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 38%, rgba(0,0,0,0.38) 64%, rgba(19,19,19,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 38%, rgba(0,0,0,0.38) 64%, rgba(19,19,19,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 38%, rgba(0,0,0,0.38) 64%, rgba(19,19,19,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );
	width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
#filtro-hero .container-fluid{
	display: table-cell;
	vertical-align: middle;
}
#filtro-hero form{
	margin: auto;
	width: 70%;
	padding: 2%;
    background: #000000b8;
    border-radius: 15px;
	z-index: 99;
	position: relative;
	text-align: center;
}
.carousel-inner {
    max-height: 640px;
}

.ajustoImagen{
	position: relative;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
    border: 0;
    border-bottom: 1px solid #999;
    outline: none;
    border-radius: 0;
    margin-bottom: 20px;
}
textarea.form-control {
    height: auto;
    min-height: 150px;
}
.form-control:focus{
    outline:none;
	box-shadow: none;
	border-color: none;
  }
.h4, h4 {
    font-size: 21px;
    color: #326635;
}
.modal-btn{
	background: var(--verde);
    color: #FFF;
    text-align: center;
    font-size: 1.3rem;
    padding: 13px 27px 11px;
    cursor: pointer;
    border-radius: 8px;
    text-decoration: none;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    display: block;
    position: relative;
	float: right;
}
.modal-btn:hover, .modal-btn:active, .modal-btn:focus{
	background: var(--verde);
    text-decoration: none;
	color: #FFF;
}
.col-xs-5,

.col-sm-5,

.col-md-5,

.col-lg-5 {
  min-height: 1px;
  position: relative;
  padding: 0;
}

.col-xs-5 {
  float: left;
  width: 20%;

}
.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 7px 10px 7px !important;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: normal;
	border-radius: 3px;
}
.cs-skin-elastic .cs-options {
    padding-bottom: 10px;
}
.cs-select > span::after {
    right: 10px;
}
.cs-select ul {
    list-style: none;
    margin: 2px;
    padding: 0;
    width: 100%;
    position: relative;
    top: -6px;
    left: -2px;
    border-radius: 0 0 4px 4px;
}

#filtro-hero form a{
	color: #FFF;
    background: var(--verde);
    border-color: var(--verde);
    cursor: pointer;
    padding: 7px 10px 6px !important;
    font-size: 14px;
    font-weight: normal;
    border-radius: 3px;
    transition: background ease-in-out .4s;
    height: 35px;
    position: relative;
    top: -2px;
	margin-bottom: 0;
}
#filtro-hero form a:hover, #filtro-hero form button:focus{
    background: var(--verde);
	text-decoration: none;
}
#filtro-hero h1{
	text-align: center;
	margin: 40px auto;
	color: #FFF;
	padding: 100px 0 0;
	z-index: 99;
	position: relative;
}
.container h1, .container h2 {
    text-align: center;
    margin: 40px auto 20px;
    color: var(--verde);
}
.card-header {
	border-bottom: 1px solid #c8ccc8;
}
.card-header h5{
	margin-top: 15px;
    margin-bottom: 10px;
	text-align: left;
}
.card-body {
    padding: 20px 15px;
}
.btn-link{
	color: #858688;
	text-align: left;
	width: 100% !important;
	display: block !important;
	outline: none;
	box-shadow: none;
	border: none;
}
.btn-link:focus, .btn-link:hover {
    color: var(--verde);
    text-decoration: none;
    background-color: transparent;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
}


.btn-primary {
	background-color: var(--verde);
	color: var(--blanco);
}
.btn {
	padding: 8px 25px;
	border-radius: 3px;
	display: table;
	text-transform: uppercase;
	text-decoration: none;
	transition: .3s;
	font-size: 1.85rem;
	font-weight: 600;
}
.btn-primary:hover{
    background-color: var(--blanco);
    color:var(--verde);
}

.card-header i {
    margin-right: 0px;
    text-align: right;
    float: right;
    margin-top: 0;
}
.rotate-icon{
	transform: rotate(180deg);
}
.container-left{
	width: 30%;
	float: left;
	position: relative;
	overflow: hidden;
}
.container-right{
	width: 70%;
	float: left;
}
footer{
	background: #3d3d3d;
	text-align: center;
	width: 100%;
	height: auto;
	margin-top: 60px;
}
footer p{
	margin: 0 auto;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    display: block;
    padding: 30px
		20px;
}
footer .social {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 0 20px 30px;
}
footer .social a i {
    border-radius: 50%;
    padding: 8px 0 0 0;
    color: #dadada;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 16px !important;
    margin: 0 2px;
    display: inline-block;
    background: #535453;
	-webkit-transition: all ease-in-out .4s;
	-moz-transition: all ease-in-out .4s;
	-ms-transition: all ease-in-out .4s;
	-o-transition: all ease-in-out .4s;
	transition: all ease-in-out .4s;
}
footer .social a:hover i {
    color: #FFF;
    background: #686868;
}
footer p a{
	color: #FFF;
	text-decoration: none;
}
footer p a:hover, footer p a:focus, footer p a:active{
	text-decoration: underline;
	color: #FFF;
}
.container{
	width: 96% !important;
	max-width: 1170px !important;
	margin: auto;
	text-align: center;
	position: relative;
}
.carousel-control span {
    background: #aaaaaa;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    border-radius: 50px;
    margin-top: -20px;
	text-align: center;
}
.carousel-control i {
    position: relative;
    line-height: 40px;
    text-align: center;
}
.carousel-control i.fa-angle-left {
	padding-right: 3px;
}
.carousel-control i.fa-angle-right {
	padding-left: 3px;
}


/* CARROUSEL */
/* external css: flickity.css */

.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control {
    width: 8%;
    width: 0px;
}

.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}
.left.carousel-control {
    margin: 0;
    padding: 0;
    left: -50px;
}
.right.carousel-control {
    margin: 0;
    padding: 0;
    right: -10px;
}
.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }

.col-xs-11 {
    width: 100%;
}
.box, box-inner{
	padding: 20px;
}


.grey, .grey2{
	background: #f2f2f2;
}
.box .header-box{
	text-align: center;
	margin: auto;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #c8ccc8;
}
.box-inner .header-box{
	text-align: left;
	margin: auto;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #c8ccc8;
}
.box .header-box span, .box-inner .header-box span{
	display: inline-flex;
	border-left: 1px solid #c8ccc8;
	width: auto;
	padding: 0 2.5%;
	font-size: 1.4rem;
}
.box-inner .header-box span{
	font-size: 1.4rem !important;
}
.box .header-box span:first-child, .box-inner .header-box span:first-child{
	border-left: 0;
}
.box h3{
	color: var(--verde);
	font-size: 1.8rem;
	margin: 20px 0 0;
	text-align: center;
	min-height: 50px;
}
.box-inner h3{
	color: var(--verde);
	font-size: 1.9rem;
	margin: 24px 7px 0;
}
.box p{
	font-size: 1.2rem;
	margin: 10px 0 20px;
	text-align: center;
	min-height: 50px;
}
.box-inner p{
	font-size: 1rem;
	margin: 10px 7px 20px;
}
.box .detail{
	text-align: center;
	margin: auto;
	width: 100%;
	padding: 16px 0 0;
	border-top: 1px solid #c8ccc8;
}
.box-inner .detail{
	text-align: left;
	margin: auto;
	width: 100%;
	padding: 16px 0 0;
	border-top: 1px solid #c8ccc8;
}
.box .detail span, .box-inner .detail span{
	display: inline-block;
	width: 10%;
	padding: 0;
	text-align: center;
}
.box .detail span.ancho, .box-inner .detail span.ancho{
	display: inline-block;
	width: 16%;
	padding: 0;
	text-align: center;
}
.box .detail span.ancho2, .box-inner .detail span.ancho2{
	display: inline-block;
	width: 12%;
	padding: 0;
	text-align: center;
}
.box .detail span.linear, .box-inner .detail span.linear {
    width: auto;
    position: relative;
    top: -20px;
    color: #ccc;
}
.box .detail span.btn-propiedad, .box-inner .detail span.btn-propiedad{
	width: auto;
	margin-left: 10%;
	margin-right: 2%;
}
.box .detail span.btn-propiedad-home{
	width: auto;
	margin-left: 10%;
	margin-right: 2%;
	position: relative;
	top: -8px;
}
.box .detail span.btn-propiedades, .box-inner .detail span.btn-propiedades{
	width: auto;
	margin-left: 2%;
	margin-right: 2%;
}
.box .detail span i, .box-inner .detail span i{
	display: inline-block;
	width: 24px;
	height: auto;
	text-align: center;
	margin: auto;
}
#inner .detalleItem p{
	font-size: 1.2rem;
}
.detalleItem{
	display: inline;
}
.img-prp-col{
	height: 275px;
}
.imagen-home{
	height: 220px;
}
.box .detail span i img, .box-inner .detail span i img{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	margin: auto;
}
.box .detail span p, .box-inner .detail span p{
	display: block;
	width: 100%;
	font-size: 1rem;
	text-align: center !important;
	margin: 0 0 0;
	padding: 0 0;
}

.box .detail a.btn-small, .box-inner .detail a.btn-small {
    background: var(--verde);
    color: #FFF;
    text-align: center;
    font-size: 1.2rem;
    padding: 13px 0 10px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    display: block;
    min-width: 86px;
    border: 1px solid var(--verde);
}
.box .detail a.btn-small:hover, .box-inner .detail a.btn-small:hover{
	background: var(--verde);
}
.box .header-box span, .box-inner .header-box span{
	display: inline-flex;
	width: auto;
	padding: 0 1.5%;
	font-size: 1.2rem;
	color: var(--verde);
}
.metros{
	max-width: 40px;
	height: auto;
	text-align: center;
	display: block;
	width: 100%;
}
.dormitorios{
	max-width: 40px;
	height: auto;
	text-align: center;
	display: block;
	width: 100%;
}
.banos{
	max-width: 40px;
	height: auto;
	text-align: center;
	display: block;
	width: 100%;
}
.garage{
	max-width: 40px;
	height: auto;
	text-align: center;
	display: block;
	width: 100%;
}
.metros img, .dormitorios img, .banos img, .garage img{
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: auto;
}
.cs-skin-elastic.cs-active .cs-options ul li {
    background: #FFF;
}
.cs-skin-elastic.cs-active .cs-options ul li:first-child {
    padding-top: 5px;
}
.cs-skin-elastic.cs-active .cs-options ul li:last-child {
    padding-bottom: 5px;
}
.block {
    width: 100%;
		height: auto;
}
.col-lg-5, .col-md-5, .col-sm-5 {
	float: left;
	width: 100%;
}
.propiedades .col-md-5{
	float: left;
	width: 40%;
}
.propiedades .box-inner .header-box {
    padding-top: 20px;
}
.propiedades .btn-propiedades {
    float: right;
    position: relative;
    top: 0;
    right: -8px;
}
.propiedades .box .header-box span, .box-inner .header-box span{
        padding: 0 1%;
}
.propiedades .box-inner .detail {
    padding: 20px 0 20px;
}
.row.propiedades {
    margin-bottom: 20px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.cargar-mas {
    margin-top: 50px;
}
.filtros {
    background: #f9f9f9;
    padding: 20px 15px 30px;
    border-radius: 5px;
    margin-right: 10%;
}
.filtros .cs-active .cs-options{
    position: relative;
}
.filtros .cs-options{
    height: auto;
	background: transparent;
}
.filtros div.cs-select {
    max-width: 100%;
    margin-bottom: 12px;
}
.filtros .cs-select ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
    width: 100%;
    position: relative;
    left: 0;
	top: 0;
    border-radius: none;
}
.filtros ul li {
    margin: 0;
    padding: 0;
}
.filtros .cs-skin-elastic .cs-options {
    padding-bottom: 0;
}
.filtros .cs-skin-elastic .cs-options span {
    margin-left: 10px;
	top: 0;
}
.cs-skin-elastic .cs-options > ul::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale3d(1,0,1);
    transform: scale3d(1,0,1);
    background: transparent;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: none;
    transition: none;
}
.filtros .cs-skin-elastic > span {
    background-color: transparent;
    z-index: 100;
    border-bottom: 1px solid #c8ccc8;
    color: #858688;
	margin-bottom: 0px;
}
.filtros .cs-skin-elastic.cs-active .cs-options ul li{
    background-color: transparent;
}
.precio span{
    margin-left: 12px;
	color: d1d3d1;
}
.precio span a{
	color: #d1d3d1;
	transition: color ease-in-out .2s;
	-webkit-transition: color ease-in-out .2s;
	-moz-transition: color ease-in-out .2s;
	-o-transition: color ease-in-out .2s;
	-ms-transition: color ease-in-out .2s;
}
.precio span a.active, .precio span a:active, .precio span a:focus, .precio span a:hover{
	color: #858688;
	-webkit-transition: color ease-in-out .2s;
	-moz-transition: color ease-in-out .2s;
	-o-transition: color ease-in-out .2s;
	-ms-transition: color ease-in-out .2s;
}
.precio {
    max-width: 100%;
    margin-bottom: 22px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #c8ccc8;
    width: 100%;
    padding: 10px;
    position: relative;
    color: #858688;
}
.ui-widget.ui-widget-content {
    border: 1px solid #d1d3d1;
    max-width: 93%;
    margin: auto;
}
.ui-widget-content {
    border: 1px solid #d1d3d1;
    background: #d1d3d1;
    color: #ffffff;
}
.ui-widget-header {
    border: 1px solid #3c3f3c;
    background: #3c3f3c;
    color: #ffffff;
    font-weight: bold;
}
.ui-slider-horizontal {
    height: .4em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.45em;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #9fa09f;
    background: #9fa09f;
    font-weight: bold;
    color: #eeeeee;
    border-radius: 50px;
    cursor: pointer;
	outline: none;
}
.positione{
    position: relative;
}
.positione2{
    position: relative;
}
.rango-precio form {
    width: 96%;
    margin: 40px auto 0;
}
.asRange {
    position: relative;
    width: 100%;
    height: 8px;
    background-color: #d1d3d1;
    border-radius: 8px;
    margin: auto;
}
.asRange .asRange-pointer .asRange-tip {
    position: absolute;
    top: -33px;
    left: 50%;
    width: auto !important;
    height: 20px;
    margin-left: 0;
    font-family: Bpreplay;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #5d5c58;
    border: 1px solid #5d5c58;
    border-radius: 3px;
    -webkit-transition: opacity .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s;
    transform: translateX(-50%);
	padding: 0 5px;
}
.asRange .asRange-selected {
    background-color: #3c3f3c;
}
.asRange .asRange-pointer {
    position: absolute;
    left: 30%;
    z-index: 2;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    background-color: #d1d3d1;
    border-radius: 9px;
    background: #9fa09f;
	cursor: pointer;
	outline: none;
	box-shadow: none;
}
.asRange .asRange-pointer:before {
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    content: "";
    background: #9fa09f;
    border-radius: inherit;
}
.asRange .asRange-pointer:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: #9fa09f;
    border-radius: inherit;
}
.rango-precio button {
    margin: 20px;
}
.rango-precio button.submit {
    background: var(--verde);
    color: #FFF;
    text-align: center;
    font-size: 1.3rem;
    padding: 13px 17px 10px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    border: 0;
    outline: 0;
    box-shadow: 0;
}
.rango-precio button.submit:hover, .rango-precio button.submit:focus {
    background: var(--verde);
}
.propiedades .btn-propiedad-ampliada {
    position: absolute;
    bottom: 33px;
    right: 50%;
    width: 80%;
    margin-right: -40%;
}
.propiedades .btn-propiedad-ampliada .btn-principal {
    color: #FFF;
    background: var(--verde);
    border-color: var(--verde);
    cursor: pointer;
    padding: 9px 13% 7px !important;
    font-size: 18px;
    font-weight: normal;
    border-radius: 5px;
    transition: background ease-in-out .4s;
    width: 100%;
    display: block;
}
.columna {
    display: table-cell;
}
.columna-derecha {
    height: 100%;
    display: table-cell;
    right: 0;
    top: 0;
	float: none;
    position: relative;
    max-height: 100%;
}
.dispTable {
    display: table;
    width: 100%;
    height: 100%;
}
.propiedad-imagen {
    width: 75%;
	float: left;
}
.propiedad-datos {
    width: 25%;
    float: left;
}
.precio-propiedad {
    background: #959596;
    color: #FFF;
    font-size: 28px;
    padding: 11px 10px 9px;
}
.detalle-container {
    margin: 30px 10px 30px;
}
.detalle-container .detalle {
   margin: 0 0 4px;
}
.detalle-container .detalle i {
    width: 34px;
    text-align: center;
    display: inline-table;
    height: 30px;
	margin-right: 5px;
    vertical-align: middle;
}
.detalle-container .detalle i img {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 30px;
    height: auto;
	margin: auto;
}
.detalle-container .detalle i img.masGrande {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 30px;
    height: auto;
}
.detalle-container .detalle i img.masGrande2 {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 30px;
    height: auto;
    padding-top: 0px;
}
.detalle-container .detalle span {
    display: inline-table;
    text-align: left;
    height: 30px;
    vertical-align: middle;
    width: calc(100% - 50px) !important;
	border-bottom: 1px solid #c8ccc8;
	padding: 4px 8px;
}
.boton-propiedad {
    margin: 20px 20px 30px;
    width: auto;
    text-align: center;
}
.boton-propiedad .enviar-btn {
	background: var(--verde);
    color: #FFF;
    text-align: center;
    font-size: 1.3rem;
    padding: 13px 17px 11px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    display: block;
    /* max-width: 184px; */
    position: relative;
}
.precio-img {
    position: relative;
    width: 100%;
    padding: 3% 0;
    background: var(--verde);
    color: #FFF;
    font-size: 1.8rem;
		margin: 0 auto 10px;
}
.consultar {
    display: inline-block;
    max-width: 120px;
    float: left;
    margin-right: 10px;
    text-transform: uppercase;
    background: transparent;
    color: var(--verde);
    text-align: center;
    font-size: 1.2rem;
    padding: 13px 0 10px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    min-width: 101px;
    border: 1px solid #234d28;
}
.consultar:hover, .consultar:focus, .consultar:active {
    background: #FFF;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}
.boton-propiedad:hover .enviar-btn, .boton-propiedad:hover .enviar-btn {
	background: var(--verde) !important;
}
.filtros a.fas{
    display: none;
}
.filtros-btn-mobile{
	display: none;
}
.col-simple {
    margin: 0;
    padding: 0;
}
.propiedades .col-simple .header-box {
    padding: 0 0 15px !important;
}
.card-header span {
    width: 90%;
    display: inline-block;
}
.propiedades .left.carousel-control {
    margin: 0;
    padding: 0;
    left: 20px;
}
.propiedades .right.carousel-control {
    margin: 0;
    padding: 0;
    right: 60px;
}
.item {
	cursor: pointer;
	display: block;
	transition: background ease-in-out .3s;
}
.grey:hover {
    background: #f9f9f9;
    box-shadow: 0 0 5px rgba(0,8,0,.15);
	transition: background ease-in-out .2s;
	cursor: default;
}
.img-prp-col {
    margin: 0;
    padding: 0 !important;
}
.img-home-carrousel{
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: auto;
  background-position: center;
}
.img-home-carrousel div{
	height: 100%;
	width: 100%;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
}

.img-home-carrousel div{
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	font-size: 4rem;
}
.img-home-carrousel div i{
	line-height: 6em;
}

.img-home-carrousel div:hover{
	opacity: 1;
		-webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
		-moz-animation: fadein 0.5s; /* Firefox < 16 */
		-ms-animation: fadein 0.5s; /* Internet Explorer */
		-o-animation: fadein 0.5s; /* Opera < 12.1 */
		animation: fadein 0.5s;
}

.ampliar-destacada{
	display: flex;
	align-items: center;
	justify-content: center;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@media (max-width: 1260px) {
	#filtro-hero form{
		margin: auto;
		width: 96%;
	}
	.cs-select span {
		font-size: 12px;
	}
}
@media (max-width: 1200px) {
	.col-lg-5, .col-md-5 {
		float: left;
		width: 20%;
		padding: 0 5px;
	}
}
@media (max-width: 1190px) {
	.right.carousel-control {
		right: 20px;
		opacity: 1;
	}
	.left.carousel-control {
		left: -20px;
		opacity: 1;
	}
	#filtro-hero form{
	padding: 3%;
	}
	.container-left{
		width: 27%;
	}
	.container-right{
		width: 73%;
	}
	.box-inner .header-box span {
		font-size: 1.3rem !important;
	}
	.box-inner h3{
		margin: 20px 7px 0;
	}
	.box-inner p{
		margin: 10px 7px 20px;
	}
	.consultar {
		min-width: 92px;
		max-width:  92px;
		font-size: 1rem;
	}
	.box .detail a.btn-small, .box-inner .detail a.btn-small {
		min-width: 80px;
		max-width:  80px;
		font-size: 1rem;
	}

}
@media (max-width: 1024px){
	.pad-destacadas{
		padding: 0 15px !important;
	}	
}
@media (max-width: 1017px) {
	.container-left {
		width: 40%;
		position: fixed;
		z-index: 99;
		left: 0;
		top: 87px;
		transform: translateX(-100%);
		height: auto;
		transition: transform ease-in-out .4s;
		-webkit-transition: transform ease-in-out .4s;
		-moz-transition: transform ease-in-out .4s;
		-ms-transition: transform ease-in-out .4s;
		-o-transition: transform ease-in-out .4s;
		overflow: none;
	}
	.show-filters{
		position: absolute !important;
		transform: translateX(0);
		-webkit-transition: transform ease-in-out .4s;
		-moz-transition: transform ease-in-out .4s;
		-ms-transition: transform ease-in-out .4s;
		-o-transition: transform ease-in-out .4s;
		z-index: 999999999;
	}
	.container-right {
		width: 100%;
	}
	.filtros-btn-mobile{
		width: 50px;
		height: 50px;
		text-align: center;
		vertical-align: middle;
		display: table-cell;
		position: fixed;
		left: 0;
		z-index: 99999;
		background: var(--verde);
		border-radius: 0 12px 12px 0;
		color: #FFFF;
		padding: 16px;
		font-size: 16px;
		cursor: pointer;
		opacity: 1;
		top: 30%;
		margin-top: -25px;
		transition: all ease-in-out .3s;
		-webkit-transition: all ease-in-out .3s;
		-moz-transition: all ease-in-out .3s;
		-ms-transition: all ease-in-out .3s;
		-o-transition: all ease-in-out .3s;
	}
	.hide{
		opacity: 0;
		transition: all ease-in-out .3s;
		-webkit-transition: all ease-in-out .3s;
		-moz-transition: all ease-in-out .3s;
		-ms-transition: all ease-in-out .3s;
		-o-transition: all ease-in-out .3s;
	}
	.filtros a.fas{
		float: right;
		margin: -5px 0 20px;
		font-size: 27px;
		cursor: pointer;
		display: block;
	}
	.filtros {
		border-radius: 0 0 5px 0;
		margin-right: 0;
	}
	.box .detail span, .box-inner .detail span {
		position: relative;
		top: 4px;
	}
	.asRange .asRange-pointer {
		position: absolute;
		left: 30%;
		z-index: 2;
		width: 17px;
		height: 18px;
		margin-left: 4px;
		background-color: #d1d3d1;
		border-radius: 25px;
		background: #9fa09f;
		outline: none;
		box-shadow: none;
		top: -4px;
		cursor: pointer;
	}
}
@media (max-width: 991px) {
	.propiedades .col-lg-5, .propiedades .col-md-5, .propiedades .col-sm-5 {
		float: left;
		width: 100%;
	}
	.propiedad-imagen {
		width: 70%;
		float: left;
	}
	.propiedad-datos {
		width: 30%;
		float: left;
	}
	.abajo {
		margin:0 30px 30px 0;
	}
}
/*xs*/
@media (max-width: 840px) {
	.close{
		display: block;
	}
  .carousel-inner .active.left { left: -100%; }
  .carousel-inner .active.right { left: 100%; }
  .carousel-inner .next        { left:  100%; }
  .carousel-inner .prev		     { left: -100%; }
  .carousel-col                { width: 100%; }
  .container-Top {
		position: relative;
		z-index: 999;
		float: none;
		max-width: 1170px;
		width: 100%;
		margin: 0 auto;
		height: 33px;
	    text-align: center;
	}
	.navbar-right {
		padding: 0;
	}
	a.navbar-brand img {
		display: block;
		width: 70%;
		height: auto;
	}
	.navbar-toggle {
		margin-top: 17px;
	}
	.top-nav {
		margin: 0 auto;
		height: 44px;
		background: #FFF;
		color: #858688;
		line-height: 34px;
		text-align: center;
	}
	.container h1, .container h2 {
		text-align: center;
		margin: 40px auto 20px;
		color: var(--verde);
		font-size: 30px;
	}
	#filtro-hero form{
	padding: 6%;
	}
	.col-lg-5, .col-md-5 {
		float: left;
		width: 100%;
		padding: 0;
	}
	div.cs-select {
		margin-bottom: 8px;
	}
	#filtro-hero form {
		width: 85%;
	}
	#hero h1 {
		font-size: 50px;
	}
	.h1, h1 {
		font-size: 50px;
	}
	.propiedad-imagen {
		width: 100%;
		float: left;
	}
	.propiedad-datos {
		width: 100%;
		float: left;
	}
	.container-left {
		width: 70%;
		position: absolute;
		z-index: 99;
		left: 0;
	}
	#inner {
    margin-top: 30px;
	}
	#inner.alto-variado {
		margin-top: 20px;
	}
	.propiedades .left.carousel-control {
		margin: 0;
		padding: 0;
		left: 5px;
	}
	.propiedades .right.carousel-control {
		margin: 0;
		padding: 0;
		right: 45px;
	}
	.propiedades .box .header-box span, .box-inner .header-box span{
        padding: 0 2%;
	}
	.consultar {
		    top: -4px;
	}
	.box h3{
		font-size: 2.3rem;
		text-align: center;
	}
	.box-inner h3{
		color: var(--verde);
		font-size: 2.2rem;
		margin: 24px 7px 0;
		text-align: center;
	}
	.box p{
		margin: 10px 0 20px;
		font-size: 1.6rem;
		text-align: center;
	}
	.box-inner p{
		font-size: 1.6rem;
		text-align: center;
	}
	#inner .box-inner p {
		text-align: center;
	}
	.propiedades .box-inner .header-box {
		padding-top: 20px;
		width: auto;
		margin: auto;
		text-align: center;
	}

	.carousel-inner {
	 max-height: 790px;
	 }

}
/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
  .carousel-inner .next        { left:  50%; }
  .carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
  .active > div:first-child + div { display:block;}
  .container {
    width: 100%;
   }


}
@media (min-width: 768px) and (max-width: 816px) {
	.box .detail a.btn-small {
		margin: 28px 0 0;
	}
}
/*md*/
@media (min-width: 992px) and (max-width: 1208px) {
  .carousel-inner .active.left { left: -33.3333%; }
  .carousel-inner .active.right { left: 33.3333%; }
  .carousel-inner .next        { left:  33.3333%; }
  .carousel-inner .prev		     { left: -33.3333%; }
  .carousel-col                { width: 33.3333%; }
  .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
  .box .detail a.btn-small {
		margin: 28px 0 0;
   }
   a {
		color: #28502b;
		text-decoration: none;
	}
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -33.3333%; }
  .carousel-inner .active.right { left: 33.3333%; }
	.carousel-inner .next        { left:  33.3333%; }
	.carousel-inner .prev		     { left: -33.3333%; }
  .carousel-col                { width: 33.3333%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}
@media (min-width: 992px){
	.col-md-10 {
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 840px) {
	.nav>li>a {
		padding: 10px 9px;
	}
	a.navbar-brand img {
		width: 173px;
		max-width: 173px;
	}
}
@media (min-width: 768px) {

  .col-sm-5 {
    float: left;
    width: 20%;
  }

}

@media (min-width: 992px) {

  .col-md-5 {
    float: left;
    width: 20%;

  }

}

@media (min-width: 1200px) {

  .col-lg-5 {
    float: left;
    width: 20%;
	padding-right: 5px;
    padding-left: 5px;
  }

}
@media (max-width: 560px) {
	.propiedades .btn-propiedades {
		display: block !important;
		width: calc(100% - 15px)!important;
		padding: 0 !important;
		margin: 20px 17px 20px 0;
		text-align: center !important;
		float: left;
		position: relative;
	}
	.propiedades .box-inner .detail {
		text-align: center;
	}
	#hero {
		height: 280px;
	}
	#hero h1 {
		font-size: 42px;
	}
	.h1, h1 {
		font-size: 42px;
	}
	.container-left {
		width: 80%;
		position: fixed;
	}
	.box-inner .header-box span {
		font-size: 1.1rem !important;
	}
	.navbar-brand {
		padding: 14px 0 14px 14px;
	}
	.box .detail span.btn-propiedades, .box-inner .detail span.btn-propiedades{
		margin-left: 0;
		margin-right: 0;
	}
	.box .detail a.btn-small, .box-inner .detail a.btn-small {
		min-width: calc(50% - 10px);
		font-size: 1.2rem;
	}
	.consultar {
		min-width: 50%;
		font-size: 1.2rem;
	}
	box .detail span, .box-inner .detail span {
		width: 18%;
	}
	.box .detail span i, .box-inner .detail span i {
		width: 34px;
	}
	.box .detail span.btn-propiedad-home {
		min-width: 100%;
		margin: 20px auto 0;
		text-align: center;
		width: 100%;
	}
	.box .detail a.btn-small, .box-inner .detail a.btn-small.btn-carrousel {
		width: 100%;
		min-width: 100%;
		float: none;
	}
	.box .detail span.ancho, .box-inner .detail span.ancho {
		width: 20%;
	}
	.box .detail span.ancho, .box-inner .detail span.ancho2 {
		width: 20%;
	}
	.box .detail span.ancho2, .box-inner .detail span.ancho2{
		width: 20%;
	}
	.box .detail span, .box-inner .detail span {
		width: 20%;
	}
	.box .detail a.btn-small {
		margin: 5px 0 0;
	}
	.btn-principal {
		width: 100%;
	}
}
@media (max-width: 350px) {
	box .detail a.btn-small, .box-inner .detail a.btn-small {
		min-width: 100%;
		font-size: 1.2rem;
		margin-top: 15px;
	}
	.consultar {
		min-width: 100%;
		font-size: 1.2rem;
	}
	.box .detail span, .box-inner .detail span {
		width: 20%;
	}
	.btn-principal {
		width: 90%;
		display: block;
		margin: auto;
		text-align: center;
	}
	.cargar-mas {
		margin-top: 30px;
	}
	footer {
		margin-top: 40px;
	}
	.col-btn-comtacto {
		float: none;
		margin: -15px;
		text-align: center;
		padding: 0;
	}
}
