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

html {
	font-family: 'Roboto', sans-serif;
	cursor: none !important;
}

body {
	background: #EFEFEF;
	margin: 3em 0;
	color: #333333;
	cursor: none;
}

a {
	color: currentColor;
	text-decoration: none;
	font-style: normal;
	cursor: none;
}



#loading{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	
  background: linear-gradient(225deg, #fa00dc, #0098ff, #00ff6d,#efefef, #efefef, #fff31d);
    background-size: 1200% 1200%;

    -webkit-animation: loadinganim 10s ease infinite;
    -moz-animation: loadinganim 10s ease infinite;
    animation: loadinganim 10s ease infinite;
}

@-webkit-keyframes loadinganim {
    0%{background-position:0% 46%}
    50%{background-position:100% 55%}
    100%{background-position:0% 46%}
}
@-moz-keyframes loadinganim {
    0%{background-position:0% 46%}
    50%{background-position:100% 55%}
    100%{background-position:0% 46%}
}
@keyframes loadinganim {
    0%{background-position:0% 46%}
    50%{background-position:100% 55%}
    100%{background-position:0% 46%}
}



.cursor{
	position: absolute;
	background: white;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	z-index: 9;
	transition:transform 0.3s cubic-bezier(.6,0,.4,.1) ,
	width 0.3s cubic-bezier(.6,0,.4,.1) ,
	height 0.3s cubic-bezier(.6,0,.4,.1) ,
	opacity 0.2s  cubic-bezier(.6,0,.4,.1),
	border-radius 0.1s cubic-bezier(.6,0,.4,.1) 0.1s,
	margin-top 0.3s cubic-bezier(.6,0,.4,.1),
	margin-left 0.3s cubic-bezier(.6,0,.4,.1);
	user-select:none;
	pointer-events: none;
	mix-blend-mode: difference;
}

.cursor.active {
	width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px;
}
.cursor.onText {
	width: 2px;
	height: 16px;
	border-radius: 0;
}
.cursor.onHeading {
	width: 2px;
	height: 3em;
	border-radius: 0;
	margin-top:-1.5em;
}

.cursor.sayPlayPause{
	width: 64px;
    height: 64px;
    padding-top: 22px;
    text-align: center;
    margin-top: -32px;
    margin-left: -32px;
}
.cursor::after {
	content: "";
    opacity: 0;
    transition: all 0.2s ease-in-out 0.1s;
}

.cursor.sayPlayPause::after {
	content: "";
    font-size: 12px;
    font-family: 'Roboto Slab', serif;
    opacity: 1;
}

.click{
	mix-blend-mode: normal;
}


header {
    margin-bottom: 1.5em;
    justify-content: space-between;
    padding: 0 3em;
    z-index: 1;
    position: relative;
	display: block;
    margin-left: auto;
    margin-right: auto

}
 footer {
     padding: 1rem 3rem;
     position: relative;
     margin: 8rem auto 0;
     z-index: 1;
	 text-align:center; 
 }


section {
	margin: 0 auto 1em auto ;
}

section.full {
	width: 100%;
}

section.boxed {
	max-width: 1200px;
	padding: 0 3em;
	position: relative;
}

p{
	line-height: 1.4em;
	margin-bottom: 1em;
}

p a{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
line-height: 1.25em;	
}

h1 {
	font-size:4.5em;

}
h2 {
	font-size:2.5em;
}

h4 {font-size:1.25em}
h5{
	font-size:0.8em;
}
h6, .keywords{
	font-size:0.8em;
	font-family: 'Roboto Slab', serif;
	font-weight:300;
}

.pt1 {padding-top: 1em;}
.pt2 {padding-top: 2em;}
.pt4 {padding-top: 4em;}
.pt8 {padding-top: 8em;}
.pt16 {padding-top: 16em;}
.pb1 {padding-bottom: 1em;}
.pb2 {padding-bottom: 2em;}
.pb4 {padding-bottom: 4em;}
.pb8 {padding-bottom: 8em;}
.pb16 {padding-bottom: 16em;}


.aboutWrapper{
	padding: 1em 3em;
	display: grid;
	grid-template-columns: 2fr 3fr 1fr;
	grid-gap:2em;
	
}


.caption {
	font-family: 'Roboto Slab', serif;
	font-size: 1em;
}

img {
	width: 100%;
}

.menu {
	display: flex;
}

.menu a {
	margin-left: 1.5em;
}

.welcome {
	max-width: 1200px;
	padding: 2em 3em;
	position: relative;
	margin: auto;
}

.welcomeWrapper {
	z-index: 1;
    position: relative;
    color: #000;
}

.featuredTitle h5{
    max-width: 1200px;
    padding: 3em 3em 0em 3em;
    position: relative;
    margin: auto;
    z-index: 1;
	text-align: center;
	letter-spacing: 0.5em;
	font-weight:300;
}

.work {
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2,max(400px));
	list-style: none;
	grid-gap:3em;
	justify-content: space-around;
	max-width: 1200px;
	position: relative;
	margin: 3em auto;
}

.work li:nth-of-type(2n) {
  padding-top: 10em;
}

.projectInfo{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap:1em;
	padding-top: 0.5em;
}

.projectInfo .keywords{
	text-align: right;
}

.projectInfo .keywords span{
	display: inline-block;
	position: relative;
	padding: .1em .5em .1em .5em;
    margin: .1em 0em;
	background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    border-radius: 10em;
	border: 1px solid rgba(0, 0, 0, 0);
    transition: all .3s ease-out;
	z-index: 1;
}

.projectHead .lottie{
	
}


.projectHead h1 {
	text-align: center;
	margin-bottom: 1rem;
	max-width: 1200px;
	padding:0 3em;
	position: relative;
	margin:0 auto 1rem auto;
}


.overview {
display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  /* This is better for small screens, once min() is better supported */
  /* grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr)); */
  grid-gap: 2em;
  padding:0 3em;
  max-width: 1200px;
  position: relative;
  margin: 3em auto;
}

.projectData {
	display: grid;
	grid-template-columns: 25% 70%;
	grid-gap: 5%;
	margin-top: 2em;
}
.projectData .keywords span{
	display: inline-block;
	position: relative;
	padding: .4em 1em .4em 1em;
    margin: .1em 0em;
	background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    border-radius: 10em;
	border: 1px solid rgba(0, 0, 0, 0);
    transition: all .3s ease-out;
	z-index: 1;
	font-size: 1.3em; !important
}
.team{
	padding-top: 1em;
	display: grid;
	grid-template-columns: 120px auto;
	grid-gap: 0.5em;
	
}

.team h5{
	font-family: 'Roboto', sans-serif;
}
.team h6{
	font-family: 'Roboto Slab', sans-serif;
	font-size: 1em;
}

.keywords {
	padding-bottom: 0.5em;
}

/*.keywords span + span:before{
	margin-right: 0.25em;
	content:"·";
	display: inline-block;
}*/

figcaption {
	margin-top: 0.5em;
}

.videofig {
	position: relative;

}

.videofig.autoplay .playpause{
	opacity: 0;
	
}
.playpause{
	height: 24px;
	width: 24px;
	background: white;	
	border-radius: 100%;
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 4px;
	opacity: 0.5;
	z-index: 2;
	transition: all 0.5s ease-in-out;
}
.play-btn{
	fill: black;
}

.videofig:hover .playpause {
	opacity: 1;
}


.twocol {
	display: grid;
	grid-template-columns: repeat(2, minmax(200px, 1fr));
	grid-gap: 1em;
	
}

.twocol.nogap{
	grid-gap: 0;
}

.twocol .col{
	align-self: center;
}

.threecol {
	display: grid;
	grid-template-columns: repeat(3, minmax(200px, 1fr));
	grid-gap: 1em;
	
}

.threecol.nogap{
	grid-gap: 0;
}

.threecol .col{
	align-self: center;
}

.iphone-video, .iphone-image, .iphone-lottie {
	max-width: 375px;
	position: relative;
    margin: auto;
    padding-left: 2em;
    padding-right: 2em;
}

.iphone-video figcaption, .iphone-image figcaption, .iphone-lottie figcaption {
	text-align: center;
}

.iphoneWrapper.iphone6 {
	padding-top: calc(900/450*100%);
    background: url(../img/iphone6.png);
    background-position: top center;
    background-size: cover;
    height: 0;
    position: relative;
}

.iphone6 video, .iphone6 img, .iphone6 .lottie {
    position: absolute;
    top: 12%;
    left: 10%;
    width: 84%;

}

.iphone6 .lottie{
	height:74.5%;
}

.iphoneWrapper.iphonex {
	padding-top: calc(900/450*100%);
    background: url(../img/iphonex.png);
    background-position: top center;
    background-size: cover;
    height: 0;
    position: relative;
}

.iphonex video, .iphonex img, .iphonex .lottie {
    position: absolute;
    top: 2.9%;
    left: 11%;
    width: 82.9%;
    border-radius: 10%/5%;

}

.iphonex .lottie{
	height:89.6%;
}

.iphonex .lottie canvas{
	border-radius: 10%/5%;
}

.logosvg{
	height: 130px;
}

.logosvg2{
	height: 50px;
}

.logofooter{
	height: 50px;
	margin-bottom: 30px;
}

.softwares{
	width: 600px;
	margin-top: 2em;
    justify-content: space-between;
    padding: 0;
    z-index: 1;
    position: relative;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 1em;
}

.separador{
	width: 700px;
    justify-content: space-between;
    padding: 0;
    z-index: 1;
    position: relative;
	display: block;
    margin-left: auto;
    margin-right: auto;
}




@media only screen and (max-width: 600px) {
	
	.ptm1 {padding-top: 1em;}
	.ptm2 {padding-top: 2em;}
	.ptm4 {padding-top: 4em;}
	.ptm8 {padding-top: 8em;}
	.ptm16 {padding-top: 16em;}
	.pbm1 {padding-bottom: 1em;}
	.pbm2 {padding-bottom: 2em;}
	.pbm4 {padding-bottom: 4em;}
	.pbm8 {padding-bottom: 8em;}
	.pbm16 {padding-bottom: 16em;}
	
	.logosvg{
	height: 70px;
	}
	.softwares{
	width: 90%;
		padding: 0;
	}
	
	.separador{
		width: 100%;
		padding: 0;
}
	
	h1 {
		font-size: 3.5em;
	}
	
	header {
		padding: 0 1em;	
	}
	.cursor {
		display: none;
	}
	.welcome, footer, .featuredTitle h5{
		padding: 2em 1em;
	}
	.welcome h2 {
		font-size: 2em;
	}
	
	.work {
	display: grid;
    grid-template-columns: repeat(1,1fr);
    list-style: none;
    padding: 1em;

	}
	
	.work li:nth-of-type(2n) {
		padding-top: 0;
	}

	.projectHead h1 {
		padding:0;	
	}
	.projectHead .lottie {
	}
	.overview {
	  grid-template-columns: repeat(1, minmax(200px, 1fr));
	  /* This is better for small screens, once min() is better supported */
	  /* grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr)); */
	  padding:0 1em;

	}	
	
	section.boxed{
		padding: 0 1em;
	}
	
  .twocol {
	grid-template-columns: repeat(1, minmax(200px, 1fr));	
	}
	.aboutWrapper{
	padding: 0 1em;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap:2em;
	}
	
	.threecol {
	grid-template-columns: repeat(1, minmax(200px, 1fr));	
	}
	.aboutWrapper{
	padding: 0 1em;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap:2em;
	}
	
	ul#tags li {
		display: block;
	z-index: 1;
		font-size: 0.6em;
		margin: 0em 0em;
	}
	ul#tags li a{
	}
	.featuredTitle h5{
    padding: 3em 0em 0em 0em;
	}
	
}



.mvpDesk {
	background: #d7cde0;
}


.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
	padding-top: 1em;
}

ul#tags {
	list-style: none;
	padding-top: 20px;
	}
ul#tags li {
		display: inline;
	z-index: 1;
	font-family: 'Roboto Slab', serif;
	}

ul#tags li a{
    position: relative;
    padding: .4em 1em .4em 1em;
    margin: 0em .1em;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    border-radius: 10em;
	border: 1px solid rgba(0, 0, 0, 0.5);
    transition: all .3s ease-out;
	z-index: 1;
	font-size: 1em;
  }

ul#tags li a:hover{
	color: rgba(0, 0, 0, 1);
	background: rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, 1);
  }

ul#tags li a:active{
    background: rgba(0, 0, 0, .3);

  }

.tag{
    position: relative;
    padding: .4em 1em .4em 1em;
	margin: 0em .1em;
	background: rgba(0, 0, 0, 1);
    color: #fff;
    text-decoration: none;
    border-radius: 10em;
	border: 1px solid rgba(0, 11, 29, 0);
    transition: all .3s ease-out;
	z-index: 1;
	font-size: 1em;
  }
.button {
	font-family: 'Roboto Slab', serif;
    position: relative;
    padding: .6em 1.2em .6em 1.2em;
	margin-top: 1em;
	background: rgba(0, 0, 0, 1);
    color: #fff;
    text-decoration: none;
    border-radius: 10em;
	border: 1px solid rgba(0, 11, 29, 0);
    transition: all .3s ease-out;
	z-index: 1;
	font-size: 1.2em;
	text-align: center;
  }
.button:hover{
	background: rgba(0, 0, 0, .6);
  }
.button:active{
background: rgba(0, 0, 0, .8);
  }

.banner{
	background-color: #CFCFCF;
}
