/* Generated by less 2.5.1 */
body {
  margin: 0;
  padding: 0;
  border: 15px #f5f5f5 solid;
  border-bottom: none;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
h1 {
  font-family: 'Open Sans', sans-serif;
  color: #222222;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.5px;
}
p {
  font-family: 'Source Code Pro', monospace;
  font-weight: 400;
  color: #222222;
  font-size: 14px;
  line-height: 1.4em;
  margin: 0 0 0 0;
}
a {
  font-family: 'Source Code Pro', monospace;
  font-size: 14px;
  font-weight: 300;
  border-radius: 0px;
  text-decoration: none;
  text-transform: none;
  color: #222222;
}
a:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: underline;
}
header {
  width: 100%;
  padding: 20px;
  margin-top: -15px;
  position: fixed;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-top: 15px solid #f5f5f5;
  z-index: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
header .logo {
  width: 40px;
  height: 114px;
  background-image: url(../img/logo-lucas.png);
  background-repeat: no-repeat;
}
header nav {
  margin: 0% 10px 0 0;
  padding: 0 20px 0 0;
  text-align: left;
}
header nav ul {
  margin: 0;
  display: inline-flex;
}
header nav li {
  list-style-type: none;
  padding: 5px 0px 5px 20px;
}
header nav a {
  text-decoration: none;
  color: black;
  text-transform: none;
  font-size: 16px;
}
header nav a:hover {
  text-decoration: none;
}
header nav .transform {
  border-top: 3px solid black;
  width: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
header nav .active {
  width: 35px;
}
content {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin: 10% 0 0;
}
content .social {
  align-self: flex-start;
  display: flex;
  flex-flow: column nowrap;
  text-align: left;
  position: fixed;
  bottom: 0px;
  margin-left: 10px;
}
content .social .button {
  color: #222222;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.4em;
}
content .social .button:hover {
  opacity: 0.7;
}
content .social .behance {
  font-size: 13px;
}
content .social .vsco img {
  width: 20px;
}
content .intro {
  width: 90%;
  text-align: right;
  padding: 20px 0 100px 0;
  position: fixed;
}
content .intro h1 {
  color: #3c3c3c;
}
content .intro span {
  font-family: 'Source Code Pro', monospace;
  font-size: 14px;
  color: #3c3c3c;
}
content .grid {
  width: 92%;
  display: flex;
  -webkit-display: flex;
  flex-flow: column nowrap;
  margin: 25% 10px 0 8%;
  padding: 0;
  position: relative;
  background-color: white;
}
content .grid li {
  margin: 0;
  list-style: none;
  text-decoration: none;
}
content .grid li .work {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}
content .grid li .work a:hover {
  opacity: 0.6;
}
content .grid li .work .caption {
  width: 32%;
  margin-right: 8%;
  padding: 0px 0px;
}
content .grid li .work .caption h1 {
  margin: 0 0 0 0;
}
content .grid li .work .caption p {
  font-size: 10pt;
  line-height: 16pt;
}
content .grid li .work .image {
  width: 60%;
}
content .projeto {
  width: 92%;
  display: flex;
  -webkit-display: flex;
  flex-flow: row nowrap;
  margin: 0% 0px 0 8%;
  padding: 0;
  position: relative;
}
content .projeto .descricao {
  width: 35%;
  margin-right: 3%;
  position: fixed;
  padding: 0px 0px;
}
content .projeto .descricao .head-img {
  display: none;
}
content .projeto .descricao h1 {
  margin: 0 0 0 0;
}
content .projeto .descricao p {
  color: #111;
  font-weight: 400;
  margin: 20px 0;
}
content .projeto .descricao p span {
  width: 100%;
  color: #111;
  font-weight: 500;
  font-size: 12px;
  text-align: right;
}
content .projeto .imagens {
  width: 58%;
  margin-left: 42%;
}
content .projeto .imagens .video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
content .projeto .imagens .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
content strong,
content b {
  font-weight: 700;
  text-decoration: underline;
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 30px;
  }
  header {
    width: 95%;
    margin: -15px 0;
    padding: 15px;
    flex-flow: row nowrap;
    justify-content: space-between;
    background-color: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  header .logo {
    width: 114px;
    height: 40px;
    background-image: url(../img/hori-logo.png);
    background-size: contain;
  }
  header nav {
    margin: 0px 0px 0 20px;
    padding: 0 0px 0 0;
    text-align: center;
  }
  header nav ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
  }
  header nav li {
    list-style-type: none;
    padding: 5px 20px 0 0;
    font-size: 18px;
  }
  content {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    margin: 0;
    padding: 10% 0 10%;
  }
  content .social {
    width: 100%;
    margin-left: 0px;
    bottom: 0px;
    padding: 0;
    text-align: center;
    flex-flow: row nowrap;
    justify-content: center;
    background-color: white;
    z-index: 1;
    align-items: flex-end;
  }
  content .social .button {
    margin: 0px 10px;
    font-size: 18px;
  }
  content .social .button:last-child {
    margin: 0px 10px -5px;
  }
  content .grid {
    width: 100%;
    display: flex;
    -webkit-display: flex;
    flex-flow: column nowrap;
    margin: 30% 10px 0 0%;
    padding: 0;
    position: relative;
    background-color: white;
  }
  content .grid .ola {
    width: 90%;
    margin-left: 5%;
    padding: 0px 0 10px 0;
  }
  content .grid li {
    margin: 20px 0;
    list-style: none;
    text-decoration: none;
  }
  content .grid li .work {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: baseline;
  }
  content .grid li .work .caption {
    width: 90%;
    margin: -15px 5%;
    padding: 0px 0px;
    z-index: 1;
    position: fixed;
  }
  content .grid li .work .caption h1 {
    margin: 0 0 0 0;
  }
  content .grid li .work .caption p {
    display: none;
  }
  content .grid li .work .image {
    width: 85%;
    margin: 0px 7.5%;
  }
  content .projeto {
    width: 100%;
    display: flex;
    -webkit-display: flex;
    flex-flow: column nowrap;
    margin: 0% 0px 0 0%;
    padding: 0;
    position: relative;
  }
  content .projeto .descricao {
    width: 90%;
    margin: 5%;
    position: relative;
    padding: 0px 0px;
  }
  content .projeto .descricao .head-img {
    display: flex;
    margin: 0px 0 20px 0;
  }
  content .projeto .descricao h1 {
    margin: 0px 0 0 0;
  }
  content .projeto .descricao p {
    color: #111;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6em;
  }
  content .projeto .descricao p span {
    width: 100%;
    color: #111;
    font-weight: 500;
    font-size: 12px;
    text-align: right;
  }
  content .projeto .imagens {
    width: 90%;
    margin-left: 5%;
  }
  content strong,
  content b {
    font-weight: 700;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 600px) {
  body {
    border: none;
  }
  h1 {
    font-size: 20px;
  }
  header {
    border: none;
    margin: 0;
    padding: 10px 10px 5px;
    flex-flow: row nowrap;
    justify-content: space-between;
    background-color: white;
  }
  header .logo {
    width: 35px;
    height: 40px;
    background-image: url(../img/logo-h.svg);
  }
  header nav {
    margin: -5px 0px 0 20px;
    padding: 0 0px 0 0;
    text-align: center;
  }
  header nav ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
  }
  header nav li {
    list-style-type: none;
    padding: 0px 15px;
  }
  header nav li a {
    font-size: 14px;
  }
  content {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    margin: 0;
    padding: 16% 0 10%;
  }
  content .social {
    width: 100%;
    margin-left: 0px;
    bottom: 0px;
    padding: 0;
    text-align: center;
    flex-flow: row nowrap;
    justify-content: center;
    background-color: white;
    z-index: 1;
    align-items: flex-end;
  }
  content .social .button {
    margin: 0px 10px;
    font-size: 18px;
  }
  content .social .button:last-child {
    margin: 0px 10px -5px;
  }
  content .intro {
    width: 65%;
    text-align: left;
    padding: 30px 0 100px 7.5%;
    position: fixed;
  }
  content .intro h1 {
    color: #3c3c3c;
  }
  content .intro span {
    font-family: 'Source Code Pro', monospace;
    font-size: 12px;
    margin: 0;
    color: #3c3c3c;
  }
  content .grid {
    width: 100%;
    display: flex;
    -webkit-display: flex;
    flex-flow: column nowrap;
    margin: 70% 10px 0 0%;
    padding: 0;
    position: relative;
    background-color: white;
  }
  content .grid li {
    margin: 10px 0;
    list-style: none;
    text-decoration: none;
  }
  content .grid li .work {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: baseline;
  }
  content .grid li .work .caption {
    width: 90%;
    margin: -15px 5%;
    padding: 0px 0px;
    z-index: 1;
    position: fixed;
  }
  content .grid li .work .caption h1 {
    margin: 0 0 0 0;
  }
  content .grid li .work .image {
    width: 85%;
    margin: 0px 7.5%;
  }
  content .projeto {
    width: 100%;
    display: flex;
    -webkit-display: flex;
    flex-flow: column nowrap;
    margin: 0% 0px 0 0%;
    padding: 0;
    position: relative;
  }
  content .projeto .descricao {
    width: 90%;
    margin: 5%;
    position: relative;
    padding: 0px 0px;
  }
  content .projeto .descricao .head-img {
    display: flex;
    margin: 0px 0 20px 0;
  }
  content .projeto .descricao h1 {
    margin: 0px 0 0 0;
  }
  content .projeto .descricao p {
    color: #111;
    font-weight: 500;
    font-size: 10pt;
    line-height: 1.4em;
  }
  content .projeto .descricao p span {
    width: 100%;
    color: #111;
    font-weight: 500;
    font-size: 12px;
    text-align: right;
  }
  content .projeto .imagens {
    width: 90%;
    margin-left: 5%;
  }
  content strong,
  content b {
    font-weight: 700;
    text-decoration: underline;
  }
}
