body {
  margin: 0 auto !important;
  background-color: #fff !important;
  max-width: 1920px !important;
  overflow-x: hidden !important;
}

.container {
  max-width: 1180px;
  margin: auto;
}

a {
  text-decoration: none !important;
  color: #000;
}

.radius-Top {
  border-radius: 25px 25px 0 0;
}

header {
  height: 100px;
  margin: 0 auto;
  z-index: 1000;
  position: relative;
  position: sticky;
  border-radius: 0 0 20px 20px;
  filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.5));
}

header .container {
  height: 100%;
}

header .container nav ul {
  gap: 90px;
  flex-direction: row ;
}

header .container nav .oculto {
  display: none;
}

header .container nav .socialLinkNav {
  width: 90%;
}

header .container img {
  z-index: 1000;
}

header .container nav a:before,
header .container nav p:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: var(--white);
  border-radius: 2px;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
}

header .container nav a:hover:before,
header .container nav p:hover:before,
header .container nav .active:before {
  width: 100%;
  left: 0;
}

header .container button {
  border: none;
  background: transparent;
  display: none;
  z-index: 1000;
}

#menu-btn i {
  padding: 3px 7px !important;
  border: 1px solid var(--white) !important;
  border-radius: 10px !important;
}

.vacancies-icon {
  position: fixed !important;
  max-width: 95vw;
  top: 42%;
  right: -10px;
  z-index: 1000;
  background: var(--green-dark);
  transform: rotate(-90deg) translateY(43px);
  border-radius: 5px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.vacancies-icon a {
  scroll-padding: 1000px;
  color: #000 !important;
}

.vacancies-icon a div {
  padding: 10px 20px !important;
  font-size: 12px !important;
}

footer {
  background-color: var(--blue);
}

footer .logos {
  height: 90px;
}

.menu div:nth-child(1) {
  height: 136px !important;
}

.border-before::before {
  content: "";
  position: relative;
  width: 10px;
  height: 40px;
  margin-top: 7px;
  background-color: var(--green);
}

@media (max-width: 1000px) {
  header {
    height: 90px;
  }

  header .container {
    justify-content: space-between;
    flex-direction: row !important;
  }

  header .container nav {
    display: block !important;
    position: absolute !important;
    height: 100vh;
    background: linear-gradient(
      16.34deg,
      #0930af 0%,
      #0079eb 52.41%,
      #8bbcff 98.67%
    );
    top: 0;
    left: 0;
    width: 100%;
    display: flex !important;
    flex-direction: column;
    clip-path: circle(0% at 100% 0%);
    transition: clip-path 0.7s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    z-index: 1000;
  }

  header .container nav .oculto {
    display: block;
  }

  .navbar-collapse.active {
    clip-path: circle(150% at 100% 0%);
  }

  header .container button {
    display: block;
  }

  header .container nav ul ul {
    position: relative !important;
  }
  
  .navbar-collapse.active {
    justify-content: center !important;
  }
  
  .navbar-nav {
    gap: 40px !important;
    flex-direction: column !important;
    width: 100%;
  }

  header div a {
    z-index: 1100;
  }

  .dropdown-menu.show {
    transform: translate3d(0px, 0px, 0px) !important;
  }

  footer .container {
    padding-top: 30px;
  }

  .menu,
  .contatos {
    width: 100%;
  }

  .accessibilityButton {
    width: 40px;
    height: 40px;
  }

  .socialLink {
    width: 30px;
    height: 30px;
  }

  .accessibility p,
  .redesSociais p {
    display: none;
  }

  .accessibility div,
  .redesSociais div {
    padding-top: 20px;
    margin-left: 16px;
  }

  .contatos ul li a,
  .contatos ul li span {
    font-size: 14px;
  }

  .menu ul li a {
    font-size: 18px;
  }

  .menu div:nth-child(1) {
    height: 169px !important;
  }

  footer .logos {
    height: 60px !important;
  }

  .politicas {
    padding-bottom: 30px;
  }

  .politicas div {
    flex-direction: column;
  }

  .politicas span {
    font-size: 12px;
  }

  .menu ul,
  .contatos div ul {
    margin-left: 10px !important;
  }
}

#topView {
  justify-content: center;
  align-items: center;
  display: none;
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  cursor: pointer;
}

#topView i {
  font-size: 36px !important;
  font-weight: 900 !important;
}
