@font-face {
  font-family: ProximaNova;
  src: url("../font/Proxima Nova/Mark Simonson - Proxima Nova Alt Regular.otf");
}

* {
  font-family: ProximaNova;
}

html {
  background-color: #F3F7FA;
}

body {
  margin-bottom: 44px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.disclaimer {
  background: url(../images/vetor-02.png) right top no-repeat;
  background-color: #F3F7FA;
}

.intro {
  height: 155px;
}

/* .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
 */
.footer .project {
  text-align: justify;
  background-color: #ffffff;
}

.live-scroll > .row {
  overflow-x: auto;
  white-space: nowrap;
}

.live-scroll > .row > .col {
  display: inline-block;
  float: none;
}

.footer .social {
  background-color: #58585a;
}

.cookie-home {
  max-width: 720px;
}

.language .active {
  color: #49afb7;
}

@media (max-width: 906px) {
  .disclaimer {
    padding-top: 10px;
    background-image: none;
  }
  .language {
    float: right;
    margin-right: 6%;
  }
}

@media (max-width: 906px) {
  .disclaimer {
    padding-top: 10px;
    background-image: none;
  }
  .language {
    float: right;
    margin-right: 6%;
  }
}
