body {
    background: rgba(233, 227, 219, .3);
}

#list-social {
    padding: 0;
}

#logo {
    max-height: 30px;
}

#logo-container {
    background: white;
    height: 60px;
}

#social-image-mobile {
    background-position: top !important;
    background-size: cover !important;
    height: 55vh;
}

#list-social li.social-item {
    width: 100%;
    text-align: center;
    list-style-type: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /*    padding-top: 15px;
    padding-bottom: 15px;
  */
    margin-top: 10px;
    background: white;
    height: 40px;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.mt-3, .my-3 {
    margin-top: 1rem!important;
}

.img-fluid-social {
    max-width: 8%;
    height: auto;
}
li.social-information {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    list-style-type: none;
    border-radius: 10px;
    height: 0;
    margin: 0;
    padding: 0;
    background: white;
    position: relative;
}

li.social-information.active {
    margin-top: 15px !important;
    padding: 15px !important;
    height: auto;
}

.social-information-content {
    transform: translate(-350px);
    transition: transform .2s linear;
}

.social-information-content.active {
    transform: translate(0px);
}


.li-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: rgba(249, 185, 196, .4);
    z-index: 0;
    transition: all .5s;
}

#list-social li.social-item:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#list-social li.social-item:hover .li-cover {
    left: 0;
}

#social-image {
    padding: 50px;
}

p {
    margin: 0;
    z-index: 1;
}

img {
    z-index: 10 !important;
    position: relative;
}

.arrow-bottom {
    position: fixed;
    left: 5px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    background: #FABDC7;
    border-radius: 50%;
    z-index: 50;
}

a {
    text-decoration: inherit;
    color: inherit;
}

a:hover {
    text-decoration: inherit;
    color: inherit;
}

.img-10 {
    max-width: 10%;
}

i {
    margin-right: 10px;
}

#list-social li.social-item p {
    font-size: 20px;
}

@media (min-width: 768px) {
    #social-image-mobile {
        background-position: top !important;
        height: 110vh;
    }

}