/* BOTÕES */
.button { height: 42px; border-radius: 21px; padding: 0 20px; font-size: 13px; background-color: var(--button-color); color: var(--button-color-contrast); font-weight: 600; text-transform: uppercase; }

/* CARDS DE LINK / TREINAMENTOS */
.link { background-color: #FFF; border-radius: 10px; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); transition: box-shadow 0.3s ease-in-out; }
.link-image { position: relative; padding-bottom: 40%; overflow: hidden; }
.link-text { padding: 16px; }
.link-title { font-size: 24px; font-weight: 700; display: block; }

/* ALTURAS FIXAS USADAS NO SEU TEMA */
.height-align-item-alturafixa { display: flex; height: 500px; }
.height-align-content { display: flex; flex-direction: column; width: 100%; height: 100%; }