/***
	General
***/

*{
	margin:0;
	padding:0;
	font-family: Roboto,sans-serif;
}

html{
	overflow-x: hidden;
}

a{
	transition: all 0.3s ease-in-out;
}

a:hover, a:focus{
	opacity: 0.7;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	outline: none;
}
body{
	    background: #f7f7f7;
	    /* height: 100%!important; */
	    /* overflow: scroll!important; */
	    -webkit-overflow-scrolling: touch!important;
}
/***
	Fonts
***/


/***
	Navbar
***/
.navbar {
    min-height: 61px;
    height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    width: 100%;
    z-index: 60;
    border-bottom: none;
    border-radius: 0;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.55);
    text-align: center;
}

.navbar-default .navbar-collapse#bs-example-navbar-collapse-1{
	float: right;
	margin-top: 15px;
	text-align: center;
}

.navbar-brand {
    width: 330px;
    background: url(../img/logo.png) left center no-repeat;
    text-indent: -99999px;
    height: 80px;
    padding-left: 30px;
    background-size: 60%;
    margin-left: 30px!important;
    margin-top: -5px;
    opacity: 1;
}
.navbar-brand:hover,  .navbar-brand:focus{
    opacity: 1;
}

.navbar-default .navbar-nav>li>a{
	color: #1f1f1f;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
}

.navbar-default .navbar-nav>li>a:hover{
	color: #2c478f;
	opacity: 1;
}


/****
NOSOTROS
*****/
#nosotros{
    padding-top: 170px;
    padding-bottom: 60px;
    font-family: "Roboto", sans-serif;

}
#nosotros h1{
	font-size: 26px;
	font-weight: 300;
	line-height: 22px;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #363636;
}
#nosotros p{
	color: #888;
	font-size: 14px;
	line-height: 22px;
}
#nosotros .mini-clusters{
	margin-top: 50px;
}

#nosotros .mini-clusters div{
	display: flex;
	align-items: center;
}
#nosotros .mini-clusters h2{
	font-size: 22px;	
	font-weight: 300;
	line-height: 22px;
	text-transform: uppercase;	
	margin: 0 0 20px;	
	color: #363636;
}
#nosotros .mini-clusters i{
	max-width: 15%;
	width: 100%;
	font-size: 35px;
	color: #aaa;
	margin-right: 10px;
}
#nosotros .mini-clusters p{
	display: inline-block;
	max-width: 80%;
	margin: 0;
}

/****
OBRAS
*****/
#obras{
    padding-top: 170px;
    padding-bottom: 60px;
    font-family: "Roboto", sans-serif;	
}
#obras h1{
	font-size: 20px;
	font-weight: 300;
	line-height: 22px;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #363636;
}


#obras .listado-obras{

padding: 0;
}

#obras .listado-obras .mini-obras{
	
padding: 0;
	
transition: all 0.3s ease-in-out;
	
position: relative;
	
padding-bottom: 22px;
	
margin-bottom: 30px;
}

#obras .listado-obras .mini-obras a{
	
}

#obras .listado-obras .mini-obras a:hover{
	
opacity: 1;
}
#obras .listado-obras .mini-obras .content{
	
}

#obras .listado-obras .mini-obras .img{
	
padding: 0;
	
margin-bottom: 20px;
	
height: 200px;
	
display: flex;
	
align-items: center;
	
justify-content: center;
	
background: #e2e2e2;
	
position: relative;
	
-webkit-align-self: stretch;
	
-ms-flex-item-align: stretch;
	
align-self: stretch;
	
-webkit-box-flex: 1;
	
-webkit-flex-grow: 1;
	
-moz-box-flex: 1;
	
-ms-flex-positive: 1;
	
flex-grow: 1;
	
-webkit-flex-shrink: 1;
	
-ms-flex-negative: 1;
	
flex-shrink: 1;
	
flex-basis: 55%;
	
/* overflow-y: hidden; */
	
text-align: center;
	
justify-content: center;
}
#obras .listado-obras .mini-obras .img img{
	
width: auto;
	
height: auto;
	
position: absolute;
	
-o-object-position: center;
	
object-position: center;
	
max-width: 100%;
	
max-height: 100%;
	
margin: 0 auto;
	
display: block;
}
#obras .listado-obras .mini-obras .precio{
	
position: absolute;
	
bottom: 0;
	
right: 0;
	
background: #252525;
	
margin: 0;
	
color: #fff;
	
font-size: 13px;
	
padding: 5px 10px;
}
#obras .listado-obras .mini-obras .estado{
	
position: absolute;
	
top: 0;
	
background: #252525;
	
margin: 0;
	
padding: 5px 10px;
	
color: #fff;
	
font-size: 13px;
	
left: 0;
}
#obras .listado-obras .mini-obras h2{
	
color: #363636;
	
font-size: 18px;
	
font-weight: 300;
	
display: block;
	
padding-left: 10px;
	
border-bottom: 2px solid #dadada;
	
padding-bottom: 30px;
}

#obras .listado-obras .mini-obras .hover{
	
opacity: 0;
	
position: absolute;
	
top: 0;
	
width: 92.5%;
	
height: 100%;
	
background: rgba(0, 0, 0, 0.7);
	
padding: 0;
	
margin: auto;
	
left: 50%;
	
right: auto;
	
transform: translate(-50%);
	
text-align: center;
	
line-height: 230px;
	
color: #415ca9;
	
font-size: 27px;
	
transition: all 0.3s ease-in-out;
}


#obras .listado-obras .mini-obras .hover i{
	
background: #000;
	
width: 50px;
	
height: 50px;
	
line-height: 45px;
	
border-radius: 50%;
	
border: 1px solid #415c8e;
	
text-align: center;
}
#obras .listado-obras .mini-obras:hover .hover{
	
opacity: 1;
	
transition: all 0.3s ease-in-out;
}

#obras .listado-obras .mini-obras.construccion .estado{
    background-color: #4d5aa0;
}
#obras .listado-obras .mini-obras.venta .estado{
    background-color: #f15a59;	
}
/****
EMPRENDIMIENTOS
*****/
#emprendimientos{
    padding-top: 170px;
    padding-bottom: 60px;
    font-family: "Roboto", sans-serif;	
}
#emprendimientos h1{
	font-size: 20px;
	font-weight: 300;
	line-height: 22px;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #363636;
}

#emprendimientos form{
	padding: 0;
	margin-bottom: 30px;
	text-align: center;
	padding: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #d8d2d2;
	margin-bottom: 30px;
}
#emprendimientos form button{
	transition: all 0.3s ease-in-out;
	max-width: 200px;
	width: 100%;
	padding: 5px 10px;
	border: none;
	color: #fff;
	font-size: 16px;
}
#emprendimientos form button:hover{
	opacity: .7;
	transition: all 0.3s ease-in-out;
}
#emprendimientos form button#construccion{background-color: #4d5aa0;border-radius: 3px;}
#emprendimientos form button#finalizados{

background-color: #3A3A3A;

border-radius: 3px;

margin-left: 20px;
}
#emprendimientos .listado-empr{

padding: 0;
}

#emprendimientos .listado-empr .mini-empr{
	
padding: 0;
	
transition: all 0.3s ease-in-out;
	
position: relative;
	
padding-bottom: 22px;
	
margin-bottom: 30px;
}

#emprendimientos .listado-empr .mini-empr a{
	
}

#emprendimientos .listado-empr .mini-empr a:hover{
	
opacity: 1;
}
#emprendimientos .listado-empr .mini-empr .content{
	
min-height: 200px;
}

#emprendimientos .listado-empr .mini-empr .img{
	
padding: 0;
	
margin-bottom: 20px;
	
min-height: 177px;
	
max-height: 177px;
	
display: flex;
	
align-items: center;
	
justify-content: center;
	
background: #e2e2e2;
	
position: relative;
	
-webkit-align-self: stretch;
	
-ms-flex-item-align: stretch;
	
align-self: stretch;
	
-webkit-box-flex: 1;
	
-webkit-flex-grow: 1;
	
-moz-box-flex: 1;
	
-ms-flex-positive: 1;
	
flex-grow: 1;
	
-webkit-flex-shrink: 1;
	
-ms-flex-negative: 1;
	
flex-shrink: 1;
	
flex-basis: 55%;
	
/* overflow-y: hidden; */
	
text-align: center;
	
justify-content: center;
}
#emprendimientos .listado-empr .mini-empr .img img{
	
width: auto;
	
height: auto;
	
position: absolute;
	
-o-object-position: center;
	
object-position: center;
	
max-width: 100%;
	
max-height: 100%;
	
margin: 0 auto;
	
display: block;
}

#emprendimientos .listado-empr .mini-empr .precio{
	
position: absolute;
	
bottom: 0;
	
right: 0;
	
background: #252525;
	
margin: 0;
	
color: #fff;
	
font-size: 13px;
	
padding: 5px 10px;
}
#emprendimientos .listado-empr .mini-empr .estado{
	
position: absolute;
	
top: 0;
	
background: #252525;
	
margin: 0;
	
padding: 5px 10px;
	
color: #fff;
	
font-size: 13px;
	
left: 0;
}
#emprendimientos .listado-empr .mini-empr h2{
	
color: #363636;
	
font-size: 18px;
	
font-weight: 300;
	
display: block;
	
padding-left: 15px;
	
border-bottom: 2px solid #dadada;
	
padding-bottom: 10px;
	
min-height: 45px;
	
margin-top: 0;
}

#emprendimientos .listado-empr .mini-empr .hover{
	
opacity: 0;
	
position: absolute;
	
top: 0;
	
width: 92.5%;
	
height: 100%;
	
background: rgba(0, 0, 0, 0.7);
	
padding: 0;
	
margin: auto;
	
left: 50%;
	
right: auto;
	
transform: translate(-50%);
	
text-align: center;
	
line-height: 230px;
	
color: #415ca9;
	
font-size: 27px;
	
transition: all 0.3s ease-in-out;
	
display: flex;
	
align-items: center;
	
justify-content: center;
}


#emprendimientos .listado-empr .mini-empr .hover i{
	
background: #000;
	
width: 50px;
	
height: 50px;
	
line-height: 45px;
	
border-radius: 50%;
	
border: 1px solid #415c8e;
	
text-align: center;
}
#emprendimientos .listado-empr .mini-empr:hover .hover{
	
opacity: 1;
	
transition: all 0.3s ease-in-out;
}

#emprendimientos .listado-empr .mini-empr.construccion .estado{
    background-color: #4d5aa0;
}
#emprendimientos .listado-empr .mini-empr.venta .estado{
    background-color: #f15a59;	
}
/****
PROPIEDADES
*****/
#propiedades{
    padding-top: 170px;
    padding-bottom: 60px;
    font-family: "Roboto", sans-serif;	
}
#propiedades h1{
	font-size: 20px;
	font-weight: 300;
	line-height: 22px;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #363636;
}

#propiedades form{

padding: 0;
}

#propiedades form select{

margin-bottom: 20px;
}
#propiedades .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7d7878;
    line-height: 28px;
}
#propiedades form select option{

}
#propiedades span#select2-tipo-prop-container:focus {
    outline: none!important;
    box-shadow: none;
}
#propiedades form input[type="text"]{

margin-top: 20px;

height: 28px;

border-radius: 4px;

border: 1px solid #a2a2a2;

margin-right: 3px;

color: gray;

padding-left: 10px;

max-width: 19.6%;

width: 100%;
}
#propiedades .filtros-propiedades {
    padding: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d2d2;
    margin-bottom: 30px;
}
#propiedades form input[type="text"]:focus{

outline: none;

border: 1px solid #a2a2a2;
}
#propiedades form input[type="submit"]{

margin-top: 20px;

height: 28px;

transition: all 0.3s ease-in-out;

border-radius: 3px;

border: none;

background: #324fa2;

color: #fff;

font-size: 16px;

letter-spacing: 0.5px;

max-width: 150px;

width: 100%;

float: right;
}
#propiedades form input[type="submit"]:hover{

transition: all 0.3s ease-in-out;

opacity: .7;
}



#propiedades .listado-props{

padding: 0;
}

#propiedades .listado-props .mini-prop{
	
padding: 0;
	
transition: all 0.3s ease-in-out;
	
position: relative;
	
padding-bottom: 22px;
	
margin-bottom: 30px;
	
height: 100%;
	
min-height: 200px;
	
max-height: 320px;
}

#propiedades .listado-props .mini-prop a{
	
}

#propiedades .listado-props .mini-prop a:hover{
	
opacity: 1;
}
#propiedades .listado-props .mini-prop .content{
	
display: flex;
	
flex-direction: column;
	
position: relative;
}

#propiedades .listado-props .mini-prop .img{
	
padding: 0;
	
/* margin-bottom: 20px; */
	
min-height: 177px;
	
max-height: 100%;
	
overflow: hidden;
	
position: relative;
	
-webkit-align-self: stretch;
	
-ms-flex-item-align: stretch;
	
align-self: stretch;
	
-webkit-box-flex: 1;
	
-webkit-flex-grow: 1;
	
-moz-box-flex: 1;
	
-ms-flex-positive: 1;
	
flex-grow: 1;
	
-webkit-flex-shrink: 1;
	
-ms-flex-negative: 1;
	
flex-shrink: 1;
	
background-color: #c5c5c5;
	
justify-content: center;
	
align-items: center;
	
-webkit-flex-basis: 50%;
	
-ms-flex-preferred-size: 50%;
	
flex-basis: 50%;
	
align-items: center;
	
object-position: center;
	
object-fit: contain;
	
/* width: 100%; */
	
/* height: 100%; */
}
#propiedades .listado-props .mini-prop .img img{
	
width: auto;
	
height: auto;
	
max-width: 100%;
	
width: auto!important;
	
margin: 0 auto;
	
display: block;
	
/* position: absolute; */
	
-o-object-position: center;
	
object-position: center;
	
max-height: 100%;
	
margin: 0 auto;
}

#propiedades .listado-props .mini-prop .precio{
	
position: absolute;
	
bottom: 0;
	
right: 0;
	
background: #252525;
	
margin: 0;
	
color: #fff;
	
font-size: 13px;
	
padding: 5px 10px;
}
#propiedades .listado-props .mini-prop .estado{
	
position: absolute;
	
top: 0;
	
background: #252525;
	
margin: 0;
	
padding: 5px 10px;
	
color: #fff;
	
font-size: 13px;
	
left: 0;
}
#propiedades .listado-props .mini-prop h2{
	
color: #363636;
	
font-size: 18px;
	
font-weight: 300;
	
display: block;
	
padding-left: 15px;
	
border-bottom: 2px solid #dadada;
	
padding-bottom: 10px;
	
min-height: 45px;
}

#propiedades .listado-props .mini-prop .hover{
	
opacity: 0;
	
position: absolute;
	
top: 0;
	
width: 92.5%;
	
height: 100%;
	
background: rgba(0, 0, 0, 0.7);
	
padding: 0;
	
margin: auto;
	
left: 50%;
	
right: auto;
	
transform: translate(-50%);
	
text-align: center;
	
line-height: 230px;
	
color: #415ca9;
	
font-size: 27px;
	
transition: all 0.3s ease-in-out;
	
display: flex;
	
align-items: center;
	
justify-content: center;
}


#propiedades .listado-props .mini-prop .hover i{
	
background: #000;
	
width: 50px;
	
height: 50px;
	
line-height: 45px;
	
border-radius: 50%;
	
border: 1px solid #415c8e;
	
text-align: center;
}
#propiedades .listado-props .mini-prop:hover .hover{
	
opacity: 1;
	
transition: all 0.3s ease-in-out;
}

/****
CONTACTO
*****/
#contacto{
    padding-top: 170px;
    padding-bottom: 60px;
    font-family: "Roboto", sans-serif;

}
#contacto h1{
	font-size: 26px;
	font-weight: 300;
	line-height: 22px;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #363636;
}
#contacto form{
	margin-top: 40px;
	padding: 0;
}

#contacto form input[type="text"], #contacto form input[type="email"]{
	max-width: 31%;
	width: 100%;
	margin-right: 10px;
	height: 35px;
	border-radius: 2px;
	border: 1px solid darkgrey;
	padding-left: 10px;
	margin-bottom: 20px;
	color: #484848;
}
#contacto form textarea{
	width: 97%;
	resize: none;
	height: 120px;
	border-radius: 2px;
	padding: 10px;
	margin-bottom: 20px;
	color: #484848;
	border: 1px solid darkgray;
}
#contacto form textarea:focus{
	outline: none;
	border: 1px solid #324fa2;
}
#contacto form input[type="text"]:focus, #contacto form input[type="email"]:focus{
	border: 1px solid #324fa2;
	outline: none;
}
#contacto form input[type="submit"]{
	transition: all 0.3s ease-in-out;
	width: 97%;
	background: #324fa2;
	border: none;
	height: 40px;
	border-radius: 2px;
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
	margin-top: 40px;
	position: relative;
	z-index: 10;
}
#contacto form input[type="submit"]:hover{
	transition: all 0.3s ease-in-out;
	opacity: .7;
}
#contacto iframe{
	width: 100%;
	height: 310px;
	margin-top: 15px;
	border: none;
}
#contacto .left{

}

#contacto .right i{
	margin-right: 5px;
}

#contacto #social{
	padding: 0;
}
#contacto #social div{
	padding: 0;
}
#contacto #social p{
	
margin-bottom: 5px;
}
#contacto #social i{
	color: #3855a5;
	width: 25px;
	font-size: 17px;
}
#contacto #social a{
	
color: #6d6d6d;
}
#contacto #social a:hover{
	
}
/**** 
FOOTER
*****/
footer{
    background: #3a3a3a;
    margin: 0;
    padding: 30px 0px;
    color: #aaa;
    padding-bottom: 0;
    padding-left: 0!important;
    padding-right: 0!important;
}

footer * {
    font-family: "Roboto", sans-serif;
    color: #aaa;
}

footer .logo_footer{

}

footer .logo_footer img{
	margin-bottom: 20px;
}


footer .logo_footer p{
	
}


footer .contacto_footer{
	vertical-align: top;
}


footer .contacto_footer h3{
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 25px;
	padding: 0 0 15px;
	border-bottom: 1px solid #5a5a5a;
	font-size: 20px;
	font-weight: 500;
}


footer .contacto_footer p{

}


footer .contacto_footer i{
	margin-right: 10px;
	font-size: 15px;
}


footer .contacto_footer a{
	transition: all 0.3s ease-in-out;
}


footer .contacto_footer a:hover{
	transition: all 0.3s ease-in-out;
	opacity: .7;
}


footer .newsletter_footer{

}

footer .newsletter_footer h3{
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 20px;
	padding: 0 0 15px;
	border-bottom: 1px solid #5a5a5a;
	font-size: 20px;
	font-weight: 500;
}

footer .newsletter_footer p{

}


footer .newsletter_footer form{

}


footer .newsletter_footer input[type="email"]{
	width: 100%;
	padding: 8px 7px;
	border: none;
	border-radius: 2px;
	margin-bottom: 15px;
	color: #5a5a5a;
	border: 1px solid transparent;
}


footer .newsletter_footer input[type="email"]:focus{
	border: 1px solid #324fa2;
	outline: none;
}


footer .newsletter_footer input[type="submit"]{
	background: #324fa2;
	border: none;
	padding: 5px 10px;
	border-radius: 2px;
	color: #fff;
	transition: all 0.3s ease-in-out;
}


footer .newsletter_footer input[type="submit"]:hover{
	opacity: .7;
	transition: all 0.3s ease-in-out;
}


footer .encontranos_footer{

margin-bottom: 30px;
}


footer .encontranos_footer h3{
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 20px;
	padding: 0 0 15px;
	border-bottom: 1px solid #5a5a5a;
	font-size: 20px;
	font-weight: 500;
}

footer .encontranos_footer p{margin-bottom: 5px;}

footer .encontranos_footer i{
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 33px;
	border-radius: 3px;
	font-size: 18px;
	margin-right: 10px;
}
footer .encontranos_footer i.fa-facebook{
	background: #3b5999;
}
footer .encontranos_footer i.fa-instagram{
  background: #f09433; 
background: -webkit-linear-gradient(bottom left, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -o-linear-gradient(bottom left, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: linear-gradient(to top right, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);   
}
footer .encontranos_footer i.fa-twitter{
	background: #1da1f3;
}
footer .encontranos_footer i.fa-linkedin{
	background: #0077b5;
}
footer .encontranos_footer a{
	transition: all 0.3s ease-in-out;
	color: #aaa;
}

footer .encontranos_footer a:hover{
	transition: all 0.3s ease-in-out;
	opacity: .7;
}


footer .disclaimer{
	    background: gray;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 12px;
}

/***
FICHA PROPIEDADES
***/
.ficha-propiedad{
    padding-top: 170px;
    padding-bottom: 60px;
    font-family: "Roboto", sans-serif;
}
.ficha-propiedad h2{
	font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #363636;
}

.ficha-propiedad iframe{
	border: none;
	width: 100%;
	height: 200px;
}

.ficha-propiedad .half-form{

}


.ficha-propiedad .half-form img{

display: inline-block;

width: 60px;

margin-left: -10px;
}


.ficha-propiedad .half-form h3{

font-size: 20px;

font-weight: 300;

line-height: 22px;

text-transform: uppercase;

margin: 0 0 20px;

color: #363636;

display: inline-block;

margin: 0;

margin-top: 50px;
}

.ficha-propiedad .half-form p{

color: gray;

font-size: 15px;

margin-top: 10px;

margin-bottom: 0;
}

.ficha-propiedad .half-form a{transition: all 0.3s ease-in-out;color: gray;}

.ficha-propiedad .half-form a:hover{
transition: all 0.3s ease-in-out;
opacity: .7;
}


.ficha-propiedad .half-form form{

margin-top: 20px;
}



.ficha-propiedad .half-form input[type="text"], .ficha-propiedad .half-form input[type="email"]{

width: 100%;

height: 30px;

margin-bottom: 10px;

padding-left: 10px;

border-radius: 3px;

border: 1px solid #b9b9b9;

color: #636363;
}



.ficha-propiedad .half-form input[type="text"]:focus, .ficha-propiedad .half-form input[type="email"]:focus{

outline: none;

border: 1px solid #1946ba;
}

.ficha-propiedad .half-form textarea{

width: 100%;

height: 100px;

margin-bottom: 10px;

padding-left: 10px;

border-radius: 3px;

border: 1px solid #b9b9b9;

color: #636363;

padding-top: 5px;

resize: none;
}


.ficha-propiedad .half-form textarea:focus{

outline: none;

border: 1px solid #1946ba;
}


.ficha-propiedad .half-form input[type="submit"]{

background: #1946ba;

border: none;

border: none;

padding: 5px 25px;

border-radius: 2px;

color: #fff;

transition: all 0.3s ease-in-out;

/* max-width: 170px; */

/* width: 100%; */

margin-top: 20px;

position: relative;

z-index: 10;
}
.ficha-propiedad .half-form input[type="submit"]:hover{
	transition: all 0.3s ease-in-out;
	opacity: .7;
}

.ficha-propiedad h1{

font-size: 28px;

font-weight: 400;

line-height: 61px;

text-transform: uppercase;

margin: 0 0 20px;

line-height: 33px;

margin-top: 60px;
}
.ficha-propiedad .estados{
	
text-align: left;
	
padding: 0;
	
margin-bottom: 0;
}
.ficha-propiedad .estados p{
	
padding: 0;
	
padding-left: 10px;
	
/* border-right: 1px solid grey; */
	
width: auto;
	
font-family: Roboto;
	
font-size: 15px;
	
margin-top: 20px;
}
.ficha-propiedad .estados p strong{
	
}
.ficha-propiedad .estados p:first-child{
	
padding-left: 0;
	
border-right: 1px solid #b5b1b1;
	
width: auto;
	
padding-right: 15px;
}
.ficha-propiedad p{
	
font-family: Roboto;
	
color: #676767;
	
margin-bottom: 20px;
	
text-align: justify;
}

.ficha-propiedad ul{
	
}

.ficha-propiedad ul li{
	
list-style: none;
	
padding-bottom: 10px;
	
color: #363636;
}

.ficha-propiedad .half-info a#download{
	transition: all 0.3s ease-in-out;
	background: #324fa2;
	border: none;
	padding: 5px 20px;
	border-radius: 2px;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.ficha-propiedad a#download:hover{
	transition: all 0.3s ease-in-out;
	opacity: .7;
}

.ficha-propiedad .line{
	
padding: 0;
	
border-top: 1px solid #d8d8d8;
	
padding-top: 20px;
}
.ficha-propiedad h1#title{
    display: inline-block;
    max-width: 69%;
    width: 100%;
}
.ficha-propiedad h1#precio{
	display: inline-block;
	max-width: 50%;
	width: 100%;
	text-align: left;
	font-size: 25px;
	color: #1946ba;
	font-weight: 600;
	margin-top: 0px;
}

/***
FICHA EMPRENDIMIENTOS
***/
.ficha-emprendimiento{
    padding-top: 170px;
    padding-bottom: 60px;
    font-family: "Roboto", sans-serif;
}
.product-slider {}

.product-slider #carousel {margin: 0;background: transparent;max-height: 550px;height: 100%;height: auto;margin-bottom: 30px;}

.product-slider #thumbcarousel {margin: 12px 0 0;padding: 0;background: transparent;}

.product-slider #thumbcarousel .item {text-align: center;height: auto;}

.product-slider #thumbcarousel .item .thumb {border: 1px solid #cecece;width: 8%;margin: 0 1%;display: inline-block;vertical-align: middle;cursor: pointer;max-width: 98px;background-color: #e2dede;overflow: hidden;margin-bottom: 15px;}

.product-slider #thumbcarousel .item .thumb:hover {border-color: #324fa2;}

.product-slider .item img {width: auto;height: auto;opacity: 1;max-height: 100%;height: auto;display: block;margin: auto;}

.carousel-control { color: #0284b8; text-align: center; text-shadow: none; font-size: 30px; width: 30px; height: 30px; line-height: 20px; top: 23%; }

.carousel-control:hover, .carousel-control:focus, .carousel-control:active { color: #333; }

.carousel-caption, .carousel-control .fa { font: normal normal normal 30px/26px FontAwesome; }
.carousel-control { background-color: rgba(0, 0, 0, 0); bottom: auto; font-size: 20px; left: 0; position: absolute; top: 30%; width: auto; }

.carousel-control.right, .carousel-control.left {background-color: #324fa2;background-image: none;opacity: 1;color: #fff;width: 30px;height: 30px;top: 45%;}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 400px;
    top: 0;
}
.product-slider #thumbcarousel .item img{
	width: auto;
	height: 50px;
}
.carousel-inner {
    background: #e2dede;
}
#thumbcarousel .carousel-inner{
    background: transparent;
    height: auto!important;
}
#thumbcarousel.carousel{
	height: auto;
}
.ficha-emprendimiento h2{
	font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #363636;
}

.ficha-emprendimiento iframe{
	border: none;
	width: 100%;
	height: 200px;
}

.ficha-emprendimiento .half-form{

}


.ficha-emprendimiento .half-form img{

display: inline-block;

width: 60px;

margin-left: -10px;
}


.ficha-emprendimiento .half-form h3{

font-size: 20px;

font-weight: 300;

line-height: 22px;

text-transform: uppercase;

margin: 0 0 20px;

color: #363636;

display: inline-block;

margin: 0;

margin-top: 50px;
}

.ficha-emprendimiento .half-form p{

color: gray;

font-size: 15px;

margin-top: 10px;

margin-bottom: 0;
}

.ficha-emprendimiento .half-form a{transition: all 0.3s ease-in-out;color: gray;}

.ficha-emprendimiento .half-form a:hover{
transition: all 0.3s ease-in-out;
opacity: .7;
}


.ficha-emprendimiento .half-form form{

margin-top: 20px;
}



.ficha-emprendimiento .half-form input[type="text"], .ficha-emprendimiento .half-form input[type="email"]{

width: 100%;

height: 30px;

margin-bottom: 10px;

padding-left: 10px;

border-radius: 3px;

border: 1px solid #b9b9b9;

color: #636363;
}



.ficha-emprendimiento .half-form input[type="text"]:focus, .ficha-emprendimiento .half-form input[type="email"]:focus{

outline: none;

border: 1px solid #1946ba;
}

.ficha-emprendimiento .half-form textarea{

width: 100%;

height: 100px;

margin-bottom: 10px;

padding-left: 10px;

border-radius: 3px;

border: 1px solid #b9b9b9;

color: #636363;

padding-top: 5px;

resize: none;
}


.ficha-emprendimiento .half-form textarea:focus{

outline: none;

border: 1px solid #1946ba;
}


.ficha-emprendimiento .half-form input[type="submit"]{

background: #1946ba;

border: none;

border: none;

padding: 5px 25px;

border-radius: 2px;

color: #fff;

transition: all 0.3s ease-in-out;

/* max-width: 170px; */

/* width: 100%; */

margin-top: 20px;

position: relative;

z-index: 10;

cursor: pointer;
}
.ficha-emprendimiento .half-form input[type="submit"]:hover{
	transition: all 0.3s ease-in-out;
	opacity: .7;
}

.ficha-emprendimiento h1{

font-size: 28px;

font-weight: 400;

line-height: 61px;

text-transform: uppercase;

margin: 0 0 20px;

line-height: 33px;

margin-top: 60px;
}
.ficha-emprendimiento .estados{
	
text-align: left;
	
padding: 0;
	
margin-bottom: 0;
}
.ficha-emprendimiento .estados p{
	
padding: 0;
	
padding-left: 10px;
	
/* border-right: 1px solid grey; */
	
width: auto;
	
font-family: Roboto;
	
font-size: 15px;
	
margin-top: 20px;
}
.ficha-emprendimiento .estados p strong{
	
}
.ficha-emprendimiento .estados p:first-child{
	
padding-left: 0;
	
border-right: 1px solid #b5b1b1;
	
width: auto;
	
padding-right: 15px;
}
.ficha-emprendimiento p{
	
font-family: Roboto;
	
color: #676767;
	
margin-bottom: 20px;
	
text-align: justify;
}

.ficha-emprendimiento ul{
	
}

.ficha-emprendimiento ul li{
	
list-style: none;
	
padding-bottom: 10px;
	
color: #363636;
}

.ficha-emprendimiento .half-info a#download{
	transition: all 0.3s ease-in-out;
	background: #324fa2;
	border: none;
	padding: 5px 20px;
	border-radius: 2px;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.ficha-emprendimiento a#download:hover{
	transition: all 0.3s ease-in-out;
	opacity: .7;
}

.ficha-emprendimiento .line{
	
padding: 0;
	
border-top: 1px solid #d8d8d8;
	
padding-top: 20px;
}

.accordion {
  max-width: 100%;
}
.accordion li {
  position: relative;
  background: #f1eeee;
  color: grey;
  margin-bottom: 10px;
}
.accordion li div.open {
  display: none;
  /* padding: 10px 25px 30px; */
  color: #676767;
  font-family: roboto;
}
.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 14px;
  font-size: 16px;
  text-indent: 15px;
  user-select: none;
  color: #353535;
  font-family: Roboto;
  font-weight: 300;
  font-size: 17px;
}
.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #324fa2;
  border-bottom: 1px solid #324fa2;
  position: absolute;
  right: 20px;
  content: " ";
  top: 27px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion div {
  font-size: 13px;
  /* font-size: 14px; */
  /* line-height: 2; */
  /* padding: 10px; */
}


.accordion a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}.owl-carousel.owl-loaded.owl-drag {
    max-width: 90%;
    margin: auto;
}
.editContent{
	outline: none; cursor: inherit;
}
.accordion div p{
	font-size: 14px; 
    line-height: 2; 
    padding: 10px; 
}
  .owl-carousel{
      position:relative;
    }
.owl-prev span, .owl-next span {
        font-size: 40px;
        background: #324fa2;
        width: 50px;
        height: 50px;
        display: block;
        line-height: 45px;
        color: #fff;
     }

    .owl-prev, .owl-next {
        position:absolute;
        font-size: 30px;
     }

    .owl-prev {
        left:0;
        top: 40%;
     }

     .owl-next {
        right:0;
        top:40%;
     }

/******
***HOME
******/
#home{
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;	
}
#home div.main{

position: absolute;

top: 45%;

left: 10%;

transform: translateY(-50%);

background: rgba(255, 255, 255, 0.64);

padding: 10px;

border-radius: 3px;
}
#home h1{

margin: 0;

font-size: 40px;

text-transform: uppercase;

font-weight: 600;

color: #2b2b2b;
}
.content-3 {
    /* height: 34vh; */
    height: 38vh;
    min-height: 180px !important;
    max-height: 440px !important;
    background-size: 140% !important;
    background-position-y: center;
    -webkit-transition: all 1s, background-position-x 0s;
    transition: all 1s, background-position-x 0s;
}
#home .content-3 h1 {
    font-size: 30px;
    font-size: 6vh;
    margin: 10px 0;
    margin-top: 10%;
    /* margin-top: 13vh; */
    margin-top: 15vh;
    font-weight: 600 !important;
    color: white;
    text-transform: uppercase;
}
.content-3 .oculto .info .btn {
    padding: 2px 10px;
    margin: 13px 2px;
    border: 1px solid white;
    border-radius: 17px;
    font-weight: 600 !important;
    color: #fff;
}
.content-3 .oculto .info .btn.focus, .content-3 .oculto .info .btn:focus, .content-3 .oculto .info .btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}
#home p{

margin-top: 15px;

font-size: 18px;
}
#home .owl-carousel.owl-loaded.owl-drag {
    max-width: 100%;
    margin: auto;
    /* height: calc(100vh - 100px); */
    margin-bottom: 50px;
    min-height: 85vh;
}
#home .owl-prev span,#home  .owl-next span {
    font-size: 40px;
    background: #3a3a3a;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    line-height: 45px;
    color: #fff;
}
#home .owl-prev {
    left: 20px;
}
#home .owl-next {
    right: 20px;
}
#home .owl-prev:focus {
    outline: none;
}
#home .owl-next:focus {
    outline: none;
}
#content-3-4 {
	background-image: url('../img/propiedades.jpg');
}
#content-3-1 {
	background-image: url('../img/emprendimientos.jpg');
}

#home .bg-one{
	background-image: url('../img/nosotros.jpg');
	height: 20vw;
	min-height: 240px;
	background-size: cover;
	background-position: center;
	margin-top: 80px;
	margin-bottom: 80px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
	padding: 0;
}

#home .bg-one .hidden_hover{
	opacity:0;
	transition: all 0.3s ease-in-out;
	height: 100%;
	padding: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#home .bg-one:hover .hidden_hover{
	opacity:1;
	transition: all 0.3s ease-in-out;
}
#home .bg-one .hidden_hover h1{

color: #fff;

font-weight: 500;
}
#home .bg-one .hidden_hover a{
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #FFF;
    padding: 12px 20px;
    margin: 15px 0;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    text-shadow: none;
    text-transform: uppercase;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
	transition: all 0.3s ease-in-out;
}
#home .bg-one .hidden_hover a:hover{
	transition: all 0.3s ease-in-out;
    color: #2c3e50;
    background: #ffffff;
}
#home .bg-two{
	background-image: url('../img/realizados.jpg');
	height: 20vw;
	min-height: 240px;
	background-size: cover;
	background-position: center;
	margin-top: 80px;
	margin-bottom: 80px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	padding: 0;
}

#home .bg-two .hidden_hover{
	opacity:0;
	transition: all 0.3s ease-in-out;
	height: 100%;
	padding: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#home .bg-two:hover .hidden_hover{
	opacity:1;
	transition: all 0.3s ease-in-out;
}
#home .bg-two .hidden_hover h1{

color: #fff;

font-weight: 500;
}
#home .bg-two .hidden_hover a{
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #FFF;
    padding: 12px 20px;
    margin: 15px 0;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    text-shadow: none;
    text-transform: uppercase;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
	transition: all 0.3s ease-in-out;
}
#home .bg-two .hidden_hover a:hover{
	transition: all 0.3s ease-in-out;
    color: #2c3e50;
    background: #ffffff;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    max-width: 19.666667%;
    width: 100%!important;
}
.float-btn{

position: fixed;

z-index: 10;

bottom: 50px;

left: 30px;
}

.float-btn a i{
	line-height: 50px
}
.float-btn a{
	
display: block;
	
width: 50px;
	
text-align: center;
	
height: 50px;
	
border-radius: 50%;
	
font-size: 26px;
	
color: #fff;
	
margin-bottom: 20px;
	
box-shadow: 0PX 0PX 6PX rgba(0, 0, 0, 0.62);
}


.float-btn a#phone{
	
background: #324fa2;
	
line-height: 50px;
}
.float-btn a#phone:hover{
	transition: all 0.3s ease-in-out;
	opacity: 1;
	transform: scale(1.1);
}


.float-btn a#wp{
	
background: #4fce5d;
	
line-height: 50px;
	
font-size: 30px;
}
.float-btn a#wp:hover{
	transition: all 0.3s ease-in-out;
	opacity: 1;
	transform: scale(1.1);
}
.load-more-empr:hover{
	opacity: .7;
	transition: all 0.3s ease-in-out
}
.load-more-empr{
	max-width: 200px;
    width: 100%;
    margin: 0 auto;
    background: #324fa2;
    color: #FFF;
    clear: both;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
	transition: all 0.3s ease-in-out
}

.load-more{
	max-width: 200px;
    width: 100%;
    margin: 0 auto;
    background: #324fa2;
    color: #FFF;
    clear: both;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
	transition: all 0.3s ease-in-out
}
.load-more:hover{
	opacity: .7;
	transition: all 0.3s ease-in-out
}

#caract .owl-carousel{
	display: none;
}

.accordion div p.w-caract{
	    max-width: 49%;
	    display: inline-block;
	    width: 100%;
}

a#pozo, a#construccion, a#finalizados{
	transition: all 0.3s ease-in-out;
	max-width: 200px;
	width: 100%;
	padding: 5px 10px;
	border: none;
	color: #fff;
	font-size: 15px;
	display: inline-block;
}

a#finalizados {
    background-color: #3A3A3A;
    border-color: #f15a59;
    color: #FFFFFF;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
}

a#pozo{

background-color: #da9d1a;

border-color: #da9d1a;

color: #FFFFFF;

border-radius: 3px;

text-align: center;

text-transform: uppercase;

margin-right: 10px;
}
.col-xs-12.filtro-emprendimientos {
    margin-bottom: 50px;
    padding-left: 0;
}
a#construccion{
	
background-color: #4d5aa0;
	
border-color: #4d5aa0;
	
color: #FFFFFF;
	
border-radius: 3px;
	
text-align: center;
	
text-transform: uppercase;
	
margin-right: 10px;
}

.img__content{
	
max-height: 177px;
	
margin-bottom: 20px;
}

table{
    max-width: 95%;
    width: 100%;
    margin: auto;
}

thead{
	background: #324fa2;
    color: #fff;
    font-size: 14px;
}

thead th {
    padding: 5px;
}

tbody td {
    padding: 10px 5px;
    border-bottom: 1px solid #a3b3e0;
    color: #484848;
    font-size: 14px;
}
.ficha-emprendimiento .carousel-control.right {
    right:  0px;
}
.ficha-emprendimiento .carousel-control.left {
    left: 0px;
}

.ver-unidad{
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
span#tipo-op {
    background: #324fa2;
    color: #fff;
    font-weight: 300;
    font-size: 19px;
    padding: 0 5px;
    border-radius: 7px 0px 0px 7px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-right: 2px solid #fff;
}
span#precio-op {
    background: #324fa2;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    padding: 0 5px;
    font-size: 20px;
    font-weight: 400;
    transform: translateY(1px);
    border-radius: 0px 7px 7px 0px;
    text-align: center;
}

.ver-unidad:hover{
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.49);
	cursor: pointer;
}
.boton_con_text {
    max-width: 150px;
    background: #324fa2;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    height: 30px;
    border-radius: 5px;
    float: right;
    display: inline-block;
    padding: 5px 10px;
    line-height: 22px;
}
a.vidio__button {
    display: block;
    cursor: pointer;
    text-align: center;
}
.ficha-propiedad p.texto_incon{
    text-align: center;
    color: #fff;
    margin: 0;	
}
.ficha-propiedad #map h1 {
    font-size: 14px;
    margin: 0;
}

#map{
	    height: 350px;
}
.ficha-emprendimiento p.texto_incon{
	color: #fff
}
.ficha-propiedad p.texto_incon{
	color: #fff
}
.ficha-emprendimiento #map h1 {
    font-size: 14px;
    color: #3350a2;
    font-weight: 600;
    margin: 0;
    }

.ficha-propiedad #map h1 {
    font-size: 14px;
    color: #3350a2;
    font-weight: 600;
    margin: 0;
    }
