* {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.roboto-medium {
    font-family: "Roboto";
    font-weight: 500;
}

.roboto-light {
    font-family: "Roboto";
    font-weight: 300;
}

/* Header */

.logo-header {
    max-width: 86px;
    max-height: 25px;
}

/* Catálogo */

.no-wrap {
    flex-wrap: nowrap;
}

/* Footer */

.logo-footer {
    max-width: 82px;
    max-height: 24px;
}