@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
body {
  font-family: "Montserrat", sans-serif;
}

.nav-link {
  border-radius: 5px;
}
.nav-link.active {
  color: #9a1663 !important;
  font-weight: 600;
}

.profile {
  text-decoration: none;
}

.font-primary {
  font-family: "Montserrat", sans-serif;
}

.font-secondary {
  font-family: "Montserrat", sans-serif;
}

.conteiner-image {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 2px solid #9a1663;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #9a1663;
}

.login_form {
  max-width: 500px;
  width: 100%;
}

.carousel-indicators button {
  max-width: 10px;
  min-height: 6px;
  border-radius: 5px !important;
}

@media only screen and (max-width: 500px) {
  .login_form {
    height: 100%;
  }
}
.product {
  border: 1px solid rgba(0, 0, 0, 0.02);
}
.product:hover {
  color: #000 !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  row-gap: 15px;
}

/*# sourceMappingURL=main.css.map */
