p {
  font-family: "Inter", sans-serif;
}
h2 {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  text-align: center;
}
svg {
  fill: #fff;
}
a {
  text-decoration: none;
  color: #000;
}
.btn-insta {
  background: linear-gradient(
    45deg,
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
  border: none;
  margin-bottom: 10px;
  width: 100%;
  color: #fff;
  font-weight: 600;
}
.btn-insta:hover {
  background: linear-gradient(
    -45deg,
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
  color: #fff;
}
.btn-whats {
  background: linear-gradient(45deg, #1ad05a, #20b658, #128c7e);
  border: none;
  margin-bottom: 10px;
  width: 100%;
  color: #fff;
  font-weight: 600;
}
.btn-whats:hover {
  background: linear-gradient(-45deg, #1ad05a, #20b658, #128c7e);
  color: #fff;
}
.container {
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
.card-title {
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

#topo {
  margin-top: 10px;
}
#logo {
  text-align: center;
  width: 100%;
}
.card {
}

.btn-primary {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  background: linear-gradient(
    180deg,
    rgba(254, 80, 0, 1) 0%,
    rgba(254, 157, 0, 1) 100%
  );
  border: none;
  width: 100%;
  text-transform: uppercase;
}
.btn-secondary {
  width: 100%;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-primary:hover {
  background: linear-gradient(
    180deg,
    rgba(254, 80, 0, 1) 0%,
    rgba(254, 80, 0, 1) 100%
  );
  border: none;
  color: #000;
}

/* ABAIXO CONFIGURAÇÃO DO CELULAR */

@media (max-width: 580px) {
  .container {
    padding: 10px;
  }
  #logo {
    max-width: 100%;
  }
  #topo {
    margin-top: 10px;
  }
}
