footer {    
}

footer .principal {
    background: #002266;
    padding: 100px 0;
    color: #dadada;
}

footer h3 {
    font-size: 18px;
    font-weight: bold;
    color: #dadada;
    margin-bottom: 20px;
}

footer .sobre {
    padding-right: 50px;
}

footer .sobre img {
    display: block;
    margin-bottom: 30px;
    width: 150px;
}

footer .sobre p {
    line-height: 24px;
    margin-bottom: 20px;
}

footer .sobre h4 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

footer .sobre .midias {
    display: flex;
    gap: 10px;
}

footer .sobre .midias a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #dadada solid;
    border-radius: 50%;
}

footer .sobre .midias a svg {
    width: 15px;
    height: 15px;
    fill: #dedede;
}


footer .menu ul li a {
    display: flex;
    color: #dadada;
    padding: 10px 0;
    align-items: center;
    gap: 10px;
}

footer .menu ul li a:before {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    background: #fff;
    border-radius: 50%;
}

footer .menu ul li a:hover:before {
    opacity: .5;
}

footer .menu ul li a i {
    display: none;
}

footer .contatos a {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    color: #dadada;
    padding: 15px 0;
    align-items: center;
}

footer .contatos a .icone {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px #dadada solid;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

footer .contatos a i {
    font-size: 18px;
}

footer .contatos a span {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

footer .contatos a:not(:last-child) {
    border-bottom: 1px #4e4e4e solid;
}


footer .copy .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 15px;
}

footer .copy img {
    filter: invert(1);
    width: 60px;
    opacity: .5;
}