*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,
body{

    width:100%;
    height:100%;

    background:#f5f7fa;

}

body{

    display:flex;

    justify-content:center;

    align-items:flex-start;

    overflow-x:hidden;

}

.site{

    position:relative;

    width:min(100vw,1920px);

}

.site img{

    width:100%;

    height:auto;

    display:block;

    user-select:none;

    pointer-events:none;

}

/* TODOS OS LINKS */

.site a{

    position:absolute;

    display:block;

    background:rgba(255,255,255,0);

    cursor:pointer;

}

/* =======================
EMAIL
======================= */

.mail{

    left:38.6%;
    top:92.05%;

    width:17.8%;
    height:4.7%;

}

/* =======================
SCOPRI L'AREA
======================= */

.maps{

    left:4.3%;
    top:64.7%;

    width:12.5%;
    height:4.5%;

}

/* Tablet */

@media(max-width:1200px){

.site{

width:100%;

}

}

/* Smartphone */

@media(max-width:768px){

.site{

width:100%;

}

}