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






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


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

	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:#978543;
  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;
}


header.navbar.boxed.hfixed {
    position: fixed;
    z-index: 9;
    background-color: #ffff;
}



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: 37px;
    color: #ffffff;
    letter-spacing: 0.48px;
}
header.navbar.boxed.hfixed .navbar-nav>li>a {
    color: #333333;
}

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


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


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

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


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

	INICIO

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


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




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



.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: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}

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


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


.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: 67px;
    line-height: 80px;
    letter-spacing: 0;
    margin: 0;
    text-transform: inherit;
    color: #fff;
    font-weight: 400;
}



#inicio p {
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0;
    margin: 35px 0 50px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Lora', serif;
}




a.btn{
    margin-top: 20px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #f5af00;
    color: #ffffff;
    border-radius: 50px;
}

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




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




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.214rem;
    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: #978543;
    font-weight: 600;
}


.text-white {
    color: #fff;
}





section.gris {
    background-color: #f1f1f1;
}



#trabajos {
    
    padding-bottom: 80px;
}


section#trabajos .intro {
    padding-bottom: 0;
}

#trabajos .carousel-inner .item {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}



#trabajos .carousel-inner .item {
	/*transition: -webkit-transform 1.5s ease;
	transition: transform 1.5s ease;
	transition: transform 1.5s ease, -webkit-transform 1.5s ease;*/
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}


#trabajos .carousel.slide .controls .fa-angle-left, 
#trabajos .carousel.slide .controls .fa-angle-right{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#trabajos .carousel.slide .controls .fa-angle-left{
	left: 20px;
}

#trabajos .carousel.slide .controls .fa-angle-right{
	right: 20px;
}

#trabajos .carousel.slide .controls i{
	/*background: rgba(0,0,0,.3);*/
	color: #444;
	line-height: 58px;
	font-size: 36px;
   	border-radius: 0;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


#trabajos .controls > a {
    z-index: 3;
	background-image: none;
}


section#trabajos .carousel.slide .controls .fa-angle-left {
    left: 40px;
}

section#trabajos .carousel.slide .controls .fa-angle-right {
    right: 40px;
}



ul#isotope_filters {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    text-align: center;
    margin-bottom: 50px;
}

ul#isotope_filters li {
    display: inline-block;
    padding: 0;
}

ul#isotope_filters li a {
    font-size: 16px;
    font-family: 'Lora', serif;
    text-transform: capitalize;
    color: #999999;
    font-weight: 400;
    display: block;
    font-style: italic;
    position: relative;
    padding-right: 22px;
    margin-right: 15px;
}

ul#isotope_filters li a:hover, ul#isotope_filters li a.active {
    color: #f5af00;
}

ul#isotope_filters li a:before {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
}

ul#isotope_filters li a:hover {
    cursor: pointer;
}

ul#isotope_container {
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
}



.isotope_selector {
    margin: 0px;
    padding: 15px;
}
 

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





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







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



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





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


.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: 17px 43px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 30px;
    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;
    background-color: #f5af00;
    color: #ffffff;
    border-radius: 50px;
}

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


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










section#servicios .intro > .row {
    text-align: center;
}
#servicios .col-iconos{
	margin: 30px 0 10px;
    float: none;
    display: inline-block;
    width: 24.7%;
}

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




#servicios .icono {
    color: #f5af00;
}




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

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

#servicios .txt p{
    line-height: 23px;
    font-weight: 300;
}





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





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

	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: 900px;
    margin: 0 auto 10px;
}



footer h4 {
    color: #000;
    font-weight: 600;
    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;
}


footer .fono {
    text-align: center;
}


footer .fono a{
	display: inline-block;
}

footer a{
	color: #000;
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-weight: 300;
	padding: 9px;
}

footer a:hover{
	color: #000;
}



body.gracias div#navbar {
    display: none;
}








@media only screen and (max-width: 1199px) and (min-width: 992px) {
	.navbar-nav>li>a {
    padding: 0px 9px;
    font-size: 11px;
	}
}


@media only screen and (max-width: 992px) and (min-width: 768px) {
	.navbar-nav>li>a {
    padding: 0px 5px;
    font-size: 10px;
    letter-spacing: 0;
	}
}

@media only screen and (max-width: 991px) {
	#ubicacion iframe {
    width: 100%;
    overflow: inherit;
	}
}

@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;
	}
	
	.row-project-box{
	display: flex;
    justify-content: center;
	}
}


@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;
	float: left;
	max-width: 80%;
	}
	button.navbar-toggle {
	position: relative;
	z-index: 10;
	}
	span.icon-bar {
	background-color: #fff;
	}

	
	
	header nav.navbar .col-sm-9{
	margin-left: -15px;
	margin-right: -15px;	
	}
	
	div#navbar {
	float: none;
	width: 100%;
	height: 100%;
	background-color: #333333;
	color: #fff;
	top: 0;
	left: 0;
	padding-top: 0;
	}
	
	
	ul.nav.navbar-nav {
    padding: 10px 15px 10px;
	}

	.navbar-nav>li>a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 0px 20px;
	line-height: 45px;
	}
	.navbar-nav>li:first-child>a {
	padding-left: 20px;
	}
	.logos-footer .row {
	display: block;
	}

	footer .logo + .logo {
	margin-top: 50px;
	}
	#servicios .col-iconos {
    margin: 0px 0;
    float: none;
    display: inline-block;
    width: 100%;
	}
	
	.intro {
    padding: 30px 0 30px;
	}
	
	#trabajos {
    padding-bottom: 40px;
	}
	
	
	.controls {
    position: relative;
    text-align: center;
	}

	#trabajos .controls > a {
	position: relative;
	left: inherit;
	right: inherit;
	width: auto;
	display: inline-block;
	margin: 15px;
	}

	#trabajos .carousel.slide .controls .fa-angle-left, #trabajos .carousel.slide .controls .fa-angle-right {
	position: relative;
	left: inherit!important;
	right: inherit!important;
	top: inherit!important;
	line-height: 30px;
	-webkit-transform: none;
	transform: none;
	}
	.formu {
    margin-bottom: 0px;
	}
	
	.video, .imagen {
    margin-top: 30px;
	}
	
	header.navbar.boxed.hfixed span.icon-bar {
    background-color: #000;
	}
	
	header.navbar.boxed.hfixed .navbar-nav>li>a {
    color: #fff;
	}
	
} /*767*/

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

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

}

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

}


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

}

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
















