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


@font-face {
  font-family: 'Canela';
  src: url('css/fonts/Canela-Light-Web.eot');
  src: url('css/fonts/Canela-Light-Web.eot?#iefix') format('embedded-opentype'),
       url('css/fonts/Canela-Light-Web.woff2') format('woff2'),
       url('css/fonts/Canela-Light-Web.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Canela';
  src: url('css/fonts/Canela-Medium-Web.eot');
  src: url('css/fonts/Canela-Medium-Web.eot?#iefix') format('embedded-opentype'),
       url('css/fonts/Canela-Medium-Web.woff2') format('woff2'),
       url('css/fonts/Canela-Medium-Web.woff') format('woff');
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}






body, html { 
	padding: 0; 
	margin: 0;
	line-height: 1;
	width:100%;
	color: #666666;
	font-family:'Canela', 'Times New Roman', 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;
  margin-top: 40px;
}

.btn:hover,
.btn:focus{
  background-color:#ff7557;
  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: #000;
	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: 90px;
	-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: #ff7557;
}






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

	INICIO

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


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


#inicio::after {
  display: block;
  content: '';
  position: absolute;
  z-index: 0;
  background-color: rgba(0,0,0,0.0) ;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}




.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-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 / 20%);
    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: #bfd6a9;
	border: 1px solid #bfd6a9;
}


#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 / 65%);
}


.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 .vertical-centred .boxed.boxed-inner {
    position: relative;
    z-index: 2;
}







#inicio h1{
    color: #fff;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-family: 'Canela', 'Times New Roman', Georgia;
    letter-spacing: 0.5px;
    font-size: 46px;
    line-height: 55px;
    letter-spacing: 1px;
}




#inicio p {
    font-size: 23px;
    line-height: 1;
    letter-spacing: 0;
    margin: 35px 0 20px;
    color: #fff;
    font-weight: 400;
	font-family: 'Canela', 'Times New Roman', Georgia;
    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

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


section {
    padding: 30px 0;
}



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


h2, .h2 {
    font-weight: 300;
    font-size: 25px;
    line-height: 34px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 45px;
}




h3, .h3 {
    font-weight: 300;
    font-size: 41px;
    line-height: 1.2;
    letter-spacing: 1px;
    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;
}

.text-uppercase {
    text-transform: uppercase;
}



p.white {
    color: #fff;
}

p.sans {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
}

p.color{
	
    color: #ff7557;
}



.seccion-dark{
	position: relative;
	min-height: 500px;
	padding: 60px 0;
	background: #1D1C21;
	transition: 0.3s all;
}


.seccion-dark h1,.seccion-dark h2,.seccion-dark h4,.seccion-dark h5,.seccion-dark h6,
.seccion-black h1,.seccion-black h2,.seccion-black h4,.seccion-black h5,.seccion-black h6{
	color: #fff;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 300;
}

.seccion-dark p+p{
	margin-top: 30px;
}





#seccion1 .description {
    max-width: 900px;
    margin: 0 auto;
}



#seccion1 .description p.white{
   font-family: 'Canela', 'Times New Roman', Georgia;
}




.seccion-bg{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 94vh;
	padding: 0 20px 50px;
	padding-bottom: 110px;
	position: relative;
	display: flex;
	align-items: flex-end;
}
.seccion-bg2{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 140vh;
	padding: 0 20px 50px;
	padding-bottom: 110px;
	position: relative;
	display: flex;
	align-items: flex-end;
}


#seccion2{
	background-image: url("images/n-cordoba-2.jpg")
}

#seccion4{
	background-image: url("images/PalmeradelosRemeros-07.jpg")
}

#seccion6{
	background-image: url("images/n-cordoba-16.jpg")
}

#seccion10{
	background-image: url("images/departamentos-recoleta-4.jpg")
}



.seccion-bg:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    background-color: rgb(0 0 0 / 60%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.seccion-bg2:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    background-color: rgb(0 0 0 / 60%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}




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



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

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

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




section.seccion-black{
	background-color: #000;
	padding: 70px 0;
}


section.video{}


section.video h2.title-uppercase {
	margin-bottom: 25px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 26px;
}



section.video .row.flex, section.ubicacion .row.flex {
     align-items: center; 
}



section.video a.btn {
    margin: 0;
    background-color: #ff7557;
}

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




section.seccion-white{
	background-color: #fff;
	padding: 70px 0;
}


section.seccion-white h1, section.seccion-white h2, section.seccion-white h4, section.seccion-white h5, section.seccion-white h6{
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}





















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


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





.intro .carousel-inner .item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}




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




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: #bfd6a9;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
	font-weight: 700;
}


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



section.galeria {
    position: relative;
    height: 100%;
	padding: 0;
}

.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: 'Canela', 'Times New Roman', 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 {
    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;
}





.seccion-dark.contacto h2 {
    margin-bottom: 20px;
}





.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;
    max-width: 750px;
    margin: 40px auto 0;
	text-align: left;
}



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





.formu label {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 8px;
}



.formu label span{
    color: red;
}






.form-control {
    height: auto;
    border: 0;
    border-radius: 0;
    font-weight: 300;
    padding: 10px 12px;
	background-color: #56555a;
    border-radius: 6px;
	font-family: 'Poppins', sans-serif;
	color: #fff
}




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

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

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

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


.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: transparent;
    font-size: 1rem;
    display: inline-block;
    border: 1px solid #fff;
    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: #ff7557;
	border-color: #ff7557;
}


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

.row.flex {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.seccion-iconos .row.flex {
    text-align: center;
}
.seccion-iconos .col-iconos{
	margin: 30px 0 10px;
}
.seccion-iconos{
	background-color: #fff;
	padding-bottom: 40px;
}



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



.icono .fa{
}

.icono img{
}

.col-iconos .txt{
    margin-top: 18px;
}

.col-iconos .txt h5{
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0px 0 10px;
}

.col-iconos .txt p{
    line-height: 23px;
    font-weight: 300;
}
.col-iconos .icono {
    color: #ff7557;
}



.form-group {
    margin-bottom: 25px;
}


.cpatcha p {
    font-size: 14px;
    margin-top: 23px;
	margin-bottom: 0;
}








section.ubicacion a.btn {
	background-color: #ff7557;
}
section.ubicacion a.btn:hover{
	background-color: #bb352c;
}







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

	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;
	font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}




.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 (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) {

	.row-project-box{
	display: flex;
    justify-content: center;
	}

}

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



@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;
	}
	
	.data {
    max-width: 450px;
	}
}


@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: 21px;
    line-height: 29px;
	}
	h2, .h2 {
    line-height: 36px;
	}
	
	div#galeria-m {
    position: relative;
    height: 230px;
	margin-bottom: 30px;
	}
	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: #fff;
	}
	
	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;
	}
	
	.seccion-iconos .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;
	}
	
	
	
	.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;
	filter: invert(0%);
	}
	
	
	#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;
	}
	
	
	h3, .h3 {
    font-size: 25px;
	}
	
	section.video a.btn {
    margin: 20px 0 0;
	}
	.galeria .visible-xs h2.title-uppercase {
    color: #000;
	}
	
	.seccion-bg {
	min-height: 94vh;
    height: auto;
    padding: 80px 20px 80px;
	align-items: center;
	}
	.seccion-bg2 {
	min-height: 150vh;
    height: auto;
    padding: 80px 20px 80px;
	align-items: center;
	}
	
	.map-2 {
    width: 100vw;
	}
} /*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: 30px;
    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;
	color: #000;
	}
	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;
	}
}
