* {
	font-family: 'Verdana', Arial, sans-serif;
	/* -moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease; */
}
html, body {
    height: 100%;
}
body {
	background: #FFF;
	color: #FFF;
	font-size: 20px;
}
body.is-loading *, body.is-loading *:after, body.is-loading *:before {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
#header {
	background: #FFF;
	text-align: center;
	padding: 40px 0 60px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	-o-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}
#header h1{
	position: relative;
	display: block;
	width: 248px;
	left: 50%;
	margin-left: -124px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#header h1 img{
	display: block;
	width: 248px;
}
#header h1 a{
	text-decoration: none;
}
#header h1 span{
	color: #6f6f70;
	font-size: 13px;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -20px;
	text-align: center;
}
#menu{
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 30px;
	opacity: 0;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.scroll #menu{
	opacity: 1
}
#menu li{
	display: block;
	float: left;
}
#menu li a{
	display: block;
	float: left;
	border-right: 1px solid #292929;
	padding: 5px 20px;
	color: #292929;
	text-decoration: none;
	font-size: 0.8em;
}
#menu li a:hover, #menu li a.ativo{
	color: #0bbd4b;
}
#menu li:last-child a{
	border:none;
}
.scroll #header{
	padding: 20px 0;
}
.scroll #header h1{
	left: 0;
	margin-left: 0;
	width: 400px;
}
.scroll #header h1 img{
	float: left;
	width: 220px;
}
.scroll #header h1 span{
	float: left;
	bottom:9px;
	padding-left: 223px;
	text-align: left;
	white-space: nowrap;
}
.largura{
	max-width: 1450px;
	margin: 0 auto;
	position: relative;
}
#video {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
#video #video-wraper video,
#video #video-wraper source {
  bottom: 0;
  left: 0;
  height: -webkit-fill-available;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}

.loaded .ytplayer-container {
  display: block;
}

.loaded .placeholder-image {
  opacity: 0;
}

.ytplayer-container {
  bottom: 0;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}

.ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.ytplayer-player {
  position: absolute;
}

#video #video-wraper {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	right: 0;
	bottom: 0!important;
	z-index: 0;
    height: 100%!important;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#video #video-wraper > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#video #video-wraper .project-prev {
	line-height: 100%;
	text-decoration: none;
	margin: 0;
	top: 50%;
	text-align: center;
	background: none;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 3px solid #fff;
	letter-spacing: 0.1em;
	left: 0;
	padding: 0 0 11px 80px;
	color: #fff;
	position: absolute;
	z-index: 4;
}
#video #video-wraper .project-prev:hover {
	left: -10px;
}
#video #video-wraper .project-next {
	line-height: 100%;
	text-decoration: none;
	margin: 0;
	top: 50%;
	text-align: center;
	background: none;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 3px solid #fff;
	letter-spacing: 0.1em;
	right: 0;
	padding: 0 80px 11px 0;
	color: #fff;
	position: absolute;
	z-index: 4;
}
#video #video-wraper .project-next:hover {
	right: -10px;
}
#video .frase-index {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #FFF;
	text-shadow: 0px 3px 5px rgba(0, 0, 0, .5);
	font-size: 2em;
	padding-bottom: 120px;
	z-index: 4;
}
#video .frase-index .seta {
	display: block;
	background: url("../img/seta.png") no-repeat center center;
	background-size: 100%;
	width: 50px;
	height: 60px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -25px;
}
#video .controlers{
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 5;
}
.ui-video-background-controls{
	background: #292929 none repeat scroll 0 0;
	border-radius: 10px;
	bottom: 20px;
	float: left;
	position: absolute;
	right: 60px;
	z-index: 999;
	display: none!important;
}
.ui-video-background-controls li{
	display: block;
	float: left;
	padding: 5px;
}
.ui-icon{
	background: url("../img/controlers.png") no-repeat center center;
	width: 16px;
	height: 16px;
	text-indent: -99999px;
	display: block;
}
.ui-icon.ui-icon-pause{
	background-position: 0 0;
}
.ui-icon.ui-icon-play{
	background-position: 0 -16px;
}
.ui-icon.ui-icon-volume-off{
	background-position: -16px 0;
}
.ui-icon.ui-icon-volume-on{
	background-position: -16px -16px;
}
#projetos {
	background: #292929;
	margin: 0 auto;
	text-align: left;
}
#projetos.padding-projetos{
	padding-top: 160px;
}
#projetos ul li {
	display: flex;
	flex-direction: column;
	flex-shrink: 1;
	font-size: 1.2em;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    position: relative;
}
#projetos ul li.w-25{
	flex: 0 1 25%;
}
#projetos ul li:hover:not(.active){
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 35%);
    z-index: 11;
}

#projetos ul li > a {
	text-decoration: none;
	display: flex;
	flex: 0 1 100%;
}
#projetos ul li > a .borda-video{
	display: flex;
	flex: 0 1 100%;
}
#projetos ul li > a .borda-video img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#projetos ul li.active > a .borda-video img {
	opacity: .3;
}

#projetos ul li h2 {
	color: #FFF;
    opacity: 0;
    z-index: 11;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 40%;
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 20px;
}
#projetos ul li:hover h2,
#projetos ul li.active h2 {
    opacity: 1;
    top: 50%;
}
#projetos ul li > a:before {
    position: absolute;
    content: '';
    background-color: #000a1e;
    display: block;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}
#projetos ul li:hover a:before,
#projetos ul li.active a:before {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 11;
    opacity: 0.7;
}

.tags{
	display: block;
	margin-bottom: 3rem;
}
.tags a {
	color: #abaaaa!important;
	text-decoration: none;
}
.tags a:hover {
	text-decoration: underline;
}
.tags > a.active{
	color: #0bbd4b!important;
	text-decoration: none;
	cursor: default;
}

#projetos ul li .tags {
	display: block;
	font-size: 0.5em;
	color: #abaaaa;
	margin-bottom: 0;
}
#projetos ul li .tags a {
	color: #abaaaa;
}
#projetos ul li .tags a:hover {
	color: #FFF;
}
#projetos ul li.active a .borda-video img {
	border-color:#0bbd4b;
}
#projetos ul li.active a h2 {
	color: #0bbd4b;
}
#projeto{
	background: #FFF;
	position: relative;
	padding: 200px 0;    
}
#projeto h1{
	color: #0bbd4b;
    font-size: 2em;
    margin-bottom: 0.5em;
}
#projetos h1{
	color: #0bbd4b;
	font-size: 2em;
	margin-bottom: .5em;
}
#hello img{
	max-width: 100%;
	height: auto!important;
}
#projeto img{
	max-width: 100%!important;
	height: auto!important;
}
#hello {
	background: #FFF;
	padding: 100px 0;
}
#hello, #projeto{
	color: #292929;
}
#hello a, #projeto a{
	text-decoration: none;
	color: #0bbd4b;
}
#hello a:hover, #projeto a:hover{
	text-decoration: underline;
}
#hello p, #contato p, #projeto p  {
	margin-bottom: 1em;
	line-height: 1.8;
}
#projeto p{
	max-width: 50%;
}
.videodetector{
	max-width: 50%;
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: calc(56.25% / 2);
	margin: 3rem 0;
}
.videodetector .videodetector{
	margin: 0;
	max-width: 100%;
	padding-bottom: 56.25%;
}
.videodetector.vertical{
	padding-bottom: 56.25%;
}
.videodetector iframe,
.videodetector embed,
.videodetector object {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

/* FLTROS */
#filtros {
	position: sticky;
	top: 0;
}
#filtros li {
	display: block;
	font-size: 20px;
	padding: 0 0 30px;
	text-transform: uppercase;
	font-weight: 700;
}
#filtros li a {
	text-decoration: none;
	color: #9ba3a8;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
}
#filtros li a:hover {
	border-color: #9ba3a8;
}
#filtros li a.active {
	color: #0bbd4b;
}
#filtros li a.active:hover {
	border-color: transparent;
}


#contato {
	padding: 100px 0;
	position: relative;
	background: #292929;
}
#contato p{
	color: #FFF;
}
#contato p a {
	text-decoration: none;
	color: #0bbd4b;
}
#contato p a:hover{
	text-decoration: underline;
}

/* Button */
.button {
	position: relative;
	display: inline-block;
	background: transparent;
	color: #FFF;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	padding: 15px 40px;
	border: 1px solid #FFF;
	cursor: pointer;
	outline: 0;
	font-size: 1em;
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	-o-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}
.button:hover {
	color: #FFF;
	background: #0bbd4b;
	border-color: #0bbd4b;
}

/* Form */
#mensagem-email{
	position: absolute;
	width: 300px;
	padding: 20px;
	border-radius: 20px;
	color: #FFF;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	background: #0bbd4b ;
	z-index: 5;
	display: none;
}
#formContato {
	margin: 0 auto;
	max-width: 960px;
	padding-top: 40px;
}
#formContato label.error {
	display: none !important;
}
form label {
	display: block;
	font-weight: 400;
	color: #483949;
	margin: 0 0 1em 0;
}
form input[type="text"], form input[type="email"], form input[type="password"], form select, form textarea {
	-webkit-appearance: none;
	outline: none;
	display: block;
	border: 0;
	background: #ffffff;
	width: 100%;
	border-radius: 10px;
	border: solid 3px #FFF;
	padding: 15px;
	font-size: 1em;
	color: #292929;
}
form input[type="text"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form select:focus, form textarea:focus {
	background: #fff;
	border-color: #0bbd4b;
}
form input[type="text"].error, form input[type="email"].error, form input[type="password"].error, form select.error, form textarea.error {
	background: #ffe9e9;
	border-color: #d44444;
}
form input[type="text"], form input[type="email"], form input[type="password"], form select {
	line-height: 1em;
}
form textarea {
	min-height: 9em;
}
form .formerize-placeholder {
	color: #555 !important;
}
form::-webkit-input-placeholder {
	color: #555 !important;
}
form:-moz-placeholder {
	color: #555 !important;
}
form::-moz-placeholder {
	color: #555 !important;
}
form:-ms-input-placeholder {
	color: #555 !important;
}
form::-moz-focus-inner {
	border: 0;
}
#footer {
	font-size: .8em;
	background: #FFF;
	padding: 40px 0;
	color: #292929;
	position: relative;
	text-align: center;
}
.text-center{
	text-align: center;
}
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}




/** MEDIA QUERIES **/			
@media only screen and (max-width: 1700px) {
	.largura{
		max-width: 80%;
	}
}
@media only screen and (max-width: 1024px) {
	#hello, #contato{
		padding: 50px 0;
	}	
	#projeto{
		padding: 160px 0 50px 0;
	}	
	#projeto img{
		max-width: 100%;
	}
	#projeto p  {
		max-width: 100%;
	}
	.videodetector{
		max-width: 100%;
		padding-bottom: 56.25%;
	}
	.videodetector.vertical{
		padding-bottom: calc(56.25% * 2);
	}
}
@media only screen and (max-width: 991px) {
	.largura{
		max-width: 90%;
	}
}
@media only screen and (max-width: 800px) {

	.scroll #header h1{
		padding-left: 0;
	}
	#projetos ul li{
		width: 50%;
	}

}
@media only screen and (max-width: 768px) {
	#video #video-wraper .project-prev {
		border: none;
		padding: 0 0 11px 30px;
		font-size: 2em;
	}
	#video #video-wraper .project-next {
		border: none;
		padding: 0  30px 11px 0;
		font-size: 2em;
	}
	body, #projetos ul li{
		font-size: 14px;
	}
	
	#header h1 img{
		width: 200px;
		margin: 0 auto;
	}
	.scroll #header h1 img{
		width: 110px;
	}
	#header h1 span{
		font-size: 9px;	
	}
	#menu{
		padding-top: 0;
	}
	#menu li a{
		padding: 5px 10px;
	}

	.scroll #header h1 span{
		bottom: 4px;
		padding-left: 113px;
	}

	.largura{
		padding-left: 15px;
		padding-right: 15px;
	}

}
@media only screen and (max-width: 480px) {
	body, #projetos ul li{
		font-size: 12px;
	}
	#projetos ul li{
		width: 50%;
	}
	#hello img{
		width: 100%;
	}
	.scroll #header h1 span{
		display: none;	
	}
	#menu li a{
		padding: 5px 10px;
	}
}