@font-face {
  font-family: MuseoBold;
  src: url('./fonts/Museo_Slab_3.otf');
}
body {
  font-family: "MuseoBold", sans-serif;
}
.logo {
  width: 100px;
}
.section {
  padding: 80px 0;
}
.navbar {
  transition: background-color 0.3s ease;
}
.navbar-scrolled {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
#banner .carousel-inner .carousel-item img {
  min-height: 100vh;
  width: 100vw;
  display: block;

}
.nav-link {
  font-weight: bold;
}
.card {
  transition: transform 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
}

.bg-coffee-line {
  background-image: url("../images/bgcafes.jpg");
  background-size: cover;
  background-position: center;
}
.bg-farms {
  background-image: url("../images/fazendas.jpg");
  background-size: cover;
  background-position: center;
}
.bg-about {
  background-image: url("../images/sobre.jpg");
  background-size: cover;
  background-position: center;
}
.bg-coffee {
  background-color: #673417;
}
.card {
  border-radius: 16px;
}

#linha-cafe .card {
  background-color: rgba(255, 255, 255, 0.6);
  padding-top: 16px;
  height: 100%;
}

#linha-cafe .card .card-img-top {
  border-radius: 10px;
  margin: 0 auto;
  width: 179px !important;
  max-width: 100% !important;
  height: 200px !important;
}
#linha-cafe .card .card-body .card-text {
  font-size: 14px;
}
#linhas-cafe h2 {
  color: #673417;
}
.farm-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.bg-company {
  /* background-color: #3C66A021; */
  background-image: url("../images/sobre.jpg");
  background-size: cover;
  background-position: center;
}

.bg-contact {
  background-image: url("../images/contato.jpeg");
  background-size: cover;
  background-position: center;
}

.overlay {
  background-color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 768px) {
  #banner .carousel-inner .carousel-item img {
    min-height: 337px;
  }
}