@import url("https://fonts.googleapis.com/css?family=Roboto:400,100italic,100,400italic,700,700italic");
html, body {
  display: block;
  margin: 0px;
  width: 100%;
  height: 100%;
  font-family: "Roboto", Arial, Arial, Helvetica, sans-serif;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,006bad+100 */
  background: white;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, white 0%, #006bad 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, white 0%, #006bad 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, white 0%, #006bad 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#006bad',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

i {
  display: block; }

.fancybox-caption {
  text-align: center;
  font-size: 20px !important; }

#preloader {
  text-align: center;
  display: block;
  position: absolute;
  color: #FFF;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in; }
  #preloader.hide {
    top: -1000px; }
  #preloader .preloaderLoaded {
    opacity: 0;
    -webkit-transition: opacity 1000ms ease;
    -moz-transition: opacity 1000ms ease;
    -ms-transition: opacity 1000ms ease;
    -o-transition: opacity 1000ms ease;
    transition: opacity 1000ms ease; }
  #preloader .circularLoader {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in; }
    #preloader .circularLoader path {
      opacity: 0;
      -webkit-filter: blur(2px); }
      #preloader .circularLoader path.show {
        opacity: 0.5; }

#loadedBody.show {
  opacity: 1; }

#loadedBody {
  opacity: 0;
  background: #CCCCCC;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0; }
  #loadedBody .svgP {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    #loadedBody .svgP.anim {
      fill: #FFFFFF; }
    #loadedBody .svgP.animComplete {
      fill: #FFFFFF; }

.logo {
  display: block;
  width: 200px;
  height: 200px;
  background: url("../images/logo.png") center center no-repeat;
  margin: 0px auto;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .logo.scaleup {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.mask {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-image: url("../images/blueprint_ipad.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .mask.show {
    opacity: 0.5; }

.bg {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .bg.show {
    opacity: 1; }
  .bg .element {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .bg .element.hide {
      opacity: 0; }
    .bg .element.show {
      opacity: 0.2; }

.menuCheck {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px; }

.menu {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  z-index: 4;
  background: green;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.centerAjust1 {
  position: relative; }

.centerAjust2 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30%;
  width: 50%;
  margin: -10% 0 0 -25%; }

.centerAjust1 {
  width: 100%;
  position: absolute;
  z-index: 3; }
  .centerAjust1.hide {
    display: none; }

.downarrow {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 11px;
  z-index: 99999;
  border-radius: 100px;
  border: 1px solid #FFF;
  cursor: pointer; }
  .downarrow:before {
    content: " ";
    position: absolute;
    display: block;
    top: 17px;
    right: 10px;
    border-width: 10px 10px 0px 10px;
    border-style: solid;
    border-color: #FFF transparent; }

.blocks-logos {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  /* You can set flex-wrap and flex-direction individually */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* Or do it all in one line with flex flow */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  /* tweak the where items line up on the row */
  /* valid values are: flex-start, flex-end, space-between, space-around, stretch */
  -webkit-align-content: flex-end;
  align-content: flex-end; }
  .blocks-logos span {
    display: inline-block;
    width: 10%;
    height: 100px;
    background-size: cover;
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
    background-color: #FFF;
    margin: 2%;
    overflow: hidden; }

/*
#gamification{
  .content-right{
    height: 540px !important;

      .centerAjust1{
        height: 480px !important;
      }
  }

  .content-left{
      .icon-anim{
        margin: 15% 0% 0% 10%;
      }
  }

}


#oquefazemos{
  .content-right{
    height: 510px !important;

      .centerAjust1{
        height: 410px !important;

        .centerAjust2{
            margin: -5% 0 0 -25%;
        }
      }
  }

  .content-left{
      .icon-anim{
        margin: 15% 0% 0% 10%;
      }
  }

}

#produtos{
  .content-right{
    height: 434px !important;

      .centerAjust1{
        height: 350px !important;

        .centerAjust2{
            margin: -17% 0 0 -25%;
        }
      }
  }

  .content-left{
      .icon-anim{
        margin: 15% 0% 0% 10%;
      }
  }

}*/
a.upbutton {
  display: block;
  width: 100%;
  height: 70px;
  background: #333;
  margin-top: -50px;
  text-align: center;
  line-height: 70px;
  text-decoration: none;
  color: #FFF;
  font-size: 32px;
  font-weight: 100;
  position: relative;
  border-radius: 0px;
  border: 0px;
  margin: 0px;
  right: 0px; }
  a.upbutton:before {
    top: 28px;
    right: 40px;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }

.content-block {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 30; }
  .content-block a {
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer; }
  .content-block .content-slide {
    display: block;
    margin-top: -80px; }
    .content-block .content-slide .slides {
      display: block;
      position: absolute;
      width: 100%;
      height: 50%;
      opacity: 0;
      z-index: 1;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .content-block .content-slide .slides.show {
        opacity: 1;
        z-index: 2; }
        .content-block .content-slide .slides.show .more-bt {
          opacity: 1; }
  .content-block .content {
    color: #FFF;
    font-size: 20px; }
    .content-block .content .content-left {
      display: inline-block;
      width: 39%;
      height: auto;
      vertical-align: top; }
      .content-block .content .content-left .icon-anim {
        margin: 0% 0% 0% 10%; }
    .content-block .content .content-right {
      display: inline-block;
      width: 60%;
      height: 410px;
      position: relative; }
    .content-block .content .block-header {
      font-size: 2em;
      margin-bottom: 20px; }
    .content-block .content .text {
      font-size: 0.9em;
      font-weight: 100;
      line-height: 1.3em; }
      .content-block .content .text .blocks {
        list-style: none; }
        .content-block .content .text .blocks li {
          display: block;
          width: 200px;
          height: 200px;
          float: left;
          background: #FFFFFF;
          margin: 5px 5px 5px 5px;
          text-align: center;
          color: #333;
          background-size: contain;
          background-position: center center;
          /* &:nth-child(1){
             margin: 5px 5px 5px 10px;
           }*/ }
          .content-block .content .text .blocks li a {
            display: block;
            width: 100%;
            height: 100%; }
    .content-block .content .more-bt {
      opacity: 0;
      position: absolute;
      padding: 10px;
      bottom: 60px;
      right: 40px;
      cursor: pointer;
      border: 1px solid #FFF; }
      .content-block .content .more-bt i {
        display: block;
        margin: 3px 7px 0px 0px;
        float: left; }
    .content-block .content .content-center {
      display: block;
      width: 80%;
      height: auto;
      position: relative;
      margin: 0px auto; }
      .content-block .content .content-center .trabalhos-list {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        /* You can set flex-wrap and flex-direction individually */
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        /* Or do it all in one line with flex flow */
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        /* tweak the where items line up on the row */
        /* valid values are: flex-start, flex-end, space-between, space-around, stretch */
        -webkit-align-content: flex-end;
        align-content: flex-end; }
        .content-block .content .content-center .trabalhos-list a {
          display: inline-block;
          width: 20%;
          height: 100px;
          background-size: cover;
          position: relative;
          background-position: center center;
          overflow: hidden;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          border: 0px solid rgba(0, 0, 0, 0.5);
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .content-block .content .content-center .trabalhos-list a:hover, .content-block .content .content-center .trabalhos-list a:focus {
            border-width: 10px; }
            .content-block .content .content-center .trabalhos-list a:hover img, .content-block .content .content-center .trabalhos-list a:focus img {
              opacity: 0.5; }
            .content-block .content .content-center .trabalhos-list a:hover .label, .content-block .content .content-center .trabalhos-list a:focus .label {
              height: 50px; }
          .content-block .content .content-center .trabalhos-list a img {
            width: 100%;
            opacity: 1;
            position: absolute;
            top: 0px;
            left: 0px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          .content-block .content .content-center .trabalhos-list a .label {
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 100%;
            height: 0px;
            overflow: hidden;
            background: rgba(0, 0, 0, 0.5);
            text-align: center;
            color: #FFF;
            line-height: 50px; }
      .content-block .content .content-center .block-header {
        text-align: center; }
  .content-block.los {
    z-index: 30; }
    .content-block.los .lostop {
      content: " ";
      display: block;
      border-width: 0px 0px 80px 0px;
      border-color: white transparent;
      position: absolute;
      top: -80px;
      left: 0px;
      border-style: solid; }
    .content-block.los .losbottom {
      content: " ";
      display: block;
      border-width: 80px 0px 0px 0px;
      border-color: white transparent;
      position: absolute;
      bottom: -80px;
      right: 0px;
      border-style: solid; }
    .content-block.los.darker {
      background: #163C4C; }
      .content-block.los.darker .lostop {
        border-color: #163C4C transparent; }
      .content-block.los.darker .losbottom {
        border-color: #163C4C transparent; }
    .content-block.los.lighter {
      background: #187DA0; }
      .content-block.los.lighter .lostop {
        border-color: #187DA0 transparent; }
      .content-block.los.lighter .losbottom {
        border-color: #187DA0 transparent; }

.mainmenu {
  display: block;
  width: 570px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  margin: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background: white;
  z-index: 999; }
  .mainmenu::before {
    content: " ";
    display: block;
    border-width: 40px 0px 0px 40px;
    border-color: white transparent;
    position: absolute;
    top: 0px;
    left: -40px;
    border-style: solid; }
  .mainmenu::after {
    content: " ";
    display: block;
    border-width: 40px 40px 0px 0px;
    border-color: white transparent;
    position: absolute;
    top: 0px;
    right: -40px;
    border-style: solid; }
  .mainmenu a {
    display: inline-block;
    width: auto;
    padding: 0px 10px;
    margin-right: 5px;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    cursor: pointer; }

#map {
  height: 370px; }

.rotate90 {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg); }

.spacer150 {
  display: block;
  width: 100%;
  height: 150px;
  clear: both; }

@media (max-width: 900px) {
  body {
    background: #006bad !important; }

  .spacer150 {
    height: 40px; }

  a.maplink {
    font-size: 30px;
    padding-top: 40px;
    text-decoration: none !important;
    display: block;
    line-height: 30px;
    margin-bottom: 30px; }

  #map {
    display: none; }

  .content-block .wide.content {
    height: 360px !important;
    overflow: hidden; }
  .content-block .content-center .blocks li {
    width: 70px !important;
    height: 70px !important; }
  .content-block .content-right {
    overflow: auto; }
  .content-block .centerAjust1 {
    overflow: auto; }
    .content-block .centerAjust1 .centerAjust2 {
      vertical-align: top;
      width: 100%;
      margin: -30% 0 0 -25%; }
      .content-block .centerAjust1 .centerAjust2.ajust-logo {
        vertical-align: middle !important; }
      .content-block .centerAjust1 .centerAjust2 .content-slide {
        margin-top: 0px; } }
.simplepage {
  background: #006bad; }
  .simplepage .textcontent {
    display: block;
    width: 80%;
    color: #FFF;
    font-weight: 100;
    margin: 0px auto 0px auto;
    padding: 30px 0px; }
    .simplepage .textcontent h1 {
      display: block;
      width: 100%;
      color: #FFF;
      font-weight: 100;
      margin: 0px 0px 24px 0px; }

@media (max-width: 500px) {
  .mainmenu {
    padding-top: 50px;
    padding-bottom: 20px;
    background: #FFF;
    height: 100%;
    width: 100%;
    margin: 0px;
    right: 0px;
    left: auto;
    line-height: 50px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .mainmenu a {
      font-size: 0.8em;
      margin-left: 3px;
      width: 100%;
      float: none;
      font-size: 20px;
      text-align: center;
      height: 50px;
      overflow: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .mainmenu::before {
      display: none; }
    .mainmenu:after {
      display: none; }
    .mainmenu .burguer {
      display: block;
      width: 40px;
      height: 40px;
      background: #FFF;
      position: absolute;
      top: 0px;
      right: 0px;
      z-index: 99;
      border: 1px solid #CCC;
      -webkit-transition: all 1s ease-in;
      -moz-transition: all 1s ease-in;
      -o-transition: all 1s ease-in;
      transition: all 1s ease-in; }
      .mainmenu .burguer .line {
        display: block;
        width: 25px;
        height: 2px;
        position: absolute;
        position: absolute;
        top: 20px;
        left: 7px;
        background: #CCC;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .mainmenu .burguer:before {
        content: " ";
        display: block;
        width: 35px;
        height: 2px;
        background: #CCC;
        position: absolute;
        top: 19px;
        left: 2px;
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        /* Chrome, Safari, Opera */
        transform: rotate(45deg);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .mainmenu .burguer:after {
        content: " ";
        display: block;
        width: 35px;
        height: 2px;
        background: #CCC;
        position: absolute;
        top: 20px;
        left: 2px;
        -ms-transform: rotate(-45deg);
        /* IE 9 */
        -webkit-transform: rotate(-45deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-45deg);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .mainmenu.hide {
      height: 42px;
      width: 42px;
      padding: 0px;
      overflow: hidden; }
      .mainmenu.hide a {
        height: 0px; }
      .mainmenu.hide .burguer .line {
        opacity: 1; }
      .mainmenu.hide .burguer:before {
        width: 25px;
        top: 13px;
        left: 7px;
        -ms-transform: rotate(0);
        /* IE 9 */
        -webkit-transform: rotate(0);
        /* Chrome, Safari, Opera */
        transform: rotate(0); }
      .mainmenu.hide .burguer:after {
        width: 25px;
        top: 27px;
        left: 7px;
        -ms-transform: rotate(0);
        /* IE 9 */
        -webkit-transform: rotate(0);
        /* Chrome, Safari, Opera */
        transform: rotate(0); }

  .content-block {
    height: auto !important; }
    .content-block .lostop {
      display: none !important; }
    .content-block .losbottom {
      display: none !important; }
    .content-block.logo {
      height: 100% !important; }
    .content-block .content .content-left {
      width: 100%;
      height: 230px; }
      .content-block .content .content-left .icon-anim {
        width: 60%;
        margin: 30px auto; }
    .content-block .content .content-right {
      display: block;
      width: 80%;
      height: auto !important;
      margin: 0px auto;
      padding-bottom: 60px; }
      .content-block .content .content-right .block-header {
        font-size: 1.4em; }
      .content-block .content .content-right div {
        height: auto !important;
        position: relative;
        margin: 0px;
        left: 0px;
        top: 0px; }
      .content-block .content .content-right .content-block .centerAjust1 {
        height: auto !important; }
        .content-block .content .content-right .content-block .centerAjust1 .centerAjust2 {
          vertical-align: top; }
          .content-block .content .content-right .content-block .centerAjust1 .centerAjust2 .content-slide {
            margin: 10px 0px 0px 0px; } }

/*# sourceMappingURL=style.css.map */
