@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

body {
  font-family: "Inter", sans-serif;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.5);
}

button:focus {
  outline: none !important;
}

.taschibra-slide {
  width: 100%;
  height: auto;
}

.taschibra-slide .swiper-slide img {
  width: 100%;
}

.taschibra-slide .taschibra-button-prev {
  color: #00a859;
}

.taschibra-slide .taschibra-button-next {
  color: #00a859;
}

.site-header {
  display: flex;
  align-items: center;
  height: 65px;
}

@media (max-width: 991px) {
  .site-header {
    height: auto;
    padding: 15px 0;
  }
}

.site-header a {
  text-decoration: none;
}

@media (max-width: 991px) {
  .site-header__menu {
    margin-top: 12px;
  }
}

.site-header__menu a {
  font-size: 14px;
  color: #ffffff;
}

.site-header__login {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  border-radius: 8px;
  color: #4F4F4F;
  background: #DDDDDD;
  padding: 0 18px;
}

@media (max-width: 991px) {
  .site-header__login {
    height: auto;
    padding: 12px 15px;
    margin-top: 10px;
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: #4F4F4F !important;
  border-radius: 8px;
  display: flex;
  place-content: center;
  place-items: center;
  border: 1px solid #DDDDDD;
  font-weight: 500;
}

#header_nav .site-header__menu a.is-active {
  color: white !important;
  background-color: #303259;
  border: 1px solid #303259;
}

.site-beneficios {
  background-color: #585758;
  padding: 58px 0 28px;
}

@media (max-width: 767px) {
  .site-beneficios {
    padding: 38px 0 18px;
  }
}

.site-beneficios__titulo {
  font-size: em(30);
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 36px;
}

.site-beneficios__item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 34px;
  padding-left: 70px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-beneficios__item {
    margin-bottom: 24px;
    padding-left: 68px;
  }
}

.site-beneficios__item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.site-beneficios__item span {
  max-width: 160px;
  font-size: 14px;
  color: #fff;
  line-height: 1.4em;
  font-weight: 600;
}

.site-beneficios__item span small {
  display: block;
  font-size: 10px;
  line-height: 1.65em;
  margin-top: 4px;
}

.site-footer {
  padding: 62px 0 50px;
  color: #ffffff;
  margin-top: 65px;
  background-color: #00a859;
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-footer {
    padding: 42px 0 40px;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 42px 0 50px;
    margin-top: 35px;
  }
}

.site-footer a {
  color: #ffffff;
  transition: all 300ms;
}

.site-footer a:hover {
  color: #a7ffd6;
}

.site-footer__lista {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.site-footer__lista__item {
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .site-footer__lista__item {
    margin-bottom: 10px;
  }
}

.site-footer__lista__item a {
  display: block;
  padding-left: 24px;
  line-height: 1.45em;
}

.site-footer__titulo {
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 12px;
  color: #ffcc29;
}

@media (max-width: 767px) {
  .site-footer__titulo {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.site-footer__titulo--mt {
  margin-top: 24px;
}

.site-footer__telefone {
  font-size: 16px;
  font-weight: 300;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px auto;
  background-image: url("phone.svg");
}

.site-footer__telefone strong {
  font-weight: 700;
}

.site-footer__endereco {
  font-size: 12px;
  line-height: 2em;
  font-weight: 600;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 18px auto;
  background-image: url("pin.svg");
  padding-left: 22px;
  min-height: 21px;
}

@media (max-width: 767px) {
  .site-footer__endereco {
    font-size: 14px;
    line-height: 1.65em;
  }
}

.site-footer__logo {
  display: block;
  margin: 0 auto;
}

.site-footer__social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 46px;
}

@media (max-width: 767px) {
  .site-footer__social {
    margin-top: 35px;
  }
}

.site-footer__social__item {
  margin: 0 9px;
}

.site-footer__social__item img {
  width: 20px;
}

.logo-natela {
  margin: 36px auto 24px;
}

.logo-natela img {
  display: block;
  margin: 0 auto;
}

.site-banner {
  display: flex;
  align-items: center;
  height: 350px;
  margin-bottom: 54px;
  background-position: center top;
}

@media (max-width: 767px) {
  .site-banner {
    height: 150px;
    margin-bottom: 25px;
    background-size: auto 100%;
  }
}

.site-banner h1 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.2em;
}

@media (max-width: 767px) {
  .site-banner h1 {
    font-size: 35px;
  }
}

.site-vagas {
  margin-top: 65px;
}

@media (max-width: 767px) {
  .site-vagas {
    margin-top: 0;
    padding-bottom: 10px;
  }
}

.vaga-notificacao {
  display: block;
  margin-bottom: 20px;
}

.vaga-notificacao span {
  color: #585758;
  border: 1px solid #585758;
  padding: 0.2rem 1rem;
  font-weight: 500;
}

.site-conteudo .site-vaga {
  padding: 95px 0;
  background-color: #f7f7f7;
  margin-bottom: 38px;
}

.site-conteudo .site-vaga.vaga-detalhe {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-conteudo .site-vaga {
    padding: 35px 0;
  }
}

@media (max-width: 767px) {
  .site-conteudo .site-vaga {
    padding: 20px 0 0;
    margin-bottom: 35px;
    background: transparent;
  }

  .site-conteudo .site-vaga img {
    display: block;
    margin: 0 auto 20px;
  }
}

.site-conteudo .site-vaga h2 {
  margin-bottom: 0;
}

.site-conteudo .site-vaga small {
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .site-conteudo .site-vaga small {
    margin-bottom: 15px;
  }
}

.site-conteudo .site-vaga h4 {
  font-size: 18px;
  color: #585758;
  font-weight: 600;
  margin: 0 0 5px;
}

.site-conteudo .site-vaga p {
  font-size: 14px;
  color: #585758;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 20px;
}

.site-conteudo .site-vaga__link {
  display: inline-block;
  height: 40px;
  font-size: 0.75em;
  color: #ffffff;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  background: #00a859 url("arrow-btn.svg") no-repeat right 16px center;
  background-size: auto 12px;
  padding: 0 46px 0 18px;
  transition: all 400ms;
  min-width: 126px;
  outline: none;
  border: none;
}

.site-conteudo .site-vaga__link:hover {
  text-decoration: none;
  background-color: #ffcc29;
}

.site-conteudo .site-form__titulo {
  margin-bottom: 20px;
}

.site-conteudo .site-form__campo {
  margin-bottom: 10px;
}

.site-conteudo .site-form__input {
  display: block;
  width: 100%;
  height: 42px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #1f1f1f;
  line-height: normal;
  padding: 0 18px;
  outline: none !important;
  border: 1px solid #ccc;
}

.site-conteudo .site-form__input::-webkit-input-placeholder {
  color: #1f1f1f;
  opacity: 1 !important;
  font-weight: 600;
}

.site-conteudo .site-form__input:-moz-placeholder {
  color: #1f1f1f;
  opacity: 1 !important;
  font-weight: 600;
}

.site-conteudo .site-form__input::-moz-placeholder {
  color: #1f1f1f;
  opacity: 1 !important;
  font-weight: 600;
}

.site-conteudo .site-form__input:-ms-input-placeholder {
  color: #1f1f1f;
  opacity: 1 !important;
  font-weight: 600;
}

.site-conteudo .site-form__button {
  display: inline-block;
  height: 40px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  background: url("arrow-btn.svg") no-repeat right 16px center;
  background-size: auto 12px;
  padding: 0 46px 0 18px;
  transition: all 400ms;
  min-width: 126px;
  border: none;
  margin-top: 8px;
  background-color: #00a859;
}

@media (max-width: 767px) {
  .site-conteudo .site-form__button {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}

.site-conteudo .site-form__button:hover {
  background-color: #ffcc29;
  color: #ffffff;
}

.site-conteudo .site-form__imagem {
  float: right;
}

.site-conteudo .site-lista {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 28px 0 0;
}

.site-conteudo .site-lista__item {
  font-size: 13px;
  color: #585758;
  line-height: 1.5em;
  margin-bottom: 10px;
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: auto 14px;
  background-image: url("arrow-link.svg");
}

.site-conteudo .site-lista__item a {
  color: #585758;
}

#footer a {
  color: #ffffff;
}

.site-cookies {
  position: fixed;
  z-index: 2000;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  padding: 25px 20px;
}

@media (max-width: 767px) {
  .site-cookies {
    padding: 20px 10px 25px;
  }
}

.site-cookies__frase {
  font-size: em(16);
  color: #fff;
  line-height: 1.55em;
  margin: 0 0 14px;
}

.site-cookies__frase a {
  color: #00a859;
  border-bottom: 1px solid #00a859;
  text-decoration: none;
}

.site-cookies__btn {
  display: inline-block;
  background-color: #00a859;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  padding: 7px 30px;
  margin: 4px 0 0;
  transition: all 350ms;
  text-decoration: none !important;
}

.site-cookies__btn:hover {
  color: #fff;
  background-color: #088a4d;
}

.job-share {
  display: flex;
  align-items: center;
  margin: 15px -10px;
  padding-bottom: 15px;
}

.job-share a {
  display: inline-block;
  padding: 0 10px;
  color: #00a859;
}

.job-share a:hover {
  color: #00a859;
}

.job-share a svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 25px;
}