:root {
    --white: #fff;
    --black: #333;
    --brown: #6D3D18;
    --blue: #004bb1;
    --font-weight-bold: 600;
    --font-point: "M PLUS Rounded 1c", sans-serif;
}
.gnav ul .gnav-bg a {
    width: 100%;
    min-height: 52px;
    display: flex;
    padding: 14px 0;
    line-height: 1.2;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
nav ul li.list-child::before {
	right: 15px;
}
.gnav ul > li > a {
    text-transform: none;
}
@media screen and (max-width: 750px) {
    .gnav ul .gnav-bg a {
        padding: 16px;
        justify-content: left;
    }
    nav ul li.list-child.appendice ul {
        flex-direction: column;
    }
    nav ul li.list-child.appendice:before {
        right: 20px;
        top: 15%;
        transform: rotate(45deg);
    }
    .gnav ul li.appendice ul li {
        width: 100%;
    }
    .gnav ul li.appendice ul li a {
        padding: 12px 0 12px 12px !important;
    }
}