/*=============================================================
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: #575656;
}

body p, body li, body a, body q {
  font-size: 1.7rem;
}

body .input-group {
  margin: 2rem 0 12rem !important;
}

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: #074b93;
}

body .buscador:hover {
  color: #fff;
  background-color: #063f7b;
}

body input {
  padding: 1rem !important;
}

body .wrapper {
  max-width: 430px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}

body .wrapper .logo-foto {
  background-image: url(../img/fotocheck-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

body .wrapper .logo {
  width: 75%;
  margin: 0 auto;
  padding: 6rem 0;
}

body .wrapper .logo img {
  width: 100%;
  display: block;
}

body .wrapper .bienvenida {
  text-align: center;
  padding: 2rem 2rem 6rem;
}

body .wrapper .bienvenida h2 {
  color: #074b93;
  margin-bottom: 2rem;
  font: 3.2rem "oxygen-bold";
}

body .wrapper .foto {
  width: 256px;
  height: 256px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body .wrapper .foto .crop {
  height: 100%;
}

body .wrapper .foto-dni {
  width: 256px;
  height: 256px;
  margin: 0 auto;
  position: relative;
}

body .wrapper .foto-dni::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 20px;
  right: -20px;
  top: -20px;
  background-color: #da161c;
}

body .wrapper .foto-dni::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 110px;
  right: -20px;
  top: 0;
  background-color: #da161c;
}

body .wrapper .foto-dni .dni {
  position: absolute;
  font: 2.2rem "oxygen";
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 105px;
  left: -90px;
  margin-bottom: 0;
}

body .wrapper .datos-personales {
  background-color: #002c7a;
  text-align: center;
  width: 100%;
  padding: 4rem 2rem;
  color: #fff;
}

body .wrapper .datos-personales .nombre-apellido {
  text-transform: uppercase;
  font: 3.6rem "oxygen-bold";
  line-height: 1.2;
}

body .wrapper .datos-personales .cargo {
  text-transform: uppercase;
  font: 2.2rem "oxygen-light";
  margin-top: 2rem;
}

body .wrapper .qr {
  width: 180px;
  margin: 4rem auto 2rem;
  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.4rem;
  margin-top: 4rem;
}

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