/* Breakpoint 601 and UP */
@media only screen and (max-width: 600px) {
  body header {
    display: none; }
  body .footer {
    display: none; }
  body section {
    height: 100%;
    margin: 0 !important; }
    body section .col-card {
      padding: 0 !important;
      height: 100%; }
    body section .detail {
      display: none; }
    body section .card {
      width: 100% !important;
      height: 100%;
      position: relative;
      top: 15%; }
      body section .card .logo-pvs {
        position: relative; }
        body section .card .logo-pvs > i {
          position: absolute;
          top: 0px;
          z-index: 4; }
      body section .card .card-content {
        position: relative;
        padding: 25px 20px 5px 20px !important;
        overflow-y: auto !important; }
        body section .card .card-content .img {
          display: none; }
        body section .card .card-content .title-card {
          margin-top: 80px;
          position: relative;
          margin-bottom: 35px; }
          body section .card .card-content .title-card h5.title {
            position: absolute;
            top: 0;
            z-index: 4; }
        body section .card .card-content .container-cadastro .conta-cadastrada .sucesso {
          margin-top: 50px; }
      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/bg3-medium-screen.jpg") no-repeat;
    background-size: 100% auto; } }
@media only screen and (min-width: 993px) {
  body {
    background: url("../../images/bg3-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;
    max-height: 1000px;
    transition: height 0.3s ease-out; }
    body .card .progress {
      position: absolute;
      top: 0;
      display: none;
      background-color: #9ab9de;
      margin: 0;
      height: 6px;
      border-radius: 0;
      z-index: 2; }
      body .card .progress .indeterminate {
        background-color: #377fbf; }
    body .card .card-content {
      padding: 25px 40px;
      overflow: hidden; }
      body .card .card-content .img {
        position: absolute;
        top: 0;
        margin: 0;
        left: 0;
        display: none;
        z-index: 1;
        width: 100%; }
      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 input[type=text]:focus:not([readyonly]), body .card .card-content input[type=text].valid,
      body .card .card-content input[type=email]:focus:not([readyonly]), body .card .card-content input[type=email].valid,
      body .card .card-content input[type=password]:focus:not([readyonly]), body .card .card-content input[type=password].valid {
        border-bottom: 1px solid #1D5982;
        box-shadow: 0 1px 0 0 #1D5982; }
      body .card .card-content input[type=text]:focus:not([readyonly]) + label,
      body .card .card-content input[type=email]:focus:not([readyonly]) + label,
      body .card .card-content input[type=password]:focus:not([readyonly]) + label {
        color: #1D5982; }
      body .card .card-content .passwordField, body .card .card-content .passwordField + label {
        display: none;
        margin-left: 150%; }
      body .card .card-content [type=submit] {
        width: 100%;
        height: 48px;
        margin: 30px 0 0 0;
        background-color: #1D5982; }
      body .card .card-content .sublink {
        font-size: 14px; }
        body .card .card-content .sublink span {
          padding: 0 10px; }
        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 .container-cadastro {
        height: calc(100% - 140px);
        min-height: calc(100% - 140px);
        position: relative;
        display: flex;
        overflow: hidden; }
        body .card .card-content .container-cadastro .conteudo {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
          overflow: hidden;
          height: 100%;
          min-height: 100%; }
          body .card .card-content .container-cadastro .conteudo.ativo {
            position: relative;
            overflow-x: hidden;
            overflow-y: auto;
            z-index: 1;
            flex-grow: 1; }
        body .card .card-content .container-cadastro .meus-dados {
          height: 100%;
          min-height: 100%;
          overflow: hidden;
          transform: translateX(0%);
          transition: transform 0.3s ease-out; }
          body .card .card-content .container-cadastro .meus-dados [type=submit] {
            width: 100%;
            height: 48px;
            margin: 30px 0 0 0;
            background-color: #1D5982; }
          body .card .card-content .container-cadastro .meus-dados .nao-beneficiario > p {
            color: red; }
          body .card .card-content .container-cadastro .meus-dados .nao-beneficiario > a:hover {
            color: #002148; }
        body .card .card-content .container-cadastro .dados-conta {
          height: 100%;
          min-height: 100%;
          overflow: hidden;
          transform: translateX(100%);
          transition: transform 0.3s ease-out; }
          body .card .card-content .container-cadastro .dados-conta .conta {
            padding-right: 32px;
            padding-bottom: 3px;
            padding-top: 1px;
            margin: 0 0 10px 0;
            position: relative; }
            body .card .card-content .container-cadastro .dados-conta .conta .icon-usuario {
              padding-left: 0.75rem; }
            body .card .card-content .container-cadastro .dados-conta .conta .usuario {
              margin-left: 36px;
              overflow: hidden;
              text-overflow: ellipsis;
              direction: ltr;
              text-align: left; }
            body .card .card-content .container-cadastro .dados-conta .conta #voltar {
              height: 24px;
              position: absolute;
              right: 0;
              top: 0;
              border-radius: 50%;
              width: 24px;
              cursor: pointer; }
              body .card .card-content .container-cadastro .dados-conta .conta #voltar:hover {
                background-color: #e4e4e4; }
          body .card .card-content .container-cadastro .dados-conta .cadastrado .msg {
            margin-bottom: 40px; }
            body .card .card-content .container-cadastro .dados-conta .cadastrado .msg > p {
              margin: 15px 0; }
        body .card .card-content .container-cadastro .conta-cadastrada {
          height: 100%;
          min-height: 100%;
          overflow: hidden;
          transform: translateX(100%);
          transition: transform 0.3s ease-out; }
          body .card .card-content .container-cadastro .conta-cadastrada .sucesso {
            margin-bottom: 10px;
            color: white;
            background-color: #2c963f;
            text-align: center;
            padding: 4px;
            border-radius: 2px;
            font-size: 18px; }
          body .card .card-content .container-cadastro .conta-cadastrada .email {
            font-weight: 600; }
          body .card .card-content .container-cadastro .conta-cadastrada .msg-final {
            margin: 10px 0; }
    body .card .detail-card-conteiner {
      display: none; }
      body .card .detail-card-conteiner .footer-celular {
        margin-top: 20px;
        width: 100%;
        color: gray;
        font-size: 11px; }
        body .card .detail-card-conteiner .footer-celular > p {
          padding: 5px 0; }

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