/* FONTS*/
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Medium.eot');
	src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Raleway-Medium.woff2') format('woff2'),
		url('../fonts/Raleway-Medium.woff') format('woff'),
		url('../fonts/Raleway-Medium.ttf') format('truetype'),
		url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-ExtraBold.eot');
	src: url('../fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Raleway-ExtraBold.woff2') format('woff2'),
		url('../fonts/Raleway-ExtraBold.woff') format('woff'),
		url('../fonts/Raleway-ExtraBold.ttf') format('truetype'),
		url('../fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Bold.eot');
	src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Raleway-Bold.woff2') format('woff2'),
		url('../fonts/Raleway-Bold.woff') format('woff'),
		url('../fonts/Raleway-Bold.ttf') format('truetype'),
		url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-SemiBold.eot');
	src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Raleway-SemiBold.woff2') format('woff2'),
		url('../fonts/Raleway-SemiBold.woff') format('woff'),
		url('../fonts/Raleway-SemiBold.ttf') format('truetype'),
		url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Regular.eot');
	src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Raleway-Regular.woff2') format('woff2'),
		url('../fonts/Raleway-Regular.woff') format('woff'),
		url('../fonts/Raleway-Regular.ttf') format('truetype'),
		url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 12px;
    line-height: normal;
    color: #5D5D5D;
    vertical-align: baseline;
    font-family: 'Raleway', sans-serif;
}
	
/* PRELOADER */
body {
	overflow: hidden;
}
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
    width: 100vw;
    height: 100vh;
}
#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../imgs/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/* GENERAL */
.clearfix{
	clear: both;
}
.container-fluid{
	padding-right: 80px;
	padding-left: 80px; 
}
.row.spacer65{
	height: 65px;
}
.row.spacer40{
	height: 40px;
}
section {
    height: 100vh;
    position: relative;
    z-index: 10;
}
.bxslider li{
	list-style: none;
	list-style-type: none;
}

/* HEADER */
#menu-mobile{
	display: none;
}
header.desktop{
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
	background: #FFF;
	z-index: 100;
	display: none;
}
header h2.logo{
	display: block;
	position: absolute;
	width: 151px;
	height: 26px;
	background: url(../imgs/logo-cenit-gris.png) no-repeat;
	background-size: 100%;
	text-indent: -3000px;
	left: 80px;
	top: 50%;
	margin-top: -13px;
}
nav.menu{
	display: none;
}
header nav{
	position: absolute;
	right: 80px;
	height: 80px;
}
header nav a,
header nav a:focus,
header nav a:visited{
	margin-right: 40px;
	line-height: 80px;
	color: #858585;
	font-size: 13px;
	text-decoration: none;
}
header nav a:hover,
header nav a.active{
	font-weight: 700;
	color: #858585;
	text-decoration: none;
}
header nav a:last-child{
	margin-right: 0;
}


/* HOME */
#sec-home h1.logo{
	display: block;
	position: absolute;
	width: 300px;
	height: 177px;
	background: url(../imgs/logo-cenit.png) no-repeat;
	background-size: 100%;
	text-indent: -3000px;
	left: 50%;
	margin-left: -150px;
	top: 40%;
	margin-top: -88px;
}
#sec-home h2.fortune{
	display: block;
	position: absolute;
	width: 145px;
	height: 133px;
	background: url(../imgs/logo-fortune.png) no-repeat;
	background-size: 100%;
	text-indent: -3000px;
	left: 50%;
	margin-left: -72px;
	top: 60%;
}
#sec-home .partners{
	display: block;
	position: absolute;
	bottom: 10%;
	width: 520px;
	left: 50%;
	margin-left: -260px;
}
#sec-home .arrow{
	width: 36px;
	height: 19px;
	background: url(../imgs/arrow-down.png) no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 5%;
	left: 50%;
	margin-left: -18px;	
}

/* PROYECTO */
#sec-proyecto h3{
	font-weight: 600;
	font-size: 36px;
	color: #5D5D5D;
	margin-bottom: 20px;
	text-align: center;
}
#sec-proyecto h4{
	font-weight: 600;
	font-size: 30px;
	color: #5D5D5D;
	margin-bottom: 20px;
}
#sec-proyecto p{
	font-weight: normal;
	font-size: 14px;
	color: #A1A1A1;
	max-width: 335px;
	line-height: 22px;
}
#sec-proyecto p strong{
	font-weight: 700;
	font-size: 14px;
	color: #A1A1A1;
}
/* Slider */
.slider{
	width: 100%;
	height: 490px;
}
.arrows{
	width: 100%;
	position: relative;
	margin-top: -258px;
}
.arrows #next1 .bx-next{
	display: inline-block;
	background: url('../imgs/slider-arrow-right.png') no-repeat;
	background-size: 100%;
	width: 15px;
	height: 27px;
	position: absolute;
	right: 20px;
}
.arrows #prev1 .bx-prev{
	display: inline-block;
	background: url('../imgs/slider-arrow-left.png') no-repeat;
	background-size: 100%;
	width: 15px;
	height: 27px;
	position: absolute;
	left: 20px;
}
.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.bxslider, .bxslider li{
    height: 100% !important;
}
.bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    list-style: none;
    list-style-type: none;
}
.bx-wrapper .bx-viewport{
    border: none !important;
}
.bx-controls{
    height: 13px;
    width: 100%;
    width: auto;
    position: absolute;
    bottom: 25px;
    left: 25px;
}
.bx-wrapper .bx-pager{
    padding: 0;
    margin: 0;
    text-align: left;
    bottom: 0px;
    position: relative;
}
.bx-wrapper .bx-pager.bx-default-pager a{
    border: 2px solid #fff;
    background: transparent;
    width: 11px;
    height: 11px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    border: 2px solid #fff;
    background: transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover{
    background: #fff
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #fff
}

/* UBICACION */
#sec-ubicacion h3{
	font-weight: 600;
	font-size: 36px;
	color: #5D5D5D;
	margin-bottom: 20px;
	text-align: center;
}
#sec-ubicacion h4{
	font-weight: 600;
	font-size: 30px;
	color: #5D5D5D;
	margin-bottom: 20px;
}
#sec-ubicacion p{
	font-weight: normal;
	font-size: 14px;
	color: #A1A1A1;
	max-width: 290px;
	line-height: 22px;
}
#sec-ubicacion #gmap{
	width: 100%;
	height: 600px;
}

/* AMENITIES */
#sec-amenities h3{
	font-weight: 600;
	font-size: 36px;
	color: #5D5D5D;
	margin-bottom: 40px;
	text-align: center;
}
#sec-amenities h4{
	font-weight: 600;
	font-size: 30px;
	color: #5D5D5D;
}
#sec-amenities ul{
	width: 40%;
	float: left;
}
#sec-amenities ul li{
	list-style: none;
	list-style-type: none;
	font-size: 14px;
	line-height: 25px;
}
#sec-amenities p{
	font-weight: normal;
	font-size: 14px;
	color: #A1A1A1;
	max-width: 290px;
	line-height: 22px;
}

/* OFICINAS */
#sec-oficinas h3{
	font-weight: 600;
	font-size: 36px;
	color: #5D5D5D;
	margin-bottom: 40px;
	text-align: center;
}
#sec-oficinas h4{
	font-weight: 600;
	font-size: 30px;
	color: #5D5D5D;
	margin-bottom: 20px;
}
#sec-oficinas p{
	font-weight: normal;
	font-size: 14px;
	color: #A1A1A1;
	max-width: 290px;
	line-height: 22px;
}
#sec-oficinas h5{
	font-weight: 600;
	font-size: 26px;
	color: #5D5D5D;
	margin-bottom: 20px;
}
#sec-oficinas ul li{
	list-style: none;
	list-style-type: none;
	font-size: 14px;
	line-height: 25px;
}

/* OFICINAS */
#sec-residencias h3{
	font-weight: 600;
	font-size: 36px;
	color: #5D5D5D;
	margin-bottom: 40px;
	text-align: center;
}
#sec-residencias h4{
	font-weight: 600;
	font-size: 30px;
	color: #5D5D5D;
	margin-bottom: 20px;
}
#sec-residencias p{
	font-weight: normal;
	font-size: 14px;
	color: #A1A1A1;
	max-width: 290px;
	line-height: 22px;
}

/* UNIDADES */
#sec-unidades h3{
	font-weight: 600;
	font-size: 36px;
	color: #5D5D5D;
	margin-bottom: 40px;
	text-align: center;
}
#sec-unidades h4{
	font-weight: 600;
	font-size: 30px;
	color: #5D5D5D;
	padding-bottom: 5px;
	border-bottom: 2px solid #5D5D5D;
	margin-bottom: 20px;
	margin-top: 180px;
	width: 70%;
}
#sec-unidades p{
	font-weight: normal;
	font-size: 14px;
	color: #A1A1A1;
	max-width: 290px;
	line-height: 22px;
}
#sec-unidades h5{
	font-weight: normal;
	font-size: 14px;
	color: #5D5D5D;
	margin-top: 40px;
	margin-bottom: 20px;
}
#sec-unidades h6{
	font-weight: normal;
	font-size: 11px;
	color: #5D5D5D;
	margin-bottom: 5px;
}
#sec-unidades table{
	width: 50%;
}
#sec-unidades td{
	font-weight: normal;
	font-size: 11px;
	color: #5D5D5D;
	width: 50%;
}
#sec-unidades input[type="checkbox"]{
	margin-right: 10px;
}
#sec-unidades .unidad{
	opacity: 0;
}
#sec-unidades p.small{
	font-weight: normal;
	font-size: 11px;
	color: #5D5D5D;
    max-width: none;
    margin-top: 15px;
}
#unidad-modal{
	display: none;
	position: relative;
}
#unidad-modal .downloadpdf{
	position: absolute;
	bottom: 20px;
    right: 10px;
}
#unidad-modal .downloadpdf:hover{
	color: #5D5D5D;
}
#unidad-modal .cerrar{
	position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}
#unidad-modal .cerrar:hover{
	color: #5D5D5D;
	text-decoration: none;
}
#unidad-modal .imgzoom{
	width: 800px;
	height: 500px;
	display: block;
}

/* CONTACTO */
#sec-contacto h3{
	font-weight: 600;
	font-size: 36px;
	color: #FFF;
	margin-bottom: 40px;
	text-align: center;
}
#sec-contacto .form-info{
	width: 60%;
	margin: 0 auto;
}
#sec-contacto .form-info form input{
	width: 95%;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #A8A8A8;
	padding-left: 10px;
	margin-bottom: 20px;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}
#sec-contacto .form-info form textarea{
	width: 95%;
	height: 125px;
	font-size: 14px;
	color: #A8A8A8;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}
#sec-contacto .form-info form input[type="submit"]{
	display: inline;
	font-size: 14px;
	color: #A8A8A8;
	font-weight: 800;
	padding: 5px 10px;
	line-height: 20px;
	background: #FFF;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	width: auto;
	height: auto;
}
#sec-contacto .form-info form input[type="submit"]:hover{
	color: #FFF;
	background: #A8A8A8;
}
::placeholder{
	font-size: 14px;
	color: #A8A8A8;
	padding-left: 10px;
}
#sec-contacto .gracias{
	margin-bottom: 150px;
    color: #FFF;
    font-size: 14px;
    opacity: 0;
}
#sec-contacto .border{
	border-left: 1px solid #FFF;
	padding-left: 35px;
}
#sec-contacto h6{
	font-weight: 600;
	font-size: 18px;
	color: #FFF;
}
#sec-contacto h7{
	display: block;
	font-weight: 600;
	font-size: 18px;
	color: #FFF;
	margin-top: 55px;
}
#sec-contacto p,
#sec-contacto a{
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#sec-contacto a:hover{
	text-decoration: underline;
}
#sec-contacto .partners{
	display: block;
	position: absolute;
	bottom: 5%;
	width: 520px;
	left: 50%;
	margin-left: -260px;
}

/* TABLETS */
@media (min-width: 768px) and (max-width: 992px) {
	header nav{
		right: 20px;
		margin: 0;
	}
	header h2.logo{
		left: 20px;
	}
	header nav a{
		margin-right: 20px;
	}
	#sec-amenities h4{
		margin-bottom: 20px;
	}
	#sec-unidades h4{
		margin-top: 140px;
	}
	#sec-unidades table{
		width: 100%;
	}
	#sec-contacto .form-info{
		width: 90%;
	}
	#sec-contacto .partners{
		position: relative;
		bottom: auto;
	}
}

/* MOBILE */
@media only screen and (max-width: 767px) {
	.container-fluid {
    	padding-right: 15px;
    	padding-left: 15px;
    }
	#sec-home h1.logo{
		width: 150px;
		height: 88px;
		margin-left: -75px;
		margin-top: -44px;
		top: 30%;
	}
	#sec-home h2.fortune{
		width: 72px;
		height: 66px;
		margin-left: -36px;
		margin-top: -33px;
	}
	#sec-home .partners{
		width: 100%;
		left: 0;
		margin-left: 0;
		text-align: center;
	}
	#sec-home .partners img{
		width: 250px;
		height: auto;
	}
	#sec-home .arrow{
		width: 18px;
		height: 9px;
		margin-left: -9px;
	}
	header.desktop{
		display: none !important;
	}
	header{
		position: fixed;
		top: 0;
		height: 30px;
		width: 100vw;
		z-index: 100;
	}
	nav.menu{
		display: block;
		height: 30px;
		background: transparent;
		left: 0;
		width: 100%;
	}
	nav.menu a.btn-menu{
		position: absolute;
		display: block;
		width: 23px;
		height: 16px;
		background: url(../imgs/btn-menu.png) no-repeat;
		background-size: 100%;
		right: 20px;
		top: 20px;
	}
	nav.menu a.btn-menu.gris{
		background: url(../imgs/btn-menu-gris.png) no-repeat;
		background-size: 100%;
	}
	/* MENU MOBILE */
	#menu-mobile{
		width: 100vw;
		height: 100vh;
		position: fixed;
		z-index: 99;
		display: none;
	}
	#menu-mobile .center{
		height: 210px;
		position: relative;
		top: 50%;
		margin-top: -105px;
	}
	#menu-mobile a{
		display: block;
		font-family: 'Raleway';
		font-weight: normal;
		font-size: 17px;
		line-height: 30px;
		text-decoration: none;
		color: #FFF;
		text-align: center;
	}
	#menu-mobile a:visited{
		color: #FFF;
	}
	#menu-mobile a:hover,
	#menu-mobile a:active,
	#menu-mobile a:focus,
	#menu-mobile a.active{
		text-decoration: none;
		font-weight: 600;
	}
	#sec-proyecto h4{
		margin-top: 20px;
	}
	#sec-proyecto h3{
		margin-bottom: 0;
	}
	#sec-ubicacion h4{
		margin-top: 20px;
	}
	
	.row.spacer65{
		height: 20px;
	}
	.row.spacer40{
		height: 20px;
	}
	#sec-proyecto p,
	#sec-ubicacion p,
	#sec-oficinas p,
	#sec-residencias p,
	#sec-unidades p{
		width: 100%;
		max-width: none;
	}
	#sec-ubicacion #gmap{
		height: 70vh;
	}
	#sec-amenities h4{
		margin-bottom: 20px;
	}
	#sec-amenities ul{
		width: 100%;
	}
	#sec-oficinas h4{
		margin-top: 20px;
	}
	#sec-residencias h4{
		margin-top: 20px;
	}
	#sec-unidades h3{
		margin-bottom: 20px;
	}
	#sec-unidades h4{
		margin-top: 0;
		width: 100%;
		border-bottom: none;
	}
	#sec-unidades h5{
		margin-top: 20px;
	}
	#sec-unidades table{
		width: 100%;
	}
	#sec-unidades svg{
		width: 100%;
		height: auto;
		margin: 20px 0;
	}
	#unidad-modal img{
		width: 100%;
	}
	#unidad-modal .cerrar{
        top: 4px;
        right: 4px;
    }
	#unidad-modal .downloadpdf{
		bottom: 10px;
		right: 4px;
    }
	#sec-contacto .form-info{
		width: 100%;
	}
	#sec-contacto .border{
		border: none;
		padding: 0;
		text-align: center;
	}
	#sec-contacto h6,
	#sec-contacto h7{
		margin-top: 20px;
	}
	#sec-contacto .partners{
		position: relative;
		bottom: auto;
		margin: 20px 0;
		width: 100%;
		left: 0;
		text-align: center;
	}
	#sec-contacto .partners img{
		width: 100%;
		height: auto;
	}
	#sec-contacto .form-info form input,
	#sec-contacto .form-info form textarea{
		width: 100%;
	}
}