/* QUEM SOMOS */

.nav-link {
    color: #fff;
}

.nav-link:hover {
    color: #fff;
    opacity: 0.55
}

.banner h1{
  color: #000;
}

.sobre-nos {
    padding: 5%;
    background: #fff;
}

.sobre-nos h2 {
    font-size: 3rem;
    margin-bottom: 50px;
}

.sobre-nos p {
    font-size: 1.2rem;
}

.sobre-nos .fingerprint {
    width: 60%;
}

.sobre-nos button {
    font-size: 1.5rem;
    background-color: #fff400;
    color: #222;
    border: 0;
    border-radius: 5px;
    padding: 2% 1.5% 2% 1.5%;
    text-align: left;
    cursor: pointer;
}

.sobre-nos .coffee {
    width: 6rem;
}

/* Media queries */

@media only screen and (max-width: 980px) {
  .banner h1 {
      font-size: 9vw
  }
    .h-sobre-nos {
        height: auto;
    }
    .sobre-nos button {
        font-size: 1rem !important;
    }
    .sobre-nos .coffee {
        width: 3rem !important;
    }
}

@media only screen and (max-width:300px) {
    .sobre-nos h2 {
        font-size: 2rem;
    }
    .sobre-nos .coffee {
        width: 2rem !important;
    }
}
