@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900");
.uppercase {
  text-transform: uppercase; }

.debug {
  border: 1px solid red; }

.backgroundImage, header h1, .seta, .helpSeta {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: -99999em;
  overflow: hidden; }

hr {
  display: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  /*-webkit-box-shadow: 0 0 0 30px white inset;*/
  transition: background-color 50000s ease-in-out 0s;
  -webkit-text-fill-color: #004553; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 48px;
  color: #fff; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 700; }

p, li, a, td, th, .popover-body {
  font-family: 'Raleway', sans-serif;
  color: #004553; }

p {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -.01em; }
  p.textoPequeno {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px; }

.btn {
  padding: 9px 32px;
  border: 2px solid #9CDA0D;
  border-radius: 0.50rem;
  font-size: 18px;
  text-transform: none !important;
  letter-spacing: -.01em;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #000000;
  /*&.btn-primary {
        background-color: $cor-verde;
    }

    &.btn-secondary {
        background-color: $cor-cinza-claro;
        color: $cor-azul-3;
    }*/
  /*&.btn-secondary {
        background-color: $cor-cinza-claro;
        color: $cor-azul-3;

        &:hover {
            background-color: $cor-verde;
            color: #fff;
        }
    }*/ }
  .btn.selected {
    background-color: #9CDA0D; }
  .btn:hover {
    background-color: #96D701;
    color: #fff;
    border-color: #9CDA0D; }
  .btn:active {
    background-color: #96D701 !important;
    color: #fff;
    border-color: #9CDA0D !important; }
  .btn.btn-primary, .btn.btn-secondary {
    background-color: #FFFFFF;
    color: #000000; }
    .btn.btn-primary:hover, .btn.btn-secondary:hover {
      background-color: #96D701;
      color: #fff; }

body {
  /*min-height: 1050px;*/
  /*background: no-repeat linear-gradient(135deg, $cor-azul-1 0%, $cor-azul-2 100%);
    background: $cor-azul-1;
    background: -moz-linear-gradient(135deg, $cor-azul-1 0%, $cor-azul-2 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, $cor-azul-1), color-stop(100%, $cor-azul-2));
    background: -webkit-linear-gradient(135deg, $cor-azul-1 0%, $cor-azul-2 100%);
    background: -o-linear-gradient(135deg, $cor-azul-1 0%, $cor-azul-2 100%);
    background: -ms-linear-gradient(135deg, $cor-azul-1 0%, $cor-azul-2 100%);
    background: linear-gradient(135deg, $cor-azul-1 0%, $cor-azul-2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06D4DA', endColorstr='#00AFB4', GradientType=1 );*/
  background: #D2D3D5; }

main {
  /*padding-bottom: 150px;*/ }

/**
 * HEADER e NAVBAR
 */
header {
  background-color: #fff; }
  header .navbar, header .container {
    padding: 0;
    background-color: #E6E7E9; }
  header h1 {
    margin: 20px auto 13px;
    width: 150px;
    height: 45px;
    background-image: url("../../dist/img/logo.png"); }

.seta {
  display: block;
  position: absolute; }

.setaB {
  left: 60px;
  bottom: -40px;
  background-image: url("../../dist/img/setaB.png"); }

.setaL {
  top: 20px;
  left: -40px;
  background-image: url("../../dist/img/setaL.png"); }

.setaR {
  top: 20px;
  right: -40px;
  background-image: url("../../dist/img/setaR.png"); }

.setaT {
  top: -40px;
  left: 60px;
  background-image: url("../../dist/img/setaT.png"); }

.setaT, .setaB {
  width: 82px;
  height: 40px; }

.setaR, .setaL {
  width: 40px;
  height: 82px; }

.helpSeta {
  display: block;
  position: absolute; }

.helpL {
  top: 22px;
  left: -11px;
  background-image: url("../../dist/img/helpL.png"); }

.helpR {
  top: 22px;
  right: -11px;
  background-image: url("../../dist/img/helpR.png"); }

.helpR, .helpL {
  width: 11px;
  height: 22px; }

#modalEmail .modal-content {
  background-color: #fff;
  /*background-color: $primary;
        background: url('../images/background-alerta.jpg') repeat;*/ }

#modalEmail .modal-header {
  padding: 7px 7px 0 15px;
  border: none; }

#modalEmail .modal-body {
  color: #888A8B;
  text-align: center;
  font-size: 20px; }

#modalEmail .close {
  float: right;
  font-size: 64px;
  font-weight: 100;
  line-height: 0.3;
  color: #ffffff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.9; }

#modalEmail .form-control {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: #004553;
  border-bottom: 1px solid #D7D7D7 !important; }
  #modalEmail .form-control:focus {
    outline: none !important;
    box-shadow: none !important; }

#modalEmail .input-group-text {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: #004553;
  border-bottom: 1px solid #D7D7D7 !important;
  position: relative;
  top: -5px;
  padding: 0;
  border-bottom: 0 !important; }

#modalEmail .input-group-text {
  padding-right: 0; }

#modalEmail .input-group label {
  width: 75%;
  margin-left: 5px; }

#modalAlert .modal-content {
  background-color: #fff;
  /*background-color: $primary;
        background: url('../images/background-alerta.jpg') repeat;*/ }

#modalAlert .modal-header {
  padding: 7px 7px 0 15px;
  border: none; }

#modalAlert .modal-body {
  color: #888A8B;
  text-align: center;
  font-size: 20px; }

#modalAlert .close {
  float: right;
  font-size: 64px;
  font-weight: 100;
  line-height: 0.3;
  color: #ffffff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.9; }

#modalAlert .modal-footer {
  text-align: center; }
  #modalAlert .modal-footer button {
    /*@include rounded-mixin(10px);*/
    padding: 10px 40px;
    border: 0;
    color: #ffffff;
    font-size: 20px;
    background: #00414e; }

#modalAlert .modal-footer {
  border-top: 0; }

.modal-dialog {
  margin-bottom: 90px; }

.popup-close {
  width: 34px;
  height: 34px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px #D7D7D7;
  text-decoration: none;
  -ms-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.popup-close:hover,
.popup-close:focus,
.popup-close:active {
  outline: medium none;
  text-decoration: none; }

.popup-close:after,
.popup-close:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  height: 2px;
  width: 16px;
  border-radius: 30px;
  background: #004553;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #96D701;
  text-decoration: none;
  border-color: #96D701; }

.popup-close:hover:after,
.popup-close:hover:before {
  background: #fff; }

/**
 * SLIDES em geral
 */
section[id*=slide-] {
  /*position: absolute;*/
  width: 100%; }
  section[id*=slide-] .slider {
    margin: 0;
    padding: 0; }
    section[id*=slide-] .slider li {
      display: inline-block;
      margin-right: 8px;
      width: 12px;
      height: 12px;
      list-style-type: none;
      background-color: #D7D7D7;
      border-radius: 6px; }
      section[id*=slide-] .slider li.ativo {
        width: 48px;
        background-color: #BED631; }
  section[id*=slide-] .form-control,
  section[id*=slide-] .input-group-text {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    color: #000000;
    border-bottom: 1px solid #D7D7D7 !important; }
  section[id*=slide-] .input-group-text {
    padding-right: 0; }
  section[id*=slide-] .form-control:active,
  section[id*=slide-] .form-control:focus {
    outline: none !important;
    box-shadow: none !important; }

.popover {
  max-width: 100%; }

#slide-00 {
  padding-top: 100px;
  padding-bottom: 100px;
  /*height: calc(100vh - 78px);*/
  height: 100vh;
  min-height: 580px;
  background: url("../../dist/img/bg-step00.jpg");
  background-size: cover; }
  #slide-00 h2 {
    margin-bottom: 10px;
    color: #000000;
    font-size: 45px;
    font-weight: 700; }
  #slide-00 p {
    margin-bottom: 8px;
    color: #000000;
    line-height: 26px;
    font-size: 19px;
    font-weight: 500;
    padding-right: 40px; }

#slide-01 {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 100vh;
  background: url("../../dist/img/bg-step01.jpg");
  background-size: cover;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  #slide-01 h2 {
    margin-bottom: 10px;
    color: #000000;
    font-size: 45px;
    font-weight: 700; }
  #slide-01 p {
    margin-bottom: 8px;
    color: #000000;
    line-height: 26px;
    font-size: 19px;
    font-weight: 500;
    padding-right: 40px; }
    #slide-01 p:nth-last-child(2) {
      margin-bottom: 50px; }
  #slide-01 .ck-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #slide-01 .ck-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  #slide-01 .ck-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border: 3px solid #9BD80E;
    border-radius: 5px; }
  #slide-01 .ck-container:hover input ~ .ck-checkmark {
    background-color: #eaeaea; }
  #slide-01 .ck-container input:checked ~ .ck-checkmark {
    background-color: #ffffff; }
  #slide-01 .ck-checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  #slide-01 .ck-container input:checked ~ .ck-checkmark:after {
    display: block; }
  #slide-01 .ck-container .ck-checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 14px;
    border: solid #414143;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

#slide-02, #slide-07 {
  padding-top: 70px;
  padding-bottom: 45px;
  background-color: #E6E7E9;
  height: 100vh;
  min-height: 580px;
  border-bottom: 2px solid #17161C;
  /*.imagem {
        width: 268px;
        height: 448px;
        margin-left: 50px;
        background-image: url('../../dist/img/domador_3.png');
    }*/ }
  #slide-02 h2, #slide-07 h2 {
    margin-bottom: 10px;
    color: #000000;
    font-size: 30px;
    font-weight: 700; }
  #slide-02 p, #slide-07 p {
    margin-bottom: 8px;
    color: #000000;
    line-height: 26px;
    font-size: 19px; }
    #slide-02 p.buttons, #slide-07 p.buttons {
      margin-top: 30px;
      margin-bottom: 50px;
      /*a {
                background-color: #FFFFFF;
                color: #000000;
                text-transform: none !important;
                font-weight: 600;
                border: 2px solid #9CDA0D;
                border-radius: 0.50rem;

                &.selected {
                    background-color: #9CDA0D;
                }
            }*/ }
  #slide-02 .btn, #slide-07 .btn {
    padding: 9px 50px; }
    #slide-02 .btn:first-child, #slide-07 .btn:first-child {
      margin-right: 20px; }

#slide-03 {
  padding-top: 70px;
  padding-bottom: 45px;
  background-color: #E6E7E9;
  min-height: 100vh; }
  #slide-03 h2 {
    margin-bottom: 10px;
    color: #000000;
    font-size: 30px;
    font-weight: 700; }
  #slide-03 p {
    margin-bottom: 8px;
    color: #000000;
    line-height: 26px;
    font-size: 19px; }
  #slide-03 .input-group {
    padding-right: 32px; }
    #slide-03 .input-group span, #slide-03 .input-group input {
      font-weight: 700; }
  #slide-03 .buttons {
    margin-top: 25px; }

#slide-04 {
  padding-top: 70px;
  padding-bottom: 45px;
  background-color: #96D701;
  min-height: 100vh;
  background: url("../../dist/img/bg-step04.jpg");
  background-size: cover; }
  #slide-04 h2 {
    margin-bottom: 10px;
    color: #000000;
    font-size: 45px;
    font-weight: 700; }
  #slide-04 h3 {
    margin-bottom: 10px;
    color: #000000;
    font-size: 30px;
    font-weight: 700; }
  #slide-04 p {
    margin-bottom: 8px;
    color: #000000;
    line-height: 26px;
    font-size: 19px;
    font-weight: 600; }
  #slide-04 table thead {
    background-color: #63666B; }
  #slide-04 table tbody {
    background-color: #fff; }
    #slide-04 table tbody td {
      color: #000000;
      white-space: nowrap; }
  #slide-04 table th {
    text-align: center;
    color: #fff;
    font-weight: 300; }
  #slide-04 table td, #slide-04 table th {
    border-right: 1px solid #AEB0AF;
    border-top: 0;
    border-right: 1px solid #AEB0AF;
    border-top: 0;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  #slide-04 .btn {
    padding: 9px 50px;
    background-color: #63666B;
    color: #FFFFFF; }
    #slide-04 .btn:first-child {
      margin-right: 50px; }
    #slide-04 .btn:hover {
      background-color: #FFFFFF;
      color: #000000;
      border-color: #9CDA0D; }

#slide-05 {
  padding-top: 70px;
  padding-bottom: 45px;
  background-color: #D2D3D5;
  min-height: 100vh; }
  #slide-05 h2 {
    margin-bottom: 10px;
    color: #000000;
    font-size: 45px;
    font-weight: 700; }
  #slide-05 h3 {
    margin-bottom: 10px;
    color: #000000;
    font-size: 30px;
    font-weight: 700; }
  #slide-05 p {
    margin-bottom: 8px;
    color: #000000;
    line-height: 26px;
    font-size: 19px;
    font-weight: 600; }
  #slide-05 table thead {
    background-color: #63666B; }
  #slide-05 table tbody {
    background-color: #fff; }
    #slide-05 table tbody td {
      color: #000000;
      white-space: nowrap; }
  #slide-05 table th {
    text-align: center;
    color: #fff;
    font-weight: 300; }
  #slide-05 table td, #slide-05 table th {
    border-right: 1px solid #AEB0AF;
    border-top: 0;
    border-right: 1px solid #AEB0AF;
    border-top: 0;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  #slide-05 table .number {
    text-align: center;
    max-width: 75px; }
  #slide-05 .alert {
    background-color: #96D701; }
  #slide-05 .input-group {
    padding-right: 32px; }
  #slide-05 .anteriorProximo {
    padding: 24px 0; }

#slide-06 {
  padding-top: 36px;
  padding-bottom: 80px;
  background-color: #96D701;
  min-height: 100vh;
  background: url("../../dist/img/bg-step06.jpg");
  background-size: cover; }
  #slide-06 h2 {
    margin-bottom: 10px;
    color: #FFFFFF;
    font-size: 45px;
    font-weight: 700; }
  #slide-06 h3 {
    margin-bottom: 10px;
    color: #000000;
    font-size: 30px;
    font-weight: 700; }
  #slide-06 p {
    margin-bottom: 8px;
    color: #000000;
    line-height: 26px;
    font-size: 19px;
    font-weight: 600; }
  #slide-06 .disclaimer {
    margin-top: 3px; }
    #slide-06 .disclaimer p {
      font-size: 14px;
      color: #FFFFFF;
      font-weight: 300;
      margin-bottom: 0; }
    #slide-06 .disclaimer ul {
      font-size: 14px;
      color: #FFFFFF;
      font-weight: 300; }
      #slide-06 .disclaimer ul li {
        font-size: 14px;
        color: #FFFFFF;
        font-weight: 300; }
  #slide-06 .table {
    margin-top: 6px; }
    #slide-06 .table thead th {
      text-align: left;
      border-bottom: none;
      border-top: none;
      font-weight: 600;
      font-size: 18px;
      color: #FFFFFF;
      background-color: transparent; }
    #slide-06 .table tbody {
      background-color: transparent; }
      #slide-06 .table tbody td {
        color: #FFFFFF;
        border-bottom-style: dashed;
        border-top-style: dashed;
        border-top-width: 1px;
        border-bottom-width: 1px;
        padding-top: 6px;
        padding-bottom: 6px; }
        #slide-06 .table tbody td.sporadic {
          font-weight: 700;
          font-size: 17px;
          color: #96D701; }
    #slide-06 .table .valor {
      white-space: nowrap;
      vertical-align: middle; }
  #slide-06 .anteriorProximo {
    padding-top: 60px;
    padding-bottom: 100px; }

/*table {
    margin-bottom: 30px;

    thead {
        background-color: $cor-verde-tabela;

        th {
            padding: 8px;
            text-align: center;
            color: #fff;
            font-weight: 300;
        }
    }

    tbody {
        background-color: #fff;

        tr {
        }

        td {
            position: relative;
            color: #888A8B;
            padding: 18px;

            &.currency {
                text-align: center;
            }
        }
    }
}*/
#slide-06-2 {
  padding-top: 70px;
  padding-bottom: 45px;
  background-color: #95D600;
  /*min-height: 100vh;*/ }
  #slide-06-2 h2 {
    margin-bottom: 10px;
    color: #403F44;
    font-size: 45px;
    font-weight: 700; }
  #slide-06-2 h3 {
    margin-bottom: 10px;
    color: #403F44;
    font-size: 30px;
    font-weight: 700; }
  #slide-06-2 p {
    margin-bottom: 8px;
    color: #403F44;
    line-height: 26px;
    font-size: 19px;
    font-weight: 600;
    padding-top: 20px; }
  #slide-06-2 a.boleto {
    /*color: inherit;*/
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: 1px; }
  #slide-06-2 .date {
    color: #FFFFFF; }
  #slide-06-2 .btn {
    padding: 9px 50px;
    background-color: #63666B;
    color: #FFFFFF;
    /*&:first-child {*/
    margin-right: 35px;
    /*}*/ }
    #slide-06-2 .btn:hover {
      background-color: #FFFFFF;
      color: #000000;
      border-color: #9CDA0D; }

footer {
  background-color: #575757;
  /*position: absolute;*/
  width: 100%;
  height: 340px;
  padding: 65px 0px 5px 0; }
  footer p {
    margin: 0;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 300; }
  footer h1 {
    margin: 20px auto 13px;
    width: 150px;
    height: 45px;
    background-image: url("../../dist/img/logo.png"); }
  footer img {
    width: 330px;
    padding-bottom: 95px; }

@media print {
  body,
  page {
    margin: 0;
    box-shadow: 0;
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
    width: 21cm;
    height: 29.7cm; }
  #slide-00, #slide-01, #slide-02, #slide-03, #slide-05, #slide-06-2, #slide-07 {
    display: none; }
  #slide-05-print {
    display: block !important; }
  #slide-06 {
    min-height: calc(100vh - 100px);
    background: none;
    /*page-break-before: always;*/ }
    #slide-06 .title, #slide-06 .table1, #slide-06 .table2 {
      width: 100%;
      max-width: 100%;
      flex: 1;
      color: #000000; }
      #slide-06 .title h2, #slide-06 .table1 h2, #slide-06 .table2 h2 {
        color: #000000; }
    #slide-06 .table {
      margin-top: 15px; }
      #slide-06 .table thead th {
        text-align: left;
        border-bottom: none;
        border-top: none;
        font-weight: 600;
        font-size: 18px;
        color: #000000;
        background-color: transparent; }
      #slide-06 .table tbody {
        background-color: transparent; }
        #slide-06 .table tbody td {
          color: #000000;
          border-bottom-style: dashed;
          border-top-style: dashed;
          border-top-width: 1px;
          border-bottom-width: 1px;
          padding-top: 6px;
          padding-bottom: 6px; }
      #slide-06 .table .valor {
        white-space: nowrap;
        vertical-align: middle; }
    #slide-06 .disclaimer p {
      font-size: 14px;
      color: #000000;
      font-weight: 300;
      margin-bottom: 0; }
    #slide-06 .disclaimer ul li {
      font-size: 14px;
      color: #000000;
      font-weight: 300; }
    #slide-06 .trocaSlide {
      display: none; }
  #slide-04 {
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 0;
    background: none; }
    #slide-04 .title, #slide-04 .table1 {
      width: 100%;
      max-width: 100%;
      flex: none;
      color: #000000; }
      #slide-04 .title h2, #slide-04 .table1 h2 {
        color: #000000;
        font-size: 25px; }
    #slide-04 .table {
      margin-top: 15px; }
      #slide-04 .table thead th {
        text-align: left;
        /*border-bottom: none;
                    border-top: none;*/
        border: 1px dashed #000000;
        font-weight: 600;
        font-size: 18px;
        color: #000000;
        background-color: transparent; }
      #slide-04 .table tbody {
        background-color: transparent; }
        #slide-04 .table tbody td {
          color: #000000;
          border: 1px dashed #000000;
          /*border-bottom-style: dashed;
                    border-right-style: dashed;
                    border-bottom-style: dashed;
                    border-left-style: dashed;
                    border-top-width: 1px;
                    border-right-width: 1px;
                    border-bottom-width: 1px;
                    border-left-width: 1px;*/
          padding-top: 6px;
          padding-bottom: 6px; }
      #slide-04 .table .valor {
        white-space: nowrap;
        vertical-align: middle; }
    #slide-04 .action {
      display: none; }
  #slide-05-print {
    min-height: 0; }
    #slide-05-print p {
      margin-bottom: 8px;
      color: #000000;
      line-height: 26px;
      font-size: 19px;
      font-weight: 600; }
    #slide-05-print .table {
      margin-top: 15px; }
      #slide-05-print .table thead th {
        text-align: left;
        border: 1px dashed #000000;
        font-weight: 600;
        font-size: 18px;
        color: #000000;
        background-color: transparent; }
      #slide-05-print .table tbody {
        background-color: transparent; }
        #slide-05-print .table tbody td {
          color: #000000;
          border: 1px dashed #000000;
          padding-top: 6px;
          padding-bottom: 6px; }
      #slide-05-print .table .number {
        text-align: center;
        max-width: 75px; }
  footer {
    display: none; }
  #header-print {
    display: block !important;
    padding-top: 20px;
    padding-bottom: 15px;
    page-break-before: always; }
    #header-print img {
      max-width: 200px; }
  #dados-print {
    display: block !important; }
    #dados-print h1 {
      color: #000000;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 40px; }
    #dados-print label, #dados-print span {
      font-size: 20px; } }

#footer-print {
  padding-top: 20px;
  padding-bottom: 15px; }
  #footer-print img {
    max-width: 200px; }

/*.center {
    min-width: 580px;
    width: 580px;
}*/
#login {
  /*padding-top: 100px;
    padding-bottom: 100px;
    height: 100vh;
    min-height: 580px;
    background: url('../../dist/img/bg-step00.jpg');
    background-size: cover;*/
  /*h2 {
        margin-bottom: 10px;
        color: #000000;
        font-size: 45px;
        font-weight: 700;
    }

    p {
        margin-bottom: 8px;
        color: #000000;
        line-height: 26px;
        font-size: 19px;
        font-weight: 500;
        padding-right: 40px;
    }*/ }
  #login .center {
    min-width: 580px;
    width: 580px;
    display: block;
    margin: 0 auto; }
  #login h3 {
    margin-bottom: 10px;
    color: #97d700;
    /*#b6d43e;*/
    font-size: 30px;
    font-weight: 800; }
  #login .content {
    background-color: #fff;
    border: 1px solid #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
    margin-top: 25px; }
  #login p.info {
    padding: 5px;
    width: 540px;
    color: #666766;
    text-align: justify;
    margin-top: 20px;
    font-size: 14px; }
  #login ul {
    clear: both;
    float: left;
    margin-left: 85px;
    width: 450px;
    margin-top: 20px; }
    #login ul li {
      float: left;
      margin-bottom: 20px;
      width: 100%;
      list-style: none; }
    #login ul li > label {
      color: #666766;
      float: left;
      /*font-family: 'Titillium Web',sans-serif;*/
      font-size: 1.143em;
      font-weight: 300;
      line-height: 1.2em;
      margin-top: 4px;
      width: 60px; }
    #login ul li > input {
      background: #fff;
      border: 1px solid #ececec;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      /*color: #81298f;*/
      float: left;
      /*font-family: 'Titillium Web',sans-serif;*/
      font-size: 1.286em;
      line-height: 1em;
      padding: 3px 0;
      text-align: center;
      width: 200px; }
    #login ul li.error {
      color: #b6d43e;
      display: none; }
  #login button {
    background: #97d700;
    /*#b6d43e;*/
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    /*font-family: 'Titillium Web',sans-serif;*/
    font-size: 1.143em;
    font-weight: 400;
    margin: 0 auto;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    width: 135px; }
    #login button:hover {
      opacity: .7; }
