@charset "UTF-8";
.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px; }

.header .headerbb {
  padding-right: 0px;
  padding-left: 0px; }

.header header {
  background: #f8d117;
  color: #215197;
  width: 100%;
  padding: 15px 0;
  top: 0;
  z-index: 10;
  display: block; }

.header .brand {
  display: inline-block;
  padding-left: 10px;
  margin-right: 10px; }

.header .container {
  margin-right: 0;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px; }

.header h2 {
  display: inline-block;
  font-size: 1.8em;
  margin: 0;
  position: relative;
  top: 3px; }

.cadastro-criar .headerbb {
  padding-right: 0px;
  padding-left: 0px; }

.cadastro-criar header {
  background: #f8d117;
  color: #215197;
  width: 100%;
  padding: 15px 0;
  top: 0;
  z-index: 10;
  display: block; }

.cadastro-criar .brand {
  display: inline-block;
  padding-left: 10px;
  margin-right: 10px; }

.cadastro-criar .container {
  margin-right: 0;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px; }

.cadastro-criar h2 {
  display: inline-block;
  font-size: 1.8em;
  margin: 0;
  position: relative;
  top: 3px; }

.cadastro-criar h3 {
  font-size: 2.4em;
  font-weight: 700; }

.erro h3 {
  font-size: 2em;
  font-weight: 700; }

.texto {
  font-size: 18px;
  color: #626262; }

.cadastro-criar fieldset {
  width: 100%;
  border: solid 1px #DDD !important;
  border-bottom: none;
  border-radius: 10px;
  padding: 1.4em 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important; }

.cadastro-criar label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  color: #626262;
  line-height: 22px; }

.form-control {
  display: block;
  width: 50%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0px;
  vertical-align: middle;
  touch-action: manipulation;
  border: 0px solid transparent;
  padding: 14px 32px 12px 32px;
  line-height: 13px;
  border-radius: 4px; }

.btn-azul {
  color: white;
  background-color: #0a67a2;
  border-color: #999999;
  border-bottom: 2px solid #074872;
  font-size: 14px;
  text-transform: uppercase; }

.btn-azul:hover {
  color: white;
  background-color: #074872;
  border-color: #7a7a7a; }

.icon-pj {
  background-image: url("../../assets/img/pj.png");
  background-repeat: no-repeat;
  background-position: center; }

.tabela {
  margin-left: auto;
  margin-right: auto; }

.tabela tr {
  margin: 2px;
  padding: 2px; }

.tabela tr td {
  height: 45px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center; }

.noticia a {
  color: #0084ea;
  font-family: Arial;
  font-size: 10px;
  text-decoration: none; }

.noticia a:hover {
  color: #002d9a;
  text-decoration: none; }

.botoes {
  margin-bottom: 2rem; }

.carregando-bloqueio {
  height: 100%;
  width: 100%;
  display: block;
  position: fixed;
  background-color: #b1b1b14d;
  z-index: 15;
  text-align: center; }
  .carregando-bloqueio img {
    position: relative;
    top: 40vh;
    background: #fdfdfd;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 38px -3px white;
    -moz-box-shadow: 0px 0px 38px -3px white;
    box-shadow: 0px 0px 38px -3px white;
    opacity: 0.9; }

button:disabled,
button[disabled],
.btn-azul:disabled {
  background-color: #d4dde8 !important;
  border-bottom: 2px solid #8fb1c7; }
  button:disabled:after,
  button[disabled]:after,
  .btn-azul:disabled:after {
    color: #d4dde8; }

.btn:hover, .btn:focus, .btn.focus {
  background-color: #265ca2;
  text-decoration: none;
  color: #fff; }

.altura-err-os {
  display: block;
  height: 26px;
  width: 100%; }

.error {
  border: 1px solid red !important; }

input[type="text"], input[type="password"] {
  background: #fff;
  padding: 7px 5px 4px 9px;
  display: block;
  width: 50%;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  height: 38px;
  font-weight: bold; }

.input-default {
  background: #fff;
  padding: 7px 5px 4px 9px;
  display: block;
  width: 50%;
  border: 1px solid #c1c1c1;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 31px;
  font-weight: bold; }

.titulo-padrao {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold; }

.separador {
  display: block;
  width: 100%;
  height: 10px;
  border-bottom: 1px dashed #5a5959;
  margin: 12px 0; }

.btn-azul {
  color: white;
  background-color: #0a67a2;
  border-color: #999999;
  border-bottom: 2px solid #074872;
  font-size: 14px; }
  .btn-azul:hover {
    background-color: #5487cb;
    color: #FFF;
    text-decoration: none; }

.seta-direita:after {
  font-family: 'jquery-ui';
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  margin-left: 6px;
  display: inline-flex;
  position: absolute;
  padding: 2px;
  margin-top: -1px;
  font-weight: normal;
  margin-left: 8px;
  content: "\e656"; }

#global-footer .titulo {
  color: #fff; }

div {
  color: #5a5959; }

.fixed {
  position: sticky;
  z-index: 10;
  top: 0;
  -webkit-box-shadow: 0px 15px 28px 0px #7c7c7c;
  -moz-box-shadow: 0px 15px 28px 0px #7c7c7c;
  box-shadow: 0px 2px 11px 0px #d1d1d180; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url(".//m/assets/img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slider-carrosel {
  width: 100%;
  margin: 10px auto;
  background-color: #fff;
  padding: 4% 0;
  border: 1px solid #efeded;
  background-image: url("/m/assets/img/fundo-x-box-cartao.png");
  background-size: cover; }

.slick-slide img {
  width: 100%;
  -webkit-box-shadow: -1px 0px 7px 0px rgba(50, 50, 50, 0.68);
  -moz-box-shadow: -1px 0px 7px 0px rgba(50, 50, 50, 0.68);
  box-shadow: -1px 0px 7px 0px rgba(50, 50, 50, 0.68); }

.slick-prev:before,
.slick-next:before {
  color: #225198; }

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
  margin: 0px 3px; }

.slick-active {
  opacity: .5; }

.slick-current {
  opacity: 1; }

.section-upload .upload {
  display: none !important; }

.section-upload .vl {
  border-color: #aaa;
  border-left: 1px solid;
  height: 500px; }

.section-upload .hr {
  border-color: #aaa;
  border-left: 2px solid;
  height: 100%; }

.section-upload .btn-upload {
  font-size: 14px;
  padding: 0rem 0.5rem;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
  width: 100%;
  cursor: pointer; }

.section-upload .regiaoAnexarArquivos {
  border: 1px solid lightgray;
  padding: 0.5rem; }

.section-upload .ulListFiles {
  max-height: 250px;
  overflow: auto; }

.section-upload .listfiles {
  position: relative;
  width: auto;
  min-height: 50px;
  background-color: white;
  border: 1px solid #C4C0C9; }

.section-upload .rich-fileupload-list-overflow {
  display: none; }

.section-upload .rich-fileupload-list-decor {
  width: 100% !important; }

.section-upload .rich-fileupload-button div {
  width: 100% !important;
  height: 100% !important; }

.section-upload .table-arquivos {
  width: 100%; }

.section-upload .rich-fileupload-name-file {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  padding-bottom: 0rem; }

.section-upload .rich-fileupload-size-file {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  padding-top: 0rem; }

.section-upload .rich-fileupload-del {
  padding: 1rem;
  cursor: pointer; }

.section-upload .rich-fileupload-font {
  font-size: 14px;
  color: #626262;
  line-height: 22px; }

.section-upload .rich-fileupload-button, .section-upload .rich-fileupload-button-light {
  background-color: initial;
  background-image: unset;
  border-color: #f1eee9; }

.section-upload .rich-fileupload-button-border {
  margin: 0px;
  border: 0px;
  border-color: initial; }

.section-upload .rich-fileupload-name-padding {
  padding: 0px; }

.section-upload .rich-fileupload-name-padding b {
  display: none !important; }

.section-upload .rich-fileupload-table-td .rich-fileupload-name-padding {
  width: 100% !important; }

.section-upload .requisitos-upload h6 {
  margin-bottom: 0px;
  line-height: 12px; }

.section-complemento {
  min-height: 600px; }
  .section-complemento .noticia1 {
    color: #080808; }
    .section-complemento .noticia1 h4 {
      margin-bottom: 0px;
      line-height: 14px; }
      .section-complemento .noticia1 h4 font {
        font-size: 12px !important; }
  .section-complemento .noticia2 {
    display: block;
    font-size: 16px; }
    .section-complemento .noticia2 h4 {
      margin-bottom: 0px; }
  .section-complemento .ta-mensagem {
    width: 101.8%;
    height: 200px;
    display: block;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    font-size: 14px; }
  .section-complemento .complemento-descricao {
    font-size: 12px;
    font-weight: bold;
    line-height: 10px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .section-complemento .questao {
    margin-top: 10px; }

.section-msg {
  margin-left: 1rem;
  margin-right: 1rem; }
  .section-msg .alert-danger {
    color: red; }

.section-mensagem {
  min-height: 600px;
  padding-left: 2rem;
  padding-right: 2rem; }
  .section-mensagem .container .titulo {
    min-height: 100px; }
    .section-mensagem .container .titulo font, .section-mensagem .container .titulo font b {
      font-size: 14px !important;
      color: #00194B; }
      .section-mensagem .container .titulo font a, .section-mensagem .container .titulo font b a {
        color: #428bca;
        text-decoration: underline; }
        .section-mensagem .container .titulo font a:hover, .section-mensagem .container .titulo font a:focus, .section-mensagem .container .titulo font b a:hover, .section-mensagem .container .titulo font b a:focus {
          color: #2a6496; }

.section-reabertura .reabertura-descricao {
  font-size: 12px;
  font-weight: bold;
  line-height: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }

.section-reabertura .reabertura-label {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px; }

.section-reabertura .ta-mensagem {
  width: 100%;
  height: 200px;
  display: block;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  font-size: 14px; }

.section-reabertura .select-meio-resposta {
  font-weight: normal;
  font-size: 14px;
  width: 100%; }

.section-reabertura input {
  width: 100%;
  height: 34px;
  font-weight: normal;
  padding: 4px 14px; }

.section-reabertura .input-email {
  width: 100%;
  font-size: 14px; }

.section-reabertura .select-estado, .section-reabertura .select-turnos {
  height: 38px;
  width: 100%;
  font-size: 14px; }

.section-reabertura .questao {
  margin-top: 10px; }

.sucesso {
  padding: 4rem 2rem; }
  .sucesso .container .titulo {
    min-height: 100px;
    font-size: 14px;
    font-weight: 700;
    color: #00194B; }
  .sucesso .container .botoes {
    margin-left: 1rem; }

.section-verifica .container {
  min-height: 600px; }
  .section-verifica .container .painel {
    border: none; }
    .section-verifica .container .painel .label-cpf {
      display: block;
      max-width: 100%;
      margin-bottom: 5px;
      font-weight: bold;
      font-size: 16px;
      color: #626262;
      line-height: 22px; }
    .section-verifica .container .painel .input {
      width: 100%;
      height: 34px;
      padding: 4px 14px; }
    .section-verifica .container .painel .altura-err-os .cpf-invalido {
      color: red;
      font-style: italic;
      font-size: 12px;
      font-weight: bold; }

@media (max-width: 960px) {
  .section-complemento .table-responsive {
    border: 0px; }
  .container {
    width: auto; } }
