@charset "utf-8";
/* CSS Document */



@import url('css/linearicons.css');



body, html { 
	padding: 0; 
	margin: 0;
	line-height: 1;
	width:100%;
	color: #666666;
	font-family: 'Poppins', sans-serif;
	height: 100%;
	
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.025em;
	
	}

.container-fluid{
	height: 100%;	
}

body{
	/*overflow: hidden;*/
	}



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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, h1,h2,h3,h4
{
	border: 0;
	font-style: inherit;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
}

p, a, li, div{ margin:0; padding:0; }

a{ 
	text-decoration:none;
}

a img{ border:none;}

:focus, a:focus {
	outline: 0!important;
	text-decoration: none!important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
}

ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}

.clear{ clear:both;}

.clear:after{
	display: block;
	content: '';
	clear:both;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}  



.padding-remove{
	padding: 0;
}

.padding-remove-l{
	padding-left: 0;
}


.padding-remove-r{
	padding-right: 0;
}


a:hover, a:focus{
	text-decoration: none;
	color: #787878;
}


form:after{
	display: block;
	content: '';
	clear: both;
}

.vertical-center{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.grecaptcha-badge { 
    visibility: hidden;
}

/*------------------------------------------------------------------

	boton

-------------------------------------------------------------------*/



.btn{
  color:#fff;
  letter-spacing: 0.025em;
  font-size: 1rem;
  display: inline-block;
  border:0;
  border-radius: 0;
  padding: 1.1em 2.28em 1em;
  background-color: #000;
  text-decoration: none;
  -webkit-transition: all .3s ease-out!important;
          transition: all .3s ease-out!important;
}

.btn:hover,
.btn:focus{
  background-color:#dfa12a;
  color: #fff;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}

/*HEADER --------------------------------------*/
header {
    padding: 20px 0;
}


header.navbar.boxed{
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 2.7rem;
    height: 7rem;
    margin: 0;
    border-radius: 0;
    border: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}


.navbar.boxed.hfixed {
	position: fixed;
	z-index: 9;
	background-color: #ffff;
	padding-top: 16px;
}

.brand{
	line-height: 1.6;
	color: #000;
	display: inline-block;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

a.brand:hover,
a.brand:focus{
  text-decoration: none;
  color: #000;
}

.brand img{
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
	height: 65px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}


.brand{
	margin-top:  -0.5rem!important;
}


.brand img.brand-img-white{
	display: block;
}

.brand img.brand-img-fixed{
	display: none;
}

.navbar.boxed.hfixed .brand img.brand-img-white{
	display: none;
}

.navbar.boxed.hfixed .brand img.brand-img-fixed{
	display: block;
}

.brand img.brand-img-white{}

.brand img.brand-img-fixed{
	display: none;
}


body.pp-viewing-main .brand img{
	height: 100px!important;
}

body.projects .brand,
body.testimonials .brand{
	margin-top: -2rem!important;
}


body.projects .brand img,
body.testimonials .brand img{
	height: 70px!important;
}

div#navbar {
    float: right;
}

nav.navbar {
    border: 0;
    margin-bottom: 0;
    min-height: inherit;
}

.navbar-nav>li>a {
    padding: 0px 13px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 75px;
    color: #ffffff;
    letter-spacing: 0.48px;
}

.navbar-nav>li:first-child>a {
    padding-left: 0;
}


.navbar-nav>li:last-child>a {
    padding-right: 0;
}


.navbar-nav>li>a:hover {
    color: #dfa12a;
}


.navbar.boxed.hfixed .navbar-nav > li > a {
  color: #000;
}


.navbar.boxed.hfixed .navbar-nav>li>a:hover {
    color: #dfa12a;
}



/*------------------------------------------------------------------

	INICIO

-------------------------------------------------------------------*/


section#inicio {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vertical-centred {
	vertical-align: middle;
    padding-top: 5.3rem;
    padding-bottom: 5rem;
}


.video-container{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
    
.video-container iframe {
	width: 100vw;
    height: 116vh;
    position: absolute;
    top: -60px;
    left: 0;
}


.video-container::after {
  display: block;
  content: '';
  position: absolute;
  z-index: 0;
  background-color: rgba(0,0,0,0.38) ;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


.video-foreground {
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
}

.video-foreground, .video-container iframe {
    position: absolute;
    pointer-events: none;
}


.envideo{}

.envideo iframe {
    max-width: 100%;
}

#video .envideo{
    text-align: center;	
}
#video .envideo iframe {
    /*height: 550px;
	width:  822px;
    height: 458px;
    margin: 0 auto;*/
}

.envideo{}

.envideo iframe {
    max-width: 100%;
}

#video .envideo{
    text-align: center;	
}
#video .envideo iframe {
    /*height: 550px;
	width:  822px;
    height: 458px;
    margin: 0 auto;*/
}

.carousel-control {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    width: 4%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 1;
}


.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px 7px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #999;
    border: 1px solid #999;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px 7px;
    background-color: #dfa12a;
	border: 1px solid #dfa12a;
}


#slider{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


#slider::before {
    content: "";
    display: inline-block;
    height: 100%;
    /* left: 0; */
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: rgb(0 0 0 / 37%);
}


.carousel-inner {
    height: 100%;
}
.carousel-inner .item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
    height: 100%;
}


.col-center{
	margin: 0 auto;
	float: none;
}



#inicio h1{
    font-size: 49px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}



#inicio p {
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0;
    margin: 35px 0 20px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}




#inicio a.btn{
    margin-top: 20px;
    background-color: rgb(0 0 0 / 30%);
    border: 1px solid #fff;
    font-weight: 700;
    text-transform: uppercase;
}


#inicio .vertical-centred {
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
	z-index: 1;
}

/*------------------------------------------------------------------

	CONTENIDO

-------------------------------------------------------------------*/


p{
	margin-bottom: 37px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 2.1428;
	color: #666666;
}


h2, .h2 {
    font-weight: 600;
	font-size: 25px;
    line-height: 34px;
    color: #000;
    letter-spacing: 0;
    margin: 37px 0 20px;
}

h2b, .h2b {
    font-weight: 700;
    font-size: 2.571rem;
    line-height: 1.166;
    color: #000;
    letter-spacing: 0;
    margin: 37px 0;
}



h3, .h3 {
    font-weight: 600;
    font-size: 2.142rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #000;
    margin: 37px 0;
}


h4, .h4 {
    font-weight: 600;
    font-size: 1.0rem;
    line-height: 1.25;
    letter-spacing: 0.025em;
    color: #000;
    margin: 37px 0;
}



h5, .h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #000;
    margin: 37px 0;
}

.title-uppercase {
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1.33333;
}

.text-primary {
    color: #dfa12a;
    font-weight: 600;
}


.text-white {
    color: #fff;
}


#northbech a.btn {
    background-color: #dfa12a;
    position: relative;
    margin-top: 106px;
}


#northbech a.btn:hover {
    background-color: #000;
}



.intro {
    padding: 90px 0 60px;
}



div#proyectos-slider {
    width: 100%;
    height: 300px;
}
.intro .carousel-inner .item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}





#proyecto {
    position: relative;
    background-color: #000;
    padding: 100px 0 160px;
}

.bg-changer {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: .8;
    top: 0;
}

.section-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}



.bg-changer .section-bg{
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s 0.2s ease,  transform 5s 0.2s ease;
  -o-transition: opacity 0.5s 0.2s ease,  transform 5s 0.2s ease;
  transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
}

.bg-changer .active{
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform:scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.bg-changer .section-bg:first-child{
  opacity: 0.9;
}




.row-project-box{
  margin-top: -30px;
}

.col-project-box{
  margin-top: 30px;
}

.project-box{
  display: block;
  height: 189px;
  position: relative;
  border:1px solid #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s  ease;
	display: flex;
  align-items: center;
  align-content: space-between;
	text-align: center;
}

.project-box-inner{
	width: 100%;
	height:  auto;
	padding:2.14rem 1.928rem;
}

.project-box h5{
	margin:0;
	color: #fff;
	font-size: 28px;
	line-height: 34px;
}

.project-category{
  color: #cccccc;
  margin-top: 0.5rem;
  line-height: 25px;
}

.project-box:hover{
  background: #dfa12a;
  text-decoration: none;
  border-color: transparent;
}

.project-box:hover h5{
  color: #fff;
}

.project-box:hover .project-category{
  color:#fff;
}





.modal {
  text-align: center;
}


@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}


.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0;
    width: inherit;
}


.modal-content {
	text-align: left;
	background: #fff;
	margin: 0 auto;
	padding: 35px 20px;
	width: inherit;
}



button.close-modal {
    font-family: 'Linearicons';
    line-height: 1;
    width: auto;
    height: auto;
    top: 0px;
    right: 8px;
    font-size: 2.6rem;
    transition: all 0.5s;
    top: 14px;
    right: 15px;
    position: absolute;
    opacity: 0.65;
    background-color: transparent;
    color: #000;
    padding: 11px 11px 14px;
    line-height: 13px;
}


.project-detail-list{
	list-style: none;
	padding-left: 0;
	margin-top:1.6rem;
	color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 2.1428;
}

.project-detail-list li{
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 0.6rem;
	margin-top:0.65rem;
	overflow:hidden;
}

.project-detail-list li:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}

.project-detail-list li .left{
	float: left;
	font-weight: 600;
}

.project-detail-list li .right{
	float: left;
}

.project-detail-meta{
	margin-top: 4.5rem;
	overflow:hidden;
}

.project-detail-meta .left{
	font-weight: 600;
}



ul.bullets {
	list-style-type: none;
	padding: 0;
	margin-top: 1.6rem;
}

ul.bullets li {
	position: relative;
	padding-left: 25px;
	line-height: 33px;
}
ul.bullets li:before {
	content: '•';
	color: #dfa12a;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
	font-weight: 700;
}

.project-detail-list li .left:before {
	display: inline-block;
	Content: '•';
	color: #dfa12a;
	font-size: 21px;
	font-weight: 700;
	padding-right: 10px;
	position: relative;
	top: 2px;
	line-height: 22px;
}




.vertical-title {
    position: absolute;
    white-space: nowrap;
    width: 0;
    top: -0.55rem;
    left: 4.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#proyecto .vertical-title {
    color: #fff;
    top: 64%;
}


section#galeria {
    position: relative;
    height: 100%;
}

#galeria .vertical-title {
    color: #fff;
    top: 64%;
	z-index: 2;
}

div#galeria-d {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	z-index: 1;
}


.map{
  width: 100%;
  height: 26rem;
  border: 0;
  text-align: center;
}


.map-2 {
    width: 100%;
    height: 24rem;
    border: 0;
    text-align: center;
}


.map-info{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #666666;
  text-align: left;
  padding:1.1rem;
}

.map-title{
  margin-bottom: 2rem;
}

.map-address-row{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.7;
}

.map-address-row .fa{
  margin-right: 0.5rem;
}

.gmap-open{
  margin:2rem 0 0;
}
	


section#contacto {
    background-color: #f1f1f1;
	position: relative;
}


#contacto .vertical-title {
    color: #fff;
    top: 56%;
}




div#contactanos {
    text-align: center;
}

.contact-info{
  overflow:hidden;
  margin-top: 5.5rem;
}

.row-contact-info{
  margin:-5rem -4% 0;
}

.success-message,
.error-message{
  display: none;
  margin-top: 2rem;
}

.col-contact-info{
  padding:0 4%;
  margin-top: 5rem;
  padding-top: 5rem;
  border-top:1px solid #cacaca;
}

.col-contact-info:first-child{
  border-top:0;
  padding-top: 0;
}

.contact-info h3{
  font-size: 1.92rem;
  line-height: 1.06;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin:0 0 2rem 0;
}

.contact-info .col-right{
  word-wrap: break-word;
  padding-left: 0;
  padding-right: 0;
}

.contact-info-row{
  line-height: 1.5;
  margin-bottom: 2.14rem;
}

.contact-info-row:last-child{
  margin-bottom: 0;
}

.contact-info-row strong{
  font-size: 1.1428rem;
  text-transform: uppercase;
  color: #000;
}




.section.scrollable-contactos .vertical-title {
    top: 12.45rem;
}

.section.scrollable-contactos  {
    background-color: #f1f1f1;
    text-align: center;
}


.section.scrollable-contactos .vertical-centred {
    padding-top: 7rem;
    padding-bottom: 0rem;
    vertical-align: middle;
}


.formu {
    margin-bottom: 80px;
}



#contactanos h4, #contactanos h4 span {
    font-size: 30px;
    font-weight: 200;
}



#contactanos h4 strong {
    font-size: 30px;
    font-weight: 700;
}
#contactanos h4 span {
    font-size: 24px;
}

.fondo-preload {
    z-index: 9;
    display: none;
    background-color: rgba(255, 255, 255, 0.61);
    position: absolute;
    width: 100%;
    height: 100%;
}


.fondo-preload p {
    text-align: center;
    position: relative;
    top: 45%;
}


.form-control {
    height: auto;
    border: 0;
    border-radius: 0;
    font-weight: 300;
    padding: 10px 12px;
}




.form-control::-webkit-input-placeholder{
	   color:#333;
	}

.form-control:-moz-placeholder{ /* Firefox 18- */
	   color:#333; 
	}

.form-control::-moz-placeholder{  /* Firefox 19+ */
	   color:#333; 
	}

.form-control:-ms-input-placeholder{  
	   color:#333;
	}


.form-control:focus::-webkit-input-placeholder{
	   color:transparent;
	}

.form-control:focus:-moz-placeholder{ /* Firefox 18- */
	   color:transparent; 
	}

.form-control:focus::-moz-placeholder{  /* Firefox 19+ */
	   color:transparent; 
	}

.form-control:focus:-ms-input-placeholder{  
	   color:transparent;
	}


textarea.form-control {
    height: 150px;
}





input[type=submit]{
    padding: 12px 43px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 20px;
    background-color: #dfa12a;
    font-size: 1rem;
    display: inline-block;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: all .3s ease-out!important;
    transition: all .3s ease-out!important;
}

input[type=submit]:hover{
	background-color: #000;
}


div.wpcf7-mail-sent-ok{
	display: none!important;
}


div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok{
	border: 0!important;
}

div.wpcf7-response-output {
    margin: 20px 0;
    padding: 0;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: block;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 14px;
}

section#amenities .intro > .row {
    text-align: center;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#amenities .col-iconos{
	margin: 30px 0 10px;
}
#amenities{
	background-color: #f1f1f1;
	padding-bottom: 40px;
}


#amenities .col-iconos{
	margin: 30px 0 10px;
}

#amenities .icono{
    display: inline-block;
    font-size: 60px;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
 width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    margin: auto;
}



#amenities .icono .fa{
}

#amenities .icono img{
}

#amenities .txt{
    margin-top: 18px;
}

#amenities .txt h3{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0px 0 10px;
}

#amenities .txt p{
    line-height: 23px;
    font-weight: 300;
}
#amenities .icono {
    color: #dfa12a;
}



section#ubicacion a.btn {
	background-color: #000;
}
section#ubicacion a.btn:hover{
	background-color: #dfa12a;
}






/*------------------------------------------------------------------

	TERRAZAS

-------------------------------------------------------------------*/






section#terrazas .intro h2 {
    margin: 9px 0 20px;
}





/*------------------------------------------------------------------

	video

-------------------------------------------------------------------*/


section#video {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px 0;
}

section#video h2, section#video p {
    color: #fff;
}

section#video a.btn {
    background-color: #ea905a;
}

section#video a.btn:hover {
    background-color: #fff;
    color: #000;
}

section#video .intro {
    padding: 0;
	margin-bottom: 30px;
}







/*------------------------------------------------------------------

	FOOTER

-------------------------------------------------------------------*/



footer {
    text-align: center;
    padding: 70px 0 30px;
    background-color: #fff;
}


.copyright p{
    font-size: 10px;
    line-height: 20px;
    color: #4A4A4E;
    font-weight: 300;
    max-width: 1100px;
    margin: 0 auto 10px;
}



footer h4 {
    color: #000;
    font-weight: 100;
    margin: 20px 0 0;
    text-align: center;
}




.logos-footer {
    margin-top: 50px;
}




.logos-footer .row {
    display: flex;
    justify-content: space-between;
}




footer .logo-footer {
    margin-bottom: 20px;
    margin-top: 15px;
    height: auto;
}

footer .logo-footer img {
    display: block;
    margin: 0 auto;
}




.gracias .vertical-centred {
    vertical-align: middle;
}

.gracias #pp-nav{
	display: none;
}

@media only screen and (min-width: 1200px) {
	.project-detail-img{
	padding-right: 7px;
	}

	.project-detail-title{
	font-size: 2.57rem;
	letter-spacing: -0.025em;
	line-height: 1.16666;
	margin:0;
	}
	

}

@media only screen and (max-width: 1199px){
	
}

@media only screen and (max-width: 1150px)
	and (min-width: 992px){
	.video-container {
    height: 555px;
	}
}

@media only screen and (min-width: 992px) {
	section#terrazas .intro > .row {
    display: flex;
    justify-content: center;
    align-items: center;	
	}
	.row-project-box{
	display: flex;
    justify-content: center;
	}

}

@media only screen and (max-width: 991px) {
	.video-container {
    height: 433px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px){
	.row-project-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}
}


@media only screen and (min-width: 769px) {}

@media only screen and (min-width: 768px) {
	.row.col-equal {
    display: table;
	width: 100%;
	height: 100%;
	}


	.col-equal > [class*="col-"] {
    float: none;
    display: table-cell;
    height: 100%;
    vertical-align: top;
	}
	
	
	
	#navbar .brand-img-fixed{
	display: none;
	}
}


@media only screen and (max-width: 768px) {
	
	
	
}



@media only screen and (max-width: 767px) {
	.col-equal [class*="col-"] {
    float: none;
    display: block;
    height: inherit;
    vertical-align: top;
	}	
	#inicio h1 {
    font-size: 33px;
    line-height: 38px;
	}
	#inicio p {
    font-size: 19px;
    line-height: 29px;
	}
	h2, .h2 {
    line-height: 36px;
	}
	
	div#galeria-m {
    position: relative;
    height: 230px;
	}
	div#galeria-m .carousel-indicators {
    left: 0;
    width: 100%;
    margin-left: 0;
	}
	
	
	.brand {
    position: relative;
    z-index: 9;
	}
	button.navbar-toggle {
    position: relative;
    z-index: 4;
	}
	
	span.icon-bar {
    background-color: #fff;
	}
	
	
	
	button.navbar-toggle {
    position: relative;
    z-index: 4;
	}
	
	.navbar.boxed.hfixed span.icon-bar {
    background-color: #000;
	}
	
	div#navbar, div#navbar2 {
   float: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 37px;
    z-index: 11;
	}
	
	.navbar-nav>li>a {
    color: #999999;
    font-size: 25px;
    font-weight: 600;
    padding: 0px 15px;
    line-height: 60px;
	}
	.navbar-nav>li:first-child>a {
    padding-left: 15px;
	}
	.logos-footer .row {
    display: block;
	}
	
	footer .logo + .logo {
    margin-top: 50px;
	}
	
	#amenities .col-iconos {
	width: 100%;
	}
	
	
	
	.video-container {
    height: 414px;
	}
	
	#slider {
    height: 100vh;
    position: relative;
    height: 100vh;
 	}
	#inicio .vertical-centred {
    align-items: center;
    position: absolute;
    top: 0;
    }

	#inicio .video-container + .vertical-centred {
	position: relative;
	height: 100%;
	}
	
	#inicio .vertical-centred {
	align-items: center;
	}
	
	section#video {
	padding-top: 40px;
	padding-bottom: 50px;
	}
	
	
	.navbar.boxed .brand img.brand-img-fixed,
	.navbar.boxed.hfixed .brand img.brand-img-fixed {
	display: block;
	}
	.navbar.boxed .brand img.brand-img-white,
	.navbar.boxed.hfixed .brand img.brand-img-white {
	display: none;
	}
	
	#navbar .brand-img-fixed{
	margin: 0 0 10px;
	}
	
	
	#navbar span.icon-bar {
    background-color: #000;
  	}
	.navbar.boxed.hfixed div#navbar {
    float: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 15px;
    z-index: 11;
  	}
	
	
	section#ubicacion a.btn {
	margin: 30px 0 0;
	}
	
	.modal-content .row {
    display: flex;
    flex-direction: column-reverse;
	}
	.modal-content h3 {
	margin: 20px 0 30px;
	}
	
} /*767*/





@media only screen and (orientation:landscape)
	and (max-device-width: 667px) {		
	.video-container {
    height: 370px;
	}
}


@media only screen and (orientation:landscape)
	and (max-device-width: 640px) {	
	.video-container {
    height: 360px;
	}
}



@media only screen and (orientation:landscape)
	and (max-device-width: 568px) {	
	.video-container {
    height: 320px;
	}
}




@media only screen and (max-width: 567px) {
	section#inicio {
	height: auto;
	background-color: #000;
	}
	
	.video-container {
    position: relative;
	height: 235px;
	}
	
	#inicio .vertical-centred {
	align-items: center;
	}
	
	
	.video-foreground {
    height: 300%;
    top: -100%;
	}
	
	.video-container iframe {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	}
	
	#inicio .intro {
 	padding: 30px 0 60px;
	}
	
    #inicio h1 {
    font-size: 23px;
    line-height: 31px;
	}
	#inicio p {
	margin: 15px 0 10px;
	}
	
	
	.video-foreground {
    width: 100%;
    height: 150%;
    top: -55px;
	}
}



@media only screen and (max-width: 543px) {
	#video .envideo iframe {
    height: 350px;
	}
	#galeria .visible-xs .intro {
    padding: 0;
	}
	#video .intro {
    padding: 40px 0 40px;
	}
	#ubicacion .intro {
    padding-top: 20px;
	}
	section#galeria {
    position: relative;
    height: auto;
	}
	
	#northbech a.btn {
    margin-top: 40px;
	}
	#proyecto {
    padding: 50px 0 60px;
	}
}


@media only screen and (min-width: 585px) {
	div#whapp {
	display: none;
	}
}


@media only screen and (min-width: 486px) {
	.visible-xxs {
    display: none;
	}
}

@media only screen and (max-width: 485px) {
	.hidden-xxs {
    display: none;
	}
	#gotop {
    right: 0px;
	}
	div#whapp {
    display: block;
    position: fixed;
    width: 60px;
    bottom: 0;
    z-index: 9;
    right: 2.5%;
	}
	div#whapp a, div#whapp img {
    max-width: 100%;
	}
	.modal {
    z-index: 91050;
	}
	div#popwhap .modal-dialog {
    position: relative;
    top: 35%;
    width: 100%;
    margin: 0;
	}
	.modal-content {
    padding: 30px 20px;
    text-align: center;
	}
	#proyecto .modal-content {
    padding: 60px 20px 30px;
    text-align: center;
	}
	.modal-content h2 {
    font-size: 21px;
    line-height: 29px;
	}
	a.whap-btnes {
    display: inline-block;
    color: #fff;
    background: #028235;
    padding: 10px 25px 10px;
    border-radius: 4px;
    margin: 20px 0 10px;
	}
	a.whap-btnes + a {
    margin-left: 20px;
	}
	
	.envideo iframe {
    max-width: 100%;
    max-height: 200px;
	}
}

@media only screen and (max-width: 414px) {	

}

@media only screen and (max-width: 375px) {
	.video-foreground {
    top: -63px;
	}
}

@media only screen and (max-width: 360px) {
	.video-container {
    height: 200px;
	}
	
}

@media only screen and (max-width: 320px) {
}




/* =IPAD 
----------------------------------------------- */
@media only screen and (orientation:portrait)
	and (max-device-width: 1024px)  and (min-device-width: 767px) {	
	section#inicio {
    height: auto;
    background-color: #000;
  	}
	.video-container {
    position: relative;
    height: 350px;
  	}
	.video-foreground {
    width: 100%;
    height: 170%;
    top: -55px;
    }
 	.video-container iframe {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  	}
 	#inicio .video-container + .vertical-centred {
    position: relative;
    height: 100%;
  	}
  	#inicio .intro {
    padding: 30px 0 60px;
  	}
	.navbar-nav > li > a {
	font-size: 11px;
	}
		
}
@media only screen and (orientation:portrait)
	and (max-device-width: 768px) and (min-device-width: 767px) {	
	.navbar-nav > li > a {
	padding: 0px 8px;
	font-size: 9px;
	}
}

