@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */

@font-face {
    font-family: 'fgb';
    src: url('fonts/FranklinGothic-Book-webfont.eot');
    src: url('fonts/FranklinGothic-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/FranklinGothic-Book-webfont.woff2') format('woff2'),
         url('fonts/FranklinGothic-Book-webfont.woff') format('woff'),
         url('fonts/FranklinGothic-Book-webfont.ttf') format('truetype'),
         url('fonts/FranklinGothic-Book-webfont.svg#fgb') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fgd';
    src: url('fonts/FranklinGothic-Demi-webfont.eot');
    src: url('fonts/FranklinGothic-Demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/FranklinGothic-Demi-webfont.woff2') format('woff2'),
         url('fonts/FranklinGothic-Demi-webfont.woff') format('woff'),
         url('fonts/FranklinGothic-Demi-webfont.ttf') format('truetype'),
         url('fonts/FranklinGothic-Demi-webfont.svg#fgb') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fgd{
	font-family: 'fgd', Arial, helvetica;
}
.fgb{
	font-family: "fgb",arial,helvetica;
}
#md{
	color: #fff;
	font-size: 30px;
	line-height: 1;
	padding-left: 60px;
}
.cover{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

body{
	font-family: 'fgb', Arial, Helvetica, Verdana;
	color: #000;
	color: rgba(0,0,0,1);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section.proy{
	/*padding: 30px 0 0;*/
	
}
#menu li {
    display: inline-block;
    margin: 10px 8% 0px 0px;
    font-size: 14px;
    display: table-cell;
    vertical-align: top;
    line-height: 13px;
}

.proyecto{

	background-size: cover;
	background-position: center center;
}

#menu li.prox{
	color: #666666;
	width: 30%;
	padding-left: 30px;
}

#menu li.prox a{
	color: #666666;
}

#menu li.active{
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #808284;
}
#menu li.active a:hover{
	opacity: 1;
}
#menu li a:hover{
	opacity: 1;
}
#menu li a,
#menu li.active a{
	margin: 9px 40px 0px 0px;
	display:block;
}
#menu li.active a{
	color: #ffffff;
}
#menu{
	z-index: 70;
	padding: 0;
	margin:0 0 0 5%;
	float: left;
	display: block;
}


.logo {
	width: 150px;
	font-family: 'fgd', Arial, Helvetica, Verdana;

}

.bt-menu {

}

.letra {
 position: absolute;
  left: 0;
  height: 100%;
  min-height: 100%;
  background: #000000 no-repeat right center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 50%;
  top: 0;
}
[class^="fp-viewing-Home"] .menu-mobile,
[class^="fp-viewing-Nosotros"] .menu-mobile {
	display: none !important;
}

[class^="fp-viewing-Home"] #overlayNav,
[class^="fp-viewing-Nosotros"] #overlayNav {
	display: none !important;
}



[class^="fp-viewing-Home"] footer {
	display: block;

}

[class^="fp-viewing-Nosotros"] footer, [class^="fp-viewing-Nosotros"] footer, [class^="fp-viewing-Contacto"] footer {
	display: block;

}

/*[class^="fp-viewing-Nosotros"] footer .instagram {
	display: none;
}*/

[class^="fp-viewing-P-"] .logo a {
	color: #000000 !important;

}

[class^="fp-viewing-P-"] .menu-mobile-bt {
	display: block;
	z-index: 1000;
}

[class^="fp-viewing-P-"] .bt-menu {
	display: none !important;
}


.text-project {
	position: fixed;
	width: 50%;
	right: 0;
	z-index: 1000;
}

.text-project p {
	font-size: 14px;
	margin-left: 200px;
	margin-top: 25px;
}

.text-project p span {
	font-size: 11px;
	text-transform: uppercase;
	}

.text-project a {
	color: #000000;
}

.text-project a:hover {
	color: #3d3d3d;
}


.container-menu {
  position: absolute;
  right: 0;
  height: 100%;
  min-height: 100%;
  /*background: url(http://dummyimage.com/800x600/4d494d/686a82.gif) no-repeat center top;*/
  -webkit-background-size: cover;
  background-size: cover;
  width: 50%;
  top: 0;
  background-color: #000000;

}
.tablecell{
	display: table-cell;
}
.tablecell.izq{
	width: 150px;
}

.tablecell.der{
	width: 350px;
}

.menu-projects {
  font-size: 14px;
  color: #ffffff;
  font-family: "fgb",arial,helvetica;
  height: 400px;
  /*width: 430px;*/
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto auto auto 5%;

}

.container-aboutus {
  color: #ffffff;
  font-family: "fgb",arial,helvetica;
  /*width: 430px;*/
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 120px auto auto 5%;

}

.container-contact {
  color: #ffffff;
  font-family: "fgb",arial,helvetica;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 120px auto auto 5%;

}

.menu-projects ul li {
	padding: 3px 0px;

}

#aboutus {
    max-width: 280px;
    float: left;
    /* min-width: 100px; */
    width: 100%;
    width: 60%;
}

.container-list {
    max-width: 280px;
    float: left;
    /* min-width: 100px; */
    width: 100%;
    /*width: 70%;*/
}


#aboutus p {
	font-size: 16px;
	line-height: 20px;
}

#aboutus p span {
	font-size: 14px;
}

.menu-projects ul li span {
	color: #6f7072;
	font-size: 10px;
}

.menu-projects ul li a {
	color: #ffffff;

}

.title-project {
	float: left;
	width: 150px;
	margin-bottom: 30px;
}

.servicios {
	float: left;
	width: 150px;
}


.title {
	font-size: 14px;
	margin-bottom: 30px;
}

.serv-list {
	text-align: left;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;

}

.servicios p span {
	font-size: 14px;
}

.cm {
	width: 150px;
	color: #808284;
	display: inline-block;
	font-size: 14px;
	margin-left: 5%;
}

.link-brochure {
	display: inline-block;
	width: 160px;
	color: #808284;
	font-size: 14px;
	display: none;
}

.instagram {
	display: inline-block;
	font-size: 14px;

}

.link-brochure a, .instagram a {
	color: #808284;
}

.menu-mobile-bt {
		position:relative;
		padding:9px 10px;
		float:right;
		margin-bottom:8px;
		margin-right:15px;
		/*border:2px solid #4d4d4d;
		border-radius:4px;*/
		cursor:pointer;
		display:none;
	}

.menu-mobile {
		position:absolute;
		z-index:500;
		color:#ffffff;
		font-size:12px;
		background-color:rgba(0, 0, 0, 1);
		right: 0;
		/*height: 450px;*/
		height: 100%;
		width: 310px;
		padding: 0px;
		margin: 0px;
		overflow: hidden;
		transform: translateX(100%);
		-webkit-transform-style: preserve-3d;
		transition: transform 0.5s cubic-bezier(0.0, 0.0, 0.2, 1), opacity 0.5s linear;
		opacity: 0;
  		/*transition: visibility 0s 0.5s, opacity 0.1s linear;
  		transition-delay: 0.1s;*/
	}

.menu-mobile.active {
	transform: translateX(0%);
    opacity: 1;
}


#overlayNav.active {
	transition: all 1s ease;
	opacity: 1;
	visibility: visible;
}
#overlayNav {
	width: 100%;
	height: 100%;
	z-index: 499;
	background: rgba(0,0,0,.65);
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s ease;
	opacity: 0;
	visibility: hidden;
}


.menu-mobile ul {
	margin-top: 20px;
}

.bt-close {
	background: url(../imgs/bt-x.png) no-repeat;
    width: 28px;
    height: 28px;
    display: block;
    right: 15px;
    position: absolute;
    top: 15px;
    cursor: pointer;


}
	
	.menu-mobile li {
		padding:6px 20px 6px 20px;
		font-size: 13px;
		/*border-bottom:solid 1px #363636;*/

	}
	
	.menu-mobile li a {
		/*color:#ffffff;*/
		text-decoration:none;
		color:#808284;
	}
	
	.menu-mobile li a:hover, .menu-mobile li.active a{
		color:#FFF;
	}

	.menu-mobile li a span {
		color: #6f7072;
    	font-size: 10px;

	}


	/*.icon-bar {
		display:block;
		width:32px;
		height:2px;
		background-color:#000000;
		margin-top:4px;

	}*/

/*.icon-bar {
	display:block;
	width:50px;
	height:2px;
	background-color:#000000;
	margin-top:4px;


	position: absolute;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}*/

/*.menu-mobile-bt {
	padding: 35px 40px;
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
	box-sizing: content-box;
	height: 50px;
	width: 50px;
	text-align: center;
	z-index: 99999;
	opacity: 1;
	visibility: visible;
	transition: all .2s ease .5s;
}*/
#toggleNav {
	padding: 24px 20px;
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
	box-sizing: content-box;
	height: 36px;
	width: 36px;
	text-align: center;
	z-index: 99999;
	opacity: 1;
	visibility: visible;
	transition: all .2s ease .5s;
}
#toggleNav .holder {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#toggleNav span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #999;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#toggleNav.active span {
	background: #555 !important;
}
#toggleNav.active:hover span {
	background: #999 !important;
}
#toggleNav span:nth-child(1) {
	top: 5px;
}
#toggleNav span:nth-child(2),#toggleNav span:nth-child(3) {
	top: 15px;
}
#toggleNav span:nth-child(4) {
	top: 25px;
}
#toggleNav.active span:nth-child(1) {
	top: 15px;
	width: 0%;
	left: 50%;
}
#toggleNav.active span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#toggleNav.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#toggleNav.active span:nth-child(4) {
	top: 15px;
	width: 0%;
	left: 50%;
}

/* Fixed header and footer.
	* --------------------------------------- */
	header {
		position:fixed;
		min-height: 40px;
		display:block;
		width: 100%;
		/*background: #000;*/
		z-index:9;
		padding-top: 15px;
	}

	footer {
		position:fixed;
		min-height: 40px;
		display:block;
		width: 100%;
		/*background: #000;*/
		z-index:9;
		display: none;
		color: #808284;
	}

	header{
		top:0px;
	}

	footer {
		bottom: 0px;
	}

	#header, #footer {
		width: 50%;
		float: right;
	}

.us{
	width: 27%;
	padding-top: 25px;
    padding-left: 60px;
    font-family: 'fgb', Arial, Helvetica, Verdana;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
}
.us p{
	margin: .75em 0;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
   background: #bcbcbc;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
   	height: 8px;
    width: 8px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span,
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
	height: 8px;
    width: 8px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
    background: #333;
}


.fp-slidesNav.bottom {
	bottom: 3px;
}

#fp-nav ul li, .fp-slidesNav ul li {
	margin: 5px;
}

.fp-slidesNav ul li {
	width: 8px;
}

.fp-controlArrow.fp-next, .fp-controlArrow.fp-prev {
	width: 20%;
    height: 100%;
    border: none;
}

.fp-controlArrow {
	top: 0;
}

/*eme*/

.eme {
	background-image: url(../imgs/marquez.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 17px;
    height: 20px;
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 500;
}

/*map*/
#map-container {
	width: 50%;
	height: 100%;
	float: left;

}

#map {
	width: 100%;
	height:100%;
}

#datos-contacto {
	width: 50%;
	height: 100%;
	float: left;
	background-color: #000000;
	position: relative;

}

#datos-contacto a {
	color: #ffffff;

	}

#datos-contacto ul {
	color: #ffffff;
	z-index: 70;
    padding: 0;
    margin: auto auto auto 5%;
    display: block;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;

}
#datos-contacto ul li {
    margin: 10px 8% 0px 0px;
    font-size: 14px;
    display: table-cell;
    vertical-align: top;
    line-height: 13px;
    }


 .container-contact {
 	float:left;
 	width:220px;
 	max-height:125px;
 	overflow:hidden;
 	text-align:left;
 	margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 125px
 }

 .c-content {
 	overflow:hidden;
 	float:left;
 	margin-top:5px;
 	color:#fff;
 	background-color: #000000;
    width: 320px;
    padding: 5px;

 }

/*#video {
		position: absolute;
	    right: 0;
	    bottom: 0;
	    top: 0;
	    right: 0;
	    width: 100%;
	    height: 100%;
	    background-size: 100% 100%;
	    background-color: black;
	    background-image: url(../imgs/prox/minka-05.mp4);
	    background-position: center center;
	    background-size: contain;
	    object-fit: cover;
	    z-index: 3;
	}*/
	

/*queries*/
@media screen and (max-width: 992px){
	#aboutus p {
		font-size: 14px;
		line-height: 20px;
	}

	.cover{
		background-size: contain;
	}

	.text-project p {
		margin-left: 150px;
	}
}



@media screen and (max-height: 800px){
	#aboutus p {
		font-size: 14px;
		line-height: 16px;
	}


}

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

	[class^="fp-viewing-Contacto"] header {
	background-color: #ffffff;*/
	}

	[class^="fp-viewing-Contacto"] #menu li a {

		color: #000000;
		min-height: 50px

	}


	#map-container {
		width: 100%;
	}

	#datos-contacto {
		display: none;
	}

	body{
		overflow-x: hidden!important;

	}
	.tablecell.izq{
		display: none;
	}
	.home-bt {
		display:block;
	}

	/*.title {
		font-size: 11px;
		margin-bottom: 20px;
	}*/
	.servicios{
		width: 105px;
	}

	.serv-list {
		text-align: left;
		font-size: 20px;
		line-height: 1;
		margin-bottom: 20px;

	}

	.text-project {
		width: 100%;
	}

	/*.serv-list, .servicios {
		float: none;
		width: 100%;
	}*/

	/*#aboutus {
		float: none;
		width: 100%;
	}*/
	#aboutus p {
		font-size: 12px;
		line-height: 15px;
	}

	.letra {
		display: none;
	}

	#header, #footer, .container-menu {
		width: 100%;
	}


}

@media screen and (max-width: 480px){
	#aboutus p {
		font-size: 11px;
		line-height: 12px;
	}

	#menu li a, #menu li.active a {
		margin: 9px 20px 0px 0px;
	}

	.text-project p {
		margin-left: 100px;
	}

	}

