* {
        margin: 0;
        padding: 0;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:boerder-box;
    }

.social {
    position: fixed;
    left: 0;
    top: 200px;
    z-index: 2000;
    
    
    
}

.social ul {
    list-style: none;

     
}

.social ul li a {
    display: inline-block;
    color: #fff;
    background: #00559f;
    padding: 10px 10px;
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
   
   
    }

.social ul li a:hover {
    padding: 20px 30px;
    background: #149dcc;
     border-radius: 0px 50px 50px 0px;
}

.social ul il .icon-facebook {background: #00559f;}
.social ul il .icon-instagram {background: #00559f;}
.social ul il .icon-twitter {background: #00559f;}
.social ul il .icon-youtube {background: #00559f;}
.social ul il .icon-linkedin2 {background: #00559f;}
.social ul il .icon-sphere {background: #00559f;}



@media screen and (max-width: 600px) {
.ocultar-div{
display:none;
}
}