/* rEDES SOCIALES ---------------------------------*/
.social{
    position: fixed;
    right: 0;
    top:220px;
    z-index: 2000;
}

.social ul{
    list-style: none;
}

.social ul li a{
    display: inline-block;
    background-color: #000;
    margin-bottom: 8px;
    padding: 10px 15px;
    text-decoration: none;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

.social ul li .telefono{
    background-color: #0080FF;

}

.social ul li .facebook{
    background-color: #064A98;

}
.social ul li .whatsapp{
    background-color: #25d366;

}
.social ul li .correo{
    background-color: #FF8000;

}
.social ul li .instagram{
    background: #d6249f;
    background: radial-gradient(circle at 63% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 103%);

}

.social ul li a:hover{

    background-color: #033244;

}


.retraso-1{
    animation-delay: 0.4s;

}

.retraso-2{
    animation-delay: 0.8s;

}
.retraso-3{
    animation-delay: 1.2s;

}

.retraso-4{
    animation-delay: 1.6s;

}
/* rEDES SOCIALES ---------------------------------*/

/* rEDES SOCIALES ---------------------------------*/
.social-2{
    position: fixed;
    right: 0;
    top:410px;
    z-index: 2000;
}

.social-2 ul{
    list-style: none;
}

.social-2 ul li a{
    color: #fff;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    display: inline-block;
    background-color: #000;
    padding: 15px 15px 5px 15px;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-2 ul li .facebook{
    background-color: #3b5998;

}
.social-2 ul li .twitter{
    background-color: #ff9900;

}
.social-2 ul li .youtube{
    background-color: #ae181f;

}
.social-2 ul li .instagram{
    background-color: #d95232;

}

.social-2 ul li a:hover{

    background-color: #cb0600;

}

}

/* rEDES SOCIALES ---------------------------------*/