/*body*/
.wrapper {
    margin-left: 80px;
    margin-right: 80px;
}

/*barra de redic*/
.container {
    background: #66bc66ab;
    display: block;
}

#barra {
    color: #fcfcfc;
    margin: 10px;
}

/*compartir inicio*/
#share {
    color: black;
    margin-top: 50px;
}

#redes {
    margin-left: 15px;
    display: flex;
}

#i1 {
    padding-left: 9px;
}

#i2 {
    padding-left: 7px;
}

#i3 {
    padding-left: 7.5px;
}

#i4 {
    padding-left: 7.5px;
}

#ulli {
    position: relative;
    display: block;
    color: white;
    font-size: 15px;
    height: 28px;
    width: 28px;
    background: #66bc66;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    transition: .5s;
}

#ulli:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0px;
    height: inherit;
    width: inherit;
    border-radius: 50%;
    transform: scale(.9);
    z-index: -1;
    transition: .5s;
}

#ulli:nth-child(1):before {
    background: #4267B2;
}

#ulli:nth-child(2):before {
    background: #1DA1F2;
}

#ulli:nth-child(3):before {
    background: #1edb83;
}

#ulli:nth-child(4):before {
    background: #2867B2;
}

#ulli:hover:before {
    filter: blur(3px);
    transform: scale(1.2);
}

#ulli:nth-child(1):hover:before {
    box-shadow: 0 0 15px #4267B2;
}

#ulli:nth-child(2):hover:before {
    box-shadow: 0 0 15px #1DA1F2;
}

#ulli:nth-child(3):hover:before {
    box-shadow: 0 0 15px #1edb83;
}

#ulli:nth-child(4):hover:before {
    box-shadow: 0 0 15px #2867B2;
}

#ulli:nth-child(1):hover {
    color: #456cba;
    box-shadow: 0 0 15px #4267B2;
    text-shadow: 0 0 15px #4267B2;
}

#ulli:nth-child(2):hover {
    color: #26a4f2;
    box-shadow: 0 0 15px #1DA1F2;
    text-shadow: 0 0 15px #1DA1F2;
}

#ulli:nth-child(3):hover {
    color: #1edb83;
    box-shadow: 0 0 15px #1edb83;
    text-shadow: 0 0 15px #1edb83;
}

#ulli:nth-child(4):hover {
    color: #2a6cbb;
    box-shadow: 0 0 15px #2867B2;
    text-shadow: 0 0 15px #2867B2;
}

/*compartir fin*/

/*footer*/
#fo {
    margin-top: 15px;
}

@media all and (max-width: 968px) {
    .wrapper {
        margin-left: 0;
        margin-right: 0;
    }

}
