@charset "UTF-8";

.rodape-azul {
    background: #6CBCE4;
    min-height: 35px;
}

.copyright-container {
    height: 35px;
    width: 50%;
}

.logo {
    margin-right: 10px;
    position: relative;
    top: 10px;
}
.logo > img {
    vertical-align: middle;
}

.address {
    color: #FFF;
    font-weight: bold;
    position: relative;
    text-align: center;
    top: 8px;
}
 .address > p {
     display: inline-block;
     margin: 0;
     width: auto;
 }