@media (max-width: 1199px) {
  .header .main-header .header-left {
    display: none;
  }
  
  #header li a:after {
    background-color: #fff;
    display: none;
  }

  #header li a:hover::after {
    width: 0px;
  }

  header .input-header {
    /* border: 1px solid #ffffff; */
    display: none !important;
  }
  header .input-header img,
  header img.list {
    width: 30px;
  }

  header .header-logo img {
    width: auto;
    height: 75px;
  }

  .container-mobile {
    display: flex;
    justify-content: space-between;
  }

  .header-container.mb {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #ffffff;
    color: #ed6b47;
    border: none;
    padding: 24px 0;
  }

  .hidden {
    visibility: hidden;
  }
  .unset {
    display: unset;
  }

  .container-toggle {
    display: flex;
    justify-content: space-between;
  }

  #header-container > div > button > img {
    float: right;
    width: 20px;
    margin-top: -40px;
  }

  .container-toggle button {
    border: none;
    background: transparent;
  }

  .mobile-container li.has-children,
  .mobile-container li.has-children a {
    font-family: "Superclarendon";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: #ed6b47;
    margin-top: 25px;
  }

  .mobile-container li a.closer {
    color: #0069b4;
    margin-left: 35px;
  }

  .mobile-container img.icon-camarao {
    width: 20px;
    margin-right: 10px;
  }

  #header-container
    > ul
    > div
    > li:nth-child(3)
    > div
    > ul
    > li:nth-child(1)
    > a
    > img,
  #header-container
    > ul
    > div
    > li:nth-child(3)
    > div
    > ul
    > li:nth-child(2)
    > a
    > img,
  #header-container
    > ul
    > div
    > li:nth-child(3)
    > div
    > ul
    > li:nth-child(3)
    > a
    > img,
  #header-container
    > ul
    > div
    > li:nth-child(3)
    > div
    > ul
    > li:nth-child(4)
    > a
    > img,
  #header-container
    > ul
    > div
    > li:nth-child(3)
    > div
    > ul
    > li:nth-child(5)
    > a
    > img,
  #header-container
    > ul
    > div
    > li:nth-child(3)
    > div
    > ul
    > li:nth-child(6)
    > a
    > img,
  #header-container
    > ul
    > div
    > li:nth-child(3)
    > div
    > ul
    > li:nth-child(7)
    > a
    > img,
  #header-container
    > ul
    > div
    > li:nth-child(3)
    > div
    > ul
    > li:nth-child(8)
    > a
    > img {
    margin-left: 20px;
  }

  #header-container > ul > div > li:nth-child(3) > img:nth-child(2) {
    margin-bottom: 2px;
  }

  /* Animação modal head responsivo */
  .menu-enter-active,
  .menu-leave-active {
    transition: transform 0.2s ease;
  }
  .menu-enter,
  .menu-leave-to {
    transform: translateX(-100%);
    transition: all 150ms ease-in 0s;
  }
}

@media (max-width: 680px) {
  .header .borda-input input.search-mobile {
    width: 80%;
    border: none;
    color: #0069b4;
  }
}

@media (max-width: 320px) {
  .mobile-container li.has-children a,
  .mobile-container li.has-children {
    font-size: 12px;
  }
}
