@charset "utf-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    font-family:'Roboto', sans-serif;
	background:#EDEEF0;
	overflow-x: hidden;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* LAYOUT
**********************************************************************/
#Header{
	width:100%;
	padding:10px 0;
}
#Header .col-12{
	display:grid;
	align-items:center;
}
.Logo IMG{
	width:102px;
}
#Header #MainNav A{
	font-weight:500;
	font-size:18px;
	color:#32271e;
	text-transform:uppercase;
    padding: 0px 18px;
	border-left:1px solid #B0AFB5;
}
#Header #MainNav LI:first-child A{
	border-left:none;
}
#Header #MainNav A:hover{
	color:#1e3c96;
}
#Header #MainNav A.Current{
	color:#c38d57;
}


/*	MENU MOBILE	*/
#ToggleUserNav {
    width: 70px;
    display: inline-block;
    margin: 30px 0px 0 0;
	float:right;
}
A#NavIcnMb {
    display: inline-block;
    margin: 0;
    border: none;
    background: none;
    padding: 0 !important;
    margin: 0px 0 0;
}
#MainNav{
	margin:25px 0 0;
}

/*SLIDER*/
#Slider{
	width:100%;
	overflow: hidden;
}
#Slider .col-100{
	width:100%;
}
#Slider IMG{
	max-width:100%;
	height:auto;
}
.slick-prev, .slick-next{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 36px;
    height: 73px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index:999;
}
.slick-prev{
	left:50px;
}
.slick-next{
	right:50px;
}
.slick-prev::before, .slick-next::before{
	width:36px;
	height:73px;
	overflow:hidden;
	content: '';
	display: inline-block;
}
.slick-prev::before{
	background:url(../img/slider/arrows.png) top left no-repeat;
}
.slick-next::before{
	background:url(../img/slider/arrows.png) top right no-repeat;
}
.slick-dots{
	bottom:20px;
}
.Fancy-content .slick-dots{
	bottom:-10px;
}
.Fancy-content .slick-dots li{
	width:10px;
	height:10px;
}
.slick-dotted.slick-slider {
    margin-bottom: 10px;
}
/*TEXTOS*/
#ProjectInfo{
	padding:60px 0px;
}
H3.Intro{
	/*font-family: 'Red Hat Display', sans-serif;
	font-weight:700;
	font-size:25px;
	line-height:35px;*/
	/*font-family: 'Biryani', sans-serif;
	font-weight:800;*/
	font-weight:300;
	font-size:19px;
	line-height:32px;
	color:#1e3c96;
	text-align:center;
	
}
P{
	font-weight:400;
	font-size:17px;
	line-height:28px;
	color:#434040;
	text-align:center;
	margin:40px 0 0;
}
P.Txt{
	font-family:"Times New Roman", Times, serif;
	font-weight:400;
	font-size:20px;
	line-height:30px;
	color:#434040;
	text-align:justify;
	margin:40px 0 0;
}
P.Fst{
	margin:55px 0 0;
}

/*UNIDADES*/
#Units .col-12{
	padding:0 0 0 10px;
}
#Units .col-12:first-child{
	padding:0;
}
#Units .Box{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#FFF;
}
#Units IMG{
	width:100%;
	height:520px;
}
#Units H2{
	width:100%;
	font-size:30px;
	line-height:33px;
	letter-spacing: 3px;
	display:inline-block;
}
#Units H3{
	width:100%;
	font-size:41px;
	line-height:53px;
	letter-spacing: 3px;
	display:inline-block;
}
#Units SPAN.Line{
	width:140px;
	margin:10px 0 0;
}
/*---------------*/
/***** Duke ****
https://tympanus.net/codrops/2014/06/19/ideas-for-subtle-hover-effects/*/

/*---------------*/
#Units .flex-parent{
	height: 520px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
	flex-flow: row nowrap;
    place-content: stretch center;
    align-items: center;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
#Units figure{
	height:520px;
}
#Units figure figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#Units figcaption{
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.effect-duke {
	background: -webkit-linear-gradient(-45deg, #34495e 0%, #0f4487 100%);
	background: linear-gradient(-45deg, #34495e 0%, #0f4487 100%);
}

figure.effect-duke img,
figure.effect-duke p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
	opacity: 0.1;
	-webkit-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);
}

figure.effect-duke h2{
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

figure.effect-duke h3{
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
figure.effect-duke SPAN{
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

figure.effect-duke p {
	width:80%;
	position: absolute;
	bottom: 30px;
	left: 0;
	margin: 0px 10%;
	padding: 15px;
	border: 2px solid #fff;
	text-transform: none;
	font-size: 100%;
	opacity: 0;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover h3,
figure.effect-duke:hover SPAN,
figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/*Building*/
#Building{
	width:100%;
	padding:0px 0 0;
	background:#FFF;
}
#Building .Txt{
	display:flex;
	align-items: center;
	padding-left: 0;
	padding-right:0;
}
#Building .Img{
	padding-left:0;
	padding-right:0;
}
#Building IMG{
	height:100%;
}
#Building .Info{
	padding:70px 0 70px 50px;
}
#Building .Info H4{
	font-weight:900;
	font-size:40px;
	line-height:50px;
	color:#00449a;
	text-transform:uppercase;
	padding:0 0 25px;
}
#Building .Info P{
	width:93%;
	margin:25px 0 0;
	text-align:left;
	font-weight:400;
	font-size:18px;
	line-height:28px;
	color:#434040;
}
#Building .Logo{
	padding:15px 0 10px;
}
#Building .Logo IMG{
	width:110px;
}
#Building .Contact{
	width:100%;
}
#Building .Contact P{
	margin:4px 0 0;
}
#Building .Contact A{
	color:#434040;
}
#Building .Contact P:first-child{
	margin:0;
}
#Building .Contact .Icn{
	width:20px;
	height:20px;
	display:inline-block;
	margin:0 5px 0 0;
}
#Building .Contact .Icn IMG{
	width:18px;
	vertical-align:middle;
	height:auto;
}
#Building .Contact .Icn.Mail{
	width:18px;
	height:12.58px;
}




/*DISTRICT*/
#District{
	width:100%;
	padding:0px 0 0;
}
#District .col-sm-12{
	padding-left:0;
	padding-right:0;
}
#District .Bg{
	display:flex;
	align-items: center;
	padding-left: 0;
}
#District IMG{
	width:100%;
	height:100%;
}
#District .Bg{
	background:#0f4487;
}
#District .Info{
	padding:30px 0 30px 50px;
}
#District .Info H4{
	font-weight:900;
	font-size:40px;
	line-height:50px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:0 0 25px;
}
#District .Info P{
	width:100%;
	margin:25px 0 0;
	text-align:left;
	font-weight:400;
	font-size:18px;
	line-height:28px;
	color:#FFFFFF;
}
SPAN.Line{
	display:inline-block;
	width:200px;
	height:3px;
	background:#C38D57;
}

/*MAPA*/
.Map, #Map{
	width:100%;
	padding:0px 0 0;
	background:#FFF;
}
#Map .col-12{
	padding:0;
}
#Map IMG{
	width:100%;
	display:inherit;
}
/*PLACES*/
#Places{
	width:100%;
	background:#FFF;
}
#Places .col-20{
	width:20%;
	text-align:center;
}
#Places H6{
	width:100%;
	padding:25px 0px;
	font-size:16px;
	color:#434040;
}

/*DEVELOPMENT*/

#Develop{
	width:100%;
	padding:57px 0px 53px;
}
#Develop IMG{
	width:100%;
	/*height: 590px;*/
}
#Develop .col-12{
	padding-left:0;
	padding-right:0;
}
#Develop .container-fluid{
	padding:0;
}
#Develop .multiple-items{
	width:100%;
	overflow:hidden;
}
#Develop .Box{
	width:25%;
	padding:0 0 0 10px;
	display: inline-block;
	/*-webkit-box-shadow:inset -10px 0 0 0 #FFFFFF;
	-moz-box-shadow:inset -10px 0 0 0 #FFFFFF;
	box-shadow:inset -10px 0 0 0 #FFFFFF;*/
}
#Develop .Box:first-child{
	padding:0;
}
#Develop FIGURE{
	width:100%;
	height:89px;
	display:inline-block;
	text-align:center;
	margin:38px 0 20px;
}
#Develop FIGURE IMG{
	width: auto;
	height: 100%;
	display: inline-block;
}
#Develop H5{
	width:100%;
	padding:0px 0 0;
	text-align:center;
	color:#434040;
	font-size:18px;
	font-weight:500;
}
#Develop H6{
	width:100%;
	padding:0px 0 0;
	text-align:center;
	color:#434040;
	font-size:16px;
	font-weight:300;
}
#Develop .Text{
	text-align:center;
	padding-bottom:64px;
}
#Develop H2{
	width:100%;
	text-align:center;
	font-size:50px;
	color:#00449a;
	font-weight:600;
	padding: 0 0 30px;
}
#Develop .Line{
	width:132px;
}

FOOTER{
	width:100%;
	padding:45px 0;
	background:#0F4487;
	
}
FOOTER P{
	font-size:20px;
	font-weigh:400;
	color:#FFF;
	margin:0;
	text-align:center;
}
FOOTER .MailTo{
	float:right;
	font-size:14px;
	color:#FFF;
}
FOOTER .MailTo SPAN{
	padding-right:8px;
}
FOOTER .MailTo IMG{
	width:18px;
	vertical-align:middle;
}

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/cd-top-arrow.svg) center 50% no-repeat rgba(0, 0, 0, .8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-fade-out, .cd-top.cd-is-visible, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}
@media only screen and (min-width:768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}
@media only screen and (min-width:1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}

}


/*FANCYBOX*/
.Fancy-content{
	width:70%;
	padding:0 !important;
}
.Fb-Header{
	width:100%;
	padding:45px 52px;
	background:#2e4382;
	position:relative;
}
.Fb-Header H4{
	font-size:25px;
	color:#FFFFFF;
}
.Fb-Header H5{
	font-size:35px;
	color:#FFFFFF;
	font-weight:600;
}
.Fb-Body{
	width:100%;
	padding:30px 60px;
}
.Fb-Body .FigSlider{
	width:100%;
	display: inline-block;
}
.Fb-Body .Slide{
	width:100%;
	/*height:800px;*/
	height:auto;
	display:inline-block;
}

.Fb-Body .FigSlider IMG{
	width:100%
}
.Fb-Body .slick-prev{
	left:-50px;
}
.Advert{
	font-size:12px;
	padding: 0 10px;
    display: inline-block;
	margin: 30px 0 0px;
}

.Fancy-content .slick-next{
	right:-50px;
}
.Fancy-content .slick-prev::before {
    background: url(../img/slider/arrows-blue.png) top left no-repeat;
}
.Fancy-content .slick-next::before{
	background:url(../img/slider/arrows-blue.png) top right no-repeat;
}

.fancybox__content > .carousel__button.is-close{
	width:40px;
	height:40px;
	background:url(../img/icon_close.png) top right no-repeat;
	background-size:40px;
	top:50px !important;
	right:50px !important;
}
.carousel__button svg{
	display:none !important;
}


@media screen and (max-width:736px){
	.cd-top{
		right:20px;
	}
	.slick-arrow{
		display:none !important;
	}
	#MainNav{
		width:100%;
		/*display:inline-block;*/
		margin: 10px 0 0;
	}
	#MainNav LI{
		width:100%;
		display:inline-block;
	}
	#Header #MainNav A{
		width:100%;
		display:inline-block;
		border:none;
		padding:15px 0px;
		text-align:center;
		border-top: 1px solid #CCC;
	}
	#ProjectInfo{
		padding: 30px 0px;
	}
	H3.Intro{
		font-size: 16px;
		line-height: 25px;
	}
	P.Fst {
		margin: 50px 0 0;
	}
	P{
		font-size: 15px;
		line-height: 24px;
	}
	#Building .Info{
		padding:50px 20px;
	}
	#Building .Info P{
		font-size:16px;
		line-height:26px;
	}
	#Units .col-12{
		padding:10px 0 0px;
	}
	#Units .col-12:first-child {
		padding: 0px;
	}
	#Units .flex-parent,
	#Units FIGURE{
		height:340px;
	}
	#Units IMG{
		height:auto;
	}
	.Fancy-content .slick-dots{
		bottom: -30px;
	}
	.Advert{
		margin-top:30px;
	}
	#District .col-12{
		padding:0;
	}
	#District .col-12.Bg{
		padding: 50px 20px;
	}
	#District .Info {
		padding: 30px 30px;
	}
	#District .Info H4 {
		font-size: 30px;
		line-height: 40px;
	}
	#District .Info P {
		width: 100%;
		font-size: 16px;
		line-height: 26px;
	}
	#Places{
		padding-top:10px;
	}
	#Places .col-20{
		width:100%;
	}
	#Develop {
		padding: 70px 0px 50px;
	}
	#Develop .col-12 {
		padding-left: 20px;
		padding-right: 20px;
	}
	#Develop .Text {
		padding-bottom: 50px;
	}
	#Develop H2{
		font-size: 36px;
	}
	#Develop IMG{
		height:auto;
	}
	#Develop .slick-dots{
		bottom: 0px;
	}
	#Develop .slick-list{
		padding-bottom:30px;
	}
	FOOTER P {
    	font-size: 16px;
	}
	FOOTER .MailTo{
		float: none;
		width: 100%;
		display: inline-block;
		margin: 20px 0 0;
	}
	.Fancy-content{
		width:100%;
	}
	.Fb-Header{
		padding:15px 22px;
	}
	.Fb-Header H4 {
    	font-size: 15px;
	}
	.Fb-Header H5 {
    	font-size: 21px;
	}
	.Fb-Body{
    	padding: 10px 0px;
	}
	.Fb-Body .Slide {
    	height: 200px;
	}
	.fancybox__content > .carousel__button.is-close {
		width: 20px;
		height: 20px;
		background-size: 20px;
		top: 10px !important;
		right: 10px !important;
	}
	.fancybox__slide{
		padding:30px !important;
	}
}
@media screen and (min-width:414px) and (max-width:736px){
	#Units .col-12{
		padding:0;
	}
	#Units .flex-parent, #Units FIGURE{
		height:190px;
	}
	#Units figcaption{
		padding:0;
	}
	#Units H2{
		font-size:20px;
		line-height: 23px;
	}
	#Units H3{
		font-size:26px;
	}
	figure.effect-duke p{
		bottom:10px;
		padding:5px;
		border:1px solid #fff;
	}
	#District .col-sm-12{
		padding:0;
	}
	#Develop FIGURE{
		height:70px;
	}
}
@media screen and (min-width:737px) and (max-width:990px){
	#District .col-sm-12{
		padding:0;
	}
	#District .Info{
		padding-top:30px;
		padding-bottom:30px;
	}
	
}
@media screen and (min-width:990px) and (max-width:1200px){
	#District IMG{
		width:auto;
	}
}