* {
  scroll-behavior: smooth;
}

body {
  line-height: 1.6;
  margin: 0;
  font-size: 16px;
}
body .header {
  height: 130px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -25px;
}
body .header .telefone-header {
  z-index: 1;
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: -10px;
}
body .header .telefone-header .icone-fone {
  font-size: 19px;
  margin-right: 5px;
  color: #dedede;
  transform: rotate(135deg);
}
body .header .telefone-header .telefone-coleta-header {
  font-size: 14px;
  letter-spacing: 1px;
  color: #dedede;
  margin-left: 10px;
}

.navbar {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  height: 80px;
  background: transparent;
  box-shadow: none;
  text-transform: lowercase;
  margin-bottom: -220px;
}
.navbar .container {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
}
.navbar .container .brand {
  margin: 0px 100px 0 20px;
  font-size: 1.45em;
}
.navbar .container .brand a {
  padding: 10px 15px;
  text-align: center;
  display: block;
}
.navbar .container .brand .logo {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  line-height: inherit;
}
.navbar .container .brand .logo .img_logo {
  margin-top: -6px;
  width: 150px;
}
.navbar .container .brand .display__logo {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.navbar .nav {
  margin-top: -45px;
  display: flex;
  justify-content: space-around;
  text-align: center;
}

nav .divisor {
  width: 100%;
  display: block;
  position: absolute;
  background: #dedede;
  height: 1px;
  margin-top: -160px;
}
nav .nav__items {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 42px;
  display: flex;
}
nav .nav__items .nav__link {
  color: white;
  font-size: 16px;
  padding: 10px 15px;
  text-align: center;
  display: block;
  letter-spacing: 2px;
}
nav .nav__items .btn-coleta {
  height: 55px;
  width: 180px;
  margin-top: 17px;
  border-radius: 10px;
  margin-left: 35px;
}
nav .nav__items .btn-coleta label {
  color: white;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  position: relative;
  margin-left: 14px;
  margin-top: -5px;
  letter-spacing: 0.5px;
  cursor: pointer;
}

#nav:checked + .nav__open {
  transform: rotate(45deg);
}
#nav:checked + .nav__open i {
  transition: transform 0.2s ease;
}
#nav:checked + .nav__open i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}
#nav:checked + .nav__open i:nth-child(2) {
  opacity: 0;
}
#nav:checked ~ .nav__item a {
  display: block !important;
}
#nav:checked + .nav__open i:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
}
#nav:checked ~ .nav {
  z-index: 9990;
  opacity: 1;
}
#nav:checked ~ .nav ul li a {
  opacity: 1;
  transform: translateY(0);
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  margin-left: 0;
}

.hidden {
  display: none;
}

.affix {
  box-shadow: 0 14px 14px -14px rgba(0, 0, 0, 0.75);
  transition: 0.4s;
  color: black;
}
.affix .nav__link {
  color: black;
  text-decoration: none;
  padding: 10px 15px;
  text-align: center;
  display: block;
}

@media screen and (max-width: 1350px) {
  .divisor,
.btn-coleta {
    display: none !important;
  }

  .header,
.ativa {
    display: none !important;
  }

  .sticky {
    margin-bottom: -65px;
    height: 80px;
  }

  .img_logo {
    margin-left: -10px;
    margin-top: -15px !important;
  }

  .navbar {
    margin-bottom: -240px !important;
  }

  .nav {
    display: none;
    position: fixed;
    top: 45px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: white;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .nav .nav__items {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    margin-top: 0;
    justify-content: center;
    height: 100%;
  }
  .nav .nav__items .nav__item {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
  }
  .nav .nav__items .nav__item:nth-child(1) a {
    transition-delay: 0.2s;
  }
  .nav .nav__items .nav__item:nth-child(2) a {
    transition-delay: 0.3s;
  }
  .nav .nav__items .nav__item:nth-child(3) a {
    transition-delay: 0.4s;
  }
  .nav .nav__items .nav__item:nth-child(4) a {
    transition-delay: 0.5s;
  }
  .nav .nav__items .nav__item:nth-child(5) a {
    transition-delay: 0.6s;
  }
  .nav .nav__items .nav__item:nth-child(6) a {
    transition-delay: 0.7s;
  }
  .nav .nav__items .nav__item:nth-child(7) a {
    transition-delay: 0.8s;
  }
  .nav .nav__items .nav__item:not(:first-child) {
    margin-left: 0;
  }
  .nav .nav__items .nav__item .nav__link {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transform: translateY(-20px);
    transition: all 0.2s ease;
    height: 45px;
  }

  .container .nav__open {
    position: absolute;
    right: 10px;
    top: 16px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
  }
  .container .nav__open i {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    margin-left: 14px;
  }
  .container .nav__open i:nth-child(1) {
    margin-top: 16px;
  }
  .container .nav__open i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .container .nav__open i:nth-child(3) {
    margin-top: 4px;
  }
}
