@font-face {
  font-family: "avantgardeextlititctt";
  src: url("fonts/avantgardeextlititctt.ttf");
}

@font-face {
  font-family: "proxima-nova-light";
  src: url("fonts/proxima-nova-light.otf");
}
@font-face {
  font-family: "univia pro";
  src: url(fonts/UniviaPro-Black.otf);
}
@font-face {
  font-family: "AgencyFB";
  src: url(fonts/AgencyFB.ttf);
}
@font-face {
  font-family: "arista-trial";
  src: url(fonts/arista-trial2.ttf);
}
@font-face {
  font-family: "fontastique";
  src: url("fonts/fontastique.ttf");
}
@font-face {
  font-family: "cocon";
  src: url("fonts/cocon-boldcondensed.otf");
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .conteudo-contatos {
    text-decoration: none;
    border: none;
    color: black;
  }
}
.titulo-cards-modal {
  border-bottom: 1px solid rgb(198, 198, 198);
  padding: 0rem 0.5rem 1rem 0.5rem;
  color: #dea315;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  width: 100%;
}
.conteudo-botao-modal {
  text-align: center;
  padding-top: 1rem;
  font-size: 1.3rem;
  color: #29b6bd;
}
.conteudo-interno-modal {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 1rem;
  padding: 0rem 0.5rem 0.5rem 0.5rem;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none !important;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.5rem !important;
}
.subtitulo-cards-modal {
  color: black;
  padding: 0;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  margin: 0;
  font-size: 1.1rem;
}
.fa-ellipsis-h {
  color: #29b6bd;
  font-size: 2rem;
}
.modal-header .close {
  right: 0;
  padding: 0rem 1rem 0rem 0rem !important;
  margin: 0rem 0rem 0rem auto !important;
  position: absolute;
}

.conteudo-cards-interno {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vermais {
  color: black;
  text-decoration: none;
}
.vermais:hover {
  color: rgba(40, 40, 40, 0.749);
  text-decoration: none;
}
.vermais:focus {
  outline: 0;
}
.conteudo-cadastro {
  display: flex;
  justify-content: center;
}
.fa-bars {
  color: black;
  font-size: 2.5rem;
}
.logo-geral {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
}
.logo-adbrax img {
  height: 3rem;
}
.banner a:hover {
  text-decoration: none;
}
.botao-card-geral {
  display: flex;
  height: 100%;
  width: 6rem;
  justify-content: flex-end;
  flex-direction: column;
}
.botao-card-geral:focus {
  outline: 0;
}

.textos-topo a {
  color: rgb(87, 87, 87);
}
.botao-cards {
  background: #29b6bd;
  color: rgb(245, 245, 245);
  border: none;
  text-decoration: none;
  border-radius: 0.5rem;
}
.regular {
  display: block;
}
.carrousel {
  display: none;
}
.botao-cards:focus {
  outline: 0;
}
.botao-cards:hover {
  background: #22989e;
}
.textos-topo a:hover {
  color: rgb(87, 87, 87);
  text-decoration: none;
}
.topo {
  height: 6rem;
  display: flex;
  top: 0;
  z-index: 10;
  right: 0;
  background: white;
  width: 100%;
  position: fixed;
  align-items: center;
  padding: 0 12.2rem 0 12.8rem;
  justify-content: space-between;
  box-shadow: 1px 1px 15px #00000012;
}
.logo-adbrax {
  height: 3rem;
}
.espaco-imagem {
  width: 40rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.topo span {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0.7rem 1.5rem;
  border-radius: 1rem;
  margin: 0.6rem;
  border: 1px solid rgb(189, 189, 189);
}
.topo span:hover {
  border-color: #29b6bd;
}
.textos-topo {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.banner {
  width: 100%;
  background-size: cover;
  height: 33rem;
  background-image: url(imagens/novas-imagens/banner3.png);
  display: flex;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  margin-top: 6rem;
  right: 0;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.conteudo-footer-mobile {
  display: none;
}
.banner-text {
  width: 65%;
  display: flex;
  flex-direction: column;
}
.inputs2 {
  display: flex;
  flex-direction: column-reverse;
}
.titulo-banner {
  font-size: 4rem;
  font-family: "cocon";
  text-align: initial;
  width: 100%;
}
.conteudo-banner-text {
  font-size: 1.5rem;
  width: 73%;
  text-align: initial;
  font-family: "proxima-nova-light";
}
.banner-icons {
  width: 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.banner i {
  font-size: 2rem;
  border: 1px solid rgb(92, 92, 92);
  border-radius: 100%;
  margin: 0.5rem;
  color: rgb(62, 62, 62);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: 0.2s linear;
}
.banner i:hover {
  color: #29b6bd;
  transform: translateY(-5px);
  text-decoration: none;
  /* border: 1px solid #29b6bd; */
  transition: 0.2s linear;
}
.conteudo-banner {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  width: 95%;
  align-items: center;
}
.conteudo-cards {
  width: 84%;
  justify-content: space-around;
  display: flex;
  margin-right: 0.5rem;
}
.conteudo-cards-geral {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 5rem 0;
}
.conteudo {
  flex-direction: column;
  display: flex;
}
.card-vaga {
  border: 1px solid rgb(198, 198, 198);
  height: auto;
  border-radius: 1rem;
  width: 26rem;
}
.card-vaga:hover {
  border-color: #29b6bd;
}
.titulo-card {
  border-bottom: 1px solid rgb(198, 198, 198);
  padding: 0.8rem;
  color: #dea315;
  font-size: 1.1rem;
}
.card-interno {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.subtitulo {
  color: rgb(0, 0, 0);
}
.card-vaga span {
  color: rgb(142, 142, 142);
}
.card-vaga span p {
  color: black;
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
}
.subconteudo-card {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 1.1rem;
}
.titulo-conteudo-cards {
  color: #36b9c0;
  margin: 2rem;
  font-size: 2.5rem;
  margin-top: 0;
  padding-left: 11rem;
  font-family: arial;
}
.espaco-cadastro {
  justify-content: center;
  width: 100%;
  background: #dce7f2;
  display: flex;
}
.form {
  width: 100%;
}
.espaco-cadastro .cadastrar {
  width: 53.2rem;
  height: auto;
  border-radius: 10px;
  margin: 0;
}
.cadastrar-interno {
  display: flex;
  padding: 1rem 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.imagem-cadastro {
  background-position: bottom;
  background-image: url(imagens/banner/cadastre.png);
  background-repeat: no-repeat;
  height: 40rem;
  width: 100%;
  background-size: 100%;
  display: flex;
}
form label {
  font-size: 0.8rem !important;
  text-align: initial !important;
}
.titulo-cadastrar {
  font-size: 2.5rem;
  font-family: "montserrat";
  color: #29b6bd;
  padding-bottom: 1rem;
  flex-direction: column;
  display: flex;
  width: 100%;
  padding-top: 1rem;
}
.curriculo_alert {
  font-size: 0.8rem !important;
  color: red !important;
  text-align: initial !important;
}
.btn-cadastro {
  align-items: center;
  color: #b9cfe6;
  background: white;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border: none;
  border-left: 2px solid #dce7f2;
  padding-right: 10px;
  height: 3.5rem;
  margin-left: -1rem;
  display: flex;
  justify-content: center;
}
.btn-cadastro:focus {
  outline: 0;
}
.titulo-cadastrar span {
  color: rgb(99, 99, 99);
  font-size: 1.1rem;
}
.inputs1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0.5rem;
}
.inputs1 input {
  height: 3.5rem;
  width: 45%;
  padding: 10px;
  align-items: center;
  border-radius: 0.5rem;
  border: none;
  flex-direction: column;
}

.inputs1 input:focus {
  outline: 0;
}
#texto {
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  border-radius: 0.5rem;
  height: 10rem;
}
.inputs {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
#vaga {
  width: 100%;
  border-radius: 0.5rem;
  height: 3.5rem;
  margin-bottom: 0.5rem;
}
.curriculo {
  padding-left: 1rem;
  width: 100%;
  border: none;
  height: 3.5rem;
  border-radius: 0.5rem;
}
.curriculo:focus {
  outline: 0;
}
.busca-imgs {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.botao-cadastrar {
  display: flex;
  justify-content: flex-start;
}
#salvar {
  font-size: 24px;
  font-family: "montserrat";
  height: 3rem;
  color: rgb(255, 255, 255);
  width: 10rem;
  border-radius: 0.5rem;
  border: none;
  background: #29b6bd;
}
#salvar:focus {
  outline: 0;
  background: #1d959b;
}
.informacoes {
  display: flex;
  height: auto;
  margin: 2rem 0;
  align-items: center;
  justify-content: center;
}
.descricao {
  display: flex;
  width: 60rem;
  padding-bottom: 2rem;
  flex-direction: column;
}
.conteudo-contatos {
  text-decoration: none;
}
.contato {
  display: flex;
  flex-direction: column;
  width: 33rem;
  justify-content: center;
  padding: 1rem;
}
.linha-horizontal {
  display: flex;
  margin-top: 2rem;
  height: 11rem;
  border: 1px solid rgb(150, 150, 150);
}
.titulo-contatos {
  color: #dea315;
}
.titulo-endereco {
  color: #dea315;
}
.endereco {
  padding: 1rem;
}
.contatos {
  padding: 1rem;
}
.titulo-descricao {
  font-size: 2.5rem;
  color: #29b6bd;
}
.conteudo-descricao {
  padding: 1rem 4rem 1rem 0;
  font-size: 1.1rem;
}
.footer {
  background: #29b6bd;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.3rem;
}
.alert-text {
  padding: 0.5rem 1.25rem;
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
  align-items: center;
  font-size: 1.2rem;
  color: #0f451c;
  background-color: #d4edda;
  border-color: #405a46;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
}
.alert-text-igual {
  padding: 0.5rem 1.25rem;
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
  align-items: center;
  font-size: 1.2rem;
  color: #0f451c;
  background-color: #a2d7eb;
  border-color: #40565a;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
}
@media (max-width: 2560px) {
  .slick-dotted.slick-slider {
    display: block;
  }
  .modal-header {
    padding: 1rem 1rem 0rem 1rem !important;
  }
  .close:focus {
    outline: 0;
  }
  .btn-responsive {
    display: none;
    border: none;
  }
  .btn-responsive:focus {
    outline: 0;
  }
  .linha-horizontal {
    display: flex;
    margin-top: 2rem;
    height: 32rem;
    border: 1px solid rgb(150, 150, 150);
  }
  #carrousel {
    display: none;
  }
  .alert {
    font-size: 1.2rem;
    position: relative;
    /* padding: 0rem 1.25rem; */
    margin-bottom: 1.5rem;
    height: 3.5rem;
    border: 1px solid transparent;
    border-radius: 0.5rem;
  }
  .regular {
    display: block;
  }
  .carrousel {
    display: none;
  }
  .banner {
    width: 100%;
    background-size: cover;
    height: 43rem;
    background-image: url(imagens/novas-imagens/banner3.png);
    display: flex;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    margin-top: 6rem;
    right: 0;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .banner-icons {
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .alert-text {
    padding: 0.5rem 1.25rem;
    height: auto;
    width: 100%;
    border-radius: 0.5rem;
    align-items: center;
    font-size: 1.5rem;
    color: #0f451c;
    background-color: #d4edda;
    border-color: #405a46;
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
  }
  .alert-text-igual {
    padding: 0.5rem 1.25rem;
    height: auto;
    width: 100%;
    border-radius: 0.5rem;
    align-items: center;
    font-size: 1.5rem;
    color: #0f451c;
    background-color: #a2d7eb;
    border-color: #40565a;
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
  }
  .inputs1 input::placeholder {
    font-size: 1.5rem;
  }
  .topo {
    height: 8rem;
    display: flex;
    top: 0;
    z-index: 10;
    right: 0;
    background: white;
    width: 100%;
    position: fixed;
    align-items: center;
    padding: 0 14.2rem 0 13.5rem;
    justify-content: space-between;
  }
  .logo-adbrax {
    height: 100%;
    align-items: center;
    display: flex;
  }
  .logo-adbrax img {
    height: 5rem;
  }
  .topo span {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0.9rem 1.8rem;
    border-radius: 1rem;
    font-size: 1.5rem;
    margin: 0.6rem;
    border: 1px solid rgb(189, 189, 189);
  }
  .banner i {
    font-size: 3rem;
    border: 1px solid rgb(92, 92, 92);
    border-radius: 100%;
    margin: 0.8rem;
    color: rgb(62, 62, 62);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
  }
  .conteudo-banner-text {
    font-size: 2rem;
    width: 59%;
    text-align: initial;
    font-family: "proxima-nova-light";
  }
  .conteudo-banner {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 95%;
    padding-bottom: 5rem;
    align-items: center;
  }
  .titulo-banner {
    font-size: 5rem;
    font-family: "cocon";
    text-align: initial;
    width: 100%;
  }
  .conteudo-cards {
    width: 91%;
    justify-content: space-around;
    display: flex;
    margin-right: 0.5rem;
  }
  .card-vaga {
    border: 1px solid rgb(198, 198, 198);
    height: 20rem;
    border-radius: 1rem;
    width: 42rem;
  }
  .subconteudo-card {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 1.7rem;
  }
  .titulo-card {
    border-bottom: 1px solid rgb(198, 198, 198);
    padding: 0.8rem;
    color: #dea315;
    font-size: 2rem;
  }
  .botao-card-geral {
    display: flex;
    height: 100%;
    width: 8rem;
    justify-content: flex-end;
    flex-direction: column;
  }
  .espaco-cadastro {
    justify-content: center;
    width: 100%;
    background: #dce7f2;
    height: auto;
    display: flex;
  }
  .espaco-cadastro .cadastrar {
    width: 69rem;
    height: auto;
    border-radius: 10px;
    margin: 0;
  }
  .espaco-imagem {
    width: 50rem;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .conteudo-descricao {
    padding: 1rem 4rem 1rem 0;
    font-size: 1.5rem;
  }
  .informacoes {
    display: flex;
    height: auto;
    margin: 4rem 0;
    align-items: center;
    justify-content: center;
  }
  .titulo-descricao {
    font-size: 3rem;
    color: #29b6bd;
  }
  .endereco {
    font-size: 1.8rem;
    padding: 4.5rem 1rem 4.5rem 1rem;
  }
  .contatos {
    font-size: 1.8rem;
    padding: 4.5rem 1rem 4.5rem 1rem;
  }
  .conteudo-cadastro {
    display: flex;
    justify-content: space-evenly;
  }
  .inputs1 input {
    height: 5.5rem;
    width: 100%;
  }
  .inputs1 input::placeholder {
    font-size: 1.5rem;
  }
  #vaga {
    width: 100%;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    height: 5.5rem;
    margin-bottom: 0.5rem;
  }
  .curriculo {
    padding-left: 1rem;
    width: 100%;
    border: none;
    font-size: 1.5rem;
    height: 5.5rem;
    border-radius: 0.5rem;
  }
  .curriculo::placeholder {
    font-size: 1.5rem;
  }
  .footer {
    background: #29b6bd;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
  }
  .contato {
    display: flex;
    flex-direction: column;
    width: 53rem;
    justify-content: center;
    padding: 1rem;
  }
  .descricao {
    display: flex;
    width: 80rem;
    padding-bottom: 2rem;
    flex-direction: column;
  }
  .btn-cadastro {
    align-items: center;
    color: #b9cfe6;
    font-size: 1.3rem;
    background: white;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border: none;
    border-left: 2px solid #dce7f2;
    padding-right: 10px;
    height: 5.5rem;
    margin-left: -1rem;
    display: flex;
    justify-content: center;
  }
  #texto {
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    border-radius: 0.5rem;
    height: 12rem;
  }
  .titulo-cadastrar span {
    color: rgb(99, 99, 99);
    font-size: 1.9rem;
  }
  .titulo-cadastrar {
    font-size: 3rem;
    font-family: "montserrat";
    color: #29b6bd;
    padding-bottom: 1rem;
    flex-direction: column;
    display: flex;
    width: 100%;
    padding-top: 1rem;
  }
  .alert {
    position: relative;
    padding: 0.5rem 1.25rem;
    display: flex;
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.5rem;
  }
  #salvar {
    font-size: 1.8rem;
    font-family: "montserrat";
    height: 4rem;
    color: rgb(255, 255, 255);
    width: 12rem;
    border-radius: 0.5rem;
    border: none;
    background: #29b6bd;
  }
  .busca-imgs {
    display: flex;
    justify-content: center;
    margin-bottom: 0rem;
  }
  .botao-cadastrar {
    display: flex;
    padding: 1rem 0;
    justify-content: flex-start;
  }
  .titulo-conteudo-cards {
    color: #36b9c0;
    margin: 4rem 0 0 0;
    font-size: 3rem;
    width: 99%;
    padding-left: 14rem;
    font-family: arial;
  }
  .card-vaga span p {
    color: black;
    padding: 0;
    margin: 0;
    font-size: 1.8rem;
  }
  .notificacao-nome {
    display: flex;
    flex-direction: column;
    width: 34rem;
  }
  .notificacao-email {
    display: flex;
    flex-direction: column;
    width: 34rem;
  }
  .notificacao-texto {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0.4rem;
    font-size: 1.3rem;
    text-align: center;
    border-radius: 0.5rem;
    color: red;
    /* background-color: #f8d7da;
        border-color: #f5c6cb; */
  }
  .botao-card-geral a {
    text-decoration: none;
  }
}
@media (max-width: 1920px) {
  .slick-dotted.slick-slider {
    display: block;
  }
  .botao-card-geral a {
    text-decoration: none;
  }
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0;
    font-size: 1rem;
    text-align: center;
    border-radius: 0.5rem;
    color: red;
    /* background-color: #f8d7da;
        border-color: #f5c6cb; */
  }
  .notificacao-nome {
    display: flex;
    flex-direction: column;
    width: 23.5rem;
  }
  .notificacao-email {
    display: flex;
    flex-direction: column;
    width: 23.5rem;
  }
  .notificacao-texto {
    display: flex;
    flex-direction: column;
    width: 90%;
  }
  #carrousel {
    display: none;
  }
  .alert {
    font-size: 1.2rem;
    position: relative;
    margin-bottom: 1rem;
    height: 2.5rem;
    border: 1px solid transparent;
    border-radius: 0.5rem;
  }
  .conteudo-cards:focus {
    outline: 0;
  }
  .conteudo-cadastro {
    display: flex;
    justify-content: center;
  }
  .logo-adbrax img {
    height: 3rem;
  }
  .banner a:hover {
    text-decoration: none;
  }
  .botao-card-geral {
    display: flex;
    height: 100%;
    width: 6rem;
    justify-content: flex-end;
    flex-direction: column;
  }
  .botao-card-geral a:focus {
    outline: 0;
  }
  .textos-topo a {
    color: rgb(87, 87, 87);
  }
  .botao-cards {
    background: #29b6bd;
    color: rgb(245, 245, 245);
    border: none;
    text-decoration: none;
    border-radius: 0.5rem;
  }
  .botao-cards:focus {
    outline: 0;
  }
  .botao-cards:hover {
    background: #22989e;
  }
  .textos-topo a:hover {
    color: rgb(87, 87, 87);
    text-decoration: none;
  }
  .topo {
    height: 6rem;
    display: flex;
    top: 0;
    z-index: 10;
    right: 0;
    background: white;
    width: 100%;
    position: fixed;
    align-items: center;
    padding: 0 12.9rem 0 12.8rem;
    justify-content: space-between;
  }
  .logo-adbrax {
    height: 3rem;
  }
  .espaco-imagem {
    margin-top: 2rem;
    width: 40rem;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .topo span {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0.7rem 1.5rem;
    border-radius: 1rem;
    font-size: 1rem;
    margin: 0.6rem;
    border: 1px solid rgb(189, 189, 189);
  }
  .topo span:hover {
    border-color: #29b6bd;
  }
  .textos-topo {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .banner {
    width: 100%;
    background-size: cover;
    height: 33rem;
    background-image: url(imagens/novas-imagens/banner3.png);
    display: flex;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    margin-top: 6rem;
    right: 0;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .conteudo-footer-mobile {
    display: none;
  }
  .banner-icons {
    width: 12%;
    display: flex;
    padding-right: 0.6rem;
    flex-direction: column;
    align-items: flex-end;
  }
  .banner i {
    font-size: 1.8rem;
    border: 1px solid rgb(92, 92, 92);
    border-radius: 100%;
    margin: 0.5rem;
    color: rgb(62, 62, 62);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
  }
  .banner i:hover {
    color: #29b6bd;
    text-decoration: none;
    /* border: 1px solid #29b6bd; */
    transition: 0.5s;
  }
  .conteudo-banner {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 95%;
    align-items: center;
  }
  .conteudo-cards {
    width: 84%;
    justify-content: space-around;
    display: flex;
    margin-right: 0.5rem;
  }
  .conteudo-cards-geral {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 5rem 0;
  }
  .conteudo {
    flex-direction: column;
    display: flex;
  }
  .card-vaga {
    border: 1px solid rgb(198, 198, 198);
    height: 15rem;
    border-radius: 1rem;
    width: 100%;
  }
  .card-vaga:hover {
    border-color: #29b6bd;
  }
  .titulo-card {
    border-bottom: 1px solid rgb(198, 198, 198);
    padding: 0.8rem;
    color: #dea315;
    font-size: 1.1rem;
  }
  .card-interno {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .subtitulo {
    color: rgb(0, 0, 0);
  }
  .card-vaga span {
    color: rgb(142, 142, 142);
  }
  .card-vaga span p {
    color: black;
    padding: 0;
    margin: 0;
    font-size: 1.3rem;
  }
  .subconteudo-card {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 1.1rem;
  }
  .titulo-conteudo-cards {
    color: #36b9c0;
    font-size: 2, 5rem;
    margin: 2rem 0 0 0px;
    padding-left: 13rem;
    font-family: arial;
  }
  .espaco-cadastro {
    justify-content: center;
    width: 100%;
    background: #dce7f2;
    display: flex;
  }
  .espaco-cadastro .cadastrar {
    width: 53.2rem;
    height: auto;
    border-radius: 10px;
    margin: 0;
  }
  .cadastrar-interno {
    display: flex;
    padding: 1rem 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .imagem-cadastro {
    background-position: bottom;
    background-image: url(imagens/banner/cadastre.png);
    background-repeat: no-repeat;
    height: 40rem;
    width: 100%;
    background-size: 100%;
    display: flex;
  }
  .titulo-cadastrar {
    font-size: 2rem;
    font-family: "montserrat";
    color: #29b6bd;
    padding-bottom: 1rem;
    flex-direction: column;
    display: flex;
    width: 100%;
    padding: 1rem 0 2rem 0;
  }
  .btn-cadastro {
    align-items: center;
    color: #b9cfe6;
    background: white;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border: none;
    font-style: 1rem;
    border-left: 2px solid #dce7f2;
    padding-right: 10px;
    height: 3.5rem;
    margin-left: -2rem;
    display: flex;
    justify-content: center;
  }
  .btn-cadastro:focus {
    outline: 0;
  }
  .titulo-cadastrar span {
    color: rgb(99, 99, 99);
    font-size: 1.1rem;
  }
  .inputs1 {
    width: 90%;
  }
  .inputs1 input {
    height: 3.5rem;
  }
  .inputs1 input:focus {
    outline: 0;
  }
  #texto {
    margin-bottom: 0.5rem;
    padding-top: 1rem;
    width: 100%;
    border-radius: 0.5rem;
    height: 10rem;
  }
  .inputs {
    display: flex;
    flex-direction: column;
  }
  #vaga {
    width: 90%;
    border-radius: 0.5rem;
    height: 3.5rem;
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .inputs1 input::placeholder {
    font-size: 1rem;
  }
  .curriculo {
    padding-left: 1rem;
    width: 81%;
    border: none;
    height: 3.5rem;
    font-size: 1rem;
    border-radius: 0.5rem;
  }
  .curriculo::placeholder {
    font-size: 1rem;
  }
  .curriculo:focus {
    outline: 0;
  }
  .busca-imgs {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0rem;
  }
  .botao-cadastrar {
    display: flex;
    padding: 1rem 0 0.5rem 0;
    justify-content: flex-start;
  }
  #salvar {
    font-size: 24px;
    font-family: "montserrat";
    height: 3rem;
    color: rgb(255, 255, 255);
    width: 10rem;
    border-radius: 0.5rem;
    border: none;
    background: #29b6bd;
  }
  #salvar:focus {
    outline: 0;
    background: #1d959b;
  }
  .informacoes {
    display: flex;
    height: auto;
    margin: 3rem 0;
    align-items: center;
    justify-content: center;
  }
  .descricao {
    display: flex;
    width: 60rem;
    padding-bottom: 2rem;
    flex-direction: column;
  }
  .conteudo-contatos {
    text-decoration: none;
  }
  .contato {
    display: flex;
    flex-direction: column;
    width: 33rem;
    justify-content: center;
    padding: 1rem;
  }
  .linha-horizontal {
    display: flex;
    margin-top: 2rem;
    height: 28rem;
    border: 1px solid rgb(150, 150, 150);
  }
  .titulo-contatos {
    color: #dea315;
  }
  .titulo-endereco {
    color: #dea315;
  }
  .endereco {
    padding: 2rem 1rem 2rem 1rem;
    font-size: 1.4rem;
  }
  .contatos {
    padding: 2rem 1rem 2rem 1rem;
    font-size: 1.4rem;
  }
  .titulo-descricao {
    font-size: 2rem;
    padding-bottom: 1rem;
    color: #29b6bd;
  }
  .conteudo-descricao {
    padding: 1rem 4rem 1rem 0;
    font-size: 1.1rem;
    text-align: justify;
  }
  .footer {
    background: #29b6bd;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
  }
  .alert-text {
    padding: 0.5rem 1.25rem;
    height: auto;
    width: 90%;
    border-radius: 0.5rem;
    align-items: center;
    font-size: 1.2rem;
    color: #0f451c;
    background-color: #d4edda;
    border-color: #405a46;
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
  }
  .alert-text-igual {
    padding: 0.5rem 1.25rem;
    height: auto;
    width: 90%;
    border-radius: 0.5rem;
    align-items: center;
    font-size: 1.2rem;
    color: #40565a;
    background-color: #a2d7eb;
    border-color: #40565a;
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
  }

  .conteudo-banner-text {
    font-size: 1.5rem;
    width: 72%;
    text-align: initial;
    font-family: "proxima-nova-light";
  }
  .banner-text {
    width: 55%;
    display: flex;
    padding-left: 0.5rem;
    flex-direction: column;
  }
  .titulo-banner {
    font-size: 4rem;
    color: rgb(87, 87, 87);
    font-family: "cocon";
    text-align: initial;
    width: 100%;
  }
}
@media (max-width: 1680px) {
  .conteudo-banner-text {
    font-size: 1.5rem;
    width: 59%;
    text-align: initial;
    font-family: "proxima-nova-light";
  }
  .contatos {
    padding: 2.5rem 1rem 2.5rem 1rem;
    font-size: 1.4rem;
  }
  .endereco {
    padding: 2.5rem 1rem 2.5rem 1rem;
    font-size: 1.4rem;
  }
  .card-vaga {
    border: 1px solid rgb(198, 198, 198);
    height: 14rem;
    border-radius: 1rem;
    width: 89%;
  }
  .conteudo-cards {
    width: 95%;
    justify-content: space-around;
    display: flex;
    margin-right: 0.8rem;
  }
  .titulo-banner {
    font-size: 4rem;
    font-family: "cocon";
    text-align: initial;
    width: 100%;
  }
  .informacoes {
    display: flex;
    height: auto;
    align-items: center;
    margin: 2rem 0;
    justify-content: center;
  }
  .conteudo-banner {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
    align-items: center;
  }
  .topo {
    height: 6rem;
    display: flex;
    top: 0;
    z-index: 10;
    right: 0;
    background: white;
    width: 100%;
    position: fixed;
    align-items: center;
    padding: 0 5.9rem 0 5.8rem;
    justify-content: space-between;
  }
  .banner {
    width: 100%;
    background-size: cover;
    height: 33rem;
    background-image: url(imagens/novas-imagens/banner3.png);
    display: flex;
    background-position: -5rem center;
    background-repeat: no-repeat;
    top: 0;
    margin-top: 6rem;
    right: 0;
    padding-left: 4.6rem;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .titulo-conteudo-cards {
    color: #36b9c0;
    margin: 0rem;
    font-size: 2.5rem;
    margin-top: 2rem;
    width: 98%;
    padding-left: 5.7rem;
    font-family: arial;
  }
  .banner-icons {
    width: 10%;
    display: flex;
    padding-left: 1.3rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .banner-text {
    width: 85%;
    display: flex;
    padding-left: 0rem;
    flex-direction: column;
  }
  .linha-horizontal {
    display: flex;
    margin-top: 2rem;
    height: 28rem;
    border: 1px solid rgb(150, 150, 150);
  }
}
@media (max-width: 1600px) {
  .banner-icons {
    width: 34rem;
    display: flex;
    padding-right: 1.2rem;
    align-items: flex-end;
    flex-direction: column;
  }
  .card-vaga {
    border: 1px solid rgb(198, 198, 198);
    height: 15rem;
    border-radius: 1rem;
    width: 89%;
  }
  .conteudo-descricao {
    padding: 1rem 4rem 1rem 0;
    font-size: 1rem;
  }
  .endereco {
    padding: 2rem 1rem 2rem 1rem;
    font-size: 1.3rem;
  }
  .contatos {
    padding: 2rem 1rem 2rem 1rem;
    font-size: 1.3rem;
  }
  .footer {
    background: #29b6bd;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
  }
  .linha-horizontal {
    display: flex;
    margin-top: 2rem;
    height: 24rem;
    border: 1px solid rgb(150, 150, 150);
  }
  .card-vaga {
    width: 86%;
  }
  .titulo-conteudo-cards {
    color: #36b9c0;
    margin: 0rem;
    font-size: 2.5rem;
    margin-top: 2rem;
    width: 98%;
    padding-left: 3.8rem;
    font-family: arial;
  }
  .conteudo-banner {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
  }
  .banner-text {
    width: 56%;
    display: flex;
    flex-direction: column;
  }
  .titulo-banner {
    font-size: 4rem;
    font-family: "cocon";
    text-align: initial;
    width: 100%;
  }
  .conteudo-banner-text {
    font-size: 1.5rem;
    width: 93%;
    text-align: initial;
    font-family: "proxima-nova-light";
  }
  .topo {
    height: 6rem;
    display: flex;
    top: 0;
    z-index: 10;
    right: 0;
    background: white;
    width: 100%;
    position: fixed;
    align-items: center;
    padding: 0 3.4rem 0 3.6rem;
    justify-content: space-between;
  }
  .banner {
    width: 100%;
    background-size: cover;
    height: 40rem;
    background-image: url(imagens/novas-imagens/banner3.png);
    display: flex;
    background-position: -23rem center;
    background-repeat: no-repeat;
    top: 0;
    margin-top: 6rem;
    right: 0;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 1rem;
  }
  .conteudo-cards {
    width: 98.8%;
    justify-content: space-around;
    display: flex;
    margin-right: 0.8rem;
  }
  .descricao {
    display: flex;
    width: 60.1rem;
    padding-bottom: 2rem;
    flex-direction: column;
  }
}
@media (max-width: 1599px) {
  .conteudo-banner {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
  }

  .conteudo-banner-text {
    font-size: 1.3rem;
    width: 61%;
    text-align: initial;
    font-family: "proxima-nova-light";
  }
  .banner-icons {
    width: 34rem;
    display: flex;
    padding-right: 1.3rem;
    align-items: flex-end;
    flex-direction: row;
  }
  .banner-text {
    width: 86%;
    display: flex;
    flex-direction: column;
  }
  .titulo-banner {
    font-size: 4rem;
    font-family: "cocon";
    text-align: initial;
    width: 100%;
  }
  .banner-icons {
    width: 55rem;
    display: flex;
    padding-right: 1.3rem;
    align-items: flex-end;
    flex-direction: row;
  }
}
@media (max-width: 1440px) {
  .conteudo-banner {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .contatos {
    padding: 2.5rem 1rem 2.5rem 1rem;
    font-size: 1.2rem;
  }
  .endereco {
    padding: 2.5rem 1rem 2.5rem 1rem;
    font-size: 1.2rem;
  }
  .notificacao-nome {
    display: flex;
    flex-direction: column-reverse;
    width: 21rem;
  }
  .notificacao-email {
    display: flex;
    flex-direction: column-reverse;
    width: 21rem;
  }
  .linha-horizontal {
    display: flex;
    margin-top: 2rem;
    height: 27rem;
    border: 1px solid rgb(150, 150, 150);
  }
  .conteudo-cards {
    width: 100%;
    justify-content: space-around;
    display: flex;
    margin-right: 0.8rem;
  }
  .titulo-conteudo-cards {
    color: #36b9c0;
    margin: 0rem;
    font-size: 2.5rem;
    margin-top: 2rem;
    width: 97%;
    padding-left: 3.7rem;
    font-family: arial;
  }
  .conteudo-cadastro {
    display: flex;
    justify-content: center;
  }
  .card-vaga {
    border: 1px solid rgb(198, 198, 198);
    height: 15rem;
    border-radius: 1rem;
    width: 22rem;
  }
  .conteudo-banner-text {
    font-size: 1.5rem;
    width: 57%;
    text-align: initial;
    font-family: "proxima-nova-light";
  }
  .banner-text {
    width: 92%;
    display: flex;
    flex-direction: column;
  }
  .banner-icons {
    width: 55%;
    display: flex;
    padding-top: 0rem;
    align-items: flex-end;
    flex-direction: row;
  }
  .conteudo-banner {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .banner {
    width: 100%;
    background-size: cover;
    height: 40rem;
    background-image: url(imagens/novas-imagens/banner3.png);
    display: flex;
    background-position: -25rem center;
    background-repeat: no-repeat;
    top: 0;
    margin-top: 6rem;
    right: 0;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0rem;
  }
  .titulo-banner {
    font-size: 4rem;
  }
  .informacoes {
    display: flex;
    height: auto;
    padding: 0 2rem;
    align-items: center;
    justify-content: center;
  }
  .espaco-cadastro {
    padding: 0 2rem;
  }
  .topo {
    height: 6rem;
    display: flex;
    top: 0;
    z-index: 10;
    right: 0;
    background: white;
    width: 100%;
    position: fixed;
    align-items: center;
    padding: 0 3.8rem 0 3.6rem;
    justify-content: space-between;
  }
  .btn-cadastro {
    align-items: center;
    color: #b9cfe6;
    background: white;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border: none;
    font-style: 1rem;
    border-left: 2px solid #dce7f2;
    padding-right: 10px;
    height: 3.5rem;
    margin-left: -2.6rem;
    display: flex;
    justify-content: center;
  }
  .inputs1 {
    width: 100%;
  }
  #vaga {
    width: 100%;
  }
  .notificacao-texto {
    width: 100%;
  }
  .curriculo {
    width: 100%;
  }
  .notificacao-email,
  .notificacao-nome {
    width: 49%;
  }
  .cadastrar-interno {
    align-items: flex-start;
  }
  .botao-cadastrar {
    padding: 0rem 0 0.5rem 0;
  }
  #salvar {
    font-size: 20px;
    height: 3rem;
    width: 8rem;
  }
}
@media (max-width: 1366px) {
  .notificacao-nome {
    display: flex;
    flex-direction: column-reverse;
    width: 49%;
  }
  .notificacao-email {
    display: flex;
    flex-direction: column-reverse;
    width: 49%;
  }
  .btn-cadastro {
    align-items: center;
    color: #b9cfe6;
    background: white;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border: none;
    font-style: 1rem;
    border-left: 2px solid #dce7f2;
    padding-right: 10px;
    height: 3.5rem;
    margin-left: -2.9rem;
    display: flex;
    justify-content: center;
  }
  .titulo-banner {
    font-size: 4rem;
    font-family: "cocon";
    text-align: initial;
    width: 100%;
  }
  .conteudo-descricao {
    padding: 1rem 2rem 0 0;
    font-size: 1.1rem;
  }
  .conteudo-banner-text {
    font-size: 1.4rem;
    width: 64%;
    text-align: initial;
    font-family: "proxima-nova-light";
  }
  .topo {
    height: 6rem;
    display: flex;
    top: 0;
    z-index: 10;
    right: 0;
    background: white;
    width: 100%;
    position: fixed;
    align-items: center;
    padding: 0 3.6rem 0 3.3rem;
    justify-content: space-between;
  }
  .banner-text {
    width: 92%;
    display: flex;
    flex-direction: column;
  }
  .conteudo-cards {
    width: 98%;
    justify-content: space-around;
    display: flex;
    margin-right: 0.8rem;
  }
  .banner {
    width: 100%;
    background-size: cover;
    height: 40rem;
    background-image: url(imagens/novas-imagens/banner3.png);
    display: flex;
    background-position: -29rem center;
    background-repeat: no-repeat;
    top: 0;
    margin-top: 6rem;
    right: 0;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0rem;
  }
  .linha-horizontal {
    display: flex;
    height: 28rem;
    margin-top: 0rem;
    border: 1px solid rgb(150, 150, 150);
  }
  .contatos {
    padding: 3rem 1rem 3rem 1rem;
    font-size: 1.2rem;
  }
  .endereco {
    padding: 3rem 1rem 3rem 1rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 1280px) {
  .descricao {
    display: flex;
    width: 59rem;
    padding: 0rem 2rem;
    flex-direction: column;
  }
  .conteudo-cards-interno {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .curriculo {
    padding-left: 1rem;
    width: 83%;
    border: none;
    height: 3.5rem;
    font-size: 1rem;
    border-radius: 0.5rem;
  }
  #texto {
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    width: 100%;
    border-radius: 0.5rem;
    height: 10rem;
  }
  .btn-cadastro {
    align-items: center;
    color: #b9cfe6;
    background: white;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border: none;
    font-size: 1.2rem;
    border-left: 2px solid #dce7f2;
    padding-right: 10px;
    height: 3.5rem;
    width: 7rem;
    margin-left: -0.9rem;
    display: flex;
    justify-content: center;
  }
  #vaga {
    width: 100%;
    border-radius: 0.5rem;
    height: 3.5rem;
    font-size: 1rem;
  }
  .form-control {
    width: 100%;
  }
  .conteudo-cards {
    width: 91.2%;
    justify-content: space-around;
    display: flex;
    margin-right: 0.8rem;
  }
  .informacoes {
    display: flex;
    height: auto;
    padding: 0px 1rem;
    align-items: center;
    justify-content: center;
  }
  .conteudo-banner-text {
    font-size: 1.3rem;
    width: 61%;
    text-align: initial;
    font-family: "proxima-nova-light";
  }
  .linha-horizontal {
    display: flex;
    height: 30rem;
    margin-top: 0rem;
    border: 1px solid rgb(150, 150, 150);
  }
  .notificacao-texto {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .conteudo-descricao {
    padding: 1rem 0;
    font-size: 1.1rem;
  }
  .espaco-cadastro {
    justify-content: space-between;
    align-items: flex-end;
  }
  .imagem-cadastro {
    background-image: url(imagens/banner/cadastre.png);
    background-repeat: no-repeat;
    height: 30rem;
    width: 100%;
    background-size: cover;
    display: flex;
    margin-top: 0;
  }
  .espaco-imagem {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .espaco-cadastro .cadastrar {
    width: 35rem;
    height: auto;
    border-radius: 10px;
    margin: 0;
  }
  .banner-icons {
    width: 60%;
    display: flex;
    padding-top: 0rem;
    align-items: flex-end;
    flex-direction: row;
  }
  .espaco-cadastro .cadastrar {
    width: 100%%;
    height: auto;
    border-radius: 10px;
    margin: 0;
  }
  .conteudo-cadastro {
    display: flex;
    justify-content: center;
  }
  .conteudo-banner {
    display: flex;
    width: 95%;
    margin: 0;
    flex-direction: column;
  }
  .titulo-banner {
    font-size: 3.2rem;
    font-family: "cocon";
    text-align: initial;
  }
  .titulo-conteudo-cards {
    color: #36b9c0;
    margin: 0rem;
    font-size: 2.5rem;
    padding-left: 2rem;
    width: 92%;
    text-align: initial;
    font-family: arial;
  }
  .titulo-cadastrar span {
    color: rgb(99, 99, 99);
    font-size: 1rem;
  }
  .topo {
    height: 6rem;
    display: flex;
    top: 0;
    z-index: 10;
    right: 0;
    background: white;
    width: 100%;
    position: fixed;
    align-items: center;
    padding: 0 5.4rem 0 5.1rem;
    justify-content: space-between;
  }
  .banner {
    padding: 0rem;
  }
  .notificacao-nome {
    display: flex;
    flex-direction: column-reverse;
    width: 49%;
  }
  .notificacao-email {
    display: flex;
    flex-direction: column-reverse;
    width: 49%;
  }
  .banner {
    width: 100%;
    background-size: cover;
    height: 40rem;
    background-image: url(imagens/novas-imagens/banner3.png);
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    margin-top: 6rem;
    right: 0;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0rem;
  }
  .card-vaga {
    border: 1px solid rgb(198, 198, 198);
    height: 15rem;
    margin: 2rem;
    border-radius: 1rem;
    width: 20.5rem;
  }
}

@media (max-width: 1024px) {
  .slick-dotted.slick-slider {
    display: block;
  }
  .conteudo-cards-interno {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #carrousel {
    display: none;
  }
  .notificacao-email {
    display: flex;
    flex-direction: column-reverse;
    width: 49%;
  }
  .notificacao-nome {
    display: flex;
    flex-direction: column-reverse;
    width: 49%;
  }
  .espaco-cadastro .cadastrar {
    width: 31rem;
    height: auto;
    border-radius: 10px;
    margin: 0;
  }
  .contato {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    padding: 2rem 0rem 0rem 1.6rem;
  }
  .linha-horizontal {
    width: 95%;
    display: flex;
    height: 0rem;
    margin-top: 0rem;
    border: 1px solid rgb(150, 150, 150);
  }
  .subconteudo-card {
    font-size: 1rem;
  }
  .conteudo-cadastro {
    display: flex;
  }
  .conteudo-descricao {
    padding: 1rem 0 3rem 0;
    font-size: 1.1rem;
  }
  .conteudo-banner-text {
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    font-family: "proxima-nova-light";
  }
  .informacoes {
    display: flex;
    padding: 1rem 0;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .titulo-banner {
    display: flex;
    align-items: center;
    font-size: 3rem;
    font-family: "cocon";
    justify-content: center;
    text-align: initial;
    width: 100%;
  }
  .banner-text {
    display: flex;
    align-items: center;
    width: 95%;
    flex-direction: column;
  }
  .imagem-cadastro {
    background-image: url(imagens/banner/cadastre.png);
    background-repeat: no-repeat;
    height: 26rem;
    width: 100%;
    background-size: cover;
    display: flex;
    margin-top: 0;
  }
  .alert-text {
    padding: 0.5rem 1.25rem;
    height: auto;
    width: 100%;
    border-radius: 0.5rem;
    align-items: center;
    font-size: 1rem;
    color: #0f451c;
    background-color: #d4edda;
    border-color: #405a46;
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
  }
  .alert-text-igual {
    padding: 0.5rem 1.25rem;
    height: auto;
    width: 100%;
    border-radius: 0.5rem;
    align-items: center;
    font-size: 1rem;
    color: #40565a;
    background-color: #a2d7eb;
    border-color: #40565a;
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
  }
  .espaco-imagem {
    width: 35rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .banner {
    width: 100%;
    background-size: cover;
    height: 26rem;
    background-image: url(imagens/novas-imagens/banner-mobile.png);
    display: flex;
    background-position: -44rem center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0rem;
  }
  .titulo-conteudo-cards {
    color: #36b9c0;
    margin: 0rem;
    font-size: 2rem;
    padding-bottom: 0rem;
    margin-top: 3rem;
    padding-left: 1.5rem;
    font-family: arial;
  }
  .titulo-cadastrar {
    font-size: 2rem;
    font-family: "montserrat";
    color: #29b6bd;
    padding-bottom: 1rem;
    flex-direction: column;
    display: flex;
    width: 100%;
    padding: 1rem 0 3rem 0;
  }
  .banner-icons {
    width: 100%;
    display: flex;
    padding-top: 0rem;
    align-items: flex-end;
    padding-right: 0rem;
    flex-direction: row;
    justify-content: center;
  }
  .alert {
    position: relative;
    padding: 0.5rem 1.25rem;
    display: flex;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.5rem;
  }
  .conteudo-banner {
    display: flex;
    width: 100%;
    margin: 0rem;
    flex-direction: column;
  }
  .titulo-cadastrar {
    text-align: initial;
  }
  .titulo-cadastrar span {
    text-align: initial;
    font-size: 1.1rem;
  }
  .endereco {
    padding: 1rem 0;
  }
  .contatos {
    padding: 1rem 0;
  }
  .descricao {
    width: 100%;
    padding: 0rem 2rem 0 1.6rem;
  }
  .footer {
    height: 4rem;
    font-size: 1.2rem;
  }
  .topo {
    height: 6rem;
    display: flex;
    top: 0;
    z-index: 10;
    right: 0;
    background: white;
    width: 100%;
    position: fixed;
    align-items: center;
    padding: 0 0.9rem 0 1.5rem;
    justify-content: space-between;
  }
  .card-vaga {
    border: 1px solid rgb(198, 198, 198);
    height: 15rem;
    margin: 0rem 1.5rem;
    border-radius: 1rem;
    width: 20rem;
  }
  .conteudo-cards {
    width: 100%;
    justify-content: space-around;
    display: flex;
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  .notificacao-nome {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #carrousel .owl-nav {
    display: none;
  }
  .slick-slide {
    display: none;
    width: 88% !important;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  .notificacao-email {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .slick-dotted.slick-slider {
    display: none;
  }
  #carrousel {
    display: block;
  }
  .titulo-banner {
    font-size: 3rem;
    font-family: "cocon";
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .inputs1 {
    flex-direction: column;
  }
  .curriculo {
    padding-left: 1rem;
    width: 100%;
    border: none;
    height: 3.5rem;
    font-size: 1rem;
    border-radius: 0.5rem;
  }
  .botao-cadastrar {
    display: flex;
    padding: 0 0 1.5rem 0;
    justify-content: flex-start;
  }
  .linha-horizontal {
    width: 90%;
    display: flex;
    height: 0rem;
    margin-top: 0rem;
    border: 1px solid rgb(150, 150, 150);
  }
  .contato {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    padding: 1.5rem 0rem 0rem 2.5rem;
  }
  .card-vaga {
    border: 1px solid rgb(198, 198, 198);
    height: 14rem;
    margin: 0rem 0rem;
    border-radius: 1rem;
    width: 100%;
  }
  .conteudo-cards-geral {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
  }
  .espaco-imagem {
    display: none;
  }
  .conteudo-cards {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 0;
  }
  .imagem-cadastro {
    height: 27rem;
    width: 28rem;
    display: flex;
    margin-top: 9rem;
  }
  .espaco-cadastro .cadastrar {
    width: 45rem;
    height: auto;
    border-radius: 10px;
    margin: 0;
  }
  .cadastrar-interno {
    padding: 0rem;
  }
  .titulo-cadastrar {
    font-size: 2.5rem;
  }
  .titulo-cadastrar span {
    font-size: 1rem;
  }
  .titulo-descricao {
    font-size: 2.2rem;
    text-align: initial;
    color: #29b6bd;
  }
  .conteudo-descricao {
    padding: 1rem 0;
    font-size: 1rem;
  }
  .topo {
    height: 6rem;
    display: flex;
    top: 0;
    padding: 0 2.2rem 0 2.5rem;
    z-index: 10;
    right: 0;
    background: white;
    width: 100%;
    position: fixed;
    align-items: center;
    justify-content: space-between;
  }
  .descricao {
    width: 100%;
    padding: 0rem 0rem 2rem 2.5rem;
  }
  .banner-icons {
    width: 100%;
    display: flex;
    padding: 0;
    align-items: flex-end;
    padding-right: 0rem;
    flex-direction: row;
    justify-content: center;
  }
  .banner-text {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .banner {
    width: 100%;
    background-size: cover;
    height: 32rem;
    background-image: url(imagens/novas-imagens/banner-mobile.png);
    display: flex;
    background-position: top center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    margin-top: 0;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0rem;
  }
  .curriculo {
    padding-left: 1rem;
    width: 87%;
    border: none;
    height: 3.5rem;
    font-size: 1rem;
    border-radius: 0.5rem;
  }
  .titulo-conteudo-cards {
    color: #36b9c0;
    margin: 0 1rem;
    font-size: 2.5rem;
    margin-top: 3rem;
    text-align: initial;
    font-family: arial;
    padding-left: 1.5rem;
  }
  .titulo-banner {
    font-size: 3rem;
    font-family: "cocon";
    text-align: center;
    width: 100%;
  }
  .conteudo-cadastro {
    display: flex;
  }
  .endereco {
    text-align: initial;
  }
  .contato {
    text-align: center;
  }
  .card-vaga span {
    color: rgb(142, 142, 142);
    padding-bottom: 1rem;
  }
  .conteudo-banner-text {
    font-size: 1.3rem;
    text-align: center;
    width: 93%;
    font-family: "proxima-nova-light";
  }
  .conteudo-banner {
    align-items: center;
    display: flex;
    padding-bottom: 0rem;
    margin: 0;
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }
  .banner-text {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .logo-adbrax img {
    height: 2rem;
  }
  .topo span {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0.5rem 0.5rem;
    border-radius: 1rem;
    margin: 0.3rem;
    border: 1px solid rgb(189, 189, 189);
    font-size: 0.9rem;
  }
  .footer {
    height: 3rem;
    font-size: 1.1rem;
  }
  .informacoes {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .contatos {
    padding: 1rem 0;
    text-align: initial;
  }
}
@media (max-width: 768px) {
  .espaco-cadastro .cadastrar {
    width: 42.9rem;
    height: auto;
    border-radius: 10px;
    margin: 0;
  }
  .conteudo-cards-interno {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 720px) {
  .slick-dotted.slick-slider {
    display: none;
  }
  .conteudo-cards-interno {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .logo-geral button {
    background: none;
    width: 70px;
    border: none;
    cursor: pointer;
    position: relative;
    outline: none;
    z-index: 99999;
    display: block;
  }
  .logo-geral button span {
    display: block;
    padding: 0;
    height: 4px;
    background-color: black;
    margin: 10px 0;
    position: relative;
    transition: 0.3s linear;
    border: none;
    border-radius: 0;
  }
  .topo span {
    font-size: 1.5rem;
    border: none;
  }
  .textos-topo a {
    width: 100%;
    color: rgb(87, 87, 87);
    display: flex;
    background: #f7f7f7;
    align-items: center;
    padding: 1rem;
    justify-content: center;
  }
  .textos-topo a:hover {
    background: #ededed;
  }
  .textos-topo.active {
    overflow-y: scroll;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .logo-geral button.active span:nth-child(1) {
    transform: rotate(-45deg);
    top: 4px;
  }
  .logo-geral button.active span:nth-child(2) {
    opacity: 0;
  }
  .logo-geral button.active span:nth-child(3) {
    transform: rotate(45deg);
    bottom: 18px;
  }
  .logo-geral {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .linha-horizontal {
    width: 95%;
    display: flex;
    height: 0rem;
    margin-top: 0rem;
    border: 1px solid rgb(150, 150, 150);
  }
  .notificacao-email {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .notificacao-nome {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  #carrousel {
    display: block;
    margin: 0px 0px 0rem 0px !important;
  }
  .espaco-imagem {
    display: none;
  }
  .banner {
    width: 100%;
    background-size: cover;
    height: 32rem;
    background-image: url(imagens/novas-imagens/banner-mobile.png);
    display: flex;
    background-position: top center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    margin-top: 0;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0rem;
  }
  .espaco-cadastro .cadastrar {
    height: auto;
    border-radius: 10px;
    margin: 0;
  }
  .titulo-conteudo-cards {
    color: #36b9c0;
    margin-top: 3rem;
    font-size: 2.5rem;
    padding-left: 1rem;
    text-align: initial;
    font-family: arial;
  }
  .contato {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: initial;
    justify-content: center;
    padding: 1rem 1rem 0rem 1rem;
  }
  .botao-cards {
    background: #29b6bd;
    color: rgb(245, 245, 245);
    font-size: 1rem;
    text-decoration: none;
    border: none;
    border-radius: 0.5rem;
  }
  .informacoes {
    display: flex;
    padding: 0 1rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .titulo-cadastrar span {
    font-size: 1.1rem;
  }
  .conteudo-cards {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }
  .card-vaga {
    border: 1px solid rgb(198, 198, 198);
    height: 18rem;
    margin: 0rem;
    border-radius: 1rem;
    width: 100%;
  }
  .titulo-card {
    border-bottom: 1px solid rgb(198, 198, 198);
    padding: 0.8rem;
    color: #dea315;
    text-align: center;
    font-size: 1.2rem;
  }
  .subconteudo-card {
    font-size: 1.2rem;
  }
  .card-vaga span p {
    color: black;
    margin: 0;
    padding-bottom: 0.5rem;
    font-size: 1.3rem;
  }
  .contatos {
    font-size: 1.1rem;
    padding: 1rem 0;
    text-align: initial;
  }
  .titulo-descricao {
    font-size: 2rem;
    text-align: initial;
    color: #29b6bd;
  }
  .endereco {
    text-align: initial;
    font-size: 1.1rem;
  }
  .topo {
    height: auto;
    display: flex;
    top: 0;
    padding: 1rem;
    z-index: 10;
    flex-direction: column;
    right: 0;
    background: white;
    width: 100%;
    position: fixed;
    align-items: center;
    justify-content: space-between;
  }
  .textos-topo {
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: white;
    top: 0;
    box-shadow: 1px 1px 15px #bfbfbf;
    right: -100%;
    max-width: 400px;
    padding: 5.3rem 0;
    transition: 0.3s linear;
    z-index: 10000;
  }
  #texto {
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    border-radius: 0.5rem;
    height: 10rem;
  }
  .botao-cadastrar {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 1.5rem 0;
  }
  .descricao {
    width: 100%;
    padding: 0rem 1rem 2rem 1rem;
  }
}
@media (max-width: 672px) {
  .card-vaga {
    border: 1px solid rgb(198, 198, 198);
    height: 14rem;
    margin: 0rem;
    border-radius: 1rem;
    width: 100%;
  }
  .topo {
    height: auto;
    display: flex;
    top: 0;
    padding: 1rem;
    z-index: 10;
    right: 0;
    background: white;
    width: 100%;
    position: fixed;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .textos-topo {
    padding: 6.4rem 0;
  }
  .topo span {
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 1rem;
    margin: 0.3rem;
    border: none;
  }
  .card-vaga {
    width: 100%;
  }
  .titulo-cadastrar span {
    font-size: 1rem;
  }
  .titulo-cadastrar {
    padding: 1rem 0 2rem 0;
  }
  .banner {
    width: 100%;
    background-size: cover;
    height: 34rem;
    background-image: url(imagens/novas-imagens/banner-mobile.png);
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    justify-content: start;
    margin-top: 0;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0rem;
  }
  .conteudo-cards {
    width: 98%;
  }
  .titulo-conteudo-cards {
    color: #36b9c0;
    margin: 0 2rem;
    font-size: 2.5rem;
    padding-left: 0rem;
    margin-top: 3rem;
    text-align: initial;
    font-family: arial;
  }
  .espaco-cadastro .cadastrar {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0;
  }
  .banner-text {
    display: flex;
    width: 33rem;
    flex-direction: column;
  }
  .banner-icons {
    width: 33rem;
    display: flex;
    padding-top: 1rem;
    align-items: flex-end;
    flex-direction: row;
    justify-content: center;
  }
  .titulo-banner {
    font-size: 3rem;
    font-family: "cocon";
    text-align: center;
  }
  .conteudo-banner-text {
    font-size: 1.2rem;
    text-align: center;
    font-family: "proxima-nova-light";
  }
  .topo {
    height: auto;
    display: flex;
    top: 0;
    padding: 1rem;
    z-index: 10;
    right: 0;
    background: white;
    width: 100%;
    position: fixed;
    align-items: center;
    justify-content: center;
  }
  .informacoes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .descricao {
    width: 100%;
    padding: 0;
  }
  .titulo-descricao {
    font-size: 2rem;
    text-align: initial;
    color: #29b6bd;
  }
  .linha-horizontal {
    display: flex;
    height: 0rem;
    width: 100%;
    margin-top: 1rem;
    border: 1px solid rgb(150, 150, 150);
  }
  .contato {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: initial;
    padding: 0;
  }
  .titulo-endereco {
    color: #dea315;
    font-size: 1.2rem;
    text-align: initial;
  }
  .conteudo-endereco {
    text-align: initial;
  }
  .titulo-contatos {
    color: #dea315;
    font-size: 1.2rem;
    text-align: initial;
  }
  .conteudo-contatos {
    text-align: initial;
  }
  .footer {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
  }
  .conteudo-cards-geral {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
  }
}
@media (max-width: 600px) {
  .card-vaga span {
    padding-bottom: 0rem;
  }
  .subconteudo-card {
    padding: 0.5rem;
  }
  .titulo-banner {
    font-size: 2.5rem;
    font-family: "cocon";
    text-align: center;
  }
  .banner-text {
    width: 100%;
  }
  .banner-icons {
    width: 100%;
  }
  .conteudo-banner-text {
    font-size: 1.1rem;
    text-align: center;
    font-family: "proxima-nova-light";
  }
  .logo-adbrax {
    align-items: center;
    height: 2rem;
    justify-content: center;
    display: flex;
  }
  .footer {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
  }
  .espaco-cadastro {
    padding: 0 1rem;
  }
}
@media (max-width: 500px) {
  .topo span {
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 1rem;
  }
  .card-vaga span {
    color: rgb(142, 142, 142);
    padding-bottom: 0.5rem;
  }
  .conteudo-cards-interno {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .logo-adbrax {
    align-items: center;
    height: 2rem;
    justify-content: center;
    display: flex;
  }
  .espaco-cadastro .cadastrar {
    width: 87%;
    height: auto;
    border-radius: 10px;
    margin: 0;
  }
  .textos-topo {
    flex-direction: row;
    padding: 5.4rem 0rem 0rem 0rem;
    justify-content: space-evenly;
  }
  .textos-topo a {
    padding: 1.5rem;
  }
  .logo-adbrax img {
    height: 3.5rem;
  }
  .banner-icons {
    width: 30rem;
    display: flex;
    padding-top: 0rem;
    align-items: flex-end;
    flex-direction: row;
    justify-content: center;
  }
  .titulo-banner {
    font-size: 2.5rem;
    font-family: "cocon";
    text-align: center;
  }
  .conteudo-banner-text {
    font-size: 1.2rem;
    text-align: center;
    width: 90%;
    font-family: "proxima-nova-light";
  }
  .descricao {
    width: 94%;
    padding: 0rem 1rem;
  }
  .contatos {
    padding: 1rem 0 0 0;
  }
  .contato {
    display: flex;
    flex-direction: column;
    width: 94%;
    justify-content: center;
    padding: 0 1rem;
  }
  .banner-text {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .conteudo-footer {
    display: none;
  }
  .conteudo-footer-mobile {
    display: block;
  }
  .banner {
    width: 100%;
    background-size: cover;
    height: 30rem;
    background-image: url(imagens/novas-imagens/banner-mobile.png);
    display: flex;
    background-position: -56rem center;
    margin-top: 0;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0rem;
  }
  .conteudo-cards-geral {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
  }
  .titulo-conteudo-cards {
    color: #36b9c0;
    font-size: 2rem;
    margin-top: 0;
    margin-top: 3rem;
    padding-left: 0rem;
    font-family: arial;
  }
  .topo {
    height: auto;
    display: flex;
    top: 0;
    padding: 1rem 0rem;
    z-index: 10;
    right: 0;
    background: white;
    width: 100%;
    position: fixed;
    align-items: center;
    justify-content: space-between;
  }
  .card-vaga {
    border: 1px solid rgb(198, 198, 198);
    height: 16rem;
    margin: 1rem 0rem;
    border-radius: 1rem;
    width: 93%;
  }
  .titulo-cadastrar span {
    font-size: 1rem;
  }
  .titulo-cadastrar {
    font-size: 2rem;
  }
  .informacoes {
    display: flex;
    padding: 0rem 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .footer {
    height: 3.3rem;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
  }
  .banner-icons {
    width: 100%;
    display: flex;
    padding-top: 0rem;
    align-items: flex-end;
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 420px) {
  .conteudo-cards-interno {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .conteudo-descricao {
    padding: 1rem 0;
    text-align: justify;
    font-size: 1rem;
  }
  .logo-geral button {
    width: 60px;
  }
  .logo-adbrax img {
    height: 2.5rem;
  }
  .titulo-banner {
    width: 100%;
    font-size: 2.2rem;
    font-family: "cocon";
    text-align: center;
  }
  .titulo-conteudo-cards {
    color: #36b9c0;
    font-size: 2rem;
    margin-top: 0;
    margin: 3rem 0rem 0rem 1.8rem;
    padding-left: 0rem;
    font-family: arial;
  }
  .banner-icons {
    width: 100%;
    display: flex;
    padding-top: 0rem;
    align-items: flex-end;
    flex-direction: row;
    justify-content: center;
  }
  .conteudo-banner {
    margin-bottom: 2rem;
    margin-top: 0rem;
    display: flex;
    padding-bottom: 0rem;
    width: 100%;
    flex-direction: column;
  }
  .contato {
    display: flex;
    flex-direction: column;
    width: 90%;
    justify-content: center;
    padding: 1rem 0.3rem;
  }
  .banner {
    width: 100%;
    background-size: cover;
    height: 27rem;
    background-image: url(imagens/novas-imagens/banner-mobile.png);
    display: flex;
    background-position: top center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    margin-top: 2rem;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0rem;
  }
  .banner-text {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .conteudo-cards-geral {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
  }
  .card-vaga {
    border: 1px solid rgb(198, 198, 198);
    height: 23rem;
    margin: 1rem 0rem;
    border-radius: 1rem;
    width: 93%;
  }
  .topo span {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0.5rem 0.5rem;
    border-radius: 1rem;
    margin: 0.2rem;
  }
  .topo {
    height: auto;
    display: flex;
    top: 0;
    padding: 0.5rem;
    justify-content: center;
    z-index: 10;
    right: 0;
    background: white;
    width: 100%;
    position: fixed;
    align-items: center;
  }
  .logo-adbrax {
    height: 3rem;
  }
  .textos-topo {
    padding: 4.5rem 0rem 0rem 0rem;
    right: -150%;
  }
  .carousel .col-md-12 {
    padding-bottom: 3rem;
  }
  .conteudo-cards-interno {
    -webkit-line-clamp: 6;
  }
}
@media (max-width: 375px) {
  .card-vaga {
    width: 100%;
    height: 18rem;
  }
  .banner-icons {
    width: 100%;
    display: flex;
    padding-top: 1rem;
    align-items: flex-end;
    flex-direction: row;
    justify-content: center;
  }
  .titulo-conteudo-cards {
    color: #36b9c0;
    margin-top: 2rem;
    font-size: 2rem;
    padding-bottom: 0rem;
    padding-left: 0;
    font-family: arial;
  }
  .banner {
    width: 100%;
    background-size: cover;
    height: 28rem;
    background-image: url(imagens/novas-imagens/banner-mobile.png);
    display: flex;
    background-position: -61.5rem center;
    background-repeat: no-repeat;
    top: 0;
    margin-top: 0;
    right: 0;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0rem;
  }
  .titulo-banner {
    width: 100%;
    font-size: 2rem;
    font-family: "cocon";
    text-align: center;
  }
  .btn-cadastro {
    font-size: 1rem;
  }
  .conteudo-banner {
    margin-bottom: 0rem;
    margin-top: 0rem;
    display: flex;
    padding-bottom: 0rem;
    width: 100%;
    flex-direction: column;
  }
  .banner-text {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
}

@media (max-width: 350px) {
  .banner-text {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .conteudo-cards-interno {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .conteudo-cards {
    width: 99%;
  }
  .card-vaga {
    width: 96%;
    height: 18rem;
  }
  .banner-icons {
    width: 100%;
    display: flex;
    padding-top: 0rem;
    align-items: flex-end;
    flex-direction: row;
    justify-content: center;
  }
  .banner {
    width: 100%;
    background-size: cover;
    height: 28rem;
    background-image: url(imagens/novas-imagens/banner-mobile.png);
    display: flex;
    background-position: -61.5rem center;
    background-repeat: no-repeat;
    top: 0;
    margin-top: 0;
    right: 0;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0rem;
  }
  .conteudo-banner {
    margin-top: 0rem;
    display: flex;
    margin: 0rem 0.5rem;
    padding-bottom: 0rem;
    width: 100%;
    flex-direction: column;
  }
  .titulo-banner {
    font-size: 1.9rem;
    font-family: "cocon";
    text-align: center;
  }
  .conteudo-cards-geral {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
  }
  .titulo-conteudo-cards {
    color: #36b9c0;
    margin: 2rem 0 0 0;
    padding-left: 1.2rem;
    font-size: 2rem;
    font-family: arial;
  }
  .btn-cadastro {
    font-size: 1rem;
  }
  .topo {
    height: auto;
    display: flex;
    top: 0;
    padding: 1rem 0;
    justify-content: center;
    z-index: 10;
    right: 0;
    background: white;
    width: 100%;
    position: fixed;
    align-items: center;
  }
  /* .topo span {
        font-family: Arial, Helvetica, sans-serif;
        padding: 0.5rem 0.5rem;
        border-radius: 1rem;
        width: 100%;
        margin: 0rem;
        border: 1px solid rgb(189, 189, 189);
    } */
}
@media (max-width: 320px) {
  .banner-icons {
    width: 100%;
    display: flex;
    padding-top: 0rem;
    align-items: flex-end;
    flex-direction: row;
    justify-content: center;
  }
  .conteudo-cards-interno {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .titulo-cadastrar {
    font-size: 2rem;
    font-family: "montserrat";
    color: #29b6bd;
    padding-bottom: 1rem;
    text-align: center;
    flex-direction: column;
    display: flex;
    width: 100%;
    padding: 1rem 0 2rem 0;
  }
  .botao-cadastrar {
    display: flex;
    justify-content: center;
    padding: 0 0 1.5rem 0;
  }
  .titulo-descricao {
    font-size: 2rem;
    text-align: center;
    color: #29b6bd;
  }
  .descricao {
    width: 98%;
    padding: 0rem 0rem;
  }
  .btn-cadastro {
    font-size: 1rem;
  }
  .curriculo {
    padding-left: 1rem;
    width: 87%;
    border: none;
    height: 3.5rem;
    font-size: 0.9rem;
    border-radius: 0.5rem;
  }
  .contato {
    display: flex;
    flex-direction: column;
    width: 98%;
    justify-content: center;
    padding: 1rem 0rem;
  }
  .banner {
    width: 100%;
    background-size: cover;
    height: 34rem;
    background-image: url(imagens/novas-imagens/banner-mobile.png);
    display: flex;
    background-position: -61.5rem center;
    background-repeat: no-repeat;
    top: 0;
    margin-top: 0rem;
    right: 0;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0rem;
  }
  .banner-text {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .alert-text {
    padding: 0.5rem 0.25rem;
    height: auto;
    width: 100%;
    border-radius: 0.5rem;
    align-items: center;
    font-size: 1rem;
    color: #0f451c;
    background-color: #d4edda;
    border-color: #405a46;
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
  }
  .alert-text-igual {
    padding: 0.5rem 0.25rem;
    height: auto;
    width: 100%;
    border-radius: 0.5rem;
    align-items: center;
    font-size: 1rem;
    color: #40565a;
    background-color: #a2d7eb;
    border-color: #40565a;
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
  }
  .banner i {
    font-size: 1.8rem;
    border: 1px solid rgb(92, 92, 92);
    border-radius: 100%;
    margin: 0.5rem;
    color: rgb(62, 62, 62);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
  }
  .titulo-cadastrar span {
    font-size: 1rem;
    display: none;
  }
  .titulo-endereco {
    color: #dea315;
    font-size: 1.2rem;
    text-align: center;
  }
  .conteudo-endereco {
    text-align: center;
  }
  .titulo-contatos {
    color: #dea315;
    font-size: 1.2rem;
    text-align: center;
  }
  .conteudo-contatos {
    text-align: center;
  }
  .logo-adbrax img {
    height: 3rem;
  }
  .topo {
    height: auto;
    display: flex;
    top: 0;
    padding: 1rem 0;
    justify-content: center;
    z-index: 10;
    right: 0;
    background: white;
    width: 100%;
    position: fixed;
    align-items: center;
  }
  .informacoes {
    display: flex;
    padding: 0rem 1rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .card-vaga {
    width: 96%;
    height: 19rem;
  }
}
@media (min-width: 768px) {
  /* show 3 items */
  .carousel-inner .active,
  .carousel-inner .active + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }

  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item,
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item {
    -webkit-transition: none;
    transition: none;
  }

  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner
    .active.carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
.card {
  margin: 0 auto;
  border: none;
}
.card .carousel-item {
  min-height: 190px;
}
.card .carousel-caption {
  padding: 0;
  right: 15px;
  left: 15px;
  top: 15px;
  color: #3d3d3d;
  border: 1px solid #ccc;
  min-height: 175px;
  padding: 15px;
}
.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.card .carousel-caption .col-sm-9 {
  text-align: left;
}
.card .carousel-control-prev,
.card .carousel-control-next {
  color: #3d3d3d !important;
  opacity: 1 !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  color: #fff;
  font-size: 14px;
  background-color: #cd3a54;
  height: 32px;
  line-height: 32px;
  width: 32px;
}
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  opacity: 0.85;
}
.carousel-control-prev {
  left: 40%;
  top: 110%;
}
.carousel-control-next {
  right: 40%;
  top: 110%;
}
.midline {
  width: 60px;
  border-top: 1px solid #d43025;
}
.carousel-caption h2 {
  font-size: 14px;
}
.carousel-caption h2 span {
  color: #cd3a54;
}
@media (min-width: 320px) and (max-width: 575px) {
  .carousel-caption {
    position: relative;
  }
  .card .carousel-caption {
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }
  .card .carousel-caption img {
    margin: 0 auto;
  }
  .carousel-control-prev {
    left: 35%;
    top: 105%;
  }
  .carousel-control-next {
    right: 35%;
    top: 105%;
  }
  .card .carousel-caption h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .carousel-caption {
    position: relative;
  }
  .card .carousel-caption {
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }
  .card .carousel-caption img {
    margin: 0 auto;
  }
  .card .carousel-caption h3,
  .card .carousel-caption small {
    text-align: center;
  }
  .carousel-control-prev {
    left: 35%;
    top: 105%;
  }
  .carousel-control-next {
    right: 35%;
    top: 105%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .card .carousel-caption h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
  }
}
#form_register {

}