.form-principal{
 width: 80%;
 left: 10%;
 position: relative;
 top: 2%;
 box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
 border-radius: 1px;
 padding: 10px;
 background: #fff;
}
.step-list{
	list-style-type: none;
	padding: 10px;
	margin-bottom: 15px;
  overflow: hidden;
}
.step-list:hover{
  cursor: pointer;
}
.next-list{
	padding: 0px;
}
.next-list a{
	text-decoration: none;
	color: #111;
}
.btn-next{
	float: right !important;
  background: #da020d !important;
  border-color: #da020d !important;
  font-weight: 500 !important;
}
.btn-next:hover{
  background: #555 !important;
  border-color: #555 !important;
}

.btn-back{
  background: #da020d !important;
  border-color: #da020d !important;
  font-weight: 500 !important;
  width: 90px !important;
}
.btn-back:hover{
  background: #555 !important;
  border-color: #555 !important;
}

.btn-add{
  background: #da020d !important;
  border-color: #da020d !important;
  font-weight: 500 !important;
  float: right !important;
}
.btn-add:hover{
  background: #555 !important;
  border-color: #555 !important;
}

body{
  background: #f5f6f7;
}
.step-number{
  background: #111;
}
.step-selecionado{
  border-left: 3px solid red;
  background: #ff00001c;
}
.error-input{
  border: 1.5px solid #000 !important;
}
.msg-error{
  color: red;
  text-align: center;
  font-weight: 500;
  display: none;
}
.delete{
  left: 95%;
  position: relative;
  width: 4%;
  text-align: center;
  border-radius: 200px;
  color: #da020d;
  cursor: pointer;
}
#error-data{
  font-size: 0.7em;
}




.multiselect {
  position: relative;
}
.multiselect .selected-hold {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.3em 0 0 0.3em;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 100%;
}
.multiselect .selected-hold.focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.multiselect .selected-item {
  margin: 0 0.3em 0.3em 0;
  padding: 0.1em 0.5em;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  background-color: #e6e6e6;
}
.multiselect .selected-item .item-label {
  margin-right: 0.5em;
}
.multiselect .selected-item .close {
  outline: none;
  position: relative;
  top: -2px;
}
.multiselect .selected-item.active {
  border-color: #1d7ecc;
}
.multiselect .item-search {
  width: 50px;
  margin: 0 0.5em 0.5em 0;
  border: none;
  outline: none;
}
.multiselect .suggest-panel {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 10;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  border: 1px solid #ccc;
  background-color: #fff;
}
.multiselect .suggest-panel .suggest-item {
  padding: 0.4em 0.8em;
}
.multiselect .suggest-panel .suggest-item.active {
  background-color: #e6e6e6;
}
.multiselect .suggest-panel .suggest-item.disabled {
  color: #999999;
}
.multiselect .suggest-panel .suggest-item .highlight {
  background-color: #ff0;
}
.multiselect .text-tester {
  position: absolute;
  visibility: hidden;
  height: auto;
  width: auto;
  white-space: nowrap;
}


.cargos{
  position: relative !important;
  width: 100% !important;
}

.pesquisar-cargo{
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 87%;
}

#btn-cpt{
  border: none;
  background: transparent;
  font-weight: bold;
  color: green;
  font-size: 1.5em;
  text-align: center;
  cursor: pointer;
}

.steps{
  border-right: 0.3px solid #1111114d;
}

body{
  font-family: 'Open Sans', sans-serif;
  height: 130%;
}

.foto-perfil{
  position: relative;
  right: 20px;
  float: right;
  border: 1px solid #111;
  cursor: pointer;
}
.msg-perfil{
  font-size: 0.7em;
  border: none;
  position: relative;
  top: 115px;
  left: 105;
}

footer {
  position: relative;
  height: 110px;
  bottom: 0;
  top: 5%;
  width: 100%;
  background: #000;
}

body > .container{
  padding-top: 60px;
}

.text-footer{
 font-weight: 700;
 font-size: 1.2em;
 color: #fff;
 position: relative;
 top: 40px;
 float: right;
}

.icon-rede{
  font-size: 1.7em;
  color: #fff;
  position: relative;
  top: 35px;
  float: left;
  background-color: #ce0000;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 3px;
  cursor: pointer;
}
.icon-rede:hover{
  background: #000;
}

.form-control{
  border-radius: 0px !important;
}
.btn{
  border-radius: 0px !important;
}

.i-facebook{
  color: #3b5998;
}

.i-twitter{
  color: #00aced;
}

.i-linkedin{
  color: #007bb6;
}

.fab{
  font-size: 1.5em;
}

.labr{
  font-weight: 700;
}


.lab-facebook{
  color: #3b5998;
}

.lab-twitter{
  color: #00aced;
}

.lab-linkedin{
  color: #007bb6;
}

.nav{
  background: #fff;
  height: 80px;
}

.nav-item{
  position: relative;
  text-align: center;
  margin: 5px;
  justify-content: center;
  z-index: 99;
}
.navbar-nav{
background: #f8f9fa !important;
}
.nav-link{
  position: relative;
  top: 5px;
  padding: 9px 13px;
  font-size: 16px;
  text-transform: uppercase;
  color: #da020d;
  font-weight: 700;
  letter-spacing: .01em;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: "Montserrat", sans-serif;
  z-index: 99;
}
.nav-link:hover{
  color: #fff;
  background: #da020d;
  z-index: 99;
}
.active{
  color: #fff !important;
  background: #da020d !important;
}
.menu{
  background: #fff;
  border-top: 2px solid #da020d;
  margin: 0px;
  height: 75px;
}
.logo{
  float: right;
}

.perfil-principal{
 padding-top: 15px !important;
 margin-bottom: 100px !important;
 position: relative;
 top: 5%;
 box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
 border-radius: 1px;
 padding: 10px;
 background: #fff;
 font-family: 'Capriola', sans-serif;
}

.info-pessoais{
  padding-left: 0px !important;
}

.icon-perfil{
  height: 17px;
  text-align: center;
  width: 17px;
}

.logo-university{
text-align: center;
}

.fa-university{
font-size: 1.2em;
margin-right: 7px;
}

.acao-perfil{
  font-size: 1.5em;
  margin: 2px;
  cursor: pointer;
}

.logo-business{
text-align: center;
}

.fa-building{
font-size: 1.2em;
margin-right: 7px;
}

.perfil-title{
  font-weight: 700;
}

.delete-icon{
  font-size: 0.9em;
  margin: 2px;
  cursor: pointer;
}

.competencias{
  background: #da020d;
  margin: 2px;
  padding: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
}

.logo-certificate{
text-align: center;
}

.fa-medal{
  margin-right: 7px;
  font-size: 1.2em;
}

.fa-award{
  margin-right: 7px;
  font-size: 1.2em;
}

.genero-radio{
    display: none;
}

.radio-button{
  background: #fff;
  padding: 5.5px 10%;
  border: 1px solid #da020d;
  color: #da020d;
  cursor: pointer;
}
.col-genero{
  margin-top: 32px;
}

.label-genero{
  cursor: pointer;
  margin: 0px !important;
  font-weight: 700;
}

.radio-button-active{
  color: #fff !important;
  background: #da020d !important;
}

#button-male{
  float: right;
  width: 100%;
  text-align: center;
}

#button-female{
  float: left;
  width: 100%;
  text-align: center;
}

#button-outro{
  float: right;
  width: 100%;
  text-align: center;
}
.info-redes-sociais{
    overflow: hidden;
    text-overflow: ellipsis;
}

.label-complete{
  position: relative;
  width: 100%;
  height: 32px;
}

.redes-sociais-rodape{
    width:100%;
    height:auto;
    margin:0;
    padding:0;
    display:inline-block;
}

.rodape-row{
  margin: 0 !important;
}

.resp-menu{
  z-index: 99 !important;
}

@media only screen and (max-width: 750px) {
  .text-footer {
    top: 0px;
  }
  .icon-rede{
    width: 40px;
  }
  .next-list{
    white-space: nowrap;
    overflow-x: auto;
    padding: 0px;
  }
  .step-list{
    display: inline-block;
  }
  .separator::after{
    color: #a9b0b9;
    content: '›';
    font-weight: bold;
    padding: 0 4px;
    position: relative;
    top: -30px;
    font-size: 1.8em;
  }
  .step-selecionado{
    border: 0;
    border-bottom: 3px solid red;
  }
  h4{
    text-align: center;
  }
  .btn-add{
    position: relative;
    right: 25px;
  }
  .info-pessoais{
    padding-left: 15px !important;
  }
  .form-principal{
    width: 100%;
    left: 0px;
  }
}
@media only screen and (max-width: 426px) {
  .box-foto{
    position: relative;
    left: 24%;
  }
}
@media only screen and (max-width: 376px) {
  .box-foto{
    position: relative;
    left: 19%;
  }
}
@media only screen and (max-width: 320px) {
  .box-foto{
    position: relative;
    left: 15%;
  }
}
.foto-candidato{
    max-width:200px;
    max-height:200px;
    min-width: 200px;
    min-height: 200px;
    width: auto;
    height: auto;
    border: 1px solid #000;
}
.btn-group{
  width: 200px !important;
}

.oculto{
  display: none !important;
}

.label-complete{
  width: 100%;
}

.input-radio{
  display: none;
}
.label-radio{
  background: #fff;
  color: #da020d;
  padding: 5px;
  margin: 2px;
  width: 37px;
  height: 36px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #da020d;
  font-weight: 500;
  cursor: pointer;
}
.label-radio-select{
    background: #da020d;
    color: #fff;
}
.options{
  padding-left: 0px !important;
}

#btn-cpt3 {
    border: none;
    background: transparent;
    font-weight: bold;
    color: green;
    font-size: 1.5em;
    text-align: center;
    cursor: pointer;
}

#btn-cpt4 {
    border: none;
    background: transparent;
    font-weight: bold;
    color: green;
    font-size: 1.5em;
    text-align: center;
    cursor: pointer;
}

.formacoes{
  margin-top: 20px;
}

.experiencias{
  margin-top: 20px;
}

.certificados{
  margin-top: 20px;
}

#foto_candidato{
  display: none;
}

#enviar_foto{
  display: none;
}

.btn-atualizar{
  width: 65%;
  background: #da020d !important;
  border-color: #da020d !important;
  font-weight: 500 !important;
}
.btn-atualizar:hover{
  background: #555 !important;
  border-color: #555 !important;
}

.btn-enviar{
  width: 35%;
  background: #da020d !important;
  border-color: #da020d !important;
  font-weight: 500 !important;
}
.btn-enviar:hover{
  background: #555 !important;
  border-color: #555 !important;
}

.loader {
  position: absolute;
  left: 49%;
  top: 48%;
  border: 5px solid #f3f3f3; /* Light grey */
  border-bottom: 5px solid #da020d ;
  border-top: 5px solid #da020d ; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1.5s linear infinite;
}
.loader2 {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 5px solid #f3f3f3; /* Light grey */
  border-right: 5px solid #da020d ;
  border-left: 5px solid #da020d ; /* Blue */
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spinner 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spinner {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}

.rmloader{
  display: none;
}

.lock{
  pointer-events: none;
  opacity: 0.2;
}
/* === Botões piscando (Adicionar Formação / Documentos) === */
@keyframes piscar {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}

.btn-piscar {
  animation: piscar 1s infinite;
}

/* === Ocultar campos sem excluir do código === */
.oculto {
  display: none !important;
}

/* === Tarja informativa da Experiência Profissional === */
.tarja-experiencia {
  background-color: #f5f7fa;
  border-left: 4px solid #0d6efd;
  padding: 10px 15px;
  margin: 10px 0 15px 0;
  font-size: 14px;
  color: #333;
}
/* Wizard: esconder todos os steps por padrão */
#step1,
#step2,
#step3,
#step4,
#step5,
#step6 {
  display: none;
}
