@charset "UTF-8";
#pagina_vaga #text a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bolder;
}
#pagina_vaga #text h1,
#pagina_vaga #text h2,
#pagina_vaga #text h3,
#pagina_vaga #text h4,
#pagina_vaga #text h5,
#pagina_vaga #text h6 {
  font-size: 1.8rem;
  color: #000;
}
#pagina_vaga #initial_infos {
  background: white;
  height: 100%;
  min-width: 280px;
  border-radius: 34px;
  margin: 26px;
}
#pagina_vaga #initial_infos #basic_infos h1, #pagina_vaga #initial_infos #basic_infos h2, #pagina_vaga #initial_infos #basic_infos span {
  color: black;
}
#pagina_vaga #initial_infos #basic_infos svg {
  color: var(--primary-color);
}
#pagina_vaga #text ol {
  margin-bottom: 26px;
  position: relative;
  bottom: 20px;
}
#pagina_vaga #text p {
  margin-bottom: 40px;
}
#pagina_vaga #description > p {
  font-size: var(--texts-size);
}
#pagina_vaga #description h4 {
  color: #000000;
  font-weight: 500;
  font-size: var(--titles-font);
}
#pagina_vaga #description ul {
  list-style: none;
}
#pagina_vaga #description ul li {
  font-size: var(--texts-size);
  font-family: var(--texts-font);
}
#pagina_vaga #description ul li::before {
  content: "•";
  color: var(--primary-color);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#pagina_vaga #apply {
  width: 200px;
  height: 60px;
  background-color: #f9cd01;
  color: black;
  font-weight: 500;
}
#pagina_vaga #apply:hover {
  transition: 0.3s ease-in;
  background-color: #c9a400;
}
#pagina_vaga #apply:active {
  transition: 0.3s ease-in;
  background-color: #a38500;
}
#pagina_vaga #description .active a {
  -webkit-text-decoration: underline #7941af;
          text-decoration: underline #7941af;
  text-decoration-thickness: 3px;
  text-underline-offset: 106%;
}
#pagina_vaga h2 svg {
  margin: 0px 10px;
}
#pagina_vaga #sobre-setor p {
  font-size: var(--texts-size);
  font-family: var(--texts-font);
}
#pagina_vaga #sobre-setor h2 {
  font-family: var(--titles-font);
}

#pagina_inicial_blog {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}
#pagina_inicial_blog .post img {
  width: auto;
  height: auto;
}
#pagina_inicial_blog .post:hover #img-hover {
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(1.03);
}
#pagina_inicial_blog .post:hover .title-hover {
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: var(--primary-color) !important;
}
#pagina_inicial_blog h2 {
  font-family: var(--title-font);
}

#pagina_inicial #vaga:hover #title-hover {
  -webkit-text-decoration: underline black;
          text-decoration: underline black;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

#text a {
  color: #00249f;
  text-decoration: underline;
  font-weight: 100;
}

#text h1, #text h2, #text h3, #text h4, #text h5, #text h6 {
  color: #000;
  margin-top: 19px;
  margin-bottom: 19px !important;
  font-weight: bold !important;
}
#text h2 {
  font-size: 1.5rem;
  line-height: 32px;
  margin-top: 13px !important;
}
#text h3 {
  font-size: 1.25rem;
  margin-top: 4px !important;
}

#text h1 {
  font-weight: bold;
}

#text ol {
  margin-bottom: 26px;
  position: relative;
  bottom: 20px;
}

#text p {
  margin-bottom: 25px;
}

.active a {
  -webkit-text-decoration: underline var(--primary-color);
          text-decoration: underline var(--primary-color);
  text-decoration-thickness: 3px;
  text-underline-offset: 106%;
}

#text {
  color: #414042;
  line-height: 31px;
  font-size: var(--texts-size) !important;
  font-family: var(--texts-font);
}

#headline > h1 {
  font-family: var(--titles-font);
}

.share {
  margin-top: 10px;
}
.share a {
  text-decoration: none;
}

.navbar-collapse {
  align-items: flex-start !important;
}

nav {
  padding: 0 !important;
}

.nav-link:hover {
  color: var(--primary-color) !important;
}

.search {
  width: 100%;
  margin-bottom: auto;
  height: 53px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgb(223, 223, 223);
}

.search-input {
  color: white;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  margin-top: 5px;
  caret-color: transparent;
  line-height: 20px;
  transition: width 0.4s linear;
}

.search .search-input {
  padding: 0 10px;
  width: 100%;
  caret-color: #536bf6;
  font-size: 19px;
  font-weight: 300;
  color: black;
  transition: width 0.4s linear;
}

.search-icon {
  height: 34px;
  width: 34px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: rgba(121, 65, 175, 0.7019607843);
  font-size: 10px;
  bottom: 30px;
  position: relative;
  border-radius: 5px;
}

.search-icon:hover {
  color: #fff !important;
}

::-webkit-scrollbar {
  height: 3px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#checkbox_hamburger, #checkbox_search {
  position: absolute;
  display: block;
  height: 19px;
  width: 24px;
  top: 32px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

#checkbox_hamburger {
  left: 29px;
}

#checkbox_search {
  right: 29px;
}

header .hamburger-lines, header .search-lines {
  display: block;
  height: 16px;
  width: 24px;
  position: absolute;
  top: 30.5px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

header .hamburger-lines {
  left: 29px;
}

header .search-lines {
  right: 29px;
}

header .hamburger-lines .line {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 10px;
  background: #0e2431;
}

header .hamburger-lines .line1 {
  transform-origin: 0% 28%;
  transition: transform 0.4s ease-in-out;
}

header .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

header .hamburger-lines .line3 {
  transform-origin: 13% 100%;
  transition: transform 0.4s ease-in-out;
}

header input[type=checkbox]:checked ~ .menu-items {
  transform: translateX(0);
}

header input[type=checkbox]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

header input[type=checkbox]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

header input[type=checkbox]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1020px) {
  #navbarNav > div.w-100.d-flex.justify-content-between.align-items-center {
    gap: 30px;
  }
  #navbarNav > div.w-100.d-flex.justify-content-between.align-items-center > div.d-flex.flex-row.align-items-center {
    justify-content: space-between;
    width: 98%;
  }
  #navbarNav > div.w-100.d-flex.justify-content-between.align-items-center > div.d-flex.justify-content-center {
    width: 100% !important;
  }
  #resize {
    gap: 0px !important;
  }
  nav a img {
    width: 144px !important;
  }
  #navbarNav > div.w-100.d-flex.justify-content-between.align-items-center {
    gap: 0px !important;
  }
  #navbarNav > div.w-100.d-flex.justify-content-between.align-items-center {
    padding-bottom: 0px !important;
  }
  #hamburger_menu, #search-menu {
    display: flex !important;
  }
  #search-menu {
    display: flex !important;
  }
  #resize {
    justify-content: center !important;
  }
  #navbarNav > div.w-100.d-flex.justify-content-between.align-items-center {
    padding: 6px !important;
  }
  .navbar-brand {
    margin: 0 !important;
  }
  #navbarNav > div.w-100.d-flex.justify-content-between.align-items-center {
    min-height: 76px !important;
  }
}
@media screen and (max-width: 520px) {
  #navbarNav > div.w-100.d-flex.align-content-center.justify-content-center {
    overflow-x: scroll;
  }
  #navbarNav > div.w-100.d-flex.align-content-center.justify-content-center > ul {
    width: 100%;
    margin-left: 12px;
  }
  #resize_element1 > span:nth-child(1) > a,
  #resize_element1 > span:nth-child(2) > a {
    font-size: 16px !important;
  }
  #resize_element1 {
    gap: 0.5rem !important;
  }
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZJhiI2B.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZthiI2B.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZNhiI2B.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZxhiI2B.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZBhiI2B.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZFhiI2B.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --primary-color: #7941af;
  --titles-font: "Poppins", sans-serif;
  --texts-font: "Inter", sans-serif;
  --texts-size: 1.05rem;
}

html,
body {
  min-height: 100%;
  background-color: rgb(250, 250, 250) !important;
}

nav {
  padding: 0px 12px !important;
}
nav a {
  color: #dab200;
}
nav a img {
  width: 180px;
}

.text-underline-hover {
  text-decoration: none;
}

.text-underline-hover:hover {
  text-decoration: underline;
}

.active a {
  -webkit-text-decoration: underline var(--primary-color);
          text-decoration: underline var(--primary-color);
  text-decoration-thickness: 2px;
  text-underline-offset: 56%;
}

#example-search-input {
  box-shadow: 0px 0px 11px -4px rgba(0, 0, 0, 0.79);
}

footer {
  margin-top: 100px !important;
}

.hr:after {
  content: " ";
  display: block;
  border-bottom: 0.5px solid #d3d3d3;
}

.obrigatorio::after {
  content: "* ";
  color: red;
}

#loadMoreButton {
  border: 1px solid var(--primary-color);
  height: 50px;
  font-weight: bolder;
  border-radius: 5px;
  background: none;
  text-wrap: nowrap;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out !important;
  padding: 0px 15px !important;
  background: var(--primary-color) !important;
  color: white;
}/*# sourceMappingURL=main.css.map */