/* Author: Danijel Grabež */
/* Twitter: @danijel_grabez */

/* ===========================================
   Page navigation styling
   =========================================== */



body{
  font-family:sans-serif;
  background-color: white;
  font-size: 100%;
}

body::-webkit-scrollbar {
 display: none;
}

.page-header {
  background: white;
  color: #000;
  position: fixed;
  width: 35vw;
  height: 100vh;
  z-index: 1000;
  right: 0;
  border-left: 1px solid lightgrey;
  -webkit-transition: 1s width ease-in-out;
          transition: 1s width ease-in-out;
}
.page-header--homepage {
  width: 80px;
}
.page-nav {
  zoom: 1;
}
.page-nav:before,
.page-nav:after {
  content: "";
  display: table;
}
.page-nav:after {
  clear: both;
}
.page-nav__list {
  list-style: none;
  margin-top: 30vh;
  padding: 0;
  float: none;
  text-align: center;
  padding-bottom: 15px;
}
.page-nav__item {
  margin: 0;
  display: block;
  line-height: 1;
  margin-left: 0.3vw;

}


li .page-nav__link {
    display: block;
    font-family: 'Montserrat-SemiBold';
    color: #909090;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    list-style: none;
    width: 75px;
    transform: rotate(-90deg);
    margin-bottom: 10vh;
    border-top: 4px solid transparent;
    padding-top: 35px;
    margin-left: -20px;
}


.page-header #logo a {
    font-family: 'Gobold-High-Italic';
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000;
    text-decoration: none;
    float: right;
    font-weight: lighter;
    margin: 40px 24px 0;
    display: block;
}


.page-header #logo a.projects span {
    display: none;
}

.page-header #logo a.projects:after {
    content: "FH";
}

.small {
    margin: 4vh 2vw 0 0;
}

.page-header #logo.small a {
    margin: 4vh 2vw 0 0;
    font-family: 'Gobold-High-Italic';
    font-size: 1.5vw;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #000;
    text-decoration: none;
    float: none;
    font-weight: lighter;

}

.page-header .copy p {
  font-family: 'Lato', sans-serif;
  font-size: 0.65vw;
  color: #757575;
  float: right;
  margin: 8vh 3vw 0;

}

li .page-nav__link:hover {
  color: #000;
}

li .page-nav__link:focus {
  color: #000;
}

li .page-nav__link.is-active {
  color: #000;
  border-top: 0.4vh solid #000;
}
li .page-nav__link.is-active:hover {
  color: #000;
}

li .page-nav__link.is-active:focus {
  color: #000;
}

/* ===========================================
   Page content styling
   =========================================== */
.page-content {
  font-size: 1.125em;
  line-height: 1.5;
  -webkit-transition: 1s width ease-in-out;
          transition: 1s width ease-in-out;
}

.page-content img {
  max-width: 100%;
  width: 42%;
  display: block;
  height: auto;
}

.page-content #trabajos {
  width: 100vw;
  background: white;
}

.page-content #trabajos .blq-2 {
  width: 35vw;
  float: left;
  background: white;
}

.page-content #trabajos .blq {
  width: 71vw;
  float: left;
  background: white;
}


.page-content #trabajos .blq .title {
    vertical-align: middle;
    padding-top: 17vh;
    width: 50%;
    padding-right: 3vw;
    float: left;
}

.page-content #trabajos .blq .title h2,
.page-content #trabajos .blq .title .sub {
  font-family: 'Montserrat-SemiBold';
  font-size: 0.6vw;
  text-transform: uppercase;
  letter-spacing: 0.3vw;
  color: #000;
  text-align: right;
  
}

.page-content #trabajos .blq .title .sub {
  font-size: 0.5vw;
}

.page-content #trabajos .blq .image {
  width: 50%;
}


.page-content #trabajos .blq .image .img {
    height: 450px;
    width: 45%;
    float: left;
}



.page-content #trabajos .blq .image .img.vw {
    background: url(../img/desktop/thumbnails/thumbnail-vw_desktop.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



 #slideshow .bg {
    min-height: 100%;
    min-width:300px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    background-size: cover;
    -webkit-background-size: cover; 
    -moz-background-size: cover;
     -ms-background-size: cover;
    -o-background-size: cover;
}


div #bg-1 {
    background: url("../img/desktop/bg-1_desktop-1920.jpg") no-repeat center center;
    background-size: cover; 
    -webkit-background-size: cover; 
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
div #bg-2 {
    background: url("../img/desktop/bg-2_desktop-1920.jpg") no-repeat center center;
    background-size: cover; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -ms-background-size: cover;
    -o-background-size: cover;
}
div #bg-3 {
    background: url("../img/desktop/bg-3_desktop-1920.jpg") no-repeat center center;
    background-size: cover; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -ms-background-size: cover;
    -o-background-size: cover;
}
div #bg-4 {
    background: url("../img/desktop/bg-4_desktop-1920.jpg") no-repeat center center;
    background-size: cover; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -ms-background-size: cover;
    -o-background-size: cover;
}
div #bg-5 {
    background: url("../img/desktop/bg-5_desktop-1920.jpg") no-repeat center center;
    background-size: cover; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -ms-background-size: cover;
    -o-background-size: cover;
}
div #bg-6 {
    background: url("../img/desktop/bg-6_desktop-1920.jpg") no-repeat center center;
    background-size: cover; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -ms-background-size: cover;
    -o-background-size: cover;
}


*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

section {
  height: 100vh;
  width: 100%;
  display: table;
}

.project-bg {
  height: 100vh;
  width: 100%;
  display: table;
}


.opacity {
    height: 100vh;
    width: 100%;
    display: table;
    position: absolute;
    background-color: rgba(0,0,0,.35);
    z-index: 1;
}


section.fotos{
  background-color: white;
}

.page-content section.fotos div {
  text-align: center;
 }

 .page-content section.fotos img {
      display: inline-block;
      width: 60vw;
      max-width: 1920px;
}


.project-bg .text-container {
    width: 90%;
    position: absolute;
    margin: 0 auto;
    margin-top: 40vh;
    left: 0;
    right: 80px;
    z-index: 2;
}

 .project-bg .description {
  margin: 0 auto;
  margin-top: 2%; 
  text-align: center;
}

 .project-bg .description p {
  color: white;
  font-family: 'Montserrat-Light', arial;
  font-size: 0.6vw;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
  line-height: 2.3vh;
}


 .project-bg .title {
  text-align: center;
  margin: 0 auto;
  color: white;
  text-transform: uppercase;
}


 .project-bg .title h2 {
  font-family: 'Montserrat-SemiBold', arial;
  font-size: 1.4vw;
  letter-spacing: 5px;
}

 .project-bg .title span {
  font-family: 'Montserrat-Light', arial;
  font-size: 1.1vw;
  letter-spacing: 5px;
}

.project-bg#volkswagen{
  background: url("../img/desktop/frontdoor/vw/bg-vw_desktop-1920.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.project-bg#movistar{
  background: url("../img/desktop/frontdoor/movistar/bg-movistar_desktop-1920.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.project-bg#ensure{
  background: url("../img/desktop/frontdoor/ensure/bg-ensure_desktop-1920.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.project-bg#saudia{
  background: url("../img/desktop/frontdoor/saudia/bg-saudia_desktop-1920.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

    .project-bg#fibertel{
      background: url("../img/desktop/frontdoor/fibertel/bg-fibertel_desktop-1920.jpg") no-repeat center top fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
     -ms-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

.project-bg#boconcept{
  background: url("../img/desktop/frontdoor/boconcept/bg-boconcept_desktop-1920.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.project-bg#quilmes{
  background: url("../img/desktop/frontdoor/quilmes/bg-quilmes_desktop.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.project-bg#nissan{
  background: url("../img/desktop/frontdoor/nissan/bg-nissan_desktop-1920.jpg") no-repeat center bottom fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.project-bg#cita-tango{
  background: url("../img/desktop/frontdoor/cita-tango/bg-cita_desktop_1920.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.project-bg#leonas{
  background: url("../img/desktop/frontdoor/leonas/bg-leonas_desktop-1920.jpg") no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.project-bg#seamen{
  background: url("../img/desktop/frontdoor/seamen/bg-seamen_desktop-1920.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.project-bg#pfizer{
  background: url("../img/desktop/frontdoor/pfizer/bg-pfizer_desktop-1920.jpg") no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.project-bg#kinder{
  background: url("../img/desktop/frontdoor/kinder/kinder-3_desktop.jpg") no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.project-bg#hinds{
  background: url("../img/desktop/frontdoor/hinds/bg-hinds_desktop-2500.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.project-bg#como-como{
  background: url("../img/desktop/backdoor/vacio/bg-vacio_desktop-1920.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.project-bg#p-piccaluga{
  background: url("../img/desktop/backdoor/palacio-piccaluga/bg-piccaluga_desktop-1920.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.project-bg#ggb{
  background: url("../img/desktop/backdoor/golden-gate/bg-golden-gate_desktop-1920.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.project-bg#marian{
  background: url("../img/desktop/backdoor/marian/bg-marian_desktop-1920.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.project-bg#sin-titulo{
  background: url("../img/desktop/backdoor/sin-titulo/bg-sin-titulo_desktop-1920.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
    -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 10%;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    border: 1px solid white;
    border-width: 0px 0 1px 1px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}


#about .about-text {
    width: 53vw;
    padding: 20vh 0 0 20vw;
}


#about .about-text p {
  font-family: 'Montserrat-Light';
  font-size: 0.6vw;
  line-height: 2.2vh;
  margin-bottom: 2vh;
  color: #6d6d6d;
  text-transform: uppercase;
}

#about .about-contact {
  font-family: 'Montserrat-Light';
  color: #6d6d6d;
  padding: 20vh 0 0 20vw;
  text-transform: uppercase;
  font-size: 0.8vw;
  line-height: 3vh;
}

#about .about-contact .title {
  font-size: 0.65vw;
}

#about .about-contact .email,
#about .about-contact .phone {
  padding-bottom: 5vh;
}


#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}


footer {
  display: none;

}





/* ===========================================
   SmoothState styling
   =========================================== */
.m-scene .scene-main {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.m-scene .scene-main--fadein {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.m-scene.is-exiting .scene-main {
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse;
}
.m-scene .scene-nav {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: width;
          animation-name: width;
}
.m-scene.is-exiting .scene-nav {
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes width {
  0% {
    width: 35vw;
  }
  100% {
    width: 80px;
  }
}
@keyframes width {
  0% {
    width: 35vw;
  }
  100% {
    width: 80px;
  }
}



















