:root {
  --cor-primaria: #F5781E;
  --cor-background: #EBEEF2;
  --background-laranja: #FDE4D2;
  --cor-texto: rgba(115, 120, 131, 1);
  --cor-branco: rgba(255, 255, 255, 1);
  --cor-preto: rgba(32, 35, 43, 1);
  --cor-input: #849698;
  --fonte-principal: "Inter", sans-serif;

}

.imagem-seja-imaper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.imagem-seja-imaper img {
  border-radius: 15px;
}

.imagem-seja-imaper-responsivo {
  display: none;
}

.conteudo-seja-imaper {
  width: 100%;
  display: flex;
  gap: 90px;
  padding-bottom: 100px;
}

.titulo-seja-imaper {
  width: 40%;
}

.texto-seja-imaper {
  width: 60%;
}

.titulo-seja-imaper h1 {
  font-family: var(--fonte-principal);
  color: var(--cor-preto);
  font-size: 3.5em;
  font-weight: 700;
  line-height: 72px;
}

.texto-seja-imaper p {
  font-family: var(--fonte-principal);
  color: var(--cor-texto);
  font-size: 1.375em;
  font-weight: 400;
  line-height: 33px;
  width: 95%;
}

@media(max-width:768px) {
  .imagem-seja-imaper-responsivo {
    display: block;
  }

  .conteudo-seja-imaper {
    display: flex;
    flex-direction: column;
    gap: 50px
  }

  .imagem-seja-imaper-responsivo img {
    width: 100%;
    object-fit: contain;
  }

  .titulo-seja-imaper {
    width: 100%;
  }

  .titulo-seja-imaper h1 {
    padding-top: 50px;
  }

  .texto-seja-imaper {
    width: 100%;
  }

  .texto-seja-imaper p {
    width: 100%;
    padding-top: 50px;
  }

  .imagem-seja-imaper {
    display: none;
  }


}


@media(max-width:440px) {
  .titulo-seja-imaper h1 {
    font-size: 3em;
    line-height: normal;
  }

  .card-cultura img {
    width: 100%;
    object-fit: contain;
  }

  .card-cultura {
    width: 100% !important;
    margin-bottom: 40px;
  }

  .texto-seja-imaper p {
    font-size: 1.25em;
    text-align: justify;
  }

  .conteudo-fotos-cultura img {
    width: 100%;
    object-fit: cover;
  }

  .textos-manifesto-seja p {
    font-size: 1.25em;
  }
  .titulo-seja-imaper h1 {
    font-size: 2.5em;
  }
}



/* AREA MANIFESTO */

.area-manifesto-seja {
  background-color: var(--background-laranja);
}


.conteudo-manifesto-seja {
  width: 100%;
  display: flex;
  gap: 40px;
}


.textos-manifesto-seja {
  width: 40%;
}

.imagem-manifesto-responsivo {
  display: none;
}

.imagem-manifesto {
  width: 60%;
}

.imagem-manifesto img {
  width: 100%;
  border-radius: 15px;
}

.textos-manifesto-seja h2 {
  color: var(--cor-preto);
  font-weight: 700;
  font-family: var(--fonte-principal);
  font-size: 3em;
  padding-bottom: 30px;
}

.textos-manifesto-seja p {
  font-family: var(--fonte-principal);
  font-weight: 400;
  font-size: 1.375em;
  color: var(--cor-texto);
  line-height: 33px;
  width: 90%;
}

@media (max-width:768px) {
  .conteudo-manifesto-seja {
    display: flex;
    flex-direction: column;
  }

  .imagem-manifesto {
    display: none;
  }

  .imagem-manifesto-responsivo {
    display: block;
  }

  .imagem-manifesto-responsivo img {
    width: 100%;
    object-fit: contain;
  }

  .textos-manifesto-seja {
    width: 100%;
  }
  .textos-manifesto-seja h2 {
    text-align: center;
  }


  .textos-manifesto-seja p {
    width: 100%;
    padding-top: 50px;
  }
  
  .area-manifesto-seja{
    padding-bottom: 40px !important;
  }
  .oportunidades-imaper{
    padding-bottom:40px !important;
  }
  .secao-curriculo{
    padding-bottom: 40px !important;
  }
}


@media (max-width:425px) {
  .textos-manifesto-seja p{
    text-align: justify;
  }
}

@media (max-width:440px) {
  .textos-manifesto-seja h2 {
    font-size: 2.5em;
  }

}

/* AREA NOSSA CULTURA */

.area-nossa-cultura h3 {
  font-size: 3em;
  font-family: var(--fonte-principal);
  font-weight: 700;
  text-align: center;
  padding-bottom: 50px;
}

.conteudo-cards-cultura {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card-cultura {
  width: 436px;
  height: auto;
}

.card-cultura img {
  border-radius: 15px;
}

.card-cultura h6 {
  font-family: var(--fonte-principal);
  color: var(--cor-preto);
  font-size: 2.25em;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
}

.card-cultura p {
  font-family: var(--fonte-principal);
  color: var(--cor-preto);
  font-weight: 400;
  font-size: 1.375em;
  line-height: 33px;
  width: 95%;

}

.conteudo-fotos-cultura {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.conteudo-fotos-cultura img {
  border-radius: 15px;
}


@media (max-width:1360px) {
  .conteudo-cards-cultura {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
  }

  .area-cards-vantagens {
    display: flex;
    justify-content: center;
  }

}


@media(max-width:440px){
  .vantagens{
    padding-bottom:40px !important;
  }
  .area-nossa-cultura h3 {
    font-size: 2.5em;
  }
}

@media (max-width:425px) {
  .card-cultura p{
    text-align: justify;
  }
}





/* AREA PROCESSO SELETIVO */

.processo-seletivo h3 {
  font-family: var(--fonte-principal);
  color: var(--cor-preto);
  font-size: 3em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 50px;
}

.etapas-processo-seletivo {
  width: 100%;
  display: flex;
  gap: 50px;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.etapas-processo-seletivo::before {
  content: "";
  position: absolute;
  top: 30%;
  /* left: 100%; */
  width: 65%;
  height: 3px;
  border-bottom: 3px dashed #F5781E;
  z-index: -1;
}

.icone {
  background-color: var(--cor-primaria);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

img.icone {
  width: 80%;
}

.card-processo-seletivo {
  width: 180px;
  height: 222px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  position: relative;
  z-index: 2;
}

.card-processo-seletivo:hover {
  transform: scale(1.03);
}

.card-processo-seletivo p {
  font-family: var(--fonte-principal);
  font-size: 2em;
  font-weight: 500;
  color: var(--cor-preto);
  line-height: 41px;
  text-align: center;
}


@media(max-width:1024px) {
  .etapas-processo-seletivo::before {
    width: 75%;
  }

  .card-processo-seletivo p {
    height: 82px;
  }

}

@media(max-width:440px){
  .processo-seletivo{
    padding-bottom: 40px !important;
  }
  .processo-seletivo h3 {
    font-size: 2.5em;
  }
}

@media (max-width:768px) {

  .etapas-processo-seletivo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .etapas-processo-seletivo::before {
    content: none;
  }

}

/* AREA VANTAGENS */

.vantagens h3 {
  font-family: var(--fonte-principal);
  font-weight: 700;
  color: var(--cor-preto);
  font-size: 3em;
  text-align: center;
  padding-bottom: 50px;
}

.area-cards-vantagens {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card-vantagens {
  width: 417px;
  height: 326px;
  background: rgba(235, 238, 242, 1);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}

.card-vantagens:hover {
  transform: scale(1.03);
}

.icone-vantagens {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
}

.icone-vantagens img {
  max-width: 100px;
}

.conteudo-card-vantagens {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.conteudo-card-vantagens p {
  font-family: var(--fonte-principal);
  font-weight: 600;
  font-size: 2em;
  color: var(--cor-preto);
  text-align: center;
  width: 75%;
  line-height: 41px;
  margin-top: 10px;
}

@media (max-width: 440px) {
  .vantagens h3 {
    font-size: 2.5em;
  }
}

/* AREA OPORTUNIDADES */

.oportunidades-imaper {
  background: rgba(235, 238, 242, 1);

}

.oportunidades-imaper h3 {
  font-family: var(--fonte-principal);
  color: var(--cor-preto);
  font-size: 3em;
  font-weight: 700;
  text-align: center;
}

.area-cards-oportunidades {
  width: 100%;
  /* height: auto; */
  max-height: 780px;
  /* height: 780px; */
  overflow-y: auto;
  background-color: var(--cor-branco);
  margin-top: 50px;
  border-radius: 15px;
}

.card-vagas-oportunidades {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin: 30px 0px 30px 0px;
  font-family: var(--fonte-principal);

}

.oportunidades-imaper .card-vagas-oportunidades .card {
  width: 600px;
  height: 465px;
  height: auto;
  border: 1px solid #E5E7EB;
  padding: 24px;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0 0,
    rgba(0, 0, 0, 0) 0 0 0 0,
    rgba(0, 0, 0, 0.1) 0 4px 6px -1px,
    rgba(0, 0, 0, 0.1) 0 2px 4px -2px;
  border-radius: 8px;
  box-sizing: border-box;
}

.oportunidades-imaper .card-vagas-oportunidades .card .topo {
  height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.oportunidades-imaper .card-vagas-oportunidades .card .topo .area {
  font-size: 0.75em;
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 5px;
  border-radius: 5px;
}

.oportunidades-imaper .card-vagas-oportunidades .card .topo .area i {
  font-size: 0.625em;
  margin-right: 3px;
}

.oportunidades-imaper .card-vagas-oportunidades .card .topo strong.remota {
  color:  #FFFFFF;
  background-color: #F5781E;
  font-size: 0.75em;
  padding: 5px;
  font-weight: 500;
  border-radius: 6px;
  font-family: var(--fonte-principal);

}

.oportunidades-imaper .card-vagas-oportunidades .card .topo strong.hibrida {
  color:  #FFFFFF;
  background-color: #000000;
  font-size: 0.75em;
  padding: 5px;
  font-weight: 500;
  border-radius: 6px;
  font-family: var(--fonte-principal);

}

.oportunidades-imaper .card-vagas-oportunidades .card h5 {
  font-size: 1.5em;
  font-weight: 700;
  color: #111827;
  margin: 20px 0;
  font-family: var(--fonte-principal);
}

.oportunidades-imaper .card-vagas-oportunidades .card p {
  font-size: 1em;
  font-weight: 300;
  color: #6B7280;
  line-height: 24px;
  font-family: var(--fonte-principal);
}

.oportunidades-imaper .card-vagas-oportunidades .card .link {
  padding-top: 20px;

}

.oportunidades-imaper .card-vagas-oportunidades .card a {
  color: #525252;
  font-size: 1em;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.oportunidades-imaper .card-vagas-oportunidades .card a i {
  margin-left: 10px;
}

.area-cards-oportunidades .oportunidades-imaper .card-vagas-oportunidades .card a:hover {
  text-decoration: underline solid rgb(82, 82, 82);
}



/* AREA RELATOS */

.relatos-imaper h3 {
  font-family: var(--fonte-principal);
  font-weight: 700;
  text-align: center;
  font-size: 3em;
  padding-bottom: 30px;
}

/* .area-cards-relatos{
  gap: 40px;
  width:100%;
} */

.relatos-imaper .area-cards-relatos .card-relato {
  max-width: 434px !important;
  height: auto;
  margin: 0px 0px 0px 24px;
  box-sizing: border-box;
}

.conteudo-card-relato img {
  border-radius: 15px;
}

.card-relato .titulos-card-relato h6 {
  font-family: var(--fonte-principal);
  font-size: 2.25em;
  font-weight: 600;
  color: var(--cor-preto);
  padding-top: 20px;

}

.titulos-card-relato p {
  color: rgba(210, 214, 221, 1);
  font-family: var(--fonte-principal);
  font-size: 1.375em;
  font-weight: 500;
  padding-bottom: 20px;
}

.texto-card-relato p {
  font-size: 1.375em;
  font-weight: 400;
  width: 90%;
  font-family: var(--fonte-principal);
  color: rgba(115, 120, 131, 1);
  line-height: 33px;
}

.relatos-imaper .area-cards-relatos {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  gap: 50px;
}

.relatos-imaper .area-cards-relatos .dots-relato_imaper ul {
  display: flex !important;
  gap: 23px;
  justify-content: center;
  padding: 8px 10px;
}

.relatos-imaper .area-cards-relatos .dots-relato_imaper li {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.relatos-imaper .area-cards-relatos .dots-relato_imaper li button {
  display: none;
}

.relatos-imaper .area-cards-relatos .dots-relato_imaper li::after {
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #D2D6DD;
  cursor: pointer;
}

.relatos-imaper .area-cards-relatos .dots-relato_imaper li.slick-active::after {
  background-color: var(--cor-primaria);
  border: none;
  width: 17px;
  height: 17px;
}

@media (max-width:1360px) {
  .texto-card-relato p {
    width: 84%;
  }
}

@media(max-width:1024px) {
  .relatos-imaper .area-cards-relatos .card-relato {
    max-width: none !important;
    /* Remover o limite de largura para o Slick.js controlar */
    width: auto;
    /* Deixe o Slick.js ajustar o tamanho com base em seus breakpoints */
  }
}

@media (max-width:768px) {
  .relatos-imaper-dots {
    display: none;
  }

  .relatos-imaper h3 {
    padding-bottom: 50px;
  }

  .texto-card-relato p {
    width: 100%;
  }

  /* .conteudo-card-relato img{
    width:100%;
    object-fit: contain;
  } */
}

@media(max-width:440px) {
  .conteudo-card-relato img {
    width: 100%;
    object-fit: contain;
  }

  .relatos-imaper .area-cards-relatos .card-relato {
    margin: 0 auto;
    max-width: 100%;
  }

  .relatos-imaper h3{
    font-size: 2.5em;
  }

  .texto-card-relato p{
    text-align: justify;
  }

  .relatos-imaper{
    padding-bottom:40px !important;
  }

  .oportunidades-imaper h3{
    font-size:2.5em;
  }
}


@media(max-width:375px){

  .relatos-imaper .area-cards-relatos .card-relato {
    max-width: 350px !important;
    /* Remover o limite de largura para o Slick.js controlar */
    width: auto;
    /* Deixe o Slick.js ajustar o tamanho com base em seus breakpoints */
  }

  .texto-card-relato p{
    width:98%;
  }

}

@media (max-width:340px){
  .conteudo-card-relato img{
    width:305px;    
  }

  .texto-card-relato p{
    width:88%;
  }
  
}

@media (max-width:320px){
  .conteudo-card-relato img{
    width:295px;    
  }

  .texto-card-relato p{
    width:84%;
  }
  
}

/* @media (max-width:1024px){
  .card-relato{
    width: 463px !important;
  }
}

@media (max-width:440px){
  .area-cards-relatos .card-relato{
    width:270px !important;
  }
} */

/* ul.slick-dots{
  
  bottom:102% !important;
  
} */



@media(max-width:1360px) {
  .imagem-seja-imaper img {
    width: 100%;
  }

  /* .card-relato{
    width:400px !important;
  } */
}

/* AREA CURRÍCULO */

.secao-curriculo {
  background-color: var(--cor-primaria);
}

.container-curriculo {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.container-curriculo img {
  width: 124px;
}

.container-curriculo h2 {
  font-family: var(--fonte-principal);
  font-size: 3.75em;
  line-height: 78px;
  color: var(--cor-branco);
  width: 55%;
  text-align: center;
  display: flex;
  margin: auto;
  /* padding-bottom:30px;
  padding-top:30px; */
}


.btn-curriculo a {
  background-color: var(--cor-primaria);
  padding: 20px 30px 20px 30px;
  display: flex;
  justify-content: center;
  border-radius: 12px;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  font-family: var(--fonte-principal);
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 1);
}

.btn-curriculo a:hover {
  background: var(--cor-branco);
  color: var(--cor-primaria);
  transition: 0.3s all;
}

.container-redes-sociais-seja {
  display: flex;
  gap: 20px;
  /* padding-top: 30px; */
  justify-content: center;
  align-items: center;
  margin: auto;
}

.container-redes-sociais-seja a {
  transition: 0.3s all;
}

.container-redes-sociais-seja a:hover {
  transform: scale(1.03);
}

.container-redes-sociais-seja img {
  max-width: 34px;
}


.botao-download.interno a:hover {
  background-color: #000000;
}

@media (max-width:768px) {
  .container-curriculo h2 {
    width: 100%;
    line-height: normal;
    font-size: 3em;
  }

}

@media (max-width:440px){
 .container-curriculo h2 {
    font-size: 2.5em;
  }
}