/***
	General
***/

* {
	margin: 0;
	padding: 0;
	font-family: 'Questrial';
}

body {
	overflow-x: hidden
}

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;
}


/***
	Fonts
***/

@font-face {
	font-family: 'Questrial';
	src: url('../fonts/Questrial-Regular.woff2') format('woff2'), url('../fonts/Questrial-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


/***
	Navbar
***/

.navbar {
	min-height: 61px;
	padding-top: 20px;
	padding-bottom: 0;
	margin: 0;
	width: 100%;
	z-index: 60;
	border-bottom: none;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	transition: all 0.3s ease-in-out;
	top: 0px;
	background: #42505a;
}

.navbar-default .navbar-collapse#bs-example-navbar-collapse-1 {
	float: right;
	margin-top: -1px;
}
.navbar-brand {
	width: 240px;
	background: url(../img/logos/logo-lanven.png) left center no-repeat;
	text-indent: -99999px;
	height: 54px;
	padding-left: 30px;
	background-size: 100%;
	margin-left: 100px!important;
	margin-top: 5px;
	opacity: 1;
}

.navbar-brand:hover,
.navbar-brand:focus {
	opacity: 1;
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14.5px;
	padding: 15px 30px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: black;
	opacity: 1;
	font-weight: bold;
}

ul.dropdown-menu {
	background: #ffffff!important;
	border-radius: 1px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	color: #383838;
	padding-top: 0;
	padding-bottom: 0;
}

ul.nav.navbar-nav {
	margin-top: 12px;
}

ul.dropdown-menu li a {
	font-weight: bold;
	color: #ff7807;
	padding: 10px 20px;
}

.navbar-default .navbar-nav>li>a:focus {
	color: #ffffff;
	background-color: transparent;
	opacity: 1;
}

.caret {
	margin-top: -2px;
	margin-left: 5px;
}

ul.dropdown-menu li a:hover {
	background: #fe7904;
	color: #fff;
	opacity: 1;
}

/*** 
	HOME
***/

.home {}

.home header {}

.home header .owl-home {}

.home header {
	padding: 0;
}

.home header .owl-carousel#owl-home {
	height: 100%;
	background-color: #000000;
	opacity: .75;
}

.home header .owl-carousel#owl-home .item {
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%!important;
	opacity: 1;
}

.home header .owl-carousel#owl-home .owl-stage-outer {
	height: 100%;
	background: #fff7f7;
	opacity: 1;
}

.home header .owl-carousel#owl-home .owl-stage {
	height: 100%;
}

.home header .owl-dots {
	text-align: center;
	position: absolute;
	bottom: 25%;
	transform: translateY(-50%);
	width: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 5;
	margin-left: 30px;
}

.home header .owl-dot {
	border-radius: 50px;
	height: 6px;
	width: 6px;
	display: block;
	background: #dbdbdb!important;
	margin-left: 6px;
	margin-right: 5px;
	margin-bottom: 20px;
	left: 20px;
}

.owl-dot:focus {
	outline: none;
}

.home header .owl-dot.active {
	height: 12px;
	width: 12px;
	background: rgb(24 27 67)!important;
	margin-left: 3px;
}

.home .text_home {
	position: absolute;
	top: 55%;
	z-index: 4;
	text-align: center;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

.home .text_home h1 {
	font-size: 54px;
	color: #fff;
	max-width: 90%;
	margin: auto;
	font-weight: bold;
	line-height: 52px;
}

form.header_form input {
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	max-width: 300px;
	width: 100%;
	border-radius: 0;
	border: none;
	outline: none;
	display: inline-block;
	transform: translateY(-2px);
}

form.header_form {
	display: inline-block;
	max-width: 510px;
	width: 100%;
	text-align: left;
	margin-left: -10px;
}

form.header_form button {
	color: #fff;
	height: 36px;
	transform: translateY(0px);
	max-width: 180px;
	width: 100%;
	border: none;
	border-radius: 0px;
	outline: none;
	margin-left: 15px;
	background: #eb0027;
	text-transform: uppercase;
	font-size: 17px;
}

.home .buttons_header {
	display: inline-block;
	margin-top: 50px;
	max-width: 100%;
	width: 100%;
}

.home .text_home .buttons_header a {
	color: #ffffff;
	text-transform: uppercase;
	height: 49px;
	line-height: 49px;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	text-shadow: 1px 1px 3px #696666;
	border: 1px solid #fff;
	margin: 0px 6px;
	max-width: 234px;
	width: 100%;
	display: inline-block;
	background: rgb(255 255 255 / .4);
	border-radius: 12px;
}

.home .text_home .buttons_header a:hover {
	background: #22254a;
	border: 1px solid #22254a;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	box-shadow: 0px 0px 40px #fff;
	color: #fff;
}

.home .text_home .buttons_header a.active_header_option {
	background: #22254a;
	border: 1px solid #22254a;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	color: #fff;
}

.search_home_form {
	position: relative;
	top: 0;
	z-index: 5;
	max-width: 100%;
	width: 100%;
	margin-bottom: 50px;
	background: #f8f8f8;
	padding: 10px 40px;
	border-bottom: solid 1px #EDEDED;
}

.search_home_form h2 {
	margin: 0;
	color: #c2c2c2;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.search_home_form form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.search_home_form form select {
	max-width: 100%!important;
	width: 100%!important;
}

.search_home_form form button {
	max-width: 20%!important;
	width: 95%!important;
	background: #2c539d;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	height: 50px;
	border-radius: 5px;
}

.search_home_form form .select2-container {
	width: 95% !important;
	margin-right: 10px !important;
}

.search_home_form form button:hover {
	opacity: .7;
	transition: all 0.3s ease-in-out;
}

.search_home_form form button:focus {
	transition: all 0.3s ease-in-out;
	outline: none;
}

.search_home_form form .select2-container--default .select2-selection--single {
	background-color: transparent;
	border: none;
	border-radius: 4px;
	height: 50px;
	outline: none;
}

.search_home_form form .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	line-height: 50px;
	outline: none;
	font-size: 16px;
	padding-left: 0;
}

.search_home_form form .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.search_home_form form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

a#down_form img {
	max-width: 50px;
}

a#down_form {
	position: absolute;
	bottom: -100px;
	width: 100%;
	left: 50%;
	max-width: 90%;
	transform: translateX(-50%);
	opacity: 1!important;
}

nav.navbar.scrolled {
	background: #181b43;
	transition: all 0.3s ease-in-out;
	top: 0;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 59%);
}

.home_props span {
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 200;
	color: #a2a2a2;
}

.home_props h2 {
	text-align: left;
	margin-bottom: 35px;
	font-size: 35px;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
}

section.col-xs-12.container-fluid.home_props {
	margin: auto;
	padding: 0;
	padding-bottom: 90px;
	padding-top: 0px;
}


/* Propiedades */
.fotos_p {
	display: none;
}
.fotos_btn:hover + .fotos_p {
	display: block;
}

.videos_p{
	display: none;
}
.videos_btn:hover + .videos_p {
	display: block;
}

.mapa_p {
	display: none;
}
.mapa_btn:hover + .mapa_p {
	display: block;
}

.streetview_p {
	display: none;
}
.streetview_btn:hover + .streetview_p {
	display: block;
}

.planos_p {
	display: none;
}
.planos_btn:hover + .planos_p {
	display: block;
}

.emprendimiento_item .text_prop {
	padding-bottom: 15px;
}

.text_prop {
	padding: 15px 15px;
	color: #000;
	width: 100%;
}

.text_prop p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* number of lines to show */
	-webkit-box-orient: vertical;
	margin-top: 5px;
	font-size: 14px;
	text-align: center;
	text-transform: initial;
	font-weight: 200;
	line-height: 18px;
}

.text_prop .price_action {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.text_prop .price_action h3.fecha {
	color: #3c3c3c;
	font-size: 14px;
	text-align: center;
	max-width: 60%;
	letter-spacing: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 10px;
}

.text_prop .price_action h3.fecha:hover {
    
}

.text_prop .price_action h3.fecha span {
	font-size: 14px;
	display: block;
	text-align: center;
	letter-spacing: 0;
	color: #3c3c3c;
	text-transform: initial;
	display: inline-block;
}

.emprendimiento_item .text_prop .price_action a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	border: 1px solid #42505a;
	max-width: 165px;
	width: 100%;
	text-align: center;
	height: 35px;
	line-height: 35px;
	max-width: 35%;
	height: 45px;
	line-height: 42px;
	display: none; 
}

.text_prop .price_action h3 {
	color: #000;
	font-size: 18px;
	margin: 0;
	font-weight: 400;
	letter-spacing: 1px;
	font-weight: bold;
}

.text_prop .price_action a {
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	border: 1px solid #42505a;
	max-width: 110px;
	width: 100%;
	text-align: center;
	background: #42505a;
	height: 35px;
	line-height: 33px;
	border-radius: 6.70px;
	display: none;
}

.text_prop .price_action a:hover {}

.prop-destacada {
	margin-top: 0px;
	padding: 0;
	display: flex;
	align-items: center;
	background: #efefef;
	margin-bottom: 40px;
	max-height: 300px;
}

.prop-destacada .etiquetas_destacadas {
	position: absolute;
	width: 100%;
	top: 10px;
}

.prop-destacada .image_prop_destacada {
	padding: 0;
	/* height: 100vh; */
	transform: translate3d(0, 0, 0);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* width: 100%!important; */
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	object-position: center;
	object-fit: none;
	min-height: 300px;
	max-height: 300px;
	display: flex;
	align-items: center;
}

.prop-destacada .image_prop_destacada img {
	width: 100%;
	position: absolute;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	object-position: center;
	object-fit: scale-down;
	justify-content: center;
	z-index: -1;
}

.prop-destacada .etiquetas_destacadas p {
	background: #376cd0;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	padding: 5px 10px;
	margin-left: -3px;
	margin-right: 5px;
}

.prop-destacada .etiquetas_destacadas a {
	display: inline-block;
	background: #111119;
	color: #fff;
	font-weight: 300;
	padding: 5px 10px;
	margin: 0px 0px;
	opacity: 1!important;
	pointer-events: none;
}

.prop-destacada .description_prop_destacada {
	border: 1px solid #b6b6b6;
	padding-top: 16px;
	padding-left: 50px;
	display: flex;
	flex-direction: column;
	background: #fff;
	padding-bottom: 16px;
}

.prop-destacada .description_prop_destacada h3 {
	margin: 0;
	text-transform: uppercase;
	color: #2c539d;
	font-size: 18px;
}

.prop-destacada .description_prop_destacada p {
	font-size: 13.5px;
	color: #797979;
	margin-top: 10px;
}

.prop-destacada .description_prop_destacada .details_generic {
	border: 1px solid #cccccc;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 10px;
}

.prop-destacada .description_prop_destacada .details_generic .details_destacados {
	display: flex;
	flex-wrap: wrap;
	max-width: 68%;
	width: 100%;
	justify-content: space-between;
	border-right: 1px solid #ccc;
	align-items: center;
}

.prop-destacada .description_prop_destacada .details_generic .details_destacados span {
	display: inline-block;
	margin: 10px;
	text-align: center;
}

.prop-destacada .description_prop_destacada .details_generic .details_destacados span img {}

.prop-destacada .description_prop_destacada .details_generic .details_destacados span p {
	text-transform: uppercase;
	color: #4b4b4b;
	font-weight: 900;
	font-size: 11px;
	margin: 0;
	margin-top: 5px;
}

.prop-destacada .description_prop_destacada .details_generic .details_valor {
	max-width: 38%;
	width: 100%;
	display: inline-block;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.prop-destacada .description_prop_destacada .details_generic .details_valor img {}

.prop-destacada .description_prop_destacada .details_generic .details_valor span {
	padding-left: 9px;
}

.prop-destacada .description_prop_destacada .details_generic .details_valor span h4 {
	text-transform: uppercase;
	color: #4b4b4b;
	font-weight: 900;
	font-size: 12px;
	margin: 0;
}

.prop-destacada .description_prop_destacada .details_generic .details_valor span p {
	margin: 0;
	font-size: 14px;
	color: #4b4b4b;
	font-weight: 900;
}

.prop-destacada a.button_destacado {
	background: #2c539d;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	max-width: 49.5%;
	width: 100%;
	padding: 10px 10px;
	font-size: 13px;
	margin-top: 20px;
}

a#see_gallery {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	max-width: 100%;
	width: 100%;
	padding: 10px 10px;
	font-size: 18px;
	margin-top: 20px;
	height: 50px;
	line-height: 35px;
	background: #111119;
}

a.button_destacado#visitar {
	background: #111119;
}

.propiedades .listado_propiedades {
	padding-top: 50px;
}

.listado_propiedades {
	/* padding: 0; */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 100%;
	margin: auto;
	float: none;
}

.listado_propiedades .see_prop_listado {
	padding: 0;
	position: relative;
	max-width: 49.3%;
	width: 100%;
	min-height: 320px;
	margin-bottom: 17px;
	background: #efefef;
	display: flex;
	align-items: center;
	max-height: 320px;
	justify-content: center;
	justify-content: center;
	object-position: center;
	object-fit: none;
	min-height: 320px;
	max-height: 320px;
	display: flex;
	align-items: center;
}

.listado_propiedades .see_prop_listado img {
	width: auto;
	height: 100%;
	margin: auto;
	position: absolute;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	object-position: center;
	object-fit: scale-down;
	justify-content: center;
}

.listado_propiedades .see_prop_listado a {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	background: rgba(44, 83, 157, 0.75);
	color: #fff;
	padding: 10px 25px;
	font-size: 19px;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #fff;
}

.propiedad_item {
	overflow: hidden;
	padding: 0;
	max-width: 31%;
	cursor: pointer;
	width: 100%;
	margin-bottom: 30px;
	min-height: 355px;
}

.propiedad_item .etiquetas_props h2 {
	color: #fff;
	font-size: 15px;
	text-transform: initial;
	text-align: left;
	padding-left: 15px;
	margin-bottom: 5px;
	text-shadow: 0px 0px 3px black;
	margin-top: 0;
}

.propiedad_item .etiquetas_props div {
	max-width: 65%;
	margin-left: 15px;
	text-align: left;
	width: 100%;
	color: #fff;
	font-size: 15px;
	text-transform: initial;
	text-align: left;
	text-shadow: 0px 0px 3px black;
	margin-top: 0;
}

.propiedad_item .etiquetas_props h3 {
	color: #fff;
	font-size: 15px;
	text-transform: initial;
	text-align: left;
	padding-left: 15px;
	text-shadow: 0px 0px 3px black;
	margin-top: 0;
}

.propiedad_item .etiquetas_props {
	position: absolute;
	z-index: 2;
	width: auto;
	left: -10px;
	top: 15px;
	align-items: start;
	justify-content: space-between;
}

.propiedad_item .etiquetas_props a {
	padding: 5px 15px;
	color: #fff;
	display: inline-block;
	pointer-events: none;
	font-weight: normal;
	margin-left: 30px;
	margin-bottom: 10px;
}

.propiedad_item .etiquetas_props a:first-of-type {
	background: #407360;
	color: #fff;
	text-transform: uppercase;
}

.propiedad_item .etiquetas_props a:nth-of-type(2) {
	background: #eb0027;
}

.propiedad_item .owl-prop {
	object-position: center;
	object-fit: none;
	overflow: hidden;
	height: 100%;
	background: #666666;
}

.propiedad_item .info_prop {
	position: relative;
	bottom: 0;
	z-index: 2;
	width: 100%;
	/* background: rgb(235 0 39); */
	/* padding: 8px 8px; */
	left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.propiedad_item .info_prop .info_items {
	max-width: 100%;
	width: 100%;
}

.propiedad_item .info_prop .info_items h2 {
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	max-width: 50%;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: left;
	float: left;
}

.propiedad_item .info_prop .info_items h3 {
	margin: 0;
	font-size: 14px;
	margin-top: 10px;
	color: #fff;
	display: inline-block;
	max-width: 49%;
	width: 100%;
	text-align: right;
	text-overflow: ellipsis;
	display: inline-block;
	-webkit-line-clamp: 1;
	-webkit-box-orient;
	margin-top: 0;
	float: right;
}

.info_prop .info_items .amenities_props span {
	color: #88B2B5;
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}

.propiedad_item .line_prop {
	width: 100%;
	height: 1px;
	background: rgb(190 190 190);
	margin-top: 0px;
}

.propiedad_item .amenities_props {
	margin-top: 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.propiedad_item .amenities_props span {
	color: #8c8c8c;
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
	max-width: 50px;
}

.propiedad_item .amenities_props span img {
	width: 18px;
	margin-right: 5px;
	color: #000;
	display: inline-block;
	/* display: none; */
}

.propiedad_item .action_items {
	max-width: 100%;
	width: 100%;
	text-align: center;
}

.propiedad_item .action_items a {
	padding: 5px 10px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	width: 100%;
	display: inline-block;
}

.owl-carousel.owl-drag.owl-prop .owl-item img {
	position: absolute;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	object-position: center;
	object-fit: cover;
	justify-content: center;
}

.owl-carousel.owl-prop {
	height: 250px;
	border-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.owl-prop .item {
	height: 100vh;
	transform: translate3d(0, 0, 0);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%!important;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	object-position: center;
	object-fit: none;
	min-height: 255px;
	max-height: 255px;
	display: flex;
	align-items: center;
}

.owl-carousel.owl-prop .owl-stage-outer {
	height: 100%;
	background: #efefef;
}

.owl-carousel.owl-prop .owl-stage {
	height: 100%;
}

#see_more_props {
	background: #eb0027;
	color: #fff;
	max-width: 350px;
	display: block;
	width: 100%;
	margin: auto;
	height: 42px;
	line-height: 44px;
	text-transform: uppercase;
	font-size: 19px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* CONTACTO GENERIC */

.contacto_generic {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #f2f2f2;
	border-radius: 10px;
	margin-bottom: 50px;
}

.contacto_generic h2 img {
	height: 45px;
	margin-right: 10px;
}

.contacto_generic h2 {
	margin: 0;
	font-weight: 900;
	FONT-SIZE: 26px;
	text-align: center;
	color: #000;
}

.contacto_generic h3 {
	font-size: 22px;
	text-align: center;
	color: #494949;
	margin: 0;
	margin-top: 10px;
	font-weight: bold;
}

.contacto_generic form {
	max-width: 95%;
	width: 100%;
	display: flex;
	margin: auto;
	margin-top: 35px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contacto_generic form input:focus {
	outline: none;
}

.contacto_generic form input[type="text"],
.contacto_generic form input[type="email"] {
	/* max-width: 32%; */
	width: 49%;
	/* margin: 0px 4px; */
	height: 40px;
	background: #d9d8d6;
	border: 1px solid transparent;
	border-radius: 6.70px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: 200;
}

.contacto_generic form input[type="text"]:focus,
.contacto_generic form input[type="email"]:focus {}

.contacto_generic form textarea {
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 6.70px;
	margin-top: 0;
	resize: none;
	height: 130px;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
	font-weight: 200;
	font-size: 14px;
}

.tasaciones_textarea{
    background: #d9d8d6;
}

.contacto_generic form textarea:focus {
	outline: none;
}

.contacto_generic form input[type="submit"]:hover {
	background: transparent;
	color: #42505a;
	border: 1px solid #42505a;
	transition: all 0.3s ease-in-out;
}

.contacto_generic form input[type="submit"] {
	transition: all 0.3s ease-in-out;
	width: 100%;
	height: 44px;
	background: #42505a;
	border: 1px solid transparent;
	border-radius: 6.70px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 18px;
}

.contacto_generic ::-webkit-input-placeholder {
	/* Edge */
	color: #9f9f9f;
}

.contacto_generic :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #9f9f9f;
}

.contacto_generic ::placeholder {
	color: #9f9f9f;
}


/* FOOTER */

footer form ::-webkit-input-placeholder {
	/* Edge */
	color: #fff;
}

footer form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

footer form ::placeholder {
	color: #fff;
}

footer {
	background: #55575B;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 60px;
	justify-content: space-between;
}

footer .item_footer {
	max-width: 30%;
	width: 100%;
	text-align: center;
}

footer .item_footer.logos h2 {
	margin: 0;
	color: #aeaeae;
	font-size: 15px;
	margin-top: 13px;
	display: inline-block;
	font-weight: 500;
}

footer .item_footer.logos img {
	max-width: 248px;
	margin-bottom: 5px;
	display: block;
	margin: auto;
	margin-bottom: 12px;
}

footer .item_footer.logos a {
	color: #fff;
	display: inline-block;
	margin: 0px 5px;
	font-size: 20px;
}

footer .item_footer.logos a:hover {
	opacity: 1;
	color: rgb(255 120 7);
}

footer .item_footer.logos a i {}

footer .item_footer.links {}

footer .item_footer.links a:hover {
	opacity: 1;
	color: black;
	transition: 500ms;
	font-weight: bold;
}

footer .item_footer.links a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
}

footer .item_footer.datos p {
	display: inline-block;
	/* margin: 0px 10px; */
	color: #fff;
	text-align: left;
	font-size: 17px;
	font-weight: 200;
}

footer .item_footer.datos p a {
	color: #fff;
}

footer .item_footer.datos p a:hover {
	color: black;
	transition: 500ms;
	opacity: 1;
	font-weight: bold;
}

footer .item_footer.datos p i {
	margin-right: 7px;
	font-size: 22px;
}

footer .item_footer.datos {
	color: #fff;
	max-width: 38%;
	text-align: center;
}

footer .item_footer.datos a {}

footer .item_footer.datos a h2 {
	margin: 0;
	color: #fff;
	font-size: 17px;
	font-weight: 100;
}

footer .item_footer.datos div.suscribir {
	margin-top: 15px;
}

footer .item_footer.datos div.suscribir p {
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 20px;
}

footer .item_footer.datos div.suscribir form input[type=submit] {
	height: 39px;
	background: #ffffff;
	border: none;
	color: #eb0027;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 200px;
	width: 100%;
	margin-left: 10px;
}

footer .item_footer.datos div.suscribir form input[type=submit]:hover {}

footer .item_footer.datos div.suscribir form input[type=email] {
	height: 40px;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 200px;
	width: 100%;
}

footer .item_footer.datos div.suscribir form input[type=email]:focus {
	border-radius: 0;
	outline: none;
	border-color: #eb0027;
}

footer .item_footer.datos div.suscribir form {}

footer .item_footer.datos a i {
	margin-right: 7px;
	font-size: 20px;
}

footer .item_footer.datos div {}

footer .item_footer.datos div p {}

footer .item_footer.datos h3 {
	margin: 0;
	font-weight: 900;
	color: #fff;
	font-size: 17px;
	margin-top: 20px;
	margin-bottom: 10px;
}

footer .item_footer.matricula {
	display: flex;
	align-items: center;
}

footer .item_footer.matricula img {
	max-width: 60px;
	width: 100%;
}

footer .item_footer.matricula div {
	padding-left: 15px;
}

footer .item_footer.matricula div p {
	font-size: 11px;
	color: #fff;
	margin-bottom: 0;
	line-height: 18px;
}

.footer_bottom {
	background: #161616;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	padding-left: 50px;
	padding-right: 50px;
	display: flex;
	justify-content: space-between;
	font-size: 12.5px;
	align-items: center;
}

.footer_bottom span {
	text-align: center;
	font-size: 10px;
	padding-left: 30px;
}

.footer_bottom span:first-of-type {}

.footer_bottom span:nth-of-type(2) {}


/* PROPIEDADES */

header.header_generic {
	height: 400px;
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	margin-top: 0px;
}

header.header_prop.header_generic {
	background-image: url(../img/propiedades-header.jpg);
}

header.header_generic h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: lighter;
	display: block;
	font-size: 32px;
	margin-bottom: 0;
}

header.header_generic h1 {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	font-size: 40px;
	font-weight: 900;
}

header.header_empr.header_generic h1 {
	color: #000;
	font-size: 35px;
	font-weight: bold;
}

header.header_prop.header_generic h1 {
	color: #000;
	font-size: 40px;
	font-weight: 900;
}

div#down_form {
	padding: 0;
}

.search_home_form.search_prop {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 0;
	margin-top: 30px;
}

.search_home_form.search_prop h2 {
	margin: 0;
	font-size: 25px;
	max-width: 18%;
	width: 100%;
	text-align: center;
}

.search_home_form.search_prop div.button_filter a.button_filter_active {
	background: #42505a;
	color: #fff;
}

.search_home_form.search_prop div.button_filter a {
	border-radius: 10px;
	color: #000;
	max-width: 120px;
	width: 100%;
	display: inline-block;
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	font-weight: normal;
	cursor: pointer;
	margin-right: 5px;
}

.search_home_form.search_prop div.search_common {
	max-width: 50%;
	width: 100%;
}

.search_home_form.search_prop div.search_common input:focus {
	outline: none;
	border: 1px solid #42505a;
}

.search_home_form.search_prop div.search_common input {
	max-width: 73%;
	width: 100%;
	height: 35px;
	padding-left: 10px;
	font-weight: 300;
	border: none;
	margin-right: 10px;
}

.search_home_form.search_prop div.button_filter a:hover {
	background: #42505a;
	opacity: 1;
	color: #fff;
}

.search_home_form.search_prop div.button_filter {
	max-width: 31%;
	width: 100%;
	border-right: 1px solid gray;
	height: 50px;
	align-items: center;
	display: flex;
}

.search_home_form.search_prop div.property_type {
	max-width: 15%;
	width: 100%;
	border-right: 1px solid gray;
	padding-right: 10px;
}

.search_home_form.search_prop div {
	/* max-width: 75%; */
	width: 100%;
	align-items: center;
}

.search_home_form.search_prop form .select2-container {
	width: 100%!important;
	margin-right: 0px!important;
	margin-bottom: 0;
}

.search_home_form.search_prop form button {
	max-width: 150px!important;
	width: 100%!important;
	background: #2f3155;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	height: 35px;
	border-radius: 1px;
	transform: translateY(-1px);
	display: inline-block;
}

.filtros_aplicados {
	max-width: 100%;
	width: 100%;
	/* float: none; */
	margin: auto;
	margin-bottom: 45px;
}

.filtros_aplicados a {
	background: #eb0027;
	color: #fff;
	padding: 8px 10px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 1px;
	margin-right: 10px;
	z-index: 5;
	position: relative;
	display: inline-block;
	max-width: 250px;
	width: 100%;
	text-align: center;
}

.filtros_aplicados a i {
	float: right;
}

.filtros_aplicados a#deleteall {
	background-color: #000;
}

.counter {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.counter a {
	padding: 5px;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	max-width: 350px;
	width: 100%;
	display: inline-block;
	height: 35px;
	line-height: 25px;
	color: #b2b2b2;
	margin: 0 5px;
	font-size: 16px;
}

.counter a:hover {
	background: #2c539d;
	color: #fff;
	opacity: 1;
}

.counter a.active_counter {
	background: #2c539d;
	color: #fff;
}


/* EMPRENDIMIENTOS */

header.header_empr.header_generic {
	margin-bottom: 70px;
	background: #f4f4f4;
	height: 250px;
	padding-top: 62px;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 0;
}

header.header_prop.header_generic {
	margin-bottom: 70px;
	background: #f4f4f4;
	height: 250px;
	padding-top: 62px;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 0;
}

.propiedad_item.emprendimiento_item .info_prop .info_items h4 {}

.propiedad_item.emprendimiento_item {
	overflow: hidden;
	padding: 0;
	max-width: 31%;
	width: 100%;
	float: none;
	margin: 0;
	min-height: 410px;
	max-height: 410px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 18%);
	margin-bottom: 40px;
}

section.col-xs-12.home_props.emprendimientos_props {
	max-width: 85%;
	margin: auto;
	float: none;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-bottom: 50px;
}

.propiedad_item.emprendimiento_item:first-of-type {
	/* margin-left: -5%; */
}

.emprendimientos_props .owl-carousel.owl-prop .item {
	height: 100vh;
	transform: translate3d(0, 0, 0);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%!important;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	object-position: center;
	object-fit: none;
	min-height: 250px;
	max-height: 250px;
	display: flex;
	align-items: center;
}

.emprendimientos_props .owl-carousel.owl-prop {
	min-height: 250px;
}

.propiedad_item.emprendimiento_item .info_prop {
	/*position: absolute;*/
	bottom: 0;
	z-index: 2;
	width: 100%;
	/* background: rgb(235 0 39); */
	padding: 0;
	left: 0;
	display: flex;
	align-items: center;
}

.propiedad_item.emprendimiento_item .info_prop .info_items h3 img {
	max-width: 19px;
	width: 100%;
	vertical-align: text-top;
	margin-right: 5px;
}

.propiedad_item.emprendimiento_item .info_prop .info_items h4 {
	margin: 0;
	font-size: 13px;
	margin-top: 10px;
	color: #fff;
	font-weight: 300
}

.propiedad_item.emprendimiento_item .info_prop .info_items h4 span {
	font-weight: 900
}

.propiedad_item.emprendimiento_item .info_prop .info_items {
	max-width: 100%;
	width: 100%;
}

.propiedad_item.emprendimiento_item .action_items {
	max-width: 40%;
	width: 100%;
	text-align: center;
}

.propiedad_item.emprendimiento_item .info_prop .info_items h2 {
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.propiedad_item.emprendimiento_item .info_prop .info_items h3 {
	margin: 0;
	font-size: 14px;
	margin-top: 10px;
	color: #fff;
}

.propiedad_item.emprendimiento_item .action_items a {
	padding: 5px 5px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	width: 100%;
	display: inline-block;
}

.owl-nav {
	position: absolute;
	z-index: 200;
	top: 35%;
	width: 100%;
	left: 0;
	height: 0px;
}

.owl-prev {
	width: 60px;
	height: auto;
	position: absolute;
	margin-left: -5px;
	display: block !important;
	border: 0px solid black;
}

.owl-prev:focus {
	outline: none;
}

.owl-next:focus {
	outline: none;
}

.owl-next {
	width: 60px;
	height: auto;
	position: absolute;
	right: -5px;
	display: block !important;
	border: 0px solid black;
}

.owl-prev i,
.owl-next i {
	/* transform : scale(1,6); */
	color: #42505a;
	font-size: 55px;
	/* text-shadow: 0px 0px 5px black; */
}

.propiedades .owl-nav {
	position: absolute;
	z-index: 200;
	top: 45%;
	width: 100%;
	left: 0;
	height: 60px;
}

.arrows_home .owl-nav {
	position: absolute;
	z-index: 200;
	top: 19.5%;
	width: 100%;
	left: 0;
	height: 60px;
}

.modal_prop_emp {
	position: fixed;
	top: 0;
	z-index: 9999;
	left: 0;
	height: 100vh;
	width: 100%;
	BACKGROUND: rgba(0, 0, 0, 0.65);
	display: none;
}

.inside_modal {
	position: relative;
	top: 50%;
	left: 50%;
	max-width: 90%;
	transform: translate(-50%, -50%);
	padding: 10px;
	background: #fff;
	height: 90vh;
	/* display: flex; */
	align-items: center;
}

a.close_modal {
	position: absolute;
	right: 15px;
	top: 7px;
	color: gray;
	font-size: 18px;
	z-index: 10;
}

.owl-carousel.owl-modal .owl-stage {
	display: flex;
	align-items: center;
	justify-content: center;
}

.emprendimientos_home {
	padding: 0;
	margin-top: 60px;
	margin-bottom: 30px;
}

.emprendimientos_home .owl-empr {}

.emprendimientos_home .owl-empr .item {
	background-size: cover;
	height: 540px;
	background-position: center;
}

.emprendimientos_home .owl-empr .item_black {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 50%;
	padding: 30px;
	left: 0;
	transform: translateY(-50%);
	width: 55%;
	padding-bottom: 80px;
}

.emprendimientos_home .owl-empr .item_black h2 {
	margin: 0;
	text-transform: uppercase;
	color: #5f90e7;
	font-size: 19px;
	font-weight: 900;
}

.emprendimientos_home .owl-empr .item_black h3 {
	margin: 0;
	font-size: 48px;
	max-width: 90%;
	color: #fff;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 900;
}

.emprendimientos_home .owl-empr .item_black a {
	color: #fff;
	background: #2c539d;
	text-transform: uppercase;
	font-size: 17px;
	padding: 7px 19px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.emprendimientos_home .owl-dots {
	text-align: center;
	position: absolute;
	bottom: 25%;
	transform: translateY(-50%);
	width: 200px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 5;
	margin-left: 0;
	display: flex;
	align-items: center;
	left: 350px;
}

.emprendimientos_home .owl-dot {
	border-radius: 50px;
	height: 6px;
	width: 6px;
	display: block;
	background: #dbdbdb!important;
	margin-left: 6px;
	margin-right: 5px;
	margin-bottom: 20px;
	left: 20px;
	display: inline-block;
}

.owl-dot:focus {
	outline: none;
}

.emprendimientos_home .owl-dot.active {
	height: 12px;
	width: 12px;
	background: #376cd0!important;
	margin-left: 3px;
	display: inline-block;
}

.navbar-default .navbar-nav>li>a.phone_header {
	font-weight: 900;
	font-size: 17px;
}

.btn_wp:hover {
	color: #fff;
	opacity: 1;
	background: #42505a;
}

.btn_wp {
	position: fixed;
	right: 20px;
	z-index: 20;
	padding: 5px 5px;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	bottom: 15px;
	background: #00A859;
	color: #fff;
	font-size: 40px;
	text-align: center;
	line-height: 58px;
	box-shadow: 0px 0px 7px rgb(0 0 0 / 0.55);
}

.btn_wp img {
	max-width: 45px;
}

header.header_tasac.header_generic {
	background-image: url(/img/portada-tasaciones-2.jpg);
	background-position-y: -200px;
	background-repeat: no-repeat;
	margin-bottom: 70px;
}

.tasaciones_container {
	max-width: 87%;
	margin: auto;
	float: none;
}

.tasaciones_container .tasaciones_text {}

.tasaciones_container .tasaciones_text h2 {
	font-weight: 900;
	margin: 0;
	color: #3f3f3f;
	margin-bottom: 20px;
}

.tasaciones_container .tasaciones_text p {
	font-size: 25px;
	color: #3f3f3f;
	max-width: 85%;
	font-weight: 200;
}

.tasaciones_container .tasaciones_form {
	padding-bottom: 90px;
	BACKGROUND: TRANSPARENT;
}

.tasaciones_container .tasaciones_form h3 {
	font-weight: 900;
	margin: 0;
	color: #3f3f3f;
	font-size: 36px;
	margin-bottom: 20px;
	/* margin-top: 60px;*/
}

.tasaciones_container .tasaciones_form .contacto_generic.contacto_tasaciones {
	padding-top: 0;
	padding-bottom: 0;
	padding: 0;
	background: transparent;
}

.tasaciones_container .tasaciones_form .contacto_generic.contacto_tasaciones form {
	max-width: 100%;
	padding: 0;
	margin-top: 0;
}

.contacto_generic.contacto_tasaciones form input[type="text"],
.contacto_generic.contacto_tasaciones form input[type="email"] {
	/* max-width: 100%; */
	margin-bottom: 15px;
}

.contacto_generic.contacto_tasaciones form textarea {
	margin-top: 0;
	font-size: 19px;
}

header.header_ases.header_generic {
	background-image: url(../img/asesoramiento-header.jpg);
	margin-bottom: 70px;
}

.asesoramiento_container {
	max-width: 87%;
	margin: auto;
	float: none;
}

.asesoramiento_container h2 {
	font-weight: 900;
	margin: 0;
	color: #3f3f3f;
	font-size: 36px;
	padding-left: 13px;
	margin-bottom: 20px;
}

.asesoramiento_container .asesoramiento_text p strong {
	font-weight: 900
}

.asesoramiento_container .asesoramiento_text p {
	font-size: 16px;
	color: #3f3f3f;
	max-width: 85%;
	font-weight: 300;
	margin-bottom: 5px;
}

.asesoramiento_container .asesoramiento_text div {
	margin-bottom: 25px;
}

.propiedades_asesoramiento {
	background-image: url(../img/bg_as.jpg);
	height: 400px;
	background-size: cover;
	background-position: center;
	margin-top: 150px;
	display: flex;
	/* align-items: center; */
	justify-content: space-evenly;
	margin-bottom: 30px;
}

.propiedades_asesoramiento div {}

.propiedades_asesoramiento div:first-of-type {
	background-image: url(../img/as-1.jpg);
	height: 350px;
	width: 350px;
	background-size: cover;
	background-position: center;
	display: inline-block;
	margin-top: -50px;
}

.propiedades_asesoramiento div:nth-of-type(2) {
	background-image: url(../img/as-2.jpg);
	height: 350px;
	width: 350px;
	background-size: cover;
	background-position: center;
	margin-top: -50px;
}

.propiedades_asesoramiento div:nth-of-type(3) {
	background-image: url(../img/as-3.jpg);
	height: 350px;
	width: 350px;
	background-size: cover;
	background-position: center;
	margin-top: -50px;
}

.propiedades_asesoramiento div a {
	display: block;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.propiedades_asesoramiento div a h2 {
	background-color: rgba(27, 52, 100, 0.61);
	color: #fff;
	border: 1px solid #fff;
	max-width: 80%;
	margin: auto;
	position: relative;
	text-align: center;
	font-size: 21px;
	padding: 15px;
	line-height: 26px;
}

.propiedades_asesoramiento div a:hover {
	opacity: 1;
	transform: scale(1.1);
}

header.header_contacto.header_generic {
	background-image: url(/img/portada-contacto-2.jpg);
	background-position-y: -170px;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

header.header_generic.header_contacto h1 {
	font-size: 48px;
}

.contacto_generic.contacto_section h2 {
	text-transform: initial;
	font-size: 35px;
}

.mapa_contacto {
	background: #ff7807;
	padding: 0;
	height: 300px;
	display: flex;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 0px;
	background-image: url(../img/bg-contacto.jpg);
	background-size: 50% 100%;
}

.mapa_contacto .mapa {
	height: 100%;
	background: #cdcdcd;
	padding: 0;
	display: block!important;
	width: 50%;
}

.mapa_contacto .contacto_datos {
	padding-left: 60px;
}

.mapa_contacto .contacto_datos p {
	color: #fff;
	font-size: 17px;
	margin: 20px 0px;
}

.mapa_contacto .contacto_datos p a {
	color: #fff;
}

.mapa_contacto .contacto_datos p a i {
	margin-right: 10px;
	font-size: 22px;
}

.mapa_contacto .contacto_datos p i {
	margin-right: 10px;
	font-size: 22px;
}

header.header_nosotros.header_generic {
	background-image: url(../img/nosotros-header.jpg);
	margin-bottom: 70px;
}

.nosotros {
	background-image: url(../img/nos-bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 250px;
	background-size: contain;
}

.nosotros_container {
	max-width: 100%;
	margin: auto;
	background-color: #eb0027;
	margin-top: -70px;
	background-image: url(../img/bg_nosotros.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: -40px;
	padding-left: 50px;
	padding-right: 50px;
	color: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
}

.nosotros_container>p {
	text-align: center;
	font-size: 19px;
	color: #3f3f3f;
	margin-bottom: 25px;
}

.nosotros_container .items_nos {
	display: flex;
	margin-top: 80px;
	justify-content: space-evenly;
	text-align: center;
	/* margin-bottom: 20px; */
}

.nosotros_container .items_nos div {
	max-width: 25%;
}

.nosotros_container .items_nos div img {}

.nosotros_container .items_nos div h2 {
	color: #3f3f3f;
	font-size: 21px;
	font-weight: 900;
}

.nosotros_container .items_nos div p {
	color: #3f3f3f;
	font-size: 17px;
	font-weight: 300;
}

.mobile {
	display: none;
}

.ficha {
	z-index: 2;
	position: relative;
}

.ficha .header_ficha_empr h1 img {
	height: 28px;
	vertical-align: top;
	margin-right: 10px;
}

.ficha .header_ficha_empr h1 {
	color: #353535;
	font-size: 28px;
	font-weight: 200;
	text-transform: initial;
	text-align: center;
}

.ficha .header_ficha_empr {
	background-color: #fff;
	display: block;
	height: 180px;
	display: flex;
	align-items: center;
	margin-top: 129px;
	justify-content: space-between;
	flex-direction: row;
}

.ficha .header_ficha_prop h1 img {
	height: 35px;
	vertical-align: top;
	margin-right: 10px;
}

.ficha .header_ficha_prop h1 {
	color: #353535;
	font-size: 35px;
	font-weight: 400;
	text-transform: initial;
	text-align: center;
}

.ficha .header_ficha_prop {
	background-color: #fff;
	display: block;
	height: 180px;
	display: flex;
	align-items: center;
	margin-top: 129px;
	justify-content: space-between;
	flex-direction: row;
}

header.header_generic.header_ficha_empr h1 {
	font-size: 30px;
	margin-top: 25px;
}

.ficha .etiquetas_volver {
	max-width: 310px;
	width: 100%;
}

.ficha.ficha_prop .etiquetas_volver .back_page {
	max-width: 180px;
}

.ficha .etiquetas_volver .back_page {
	color: #fff;
	font-size: 18px;
	display: flex;
	vertical-align: top;
	background: #42505a;
	height: 35px;
	line-height: 35px;
	max-width: 230px;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	text-transform: uppercase;
	font-size: 14px;
}

.ficha .etiquetas_volver .back_page i {
	/* background: #000; */
	/* width: 50px; */
	/* height: 50px; */
	/* border-radius: 50%; */
	/* text-align: center; */
	/* line-height: 50px; */
	/* font-size: 30px; */
	/* color: #fff; */
	/* display: block; */
}

.ficha .etiquetas_header {
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
}

.ficha .etiquetas_header a i {
	text-align: right;
	margin-left: 8px;
}

.ficha .etiquetas_header a {
	background: #eb0027;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 9px 14px;
	border-radius: 4px;
	margin-bottom: 10px;
	max-width: 190px;
	width: 100%;
	display: block;
	opacity: 1!important;
	text-align: center;
	pointer-events: none;
}

.ficha h1 {}

.ficha .center_ficha {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ficha .callaction_header {
	margin-top: 15px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 310px;
	width: 100%;
}

.ficha .callaction_header a {
	display: inline-block;
	padding: 10px;
	margin: 0 10px;
	background: black;
	color: #fff;
	text-transform: uppercase;
}

.ficha .callaction_header a img {
	max-width: 43px;
	text-align: center;
}

.ficha .mapa_street .mapa_ficha {
	height: 300px;
	background: #ccc;
}

.col-xs-12.slider.slider_empr {
	height: 400px;
	padding: 0;
}

.owl-carousel.owl-ficha .item {
	height: 100vh;
	transform: translate3d(0, 0, 0);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%!important;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	object-position: center;
	object-fit: none;
	min-height: 400px;
	max-height: 400px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
}

.owl-carousel.owl-ficha {
	min-height: 400px;
}

.owl-carousel.owl-drag.owl-ficha .owl-item img {
	position: absolute;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	object-position: center;
	object-fit: scale-down;
	justify-content: center;
}

.owl-carousel.owl-drag.owl-ficha .owl-item.eager {
	opacity: 0.6;
	transform: scale(0.9, 0.9);
}

.owl-carousel.owl-drag.owl-ficha .item {
	opacity: 0.5;
	transition: .4s ease all;
}

.owl-carousel.owl-drag.owl-ficha .active .item {
	opacity: 1;
}

.owl-carousel.owl-ficha .owl-nav button.owl-prev {
	background: #eb0027;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 63px;
	margin-left: 30px;
}

.owl-carousel.owl-drag.owl-ficha .owl-prev i,
.owl-carousel.owl-drag.owl-ficha .owl-next i {
	/* transform: scale(1,6); */
	color: #fff;
	font-size: 35px;
	text-shadow: none;
}

.owl-carousel.owl-drag.owl-ficha .owl-nav button.owl-next {
	background: #eb0027;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 63px;
	margin-right: 30px;
}

.owl-carousel.owl-drag.owl-ficha .owl-dots {
	text-align: center;
	position: relative;
	bottom: 0;
	transform: translateY(0%);
	width: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 5;
	margin-left: 0px;
	background: #fff;
	padding-top: 10px;
	text-align: center;
	max-width: 90%;
	margin: auto;
}

.owl-carousel.owl-drag.owl-ficha .owl-dot {
	border-radius: 0px;
	height: 6px;
	width: 120px;
	display: block;
	background: #dbdbdb!important;
	margin-left: 6px;
	margin-right: 5px;
	margin-bottom: 20px;
	left: 0;
	display: inline-block;
	margin-right: -6px;
}

.owl-carousel.owl-drag.owl-ficha .owl-dot.active {
	height: 10px;
	width: 120px;
	background: #376cd0!important;
	margin-left: 3px;
}

.superficie_valor {
	display: flex;
	border: 1px solid #dfdfdf;
	margin-bottom: 70px;
}

.superficie_valor>div {
	max-width: 50%;
	width: 100%;
	padding: 50px 25px;
}

.superficie_valor div h2 {
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	color: #4b4b4b;
	font-size: 24px;
	font-weight: 900;
	vertical-align: top;
}

.superficie_valor div h3 {
	margin: 0;
}

.superficie_valor div h4 {
	margin: 0;
}

.superficie_valor>div img {
	margin-right: 10px;
	vertical-align: bottom;
}

.superficie_valor>div div img {}

.superficie_valor>div p {
	font-size: 23px;
	font-weight: 900;
	color: #b5b5b5;
	text-align: center;
	margin-top: 15px;
}

.superficie_valor>div.valor_cluster {
	background: #eb0027;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.superficie_valor>div.valor_cluster img {
	filter: brightness(1.5);
	margin-right: 20px;
}

.superficie_valor>div.valor_cluster h3 {
	font-size: 25px;
	font-weight: 300;
}

.superficie_valor>div.valor_cluster h4 {
	margin-top: 10px;
	font-size: 29px;
	font-weight: 900;
}

.ficha_container {
	max-width: 87%;
	margin: auto;
	float: none;
	margin-top: 100px;
}

.owl-planos .owl-item img {
	display: block;
	width: 100%;
	margin: auto;
	background: #ffffff;
	height: 400px;
	object-fit: scale-down;
}

.planos_container .owl-carousel .owl-nav {
	top: 45%;
}

.planos_container {
	background: rgb(235 0 39);
	/* padding-top: 50px; */
	/* padding-bottom: 50px; */
	display: block;
}

.owl-carousel.owl-planos.col-xs-12.owl-loaded.owl-drag {
	height: 400px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.planos_container .slide-cont {
	width: 600px;
	display: block;
	margin: 0 auto;
}

.planos_container .owl-carousel.owl-modal div {
	width: 100%;
}


/*SEE END OF THUMBNAIL FUCNTION TO TINKER SIZE OF THUMBS*/

.planos_container .owl-carousel.owl-modal .owl-controls .owl-dot {
	float: left;
	background-size: cover;
	margin-top: 10px;
}


/* BELOW THIS IS JUST MY OWN BACKGROUND ETC AND ISN'T NEEDED */

.planos_container .owl-carousel.owl-modal button.owl-dot {
	width: 80px!important;
	background-size: cover;
	margin-right: 5px;
	height: 80px!important;
	margin-top: 15px;
	background-position: center;
	background-repeat: no-repeat;
}

.planos_container .owl-carousel.owl-modal .owl-stage {
	display: flex;
	align-items: center;
	justify-content: center;
}

.planos_container .owl-carousel .owl-nav {
	top: 45%;
}

.planos_container .owl-carousel .owl-nav button.owl-prev {
	background: #ffffff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 63px;
	margin-left: -100px;
}

.planos_container .owl-carousel .owl-prev i,
.planos_container .owl-carousel .owl-next i {
	/* transform: scale(1,6); */
	color: #eb0027;
	font-size: 35px;
	text-shadow: none;
}

.planos_container .owl-carousel .owl-nav button.owl-next {
	background: #ffffff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 63px;
	margin-right: -100px;
}

.planos_container a {
	background: #376cd0;
	color: #fff;
	font-weight: 900;
	display: inline-block;
	font-size: 18PX;
	PADDING: 9PX 20PX;
	position: absolute;
	right: 370px;
	bottom: 70px;
	z-index: 3;
}

.planos_container a img {
	max-width: 50px;
	margin-right: 10px;
}

.container_fichas_texts {
	padding: 0;
	/* border: 1px solid #ccc; */
	/* margin-bottom: 50px; */
	/* position: relative; */
}

.container_fichas_texts h2 {
	font-size: 25px;
	color: #000000;
	font-weight: 900;
	margin: 0;
	padding: 0;
	background: #fff;
	padding: 0;
	margin-bottom: 15px;
}

.col-xs-12.m-85 {
	float: none;
	max-width: 85%;
	margin: auto;
}

.content_ficha {
	margin-bottom: 50px;
}

.container_fichas_texts.details {
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.container_fichas_texts.details p {
	display: inline-block;
	font-size: 16px;
	max-width: 400px;
	width: 100%;
	text-align: center;
	margin-bottom: 17px;
}

.container_fichas_texts.details p span {
	font-weight: 900
}

.container_fichas_texts.amenities {
	padding-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 30px;
}

.container_fichas_texts.amenities>div {
	max-width: 25%;
	width: 100%;
}

.container_fichas_texts.amenities>div div {}

.container_fichas_texts.amenities>div p {
	font-weight: 900;
	font-size: 16px;
}

.container_fichas_texts.amenities>div img {
	margin-right: 10px;
}

.container_fichas_texts.description {
	padding-right: 60px;
	margin-top: 20px;
}

.container_fichas_texts.description p {
	font-size: 15px;
	color: #333;
	white-space: pre-line;
	font-weight: 300;
	line-height: 19px;
}

.container_fichas_texts.unity {
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
}

.container_fichas_texts.unity div {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.container_fichas_texts.unity div a {
	display: block;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}

.container_fichas_texts.unity div a img {
	width: 125px;
	/* height: 70px;*/
}

.container_fichas_texts.unity div a span {
	background: #eb0027;
	color: #fff;
	padding: 5px 20px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 16px;
}

.container_fichas_texts.unity div a div {
	color: gray;
	display: flex;
	align-items: center;
	font-size: 15px;
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.container_fichas_texts.unity div a div img {
	max-width: 30px;
	height: auto;
	filter: brightness(0.7);
	margin-right: 8px;
}

.container_fichas_texts.unity div a p {
	color: gray;
	font-style: italic;
	font-size: 16px;
	margin: 0;
}

.container_fichas_texts.unity div a h3 {
	background: #eb0027;
	color: #fff;
	padding: 7px 25px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 16px;
}

.mapa_street {
	height: 300px;
	background: #ccc;
	padding: 0;
}

.ficha_prop .superficie_valor>div.valor_cluster img {
	filter: none;
	margin-right: 20px;
	margin-left: 0;
}

.ficha_prop .superficie_valor>div.valor_cluster {
	background: transparent;
	color: #4b4b4b;
	border-left: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ficha_prop .superficie_valor>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ficha_prop .superficie_valor>div span {
	font-size: 15px;
	font-weight: 900;
}

.ficha_prop .superficie_valor>div img {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.container_fichas_texts.ficha_tecnica {
	padding-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px solid #D8D8D8;
}

.container_fichas_texts.descripcion {
	padding-top: 20px;
}

.container_fichas_texts.ficha_tecnica h2 {
	float: left;
	display: inline;
	width: 150px;
	font-weight: 400;
	margin: 0;
	font-size: 18px;
}

.container_fichas_texts.ficha_tecnica .datos {
	float: right;
	width: 540px;
}

.container_fichas_texts.ficha_tecnica p {
	white-space: pre-line;
	line-height: 23px;
}

.container_fichas_texts.ficha_tecnica li {
	display: inline;
	float: left;
	width: 50%;
	line-height: 23px;
}

.container_fichas_texts.ficha_tecnica span {
	font-weight: bold;
}

.container_fichas_texts.ficha_tecnica ul {
	margin: 0;
	padding: 0;
}

.buttons_prop {
	max-width: 87%;
	margin: auto;
	margin-top: 20px;
}

.buttons_prop a.button_destacado {
	background: #eb0027;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	max-width: 49.5%;
	width: 100%;
	padding: 10px 10px;
	font-size: 18px;
	margin-top: 20px;
	height: 50px;
	line-height: 35px;
}

.buttons_prop a.button_destacado#see_gallery {
	background: #111119;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	max-width: 49.5%;
	width: 100%;
	padding: 10px 10px;
	font-size: 18px;
	margin-top: 20px;
	height: 50px;
	line-height: 35px;
}

.modal_prop_emp .owl-modal .owl-dots {
	display: none;
}

.filtros_aplicados h3 {
	max-width: 85%;
	margin: auto;
	font-size: 18px;
}

input#superficie-min {
	height: 50px;
	border: none;
	color: gray;
	width: 100%;
	max-width: 40%;
	border-radius: 0;
	height: 39px;
}

input#superficie-min:focus {
	outline: none;
}

input#superficie-min::-webkit-input-placeholder {
	/* Edge */
	color: #aeaeae;
}

input#superficie-min:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aeaeae;
}

input#superficie-min::placeholder {
	color: #aeaeae;
}

input#superficie-max {
	height: 50px;
	border: none;
	padding-left: 0;
	color: gray;
	width: 100%;
	max-width: 40%;
	border-radius: 0;
	height: 39px;
}

.col-xs-12.slider.slider_prop {
	padding: 0;
}

.col-xs-12.col-sm-6.mapa_ficha {
	padding: 0;
}

.streetview {
	padding: 0;
}

input#superficie-max:focus {
	outline: none;
}

input#superficie-max::-webkit-input-placeholder {
	/* Edge */
	color: #aeaeae;
}

input#superficie-max:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aeaeae;
}

input#superficie-max::placeholder {
	color: #aeaeae;
}

#st-1 .st-btn[data-network='sharethis'] {
	background-color: transparent!important;
	border: none!important;
}

#st-1 .st-btn>img {
	display: inline-block!important;
	height: 25px!important;
	width: 22px!important;
	position: relative;
	top: 5px!important;
	vertical-align: top;
	filter: brightness(5.5)!important;
}

#st-1 .st-btn:hover {
	opacity: 1!important;
	top: 0!important;
}

.filtros_aplicados div {
	max-width: 85%;
	margin: auto;
	margin-top: 20px;
}

.emprendimientos_home>h2 {
	margin: 0;
	text-align: center;
	color: #2c539d;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 38px;
}

.owl-modal .owl-stage {
	right: 10px;
}

.owl-carousel.owl-drag.owl-modal-ficha .owl-item img {
	position: absolute;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	object-position: center;
	object-fit: scale-down;
	justify-content: center;
}

.owl-carousel.owl-modal-ficha .item {
	height: 100vh;
	transform: translate3d(0, 0, 0);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%!important;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	object-position: center;
	object-fit: none;
	min-height: 85vh;
	max-height: 85vh;
	display: flex;
	align-items: center;
}

.owl-modal-ficha .owl-nav {
	top: 40%;
}

.select2-container--default.select2-container .select2-selection--multiple {
	border: none!important;
	outline: 0;
	overflow: auto;
	border-radius: 6.70px;
}

.select2-container--default.select2-container .select2-selection--multiple {
	border: none!important;
	outline: 0;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 50px;
	user-select: none;
	-webkit-user-select: none;
/*	max-height: 50px;*/
	border-radius: 0;
	margin-top: -6px;
/*	padding-left: 7px;*/
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	/* display: inline-block; */
	max-width: initial;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	/* margin-top: 4px; */
	width: auto!important;
	/*float: left;*/
}

.select2-container--default .select2-search--inline .select2-search__field {
	/* width: auto!important; */
	margin-top: 2px;
}

.grecaptcha-badge {
	z-index: 100;
}

.footer_bottom img {
	width: 100%;
}

.hide-lg {
	display: none;
}

label {
	display: block;
}

.contacto_generic.foot form input[type="text"],
.contacto_generic.foot form input[type="email"] {
	max-width: 100%;
	height: 40px;
	background: #f8f8f8;
	border: 1px solid #e1e1e1;
	padding-left: 10px;
	font-weight: 200;
	font-size: 14px;
	width: 100%;
	margin-bottom: 20px;
}

.pagination {
	display: block;
	width: 100%;
	margin: 0;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.pagination a {
	width: 40px;
	display: inline-block;
	height: 40px;
	border-radius: 4px;
	color: #cccaca;
	font-size: 20px;
	line-height: 40px;
	margin: 3px;
	border-radius: 50%;
}

.pagination a.active {
	background: black;
	color: #fff;
}

.superficie_valor>div img.sup_icon {
	display: block;
	margin: auto;
	filter: brightness(0.7);
	margin-bottom: 10px;
}

.main_gallery {
	padding: 0;
	margin-top: 0;
	background: #e6e6e6;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 30px;
}

.outer {
	margin: 0 auto;
	max-width: 100%;
	/* display: flex; */
	/* justify-content: space-between; */
	height: 450px;
}

#big .item {
	background: #fdfdfd;
	padding: 120px 0px;
	margin: 2px;
	color: #fff;
	border-radius: 0;
	text-align: center;
	height: 450px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#thumbs .item {
	background: #c9c9c9;
	height: 100px;
	line-height: 70px;
	padding: 0px;
	margin: 3px;
	color: #fff;
	border-radius: 0;
	text-align: center;
	cursor: pointer;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	opacity: .7;
}

#thumbs .item h1 {
	font-size: 18px;
}

#thumbs .current .item {
	background: #e6e6e6;
	opacity: 1;
}

.owl-theme .owl-nav [class*="owl-"] {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
	background-color: transparent;
}

.main_thumb {
	max-width: 30%;
	width: 100%;
}

div#thumbs {
	max-width: 100%;
	width: 100%;
	height: 85%;
}

#big.owl-theme {
	position: relative;
	max-width: 100%;
	width: 100%;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
	background: #333;
	width: 22px;
	line-height: 40px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
}

#big.owl-theme .owl-prev {
	left: 10px;
	background: #42505a;
	width: 55px;
	height: 55px;
	line-height: 38px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	text-indent: -15px;
}

#big.owl-theme .owl-prev i,
#big.owl-theme .owl-next i {
	color: #fff;
}

#big.owl-theme .owl-next {
	right: 6px;
	background: #42505a;
	width: 55px;
	height: 55px;
	line-height: 38px;
	border-radius: 50%;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
	background: #333;
}

@media only screen and (min-width: 768px) {
	#thumbs .owl-stage {
		width: 100%!important;
	}
	#thumbs .owl-item {
		width: 32%!important;
	}
}

.info_nosotros {
	text-align: center;
	padding-right: 30px;
}

.info_nosotros h2 {
	margin: 0;
	margin-bottom: 20px;
}

.info_nosotros p br {
	margin-bottom: 20px;
	display: block;
	width: 100%;
	line-height: 33px;
}

.info_nosotros p {
	line-height: 26px;
	font-size: 16px;
	margin-bottom: 50px;
}

.images_nosotros {
	padding-left: 30px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
}

.images_nosotros .one_nos {
	max-width: 47%;
	width: 100%;
}

.images_nosotros .two_nos {
	max-width: 47%;
	width: 100%;
	margin-top: 40px;
}

.images_nosotros .item_nosotros {
	background: #fff;
	margin-bottom: 35px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 72%);
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
}

.images_nosotros .item_nosotros img {
	background: #eb0027;
	border-radius: 50%;
	padding: 10px;
	max-width: 50%;
}

.nos_body .mapa_contacto {
	background-image: url(../img/bg_contacto2.jpg);
}

.images_nosotros .item_nosotros h3 {
	margin: 0;
	color: #2f2f2f;
	margin-top: 15px;
}

.images_nosotros .item_nosotros p {
	margin: 0;
	color: gray;
	margin-top: 20px;
}

.slide_nosotros {
	display: none;
}

.nosotros_home {
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 60px;
}

.nosotros_home .nosotros_container {
	max-width: 100%;
	margin: auto;
	background-color: #eb0027;
	margin-top: -70px;
	background-image: url(../img/bg_nosotros.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-left: 50px;
	padding-right: 50px;
	color: #fff;
	padding-top: 70px;
	padding-bottom: 30px;
	display: flex;
	align-items: center;
}

.nosotros_home .nosotros_container>p {
	text-align: center;
	font-size: 19px;
	color: #3f3f3f;
	margin-bottom: 25px;
}

.nosotros_home .nosotros_home .nosotros_container .items_nos {
	display: flex;
	margin-top: 80px;
	justify-content: space-evenly;
	text-align: center;
	/* margin-bottom: 20px; */
}

.nosotros_home .nosotros_container .items_nos div {
	max-width: 25%;
}

.nosotros_home .nosotros_container .items_nos div img {}

.nosotros_home .nosotros_container .items_nos div h2 {
	color: #3f3f3f;
	font-size: 21px;
	font-weight: 900;
}

.nosotros_home .info_nosotros {
	text-align: center;
	padding-right: 30px;
}

.nosotros_home .info_nosotros h2 {
	margin: 0;
	margin-bottom: 40px;
	font-size: 36px;
}

.nosotros_home .info_nosotros p br {
	margin-bottom: 20px;
	display: block;
	width: 100%;
	line-height: 33px;
}

.nosotros_home .info_nosotros p {
	line-height: 26px;
	font-size: 16px;
	margin-bottom: 30px;
}

.nosotros_home .images_nosotros {
	padding-left: 30px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	padding-top: 0px;
}

.nosotros_home .images_nosotros .one_nos {
	max-width: 47%;
	width: 100%;
}

.nosotros_home .info_nosotros a {
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	background: #eb0027;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
	font-size: 20px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 41%);
}

.nosotros_home .images_nosotros .two_nos {
	max-width: 47%;
	width: 100%;
	margin-top: 40px;
}

.nosotros_home .images_nosotros .item_nosotros {
	background: #fff;
	margin-bottom: 35px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 72%);
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
}

.nosotros_home .images_nosotros .item_nosotros img {
	background: #eb0027;
	border-radius: 50%;
	padding: 10px;
	max-width: 50%;
}

.nosotros_home .images_nosotros .item_nosotros h3 {
	margin: 0;
	color: #2f2f2f;
	margin-top: 15px;
}

.nosotros_home .images_nosotros .item_nosotros p {
	margin: 0;
	color: gray;
	margin-top: 20px;
}

.inner_home {
	max-width: 100%;
	margin: auto;
	padding-top: 80px;
	float: none;
}

.responsive-slick .propiedad_item {
	max-width: 100%;
}

.suscribir_home {
	background: #1d1d1d;
	text-align: center;
	padding: 70px 0px;
	margin-top: 0;
}

.suscribir_home form input[type=submit] {
	background: #eb0027;
	color: #fff;
	border-color: #eb0027;
	padding-left: 0;
	font-size: 18px;
}

.suscribir_home form input {
	max-width: 200px;
	width: 100%;
	height: 45px;
	padding-left: 10px;
	color: #fff;
	font-size: 16px;
	background: transparent;
	border-radius: 0px;
	border: 2px solid #fff;
	margin: 0px 5px;
	outline: none;
}

.suscribir_home h2 {
	margin: 0;
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
}

.suscribir_home form {
	max-width: 87%;
	padding: 0;
	margin: auto;
	width: 100%;
}

.suscribir_home form ::-webkit-input-placeholder {
	/* Edge */
	color: #fff;
}

.suscribir_home form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.suscribir_home form ::placeholder {
	color: #fff;
}

.tasaciones_home {
	padding: 100px 0px;
	background-image: url(../img/tasaciones_bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	color: #ffff;
}

.tasaciones_home h2 {
	margin: 0;
	font-weight: 799;
	font-size: 38px;
}

.tasaciones_home h3 {
	max-width: 45%;
	margin: auto;
	font-size: 18px;
	font-weight: 300;
	margin-top: 30px;
	line-height: 30px;
}

.tasaciones_home a {
	display: block;
	margin: auto;
	margin-top: 30px;
	max-width: 300px;
	width: 100%;
	height: 45px;
	background: #fff;
	line-height: 47px;
	text-transform: uppercase;
	font-size: 18px;
	color: #eb0027;
	font-weight: 500;
}

.home .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: gray;
	text-align: left;
	line-height: 36px;
	border-radius: 0;
	font-size: 15px;
/*	height: 36px;*/
}

.home *:focus {
	outline: none
}

.home .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 6.70px;
	margin-top: -6px;
	height: 36px;
}

.home .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px;
	position: absolute;
	top: -6px;
	right: 1px;
	width: 20px;
}

.home .select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
	min-width: 250px;
    max-width: 250px;
	width: 100%!important;
}

#owl-prop-home .propiedad_item {
	max-width: 100%;
}

#owl-prop-home button.owl-prev {
	left: -100px;
	top: 0;
	transform: translateY(0%);
}

#owl-prop-home button.owl-next {
	right: -100px;
	top: 0%;
	transform: translateY(0%);
}

#owl-prop-home .owl-prop .owl-nav {
	z-index: 10;
}

#owl-prop-home .owl-prop button.owl-prev {
	left: 0;
	top: 0%;
	transform: translateY(0%);
}

#owl-prop-home .owl-prop button.owl-next {
	right: 0px;
	top: 0%;
	transform: translateY(0%);
}

#owl-prop-home .owl-nav {
	top: 45%;
	transform: translateY(-70%);
}

#owl-prop-home .owl-prop .owl-nav {
	top: 40%;
	transform: translateY(0);
	display: none;
}

.search_prop .select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 48px;
	user-select: none;
	-webkit-user-select: none;
	max-height: 45px;
	border-radius: 4px;
	margin-top: 0px;
	padding-left: 7px;
}

.search_prop .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	/* display: inline-block; */
	max-width: initial;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	/* margin-top: 4px; */
	width: auto!important;
	float: left;
}

.owl-fichas .owl-nav.disabled {
	display: block;
	position: absolute;
	top: 45%;
}

.owl-fichas .owl-nav.disabled button {}

.navbar-default.scrolled .navbar-nav>li>a {
	color: #fff;
	text-shadow: none;
	font-weight: bold;
}

.navbar-default.scrolled .navbar-nav>li>a:hover {
	color: #ee771f;
	text-shadow: none;
}

.navbar-default.scrolled .navbar-nav>li>a:focus {
	color: #ee771f;
	text-shadow: none;
}


/* PRIMMO custom CSS */

.navbar-nav>li.social_buttons {
	margin-left: 30px;
    margin-top: 15px;
}

.navbar-nav>li.social_buttons div {}

.navbar-nav>li.social_buttons a {
	color: #fff;
	margin-right: 10px;
	margin-bottom: 7px;
	display: inline-block;
	font-size: 14px!important;
}

.navbar-nav>li.social_buttons a:hover{
    color: black;
    transition: 500ms;
}

p.description {
	text-align: center;
	color: #aeaeae;
	font-weight: 200;
	line-height: 16px;
	font-size: 16px;
}

.owl-prop .owl-prev i,
.owl-prop .owl-next i {
	color: #fff;
	text-shadow: 0px 0px 2px black;
}

#owl-empr-home .emprendimiento_item {
	max-width: 100%;
}

.emprendimiento_item {
	overflow: hidden;
	padding: 0;
	max-width: 31%;
	width: 100%;
	margin-bottom: 30px;
	min-height: 432px;
	max-height: 432px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 18%);
	background: #f5f5f5;
}

.propiedad_item.emprendimiento_item .etiquetas_props {
	display: block;
}

#owl-empr-home button.owl-prev {
	left: -100px;
	top: 0;
	transform: translateY(0%);
}

#owl-empr-home button.owl-next {
	right: -100px;
	top: 0%;
	transform: translateY(0%);
}

section.col-xs-12.container-fluid.home_props.home_empr {
	background: #f6f6f6;
}

.emprendimiento_item .text_prop p {
	max-width: 45%;
	display: inline-block;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 5px;
	font-size: 14px;
	text-align: center;
	text-transform: initial;
	font-weight: 200;
	line-height: 18px;
	float: right;
	text-align: left;
}

.emprendimiento_item .text_prop .price_action {
	width: 100%;
	margin-top: 30px;
}

.empr_image {
	height: 250px;
}

.empr_image img {
	object-fit: cover;
	height: 250px;
}

.half_prop {
	display: inline-block;
	vertical-align: top;
}

.half_prop h3 {
	font-size: 15px;
	margin: 0;
	text-align: left;
	color: #353535;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.half_prop h2 {
	font-size: 18px;
	text-align: left;
	color: #353535;
	font-weight: bold;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.emprendimientos_props .propiedad_item.emprendimiento_item {
	overflow: hidden;
	padding: 0;
	max-width: 32%;
	width: 100%;
	float: none;
	margin: 0;
	min-height: 410px;
	max-height: 510px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 18%);
	margin-bottom: 25px;
}

.empr_image img {
	object-fit: cover;
	height: 250px;
	width: 100%;
}

.emprendimientos_props .info_prop .info_items .amenities_props span {
	color: #88B2B5;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	margin: 5px;
}

.emprendimientos_props .text_prop .price_action h3.fecha {
	font-size: 14px;
	max-width: 63%;
}

.emprendimientos_props .text_prop .price_action h3.fecha span {
	
}

.volver_inicio {
	height: 35px;
	background: #2f3155;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	max-width: 100px;
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: 35px;
	left: 40px;
	margin-top: 0;
}

.volver_inicio i {
	font-size: 19px;
	margin-right: 6px;
	transform: translateY(1px);
}

.emprendimentos_filtros {
	margin-bottom: 75px;
	text-align: right;
	background: #f4f4f4;
	height: 80px;
	padding-top: 25px;
	flex-direction: row;
	justify-content: center;
	padding-right: 100px;
}

.emprendimentos_filtros p {
	display: inline-block;
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	margin: 0;
	margin-right: 25px;
}

.emprendimentos_filtros a {
	color: #000;
	display: inline-block;
	background: transparent;
	border: 1px solid #42505a;
	border-radius: 10px;
	padding: 5px 20px;
	margin-right: 10px;
	font-size: 15px;
	font-weight: normal;
}

.emprendimentos_filtros a:hover {
	background: #42505a;
	border: 1px solid #42505a;
	opacity: 1;
	color: #fff;
}

.emprendimentos_filtros a.active_emprendimiento {
	background: #42505a;
	border: 1px solid #42505a;
	border-radius: 10px;
	color: #fff;
}

.propiedades .info_prop .info_items .amenities_props span {
	color: #42505a;
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
}

.propiedades .text_prop .price_action h3 {
	color: #000;
	font-size: 18px;
	margin: 0;
	max-width: 60%;
	font-weight: 400;
	letter-spacing: 0px;
}

.filtros_laterales {
	background: #f8f8f8;
	min-height: 100vh;
	position: relative;
	top: 0;
	padding-top: 50px;
}

.propiedades section.col-xs-12.container-fluid.home_props {
	margin: auto;
	padding: 0;
	padding-bottom: 0px;
	padding-top: 0px;
	display: flex;
	overflow-x: hidden;
}

.lateral_cluster {
	margin-bottom: 20px;
}

.lateral_cluster h2 {
	margin: 0;
	font-size: 14px;
	text-transform: initial;
	font-weight: bold;
	letter-spacing: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	color: #474747;
	margin-bottom: 20px;
	background-color: #d6d6d6;
}

.lateral_cluster .precio_container div:first-of-type {
	max-width: 65%;
}

.lateral_cluster h2 i {
	font-size: 20px;
}

.lateral_cluster .precio_container input:focus {
	outline: none;
	border: 1px solid #42505a;
}

.lateral_cluster .precio_container {
	padding: 10px;
	display: flex;
	align-items: start;
	padding-bottom: 20px;
	padding-top: 0;
}

.lateral_cluster .precio_container div {
	width: 100%;
	max-width: 40%;
	display: flex;
	align-items: center;
	/* justify-content: right; */
}

.lateral_cluster .precio_container input {
	display: inline-block;
	max-width: 46%;
	border: none;
	height: 35px;
	background: #eaeaea;
	text-align: center;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
}

.lateral_cluster .precio_container span {
	display: inline-block;
	color: #474747;
	font-weight: 500;
}

.lateral_cluster .precio_container a {
	display: inline-block;
	height: 35px;
	margin-left: 0;
	background: #7e7e7e;
	cursor: pointer;
	color: #fff;
	max-width: 50%;
	width: 100%;
	margin-right: 3px;
	line-height: 35px;
	text-align: center;
	border-radius: 10px;
}

.lateral_cluster .precio_container a:hover {}

.lateral_cluster .precio_container a.active_price {
	background: #42505a;
}

.lateral_cluster .sup_container {
	padding: 10px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	padding-top: 0;
}

.lateral_cluster .sup_container input {
	display: inline-block;
	max-width: 120px;
	border: none;
	height: 35px;
	background: #eaeaea;
	text-align: center;
	font-size: 13px;
}

.lateral_cluster .sup_container input:focus {
	outline: none;
	border: 1px solid #42505a;
}

.lateral_cluster .sup_container span {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #474747;
	margin-right: 10px;
	margin-left: 10px;
	/* height: 39px; */
}

.lateral_cluster input[type=checkbox]+label {
	display: block;
	margin: 0.2em;
	cursor: pointer;
	padding: 0.2em;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-weight: 400;
	color: #666;
}

.lateral_cluster input[type=checkbox] {
	display: none;
}

.lateral_cluster input[type=checkbox]+label:before {
	content: "\2714";
	border: none;
	border-radius: 0.2em;
	display: inline-block;
	width: 20px;
	font-size: 16px;
	height: 20px;
	background: #eaeaea;
	padding-left: 4px;
	padding-bottom: 0;
	margin-right: 10px;
	vertical-align: bottom;
	color: transparent;
	transition: .2s;
	border-radius: 0px;
}

.lateral_cluster input[type=checkbox]+label:active:before {
	transform: scale(0);
}

.amb_container {
	padding: 10px;
	padding-top: 0;
}

.lateral_cluster input[type=checkbox]:checked+label:before {
	background-color: #42505a;
	border-color: #42505a;
	color: #fff;
}

.lateral_cluster input[type=checkbox]:disabled+label:before {
	transform: scale(1);
	border-color: #aaa;
}

.lateral_action .delete {
	color: #474747;
	text-transform: uppercase;
	display: inline-block;
	line-height: 35px;
	height: 35px;
}

.lateral_action .reset {
	background: #42505a;
	color: #fff;
	text-transform: uppercase;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	max-width: 120px;
	width: 100%;
}

.lateral_action {
	margin-top: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	padding-left: 0;
	padding-top: 0;
	padding-right: 0;
}

.lateral_cluster input[type=checkbox]:checked:disabled+label:before {
	transform: scale(1);
	background-color: #bfb;
	border-color: #bfb;
}

.contenido_multimedia_botones {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 30px;
	position: relative;
	z-index: 3;
	padding-bottom: 1rem;
}

.contenido_multimedia_botones a {
	display: inline-block;
	background: white;
	width: 60px;
	height: 60px;
	vertical-align: top;
	line-height: 60px;
	border-radius: 50%;
	margin: 0px 5px;
}

.contenido_multimedia_botones a.active_button {
	background: #829499;
	opacity: 1!important;
}

.contenido_multimedia_botones img {
	height: 30px;
}

.videos,
.planos,
.mapa,
.streetview,
.vista-360 {
	/* display: none!important; */
	width: 100%;
	height: 450px;
}

.mapa iframe,
.streetview iframe {
	height: 450px;
}

i.fa.fa-expand {
	position: absolute;
	right: 8px;
	background: #ffffff;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	bottom: 40px;
	z-index: 10;
	color: #181b43;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 56%);
	font-size: 22px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
}

.fotos {
	position: relative;
}

.tipo_empr {
	background: #42505a;
	text-align: center;
	color: #fff;
	height: 70px;
	line-height: 65px;
}

.tipo_empr h2 {
	margin: 0;
	line-height: 70px;
	font-weight: 900;
}

.tipo_empr h2 span {
	text-transform: uppercase;
	font-weight: 300;
}

.contenido_ficha {
	background: #ffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.contenido_ficha .left h2 strong {
	font-weight: 900;
	font-size: 25px;
}

.contenido_ficha .left {
	max-width: 45%;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	float: left;
	text-align: right;
	border-right: 2px solid #bbbbbb;
	padding-right: 20px;
	text-align: LEFT;
}

.contenido_ficha .left h2 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 19px;
}

.contenido_ficha .right {
	max-width: 60%;
	width: 100%;
	display: flex;
	align-items: center;
	float: right;
	padding-left: 20px;
}

.contenido_ficha .right img {
	height: 40PX;
}

.contenido_ficha .right div {
	margin-left: 5px;
}

.contenido_ficha .right h3 {
	margin: 0;
	font-weight: 900;
	font-size: 23px;
}

.contenido_ficha .right span {
	text-transform: uppercase;
	font-size: 12px;
	color: #333;
}

.pricebox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.item_full {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	margin-top: 40px;
}

.items_ficha {
	max-width: 23%;
	width: 100%;
	background: #ececec;
	margin-bottom: 22px;
	padding: 10px 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 111px;
	justify-content: center;
}

.items_ficha img {
	height: 35px;
}

.contenido_ficha .items_ficha p {
	font-size: 13px;
	color: #000;
	margin-bottom: 0;
	margin-top: 5px;
	font-weight: normal;
}

.items_ficha span {
	font-size: 11px;
	color: #333;
}

.contenido_ficha a {
	display: inline-block;
	text-align: center;
	max-width: 30%;
	width: 100%;
	background: #42505a;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	margin: 0px 5px;
	margin-top: 10px;
}

.contenido_ficha .botones_consultas_empr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}

.contenido_ficha .botones_consultas_empr a.wp_empr {
	background: #000;
}

.contenido_ficha .botones_consultas_empr a.consulta_email img {
	margin-right: 15px;
	height: 35px;
}

.contenido_ficha .botones_consultas_empr a.consulta_email {
	max-width: 100%;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	text-transform: uppercase;
}

.contenido_ficha .botones_consultas_empr a {
	display: inline-block;
	text-align: center;
	max-width: 49%;
	width: 100%;
	background: #42505a;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	height: 43px;
	line-height: 44px;
	margin: 0;
	font-weight: 500;
	margin-top: 10px;
}

.contenido_ficha h4 {
	margin: 0;
	font-weight: 900;
	color: #000;
	font-size: 22px;
	text-align: center;
}

.contenido_ficha p {
	font-weight: 300;
	text-align: center;
	color: gray;
	margin-top: 10px;
	font-size: 15px;
}

.contenido_ficha a.pertenece div {
	display: flex;
	align-items: center;
	max-width: 90%;
	width: 100%;
	text-align: center;
	justify-content: center;
}

.contenido_ficha a.pertenece i {
	font-size: 25px;
}

.contenido_ficha a.pertenece h2 {
	font-size: 14px;
	margin: 0;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: 300;
}

.contenido_ficha a.pertenece h2 strong {
	display: flex;
	font-size: 20px;
	margin-top: 5px;
}

.contenido_ficha a.pertenece {
	background: #42505a;
	width: 100%;
	max-width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	margin-top: 25px;
}

.ficha_descripcion {
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 50px;
}

.buttons_info {
	margin-top: 30px;
	border-bottom: 2px solid #ababab;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.buttons_info a {
	font-size: 16px;
	font-weight: 300;
	color: #949494;
	display: inline-block;
	margin-right: 15px;
}

.buttons_info a.buttons_info_active {
	color: #000;
}

.buttons_info_sup {
	display: none;
}

.buttons_info_sup p {
	font-weight: 300;
}

.buttons_info_sup p i {
	color: #42505a;
	margin-right: 5px;
}

.buttons_info_amb {}

.buttons_info_amb p {
	font-weight: 300;
}

.buttons_info_amb p i {
	color: #42505a;
	margin-right: 5px;
}

.buttons_info_adic {
	display: none;
}

.buttons_info_adic p {
	font-weight: 300;
}

.buttons_info_adic p i {
	color: #42505a;
	margin-right: 5px;
}

.container_unidades {
	margin-top: 40px;
	padding-right: 45px;
	padding-left: 45px;
	margin-top: 50px;
	margin-bottom: 90px;
}

.container_unidades .container_unidades_items {
	max-width: 23%;
	display: inline-block;
	vertical-align: top;
	background: #efefef;
	width: 100%;
	margin-right: 15px;
	margin-top: 10PX;
	border-radius: 3px;
	TEXT-ALIGN: center;
	padding: 20px;
}

.container_unidades .container_unidades_items img {
	height: 35px;
}

.container_unidades .container_unidades_items h3 {
	font-size: 17px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 25px;
	color: #000;
}

.container_unidades .container_unidades_items h4 {
	color: #000;
	font-weight: 900;
	font-size: 25px;
	margin-bottom: 5px;
	margin-top: 0;
}

.container_unidades .container_unidades_items_general {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.container_unidades .container_unidades_items_general div {
	background: #f9f9f9;
	max-width: 31%;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
}

.container_unidades .container_unidades_items_general div img {
	height: 30px;
}

.container_unidades .container_unidades_items_general div p {
	font-size: 12px;
	margin-top: 5px;
	color: #000;
	margin-bottom: 0px;
}

.container_unidades .container_unidades_items_general div span {
	color: gray;
	font-weight: 300;
	font-size: 11px;
}

.emprendimientos_props.mas_emprendimientos .propiedad_item.emprendimiento_item {
	display: inline-block;
	max-width: 47%;
	margin-right: 20px;
}

.emprendimientos_props.mas_emprendimientos {
	max-width: 65%;
	margin: auto;
	float: none;
	margin-bottom: 70px;
	z-index: 0;
}

.emprendimientos_props.mas_emprendimientos h4 {
	color: #757575;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 27px;
	margin-bottom: 40px;
}

.mas_emprendimientos_button {
	margin: auto;
	display: block;
	max-width: 300px;
	background: #22254a;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff!important;
	text-transform: uppercase;
	margin-top: 30px;
}

.contacto_generic.foot.contacto_section {
	background: transparent;
}

.contacto form#fichaContacto {
	max-width: 70%;
	margin: auto;
	margin-top: 30px;
}

button#btnBuscarPropiedades {
	width: 100%;
	height: 40px;
	background: #42505a;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 40px;
	font-size: 16px;
	outline: none;
}

.owl-carousel a {
	
}

.select2-container--default .select2-search--inline .select2-search__field {
	/* width: auto!important; */
	margin-top: 2px;
}

header input.select2-search__field {
	height: 36px;
	line-height: 36px;
/*	padding-left: 10px;*/
	max-width: 300px;
	width: 100%;
	border-radius: 0;
	border: none;
	outline: none;
	display: inline-block;
	transform: translateY(0px);
}

button.search {
	max-width: 70px;
	width: 100%;
	height: 36px;
	transform: translateY(-2px);
	background: #88b2b5;
	border: none;
	border-radius: 6.70px;
	color: #fff;
	font-size: 19px;
}

button.search:hover {
    background-color: black;
    transition: 500ms;
}

.tipo-propiedad .select2-container,
.tipo-operacion .select2-container {
	max-width: 150px!important;
}

.item_table_empr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 10px;
	border-radius: 3px;
	border-bottom: 1px solid #909090;
	margin-bottom: 2px;
}

.item_table_empr h5 {
	margin: 0;
	max-width: 10%;
	width: 100%;
	font-size: 15px;
}

.item_table_empr h4 {
	margin: 0;
	max-width: 17%;
	width: 100%;
	font-size: 15px;
}

.item_table_empr h3 {
	margin: 0;
	max-width: 17%;
	width: 100%;
	font-size: 17px;
	font-weight: 900;
}

.item_table_empr h3 a {}

.item_table_empr a {
	max-width: 10%;
	width: 100%;
	background: #181b43;
	height: 35px;
	border-radius: 4px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}

.item_table_empr .container_unidades_table {
	max-width: 33%;
	width: 100%;
}

.item_table_empr .container_unidades_table div {
	display: inline-block;
	margin-right: 20px;
}

.item_table_empr .container_unidades_table img {
	display: inline-block;
	height: 22px;
	margin-right: 0px;
}

.item_table_empr .container_unidades_table p {
	margin: 0;
	display: inline-block;
	font-size: 13px;
}

/* Card */

.cardText{
    font-size: 20px !important;
    text-align: left;
    margin: 15px 10px 10px 10px !important;
}

.owl-item active{
    width: 400px !important;
}

.owl-carousel.owl-drag .owl-item{
    border-bottom: 2px solid #88B2B5;
}


 
.grecaptcha-badge{
    display: none !important;
}

.propiedades .select2-container .select2-selection--multiple {
    background-color: transparent !important;
}

.home .select2-container--default .select2-selection--single{
    background-color: transparent !important;
    border: 0px solid #fff !important;
    margin-top: 0px !important;
}

.select2-container--default.select2-container .select2-selection--multiple{
    
}

.select2-container--default .select2-selection--multiple{
    background-color: transparent !important;
}

.search li:hover .home .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: 4px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: transparent !important;
}

.search_home_form.search_prop div.search_common input::placeholder{
    color: #000 !important;
}

.custom-propiedad:hover{
 background-color: #42505A ;
 color: #fff;
 margin: 0px;
}

.custom-propiedad{
 border: none;
 background-color: transparent;
 border-radius: 20px;
 padding: 20px;
}

.custom-propiedad option{
 background-color: #fff;
 color: #000;
 border: 0px #fff;
 white-space: nowrap;
}

#searchSection li:nth-child(3):hover .select2-selection .select2-selection--multiple input{
    color:#fff !important;
}

#searchSection .selection:hover input::placeholder{
    color: #fff !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: flex;
    overflow: auto;
}

.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar{
  height: 5px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track {
  display:none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb {
  background: #fff; 
  border-radius: 10px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-left: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    padding: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li input{
    max-width: 200px !important;
}
