/* ========== footer ========== */
footer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: whitesmoke;
    position: relative;
    display: inline-block;
    font-size: 0.8em;
    text-align: left;
}
footer strong{
    color: whitesmoke;
}

#footer1,
#footer2 {
    width: 33.33%;
    padding: 1%;
    float: left;
}

#footer3 {
    width: 33.33%;
    padding: 1%;
    float: left;
}

#footer1 a,
#footer2 a,
#footer3 a,
#footer4 a {
    text-decoration: none;
    color: whitesmoke;
    text-align: left;
    cursor: pointer;
}

#footer1 a:hover,
#footer2 a:hover,
#footer3 a:hover,
#footer4 a:hover {
    color: #9a9af7;
}

footer b {
    display: inline-block;
}

.design {
    background-color: #0046FF;
    color: whitesmoke;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 1em;
}

.design a {
    text-decoration: none;
    color: whitesmoke;
}

.design p {
    text-align: center;
}

/* ******************************* PC ***************************** */
@media (min-width: 981px) {
    footer {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        color: whitesmoke;
        position: relative;
        display: inline-block;
        font-size: 1vw;
        text-align: left;
    }
}

/* ******************************* TABLETA ***************************** */
@media (min-width: 641px) and (max-width: 980px) {
    footer {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        color: whitesmoke;
        position: relative;
        display: inline-block;
        font-size: 1.5vw;
        text-align: left;
    }
}

/* ******************************* MOBIL ***************************** */
@media (max-width: 640px) {

    /* ========== footer ========== */
    footer {
        background-color: rgba(0, 0, 0, 0.5);
        color: whitesmoke;
        display: inline-block;
        font-size: 1.5vw;
        text-align: left;
    }

    .facebook_like {
        display: none;
    }

}