/* body{
  background: #313132;
} */

/* CORES */

.text-vermelho{
  color: #fe0000 ;
}
.text-vermelho2{
  color: #820C11;
}
.btn:hover {
  transition: 0.3s all;
}

.btn-outline-vermelho2 {
  color: #820C11;
  border-color: #820C11;
}
.btn-outline-vermelho2:hover {
  color: #fff;
  background-color: #820C11;
  border-color: #820C11;
}
.btn-vermelho2 {
  color: #fff;
  background-color: #820C11;
}
.btn-vermelho2:hover {
  color: #fff;
  background-color: #740b10;
}

.bg-gray {
  background-color: #f1f1f1;
}
.bg-status-amarelo {
  background-color: #faf2ca;
}
.bg-status-verde {
  background-color: #ecffb3;
}
.bg-status-vermelho {
  background-color: #ffdddc;
}
main hr {
  background: red;
}
/* TAMANHO DO LOGO */
.logo {
  height: 50px;
  transition: 0.4s ease all;
}
@media screen and (max-width: 780px) {
  .logo {
    height: 60px;
    transition: 0.4s ease all;
    }
  }

.container-principal {
  width: 100%;
}

.col-esq {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 60px;
}

/* TEXTO DISPLAY */

.display-14 {
  font-size: 14px;
}
.display-16 {
  font-size: 16px;
}
.display-18 {
  font-size: 18px;
}


/* VAGAS CARD  */
#icones-card {
  font-size: 1.2rem;
}
#icones-card span {
  font-size: 18px;
}
@media screen and (max-width: 780px) {
  #icones-card span {
    font-size: 16px;
  }
}



main.trabalhe-conosco-pagina section.principal .container .form-container .form > .label .input, main.trabalhe-conosco-pagina section.principal .container .form-container .form .on-identify > .label .input {
  padding: 0.75rem !important;
  color: #000 !important;
  resize: none;
  font-size: 20px !important;
  width: 100%;
  border: 1px solid #e1e1e1;
  margin-bottom: 0 !important;
}
.card-body {
  padding: 0px;
}

.no-maxwidth{
  max-width: 80% !important;
}
.div-hover:hover{
  background-color: #f1f1f1;
}
.pt-140 {
  padding-top: 100px;
}
@media screen and (max-width: 780px) {
  .pt-140 {
    padding-top: 40px;
  }
}
/* IMAGENS */
.bg-imagem{
  background-image: url(https://www.pessegotransportes.com.br/site/assets/images/missao4-1-4000x3000.jpg);
  /* background-image: url(/assets/images/banner-trabalhe-conosco.JPG); */
  background-repeat: no-repeat;
  background-size: cover;
  /* background-repeat: repeat; */
}
.bg-imagem2{
  /* background-image: url(https://www.pessegotransportes.com.br/site/assets/images/missao4-1-4000x3000.jpg); */
  /* background-image: url(/assets/images/banner-trabalhe-conosco.JPG); */
  background-size: cover;
  background-position: right;
  background-repeat: none;
}

@media screen and (max-width: 780px) {
  .bg-imagem1 {
    /* background-position: top; */
    background-size: 400%;
    background-position: right;
    background-repeat: no-repeat;
    }
  }
@media screen and (max-width: 780px) {
  .bg-imagem2 {
    display: none;
    }
  }


.pad-top-1 {
    padding-top: 1rem !important;
}

.pad-top-2 {
    padding-top: 2rem !important;
}

.pad-top-3 {
    padding-top: 3rem !important;
}


.pad-top-4 {
    padding-top: 4rem !important;
}

.pad-top-5 {
    padding-top: 5rem !important;
}

.pad-top-6 {
    padding-top: 6rem !important;
}

.pad-top-7 {
    padding-top: 7rem !important;
}



.bg-opacity50 {
  filter: opacity(50);
}
.bg-opacity20 {
  filter: opacity(20);
  
}

@media screen and (max-width: 780px) {
#table-desktop {
  display: none;

  }
}
@media screen and (min-width: 780px) {
  #table-mobile {
    display: none;
  
    }
  }
.form-container{
  background: white;
    margin: 2rem -5px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 2rem 2rem;
    box-shadow: 0 5px 34px -19px #313132;
}
/* tamanho do container */



section.principal {
  /* padding-top: 10px; */
  padding-bottom: 80px;
}


/* PRECISA ALTERAR O PADDING NO CELULAR EM SECTION.PRINCIPAL */
main.trabalhe-conosco-pagina section.banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #12191f;
  opacity: 0.6;
  z-index: -1;
}
main.trabalhe-conosco-pagina section.banner .title {
  color: #fff;
}
main.trabalhe-conosco-pagina section.principal .container {
  /* padding-top: 140px; */

  max-width: 700px;
}


/* FORM PLACEHOLDER */
html,
body {
  height: 100%;
  margin: 0;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input,
.form-label-group label {
  height: 3.125rem;
  padding: .75rem;
}

.form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:-ms-input-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:not(:-ms-input-placeholder) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:-webkit-autofill ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .form-label-group label {
    position: static;
  }

  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* FIM PLACEHOLDER */

.form-check {
  font-size: 0.8rem;
}