/*=============================================================
Aspectos Generales
==============================================================*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth; }

body {
  background-color: #e4e5e6; }
  body p, body li, body a, body q {
    font-size: 1.7rem; }
  body .altas {
    text-transform: capitalize !important; }
  body .input-group {
    margin: 2rem 0; }
  body .form-control, body .input-group-text {
    font-size: 1.7rem;
    line-height: 1.7rem; }
  body .input-group-text {
    height: 43px !important;
    line-height: 43px; }
  body .buscador {
    padding: 0 2rem;
    color: #fff;
    background-color: #68a2d8; }
    body .buscador:hover {
      color: #fff;
      background-color: #5496d3; }
  body input {
    padding: 1rem !important; }
  body .wrapper {
    max-width: 430px;
    margin: 0 auto;
    background-color: #000;
    position: relative; }
    body .wrapper .logo-foto {
      background-image: url(../img/fotocheck-bg.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center bottom;
      position: relative; }
    body .wrapper .logo {
      width: 75%;
      margin: 0 auto;
      padding: 6rem 0; }
      body .wrapper .logo img {
        width: 100%;
        display: block; }
    body .wrapper .margen-bajo {
      padding-bottom: 16rem; }
    body .wrapper .bienvenida {
      text-align: center;
      padding: 2rem; }
      body .wrapper .bienvenida h2 {
        margin-bottom: 2rem;
        font: 3.2rem "oxygen-bold"; }
      body .wrapper .bienvenida h2, body .wrapper .bienvenida p {
        color: #fff; }
    body .wrapper .foto {
      width: 266px;
      height: 266px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -133px;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50%;
      border: 10px solid #636568; }
      body .wrapper .foto .crop {
        height: 100%; }
    body .wrapper .foto-dni {
      width: 256px;
      height: 256px;
      margin: 0 auto;
      position: relative; }
    body .wrapper .datos-personales {
      background-color: #636568;
      text-align: center;
      width: 100%;
      padding: 2rem;
      color: #fff; }
      body .wrapper .datos-personales .nombre-apellido {
        text-transform: capitalize;
        font: 3rem "oxygen-bold";
        line-height: 1.2;
        margin-bottom: 0; }
      body .wrapper .datos-personales .cargo {
        font: 2rem "oxygen";
        margin-bottom: 0; }
      body .wrapper .datos-personales .dni {
        font: 2rem "oxygen-bold";
        margin-bottom: 0; }
    body .wrapper .margen-alto {
      padding-top: 14rem; }
    body .wrapper .qr {
      width: 180px;
      margin: 4rem auto;
      padding: 4px;
      background-color: #fff !important;
      border: 3px solid #fff !important; }
      body .wrapper .qr img {
        width: 100% !important;
        display: block; }
    body .wrapper .footer-in {
      font-size: 1.6rem;
      margin-bottom: 0; }

/* Fin de Aspectos Generales  =================================*/
/*=============================================================
Main
==============================================================*/
/* Fin de Main  ==============================================*/
/*=============================================================
Footer
==============================================================*/
/* Fin de Footer  ============================================*/
