/***** FONTS *****/
/***** FONTS *****/

@font-face {
	font-family: 'bbook';
	src: url('fonts/BebasNeueBook.eot');
	src: url('fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
		url('fonts/BebasNeueBook.woff2') format('woff2'),
		url('fonts/BebasNeueBook.woff') format('woff'),
		url('fonts/BebasNeueBook.ttf') format('truetype'),
		url('fonts/BebasNeueBook.svg#BebasNeueBook') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bregular';
	src: url('fonts/BebasNeueRegular.eot');
	src: url('fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
		url('fonts/BebasNeueRegular.woff2') format('woff2'),
		url('fonts/BebasNeueRegular.woff') format('woff'),
		url('fonts/BebasNeueRegular.ttf') format('truetype'),
		url('fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Book';
	src: url('fonts/Gotham-Book.eot');
	src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gotham-Book.woff2') format('woff2'),
		url('fonts/Gotham-Book.woff') format('woff'),
		url('fonts/Gotham-Book.ttf') format('truetype'),
		url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Medium';
	src: url('fonts/Gotham-Medium.eot');
	src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gotham-Medium.woff2') format('woff2'),
		url('fonts/Gotham-Medium.woff') format('woff'),
		url('fonts/Gotham-Medium.ttf') format('truetype'),
		url('fonts/Gotham-Medium.svg#Gotham-Thin') format('svg');
	font-weight: normal;
	font-style: normal;
}

/***** RESET *****/

html,
body {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-family: 'Book', Helvetica, Arial, sans-serif;
}

a {
	outline: none;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
}

a:hover {
	text-decoration: none;
}

input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

input:focus {
	outline: 0;
}

.container {
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 18px;
}

img.img-responsive {
	display: inline-block;
}

.both {
	clear: both;
}

/***** CONTENT *****/

#content {
	width: 100%;
	position: relative;
	z-index: 1000;
	min-height: 100%;
	background: transparent;
	/*min-height: 710px;*/
}

.section {
	position: relative;
}

.section .container {
	height: 100%;
	padding-top: 25px;
}

.flex-cont {
	height: 100%;
}

.cont {
	width: 100%;
	color: #676c72;
	font-size: 13.5px;
}

p.title {
	font-family: 'bbook', Helvetica, Arial, sans-serif;
	color: #25303b;
	margin-bottom: 0;
}

p.title span {
	color: #d6ab44;
}

hr.underline {
	border: none;
	background-color: #d6ab44;
	width: 75px;
	height: 3px;
	margin-top: 0px;
	margin-bottom: 40px;
}

span.medium,
p.medium {
	font-family: 'medium', Helvetica, Arial, sans-serif;
}

.button_link {
	font-family: 'bbook', Helvetica, Arial, sans-serif;
	color: #d6ab44;
	font-size: 16px;
	letter-spacing: 0.25em;
	border: solid 1px #d6ab44;
	padding: 15px 40px 12px;
	display: inline-block;
	background: rgba(0, 0, 0, 0);
}

.button_link:hover {
	background-color: #d6ab44;
	text-decoration: none;
	color: #ffffff;
}

.button_link.whatsapp {
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 12px;
	padding-bottom: 10px;
	letter-spacing: 2px;
	font-size: 14px;
}

.button_link.whatsapp svg {
	width: 16px;
	height: 16px;
	fill: #d6ab44;
	margin-bottom: 0;
	margin-right: 5px;
}

#contacto .button_link.whatsapp:hover {
	color: #fff;
}

.button_link.whatsapp:hover svg {
	fill: #fff;
}

/***** HEADER *****/

#header {
	background-color: #ffffff;
	box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
}

#header ul.navbar-nav {
	border-right: solid 1px #eff0f0;
}

#header li.nav-item {
	border-left: solid 1px #eff0f0;
}

#header a.nav-link,
#menu-mobile a.nav-link {
	font-family: 'bbook', Helvetica, Arial, sans-serif;
	color: #95999c;
}

#menu-mobile p {
	font-size: 14px;
	margin-bottom: 0px;
	color: #757b81;
}

#menu-mobile img {
	max-width: 90px;
	margin-left: -4px;
}

#header a.nav-link {
	font-size: 13px;
	letter-spacing: 0.1em;
	padding: 14px 14px;
}

#header a.nav-link:hover,
#header a.nav-link.active {
	color: #d6ab44;
}

#header p {
	padding: 25px 15px 0px;
	letter-spacing: 0.1em;
	font-size: 11px;
	font-family: 'bbook', Helvetica, Arial, sans-serif;
	margin-bottom: 0px;
	color: #a2a6a8;
	line-height: 8px;
}

#navbarText img {
	max-width: 50px;
	height: auto;
	opacity: 0.5;
}

/***** SECTION: TOP *****/

#top {
	background: url('../images/bg_top.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	height: 100vh;
	max-height: 1000px;
}

#top .container {
	height: 100%;
}

.arrow_down {
	position: absolute;
	left: 50%;
	width: 40px;
	transform: translateX(-50%);
	bottom: 10vh;
	-webkit-animation: arrow 2s infinite; /* Safari 4+ */
	-moz-animation: arrow 2s infinite; /* Fx 5+ */
	-o-animation: arrow 2s infinite; /* Opera 12+ */
	animation: arrow 2s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes arrow {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
		bottom: 12vh;
	}

	100% {
		opacity: 0;
		bottom: 10vh;
	}
}

@-moz-keyframes arrow {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
		bottom: 12vh;
	}

	100% {
		opacity: 0;
		bottom: 10vh;
	}
}

@-o-keyframes arrow {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
		bottom: 12vh;
	}

	100% {
		opacity: 0;
		bottom: 10vh;
	}
}

@keyframes arrow {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
		bottom: 12vh;
	}

	100% {
		opacity: 0;
		bottom: 10vh;
	}
}

/**** PROYECTO *****/

.slide_home01 {
	background-image: url(../images/home_slide01.jpg);
}

.slide_home02 {
	background-image: url(../images/home_slide02.jpg);
}

.slide_home03 {
	background-image: url(../images/home_slide03.jpg);
}

.slide_video {
	position: relative;
}

.slide_video video {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
}

/***** SECTION: PROYECTO *****/

#proyecto {
	background: #ffffff;
}

#proyecto.bg {
	background: url('../images/bg_proyecto.jpg') no-repeat top center #fff;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top_logo {
	margin-bottom: 80px;
}

.top_logo p {
	font-family: 'Book', Helvetica, Arial, sans-serif;
	color: #d7d8d9;
	font-size: 10px;
	letter-spacing: 0.3em;
	margin-top: 25px !important;
	text-transform: uppercase;
}

/***** SECTION: RENDER_33 *****/

.render_50 {
	background: url('../images/render_01a.jpg') no-repeat top center #fff;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 75vh;
	position: relative;
	overflow: hidden;
}

.render_50_dark {
	background: url('../images/render_01b.jpg') no-repeat top center #fff;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.financiacion {
	position: absolute;
	top: 50px;
	right: 45px;
	width: 175px;
	z-index: 100;
}

.financiacion img {
	width: 100%;
}

/***** SECTION: CONFORT *****/

#confort {
	background: url('../images/bg_confort.jpg') no-repeat center center #fafafa;
	background-size: cover;
	padding: 110px 0;
}

#confort .amenities-list {
	background-color: rgba(255, 255, 255, 0.75);
	width: 80%;
	margin: 70px auto;
	padding: 40px 0 38px;
}

#confort .amenities-list .am_item img {
	height: 40px;
}

#confort .amenities-list .am_item p {
	font-family: 'bregular', Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.2em;
	color: #d6ab44;
	margin-bottom: 0px;
	margin-top: 14px;
}

#unidades .button_link {
	font-size: 14px;
	letter-spacing: 0.25em;
	padding: 8px 24px 6px;
	margin-right: 10px;
	margin-top: 30px;
}

/***** SECTION: COLUMNAS 1/2 *****/

.row_cols {
	height: 100%;
	overflow: hidden;
}

.row_cols p.title {
	font-size: 55px;
}

.row_cols p:last-child {
	margin-bottom: 0px;
}

.row_cols .button_link {
	margin-top: 20px;
}

.slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.slide01 {
	background-image: url(../images/unidad_01.jpg);
}

.slide02 {
	background-image: url(../images/unidad_02.jpg);
}

.slide03 {
	background-image: url(../images/unidad_03.jpg);
}

.arq {
	background-image: url(../images/carlos_ott.jpg);
}

/***** SECTION: SECURITY *****/

#security {
	background-image: url('../images/bg_security.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 60vh;
}

#security p:last-child {
	margin-bottom: 0px;
}

/**** PÁGINA: SEGURIDAD *****/

#seguridad {
	background: url(../images/bg_seguridad.jpg) no-repeat top center #f3f3f3;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/***** SECTION: FOOTER *****/

#footer {
	background: url('../images/bg_footer.jpg') no-repeat top center;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 260px;
}

#footer_dark {
	background: url('../images/bg_footer_dark.jpg') no-repeat top center #fff;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 260px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#footer hr.underline {
	height: 2px;
	margin-bottom: 25px;
	margin-left: 0px;
}

#footer .cont p {
	margin: 0 0 20px;
}

#footer .high {
	color: #d6ab44;
}

#footer #donde {
	background: url(../images/bg_donde.jpg) right bottom no-repeat #fff;
	background-size: auto 100%;
}

#footer #donde p.title {
	font-size: 45px;
	margin-bottom: 15px;
}

#footer #comercializan {
	font-family: 'Book', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background: #fff;
	padding: 50px;
}

#footer #comercializan .cont p,
#footer #comercializan .cont a {
	max-width: 100%;
	margin-bottom: 0px;
}

#footer #comercializan p.title {
	margin-bottom: 8px;
	letter-spacing: normal;
}

#footer #comercializan .row {
	margin-bottom: 25px;
}

#footer #comercializan p.subtitle {
	font-family: 'bregular', Helvetica, Arial, sans-serif;
	color: #d6ab44;
}

#footer #comercializan .row#masdato {
	margin-bottom: 0px;
}

#masdato img {
	max-width: 80px;
}

#footer .button_link {
	font-size: 14px;
	letter-spacing: 0.25em;
	padding: 8px 30px 6px;
}

#footer .button_link.whatsapp {
	padding-left: 18px;
	padding-right: 18px;
}

#footer .button_link.whatsapp svg {
	width: 18px;
	height: 18px;
	fill: #d6ab44;
	margin-bottom: 0;
	margin-right: 0px;
}

#footer .button_link.whatsapp:hover svg {
	fill: #fff;
}

#footer hr.divider {
	border: none;
	background: #d3d6d8;
	height: 1px;
	width: 100%;
}

#footer #bottom {
	font-size: 9px;
	color: #d3d6d8;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	opacity: 0.25;
	margin-top: 50px;
}

#footer #bottom hr {
	margin-bottom: 0px;
}

#footer #bottom p {
	padding-top: 20px;
	padding-left: 20px;
}

.invisibleLink {
	display: block;
	right: 0px;
	bottom: 0;
	position: absolute;
	height: 250px;
	width: 250px;
}

/**** INNER PAGES *****/

/**** PROYECTO *****/

.slide_proyecto01 {
	background-image: url(../images/proyecto_slide01.jpg);
}

.slide_proyecto02 {
	background-image: url(../images/proyecto_slide02.jpg);
}

.slide_proyecto03 {
	background-image: url(../images/proyecto_slide03.jpg);
}

.slide_proyecto04 {
	background-image: url(../images/proyecto_slide04.jpg);
}

.slide_proyecto05 {
	background-image: url(../images/proyecto_slide05.jpg);
}

.slide_proyecto06 {
	background-image: url(../images/proyecto_slide06.jpg);
}

.slide_proyecto07 {
	background-image: url(../images/proyecto_slide07.jpg);
}

.slide_proyecto08 {
	background-image: url(../images/proyecto_slide08.jpg);
}

.slide_proyecto09 {
	background-image: url(../images/proyecto_slide09.jpg);
}

.slide_proyecto10 {
	background-image: url(../images/proyecto_slide10.jpg);
}

.slide_proyecto11 {
	background-image: url(../images/proyecto_slide11.jpg);
}

#section360 {
	padding-top: 75px;
}

#section360 iframe {
	margin-bottom: -10px;
	height: 70vh;
}

#bggaltres {
	background-image: url(../images/bg-360.jpg);
}

/**** AMENITIES *****/

#amenities {
	background: url('../images/bg_amenities.jpg') no-repeat top center #fff;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slide_confort01 {
	background-image: url(../images/slide_confort01.jpg);
}

.slide_confort02 {
	background-image: url(../images/slide_confort02.jpg);
}

.slide_confort03 {
	background-image: url(../images/slide_confort03.jpg);
}

.slide_amen01 {
	background-image: url(../images/slide_amen01.jpg);
}

.slide_amen02 {
	background-image: url(../images/slide_amen02.jpg);
}

.slide_amen03 {
	background-image: url(../images/slide_amen03.jpg);
}

ul#am {
	list-style: none;
	width: 70%;
	margin: 0 auto 30px;
	padding: 0 12px;
}

ul#am li {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-family: 'Medium', Helvetica, Arial, sans-serif;
}

ul#am li::before {
	content: '\2022';
	color: #d6ab44;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

#seguridad {
	padding: 185px 0 65px;
}

#seguridad .seguridad_iconos {
	max-width: 700px;
	display: table;
	margin: 0 auto;
	margin: 40px auto 10px;
}

h5 {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-family: 'bbook', Helvetica, Arial, sans-serif;
	color: #25303b;
	line-height: 23px;
}

.seguridad_item {
	max-width: 850px;
	margin: 0 auto 65px;
	line-height: 1.75em;
	display: flex;
	text-align: left;
	align-items: center;
	justify-content: center;
}

.seguridad_item img {
	width: 160px;
	float: left;
	height: 100%;
	margin-right: 9px;
	margin-top: 10px;
}

.seguridad_item:first-child {
	margin-top: 50px;
}

.seguridad_item hr.underline,
.modalunidades hr.underline {
	width: 45px;
	margin-bottom: 40px;
	text-align: left;
	display: inline-block;
	margin-bottom: 13px;
	height: 2px;
}

/**** UNIDADES NUEVO *****/

#contenedor-plano {
	max-width: 1050px;
	margin: 0 auto 100px;
	position: relative;
}

.rim-hotspot {
	position: absolute;
	cursor: pointer;
	display: block;
	z-index: 5;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.rim-hotspot span {
	opacity: 0;
	transition: 0.2s all ease;
	background: #d6ab44;
	border-radius: 25px;
	width: 33px;
	height: 33px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	line-height: 30px;
	padding-top: 6px;
	font-family: 'bbook', Helvetica, Arial, sans-serif;
}

.rim-hotspot.hovered,
.rim-hotspot:hover {
	background: rgba(214, 171, 68, 0.2);
}

.rim-hotspot.hovered span,
.rim-hotspot:hover span {
	opacity: 1;
}

#intro-plano .cont {
	max-width: 90%;
	display: table;
	margin: 75px auto 0;
	text-align: center;
}

#intro-plano .cont p {
	line-height: 0px;
}

#intro-plano .cont img {
	max-width: 25px;
	margin-right: 10px;
	padding-top: 6px;
}

#contenedor-plano .titulopiso {
	position: absolute;
	z-index: 9;
	width: 165px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
	text-align: center;
}

#C107,
#C105,
#C104 {
	z-index: 9;
}
.segundo-piso .modalunidades {
	max-width: 1000px;
}
.segundo-piso .modalunidades .img-holder {
	max-width: 33%;
}
.segundo-piso .modalunidades img {
	width: 100%;
}

.segundo-piso .modalunidades .unidadesmodalcontent {
	text-align: center;
}

.cocheras .modalunidades img {
	max-width: unset;
}

.cocheras .modalunidades img {
	max-width: 1000px;
}

.cocheras #contenedor-plano .titulopiso {
	top: 0;
	width: 400px;
}

.cocheras .titulopiso p.title {
	max-width: 305px;
}
/**** UNIDADES *****/

#unidades_top.bg {
	background: url('../images/bg_unidades.jpg') no-repeat top center #fff;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
}

.unidades-detalle {
	height: 65vh;
}

.unidades-detalle .img_col {
	height: 65vh;
	background: #efefef;
}

.unidades-detalle a {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.unidades_pic {
	width: 100%;
}

.medidas {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.15em;
	margin-bottom: 7px;
}

.medidas .high {
	color: #d6ab44;
}

.unidades-detalle .row_cols p.title {
	font-size: 45px;
}

.arrow_unit {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	z-index: 99;
}

.arrow_unit.left {
	left: 0px;
}

.arrow_unit.right {
	right: 0px;
	transform: rotate(180deg);
}

/**** UNIDADES NUEVO ****/

#plano {
	height: auto;
	padding: 6% 0 7%;
}

#plano .bloque-plano {
	padding: 2% 10%;
}

#plano .contenedor-plano {
	width: 100%;
	height: 760px;
	position: relative;
	background: url(../images/unidades/plano-base.png) no-repeat center center #fff;
	background-size: cover;
	margin: 0 auto;
	padding: 35% 5% 4%;
}

#plano .subsuelo {
	padding: 8.5% 5% 0%;
}

#plano .division {
	width: 6%;
}

#plano .departamentos,
#plano .depleyenda {
	width: 11.33%;
}

#plano .departamentos:nth-child(4),
#plano .departamentos:nth-child(5) {
	width: 14.33%;
}

#plano .departamentos:first-child,
#plano .departamentos:nth-child(8) {
	width: 13%;
}

#plano .cocheras {
	width: 50%;
	height: 287px;
	float: left;
	transition: 0.3s all ease;
}

#plano .cocheras:first-child {
	float: none;
}

#plano .espaciouno {
	width: 1.67%;
}

#plano .espaciodos {
	width: 6%;
}

#plano .division,
#plano .departamentos {
	float: left;
	height: 340px;
}

#plano .depleyenda {
	float: left;
	height: auto;
	font-family: 'bbook', sans-serif;
	font-size: 18px;
	padding-top: 5px;
}

#plano a {
	display: inline-block;
	/*border: 1px solid #e44848;*/
	width: 100%;
	height: 100%;
	transition: 1s all ease;
}

#plano .cont {
	max-width: 90%;
	display: table;
	margin: 0 auto;
}

#plano .cont p {
	margin-bottom: 0px;
}

.modalunidades {
	max-width: 900px;
	vertical-align: middle;
	display: flex;
	text-align: left;
	align-items: center;
	justify-content: center;
}

.modalunidades img {
	max-width: 445px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.modalunidades span.dark-grey {
	font-weight: 900;
	color: #94928e;
}

#cocherasuno .modalunidades,
#cocherasdos .modalunidades {
	max-width: unset;
}

#cocherasuno .modalunidades img,
#cocherasdos .modalunidades img {
	max-width: 100%;
}

.unidadesmodalcontent {
	padding: 10px 45px;
}

.unidadesmodalcontent p.title {
	margin-bottom: 7px;
}

.img-holder {
	background: #eaeaea;
}

/* PLANTA BAJA START */

#plano .plantabaja .departamentos:first-child {
	background: url(../images/unidades/plantabaja/plantabaja-01.png) no-repeat
		center center;
	background-size: cover;
	transition: 0.5s all ease;
}

#plano .plantabaja .departamentos:nth-child(2) {
	background: url(../images/unidades/plantabaja/plantabaja-02.png) no-repeat
		center center;
	background-size: cover;
	transition: 0.5s all ease;
}

#plano .plantabaja .departamentos:nth-child(3) {
	background: url(../images/unidades/plantabaja/plantabaja-03.png) no-repeat
		center center;
	background-size: cover;
	transition: 0.5s all ease;
}

#plano .plantabaja .departamentos:nth-child(4) {
	background: url(../images/unidades/plantabaja/plantabaja-04.png) no-repeat
		center center;
	background-size: cover;
	transition: 0.5s all ease;
}

#plano .plantabaja .departamentos:nth-child(5) {
	background: url(../images/unidades/plantabaja/plantabaja-05.png) no-repeat
		center center;
	background-size: cover;
	transition: 0.5s all ease;
}

#plano .plantabaja .departamentos:nth-child(6) {
	background: url(../images/unidades/plantabaja/plantabaja-06.png) no-repeat
		center center;
	background-size: cover;
	transition: 0.5s all ease;
}

#plano .plantabaja .departamentos:nth-child(7) {
	background: url(../images/unidades/plantabaja/plantabaja-07.png) no-repeat
		center center;
	background-size: cover;
	transition: 0.5s all ease;
}

#plano .plantabaja .departamentos:nth-child(8) {
	background: url(../images/unidades/plantabaja/plantabaja-08.png) no-repeat
		center center;
	background-size: cover;
	transition: 0.5s all ease;
}

/* PLANTA BAJA END */

/* PRIMER PISO START */

#plano .piso1 .departamentos:first-child {
	background: url(../images/unidades/primerpiso/1erpiso-01.png) no-repeat center
		center;
	background-size: cover;
	transition: 0.5s all ease;
}

#plano .piso1 .departamentos:nth-child(2) {
	background: url(../images/unidades/primerpiso/1erpiso-02.png) no-repeat center
		center;
	background-size: cover;
	transition: 0.5s all ease;
}

#plano .piso1 .departamentos:nth-child(3) {
	background: url(../images/unidades/primerpiso/1erpiso-03.png) no-repeat center
		center;
	background-size: cover;
	transition: 0.5s all ease;
}

#plano .piso1 .departamentos:nth-child(4) {
	background: url(../images/unidades/primerpiso/1erpiso-04.png) no-repeat center
		center;
	background-size: cover;
	transition: 0.5s all ease;
}

#plano .piso1 .departamentos:nth-child(5) {
	background: url(../images/unidades/primerpiso/1erpiso-05.png) no-repeat center
		center;
	background-size: cover;
	transition: 0.5s all ease;
}

#plano .piso1 .departamentos:nth-child(6) {
	background: url(../images/unidades/primerpiso/1erpiso-06.png) no-repeat center
		center;
	background-size: cover;
	transition: 0.5s all ease;
}

#plano .piso1 .departamentos:nth-child(7) {
	background: url(../images/unidades/primerpiso/1erpiso-07.png) no-repeat center
		center;
	background-size: cover;
	transition: 0.5s all ease;
}

#plano .piso1 .departamentos:nth-child(8) {
	background: url(../images/unidades/primerpiso/1erpiso-08.png) no-repeat center
		center;
	background-size: cover;
	transition: 0.5s all ease;
}

/* PRIMER PISO END */

/* SEGUNDO PISO START */
#plano .piso2 .departamentos:first-child {
	background: url(../images/unidades/segundopiso/2dopiso-01.png) no-repeat center
		center;
	background-size: cover;
}

#plano .piso2 .departamentos:nth-child(2) {
	background: url(../images/unidades/segundopiso/2dopiso-02.png) no-repeat center
		center;
	background-size: cover;
}

#plano .piso2 .departamentos:nth-child(3) {
	background: url(../images/unidades/segundopiso/2dopiso-03.png) no-repeat center
		center;
	background-size: cover;
}

#plano .piso2 .departamentos:nth-child(4) {
	background: url(../images/unidades/segundopiso/2dopiso-04.png) no-repeat center
		center;
	background-size: cover;
}

#plano .piso2 .departamentos:nth-child(5) {
	background: url(../images/unidades/segundopiso/2dopiso-05.png) no-repeat center
		center;
	background-size: cover;
}

#plano .piso2 .departamentos:nth-child(6) {
	background: url(../images/unidades/segundopiso/2dopiso-06.png) no-repeat center
		center;
	background-size: cover;
}

#plano .piso2 .departamentos:nth-child(7) {
	background: url(../images/unidades/segundopiso/2dopiso-07.png) no-repeat center
		center;
	background-size: cover;
}

#plano .piso2 .departamentos:nth-child(8) {
	background: url(../images/unidades/segundopiso/2dopiso-08.png) no-repeat center
		center;
	background-size: cover;
}
/* SEGUNDO PISO END */

/* COCHERAS START */
#plano .subsuelo .cocheras:first-child {
	background: url(../images/unidades/cocheras-01.png) no-repeat center center;
	background-size: cover;
}

#plano .subsuelo .cocheras:nth-child(2) {
	background: url(../images/unidades/cocheras-02.png) no-repeat center center;
	background-size: cover;
}
#plano .subsuelo .cocheras:nth-child(3) {
	background: url(../images/unidades/cocheras-03.png) no-repeat center center;
	background-size: cover;
}
/* COCHERAS END */

@media (hover: hover) {
	/* PLANTA BAJA START */
	#plano .plantabaja .departamentos:first-child:hover {
		background: url(../images/unidades/plantabaja/plantabaja-01-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .plantabaja .departamentos:nth-child(2):hover {
		background: url(../images/unidades/plantabaja/plantabaja-02-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .plantabaja .departamentos:nth-child(3):hover {
		background: url(../images/unidades/plantabaja/plantabaja-03-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .plantabaja .departamentos:nth-child(4):hover {
		background: url(../images/unidades/plantabaja/plantabaja-04-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .plantabaja .departamentos:nth-child(5):hover {
		background: url(../images/unidades/plantabaja/plantabaja-05-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .plantabaja .departamentos:nth-child(6):hover {
		background: url(../images/unidades/plantabaja/plantabaja-06-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .plantabaja .departamentos:nth-child(7):hover {
		background: url(../images/unidades/plantabaja/plantabaja-07-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .plantabaja .departamentos:nth-child(8):hover {
		background: url(../images/unidades/plantabaja/plantabaja-08-b.png) no-repeat
			center center;
		background-size: cover;
	}
	/* PLANTA BAJA END */

	/* PRIMER PISO START */
	#plano .piso1 .departamentos:first-child:hover {
		background: url(../images/unidades/primerpiso/1erpiso-01-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .piso1 .departamentos:nth-child(2):hover {
		background: url(../images/unidades/primerpiso/1erpiso-02-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .piso1 .departamentos:nth-child(3):hover {
		background: url(../images/unidades/primerpiso/1erpiso-03-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .piso1 .departamentos:nth-child(4):hover {
		background: url(../images/unidades/primerpiso/1erpiso-04-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .piso1 .departamentos:nth-child(5):hover {
		background: url(../images/unidades/primerpiso/1erpiso-05-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .piso1 .departamentos:nth-child(6):hover {
		background: url(../images/unidades/primerpiso/1erpiso-06-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .piso1 .departamentos:nth-child(7):hover {
		background: url(../images/unidades/primerpiso/1erpiso-07-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .piso1 .departamentos:nth-child(8):hover {
		background: url(../images/unidades/primerpiso/1erpiso-08-b.png) no-repeat
			center center;
		background-size: cover;
	}
	/* PRIMER PISO END */

	/* SEGUNDO PISO START */
	#plano .piso2 .departamentos:first-child:hover {
		background: url(../images/unidades/segundopiso/2dopiso-01-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .piso2 .departamentos:nth-child(2):hover {
		background: url(../images/unidades/segundopiso/2dopiso-02-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .piso2 .departamentos:nth-child(3):hover {
		background: url(../images/unidades/segundopiso/2dopiso-03-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .piso2 .departamentos:nth-child(4):hover {
		background: url(../images/unidades/segundopiso/2dopiso-04-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .piso2 .departamentos:nth-child(5):hover {
		background: url(../images/unidades/segundopiso/2dopiso-05-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .piso2 .departamentos:nth-child(6):hover {
		background: url(../images/unidades/segundopiso/2dopiso-06-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .piso2 .departamentos:nth-child(7):hover {
		background: url(../images/unidades/segundopiso/2dopiso-07-b.png) no-repeat
			center center;
		background-size: cover;
	}

	#plano .piso2 .departamentos:nth-child(8):hover {
		background: url(../images/unidades/segundopiso/2dopiso-08-b.png) no-repeat
			center center;
		background-size: cover;
	}
	/* SEGUNDO PISO END */

	/* COCHERAS START */
	#plano .subsuelo .cocheras:first-child:hover {
		background: url(../images/unidades/cocheras-01-b.png) no-repeat center center;
		background-size: cover;
	}

	#plano .subsuelo .cocheras:nth-child(2):hover {
		background: url(../images/unidades/cocheras-02-b.png) no-repeat center center;
		background-size: cover;
	}
	/* COCHERAS END */
}

.titulopiso {
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 21%;
	text-align: left;
	padding: 0px 17%;
}

.titulopiso p.title {
	max-width: 165px;
	font-size: 40px;
	line-height: 38px;
	margin-bottom: 10px;
	margin: 0 auto;
}

.titulopiso hr {
	display: inline-block;
}

/*-*** SCROLL ****/

#scrollwrapper .row_cols {
	overflow: inherit;
}

/**** CONTACTO *****/

#contacto {
	height: auto;
	padding: 120px 0;
}

#contacto.bg {
	background: url('../images/bg_amenities.jpg') no-repeat top center #fff;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#contacto .row,
#contacto .contacto_col {
	height: 100%;
	text-align: left;
}

#contacto .form_col .cont {
	background-color: rgba(255, 255, 255, 0.75);
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.05);
	padding: 60px 0;
}

#contacto p.title {
	margin-bottom: 10px;
}

#contacto hr.underline {
	margin-left: 15%;
	margin-bottom: 25px;
}

#contacto hr.divider {
	margin: 33px auto;
	width: 70%;
}

#contacto p.warning {
	font-size: 9px;
	letter-spacing: 0.1em;
}

#contacto a {
	color: #d6ab44;
}

#contacto .button-link {
	font-family: 'bbook', Helvetica, Arial, sans-serif;
	color: #d6ab44;
	font-size: 16px;
	letter-spacing: 0.25em;
	border: solid 1px #d6ab44;
	padding: 15px 40px 12px;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.25em;
	padding: 8px 40px 6px;
}

#contacto .high {
	color: #d6ab44;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.2em;
}

#contacto .cont {
	position: relative;
}

#contacto #enviando {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

#contact_form input[type='text'],
#contact_form textarea,
#contact_form label {
	width: 70%;
	display: block;
	margin: auto;
	border: none;
}

#contact_form input[type='text'] {
	margin-bottom: 30px;
	border-bottom: solid 1px #d6ab44;
}

#contact_form textarea {
	border-bottom: solid 1px #d6ab44;
	resize: none;
	height: 60px;
	line-height: normal;
}

#contact_form label {
	font-family: 'bbook', Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #d6ab44;
}

#contact_form input[type='submit'] {
	font-family: 'bbook', Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin: 35px auto 0;
	cursor: pointer;
	color: #d6ab44;
	background: none;
	border: solid 1px #d6ab44;
	padding: 8px 35px 6px;
	letter-spacing: 0.15em;
}

#contact_form p {
	text-align: center;
	margin: 0px auto;
}

p#errormsg_contact {
	color: #d6ab44;
	font-family: 'Medium', Helvetica, Arial, sans-serif;
	position: absolute;
	text-transform: uppercase;
	font-size: 10px;
	width: 100%;
	text-align: center;
	letter-spacing: 0.06em;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
}

.cont img {
	/*width: 120px;*/
	margin-bottom: 10px;
}

.cont img.pp {
	max-width: 150px;
}

/**** GALERIA *****/

#galeria {
	height: auto;
	padding: 120px 0;
}

#galeria.bg {
	background: url('../images/bg_proyecto.jpg') no-repeat top center #fff;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#galeria .fancybox {
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
}

#galeria .fancybox:hover {
	opacity: 0.5;
}

#galeria #thumbs {
	margin-top: 60px;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0px;
	padding: 0px !important;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url(../images/fancybox_sprite.png);
}

.img-fluid {
	width: 100%;
	height: auto;
}

#thumbs .col-md-3 {
	padding: 1px;
}

.video-galery{
	max-width: 515px;
	display: inline-table;
	margin: 0 auto 5px;
}

#galeria360 {
	height: auto;
	padding: 120px 0 20px;
}

/**** NEWS *****/

#news {
	height: auto;
	padding: 90px 0 180px;
}

#news.bg {
	background: url('../images/bg_news.jpg') no-repeat top center #fff;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#news .fancybox {
	margin-bottom: 0px;
	display: inline-block;
}

#news .fancybox:hover {
	opacity: 0.5;
}

#news #thumbs {
	margin-top: 15px;
}

#news #thumbs img {
	margin: 0px;
}

#news .cont {
	margin-bottom: 75px;
}

.noticia {
	padding: 60px 0;
	border-top: 1px solid rgba(212, 212, 212, 0.5);
	max-width: 900px;
	display: table;
	margin: 0 auto 0;
}

.noticia .fecha {
	font-size: 16px;
	text-transform: unset;
	font-family: 'bbook', Helvetica, Arial, sans-serif;
	color: #95999c;
	letter-spacing: 0.1em;
}

.noticia .titulo {
	font-family: 'bbook', Helvetica, Arial, sans-serif;
	font-size: 32px;
	letter-spacing: 0.01em;
	padding: 8px 0 20px;
	line-height: 34px;
}

.noticia iframe {
	height: 506px;
	width: 100%;
}

.titulo span {
	color: #d6ab44;
}

#news video {
	margin-bottom: 10px;
}

.noticia .body img {
	width: 100%;
	height: auto;
	margin-bottom: 18px;
	margin-top: 18px;
}

.noticia .body p {
	font-size: 15px;
	line-height: 22px;
}
.noticia .body p.featured {
	font-size: 17px;
	line-height: 28px;
	font-weight: 600;
}
.noticia .body a.button_link {
	margin-top: 15px;
}

.noticia p.sitio {
	font-size: 19px;
	letter-spacing: 3px;
	line-height: 14px;
	color: #d6ab44;
	margin-top: -5px;
	margin-bottom: -5px;
}

/**** GALERIA 360 *****/

p.smalltitle {
	font-family: 'bbook', Helvetica, Arial, sans-serif;
	color: #d6ab44;
	text-align: center;
	font-size: 32px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 20px !important;
	line-height: 20px !important;
}

#section360 hr {
	max-width: 600px;
	margin-top: 75px;
}

/**** TEAMWORK *****/

#team.bg {
	background: url('../images/bg_team.jpg') no-repeat top center #fff;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 70px;
}

#team .pie-de-foto {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 35px;
	margin-top: -10px;
	color: #d6ac47;
	font-style: italic;
}

.team_signature {
	width: 110px;
	opacity: 1;
	margin-top: 15px;
}

#team #equipo {
	box-shadow: 1px 1px 70px rgba(0, 0, 0, 0.075);
}

img.teamphoto {
	max-width: 775px;
	width: 100%;
	margin-bottom: 25px;
	border: 1px solid #d6ab44;
	padding: 4px;
}

#equipo .member {
	padding-bottom: 15px;
	background: white;
	text-align: center;
	padding-top: 15px;
}

#equipo .member.dark {
	background: #fafafa;
}

#equipo .member_logo {
	height: 200px;
}

#equipo .member p {
	color: #7d7f80;
	font-size: 11px;
	width: 80%;
	margin: 0 auto 20px;
}

#equipo p.m_name {
	color: #212529;
	font-family: 'bregular', Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 0.025em;
}

#equipo a.high {
	color: #d6ab44;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 0.15em;
}

#equipo img {
	max-width: 180px;
}
#equipo .mla img {
	max-width: 270px;
}
#equipo .bruno img {
	max-width: 110px;
}
#equipo .carlos img {
	max-width: 130px;
}

/**** ARQUITECTO *****/

#carlos_ott {
	background: url('../images/bg_arquitecto.jpg') no-repeat top center #fff;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 180px;
}

#carlos_ott img {
	margin-top: 20px;
}

p.anio {
	font-family: 'bbook', Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
	color: #d6ab44;
	font-size: 25px;
	position: relative;
}

span.overline {
	display: inline-block;
	position: absolute;
	border: none;
	width: 80%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 10px;
	height: 1px;
	background: #d6ab44;
}

.slide_opera {
	background-image: url(../images/opera.jpg);
}

.slide_ott {
	background-image: url(../images/slide_ott.jpg);
}

.slide_hoy {
	background-image: url(../images/slide_hoy.jpg);
}

.cycle-pager {
	font-size: 40px;
	position: absolute;
	bottom: 0;
	z-index: 999999;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	display: none;
}

.cycle-pager span {
	cursor: pointer;
	margin: 0 5px;
	opacity: 0.5;
	padding: 5px;
}

.cycle-pager span:first-child {
	padding-left: 0px;
}

.cycle-pager span:last-child {
	padding-right: 0px;
}

.cycle-pager span.cycle-pager-active {
	opacity: 1;
}

.ver-video {
	margin-top: 55px;
}

.ver-video .fa-play {
	margin-left: 10px;
	font-size: 9px;
	vertical-align: 2px;
}

button:focus {
	outline: none;
}

.video-bio {
	max-width: 515px;
	display: table;
	margin: 0 auto 35px;
}


/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #888;
	width: 70%;
	top: 175px;
}

/* The Close Button */
.close {
	color: #dcb861;
	font-size: 20px;
	font-family: 'bbook', Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 13px;
	margin-top: 15px;
	opacity: 1;
	text-shadow: 0px 0px 0px #000;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.sb-hide {
	display: block;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.9rem 0.4rem;
	clear: both;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-family: 'bbook', Helvetica, Arial, sans-serif;
	color: #95999c;
	letter-spacing: 0.15em;
	font-size: 13px;
	border-bottom: solid 1px #eff0f0;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #d6ab44;
	text-decoration: none;
	background-color: #ffffff;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: -18px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 8rem;
	padding: 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 0px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
}

a#navbarDropdownMenuLink[aria-expanded='true']:after {
	transform: rotate(180deg);
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #d6ab44;
	text-decoration: none;
	background-color: #fff;
}

#menu-mobile .dropdown a:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-left: 0.3em solid transparent;
}

#menu-mobile .dropdown .card-body a:after {
	content: none;
}

#menu-mobile .dropdown-item.active,
#menu-mobile .dropdown-item:active {
	background: #5d6671;
	color: #d6ab44;
}

#menu-mobile .dropdown-item:hover {
	background: #5d6671;
	color: #d6ab44;
}

#menu-mobile .dropdown-item {
	border-bottom: solid 1px rgba(56, 66, 76, 0.47);
	color: #ffffff;
	text-align: left;
	padding-left: 20px;
	font-size: 15px;
}

#menu-mobile li.nav-item.dropdown a[aria-expanded='true']:after {
	transform: rotate(180deg);
}

#menu-mobile .dropdown {
	border-bottom: solid 1px #ffffff25;
}

.card {
	background-color: #5d6771;
}

.card-body {
	padding: 0rem;
}

button.nav-link {
	color: #fff;
	padding: 20px;
	letter-spacing: 0.15em;
	font-size: 17px;
	border-bottom: solid 1px #ffffff25;
	font-family: 'bbook', sans-serif;
	background: rgba(1, 1, 1, 0);
	-webkit-appearance: square-button;
	border-radius: 0;
	border: 0px solid #eaeaea;
}

button.nav-link:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-left: 0.3em solid transparent;
}

button.nav-link[aria-expanded='true']:after {
	transform: rotate(180deg);
}

/*--------------

RESPONSIVE CSS

--------------*/

.preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	background-image: url(../images/loader.gif);
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60px;
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-flow: wrap;
		justify-content: space-between;
	}

	.navbar-expand-sm .navbar-collapse {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.cont_col,
	.img_col {
		padding: 0;
	}

	.section {
		height: 75vh;
	}

	.cont p {
		margin: 0 auto 20px;
	}

	p.title {
		font-size: 45px;
		line-height: normal;
	}

	#unidades.section,
	#arquitecto.section {
		height: 60vh;
	}

	#unidades .cont_col .cont,
	#arquitecto .cont_col .cont {
		padding: 0 40px;
	}

	#footer {
		height: auto;
	}

	#footer #donde {
		margin-bottom: 25px;
	}

	#footer #donde,
	#footer #comercializan {
		padding: 35px;
	}

	#footer #comercializan .cont p,
	#footer #comercializan .cont a {
		font-size: 10px;
		letter-spacing: 0em;
	}

	#footer #comercializan .cont p.title {
		font-size: 30px;
		letter-spacing: 0;
	}

	#header .container {
		max-width: 100%;
	}

	#header {
		padding: 0px;
	}

	#confort .amenities-list {
		display: flex;
		align-content: space-between;
		justify-content: space-around;
	}

	.section.first {
		margin-top: 50px;
	}

	#render_slider {
		height: 75vh;
		max-height: 500px;
	}

	#team {
		height: auto;
	}

	.unidades-detalle {
		height: 40vh;
	}

	.row_cols hr {
		margin-left: 0;
	}

	.slide_opera,
	.slide_ott,
	.slide_hoy,
	.slide01,
	.slide02,
	.slide03,
	.arq,
	.slide_confort01,
	.slide_confort02,
	.slide_confort03,
	.slide_amen01,
	.slide_amen02,
	.slide_amen03 {
		min-height: 500px;
	}

	#scroll {
		height: 100vh;
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	#scrollwrapper #arquitecto .col-right {
		top: -200vh;
	}
}

@media (min-width: 992px) {
	#header {
		padding: 2px 30px 3px;
	}

	#header a.nav-link {
		padding: 30px 12px;
		letter-spacing: 0.15em;
		font-size: 14px;
	}
	#navbarText img {
		max-width: 75px;
	}

	#header p {
		padding: 24px 20px 3px;
		font-size: 12px;
	}

	.section {
		height: calc(100vh - 85px);
	}

	.cont p {
		max-width: 70%;
		margin: 0 auto 15px;
		line-height: 1.75em;
	}

	p.title {
		font-size: 55px;
		line-height: 57px;
	}

	.unidadesmodalcontent .p.title {
		font-size: 47px;
		line-height: 50px;
	}

	.seguridad_texto p {
		max-width: unset;
		margin: unset;
		line-height: unset;
	}

	#confort .amenities-list {
		display: flex;
		align-content: space-between;
		justify-content: space-around;
	}

	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.img_col {
		padding: 0;
		height: 100vh;
	}

	.row_cols hr {
		margin-left: 15%;
	}

	#unidades.section,
	#arquitecto.section {
		height: auto;
	}

	#unidades .cont_col .cont,
	#arquitecto .cont_col .cont {
		padding: 0;
	}

	#footer #comercializan .cont p,
	#footer #comercializan .cont a {
		font-size: 10px;
		letter-spacing: 0.1em;
	}

	#footer #comercializan .cont p.title {
		font-size: 30px;
		letter-spacing: 0;
	}

	#footer #donde {
		padding: 50px;
	}

	.section.first {
		margin-top: 85px;
	}

	#render_slider {
		height: 100vh;
		margin-top: 75px;
	}

	#proyecto_fpark p {
		max-width: 68%;
	}

	#seguridad .seguridad_iconos img {
		width: 168px;
	}

	#footer #comercializan p.subtitle {
		font-size: 20px;
		letter-spacing: 0.02em;
		margin-bottom: 15px;
	}
	#footer #donde,
	#footer #comercializan {
		height: 425px;
	}

	.noticia {
		width: 900px;
	}

	#plano .container {
		max-width: 950px;
	}
}

@media (min-width: 1200px) {
	/*#header .container{
        max-width: 1180px;
    }*/

	#team {
		height: 100vh;
	}
	.unidades-detalle {
		height: 65vh;
	}
	#footer #donde,
	#footer #comercializan {
		height: 410px;
	}

	#plano .container {
		max-width: 1140px;
	}
}

@media (min-width: 2500px) {
}

@media (max-width: 1200px) {
	.navbar-brand img {
		max-width: 100px;
		height: auto;
	}

	#header {
		padding: 2px 0px 3px;
	}

	#header li.nav-item:last-child {
		display: none;
	}

	#header .container {
		padding-right: 0;
	}

	#plano .bloque-plano {
		padding: 0;
	}
}

@media (max-width: 992px) {
	#contacto hr.underline {
		margin-left: 0;
	}
	.video-bio {
		max-width: 400px;
	}

	.financiacion {
		top: 80px;
		right: 35px;
	}

	#plano .contenedor-plano {
		background-size: contain;
		padding: 37% 6% 0%;
		height: 660px;
	}

	#plano .subsuelo {
		padding: 13% 6% 0%;
	}

	#plano .cocheras {
		height: 223px;
	}

	#plano .division,
	#plano .departamentos {
		height: 340px;
	}

	#plano .departamentos {
		height: 262px;
	}

	.hamb_line {
		display: block;
		height: 3px;
		width: 25px;
		margin-bottom: 5px;
		background-color: #d6ab44;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

	#header {
		padding: 2px 10px 3px;
	}

	/* header */

	#menu-mobile {
		background: #38424c;
	}

	#menu-mobile .navbar-brand {
		padding: 20px;
	}

	#menu-mobile ul {
		padding-left: 0px;
		border-top: solid 1px #ffffff25;
	}

	#menu-mobile a.nav-link {
		color: #fff;
		padding: 20px;
		letter-spacing: 0.15em;
		font-size: 17px;
		border-bottom: solid 1px #ffffff25;
	}
}

@media (max-width: 767px) {
	html,
	body {
		margin: 0;
		padding: 0;
	}

	p.smalltitle {
		font-size: 25px;
	}

	.img_col {
		height: 35vh;
	}

	.cont_col {
		padding-top: 70px;
		padding-bottom: 50px;
		text-align: center;
	}

	.cont_col p {
		width: 85%;
	}

	.container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.section {
		padding: 50px 0;
	}

	p.title {
		font-size: 45px;
		line-height: 45px;
	}

	.cont p {
		margin: 0 auto 30px;
	}

	.top_logo p {
		margin-top: 25px;
	}

	.am_item {
		width: 50%;
		float: left;
		margin-bottom: 30px;
	}

	.am_item.last {
		width: 100%;
		margin-bottom: 0px;
	}

	#top {
		background-size: auto 100%;
		background-attachment: scroll;
	}

	.render_50,
	.render_50_dark {
		background-attachment: scroll;
	}

	#unidades,
	#arquitecto {
		padding: 0px;
	}

	#security {
		height: auto;
	}

	#top,
	.render_50,
	#footer,
	#footer_dark,
	#carlos_ott,
	#amenities,
	#unidades_top.bg {
		background-attachment: scroll;
	}

	#footer #donde {
		padding: 40px 30px;
		background: #fff;
		margin-bottom: 30px;
	}

	#footer #comercializan {
		padding: 40px 30px;
	}

	#footer #comercializan img {
		max-width: 70%;
		margin-bottom: 20px;
	}

	#footer #comercializan .cont p,
	#footer #comercializan .cont a {
		font-size: 12px;
		letter-spacing: 0.1em;
	}

	#footer #comercializan .cont p.title {
		font-size: 30px;
		letter-spacing: 0;
	}

	#footer {
		padding-bottom: 0px;
	}

	#footer #bottom img {
		margin: 20px auto 0;
	}

	.section.first {
		padding-top: 120px;
	}

	#render_slider {
		height: 35vh;
	}

	#seguridad .seguridad_iconos {
		width: 100%;
	}

	#seguridad .seguridad_iconos img {
		width: 40%;
	}

	.unidades-detalle {
		height: auto;
	}

	.unidades-detalle .img_col {
		height: auto;
	}

	.arrow_unit,
	.arrow_unit.right {
		top: -10px;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
	}

	#team {
		height: auto;
		padding-top: 75px;
		padding-bottom: 50px;
	}

	.unidades-detalle a {
		position: unset;
		top: unset;
		transform: unset;
	}

	.modal-content {
		width: 95%;
		top: 145px;
	}
	.close {
		font-size: 15px;
		letter-spacing: 0.1em;
	}

	.noticia iframe {
		height: 220px;
	}

	#section360 iframe {
		height: 40vh;
	}

	a[href^='tel'] {
		color: inherit;
		text-decoration: none;
	}

	.anio span.overline {
		display: none;
	}

	#unidades .button_link {
		margin-top: 15px;
	}

	#header .container {
		padding-right: 0;
		max-width: none;
		padding-left: 0;
	}

	.render_50 {
		height: 40vh;
	}

	.row_cols p.title,
	p.title,
	#footer #donde p.title {
		font-size: 40px;
		line-height: 37px;
		margin-bottom: 20px;
	}
	.button_link {
		padding: 10px 20px 9px;
	}

	#section360 hr {
		max-width: 250px;
		margin-top: 45px;
	}

	#section360 {
		padding-top: 40px;
	}

	hr.underline {
		margin-bottom: 20px;
	}

	.seguridad_item {
		display: block;
	}

	.seguridad_item img {
		float: unset;
		text-align: center;
		display: table;
		margin: 0 auto;
	}

	.seguridad_item h5 {
		text-align: center;
	}

	.seguridad_item hr.underline {
		display: table;
	}

	.seguridad_item p {
		text-align: center;
	}

	#seguridad {
		padding: 105px 0 15px;
	}

	#plano .container {
		max-width: 600px;
	}

	#plano .contenedor-plano {
		padding: 40% 6% 0%;
		height: 525px;
	}

	#plano .departamentos {
		height: 210px;
	}

	#plano .depleyenda {
		font-size: 13px;
	}

	#plano .subsuelo {
		padding: 13% 6% 0%;
	}

	#plano .cocheras {
		height: 178px;
	}

	.modalunidades img {
		max-width: 350px;
	}

	.titulopiso p.title {
		margin-bottom: 10px;
		font-size: 28px;
		line-height: 24px;
	}

	hr.underline {
		width: 35px;
		height: 2px;
	}

	.titulopiso {
		top: 18%;
		padding: 0px 15%;
	}

	.rim-hotspot span {
		width: 25px;
		height: 25px;
	}
}

@media (max-width: 600px) {
	#plano .container {
		max-width: 480px;
	}

	#plano .contenedor-plano {
		padding: 154px 28px 0;
		height: 400px;
	}

	#plano .departamentos {
		height: 165px;
	}

	#plano .subsuelo {
		padding: 51px 28px 0;
	}

	#plano .cocheras {
		height: 139px;
	}

	.modalunidades {
		flex-wrap: wrap;
	}

	.img-holder {
		margin-bottom: 25px;
	}
	.segundo-piso .modalunidades .img-holder {
		order: 1;
		width: 50%;
		max-width: 50%;
	}

	.segundo-piso .modalunidades .unidadesmodalcontent {
		order: 3;
	}

	.financiacion {
		top: 65px;
		right: 20px;
		width: 125px;
	}

	.modalunidades img {
		max-width: 210px;
		display: table;
		margin: 0 auto 5px;
	}

	h5 {
		font-size: 20px;
		letter-spacing: 0.02em;
		line-height: 21px;
		margin-bottom: 5px;
	}

	.unidadesmodalcontent {
		padding: 10px 15px;
	}

	#seguridad {
		background-size: contain;
		background-attachment: scroll;
		background-position: center top;
	}

	.modalunidades hr.underline {
		display: none;
	}

	.medidas {
		margin-bottom: 5px;
	}

	#plano .cont img {
		max-width: 30px;
		margin-right: 10px;
		padding-top: 6px;
		display: table;
		margin: 0 auto 15px;
	}

	#plano .cont {
		max-width: 65%;
	}

	.rim-hotspot span {
		width: 18px;
		height: 18px;
		font-size: 26px;
	}
}

@media (max-width: 450px) {
	#plano .container {
		padding-left: 0px;
		padding-right: 0px;
	}

	#plano .contenedor-plano {
		padding: 185px 25px 10px;
		width: 365px;
		height: 450px;
	}

	#plano .subsuelo {
		padding: 57px 25px 10px;
		height: 360px;
	}

	#plano .cocheras {
		height: 116px;
	}

	#plano .departamentos {
		height: 152px;
	}

	#unidades_top.bg {
		height: 500px;
	}

	.titulopiso p.title {
		font-size: 23px;
		line-height: 15px;
	}

	.titulopiso {
		top: 40%;
		padding: 0px 19%;
	}
}

@media (max-width: 375px) {
	.titulopiso {
		top: 5%;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#top,
	.render_50,
	.render_50_dark,
	#footer,
	#footer_dark,
	#carlos_ott,
	#amenities,
	#seguridad,
	#unidades_top.bg {
		background-attachment: scroll;
	}

	.row_cols hr {
		margin-left: 0;
	}

	.row_cols p.title {
		font-size: 40px;
		line-height: 38px;
	}

	img.teamphoto {
		max-width: 600px;
		margin-bottom: 15px;
	}

	.unidadesmodalcontent {
		max-width: 300px;
	}

	.titulopiso {
		padding: 0px 13%;
	}

	.seguridad_item img {
		display: none;
	}
}

@media only screen and (max-device-width: 767px) {
	#footer #comercializan .cont p {
		color: #000;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	#top,
	.render_50,
	.render_50_dark,
	#footer,
	#footer_dark,
	#carlos_ott,
	#amenities,
	#seguridad,
	#unidades_top.bg {
		background-attachment: scroll;
	}

	.row_cols hr {
		margin-left: 0;
	}
}
