/* Selo 30 anos Envetherm */
.logo-with-selo {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.logo-with-selo > a {
    flex-shrink: 0;
}

.selo-30-anos {
    display: block;
    height: auto;
    max-height: 62px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.selo-30-anos--footer {
    max-height: none;
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.selo-30-anos--about {
    max-height: 130px;
    margin: 24px auto 0;
    position: relative;
    z-index: 2;
}

.footer-logo {
    display: inline-block;
    max-width: 100%;
}

.footer-logo > a img {
    display: block;
    max-width: 100%;
    height: auto;
}

.footer-logo .selo-30-anos--footer {
    margin-left: 0;
}

@media (min-width: 992px) {
    .header-bottom .row {
        flex-wrap: nowrap;
        align-items: center;
    }

    .main-header .main-menu {
        margin-right: 0;
    }

    .main-header .main-menu ul {
        white-space: nowrap;
    }

    .main-header .main-menu ul > li > a,
    .header-sticky ul li a,
    .header-sticky.sticky-bar.sticky .main-menu ul > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-header .main-menu ul > li > a,
    .header-sticky ul li a,
    .header-sticky.sticky-bar.sticky .main-menu ul > li > a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .header-area .header-bottom {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .header-bottom .row {
        position: relative;
    }

    .logo-with-selo {
        max-width: calc(100% - 56px);
    }

    .slicknav_nav {
        clear: both;
        margin-top: 8px;
    }
}

@media (max-width: 575px) {
    .logo-with-selo > a img {
        max-width: 200px;
        height: auto;
    }

    .selo-30-anos {
        max-height: 48px;
    }

    .selo-30-anos--about {
        max-height: 100px;
    }
}
