.black-row {
    background-color: #00558c;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

p a {
    text-decoration: none;
}

.filho {
    margin-left: 40px;
    margin-right: 40px;
}

.cor {
    color: #ffffff;
}

.espacamento {
    padding-top: 20px;
}

.backgr {
    background-color: #00558c;
}

.sub p a {
    color: #fff; /* Define a cor padrão do texto dos links */
    text-decoration: none; /* Remove o sublinhado padrão dos links */
    transition: color 0.3s ease; /* Adiciona uma transição suave para a mudança de cor */
}

.sub p a:hover {
    font-weight: 600;
}

.footer-icon{
    color: #ffffff;
    border: solid 1px #ffffff;
    padding: 6px 14px;
    border-radius: 5px;
    margin: 0 8px;
}
.footer-icon:hover{
    color: #00558c;
    background-color: #ffffff;
    transition: .3s ease-in-out;
}

.footer-lang-dropdown{
    cursor: pointer;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<RESPONSIVIDADE>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
@media (max-width: 450px) {
    .sub p {
        justify-content: normal !important;
    }

    .col-md-4.text-center {
        text-align: left !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #redes {
        display: flex;
        justify-content: center;
        padding-right: 45px;
    }
}
