@import 'font-awesome.min.css';

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: inherit !important;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  font-family: "Noto Sans Mono", arial, sans-serif;
}
a {
  text-decoration: none;
}
html,
body {
  margin: 0;
}
@-webkit-keyframes fadebottom {
  0% {
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  45% {
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.center {
  *zoom: 1;
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.center:before,
.center:after {
  content: "";
  display: table;
}
.center:after {
  clear: both;
}
@media only screen and (max-width: 800px) {
  .center {
    *zoom: 1;
    width: auto;
    max-width: 700px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .center:before,
  .center:after {
    content: "";
    display: table;
  }
  .center:after {
    clear: both;
  }
}
@media only screen and (max-width: 400px) {
  .center {
    *zoom: 1;
    width: auto;
    max-width: 400px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .center:before,
  .center:after {
    content: "";
    display: table;
  }
  .center:after {
    clear: both;
  }
}
header {
  position: absolute;
  box-sizing: border-box;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  top: 0;
  width: 100%;
  height: 3.5rem;
  z-index: 2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media only screen and (max-width: 800px) {
  header {
    height: 6.25rem;
  }
}
@media only screen and (max-width: 400px) {
  header {
    height: 5.625rem;
  }
}
header section {
  *zoom: 1;
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  clear: both;
}
header section:before,
header section:after {
  content: "";
  display: table;
}
header section:after {
  clear: both;
}
@media only screen and (max-width: 800px) {
  header section {
    padding: 0 10px;
  }
}
header section h1 {
  display: inline-block;
  position: relative;
  bottom: 10px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
header section h1 svg {
  width: 10.625rem;
  height: 5.875rem;
  fill: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media only screen and (max-width: 800px) {
  header section h1 svg {
    width: 7.5rem;
    height: 4.125rem;
    fill: #fff;
  }
}
@media only screen and (max-width: 400px) {
  header section h1 svg {
    width: 5.625rem;
    height: 3.125rem;
    fill: #fff;
  }
}
header section .main-nav .mobile {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 2;
  color: #000;
}
header section .main-nav .link {
  width: 12.5rem;
  background: #000;
  padding-top: 4.375rem;
  position: fixed;
  right: -200px;
  top: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
header section .main-nav .link.visible {
  right: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
header section .main-nav .link a {
  color: #fff;
  display: block;
  padding: 0.625rem 0.938rem;
  text-transform: uppercase;
}
header.fixed {
  position: fixed;
  box-sizing: border-box;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  top: 0;
  width: 100%;
  height: 6.25rem;
  background: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
header.fixed section h1 {
  display: inline-block;
  position: relative;
  bottom: 15px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
header.fixed section h1 svg {
  width: 9.375rem;
  height: 5.188rem;
  fill: #7f7f7f;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
header.fixed section h1 svg:hover {
  fill: #000;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
header.fixed nav {
  top: 35px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
header.fixed nav .mobile {
  color: #7f7f7f;
}
header.fixed nav a {
  color: #7f7f7f;
}
header.fixed-cinza svg {
  fill: #7f7f7f;
}
header.fixed-cinza nav .mobile {
  color: #7f7f7f;
}
header.header-interna {
  box-sizing: border-box;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  top: 0;
  width: 100%;
  height: 6.25rem;
  background: #fff;
}
header.header-interna .voltar {
  float: left;
  position: relative;
  top: 30px;
  margin: auto;
  padding: 10px 20px;
  border-radius: 30px;
  text-align: center;
  font: 400 0.875rem "Noto Sans Mono", arial, sans;
  text-transform: uppercase;
  border: solid 1px #000;
  color: #000;
}
header.header-interna .next-prev {
  float: right;
  color: #000;
  position: relative;
  bottom: 40px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
header.header-interna .next-prev a {
  font: 100 0.875rem "Noto Sans Mono", arial, sans;
  color: #000;
  text-transform: uppercase;
  padding: 0 0.625rem 0.625rem 0.625rem;
}
header.header-interna h1 {
  margin: auto;
  width: 9.375rem;
  height: 5.188rem;
  position: relative;
  display: block;
  top: 7px;
}
header.header-interna h1 svg {
  width: 9.375rem;
  height: 5.188rem;
  fill: #7f7f7f;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
header.header-interna h1 svg:hover {
  fill: #000;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.spacer {
  height: 6.25rem;
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 0;
}
#slider-interna {
  width: 100%;
  height: 70vh;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
#slider-interna .slide {
  height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media only screen and (max-width: 800px) {
  #slider-interna .slide {
    background-size: 200%;
  }
}
#slider-top {
  width: 100%;
  position: relative;
  height: 55.313rem;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
#slider-top i {
  color: #fff;
  position: absolute;
  width: 6.25rem;
  bottom: 1.875rem;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
  -webkit-animation: 3.4s ease-in-out 0s normal none infinite running fadebottom;
  animation: 3.4s ease-in-out 0s normal none infinite running fadebottom;
}
#slider-top .slide {
  height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media only screen and (max-width: 800px) {
  #slider-top .slide {
    background-size: 200%;
  }
}
#slider-top .content-slider {
  position: absolute;
  width: 800px;
  top: 35%;
  left: 50%;
  margin-left: -400px;
}
@media only screen and (max-width: 800px) {
  #slider-top .content-slider {
    width: auto;
    margin-left: auto;
    position: relative;
    top: 25%;
    left: 0;
    bottom: 20px;
    padding: 20px;
  }
}
#slider-top .content-slider h2 {
  font: 400 3.125rem "Noto Sans Mono", arial, sans;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 800px) {
  #slider-top .content-slider h2 {
    font-size: 35px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 400px) {
  #slider-top .content-slider h2 {
    font-size: 25px;
    padding-top: 50px;
  }
}
#slider-top .content-slider p {
  font: 100 1.688rem "Noto Sans Mono", arial, sans;
  color: #fff;
}
@media only screen and (max-width: 800px) {
  #slider-top .content-slider p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 400px) {
  #slider-top .content-slider p {
    font-size: 20px;
  }
}
#slider-top .content-slider a {
  display: none;
  margin: auto;
  width: 6.25rem;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
  font: 400 0.875rem "Noto Sans Mono", arial, sans;
  text-transform: uppercase;
  color: #fff;
  border: solid 1px #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#slider-top .content-slider a:hover {
  color: #000;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.content.content-interna {
  padding-top: 6.25rem;
}
.content .apresentacao p {
  padding: 10px;
}
.content .galeria {
  margin: 10px 0;
}
.content section {
  padding: 70px 0;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .content section {
    padding: 40px 0;
  }
}
.content section.projetos {
  min-height: 400px;
  padding: 0;
}
.content h1 {
  font: 400 1.125rem "Noto Sans Mono", arial, sans;
  color: #7f7f7f;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}
.content h2 {
  font: 400 1.125rem "Noto Sans Mono", arial, sans;
  color: #7f7f7f;
  text-transform: uppercase;
  background: url("../img/onda.png") no-repeat center bottom;
  padding-bottom: 20px;
  text-align: center;
}
.content h2#oquefazemos {
  background: url("../img/onda-br.png") no-repeat center bottom;
}
.content h4 {
  font: 300 1.125rem "Noto Sans Mono", arial, sans;
  color: #7f7f7f;
  background: url("../img/onda.png") no-repeat center bottom;
  margin-top: 0;
  padding-bottom: 20px;
  text-align: center;
}
.content .tx-center {
  text-align: center;
}
.content .tx-center.tx-center-fit {
  *zoom: 1;
  width: auto;
  max-width: 900px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.content .tx-center.tx-center-fit:before,
.content .tx-center.tx-center-fit:after {
  content: "";
  display: table;
}
.content .tx-center.tx-center-fit:after {
  clear: both;
}
@media only screen and (max-width: 800px) {
  .content .tx-center.tx-center-fit {
    *zoom: 1;
    width: auto;
    max-width: 600px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .content .tx-center.tx-center-fit:before,
  .content .tx-center.tx-center-fit:after {
    content: "";
    display: table;
  }
  .content .tx-center.tx-center-fit:after {
    clear: both;
  }
}
@media only screen and (max-width: 400px) {
  .content .tx-center.tx-center-fit {
    *zoom: 1;
    width: auto;
    max-width: 350px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .content .tx-center.tx-center-fit:before,
  .content .tx-center.tx-center-fit:after {
    content: "";
    display: table;
  }
  .content .tx-center.tx-center-fit:after {
    clear: both;
  }
}
.content .tx-center p {
  font: 100 1.125rem "Noto Sans Mono", arial, sans;
  line-height: 30px;
  color: #7f7f7f;
}
@media only screen and (max-width: 800px) {
  .content .tx-center p {
    font-size: 1.125rem;
    padding: 0 10px;
  }
}
.content .box {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
  position: relative;
  border-box: box-sizing;
}
.content .box:before,
.content .box:after {
  content: "";
  display: table;
}
.content .box:after {
  clear: both;
}
.content .box:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .content .box {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
  }
  .content .box:before,
  .content .box:after {
    content: "";
    display: table;
  }
  .content .box:after {
    clear: both;
  }
  .content .box:last-child {
    margin-right: 0%;
  }
}
.content .box h3 {
  color: #000;
  text-transform: uppercase;
  font: 400 1.125rem "Noto Sans Mono", arial, sans;
}
@media only screen and (max-width: 800px) {
  .content .box h3 {
    font-size: 1.125rem;
  }
}
.content .box i {
  color: #000;
}
.content .box p {
  color: #7f7f7f;
  font: 100 1rem/25px "Noto Sans Mono", arial, sans;
  padding: 0 1.25rem;
}
@media only screen and (max-width: 400px) {
  .content .box p {
    padding: 0 10px;
  }
}
.content .box a {
  margin: auto;
  width: 6.25rem;
  left: 50%;
  margin-left: -65px;
  padding: 15px;
  border-radius: 30px;
  text-align: center;
  font: 400 0.875rem "Noto Sans Mono", arial, sans;
  text-transform: uppercase;
  color: #000;
  border: solid 1px #000;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.content .box a:hover {
  box-shadow: 0 0 10px rgba(43, 192, 196, 0.5);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.content .contatos {
  text-align: center;
}
.content .contatos .conv {
  font: 100 1.25rem "Noto Sans Mono", arial, sans;
  padding-bottom: 40px;
  color: #7f7f7f;
}
@media only screen and (max-width: 800px) {
  .content .contatos .conv {
    padding: 0 1.25rem;
    font-size: 1rem;
  }
}
.content .contatos address {
  font: 100 1rem "Noto Sans Mono", arial, sans;
  color: #7f7f7f;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.content .contatos address:before,
.content .contatos address:after {
  content: "";
  display: table;
}
.content .contatos address:after {
  clear: both;
}
.content .contatos address:last-child {
  margin-right: 0%;
}
.content .contatos address p * {
  color: #7f7f7f;
}
@media only screen and (max-width: 800px) {
  .content .contatos address {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .content .contatos address:before,
  .content .contatos address:after {
    content: "";
    display: table;
  }
  .content .contatos address:after {
    clear: both;
  }
  .content .contatos address:last-child {
    margin-right: 0%;
  }
}
.content .contatos address strong {
  display: block;
}
.content .contatos address i {
  color: #000;
}
.content .frase-meio {
  display: table;
  width: 100%;
  height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media only screen and (max-width: 800px) {
  .content .frase-meio {
    width: 100%;
    background-size: 200%;
    background-attachment: initial;
  }
}
@media only screen and (max-width: 400px) {
  .content .frase-meio {
    width: 100%;
    background-size: 200%;
    background-attachment: initial;
  }
}
.content .frase-meio blockquote {
  display: table-cell;
  vertical-align: middle;
  width: 54.375rem;
  text-align: center;
  margin: auto;
  padding: 0 50px;
  color: #fff;
  font: 300 2.313rem "Noto Sans Mono", arial, sans;
}
@media only screen and (max-width: 800px) {
  .content .frase-meio blockquote {
    margin: auto;
    padding: 0 20px;
    font-size: 1.563rem;
  }
}
@media only screen and (max-width: 400px) {
  .content .frase-meio blockquote {
    margin: auto;
    padding: 0 20px;
    font-size: 1.125rem;
  }
}
.content .box-projetos .projeto {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
}
.content .box-projetos .projeto:before,
.content .box-projetos .projeto:after {
  content: "";
  display: table;
}
.content .box-projetos .projeto:after {
  clear: both;
}
.content .box-projetos .projeto:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 400px) {
  .content .box-projetos .projeto {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .content .box-projetos .projeto:before,
  .content .box-projetos .projeto:after {
    content: "";
    display: table;
  }
  .content .box-projetos .projeto:after {
    clear: both;
  }
  .content .box-projetos .projeto:last-child {
    margin-right: 0%;
  }
}
.content .box-projetos .projeto a {
  display: block;
  width: 6.25rem;
  position: absolute;
  top: 50%;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
  font: 400 0.875rem "Noto Sans Mono", arial, sans;
  text-transform: uppercase;
  left: 50%;
  margin-left: -65px;
  color: #000;
  border: solid 1px #000;
}
.content .box-projetos .projeto a:hover {
  color: #fff;
  border-color: #fff;
}
.content .box-projetos .projeto img {
  width: 100%;
}
.content .box-projetos .thumb-projeto {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  max-height: 25rem;
  position: relative;
  overflow: hidden;
  background: #000;
}
.content .box-projetos .thumb-projeto:before,
.content .box-projetos .thumb-projeto:after {
  content: "";
  display: table;
}
.content .box-projetos .thumb-projeto:after {
  clear: both;
}
.content .box-projetos .thumb-projeto:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .content .box-projetos .thumb-projeto {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .content .box-projetos .thumb-projeto:before,
  .content .box-projetos .thumb-projeto:after {
    content: "";
    display: table;
  }
  .content .box-projetos .thumb-projeto:after {
    clear: both;
  }
  .content .box-projetos .thumb-projeto:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 400px) {
  .content .box-projetos .thumb-projeto {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .content .box-projetos .thumb-projeto:before,
  .content .box-projetos .thumb-projeto:after {
    content: "";
    display: table;
  }
  .content .box-projetos .thumb-projeto:after {
    clear: both;
  }
  .content .box-projetos .thumb-projeto:last-child {
    margin-right: 0%;
  }
}
.content .box-projetos .thumb-projeto span {
  display: block;
  width: 6.25rem;
  position: absolute;
  top: 0;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
  font: 400 0.875rem "Noto Sans Mono", arial, sans;
  text-transform: uppercase;
  left: 50%;
  margin-left: -65px;
  color: #fff;
  border: solid 1px #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.content .box-projetos .thumb-projeto a {
  display: block;
  width: 100%;
}
.content .box-projetos .thumb-projeto a img {
  width: 100%;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.content .box-projetos .thumb-projeto a:hover span {
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  top: 45%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.content .box-projetos .thumb-projeto a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.content .link-projetos {
  *zoom: 1;
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 30px;
  clear: both;
}
.content .link-projetos:before,
.content .link-projetos:after {
  content: "";
  display: table;
}
.content .link-projetos:after {
  clear: both;
}
.content .link-projetos a {
  display: block;
  width: 11.875rem;
  margin: auto;
  border-radius: 30px;
  border: solid 1px #fff;
  color: #fff;
  font: 400 0.875rem "Noto Sans Mono", arial, sans;
  text-transform: uppercase;
  padding: 15px 0;
  text-align: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.content .link-projetos a:hover {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  color: #fff;
  border-color: #fff;
}
.content .texture {
  background: #000;
}
.content .texture h2 {
  background: url("../img/onda-br.png") no-repeat center bottom;
}
.content .texture h2,
.content .texture h3,
.content .texture p {
  color: #fff;
}
footer {
  background: #000;
  padding: 20px 0;
}
footer nav,
footer address {
  *zoom: 1;
  width: auto;
  max-width: 700px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
footer nav:before,
footer address:before,
footer nav:after,
footer address:after {
  content: "";
  display: table;
}
footer nav:after,
footer address:after {
  clear: both;
}
footer nav a {
  color: #fff;
  display: inline-block;
  width: 50px;
  height: 40px;
  padding-top: 10px;
  margin: 5px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
footer nav a:hover {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #f0f0f0;
}
footer address {
  font: normal 14px "Noto Sans Mono", arial, sans-serif;
  color: #fff;
}
footer address p a {
  color: background #7f7f7f;
}

.container-capa{
    overflow: hidden;
    min-height:90vh;
}

.text-area {
    min-height: 77vh;
}

.text-area p {
    padding: 10px 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes fadebottom {
  0% {
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  45% {
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadebottom {
  0% {
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  45% {
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
