.curso-item {
    display: contents;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    margin: 0 5px;
}

.curso-item.active {
    color: #ff9933;
    font-weight: 600;
}

.button-container {
    margin-bottom: 2em;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 2rem 0;
}

/* Buttons */
.et_pb_button_submit {
 	font-size: 16px !important;
	font-weight: 600 !important;
}
.et_pb_button_submit:hover {
    cursor: pointer;
}