.img-logo {
    width: 270px;
    height: 160px;
    background-image: url("../../img/logo/logo-branca.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.img-logo:hover {
    background-image: url("../../img/logo/logo-vermelha.png");
}

.bold {
    font-weight: bold;
}

.cor-branca {
    color: #fff !important;
}

.altura-min-max {
    max-height: 200px;
    min-height: 200px;
    margin-bottom: 48px;
}