body {
    margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif;
}

footer {
    background-color: #006634;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100px;
    z-index: 100;
}

#footer {
    display: flex;
    justify-content: space-around;
    width: 95%;
}

.campo_footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fafafa;
    font-weight: 300;
    font-size: 14px;
    margin-top: -20px;
    width: 40px;
}

.campo_footer:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.campo_footer_meio img:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.campo_footer_meio {
    background-color: #003b1d;
    margin-top: -55px;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 1);/* Sombra branca */
}

.campo_footer_meio img {
    width: 40px;
}

.campo_footer p {
    margin-top: 5px;
}

footer img{
    width: 28px;
}