input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#modal-2FA {
  height: auto !important;
  width: 500px !important;
  min-height: 300px !important;
  min-width: 500px !important;
}
#modal-2FA .modal-content .error-token {
  margin: 0;
  font-size: 20px;
  color: red;
  text-align: center;
}
#modal-2FA .txt-center {
  text-align: center;
}
#modal-2FA .center1 {
  margin: auto;
}
#modal-2FA .center3 {
  display: flex;
  align-items: center;
  resize: both;
}
#modal-2FA .two-step-div .two-title {
  font-size: 22px;
  font-weight: bold;
  color: #3c3c3c;
  margin-top: 15px;
}
#modal-2FA .two-step-div .my-img {
  width: 140px;
  height: auto;
}
#modal-2FA .two-step-div .two-p {
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #666666;
}
#modal-2FA .two-step-div #form {
  direction: ltr;
}
#modal-2FA .two-step-div #form input {
  border-color: transparent;
  background-color: #d1d1d1;
  border-bottom: 1.5px solid #cccccc;
  text-align: center;
  font-size: 20px;
  margin: 0 2px;
  width: 35px;
}
#modal-2FA .two-step-div #form input:focus {
  outline: 0px transparent !important;
  box-shadow: transparent !important;
  border-right: transparent !important;
  border-left: transparent !important;
  border-top: transparent !important;
  border-color: #1D5982;
  animation: border-pulsate 1.5s infinite;
  -webkit-tap-highlight-color: transparent;
}
#modal-2FA .two-step-div .not-first:disabled {
  background-color: transparent;
  border-bottom: 1px solid #cccccc !important;
}
@-moz-keyframes border-pulsate {
  0% {
    border-color: #1D5982;
  }
  50% {
    border-color: rgba(0, 0, 0, 0.3);
  }
  100% {
    border-color: #1D5982;
  }
}
@-webkit-keyframes border-pulsate {
  0% {
    border-color: #1D5982;
  }
  50% {
    border-color: rgba(0, 0, 0, 0.3);
  }
  100% {
    border-color: #1D5982;
  }
}
@-o-keyframes border-pulsate {
  0% {
    border-color: #1D5982;
  }
  50% {
    border-color: rgba(0, 0, 0, 0.3);
  }
  100% {
    border-color: #1D5982;
  }
}
@keyframes border-pulsate {
  0% {
    border-color: #1D5982;
  }
  50% {
    border-color: rgba(0, 0, 0, 0.3);
  }
  100% {
    border-color: #1D5982;
  }
}
#modal-2FA .btn-verify {
  background: #1D5982;
  color: #ffffff;
  padding: 0 25px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 35px;
  width: auto;
  position: relative;
  transition: 0.5s ease;
}
#modal-2FA .btn-verify:hover {
  transform: translateY(-8px);
}
#modal-2FA .btn-verify:disabled {
  background: rgba(103, 187, 209, 0.93);
  cursor: auto;
}
#modal-2FA .btn-verify:disabled:hover {
  transform: none;
}

@media only screen and (min-width : 601px) and (max-width : 992px) {
  body #modal-primeiro-acesso {
    height: 300px !important;
    width: 500px !important;
    min-height: 300px !important;
    min-width: 500px !important;
  }
}
@media only screen and (min-width : 0) and (max-width : 600px) {
  #modal-2FA {
    height: 100% !important;
    width: 100% !important;
    min-height: 100% !important;
    min-width: 100% !important;
    top: 0 !important;
  }
}
@media only screen and (max-width : 600px) {
  body {
    overflow-y: hidden !important;
  }
  body header {
    display: none;
  }
  body .footer {
    display: none;
  }
  body section {
    height: 100%;
    margin: 0;
  }
  body section .col-card {
    padding: 0 !important;
    height: 100%;
  }
  body section .detail {
    display: none;
  }
  body section .detail-card .version {
    color: gray;
  }
  body section .card {
    width: 100% !important;
    height: 100%;
  }
  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;
    height: 100%;
    padding: 25px 20px 5px 20px !important;
    overflow: auto !important;
  }
  body section .card .card-content .img {
    display: block;
  }
  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 #queroSerUmBeneficiario {
    text-align: left;
  }
  body section .card .detail-card-conteiner {
    display: block !important;
    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;
  }
  body #modal-primeiro-acesso {
    height: 300px !important;
  }
}
@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;
  }
}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
  overflow-y: auto;
}

.titulo {
  font: bolder 24px "Roboto";
  color: #002148;
  text-transform: uppercase;
}

.detail, .detail-card {
  width: 460px;
}
.detail .version, .detail-card .version {
  color: gray;
  font-size: 10px;
}
.detail .ans, .detail-card .ans {
  padding: 2px;
  font: 10px "Roboto";
  text-transform: uppercase;
  border: 1px solid black;
}
.detail .ans span, .detail-card .ans span {
  padding: 5px;
  color: white;
  display: table;
  background-color: black;
}

.footer {
  bottom: 0;
  z-index: 1;
  width: 100%;
  color: gray;
  font-size: 11px;
  position: fixed;
}

.card {
  position: relative;
  width: 460px;
  margin: 0 auto;
}
.card .progress {
  position: absolute;
  top: 0;
  display: none;
  background-color: #9ab9de;
  margin: 0;
  height: 6px;
  border-radius: 0;
  z-index: 2;
}
.card .progress .indeterminate {
  background-color: #377fbf;
}
.card .card-content {
  padding: 25px 40px !important;
  overflow: hidden;
}
.card .card-content .img {
  position: absolute;
  top: 0;
  margin: 0;
  left: 0;
  display: none;
  z-index: 1;
  width: 100%;
}
.card .card-content .logo-prevent-senior:before {
  display: table;
  font-size: 60px;
  margin: 0;
  color: #002148;
}
.card .card-content .title-card {
  margin-bottom: 0;
}
.card .card-content .title-card h5.title {
  padding: 0 0.75rem;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}
.card .card-content .rdButton {
  height: 40px;
  margin: 20px 0 0 0;
}
.card .card-content [type=radio]:checked + label:after {
  border: 2px solid #1D5982;
  background-color: #1D5982;
  margin: 4px 4px 4px 0;
}
.card .card-content [type=radio] + label:before, .card .card-content [type=radio] + label:after {
  margin: 4px 4px 4px 0;
}
.card .card-content input[type=tel]:focus:not([readyonly]),
.card .card-content input[type=tel].valid,
.card .card-content input[type=text]:focus:not([readyonly]),
.card .card-content input[type=text].valid,
.card .card-content input[type=password].valid,
.card .card-content input[type=password]:focus:not([readyonly]) {
  border-bottom: 1px solid #1D5982;
  box-shadow: 0 1px 0 0 #1D5982;
}
.card .card-content input[type=tel]:focus:not([readyonly]) + label,
.card .card-content input[type=text]:focus:not([readyonly]) + label,
.card .card-content input[type=password]:focus:not([readyonly]) + label {
  color: #1D5982;
}
.card .card-content [type=radio]:not(:checked) + label, .card .card-content [type=radio]:checked + label {
  padding-left: 31px;
}
.card .card-content .error-col {
  height: 70px;
}
.card .card-content button {
  width: 100%;
  height: 48px;
  margin: 0 0 16px 0;
  background-color: #1D5982;
}
.card .card-content .btn:hover {
  background-color: #002148;
}
.card .card-content .sublink {
  font-size: 14px;
}
.card .card-content .sublink a:hover {
  color: #002148;
}
.card .card-content .capslock-warning {
  margin-top: -15px;
  margin-bottom: 10px;
}
.card .card-content .capslock-warning:before {
  content: url("../../images/icons/warning-5-22.png");
  vertical-align: middle;
  margin-right: 5px;
}
.card .card-content #meuPrimeiroAcesso {
  text-align: left;
}
.card .card-content #queroSerUmBeneficiario {
  text-align: right;
}
.card .card-content .term span {
  font-weight: bolder;
  color: #1D5982;
}
.card .card-content .flex-container {
  position: relative;
  display: flex;
}
.card .card-content .flex-container .conteudo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
.card .card-content .flex-container .conteudo.ativo {
  position: relative;
  z-index: 1;
  flex-grow: 1;
}
.card .card-content .flex-container #passo-1 {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  transform: translateX(0%);
  transition: transform 0.3s ease-out;
}
.card .card-content .flex-container #passo-1 .rdButton label {
  color: black;
}
.card .card-content .flex-container #passo-2 {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}
.card .card-content .flex-container #passo-2 .conta {
  padding-right: 32px;
  padding-bottom: 3px;
  padding-top: 1px;
  margin: 20px 0 0 0;
  position: relative;
  height: 40px;
}
.card .card-content .flex-container #passo-2 .conta .icon-usuario {
  padding-left: 0.75rem;
}
.card .card-content .flex-container #passo-2 .conta .usuario {
  margin-left: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
  text-align: left;
}
.card .card-content .flex-container #passo-2 .conta #voltar {
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  width: 24px;
  cursor: pointer;
}
.card .card-content .flex-container #passo-2 .conta #voltar:hover {
  background-color: #e4e4e4;
}
.card .card-content .detail-card-conteiner {
  display: none;
}
.card .card-content .detail-card-conteiner .footer-celular {
  margin-top: 20px;
  width: 100%;
  color: gray;
  font-size: 11px;
}
.card .card-content .detail-card-conteiner .footer-celular > p {
  padding: 5px 0;
}

#modal-primeiro-acesso {
  height: 300px;
  width: 600px;
}
@media only screen and (max-width: 600px) {
  #modal-primeiro-acesso {
    width: calc(100% - 50px);
  }
}

#snackbar {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 100;
  bottom: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#snackbar p {
  margin: 0;
  line-height: 18px;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

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