* {
  scroll-behavior: smooth;
}

.header {
  height: 35px;
}

.navbar {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 800;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  background-color: white;
  transition: 0.4s;
  height: 80px;
  box-shadow: none;
}
.navbar .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-left: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.navbar .nav__items {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 20px;
  display: flex;
}
.navbar .brand {
  margin: 0 20px;
  font-size: 1.45em;
}
.navbar .brand a {
  padding: 10px 15px;
  text-align: center;
  display: block;
}
.navbar .brand .logo {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  line-height: inherit;
}
.navbar .brand .logo img {
  width: 150px;
}
.navbar .nav__link {
  text-decoration: none;
  padding: 10px 15px;
  text-align: center;
  display: block;
  color: black;
  font-size: 14px;
  text-transform: uppercase;
}
.navbar .btn-coleta {
  height: 60px;
  width: 200px;
  margin-top: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .btn-coleta label {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 7px;
  color: black;
  font-weight: 700;
  cursor: pointer;
}
.navbar .ativa {
  width: 6px;
  height: 15px;
  display: block;
  position: relative;
  margin: 35px 0 -50px 5px;
}

#nav:checked + .nav__open {
  transform: rotate(45deg);
}
#nav:checked + .nav__open i {
  background-color: var(--shades);
  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);
}

.affix {
  background-color: white;
  box-shadow: 0 14px 14px -14px rgba(0, 0, 0, 0.75);
  transition: 0.4s;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 5;
}

.hidden {
  display: none;
}

@media screen and (max-width: 1700px) {
  .header {
    width: 96% !important;
    margin-left: 30px;
  }

  .navbar .nav {
    margin-left: 0px !important;
  }
  .navbar .btn-coleta {
    height: 60px;
    width: 185px !important;
    margin-left: 0px !important;
    margin-top: 11px;
  }
  .navbar .btn-coleta label {
    font-size: 16px !important;
    padding-left: 8px;
  }
  .navbar .brand {
    margin: 0 0px !important;
  }
  .navbar .img_logo {
    margin-top: 10px;
  }
  .navbar .container .brand {
    margin: 0px;
    font-size: 1.45em;
  }
}
@media screen and (max-width: 1600px) {
  .btn-coleta {
    display: none !important;
  }
}
@media screen and (max-width: 1300px) {
  .navbar {
    width: 75%;
  }
}
@media screen and (max-width: 1200px) {
  .header,
.btn-coleta {
    display: none !important;
  }

  .navbar {
    width: 100%;
  }
  .navbar .nav {
    background-color: white;
    margin-left: 0px !important;
  }
  .navbar .brand {
    margin: 0 0px !important;
  }
  .navbar .logo {
    margin-left: 60px;
  }

  .sticky {
    background-color: white;
    margin-bottom: -135px;
  }

  .affix {
    box-shadow: 0 14px 14px -14px rgba(0, 0, 0, 0.75);
    transition: 0.4s;
  }

  .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: var(--primary);
    opacity: 0;
    transition: all 0.2s ease;
  }
  .nav .nav__items {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  .nav .nav__items .nav__item {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
    color: black;
  }
  .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 {
    padding: 10px 25px;
    opacity: 0;
    color: var(--shades);
    font-size: 24px;
    font-weight: 600;
    transform: translateY(-20px);
    transition: all 0.2s ease;
  }
  .nav .nav__items .nav__item .nav__link:hover {
    color: var(--secondary);
  }

  .nav__open {
    position: absolute;
    right: 10px;
    top: 16px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
  }
  .nav__open i {
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--secondary);
    border-radius: 2px;
    margin-left: 14px;
  }
  .nav__open i:nth-child(1) {
    margin-top: 16px;
  }
  .nav__open i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .nav__open i:nth-child(3) {
    margin-top: 4px;
  }
}
@media screen and (max-width: 900px) {
  .header,
.btn-coleta {
    display: none !important;
  }

  .navbar {
    width: 100%;
  }
  .navbar .nav {
    background-color: white;
    margin-left: 0px !important;
  }
  .navbar .brand {
    margin: 0 0px !important;
  }
  .navbar .logo {
    margin-left: 60px;
  }

  .sticky {
    background-color: white;
    margin-bottom: -135px;
  }

  .affix {
    box-shadow: 0 14px 14px -14px rgba(0, 0, 0, 0.75);
    transition: 0.4s;
  }

  .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .nav .nav__items {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    top: 45%;
    justify-content: center;
    height: 100%;
  }
  .nav .nav__items .nav__item {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
    color: black;
  }
  .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 {
    font-size: 20px;
    transform: translateY(-20px);
    transition: all 0.2s ease;
    height: 45px;
  }

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