* {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	background-color: #f9f9f9;
}

/*---------NAV---------*/

.header {
    max-width: 1500px;
    height: 80px;
    margin: 0 auto;
    clear: both;
    z-index: 99;
    position: fixed;
    top: 0;
    display: block;
    background: transparent;
}

#top {
    width: 100%;
    height: 80px;
    position: inherit;
}

.top2 {
    width: 92%;
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.name {
  font-family: 'Work Sans', sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-weight: 800;
  font-size: 22px;
  float: left;
  letter-spacing: 0.05em;
  background-color: #ecc71d;
}

.name span {
  color: #cccccc;
}

.name a {
	text-decoration: none;
	color: #000;
}

nav {
  float: right;
  background-color: #c866bb;
}

nav a {
	text-decoration: none;
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.01em;
	color: #000;
	padding-left: 50px;
}

nav a.current {
	font-weight: 700;
}

nav a:hover {
	color: white;
}

/*---------HOME---------*/

.banner {
  width: 92%;
  max-width: 1500px;
  max-height: 500px;
  margin: 0 auto;
  /*background-color: #f9f9f9;*/
  clear: both;
  overflow: hidden;
  position: relative;
  top: 80px;
  /*z-index: -1;*/
}

.banner img {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 100%;
  position: relative;
  /*z-index: -100;*/
  transition: all .2s ease-in-out;
  overflow: hidden;
  top: 50%;
  /*transform: translateY(-50%);*/
}

.banner:hover .overlay {
  opacity: 0.7;
}

.banner:hover img {
  transform: scale(1.1);
}

.projetos {
	width: 92%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
  top: 80px;
}

.projetothumb {
	width: 100%;
	height: auto;
	float: left;
}

.container {
  position: relative;
  width: 50%;
  height: auto;
  float: left;
  overflow: hidden;
}

.container:hover .overlay {
  opacity: 0.7;
}

a.linkdesativado {
  pointer-events: none;
  text-align: center;
}

.overlaytext {
  color: white;
  font-size: 14px;
  position: absolute;
  font-family: 'Libre Baskerville', serif;
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.04em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
}

footer {
	clear: both;
	width: 100%;
    height: 50px;
    background-color: #f9f9f9;
}

.container img {
	width: 100%;
	height: auto;
	transition: all .2s ease-in-out;
}

.container:hover img {
	transform: scale(1.1);
}

/*.container img{
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.container:hover img{
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}*/

/*---------PROJETOS---------*/

.conteudo {
	width: 92%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 80px;
  clear: both;
  overflow: hidden;
}

.conteudo h1 {
	-webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  text-decoration: none;
  font-family: 'Libre Baskerville', serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #000;
  text-align: center;
  margin: auto;
  padding-top: 160px;
  padding-bottom: 40px;
}

.conteudo h2 {
  text-decoration: none;
  text-align: left;
  font-family: 'Work Sans', sans-serif;
  font-weight: 800;
  color: #000;
  font: 32px;
  letter-spacing: 0.02em;
  clear: both;
  width: 40%;
  margin: 0 auto;
  margin-top: 40px;
}

.conteudo h3 {
  text-decoration: none;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-weight: 800;
  color: #cccccc;
  font: 32px;
  letter-spacing: 0.02em;
  clear: both;
  width: 40%;
  margin: auto;
  margin-top: 40px;
}

.conteudo img {
	max-width: 100%;
	height: auto;
  display: block;
	margin-top: 60px;
	margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

video {
  width: 92%;
  max-width: 1500px;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 60px;
  position: center;
  clear: both;
  position: relative;
}

.textodescritivo {
	clear: both;
	width: 40%;
	margin: 0 auto;
	margin-top: 20px;
  position: static;
}

.textodescritivo p {
	text-decoration: none;
	font-family: 'Work Sans', sans-serif;
  color: #404040;
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  line-height: 1.5em;
  padding-top: 20px;
}

img.sombra {
	max-width: 60%;
	box-shadow: 0px 8px 40px #cccccc;
	margin: inherit auto;
  float: left;
}

img.sombradois {
	max-width: 10%;
	box-shadow: 0px 8px 40px #cccccc;
	margin-left: 5%;
	float: left;
	display: inline;
	vertical-align: top;
}

img.sombratres {
  width: 60%;
  box-shadow: 0px 8px 40px #cccccc;
  margin: inherit auto;
  float: left;
  display: inline;
  vertical-align: top;
}

img.contimgmetade {
	width: 50%;
	float: left;
}

a.inlinelink {
	text-decoration: underline;
	color: #000000;
}

a.inlinelink:hover {
	text-decoration: underline;
	color: #b3b3b3;
}

.fichatecnica {
  clear: both;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.coluna5 {
  width: 20%;
  height: auto;
  float: left;
}

.coluna5 .area {
  font-family: 'Libre Baskerville', serif;
  font-size: 14px;
  color: #b3b3b3;
  width: 100%;
  clear: left;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.07em;
}

.coluna5 .colega {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  color: #92278f;
  width: 100%;
  clear: left;
  display: block;
  margin-bottom: 4px;
}

.coluna5 .cargo {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  width: 100%;
  clear: left;
  display: block;
  margin-bottom: 18px;
}


/*---------SOBRE MIM---------*/

.conteudosobre {
	width: 92%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 4%;
  padding-right: 4%;
  clear: both;
  overflow: hidden;
}

.conteudosobre h1 {
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	text-decoration: none;
	font-family: 'Libre Baskerville', serif;
	font-size: 42px;
	font-weight: 400;
	letter-spacing: 0.01em;
	color: #000;
	text-align: center;
	margin: auto;
	padding-top: 160px;
	padding-bottom: 40px;
}

img.perfil {
	width: 80%;
	height: auto;
	margin-top: 120px;
	margin-left: 10%;
	margin-right: 10%;
}

.textosobre {
	clear: both;
	width: 40%;
	margin: auto;
	margin-top: 60px;
}

.textosobre p {
	text-decoration: none;
	font-family: 'Work Sans', sans-serif;
    color: #404040;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 1.5em;
    padding-top: 20px;
}

.fa {
  padding: 20px;
  font-size: 20px;
  width: 16px;
  height: 16px;
  text-align: center;
  text-decoration: none;
  /*margin: 25px 16px;*/
  border-radius: 50%;
  display: block;
  margin-top: 30px;
}

.fa:hover {
  opacity: 0.7;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
  margin-left: 30%;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
  margin-left: 1%;
}

.fa-behance {
  background: #005bfe;
  color: white;
  margin-left: 1%;
}

.wrappessoal{
	width: 100%;
	clear: both;
	margin-top: 120px;
}

img.pessoal {
	width: 24%;
	margin: 0;
	padding: 0;
}

/* Extra small devices (phones, 900px and down) */
@media only screen and (max-device-width: 900px) {

/*.header {
    max-width: 900px;
    height: 160px;
    margin: 0 auto;
    clear: both;
    z-index: 99;
    position: fixed;
    top: 0;
    display: block;
    background: transparent;
}*/

.top2 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 80px;
    clear: both;
}

.name {
  font-family: 'Work Sans', sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-weight: 800;
  font-size: 48px;
  float: left;
  letter-spacing: 0.05em;
  background-color: #ecc71d;
}

.name span {
  color: #cccccc;
}

.name a {
  text-decoration: none;
  color: #000;
}

nav {
  float: left;
  background-color: #c866bb;
  clear: both;
  height: 60px;
}

nav a {
  text-decoration: none;
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.01em;
  color: #000;
  padding-left: 10px;
  padding-top: 5px;
}

nav a.current {
  font-weight: 700;
}

nav a:hover {
  color: white;
}

.banner {
  width: 100%;
  height: 700px;
  max-height: 700px;
  margin-top: 120px;
}

.banner img {
  margin-left: -200px;
  margin-right: auto;
  max-width: 1500px;
  width: 1500px;
  height: 700px;
  overflow: hidden;
  transition: all .2s ease-in-out;
  top: 0;
  transform: translateY(-0%);
}

.projetos {
  width: 100%;
  padding: 0%;
  margin: 0 auto;
}

.container {
  width: 100%;
}

.conteudo {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
}

.conteudo h1 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.conteudo h2 {
  width: 80%;
  margin: auto;
  margin-top: 30px;
  margin-left: 10%;
}

.fichatecnica {
  width: 90%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
}

.coluna5 {
  width: 50%;
  height: auto;
  float: left;
}

img.sombra {
  max-width: 90%;
  box-shadow: 0px 8px 40px #cccccc;
  margin: inherit auto;
  float: none;
}

img.sombradois {
  max-width: 90%;
  box-shadow: 0px 8px 40px #cccccc;
  margin-left: none;
  float: none;
  display: inline;
  vertical-align: top;
}

img.sombratres {
  display: none;
}

img.contimgmetade {
  width: 90%;
  float: none;
}

.conteudo h1 {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  text-decoration: none;
  font-family: 'Libre Baskerville', serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #000;
  text-align: center;
  margin: auto;
  padding-top: 200px;
  padding-bottom: 40px;
}
.conteudosobre h1 {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  text-decoration: none;
  font-family: 'Libre Baskerville', serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #000;
  text-align: center;
  margin: auto;
  padding-top: 300px;
  padding-bottom: 40px;
}

.conteudo h2 {
  text-decoration: none;
  text-align: left;
  font-family: 'Work Sans', sans-serif;
  font-weight: 800;
  color: #000;
  font: 42px;
  letter-spacing: 0.02em;
  clear: both;
  width: 100%;
  padding-left: 10%;
  margin: 0 auto;
  margin-top: 40px;
}

.textodescritivo {
  width: 80%;
  margin-top: 10px;
}

.textodescritivo p {
  text-decoration: none;
  font-family: 'Work Sans', sans-serif;
  color: #404040;
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  line-height: 2.4em;
  padding-top: 20px;
}

.textosobre {
  clear: both;
  width: 80%;
  margin: auto;
  margin-top: 60px;
}

.textosobre p {
  text-decoration: none;
  font-family: 'Work Sans', sans-serif;
    color: #404040;
    display: block;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 2.4em;
    padding-top: 20px;
}

img.perfil {
  width: 100%;
  height: auto;
  margin-top: 120px;
  margin-left: 0;
  margin-right: 0;
}

.fa {
  padding: 40px;
  font-size: 80px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  display: block;
  margin-top: 30px;
}