.footer {
    box-sizing: border-box;
    font-weight: 400;
    background-color: #262626;
    padding: 0 0;
    border: solid #303030
}

.footer .social {
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 35px
}

.footer .social a {
    color: #fff;
    width: 43px;
    height: 43px;
    line-height: 44px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px;
    opacity: .75
}

.footer .social a:nth-child(1):hover {
    color: #0077b7;
    transition: transform .2s;
    transform: scale(1.2);
}

.footer .social a:nth-child(2):hover {
    transition: transform .2s;
    transform: scale(1.2);
    color: black;
}

.footer ul {
    margin-top: 0;
    padding: 0;
    list-style: none;
    font-size: 25px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center;
    color: #fff
}

.footer ul a {
    color: inherit;
    text-decoration: none;
    opacity: .75
}

.footer ul a:hover {
    opacity: 1
}

.footer ul li {
    display: inline-block;
    padding: 0 35px
}

.footer .mensaje {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    color: #fff
}