@font-face {
  font-family: fontProjeto;
  src: url(../font/CodecPro-Regular.ttf) format("truetype");
}

@font-face {
  font-family: fontExtraBold;
  src: url(../font/CodecCold-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: fontCodecRegular;
  src: url(../font/codec-pro-light.ttf) format("truetype");
}

@font-face {
  font-family: fontCodecBold;
  src: url(../font/codec-pro-bold.ttf) format("truetype");
}

@font-face {
  font-family: sonnyGotich;
  src: url(../font/W\ Foundry\ -\ Sonny\ Gothic\ Condensed\ Bold.otf) format("opentype");
}

:root {
  --fontProjeto: fontProjeto;
  --fontExtraBold: fontExtraBold;
  --fontCodecRegular: fontCodecRegular;
  --fontCodecBold: fontCodecBold;
  --sonnyGotich: sonnyGotich;
  --black: #313131;
  --green: #334644;
  --golden: #feb812;
  --vividBlue: #007bff;
  --azulFirst: hsl(222deg 48% 30%);
  --amareloFirst: hsl(41deg 99% 58%);
  --vermelhoFirst: hsl(358deg 51% 40%);
  --gray: rgb(66, 66, 66);
  --logoWidth: clamp(150px, 35vw, 300px);
  --headerMinHeight: 65px;
  --fontFamilyDiv: "Titillium Web", sans-serif;
  --fontSizeDiv: clamp(1.5em, 2vw, 30px);
  --textShadow: 1.5px 1.5px 0px #000000;
  --container: 1240px;
  --titillium: "Titillium Web", sans-serif;
  --fontSizeTitulos: clamp(28px, 4.5vw, 32px);
  --fontSizePadrao: clamp(19px, 18px, 2vw);
  --buttonFont: clamp(20px, 25px, 2.5vw);
  --paddingFaixas: clamp(50px, 5vw, 30%);
  --tamanhoRetangulo: 200px;
}

body .whatsapp-button {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  z-index: 1000 !important;
}

.whatsapp-button img {
  width: 90px !important;
  height: 90px !important;
}

#container {
  scroll-behavior: smooth;
  position: relative;
  height: 100vh;
  padding: 0px;
  /*overflow: auto;*/
  margin: 0 auto;
  background-color: white;
  padding-top: 80px;
}

body {
  scroll-behavior: smooth;
}

html,
body,
*,
*::after,
*::before {
  scroll-behavior: smooth;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
  font-family: var(--fontProjeto);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 3vw 10px 0;
  min-height: var(--headerMinHeight);
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header p {
  all: unset;
}

.header a,
.header a:visited,
.header a:-webkit-any-link,
.header a:any-link,
a {
  all: unset;
  color: unset;
}

.main.container>div {
  margin-bottom: 15px;
  /* Ajuste o valor conforme necessário */
}

section#faq {
  min-height: 40vh;
  padding: 5vw;
}

#faq>div:nth-of-type(1) {
  background-image: url(../img/faq.png);
  background-repeat: no-repeat;
  background-size: 50px;
  min-height: 50px;
  margin-bottom: 50px;
  padding-left: 75px;
  display: flex;
  align-items: center;
  font-size: 25px;
}

#faq>div:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-evenly;
}

#faq>div:nth-of-type(2)>div {
  /* border: 2px solid var(--azulFirst); */
  border-radius: 5px;
  /* color: var(--azulFirst); */
  /* padding: 6px 3px; */
  width: max-content;
  min-width: 200px;
  cursor: pointer;
  margin-bottom: 15px;
  text-align: center;
}

#faq>div:nth-of-type(2)>div.clicado {
  /* background-color: var(--azulFirst); */
  color: black;
}

#faq .rectangle:focus {
  outline: none;
  border-color: var(--vermelhoFirst);
}

.faq>ul {
  margin-bottom: 20px;
}

.faq>ul>li:first-of-type {
  font-size: 1.1rem;
  font-weight: 500;
  border-left: 5px orange solid;
  padding-left: 13px;
  list-style: none;
  font-weight: 600;
}

.faq>ul>li:nth-of-type(n + 2) {
  list-style: none;
  margin-left: 30px;
  margin-top: 10px;
}

.selecionado::after {
  /* width: 100% !important; */
}

/* .selecionado {
    /* color: var(--amareloFirst) !important;
    color: var(--vermelhoFirst) !important;
    font-weight: 700 !important;
  } */
.header>div:nth-of-type(1) {
  width: 100%;
  align-items: center;
  background-image: url(../new_img/First\ RH\ Group\ LOGO\ SEM\ FUNDO.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 5vw center;
  min-height: var(--headerMinHeight);
  cursor: pointer;
  background-size: 160px;
}

.header>div:nth-of-type(1) p:first-of-type {
  letter-spacing: 2px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 35px;
}

.header>div:nth-of-type(1) p:last-of-type {
  letter-spacing: 2px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  color: var(--golden);
}

.header>div:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - var(--logoWidth) - 15px);
  margin-left: auto;
  column-gap: clamp(15px, 3.5vw, 50px);
  height: var(--headerMinHeight);
}

.header>div:nth-of-type(2) a {
  transition: color 300ms;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  color: black;
  text-decoration: none;
}

#menuSuspenso>a.active,
#menuSuspensoMobile>a.active {
  color: var(--vermelhoFirst);
}

#menuSuspensoMobile>a:active {
  color: var(--vermelhoFirst);

}

#menuSuspenso>a:active {
  color: var(--vermelhoFirst);
}

#menuSuspensoMobile a,
#menuSuspensoMobile a:visited,
#menuSuspensoMobile a:-webkit-any-link,
#menuSuspensoMobile a:any-link,
a {
  all: unset;
  color: black;
  text-decoration: none;
}

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

.menuSuspensoMobile {
  padding-top:2rem;
  box-shadow: 0px 6px 7px grey;
  letter-spacing: 3px;
  position: absolute;
  top: 0;
  left: 0;
  height: 60vh;
  background-color: var(--black);
  z-index: 2;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
  color: white;
  overflow: hidden;
  transition: width 850ms, height 850ms;
  -webkit-transition: width 850ms, height 850ms;
  -moz-transition: width 850ms, height 850ms;
  -ms-transition: width 850ms, height 850ms;
  -o-transition: width 850ms, height 850ms;
  width: 0;
}

.menuSuspensoMobile a,
#menuSuspensoMobile a {
  cursor: pointer !important;
}

#menuSuspensoMobile>a:hover {
  text-decoration: underline;
}

#menuSuspensoMobile.showMenuMobile {
  width: 100%;
}

#menuSuspensoMobile>div {
  display: flex;
  gap: 15%;
  width: 80%;
  justify-content: center;
}

#menuSuspensoMobile>div div {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  background-size: contain;
  filter: unset;
  -webkit-filter: unset;
}

#menuSuspenso {
  position: absolute;
  top: 10px;
  /* Ajuste conforme necessário */
  right: 10px;
  /* Ajuste conforme necessário */
}

#menuSuspenso>a {
  white-space: nowrap;
  /* Impede que o texto quebre para uma nova linha */
  margin-left: -15px;
  /* Reduzindo a margem entre os itens do menu */
  display: inline-block;
  /* Garante que os itens do menu permaneçam em uma linha */
  position: relative;
  /* Adicionado para tornar o posicionamento do ::after relativo a este elemento */
}

#menuSuspenso>a::after {
  content: "";
  height: 3px;
  width: 0;
  background-color: var(--amareloFirst);
  position: absolute;
  bottom: -7px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: width 650ms;
  -webkit-transition: width 650ms;
  -moz-transition: width 650ms;
  -ms-transition: width 650ms;
  -o-transition: width 650ms;
  left: 0;
  /* Alinha o início do ::after com o início do texto */
}

#menuSuspenso>a:hover::after {
  width: 100%;
  bottom: -7px;
}

.header>div:nth-of-type(2)>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  min-width: 80px;
}

.header>div:nth-of-type(2)>div>div,
.header>div:nth-of-type(2)>div>a>div {
  min-height: 20px;
  min-width: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: filter 500ms;
  -webkit-transition: filter 500ms;
  -moz-transition: filter 500ms;
  -ms-transition: filter 500ms;
  -o-transition: filter 500ms;
}

#flag {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(107, 14, 14);
  font-size: 20px;
}

.goog-te-gadget-simple {
  border-left: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  border-right: 0px !important;

}

#flag:hover {
  color: black;
  font-weight: 700;
}




.whatsApp {
  background-image: url(../img/whatsApp_1.png);
}

.whatsApp:hover,
.whatsApp:active {
  background-image: url(../img/whatsApp_invert.png);
  position: relative;
  bottom: -1px;
}

.header>div:nth-of-type(2)>div>div:hover {
  filter: unset;
  -webkit-filter: unset;
}

.main {
  background-image: url(../img/image_1.png);
  background-image: url(../img/image_1.webp);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 5vw;
  background-size: cover;
  animation-name: main;
  animation-duration: 3s;
  animation-delay: 2000ms;
  animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.main>div {
  color: white;
  font-family: var(--fontFamilyDiv);
}

.main>div {
  animation-duration: 600ms;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.main>div:nth-of-type(1) {
  opacity: 0;
  font-size: clamp(25px, 40px, 3vw);
  animation-name: titulos;
  font-family: var(--fontExtraBold);
  animation-delay: 350ms;
  margin-bottom: 5vh;
}

.main>div:nth-of-type(2),
.main>div:nth-of-type(3),
.main>div:nth-of-type(4),
.main>div:nth-of-type(5) {
  animation-name: subtitulos;
  opacity: 0;
  margin-top: 5px;
  font-size: clamp(18px, 22px, 2.5vw);
}

.main>div:nth-of-type(2) {
  animation-delay: 600ms;
}

.main>div:nth-of-type(3) {
  animation-delay: 800ms;
}

.main>div:nth-of-type(4) {
  animation-delay: 1000ms;
}

.main>div:nth-of-type(5) {
  animation-delay: 1200ms;
}

.main>div:nth-of-type(6) {
  animation-delay: 6000ms;
}

.main>a>button,
#entendaMais>a>button,
#podemosAjudar a>button,
#procuraApoio a>button {
  margin-top: 50px;
  cursor: pointer;
  padding: 8px 18px;
  text-decoration: none;
  background-color: transparent;
  /* color: var(--amareloFirst); */
  border: 3px solid var(--amareloFirst);
  font-family: var(--titillium);
  font-weight: bold;
  font-size: var(--buttonFont);
}
#entendaMais>a>button{
 font-weight: 500;
}

body {
  top: 0px !important;
}

.main>a>button {
  cursor: pointer;
  padding: 15px 18px;
  text-decoration: none;
  background-color: transparent;
  border: 3px solid var(--amareloFirst);
  font-family: var(--fontCodecRegular);
  font-weight: bold;
  font-size: clamp(15px, 20px, 2.5vw);
  opacity: 0;
  animation-delay: 3000ms;
  animation-name: main_button;
  animation-duration: 1200ms;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  margin-top: calc(2vh + 5px);
  color: white;
 
}

.main>a>button:active {
  position: relative;
  top: 1px;
}

.geral>div:nth-of-type(1) {
  margin-top: 0px;
}

.geral div:nth-of-type(3) {
  display: flex;
}

.geral div:nth-of-type(3)>div {
  width: 50%;
}

.geral div:nth-of-type(3)>div:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

#procuroVagas {
  padding: 30px 0;
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  gap: 5vh;
  align-items: center;
}

#procuroVagas>div:nth-of-type(1) {
  font-size: var(--fontSizeDiv);
  text-align: center;
  max-width: 850px;
  font-family: var(--fontCodecRegular);
  line-height: 1.3;
}

#procuroVagas>div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 5vw;
}

#procuroVagas>div:nth-of-type(2)>div {
  /* Outros estilos */
  background-color: white;
  /* Defina a cor de fundo inicial */
  transition: background-color 0.5s ease;
}

#procuroVagas>div:nth-of-type(2)>div:hover {
  background-color: var(--amareloFirst);
}

#procuroVagas>div:nth-of-type(2)>div:nth-child(odd) {
  border: 3px solid black;
  /* Adiciona contorno preto */
  border-radius: 8px;
  /* Adiciona bordas arredondadas */
  background-color: white;
  /* Fundo branco */
  font-weight: bold;
  font-size: var(--buttonFont);
  padding: 1.5vw;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  max-width: 275px;
  opacity: 1;
  /* Altera a opacidade para 1 quando a pergunta estiver visível */
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
  color: black;
  /* Texto preto */
}

#procuroVagas>div:nth-of-type(2)>div:nth-child(odd):hover {
  background-color: var(--amareloFirst);
  /* Fundo amarelo */
}

#procuroVagas>div:nth-of-type(2)>div:nth-child(odd) p {
  margin: 0;
  /* Removendo margem padrão do parágrafo */
}

#procuroVagas>div:nth-of-type(2)>div:nth-child(odd) .answer {
  display: none;
  /* Escondendo a resposta por padrão */
}

#procuroVagas>div:nth-of-type(2)>div:nth-child(odd):hover .question {
  display: none;
  /* Escondendo a pergunta quando hover */
}

#procuroVagas>div:nth-of-type(2)>div:nth-child(odd):hover .answer {
  display: block;
  /* Exibindo a resposta quando hover */
}

#procuroVagas>div:nth-of-type(2)>div:nth-child(odd) a {
  /*color: var(--azulFirst);*/
  text-decoration: none;
}

#procuroVagas>div:nth-of-type(2)>div:nth-of-type(2) {
  width: 1px;
  min-width: 1px;
  background-color: lightgray;
}

#solucoesHumanas {
  background-image: url(../new_img/PÁGINA\ PRINCIPAL\ 2.png);
  /*
  background-position-x: right;
  background-attachment: fixed;
  */
  background-color: #000000e3;
  background-size: cover;
  height: 45vh;
  background-repeat: no-repeat;
  color: white;
  font-size: clamp(28px, 5vw, 35px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4vw;
}



#solucoesHumanas>div:nth-of-type(2) {
  font-weight: bold;
  opacity: 0;
}

#pqFirst {
  min-height: 40vh;
  padding: 5vh;
}

/*#numeroFirstGroup > div:nth-child(2) {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }*/

#pqFirst>div:nth-of-type(1) {
  font-family: var(--fontExtraBold);
  font-size: var(--fontSizeTitulos);
  margin: 2vh auto 4vh auto;
  width: max-content;
  max-width: 100%;
  text-align: center;
}

#pqFirst>div:nth-of-type(2)>div {
  max-width: 180px;
  min-width: 110px;
  line-height: 20px;
  text-align: center;
  opacity: 0;
}

#pqFirst>div:nth-of-type(2)>div:nth-of-type(2) {
  margin-top: -45px;
  /* Ajusta a margem superior negativa para subir o texto */
}

#pqFirst>div:nth-of-type(2)>div:nth-of-type(4) {
  margin-top: -30px;
  /* Ajusta a margem superior negativa para subir o texto */
}

#pqFirst>div:nth-of-type(2)>div>div:nth-of-type(1) {
  min-width: 110px;
  height: 110px;
  aspect-ratio: 1/1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

#pqFirst>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1) {
  background-image: url(../new_img//ICON\ 1.png);
  margin-left: 40px;
}

#pqFirst>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(1) {
  background-image: url(../new_img/ICON\ 2.png);
  margin-left: 40px;
  margin-top: 45px;
}

#pqFirst>div:nth-of-type(2)>div:nth-of-type(3)>div:nth-of-type(1) {
  background-image: url(../new_img/ICON\ 3.png);
  margin-left: 40px;
}

#pqFirst>div:nth-of-type(2)>div:nth-of-type(4)>div:nth-of-type(1) {
  background-image: url(../new_img/ICON\ 4.png);
  margin-left: 40px;
  margin-top: 30px;
}

#pqFirst>div:nth-of-type(2)>div:nth-of-type(5)>div:nth-of-type(1) {
  background-image: url(../new_img/ICON\ 5.png);
  margin-left: 40px;
}

/* #pqFirst > div:nth-of-type(2) > div:nth-of-type(6) > div:nth-of-type(1) {
    background-image: url(/img/icone_6.png);
  } */
#entendaMais {
  font-family: var(--fontExtraBold);
  font-size: var(--fontSizeDiv);
  min-height: 30vh;
  padding: 50px 74px;
  display: flex;
  row-gap: 2vh;
  flex-direction: column;
  justify-content: center;
  background-image: url(../new_img/PÁGINA\ PRINCIPAL\ 3.png);
  background-image: url(../new_img//PÁGINA\ PRINCIPAL\ 3.png);
  /* background-image: url(/img/image_3.png);
    background-image: url(/img/image_3.webp);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#entendaMais>div {
  color: white;
  font-size: clamp(19px, 18px, 2vw);
  max-width: 550px;
  font-family: var(--fontCodecRegular);
  line-height: 1.3;
}

#entendaMais>a>button {
  padding: 15px 18px;
  text-decoration: none;
  background-color: transparent;
  border: 3px solid var(--amareloFirst);
  font-size: 20px;
  font-family: var(--fontCodecRegular);
  color: white;
  margin-top: 2vh;
}

.numeroFirstGroup {
  display: flex;
  flex-direction: column;
  padding: 8vw;
  --tamanhoNumero: clamp(120px, 155px, 60vw);
}

.numeroFirstGroup>div:nth-of-type(1) {
  text-align: center;
  font-size: var(--fontSizeTitulos);
  font-family: var(--fontExtraBold);
  margin-bottom: 4vh;
}

.numeroFirstGroup>div:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(2, 0.4fr);
  grid-column-gap: 0.5vw;
  gap: 4vw 0.5vw;
  /* Defina o espaçamento horizontal para 0 */
  justify-content: center;
}

.numeroFirstGroup>div:nth-of-type(2)>div {
 /*
  display: flex;
  justify-content: center;
  */
  display:grid;
  grid-template-rows:1fr 1fr;
  font-size: 3rem;
  font-family: var(--fontFamilyDiv);
  background-color: #ffffffeb;
  height: var(--tamanhoNumero);
  width: 300px;
  /* Ajuste a largura conforme necessário */
  max-width: 300px;
  /* Ajuste a largura máxima conforme necessário */
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-self: center;
  /* border-radius: 50%; */
  border: 4px solid #91191e;
  /* height: var(--tamanhoRetangulo);
    width: 300px; */
  margin-right: 1vw;
  overflow: hidden;
  place-items: center;
}

.numeroFirstGroup>div:nth-of-type(2)>div>div {
  display: flex;
  align-items: center;
  font-family: var(--fontExtraBold);
}

.numeroFirstGroup>div:nth-of-type(2)>div>div:nth-of-type(2) {
  padding: 7px;
  padding-top: 3px;
  /* color: black; */
  font-size: 1.1rem;
  font-size: clamp(14px, 2vw, 1.1rem);
  line-height: 20px;
  line-height: clamp(16px, 1.5vh, 20px);
  text-align: center;
}

.numeroFirstGroup>div:nth-of-type(2)>div:not(div:nth-of-type(1), div:nth-of-type(3))>div:first-of-type::before {
  content: "";
}

.numeroFirstGroup>div:nth-of-type(2)>div:is(div:nth-of-type(3))>div:first-of-type::after {
  content: "";
}

.numeroFirstGroup>div:nth-of-type(2)>div:is(div:nth-of-type(2))>div:first-of-type::after {
  content: "%";
}

.counter-value:hover {
  transform: scale(1.1);
}

.counter-value {
  transition: transform 0.3s ease-in-out;
  font-size: 3.1rem;
  color: #91191e;
  font-family: "Poetsen One", sans-serif !important;
}

.counter-value.visible {
  opacity: 1;
}

#podemosAjudar,
#procuraApoio {
  padding: 3vw;
   background-color: hsl(0deg 8% 95%) !important;
  background-color:white;
  display: flex;
  flex-direction: column;
  gap: 3vw;
  align-items: center;
}



#procuraApoio {
  padding: 5vw;
}

#podemosAjudar a>button,
#procuraApoio a>button {
  margin: 0 !important;
  padding:1rem 1.9rem;
}

#podemosAjudar a{
gap:120px !important
}
#podemosAjudar>div:first-of-type,
#procuraApoio>div:first-of-type {
  text-align: center;
  font-size: var(--fontSizeTitulos);
  font-family: var(--fontExtraBold);
}

#rodape a {
  color: white;
  text-decoration: none;
}

#rodape a:hover {
  cursor: pointer;
  text-decoration: underline;
}

#rodape {
  background-color: black;
  color: white;
  padding: 3vw 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#rodape>div:nth-of-type(1) {
  display: flex;
  margin-bottom: 5vh;
  justify-content: space-around;
}

#rodape>div:nth-of-type(2) {
  text-align: center;
}

#rodape>div:nth-of-type(1)>div:nth-of-type(1)>div {
  font-weight: bold;
  font-size: clamp(17px, 10vw, 19px);

  line-height: 1.3;
}

#rodape>div:nth-of-type(1)>div:nth-of-type(1)>div~div {
  font-weight: normal;
 /* font-size: clamp(12px, 5vw, 14px); */
  font-size: .95rem;

  /* Ajuste este valor conforme necessário */
}

#rodape>div:nth-of-type(1)>div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}


#rodape>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2),
#rodape>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(3),
#rodape>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(4),
#rodape>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(5) {
  display: flex;
  gap: .9rem;
  margin-left: 0 !important;
  align-items: flex-end
}

#rodape>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div {
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  --redesSociais: 28px;
  width: var(--redesSociais);
  min-height: var(--redesSociais);
  cursor: pointer;
}

#rodape>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1) {
  background-image: url(../img/facebook.png);
}

#rodape>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2) {
  background-image: url(../img/whatsapp_rodape.png);
}

#rodape>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(3) {
  background-image: url(../img/linkedin.png);
}

#faqs {
  margin-top: 40px;
  margin-left: 85px;
}

#rodape>div:nth-of-type(1)>div:nth-of-type(2),
#rodape>div:nth-of-type(1)>div:nth-of-type(3),
#rodape>div:nth-of-type(1)>div:nth-of-type(4) {
  max-width: calc(calc(100% - (var(--gap) * 3)) / 4);
  line-height: 1.3;
}

#rodape>div:nth-of-type(1)>div:nth-of-type(2)>div,
#rodape>div:nth-of-type(1)>div:nth-of-type(3)>div,
#rodape>div:nth-of-type(1)>div:nth-of-type(4)>div {
  font-size: clamp(12px, 5vw, 14px);
}

.icon-rodape {
  height: 1.8em;
}

#rodape>div:nth-of-type(1)>div:nth-of-type(2)>div:last-of-type a,
#rodape>div:nth-of-type(1)>div:nth-of-type(3)>div:last-of-type a {
  /* background-image: url(../img/map.png); */
  background-repeat: no-repeat;
  background-size: 18px;
  background-position-x: right;
  background-position-y: center;
  padding-right: 25px;
}

#rodape>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1),
#rodape>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1),
#rodape>div:nth-of-type(1)>div:nth-of-type(4)>div:nth-of-type(1) {
  font-weight: bold;
  font-size: clamp(17px, 10vw, 19px);
  margin-bottom: clamp(10px, 2vh, 13px);
}

#fechamento {
  display: flex;
  gap: 3vw;
  background-color: hsl(0deg 0% 10%);
  padding: 4px;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: clamp(12px, 4vw, 14px);
}

.curriculo {
  margin: 15px 0;
  background-image: url(../img_aws/oportunidades/curriculo.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Arial;
  padding: 25px;
  width: clamp(250px, 90vw, 550px);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.curriculo>div {
  font-size: 1.5rem;
  color: white;
  text-shadow: 2px 2px 1px black;
  background-color: #000000ba;
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.curriculo>div>div {
  margin-bottom: 7px;
}

.curriculo>div>div:last-of-type {
  color: orange;
  text-align: center;
  margin-top: 20px;
}

.ofertaTrabalho {
  margin-top: 50px;
  font-family: var(--fontFamilyDiv);
  background-color: rgb(243, 240, 240);
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.ofertaTrabalho:first-of-type {
  margin-top: 0px;
}

.ofertaTrabalho .cargo {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.ofertaTrabalho .infoGeral {
  margin-bottom: 15px;
}

.ofertaTrabalho .infoGeral>div {
  margin-left: 1rem;
  color: var(--gray);
  min-height: 23px;
}

.ofertaTrabalho .requisitos,
.ofertaTrabalho .beneficios,
.ofertaTrabalho .atividades {
  margin-left: 1rem;
  margin-bottom: 15px;
}

.ofertaTrabalho .requisitos>div,
.ofertaTrabalho .beneficios>div,
.ofertaTrabalho .atividades>div {
  font-weight: bold;
}

.ofertaTrabalho .requisitos li,
.ofertaTrabalho .beneficios li,
.ofertaTrabalho .atividades li {
  color: var(--gray);
  min-height: 23px;
}

.cadastroCurriculo {
  margin-left: 1rem;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

.cadastroCurriculo:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.cadastroCurriculo:active {
  position: relative;
  top: 1px;
}

.formularioCurriculo>div:nth-of-type(1) {
  display: flex;
  justify-content: flex-end;
  font-size: 0.9rem;
}

.formularioCurriculo>div:nth-of-type(1)>div:first-of-type {
  margin-right: 5px;
}

.formularioCurriculo>div:nth-of-type(1)>div:last-of-type {
  color: var(--vividBlue);
  cursor: pointer;
}

.formularioCurriculo>div:nth-of-type(1)>div:last-of-type:hover {
  text-decoration: underline;
}

.formularioCurriculo form>div {
  display: flex;
  flex-direction: column;
}

.formularioCurriculo form>div label {
  font-size: 0.95rem;
  font-weight: bold;
}

.formularioCurriculo form>div input[type="text"],
.formularioCurriculo form>div input {
  height: 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 0.5px solid lightgray;
  font-size: 1.1rem;
  color: var(--black);
  padding-left: 5px;
}

.showMobileMenu {
  width: 100vw;
  height: 100vh;
}

#faq {
  background-image: url('../new_img/PÁGINA\ DÚVIDAS.png');
  /* Substitua pelo caminho da sua imagem */
  background-size: cover;
  color: black;
  font-weight: bold;
  padding: 20px;
}

#faq .rectangle-container {
  display: flex;
  justify-content: space-between;
}

#faq .rectangle {
  font-family: var(--fontExtraBold);
  /*background-color:#d9d9d9;*/
  background-color: #91191e;
  color: black;
  border: 2px solid white;
  margin: 5px;
  padding: 25px;
  text-align: center;
  transition: border-color 0.3s ease;
  cursor: pointer;
  font-size: 20px;
}

#faq .rectangle:active {
  position: relative;
  top: 2px;
}

#faq .rectangle:hover {
  border-color: var(--vermelhoFirst);
}

#faq .rectangle:hover {
  background-color: red;
}

.pergunta {
  font-family: var(--fontExtraBold);
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
}

.resposta {
  font-family: var(--fontCodecRegular);
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 25px;
}

.posicao {
  color: var(--vermelhoFirst);
  display: inline-block;
  margin-right: 10px;
}

#entendaMais>div:nth-of-type(2) {
  /* margin-bottom: -23px; Aumenta o espaço abaixo do segundo div */
  margin-top: 20px;
  /* Aumenta o espaço acima do segundo div */
}

#numeroFirstGroup>div>div>div:nth-of-type(2) {
  text-align: center;
  /* Centraliza o texto */
  white-space: pre-line;
  /* Preserva quebras de linha e espaços */
  font-family: var(--fontCodecBold);
  font-size: 21px;
  line-height: 1.3;
}

@media only screen and (min-width: 1200px) {
  .container {
    /*padding-left: max(calc((80vw - 1200px) / 2), 5vw) !important;*/
   /* padding-right: max(calc((100vw - 1200px) / 2), 5vw) !important; */
  }

  .header>div:nth-of-type(1) {
    background-position: left center;
    margin-left: 20px;
  }

  /*#rodape > div:nth-of-type(1) {
        margin-left: 210px;
    }
    #rodape > div:nth-child(3) {
        margin-left: 150px;
    }
    #rodape > div:nth-child(4) {
        margin-left: 150px;
    }*/
  #fechamento>div:nth-child(1) {
    margin-left: -60px;
  }

}


@media only screen and (max-width: 460px) {
  #solucoesHumanas {
    background-attachment: scroll;
    background-position-x: -540px;
    background-size: cover;
  }
}

@media only screen and (max-width: 1366px) {
  



  .centralizar-diferencas #pqFirst {
    margin-left: 0 !important;
  }
}



@media screen and (max-width: 768px) {
 
  #container {
    padding-top: 90px;
  }

  .pergunta {
    line-height: 1.3;
  }

  #faq>div:nth-of-type(2) {
    margin-left: 5px;
  }

  #pqFirst>div:nth-of-type(1) {
    margin-left: 30px;
  }

  #faqs {
    margin-top: 40px;
    margin-left: 10px;
  }

  .numeroFirstGroup>div:nth-of-type(2) {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
    /* Ajuste o espaçamento vertical conforme necessário */
  }

  #pqFirst>div:nth-of-type(2)>div:nth-of-type(2) {
    margin-left: 35px;
  }

  #pqFirst>div:nth-of-type(2)>div:nth-of-type(4) {
    margin-left: 35px;
  }

  #pqFirst>div:nth-of-type(2) {
    margin-left: -25px;
  }
}

@media screen and (min-width: 1920px) {
  #rodape>div:nth-of-type(1) {
    margin-left: 0px;
  }





  #fechamento>div:nth-child(1) {
    margin-left: -60px;
  }



  #pqFirst>div:nth-of-type(1) {
    margin: 2vh auto 4vh auto;
    width: 100%;
    margin-left: 140px;
  }

  #pqFirst>div:nth-of-type(2)>div:last-of-type {
    margin-right: 0;
    /* Remova a margem direita do último elemento */
  }

  #procuroVagas {
    margin-left: 0px;
  }


}

/*  controle de danos go horse me desculpe  */
.centralizar-diferencas {
  margin-left: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}

.centralizar-diferencas div {
  margin: 0 !important;
}

.centralizar-diferencas>div:nth-of-type(2) {
  display: flex !important;
  justify-content: space-evenly;
  width: 100%;
  gap: 1rem;
  flex-wrap: wrap;
}

.centralizar-diferencas .fadeInUp {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center
}

.centralizar-story-in-numbers {
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.centralizar-story-in-numbers>div:nth-of-type(2),
.centralizar-story-in-numbers>div:nth-of-type(1) {
  margin-left: 0px;
}

@media screen and (max-width: 640px) {
  #rodape{
    padding-top:35px;
    align-items:center
  }
  .centralizar-story-in-numbers{
  padding:50px 10px;
  }
  
  #podemosAjudar a{
   grid-template-rows:1fr 1fr;
  gap:25px !important;
    grid-template-columns:1fr !important;
  }
  
  #faq>div:nth-of-type(1) {
  margin-bottom:25px
}
  #faqs{
	padding:20px;
      margin:0;
}
  #container{
  padding-top:85px;
  }
  
  .centralizar-diferencas{
  gap:3rem;
  }
  #procuroVagas{
  padding:5vw;
  }
  #entendaMais{
  padding:50px 20.7px;
  }
  #entendaMais a{
  	margin:0 auto;
  }
  #entendaMais>div:nth-of-type(2){
  margin-top:0px
  }
  #solucoesHumanas > div{
  line-height:1.2;
  }
  .menuSuspensoMobile{
  position:fixed;
  }
}

#faq{
  display: flex;
  flex-direction: column;
  align-items:center
}