        .background {
            position: absolute;
            left:0px;
            top:0px;
            width: 100%;
            height: 100%;
            background: url(img/AP_fundo.jpg) no-repeat left fixed;
            background-size: cover;
            background-color: lightgrey;
            
        }
        .logo {
            position: absolute;
            left:0px;
            bottom: 9%;
            width: auto;
        }
        div.logo > img {
            display: block;
            max-width: 100%;
        }
        .assinatura {
            position: absolute;
            left:0%;
            background: url(img/AP_assinatura.png) no-repeat left top 35%;
            background-size: contain;
            width: 70%;
            height: 100%;
        }
        div.logo > a {
            display: block;
            position: absolute;
        }

        div.logo > a.fb:hover {
            background: url(img/icons_FB.png) center;
            background-size: cover;
        }
        div.logo > a.insta:hover {
            background: url(img/icons_insta.png) center;
            background-size: cover;
        }
        div.logo > a:hover img {
            visibility: hidden;
        }
        
        .fb {
            left:3.5%;
            top:65%;
            height:25.8%; 
            width:2.4%;
            
        }
        .insta{
            left:6.9%;
            top:65%;
            height:25.8%; 
            width:2.4%;

        }
        .email {
            left:11%;
            top:65%;
            height:25.8%; 
            width:15.7%;
        }
        .tel {
            left:29%;
            top:65%;
            height:25.8%; 
            width:10.8%;
        }