/* StampTee - Custom CSS */
/* Logo mas grande */
.header-bottom .navbar-brand {
    max-height: max(80px, 15vh) !important;
    max-width: 300px !important;
    padding: 0 !important;
}
.header-bottom .navbar-brand img {
    max-height: 80px !important;
    max-width: 300px !important;
}
