.content-menu-button {
    background-color: transparent;
    height: 250px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.nav-button {
    background-color: #068460;
    position: absolute;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-button-nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.button-round {
    display: flex;
    background-color: #FFFFFF;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    align-items: center;
    top: -55px;
    justify-content: center;
    text-decoration: none;
}

a.button-round:hover {
    text-decoration: none;
    background: #F3F3F3;
}

.icon-flex {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
}

.icon-flex > p {
    text-decoration: none;
    color: #000000;
}

.icon-flex > p:hover {
    text-decoration: none;
}

.icon-font-size {
    font-size: 3rem;
    color: #56A807;
}