@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,900,100,200);


/* FONT FAMILY */
@font-face {
    font-family: 'din-light';
    src: url('../fuente/din-light.eot');
    src: url('../fuente/din-light.eot?#iefix') format('embedded-opentype'),
         url('../fuente/din-light.woff2') format('woff2'),
         url('../fuente/din-light.woff') format('woff'),
         url('../fuente/din-light.ttf') format('truetype'),
         url('../fuente/din-light.svg#din-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

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

/* FIN FONT FAMILY */
.titulo{
	font-family: "din-bold",sans-serif;
    text-shadow: none;
    font-size: 18px;
    background: #ffffff;
    color: #000000;
}
.fontBold{
  font-family: 'din-bold', sans-serif;}

/*SCROLLBAR*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #adadad;
  border: 0px none #ffffff;
  border-radius: 22px;
}
::-webkit-scrollbar-thumb:hover {
  background: #757575;
}
::-webkit-scrollbar-thumb:active {
  background: #414141;
}
::-webkit-scrollbar-track {
  background: #4f4f4f;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #2d2d2d;
}
::-webkit-scrollbar-track:active {
  background: #000000;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/*FIN SCROLLBAR*/


body{
  font-family: 'din-regular', sans-serif;
  font-size:14px;
  font-weight: 400;
  overflow-y:scroll;
  -webkit-font-smoothing: antialiased;
}

::selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}
	
	::-moz-selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}

p{
  font-family: 'din-regular', sans-serif;
  font-size:14px;
  font-weight: 400;
}

a{
  text-decoration:none;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
	border-bottom:1px solid #dedede;
}

a:focus {
  outline:none;
}
#nosotros a[title]:hover:after {
	content: attr(title);
	padding: 4px 8px;
	color: #ffffff;
	position: absolute;
	right: 50%;
	top: 50%;
  white-space: nowrap;
  z-index: 20px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0px 0px 0px #222;
  -webkit-box-shadow: 0px 0px 0px #222;
  box-shadow: 0px 0px 0px #222;
  background-color:#000000;
}
strong{
  font-weight:700;

}
.padding-bottom {
    padding-bottom: 100px;
}

.mapaBack {
	height: 100%; 
  width: 100%; 
  position:absolute; 
  top: 0; 
  left: 0; 
  z-index: 0;
  opacity: 0.3;
  background-color:#ffffff;
}

.contenido{
  position: relative; 
  z-index: 1;
	}
#ajax-sidebar, footer, #ajax-content, #fullscreen, .clear{
  position: relative; 
  z-index: 1;
}
/*
**************************
PRELOADER
**************************
*/

.preloader{
  position:fixed;
  top:0;
  width:100%;
  height:100%;
  background:white;
  z-index:999;
}
 
.preloader .item{
  position:absolute;
  width:50px;
  height:50px;
  left:50%;
  top:50%;
  margin-left:-25px;
  margin-top:-25px;
} 

.spinner {
  width: 40px;
  height: 40px;
  margin: 0px auto;
  background-color: #333;
  border-radius: 100%;  
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}
.proyect-images img{
	display: block;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: 40px auto;
}
.full-column.proyect-images img {
    max-width: 100%;
}
@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}





/*
**************************
NAVIGATION OPACITY
**************************
*/



.opacity-nav{
  position:fixed;
  display:none;
  width:100%;
  height:100%;
  top:0;
  z-index:9999;
  background:rgba(0,0,0,0.95);
}

ul.menu-fullscreen{
  width: 100%;
  top: 50%;
  position: absolute;
  height: 280px;
  margin-top: -140px;
}

ul.menu-fullscreen li{
  font-size:35px;
  text-align:center;
  line-height:70px;
  font-weight:500;
}

ul.menu-fullscreen li > a{
	color: #fff;
	text-transform: lowercase;
	border:0;
}

ul.menu-fullscreen li > a:hover{
  color:#999999;
}


#full{
  width:1140px;
  position: relative;
  top:0;
  margin:0 auto;
  z-index: 9997;
}


#fullscreen{
  display:none;
  position:absolute;
  top:0;
  width:100%;
  margin:0 auto;
  height:115px;
  z-index: 9998;
}

/*
**************************
HEADER
**************************
*/

header.boxed{
  position:fixed;
  width:100%;
  margin:0 auto;
  height:80px;
  z-index:9999;
  display:none;
  background:none;
  top:0;
    -webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in; 
}

header.boxed .header-margin{
  width:1140px;
  margin:0 auto;
}

header.boxed .header-margin-mini{
  width:90%;
  margin:0 auto;
}


ul.social-icon{
  float:right;
}

ul.social-icon a{
  float:right;
  font-size:15px;
  border-bottom:0;
  color:black;
  padding-right:0px !important;
}

ul.social-icon a:hover{
  color:#c3c3c3;
}
/* ICONO MENU PUNTAS
.menu-index{
	position: fixed;
	left: 5.42%;
    top: 80px;
    background-image: url("../img/backBoton.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 55px;
    width: 55px;
	cursor:pointer;
	z-index: 99999;
}
.menu-index i{
	color: white;
    float: right;
    font-size: 18px;
    padding: 18px 20px 18px 18px;
}
*/
.menu-index{
	position: fixed;
	left: 5%;
    top: 80px;
	padding: 21px;
	background:black;
	cursor:pointer;
	z-index: 9;
}
.menu-index i{
  float:right;
  font-size:18px;
  color:white;
  padding-right:0px !important;
}


/* MENU CON BORDE

.menu-index{
  position: fixed;
  left: 5%;
  top: 30px;
  z-index: 99999;
  padding:14px 16px;
  background: none;
  cursor:pointer;
  border:6px solid #000000;
}
.opacity-nav .menu-index {
    background: #0b0b0b none repeat scroll 0 0;
}
.menu-index i{
  float:right;
  font-size:24px;
  color:#000000;
  padding-right:0px !important;
}

FIN MENU CON BORDE*/

.menu-index i:hover{
  color:#c3c3c3;
}


ul.menu-icon{
  float:right;
}

ul.menu-icon a{
  float:right;
  font-size:19px;
  color:white;
  padding-right:0px !important;
}

ul.menu-icon i{
  padding:20px;
  background:black;
}

ul.menu-icon a:hover{
  color:#c3c3c3;
}

header a{
  color:#000000;
}

ul.header-nav{
  width:60%;
  float:left;
}

.headerSite{
	border-bottom: 0px solid #000000;
    padding-bottom: 0px;
}

.logo img {
    padding: 34px 0 0;
    width: 245px;
}
header .logo > a{
  float:left;
  padding-right:0px;
  border-bottom: 0px solid #f1f1f1;
}

header .logo > a:hover{
  color:#c3c3c3;
}

.logo a {
    background-image: url("../img/logoTop.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 73px;
    width: 300px;
}
.logo a:hover {
    background-image: url("../img/logoTopHover.gif");
}

.logo{
    position: absolute;
    left: 4.62%;
    top: 0%;
    z-index: 9997;
	margin-top: 42vh;
}

header li{
  text-transform:uppercase;
  list-style-type: none; margin: 0 auto; float: left;
}

header li > a{
  font-size:13px;
  color:#c3c3c3;
  padding-right:25px;
  padding-left:25px;
  font-weight:800;
  line-height:80px;
  display:inline-block;  
  border-bottom:0;
}

header li > a:hover{
  color:#000000;
}

header li > a #active{
  color:#000000;
}

header li ul{
  overflow: hidden; display: none; background: #f9f9f9; z-index:20;
}

header li ul li a{
  line-height:50px;
  padding-left:30px; 
  width:260px;
}

header li:hover ul{
  position: absolute; padding: 0; display: block; width: 260px;
}



/*
**************************
CONTENT
**************************
*/
.fullscreenBack{
	background-color:#ffffff;
	background: url(../img/backLogin.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.../img/backLogin.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/backLogin.jpg', sizingMethod='scale')";
}
.hero-image{
  position:relative; 
  width:100%; 
  top:0; 
  height:400px; 
  background: url('../img/full/full.jpg') center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}
#nosotros .one-column{
	width:50%;
	text-align: center;
}
.full-column{
      width: 100%;
    position: relative;
    text-align: center;
}
.one-column{
  width:40%;
  position:relative;
  float:left;
}

.two-column{
    overflow: hidden;
        width: 50%;
    position: relative;
    display: inline-block;
    float: left;
}

.one-column p{
  width:70% !important;
  margin-top: 10px !important;
}

.two-column p{
  width:100% !important;
}
.row {
    position: relative;
    display: block;
    overflow: auto;
    height: 100%;
    margin: 0;
    width: 100%;
    box-sizing: content-box;
    padding: 0;
}
section#project-detail {
    border-bottom: 1px solid #eceff1;
    background: #ffffff;
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 40px 10% !important;
}
.deliverables {
    border-bottom: 1px solid #f5f6f8;
}
.deliverable__list {
    display: block;
    margin: auto;
    text-align: center;
}
.deliverable__item {
    display: inline-block;
    padding: 10px 40px;
	vertical-align: top;
}
span.deliverable__label {
    font-weight: bold;
    margin-bottom: 0.4em;
    display: block;
}
.clear{
  clear:both;
}
.contNoMargin{
	margin: 0px auto !important;
	}
.content{
  position:relative;
  width:1140px;
  margin:0px auto;
}


#ajax-content .text-intro{
	width: 90%;
	margin: 200px 5% 0;
    padding-bottom: 100px;
}
.column-right{
	float: right;
}
#proyects-content section{
	margin: 0% auto;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 100px;
}
.content h1{
  font-size:58px;
  width:65%;
  color:#000000;
  font-family: 'din-bold', sans-serif;
  font-weight:bold;
  line-height:50px;
}

.content p{
  font-size:13px;
  color:#7e7e7e;
  margin-top:0px;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
  text-shadow:1px 1px 0 rgba(255, 255, 255, 1);
}
.content table{
  font-size:13px;
  color:#7e7e7e;
  margin-top:0px;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:100%;
  text-shadow:1px 1px 0 rgba(255, 255, 255, 1);
}
.content table th{
  font-size:13px;
  font-family: 'din-bold', sans-serif;
  color:#000;
  line-height: 10px;
}
.content table tr:first-child td{
  color:#000;
}
.linkContacto{
	color: #7e7e7e;}

.linkContacto:hover{
	color: #000000;}
.linkLinkedin{
	background:#000000;
	color: #ffffff;
	padding:8px 10px;
}
.linkLinkedin:hover{
	background:#4b4b4b;
}

.linkTel{
	text-decoration:none;
	cursor: default;
	display:block;
	color: #7e7e7e;
	border-bottom: 0px solid #dedede;
	margin-top: 6px;
}
.linkTelMobil{
	display:none;}
.typed-cursor{
            opacity: 1;
            font-weight: 900;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }

/*
**************************
HOME SIDEBAR
**************************
*/

.home-sidebar{
  top:0;
  position:absolute;
  width:33.3333%;
  right:0;
  height:100%;
  background:#f4f4f4;
  z-index:9;
  overflow:hidden;
  background-size:100%;
}

.parallax{
  position:absolute;
}

.parallax-option{
  position:absolute; width:100%; height:100%;
}

/*
**************************
PORTFOLIO GRID
**************************
*/

.prev-next{
  width:100%;
  max-width:1170px;
  margin:0 auto;
  padding-top:100px;
}

.prev-next a{
  color:black;
  font-weight:500;
  padding-bottom: 15px;
}

.prev-next a:hover{
  border-bottom:1px solid black;
}

.prev-button{
  width:50%;
  position:relative;
  float:left;
  text-align:left;
}

.next-button{
  width:50%;
  position:relative;
  float:left;
  text-align:right;
}


#ajax-content{width:100%;}
#proyects-content{width:100%;}

.portfolio-grid{
  width:1170px;
  position:relative;
  margin: 30px auto;
  overflow:hidden;
}

#portfolio-sidebar{
  width: 780px !important;
  padding-right: 390px;

}

li.grid-item{
  width:360px;
  position:relative;
  float:left;
  padding:15px;
}

.grid-hover{
  position: absolute;
  width:360px;
  height: 100%;
  top:0;
  background: white;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
}

.grid-hover:hover{
  opacity: 0.9;
}

.grid-hover h1{
  font-size:23px;
  bottom:80px;
  left:40px;
  position:absolute;
  text-transform:uppercase;
  color:#000000;
  letter-spacing:1px;
  font-weight:900;
  line-height:50px;
}

.grid-hover p{
  font-size:13px;
  bottom:40px;
  left:40px;
  position:absolute;
  color:#686868;
  letter-spacing:1px;
  font-weight:400;
  line-height:50px;
}

li.grid-item img{
  width:360px;
}

/*
**************************
FOOTER
**************************
*/

#footer-box{height:150px; margin-top:75px;}

footer{
  background: #f1f1f1;
  width:100%;
  /*margin-top:150px;*/
  height:300px;
  overflow:hidden;
  position:relative;
  z-index:10;
}
.footer-contact{
  margin-top:220px;
}

.footer-margin{
  width:1140px;
  margin: 30px auto;
  line-height: 100px;
}

#footer-left{text-align:left;}

.footer-margin .copyright{
  color: #686868;
  letter-spacing: 1px;
  font-size: 12px;
  width: 100%;
  text-align:center;
  float: left;
}

.footer-margin .social-footer{
  color: #686868;
  letter-spacing: 1px;
  font-size: 13px;
  width: 100%;
  text-align:center;
  float: left;
}

.footer-margin .social-footer a{
  font-size:15px;
  color:black;
  padding: 20px;
}

.footer-margin .social-footer a:hover{
  color:#c3c3c3;
}


/*
**************************
CONTACT
**************************
*/

.contact-one, .contact-two{
  width:30%;
  padding-right:3%;
  position:relative;
  float:left;
}

.contact-three{
  width:33%;
  position:relative;
  float:left;
}

.contact-one p, .contact-two p, .contact-three p{
  width:100% !important;
}

input{

  width:100%;
  height:40px;
  background:#f1f1f1;
  border:0;
  color:#000000;
  font-weight:500;
  line-height:40px;
  font-family: 'din-regular', sans-serif;
  margin-bottom:10px;
  font-size:13px;
  padding-left:15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

input.button-submit{

  width:220px;
  height:40px;
  background:#000000 !important;
  font-weight:500;
  border:0;
  font-family: 'din-regular', sans-serif;
  color:#ffffff;
  float:right;
  line-height:40px;
  font-size:13px;
	letter-spacing:0px;
}
input.button-submit:hover{
	cursor:pointer;
	letter-spacing:1px;
	color:#cfcfcf;
}
input:focus{
	letter-spacing:2px; 
	color:#979797;
}

textarea{

  width:100%;
  height:40px;
  border:0;
  line-height:40px;
  background:#f1f1f1;
  color:#000000;
  font-size:13px;
  font-family: 'din-regular', sans-serif;
  font-weight:500;
  margin-bottom:10px;
  padding:0 0 0 15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
}

textarea:focus{background:#f4f4f4; height:250px;}


/*NAVEGADOR PROYECTOS*/
.color-1 .svg-wrap {
    display: none;
}
.color-1 nav a {
	cursor: pointer;
	position: fixed;
    top: 50%;
    outline: none;
    text-align: left;
    z-index: 1000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btnNo{
	display: block;
	}
.btnNo .icon-wrap{
	background-color: rgba(0,0,0,0.15) !important;
	cursor: not-allowed !important;
	}
.btnNo:hover div {
    transform: none !important;
	display: none;
}
.color-1 nav a.prev {
	left: 0;
}

.color-1 nav a.next {
	right: 0;
}

.color-1 nav a svg {
	display: block;
	margin: 0 auto;
	padding: 0;
}
.container {
    position: relative;
}
.color-1 { background: #bdc3c7; display: block;}
.nav-slide .icon-wrap {
	cursor: pointer;
	position: relative;
	z-index: 100;
	display: block;
	padding: 18px;
	background-color: #fff;
}
.nav-slide svg.icon {
	fill: #34495e;
}
.nav-slide div {
	position: absolute;
	top: 50%;
	padding: 0 75px;
	background-color: rgba(0,0,0,0.1);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-slide a{
	border-bottom: 0px solid #dedede;
	}
.nav-slide a.prev div {
	left: 0;
	padding-right: 120px;
	-webkit-transform: translateY(-50%) translateX(-100%);
	transform: translateY(-50%) translateX(-100%);
}
.nav-slide a.next div {
	right: 0;
    padding-left: 120px;
    text-align: right;
	-webkit-transform: translateY(-50%) translateX(100%);
	transform: translateY(-50%) translateX(100%);
}
.nav-slide h3 {
	position: relative;
    margin: 0;
    padding: 13px 0;
    color: #888;
    white-space: nowrap;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1px;
}

.nav-slide div h3 span {
	display: block;
    color: #ffffff;
    font-style: italic;
    font-size: 65%;
    font-size: 12px;
    font-weight: lighter;
    color: #888;
}

.nav-slide img {
	position: absolute;
	top: 0;
	height: 100%;
}

.nav-slide a.prev img {
	right: 0;
}

.nav-slide a.next img {
	left: 0;
}

.nav-slide a:hover div {
	-webkit-transform: translateY(-50%) translateX(0); 
	transform: translateY(-50%) translateX(0);
}
/*FIN NAVEGADOR PROYECTOS*/

.wrap {
	    margin: 0 auto;
    width: 100%;
    height: 86vh;
    overflow: hidden;
    position: relative;
}

.mockup {
	top: 0;
}

.mockup::after {
	content: '';
	position: fixed;
	/*background: rgba(51,71,89,0.5);*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	
	background: rgba(74,77,92,0.5);
	background: -moz-linear-gradient(-45deg, rgba(74,77,92,0.5) 0%, rgba(92,93,102,0.5) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(74,77,92,0.5)), color-stop(100%, rgba(92,93,102,0.5)));
	background: -webkit-linear-gradient(-45deg, rgba(74,77,92,0.5) 0%, rgba(92,93,102,0.5) 100%);
	background: -o-linear-gradient(-45deg, rgba(74,77,92,0.5) 0%, rgba(92,93,102,0.5) 100%);
	background: -ms-linear-gradient(-45deg, rgba(74,77,92,0.5) 0%, rgba(92,93,102,0.5) 100%);
	background: linear-gradient(135deg, rgba(74,77,92,0.5) 0%, rgba(92,93,102,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4d5c', endColorstr='#5c5d66', GradientType=1 );
}

.mockup__img {
      min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: 98%;
    overflow: hidden;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
}

/* Header */
.codrops-header {
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
	z-index: 2;
	font-size: 1.5em;
}

.codrops-header h1 {
	position: absolute;
    font-weight: 700;
    font-size: 3.2em;
    line-height: 1.2;
    color: #fff;
    z-index: 2;
    letter-spacing: 3px;
    width: 100%;
    top: 42vh;
}

.codrops-header h1 span {
	display: block;
	font-size: 18px;
    padding-top: 12px;
	font-family: 'din-regular', sans-serif;
	font-weight: lighter;
	
}

.codrops-header h1 a {
	color: #eff62b;
}

.codrops-header h1 a:hover,
.codrops-header h1 a:focus {
	color: #fff;
}

.codrops-header h1 span::before,
.codrops-header h1 span::after {
	content: ' ― ';
	font-weight: 200;
}

.codrops-header h1 i {
	display: block;
	font-size: 15%;
	max-width: 40%;
	margin: 0 auto;
	line-height: 2;
	font-style: normal;
	font-weight: 400;
}
.imgProy1{}
.imgProy2{
	margin-left: -62%;
    width: 90%;
    margin-top: -20%;
	}
/*.idScroll{
	margin-top: -120px;
	padding-top: 120px;
}*/


.img_dkt{
	display: block;
	}	
.img_mbl{
	display: none;
	}	

@media screen and (max-width: 60em) {
	.codrops-header h1 {
		font-size: 3em;
		top: 30vh;
	}
}

@media screen and (max-width: 30em) {
	/*.wrap {
		height: 50vh !important;
		background: #3d4955;
	}
	.codrops-header {
		top: 100%;
	}
	.codrops-header h1 {
		padding-top: 5em;
	}*/
.wrap {
    height: 100vh;
}
	.codrops-header h1 i {
		/*font-size: 42%;
		max-width: 90%;*/
		display: none;
		
	}
	.codrops-header h1 {
    font-size: 1.6em;
    top: 42vh;
}
	.codrops-icon {
		font-size: 1.5em;
	}
	.codrops-icon span {
		display: none;
	}
	#proyects-content section {
    padding: 20px;
}
	section#project-detail {
    padding: 40px 0 !important;
    border-bottom: 0px;
}
	nav.nav-slide {
    background: #fff;
    width: 100%;
    height: 54px;
    display: block;
    position: fixed;
    z-index: 999999;
    left: 0;
    box-shadow: 0px -4px 8px rgba(0,0,0,0.1);
    bottom: 0;
}
.color-1 nav a {
    cursor: pointer;
    position: relative;
    top: 50%;
    outline: none;
    width: 54px;
    height: 54px;
	display: inline-block;
    text-align: left;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
	.color-1 nav a.next {
    right: 0;
    float: right;
    margin-right: 0;
}

input.button-submit {
    width: 100%;
  height:40px;
  background:#000000 !important;
  font-weight:500;
  border:0;
  font-family: 'din-regular', sans-serif;
  color:#ffffff;
  float:right;
  line-height:40px;
  font-size:13px;
	letter-spacing:0px;
}
	
.btnNo{
	display: none;
	}
.mockup__img {
        width: auto;
    height: 100%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    z-index: 0;
    top: 0;
    left: -50%;
}
.img_dkt{
	display: none;
	}	
.img_mbl{
	display: block;
	}	

.deliverable__item {
    display: block;
    padding: 10px 20px;
}
.proyect-images img {
    display: block;
    max-width: 580px;
    padding: 0;
    margin: 20px auto 20px;
}

}
