body {
    margin: 0;
}

.pagina {
    position: relative;
    width: 100%;
}

.pagina img {
    display: block;
    width: 100%;
    height: auto;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

.area {
    position: absolute;
    height: 100%;
    cursor: pointer;
    background: transparent;
}

.home {
    left: 2%;
    width: 4.5%;
}

.chi-siamo {
    left: 7%;
    width: 4.3%;
}

.servizi {
    left: 13.5%;
    width: 3.8%;
}

.team {
    left: 19%;
    width: 3.6%;
}

.contatti {
    left: 25%;
    width: 4%;
}

.ancora {
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    background: transparent;
    z-index: 5;
}

#studio {
    top: 6.5%;
}

#consulting {
    top: 19%;
}

#percorso {
    top: 34%;
}

#storia {
    top: 60%;
}

.plus-chi-siamo {
    position: absolute;
    left: 11.3%;
    top: 0;
    width: 1.2%;
    height: 100%;
    cursor: pointer;
    background: transparent;
    z-index: 10;
}

.card-chi-siamo {
    display: none;
    position: absolute;
    top: 60px;
    left: 7%;
    width: 220px;
    background: white;
    padding: 20px;
    z-index: 20;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.card-chi-siamo a {
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.plus-servizi  {
    position: absolute;
    left: 17.3%;
    top: 0;
    width: 1.2%;
    height: 100%;
    cursor: pointer;
    background: transparent;
    z-index: 10;
}

.card-servizi {
    display: none;
    position: absolute;
    top: 60px;
    left: 13.5%;
    width: 220px;
    background: white;
    padding: 20px;
    z-index: 20;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.card-servizi a {
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.ancora-servizi {
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    background: transparent;
    z-index: 5;
}

#studio-servizi {
    top: 5%;
}

#consulting-servizi {
    top: 40%;
}

.plus-team {
    position: absolute;
    left: 22.7%;
    top: 0;
    width: 1.5%;
    height: 100%;
    cursor: pointer;
    background:transparent;
    z-index: 10;
}

.card-team {
    display: none;
    position: absolute;
    top: 60px;
    left: 19%;
    width: 300px;
    background: white;
    padding: 20px;
    z-index: 20;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.card-team a {
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.ancora-team {
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    background: transparent;
    z-index: 5;
}

#senior {
    top: 6%;
}

#paghe {
    top: 26.5%;
}

#contabilita {
    top: 47%;
}

#segreteria {
    top: 67.7%;
}

#back-to-top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 65px;
    height: 65px;
    background: #0066cc;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 44px;
    cursor: pointer;
    z-index: 100;
}