/*Tema Dez2022*/

.panel-body h4 {
  font-size: 20px;
}

input::placeholder {
  font-size: 1.24rem;
}
.d-flex {
  display: flex;
}
.d-inline-block {
  display: inline-block;
}
.align-items-center {
  align-items: center;
}
.font-aloe {
  font-family: 'Aleo', serif;
}
.mr-10 {
  margin-right: 10px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.header-detran {
  width: 100%;
  min-height: 150px;
  background-color: #034DA2;
  background-image: url(../images/img_lateral_banner_inscricao.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left bottom;
  margin: 20px auto;
  font-family: 'Source Sans Pro', sans-serif;
  color:#fff;
  display: flex;
  align-items: center;
}
.header-detran h1 {
  margin: 0;
  font-size: 45px;
}
.header-detran-content {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 160px;
}
.header-detran-content p {
  font-size: 24px;
}
.subtitulo-info {
  color: #333333;
  font-weight: 400;
  text-align: center;
}
.inscricao-passos {
  width: 70%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
  font-size: 19px;
  background-image: url(../images/linha-steps.png);
  background-repeat: repeat-x;
  background-position-y: 25%;
}
.inscricao-passos p {
  margin-top: 10px;
  font-weight: 800;
  color: #034DA2;
}
.inscricao-passos .disabled {
  opacity: .6;
}
.ico-passos {
  position: relative;
  z-index: 2;
}
.passo-um-insc::after {
  content: '';
  width: 90px;
  height: 10px;
  background: #fff;
  position: relative;
  display: block;
  bottom: 26px;
  z-index: 1;
}
.passo-dois-insc::after {
  content: '';
  width: 70px;
  height: 10px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  display: block;
  bottom: 26px;
  z-index: 1;
}
.passo-tres-insc::after {
  content: '';
  width: 75px;
  height: 10px;
  background: #fff;
  position: relative;
  display: block;
  right: -10px;
  bottom: 26px;
  z-index: 1;
}
.fw-normal {
  font-weight: 400 !important;
}
.f-blue {
  color: #034DA2 !important;
}
.f-19 {
  font-size: 19px;
}
.form-inscricao-detran label {
  font-size: 16px;
  font-weight: bold;
}
.form-control {
  height: 40px;
  border: solid 1px #000;
  border-radius: 0;
}
#ver_rg_uf,
#ver_end_uf,
#ver_escolaridade {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/select_arrow.png) no-repeat right;
  background-position-x: 92%;
}
#ver_end_uf {
  background-position-x: 95%;
}
#ver_escolaridade {
  background-position-x: 97%;
}
.c-radio {
  font-weight: 400 !important;
  color: #707070;
}
.c-radio span {
  top: 2px;
}
.box-aviso-documentos {
  background-color: #034DA2;
  padding: 20px 25px 10px 100px;
  color: #fff;
  font-size: 19px;
  font-weight: normal;
  background-image: url(../images/ico_warning.png);
  background-repeat: no-repeat;
  background-size: 4%;
  background-position: 30px 20px;
}
.box-aviso-documentos strong.destaque {
  font-weight: bold;
  color: #F9BF3B;
}
.form-inscricao-detran input[type=file] {
  width: 100%;
  font-style: italic;
}
.form-inscricao-detran input[type=file]::file-selector-button {
  background-color: #034DA2;
  color: #fff;
  border: 0px;
  padding: 10px 45px 10px 15px;
  margin-right: 20px;
  transition: .5s;
  background-image: url(../images/icon_upload.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 93%;
  font-family: 'Aleo', serif;
  font-size: 18px;
}
.form-inscricao-detran input[type=file]::file-selector-button:hover {
  background-color: #034DA2;
  color: #fff;
  border: 0px;
  border-right: 1px solid #e5e5e5;
}
.input-sm,
select.input-sm {
  height: 31px;
  min-height: 40px;
}
.form-inscricao-detran hr {
  border-color: #9eb9dc;
}
.protocolo-h3 {
  color: #034DA2;
  font-weight: 400;
  font-size: 25px;
}
.protocolo-h4 {
  color: #034DA2;
  font-size: 25px;
}
.orienta-user {
  font-size: 25px;
  color: #000;
}
.protocolo-final {
  color: #034DA2;
  font-size: 30px;
  font-weight: bold;
}
.num-protocolo-am {
  color: #F9BF3B;
  font-size: 45px;
}
.wrapper.frontend .bci-btn-primary {
  background: #034DA2;
  color: #ffffff;
  font-weight: 700;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 0;
  font-size: 17px;
}
.wrapper.frontend .bci-btn-outline {
  background: #fff;
  color: #034DA2;
  border-color: #034DA2;
  font-weight: 700;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 0;
  font-size: 17px;
}
.btn-danger, .btn-primary, .btn-success {
  border-radius: 0;
  font-size: 17px;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  font-family: "Source Sans Pro", sans-serif;
  margin-right: 5px;
  font-weight: 700;
}
.btn-danger .fa, .btn-primary .fa, .btn-success .fa {
  padding-left: 5px;
}
.btn-danger .fa-times::before, .btn-primary .fa-save:before {
  position: relative;
  bottom: 1px;
}
.btn-primary {
  background-color:#034DA2;
}
.btn-danger {
  background-color:#fff;
  color: #034DA2;
  border-color: #034DA2;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #f9f9f9 !important;
  color: #034DA2 !important;
  border-color: #034DA2 !important;
}
button[type=submit]#btnSalvar {
  flex-direction: row-reverse;
}
button[type=submit].btn-primary {
  flex-direction: column;
  background-color:#034DA2;
}
.wrapper.frontend .comecarCpf .btn-primary {
  flex-direction: column;
}

@media (min-width: 1200px) {
  .wizard-steps {
    width: 1170px;
  }
}
@media (max-width: 1024px) {
  .wizard-steps {
    width: 920px;
    max-width: 100%;
  }
  .box-aviso-documentos {
    padding: 20px 25px 20px 90px;
    background-size: 5%;
    background-position: 24px 20px;
  }
}
@media (min-width:992px) {
  .container {
    max-width: 100%;
  }
  .form-inscricao-detran label {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
  .wrapper.frontend .form-horizontal .control-label {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .wizard-steps {
    width: 690px;
    max-width: 100%;
  }
  .box-aviso-documentos {
    padding: 20px 25px 10px 80px;
    background-size: 6%;
  }
}
@media (max-width: 667px) {
  .box-aviso-documentos {
    background-size: 8%;
    background-position: 22px 20px;
  }
}
@media (max-width: 600px) {
  .inscricao-passos {
    flex-flow: column;
    background-image: none;
    width: 100%;
  }
  .header-detran-content {
    padding: 20px 20px 20px 85px;
  }
  .header-detran h1 {
    font-size: 40px;
  }
  .header-detran-content p {
    font-size: 19px;
  }
  .passo-um-insc::after,
  .passo-dois-insc::after,
  .passo-tres-insc::after {
    display: none;
  }
  .box-aviso-documentos {
    padding: 70px 15px 10px;
    background-position: 50% 20px;
    background-size: 20%;
  }
  .wizard-steps {
    padding-left: 0;
    padding-right: 0;
  }
  .radio-inline + .radio-inline {
    margin-left: 0;
  }
  .form-inscricao-detran.upload-files {
    padding-left: 0;
    padding-right: 0;
  }
}