body {
  margin: 0;
  width: auto;
  height: auto;
}
.lt-480 #navbar .logo {
  margin-top: 10px;
  padding: 10px;
  height: 60px;
}
.lt-480 h2 {
  font-size: 120%;
}
.orange {
  color: #fa6800;
}
.blue {
  color: #145a97;
}
.gray {
  color: #333;
}
.lightgray {
  color: #dde;
}
.green {
  color: #0c0;
}
.black {
  color: #000;
}
.fa-8x {
  font-size: 128px;
}
#navbar {
  z-index: 10;
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 30px rgba(0,0,0,0.2);
  box-shadow: 0 2px 30px rgba(0,0,0,0.2);
  height: 80px;
}
#navbar .contato {
  color: #999;
}
#navbar .logo {
  height: 80px;
  width: auto;
  padding: 10px;
  vertical-align: bottom;
  cursor: pointer;
}
#navbar .navbtn {
  cursor: pointer;
  padding: 10px;
  display: inline-block;
}
#navbar .navbtn a {
  color: #999;
  text-decoration: none;
}
#navbar .navbtn.active {
  border-bottom: 3px solid rgba(0,0,0,0.4);
}
#navbar .navbtn.active a {
  color: #333;
}
.area-atuacao {
  text-decoration: none;
}
.intro {
  z-index: 5;
  position: relative;
  padding: 20px;
  color: #fff;
  background-color: #666;
  -webkit-transition: 1s all cubic-bezier(0, 0, 0, 1);
  -moz-transition: 1s all cubic-bezier(0, 0, 0, 1);
  -o-transition: 1s all cubic-bezier(0, 0, 0, 1);
  -ms-transition: 1s all cubic-bezier(0, 0, 0, 1);
  transition: 1s all cubic-bezier(0, 0, 0, 1);
}
.intro.fp {
  background-color: #145a97;
}
.intro.software {
  background-color: #fa6800;
}
.intro .text {
  text-align: center;
  padding: 10px;
  font-size: 140%;
}
.intro .text h2 {
  margin-top: 0;
}
.techs {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.techs .item {
  text-decoration: none;
  color: #333;
  padding: 5px 20px;
  width: 110px;
}
.techs .item img {
  height: 64px;
  width: auto;
}
.topic .img {
  width: 256px;
}
.topic .img.extra-lg {
  padding-top: 7px;
  font-size: 62px;
}
.topic .text {
  font-size: 120%;
}
.topic .text h2 {
  margin-top: 0;
}
.anim-enter.ng-hide-remove {
  -webkit-transition: 1s all cubic-bezier(0, 0, 0, 1);
  -moz-transition: 1s all cubic-bezier(0, 0, 0, 1);
  -o-transition: 1s all cubic-bezier(0, 0, 0, 1);
  -ms-transition: 1s all cubic-bezier(0, 0, 0, 1);
  transition: 1s all cubic-bezier(0, 0, 0, 1);
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.anim-enter.ng-hide-remove.ng-hide-remove-active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.anim-enter-bottom.ng-hide-remove {
  -webkit-transition: 1s all cubic-bezier(0, 0, 0, 1);
  -moz-transition: 1s all cubic-bezier(0, 0, 0, 1);
  -o-transition: 1s all cubic-bezier(0, 0, 0, 1);
  -ms-transition: 1s all cubic-bezier(0, 0, 0, 1);
  transition: 1s all cubic-bezier(0, 0, 0, 1);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.anim-enter-bottom.ng-hide-remove.ng-hide-remove-active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.anim-leave.ng-hide-add {
  -webkit-transition: 1s all cubic-bezier(0, 0, 0, 1);
  -moz-transition: 1s all cubic-bezier(0, 0, 0, 1);
  -o-transition: 1s all cubic-bezier(0, 0, 0, 1);
  -ms-transition: 1s all cubic-bezier(0, 0, 0, 1);
  transition: 1s all cubic-bezier(0, 0, 0, 1);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.anim-leave.ng-hide-add.ng-hide-add-active {
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
