/*.social1 {
    
}*/
.rsocial ul {
    display: flex;
    justify-content: center;
/*    margin: 0;
    padding: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/

    
}
.social1 li
{
    list-style: none;
    float: left;
    margin: 10px;
    width: 100px;
    height: 100px;
    Line-height: 100px;
    text-align: left;
    background: #fff;
    border-radius : 50%;
    position: relative;
    overflow: hidden;
    color: #262626;
    font-size: 50px;
    z-index: 1;
    transition: .5s ease-in-out;
}

/*.social1 li
{

}*/
.icono 
{
    position: relative;
    top: 5px;
}
.i-uno
{    
    left: 12px;    
}
.i-dos 
{    
    left: -6px;    
}

.social1 li:before
{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    Left: -100%;
    background: #ccc;
    z-index: -1;
    border-radius: 50%;
    transform: scale(0);
    transition: .3s ease-in-out;

}
.social1 li:after
{
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    background: rgba(255,255,255,.3 );
    transition: .5s ease-in-out;
    transition-delay: .3s;

}  
.social1 li:hover:after
{
    right: 0%;   
}  
.social1 li:hover:before
{
    left: 0;
    transform: scale(.9); 
}

.social1 li:nth-child(1):before
{
    background: #3b5999;
}
.social1 li:nth-child(2):before
{
    background: #00AFF0;
}
.social1 li:nth-child(3):before
{
    background: #0A66C2;
}
.social1 li:nth-child(4):before
{
    background: #000;
}

.social1 li a
{
    color: #262626;
}
.social1 li a:hover
{
    color: #fff !important;
    cursor: pointer;
}

@media screen and (max-width: 450px) {
    .social1 li {
        margin: 5px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 40px;
    }
}
