/* FOOTER */
.footer {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #1c1c1c;
    color: #fff;
}

.social-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px;
}

.social {
    width: 40%;
    text-align: center;
}

.social > a {
    transition: transform .2s;
    padding: 0;
    margin: 0 4ex 0 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.social > a:last-child {
    margin: 0;
}
.social > a.facebook { background: url(../img/icons/facebook.svg) no-repeat; }
.social > a.twitter { background: url(../img/icons/twitter.svg) no-repeat; }
.social > a.instagram { background: url(../img/icons/instagram.svg) no-repeat; }
.social > a.youtube { background: url(../img/icons/youtube.svg) no-repeat; }
.social > a:hover {
    transform: scale(2);
}

.sense-collection {
    width: 80%;
    margin: 0 auto;
    min-height: 128px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sense-collection a {
    width: 33.33%;
    height: 128px;
}
.sense-collection > a.senses { background: url(../img/icons/senses-collection.svg) no-repeat center; }
.sense-collection > a.the    { background: url(../img/icons/the-hoteles.svg) no-repeat center; }
.sense-collection > a.home   { background: url(../img/icons/home-collection.svg) no-repeat center; }

.footer .hotel-brand {
    width: 100%;
    margin-top: 50px;
    font-size: 18px;
    text-align: center;
}

.nav-extra {
    font-size: 18px;
    text-align: center;
    margin: 10px 0 20px;
    padding: 10px 0;
}

.nav-extra a {
    text-decoration: none;
    color: #878787;
}
.nav-extra a.active {
    color: #fff;
    text-decoration: underline;
}

@media screen and (min-width: 320px) and (max-width: 767px){
    .social,
    .sense-collection a {
        width: 100%;
        margin: 20px 0;
    }
}
