/* Selo 30 anos Envetherm */

.logo-with-selo {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
  min-width: 0;
  max-width: 100%;
}

.logo-with-selo > a {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
}

.logo-with-selo > a img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.logo-with-selo .selo-30-anos {
  display: block;
  height: 84px;
  width: auto;
  max-height: 84px;
  max-width: none;
  object-fit: contain;
  flex: 0 0 auto;
}

.selo-30-anos {
  display: block;
  height: auto;
  max-height: 80px;
  width: auto;
  object-fit: contain;
}

.selo-30-anos--footer {
  max-height: none;
  max-width: none;
  width: 100%;
  height: auto;
  margin-top: 12px;
}

.selo-30-anos--about {
  max-height: 130px;
  max-width: none;
  height: auto;
  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;
}

.slider-area {
  overflow: hidden;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.header-area,
.main-header,
.header-bottom {
  max-width: 100%;
}

.header-bottom {
  left: 0;
  right: 0;
}

@media (min-width: 992px) {
  .header-bottom .row {
    flex-wrap: nowrap;
    align-items: center;
    min-width: 0;
  }

  .header-bottom .col-12 {
    display: none !important;
  }

  .header-bottom .col-auto,
  .header-bottom .col {
    min-width: 0;
  }

  .main-header .main-menu {
    margin-right: 0;
    float: none;
    display: flex;
    justify-content: flex-end;
  }

  .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: 1599px) {
  .header-area .header-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-bottom .container-fluid {
    padding-left: 8px;
    padding-right: 8px;
  }

  .header-bottom .col-auto,
  .header-bottom .col {
    padding-left: 8px;
    padding-right: 8px;
  }

  .main-header .logo.logo-with-selo > a img {
    max-width: 190px;
  }

  .logo-with-selo .selo-30-anos {
    height: 76px;
    max-height: 76px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-area .header-top {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-info-left ul li {
    margin-right: 18px;
  }

  .select-languages {
    margin-left: 12px;
  }

  .main-header .logo.logo-with-selo > a img {
    max-width: 150px;
  }

  .logo-with-selo .selo-30-anos {
    height: 70px;
    max-height: 70px;
  }

  .main-header .main-menu ul > li > a,
  .header-sticky ul li a,
  .header-sticky.sticky-bar.sticky .main-menu ul > li > a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .header-area .header-top {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-info-left ul li {
    margin-right: 28px;
  }

  .select-languages {
    margin-left: 16px;
  }

  .main-header .main-menu ul > li > a,
  .header-sticky ul li a,
  .header-sticky.sticky-bar.sticky .main-menu ul > li > a {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@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);
    gap: 24px;
  }

  .logo-with-selo .selo-30-anos {
    height: 72px;
    max-height: 72px;
    flex: 0 0 auto;
    margin-left: 0;
  }

  .slicknav_nav {
    clear: both;

    margin-top: 8px;
  }
}

@media (max-width: 575px) {
  .logo-with-selo {
    gap: 20px;
  }

  .logo-with-selo > a img {
    max-width: 160px;
    height: auto;
  }

  .logo-with-selo .selo-30-anos {
    height: 64px;
    max-height: 64px;
  }

  .selo-30-anos--about {
    max-height: 100px;
  }
}
