.nav-wrapper ul {
    font-family: 'Fjalla One', sans-serif;
}

.welcome.rellax {
    font-family: 'Fjalla One', sans-serif;
    color:#1d5452
}

.slogan-line.rellax {
    font-family: 'Fjalla One', sans-serif;
    font-size:30px;
}

.text-info {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 24px;
}

section.company .text-info {
    line-height: 2.0rem;
}

section {
    padding: 7rem 0 !important;
}

section h2 {
    font-family: 'Fjalla One', sans-serif;
    color:#1d5452;
    margin-bottom:1rem;
}

section.plataformas h2 {
    margin-bottom:0px;
}  

section h3 {
    padding-bottom:30px;
    margin-top:14px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 20px;
} 

section.empresas-parceiras img {
    width: 300px;
}

section.empresas-patrocinadoras img {
    width: 300px;
}

.plataform-name {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

#plataformas i {
    display: block;
    font-size:80px;
    margin-bottom: 8px;
}

#plataformas p {
    font-family: 'Nunito Sans', sans-serif;  
}

section.contato {
    font-family: 'Nunito Sans', sans-serif;
}

.v-link {
    text-decoration: underline;
}

.nav-background-v {
    background-color: rgba(55,55,55,.4);
}

.s5ths,
.m5ths,
.l5ths,
.xl5ths {
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5ths {
  width: 20%;
}

footer p {
    font-family: 'Nunito Sans', sans-serif;  
    text-align: center;
}

@media only screen and (min-width: 601px) {
  .row .col.m5ths {
    width: 20%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l5ths {
    width: 20%;
  }
}

@media only screen and (min-width: 1201px) {
  .row .col.xl5ths {
    width: 20%;
  }
}