html {
  font-weight: 300;
}
a {
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.mn-text-script {
  font-family: "Signerica", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.7em;
}
.mn-hash:before {
  content: '#';
}
.mn-arrow-right:before {
  content: '>';
}
.mn-map img {
  max-width: none;
}
.mn-heading {
  display: block;
  margin-bottom: 25px;
  font-size: 46px;
  line-height: 1;
  /* text-transform: lowercase;*/
  letter-spacing: -0.06em;
}
.mn-heading-large {
  font-size: 58px;
}
.mn-heading-small {
  font-size: 34px;
}
.mn-heading-mini {
  font-size: 20px;
}
.mn-heading small {
  vertical-align: middle;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .mn-heading {
    font-size: 33.6px;
    font-size: 10.799999999999999vw;
  }
  .mn-heading-large {
    font-size: 43.199999999999996px;
    font-size: 10.799999999999999vw;
  }
  .mn-heading-small {
    font-size: 24px;
    font-size: 6vw;
  }
  .mn-heading-mini {
    font-size: 20px;
  }
  .mn-heading .mn-text-script {
    font-size: 1.3em;
  }
}
.mn-section,
.mn-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mn-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  /*background-color: #d6d6d6;*/
  background-color: #fefefe;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
.mn-block {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
.mn-section:not(.mn-section-dark) + .mn-section:not(.mn-section-dark) {
  border-top: 1px solid #bbb;
}
.mn-section-dark {
  color: #fff;
  background-color: #000;
}
.mn-section-dark a {
  color: #999;
}
.mn-section-dark a:focus,
.mn-section-dark a:hover {
  color: #fff;
}
.mn-block > *:first-child {
  margin-top: 0;
}
.mn-block > *:last-child {
  margin-bottom: 0;
}
.mn-col {
  position: relative;
}
@media (min-width: 768px) {
  .mn-body {
    padding-bottom: 25px;
    /*--padding-bottom: calc(100vh - 390px);--*/
  }
  .mn-block {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
}
.mn-picture {
  display: block;
  position: relative;
  padding-top: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mn-picture-16by9 {
  padding-top: 56.25%;
}
.mn-picture img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mn-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 6px 0;
  /*background: #d6d6d6;*/
  background: #fefefe;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
.mn-header .uk-navbar {
  position: relative;
  background: transparent;
}
.mn-header .uk-navbar-brand,
.mn-header .uk-navbar-toggle,
.mn-header .uk-navbar-nav > li > a {
  height: 78px;
}
.mn-header .uk-navbar-brand {
  padding-left: 0;
  padding-right: 0;
  margin-left: -5px;
}
.mn-header .uk-navbar-brand img {
  max-height: 100%;
  width: auto;
  max-width: none;
}
.mn-header .uk-navbar-nav {
  display: table;
  width: 80%;
  float: right;
  margin-right: -5px;
}
.mn-header .uk-navbar-nav > li {
  display: table-cell;
  float: none;
  width: 1%;
}
.mn-header .uk-navbar-nav > li > a {
  position: relative;
  overflow: hidden;
  padding: 30px 5px;
  font-size: .95em;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  white-space: nowrap;
  background: transparent;
}
.mn-header .uk-navbar-nav > li > a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  border: 0 solid;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mn-header .uk-navbar-nav > li:hover > a,
.mn-header .uk-navbar-nav > li.uk-open > a,
.mn-header .uk-navbar-nav > li.uk-active > a {
  color: inherit;
}
.mn-header .uk-navbar-nav > li:hover > a:after,
.mn-header .uk-navbar-nav > li.uk-open > a:after,
.mn-header .uk-navbar-nav > li.uk-active > a:after {
  bottom: 15px;
  border-width: 6px;
  margin-left: -3px;
}
.mn-header .uk-navbar-nav > li.uk-active > a {
  color: #FF6600;
}
.mn-header .uk-navbar-toggle {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 28px;
}
@media (min-width: 768px) {
  .mn-header {
    position: absolute;
    top: 1000px;
    top: calc(100vh - 90px);
  }
  .mn-header.mn-fixed {
    position: fixed;
    top: 0;
    margin-top: 0;
  }
}
#intro .mn-heading b {
  display: block;
  font-size: 1.2em;
}
#intro .mn-col-b .mn-picture {
  margin-bottom: -20%;
  padding-top: 110%;
}
#intro .mn-col-b .mn-picture-b,
#intro .mn-col-b .mn-picture-c {
  display: none;
}
@media (min-width: 768px) {
  #intro .mn-block {
    padding-top: 0;
    padding-bottom: 0;
  }
  #intro .mn-heading {
    font-size: 60px;
  }
  #intro .mn-col {
    height: 1000px;
    height: 100vh;
  }
  #intro .mn-col-b .mn-picture {
    width: 100%;
    height: 560px;
    position: absolute;
    top: 60%;
    left: 0;
    margin-bottom: 0;
    padding-top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #intro .mn-col-b .mn-picture-b,
  #intro .mn-col-b .mn-picture-c {
    display: block;
  }
  #intro .mn-col-b .mn-picture-b {
    top: 40%;
    left: 40%;
    height: 360px;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
  #intro .mn-col-b .mn-picture-c {
    top: 30%;
    left: -25%;
    height: 220px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
  }
  #intro .mn-block:hover .mn-col-b .mn-picture-a {
    left: 5%;
  }
  #intro .mn-block:hover .mn-col-b .mn-picture-b {
    left: 30%;
  }
  #intro .mn-block:hover .mn-col-b .mn-picture-c {
    left: -40%;
  }
}
/*#sobre {
  background-image: url(../img/sobre-cover.jpg);
}*/
#sobre .mn-col-b .mn-picture {
  margin-left: -20%;
  margin-bottom: -10%;
  padding-top: 110%;
}
@media (min-width: 768px) {
  #sobre .mn-block {
    padding-top: 0;
    padding-bottom: 0;
  }
  #sobre .mn-col {
    height: 910px;
    height: calc(100vh - 90px);
    min-height: 500px;
  }
  #sobre .mn-col-b .mn-picture {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 600px;
    margin-left: -10%;
    margin-bottom: 0;
    padding-top: 50%;
    -webkit-transform: translateY(-47%);
    -moz-transform: translateY(-47%);
    -o-transform: translateY(-47%);
    -ms-transform: translateY(-47%);
    transform: translateY(-47%);
  }
}

/*#servicos {
  background-image: url(../img/sobre-cover.jpg);
}*/
#servicos .mn-col-b .mn-picture {
  margin-left: -20%;
  margin-bottom: -10%;
  padding-top: 110%;
}
@media (min-width: 768px) {
  #servicos .mn-block {
    padding-top: 0;
    padding-bottom: 0;
  }
  #servicos .mn-col {
    height: 910px;
    height: calc(100vh - 90px);
    min-height: 500px;
  }
  #servicos .mn-col-b .mn-picture {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 600px;
    margin-left: -10%;
    margin-bottom: 0;
    padding-top: 50%;
    -webkit-transform: translateY(-47%);
    -moz-transform: translateY(-47%);
    -o-transform: translateY(-47%);
    -ms-transform: translateY(-47%);
    transform: translateY(-47%);
  }
}


#portfolio .mn-col-a .mn-picture {
  padding-top: 60%;
}

#portfolio-web .mn-col-a .mn-picture {
  padding-top: 60%;
}

.top-bg{
	background-image:url(../img/tech.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-size:100% 100%;
}

.consulting-bg{
	background-image:url(../img/consulting.jpg);
	background-repeat:no-repeat;
	background-position:50% 0%;
	background-size:180%;
}

.develop-bg{
	background-image:url(../img/develop.jpg);
	
	background-position:50% 0%;
	background-size:170%;
}

.solgan{
	text-shadow:0 0 5px #333;
	color: #ff6600;
}

.line-box {
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	height: 150px;
}

.comment-box {
	/*background-color:#ccc;*/
	color:#333;
	font-weight:100;
	padding: 10px;
}