/* Breakpoint 601 and UP */
@media only screen and (max-width: 600px) {
  body header {
    display: none; }
  body section {
    height: calc(100% - 54px);
    margin: 0; }
    body section .col-card {
      padding: 0 !important;
      height: 100%; }
    body section .detail {
      display: none; }
    body section .card {
      width: 100% !important;
      height: 100%; }
      body section .card .card-content {
        height: 100%;
        padding: 25px 20px 5px 20px !important;
        overflow: auto !important; }
      body section .card .detail-card-conteiner {
        display: block;
        padding: 0 !important; }
        body section .card .detail-card-conteiner .detail-card {
          margin: 0 !important;
          width: 100%; }
          body section .card .detail-card-conteiner .detail-card .version {
            padding-top: 8px; } }
@media only screen and (max-width: 992px) {
  body {
    background: url("../../images/bg2-color-medium-screen.jpg") no-repeat;
    background-size: 100% auto; } }
@media only screen and (min-width: 993px) {
  body {
    background: url("../../images/bg2-color-large-screen.jpg") no-repeat;
    background-size: 100% auto; } }
body {
  margin: 0;
  overflow-y: auto; }
  body .titulo {
    font: bolder 24px 'Roboto';
    color: #002148;
    text-transform: uppercase; }
  body .detail, body .detail-card {
    width: 460px; }
    body .detail .version, body .detail-card .version {
      color: gray;
      font-size: 10px; }
    body .detail .ans, body .detail-card .ans {
      padding: 2px;
      font: 10px 'Roboto';
      text-transform: uppercase;
      border: 1px solid black; }
      body .detail .ans span, body .detail-card .ans span {
        padding: 5px;
        color: white;
        display: table;
        background-color: black; }
  body .footer {
    bottom: 0;
    z-index: 1;
    width: 100%;
    color: gray;
    font-size: 11px;
    position: fixed; }
  body .card {
    position: relative;
    width: 460px;
    margin: 0 auto; }
    body .card .progress {
      position: absolute;
      top: 0;
      display: none;
      background-color: #9ab9de;
      margin: 0;
      height: 6px;
      border-radius: 0; }
      body .card .progress .indeterminate {
        background-color: #377fbf; }
    body .card .card-content {
      padding: 25px 40px;
      overflow: hidden; }
      body .card .card-content h5.title {
        padding: 0 0.75rem;
        margin: 0;
        font-size: 24px;
        font-weight: 400; }
      body .card .card-content .logo-prevent-senior:before {
        display: table;
        font-size: 60px;
        margin: 0;
        color: #002148; }
      body .card .card-content .arrow i {
        cursor: pointer; }
      body .card .card-content .arrow p {
        display: inline-block;
        margin-left: 3px; }
      body .card .card-content .sublink {
        font-size: 14px; }
        body .card .card-content .sublink a {
          margin: 0 20px; }
        body .card .card-content .sublink a:hover {
          color: #002148; }
      body .card .card-content .btn:hover {
        background-color: #002148; }
      body .card .card-content .term {
        margin: 35px 0 0; }
        body .card .card-content .term label {
          cursor: default; }
        body .card .card-content .term span {
          font-weight: bolder;
          color: #3B6DA9;
          cursor: pointer; }
          body .card .card-content .term span:hover {
            color: #1D5982; }
      body .card .card-content #msg-ativacao #msg-final {
        margin-bottom: 40px; }
      body .card .card-content .sucesso, body .card .card-content .error {
        margin-bottom: 10px;
        color: white;
        text-align: center;
        padding: 4px;
        border-radius: 2px;
        font-size: 18px; }
      body .card .card-content .sucesso {
        background-color: #2c963f; }
      body .card .card-content .error {
        background-color: red; }
    body .card .detail-card-conteiner {
      display: none; }

/*# sourceMappingURL=ativacao.css.map */
