.noscrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}

.noscrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

main {
    padding: 60px 0 120px 0;
}

.tight-view {
    max-width: 30em;
}


.text-small {
    font-size: 85%;
}

.text-very-small {
    font-size: 65%;
}
footer a {
    color: gray !important;
    text-decoration: none;
}
footer a.active {
    color: var(--puxa-color-green) !important;
}

.text-puxa-green {
    color: var(--puxa-color-green) !important;
}
.bg-puxa-green {
    background-color: var(--puxa-color-green) !important;
}

.btn-circle {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 4px 0;
    line-height: 1;
    border-radius: 15px;
}
