@font-face {
    font-family: GhotamRegular;
    src: url(/font/Gotham-Black.otf);
}



body {
  padding: 0px;
  margin: 0px;
  background-color: #333333;
}

p, a{
    font-family: GhotamRegular;
    margin: 0px;
    height:auto;
    color: #ffffff;
}

#header{
    width: 100%;
    height: 200px;
    position: relative;
}

#logo{
    height: 180px;
    margin-top: 10px;
    margin-left: 30px;
    padding: 20px;
    border-radius: 20px;
}

#contMenu{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.btnMenu{
    color: #aaaaaa;
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 600;
}

.menuSel{
    color: red;
}

#contPagina{
    width: 70%;
    margin-left: 15%;
    margin-top: 100px;
    margin-bottom: 80px;
    display: inline-block;
    position: relative;
}



@media screen and (max-width: 1024px) {
    #contPagina{
        width: calc( 100% - 20px );
        margin-left: 10px;
        margin-top: 120px;
    }

    #logo{
        height: unset;
        width: 90%;
        max-width: 440px;
    }

    .btnMenu{
        width: 100%;
    }

    #contMenu{
        position: relative;
        transform: translateY(0px);

        top: unset;
        right: unset;

        display: inline-grid;
    }
}

.titolo1{
    font-size: 40px;
    font-weight: bolder;
}

.par{
    font-size: 16px;
    margin-top: 20px;
}

.titolo2{
    font-size: 25px;
    font-weight: bolder;
    margin-top: 20px;
}

.titolo3{
    font-size: 16px;
    font-weight: bolder;
    margin-top: 20px;
}

.intestazPrivacy1{
    text-align: center;
    font-weight: bolder;
    font-size: 20px;
}

.intestazPrivacy2{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}