nav {
  display: none !important;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/images/trade-mkt/fundo.jpg);
  background-size: cover;
  height: 100vh;
}

.caixa {
  background-color: #fff;
  border-radius: 16px;
}

.card {
  align-items: center;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  min-width: 220px;
  padding: 8px 24px;
  transition: .2s;
  width: fit-content;
}

.card:hover {
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .25);
}

.card img {
  transition: .3s;
  width: 78px;
}

.card:hover img {
  transform: scale(1.1);
}

.linha {
  border-right: #0000001a 1px solid;
}

p {
  margin-bottom: 0;
}

.mbtn {
  margin-bottom: 1em;
}

.cta {
  width: 80%;
}

.linha {
  border-right: #0000001a 1px solid;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: .3;
}

.green-cta {
  padding: 10px 0;
}