/* =========================
   FOOTER
========================= */
footer {
    background-color: #007BFF;
    margin-top: 40px;
    padding: 30px 0 20px 0;
}

footer h2,
.link h2 {
    color: white;
    text-align: left;
}

footer p {
    color: white;
    font-size: 15px;
    text-align: left;
}

footer a {
    color: white;
    font-size: 15px;
    text-align: center;
}

footer i {
    font-size: 20px;
}

/* Links no bloco "link" */
.link a {
    color: white;
    font-size: 15px;
    font-family: Arial, sans-serif;
}

.link a:hover {
    color: black;
    text-decoration: underline;
}

.link p {
    font-size: 15px;
    line-height: 15px;
}

/* =========================
   LOGO NAVBAR
========================= */
.navbar-brand img {
    width: 200px !important;
    height: 200px !important;
    display: flex;
    position: relative;
    align-items: center;
    align-content: center;
    margin-left: 40px;
    padding: 10px;
    left: 5px;
}

/* Responsividade logo */
@media (max-width: 600px) {
    .navbar-brand img {
        height: auto;
        width: 150px !important;
        /* reduz a largura também */
    }
}

/* =========================
   COPYRIGHT
========================= */
#footer_copyrigth {
    background-color: #171717;
    color: white;
    font: 1rem sans-serif;
    padding: 1rem 0;
    text-align: center;
}