* {
  padding: 0px;
  margin: 0px;
  font-family: 'Inter UI';
  font-size: 16px;
  color: #707070;
}

* .btn {
  position: relative;
  width: 40%;
  height: 50px;
  margin: 50px 10px;
  border-radius: 5px;
  border: none;
  color: white;
  background: #E88565;
}

* .blur {
  background-color: #e88465;
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

* button {
  cursor: pointer;
}

* #FormDatosPaciente label.error {
  color: red;
  font-size: 14px;
}

* #FormDatosPaciente input.error {
  color: green;
  font-size: 14px;
}

* .seleccionado {
  background: red;
}

* body {
  width: 100%;
  height: 100vh;
  background: white;
}

* body #Principal {
  width: 100%;
  z-index: 9999;
}

@media (min-width: 950px) {
  * body #Principal {
    width: 100%;
  }
}

* body #Principal header {
  width: 100%;
  height: 60px;
  z-index: 9999;
}

@media (min-width: 950px) {
  * body #Principal header {
    width: 100%;
    height: 60px;
  }
}

* body #Principal header #RegistrarPrincipal {
  z-index: 9999;
  color: #707070;
  width: 90px;
  float: right;
  text-align: center;
  height: 5px;
  padding: 20px 0px;
  font-size: 14px;
  list-style: none;
  margin: 0px 10px;
  border-bottom: 1px solid #707070;
}

@media (min-width: 768px) {
  * body #Principal header #RegistrarPrincipal {
    width: 200px;
    height: 10px;
    padding: 20;
    padding: 23px 0px;
    font-size: 25px;
  }
}

@media (min-width: 950px) {
  * body #Principal header #RegistrarPrincipal {
    background: red;
    padding: 0px;
    width: 200px;
    height: 60px;
  }
}

* body #Principal img {
  width: 100%;
}

* body #Principal h1 {
  position: absolute;
  top: 0px;
  color: white;
  display: none;
}

* body #Principal h2 {
  position: absolute;
  top: 20px;
  color: white;
  display: none;
}

* body #ContenidoPrincipal {
  position: relative;
  width: 80%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin: 30px 0px;
  z-index: 9999;
}

* body #ContenidoPrincipal h1 {
  text-align: center;
}

@media (min-width: 768px) {
  * body #ContenidoPrincipal h1 {
    font-size: 30px;
  }
}

* body #ContenidoPrincipal p {
  margin: 15px 0px;
  font-size: 14px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  * body #ContenidoPrincipal p {
    font-size: 25px;
  }
}

* body #BotonesSubirArchivo {
  width: 60%;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin-top: 70px;
}

@media (min-width: 768px) {
  * body #BotonesSubirArchivo {
    width: 80%;
    height: 90px;
    margin-top: 100px;
  }
}

* body #BotonesSubirArchivo #Subir {
  width: 70%;
  position: absolute;
  color: white;
  background: #E88565;
  border: none;
  border-radius: 3px;
  height: 50px;
  display: inline-block;
  right: 0px;
  text-align: center;
}

@media (min-width: 768px) {
  * body #BotonesSubirArchivo #Subir {
    width: 80%;
    height: 100%;
    font-size: 30px;
    text-align: center;
  }
}

* body #BotonesSubirArchivo #FotoTomada {
  background: #E24E1B;
  width: 30%;
  height: 50px;
  display: inline-block;
  left: 0px;
  text-align: center;
}

@media (min-width: 768px) {
  * body #BotonesSubirArchivo #FotoTomada {
    width: 80%;
    height: 100%;
    position: relative;
  }
}

* body #BotonesSubirArchivo #FotoTomada #TomarFoto {
  color: white;
  text-align: center;
  position: relative;
  top: 15px;
  z-index: 9999;
}

@media (min-width: 768px) {
  * body #BotonesSubirArchivo #FotoTomada #TomarFoto {
    position: absolute;
    width: 30%;
    height: 100%;
    left: 0px;
    top: 0px;
    font-size: 50px;
    text-align: center;
  }
}

* body #BotonesSubirArchivo #FotoTomada #TomarFoto i {
  color: white;
}

@media (min-width: 768px) {
  * body #BotonesSubirArchivo #FotoTomada #TomarFoto i {
    font-size: 30px;
    text-align: center;
  }
}

* body #BotonesSubirArchivo #FotoTomada #File {
  position: relative;
  top: -20px;
  width: 100%;
  background: red;
  opacity: 0;
  z-index: 9999;
  height: 100%;
}

* body #Mensaje {
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  left: 50%;
  margin: 100%;
}

* body #Mensaje i {
  font-size: 25px;
}

* body #Mensaje h3 {
  font-size: 10px;
  display: none;
}

* body #ContenedorCargar {
  display: none;
  background-color: rgba(250, 240, 245, 0.9);
  height: 100vh;
  width: 100%;
  position: fixed;
  -webkit-transition: all time;
  transition: all time;
  z-index: 9999;
  position: fixed;
  top: 0px;
}

* body #ContenedorCargar #Cargando {
  position: relative;
  border: 15px solid #ffffff;
  border-top-color: #E88565;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  margin: auto;
  top: 40%;
  z-index: 99999;
  -webkit-animation: girar 1s linear infinite;
          animation: girar 1s linear infinite;
}

@-webkit-keyframes girar {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes girar {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

* body #FormDatosPaciente {
  display: none;
  width: 80%;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin: 20px 0;
}

* body #FormDatosPaciente h1 {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  * body #FormDatosPaciente h1 {
    font-size: 30px;
  }
}

* body #FormDatosPaciente label {
  position: relative;
  margin: 10px 0;
}

@media (min-width: 768px) {
  * body #FormDatosPaciente label {
    font-size: 25px;
    margin: 15px 0;
  }
}

* body #FormDatosPaciente input {
  position: relative;
  width: 100%;
  left: 50%;
  margin: 0px 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border: none;
  background: none;
  border-bottom: 2px solid #E88565;
  margin: 15px 0px;
  font-size: 15px;
}

* body #FormDatosPaciente #RegistrarFoto {
  position: relative;
  width: 100%;
  height: 85px;
}

* body #FormDatosPaciente #RegistrarFoto #Fotografia {
  width: 50px;
  height: 40px;
  position: absolute;
  top: 15px;
}

* body #FormDatosPaciente #RegistrarFoto #Fotografia i {
  font-size: 30px;
}

@media (min-width: 768px) {
  * body #FormDatosPaciente #RegistrarFoto #Fotografia i {
    font-size: 50px;
  }
}

* body #FormDatosPaciente #RegistrarFoto #Fotografia #FotoIn {
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media (min-width: 768px) {
  * body #FormDatosPaciente #RegistrarFoto #Fotografia #FotoIn {
    position: absolute;
    top: 0px;
  }
}

* body #FormDatosPaciente #DivSexo {
  position: relative;
  padding: 0px;
  margin: 0px;
}

@media (min-width: 768px) {
  * body #FormDatosPaciente #DivSexo {
    font-size: 30px;
    position: relative;
    top: -20px;
  }
}

* body #FormDatosPaciente #DivSexo #MasculinoGenero {
  position: relative;
  width: 40%;
  display: inline-block;
  top: 5px;
}

@media (min-width: 768px) {
  * body #FormDatosPaciente #DivSexo #MasculinoGenero {
    font-size: 30px;
    position: relative;
    top: 0px;
  }
}

* body #FormDatosPaciente #DivSexo #MasculinoGenero label {
  position: absolute;
  top: 0px;
  left: 25px;
}

@media (min-width: 768px) {
  * body #FormDatosPaciente #DivSexo #MasculinoGenero label {
    font-size: 30px;
    position: relative;
  }
}

* body #FormDatosPaciente #DivSexo #FemeninoGenero {
  position: relative;
  width: 40%;
  display: inline-block;
  top: 5px;
}

@media (min-width: 768px) {
  * body #FormDatosPaciente #DivSexo #FemeninoGenero {
    font-size: 30px;
    position: relative;
    top: 0px;
  }
}

* body #FormDatosPaciente #DivSexo #FemeninoGenero #SexoMIn {
  width: 100px;
  height: 100px;
  background: red;
}

* body #FormDatosPaciente #DivSexo #FemeninoGenero label {
  position: absolute;
  top: 0px;
  left: 25px;
}

@media (min-width: 768px) {
  * body #FormDatosPaciente #DivSexo #FemeninoGenero label {
    font-size: 30px;
    position: relative;
  }
}

* body #FormDatosPaciente h2 {
  text-align: center;
  margin: 40px 0;
}

@media (min-width: 768px) {
  * body #FormDatosPaciente h2 {
    font-size: 30px;
    border-top: 50px;
  }
}

* body #FormDatosPaciente button {
  position: relative;
  width: 40%;
  height: 50px;
  margin: 50px 10px;
  border-radius: 5px;
  border: none;
  color: white;
  background: #E88565;
}

@media (min-width: 768px) {
  * body #FormDatosPaciente button {
    width: 45%;
    height: 70px;
    font-size: 25px;
  }
}

* body #Out {
  display: none;
  width: 80%;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

* body #Out #Regresar {
  font-size: 25px;
  position: relative;
  left: -20px;
  cursor: pointer;
}

@media (min-width: 768px) {
  * body #Out #Regresar {
    font-size: 50px;
    position: relative;
    top: 0px;
  }
}

* body #Out #Imagen {
  width: 80%;
  position: relative;
  margin: 20px 0;
  margin-bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}

@media (min-width: 768px) {
  * body #Out #Imagen {
    width: 65%;
  }
}

* body #Out #Imagen img {
  width: 100%;
}

* body #Out #NombreOut, * body #Out #EdadOut {
  text-align: center;
  margin: 0;
  font-size: 20px;
}

@media (min-width: 768px) {
  * body #Out #NombreOut, * body #Out #EdadOut {
    font-size: 40px;
  }
}

* body #Out #EdadOut {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  * body #Out #EdadOut {
    font-size: 40px;
  }
}

* body #Out label {
  position: relative;
  text-align: left;
  display: block;
  margin: 20px 0px;
}

@media (min-width: 768px) {
  * body #Out label {
    font-size: 30px;
  }
}

* body #Out button {
  position: relative;
  width: 45%;
  height: 50px;
  border: none;
  cursor: pointer;
  margin: 0px 0;
  background: white;
  border-bottom: 1px solid #707070;
}

@media (min-width: 768px) {
  * body #Out button {
    font-size: 30px;
  }
}

* body #Out .datos h5, * body #Out .datos label {
  display: inline-block;
  margin: 20px 0;
}

@media (min-width: 768px) {
  * body #Out .datos h5, * body #Out .datos label {
    font-size: 30px;
    margin: 30px 0px;
  }
}

* body #Out #PersonalOut {
  padding-top: 30px;
  display: block;
}

* body #Out #PersonalOut label {
  margin: 5px 0;
  font-size: 16px;
}

@media (min-width: 768px) {
  * body #Out #PersonalOut label {
    font-size: 30px;
  }
}

* body #Out #HistorialOut {
  display: none;
  font-size: 16px;
}

* body #Out #HistorialOut label {
  margin: 25px;
  font-size: 16px;
}

@media (min-width: 768px) {
  * body #Out #HistorialOut label {
    font-size: 30px;
  }
}
/*# sourceMappingURL=estilos.css.map */