@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500&display=swap');

:root {
  --destacado: #8d2fb6;
  --alternativo: #E3C8EE;
   /* --alternativo: #783bf9; */
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

body {
  margin: 0;
  
  width: 900px;
            /* border: 1px solid #000; */
  margin-right: auto;
  margin-left: auto;
	/* background-color: #838484; */
	background-color: #d9dddf;
	font-family: 'Open Sans', sans-serif;
  font-weight: 400;
	height: 100vh;
}

header {
  height: 80px;
}

header img {
  width: 100%;
  height: 80px;
}



 /* --------------------------------
                 LOGIN
    -------------------------------- */

.contenedor-login {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 12px rgb(51, 50, 50);
          box-shadow: 0 5px 12px rgb(51, 50, 50);
  overflow: hidden;
  width: 400px;
  max-width: 100%;
}

.campos-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-cuenta-campo-login {
  width: 210px;
  margin: 5px 0 20px;
    position: relative;
}

.doc-hint {
  color: red;
  text-align: right;
}

.form-cuenta-campo-login input,
.form-cuenta-campo-login select {
  height: 25px;
  border: 2px solid #f0f0f0;
  border-radius: 3px;
  display: block;
  font-family: inherit;
  padding: 2px 15px 2px 15px;
  /* width: 200px; */
  width: 100%;
}

.form-cuenta-campo-login label {
  display: inline-block;
  margin-bottom: 3px;
  font-weight: 500;
}

.olvido {
  display: block;
  border: none;
  margin-top: 3px;
  text-align: right;
  font-size: 10px;
  text-decoration: none;
}

.olvido:focus,
.btn:focus,
.recordarme:focus,
.btn-crear-cuenta:focus {
  outline: none;
}

.iniciar-sesion:hover {
  cursor: pointer;
}

.recordar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.recordarme-etiqueta {
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  margin-left: 3px;
}

.btn-crear-cuenta {
  border: 1px solid #3a3838;
  border-radius: 3px;
  /* background-color: #b4bbbb; */
  background-color: #E3C8EE;
  color: #2e2d2d;
  text-decoration: none;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 5px;
  font-size: 13px;
  /* width: 300px; */
  width: 75%;
  margin-bottom: 20px;
}

.btn-crear-cuenta:hover {
  color: #000;
  font-weight: 600;
}

.grupo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* align-items: center; */
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.radio input {
	width: auto;
	height: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	outline: none;
	cursor: pointer;
  border: none;
	border-radius: 3px;
	padding: 4px 10px;
	background: #454857;
	color: #bdbdbdbd;
	font-size: 13px;
	/* font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
	-webkit-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}

.radio input:checked {
	background-image: -o-linear-gradient(top, #00563f, #74bbad);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00563f), to(#74bbad));
	background-image: linear-gradient(180deg, #00563f, #74bbad);
	color: #fff;
	-webkit-box-shadow: 0 1px 1px #0000002e;
	        box-shadow: 0 1px 1px #0000002e;
	text-shadow: 0 1px 0px #79485f7a;
}

.radio input:before {
	content: attr(label);
	display: inline-block;
	text-align: center;
	width: 100%;
}


 /* --------------------------------
            LOGINSOLICPWD
    -------------------------------- */

.aviso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin: 20px;
}


 /* --------------------------------
            LOGINPWD
    -------------------------------- */

    .msje-error {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 13px;
      margin: 20px;
    }
    
.aviso-boton {
  margin-top: 20px;
}



 /* --------------------------------
               LOGIN_ACCOUNT
    -------------------------------- */

.contenedor {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
	/* display: flex;
	align-items: start;
	justify-content: center; */
  background-color: #fff;
	border-radius: 5px;
  -webkit-box-shadow: 0 5px 12px rgb(51, 50, 50);
          box-shadow: 0 5px 12px rgb(51, 50, 50);
	overflow: hidden;
	width: 700px;
	max-width: 100%;
}

.titulo {
	background-color: #e4e3e3;
  border-bottom: 2px solid var(--destacado);
	padding: 15px 40px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.btn-home {
  text-decoration: none;
  text-align: center;
  background-color: var(--destacado);
  border: 2px solid var(--destacado);
  border-radius: 3px;
  color: #fff;
  display: block;
  font-family: inherit;
  font-size: 13px;
  padding: 10px;
  width: 100%;
  margin-top: 20px;
}

.btn-home2 {
  text-decoration: none;
  text-align: center;
  background-color: var(--alternativo);
  border: 2px solid var(--alternativo);
  border-radius: 3px;
  color: #2e2d2d;
  display: block;
  font-family: inherit;
  font-size: 13px;
  padding: 5px;
  width: 50%;
  margin: 0 auto;
  margin-top: 10px;
}

.contenedor-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contenedor-flex p {
  font-size: 10px;
  color: #3a3838;
  margin-bottom: 7px;
}

.form-cuenta {
  padding: 10px 20px 20px;
  font-size: 13px;
}

.form-cuenta ul {
  margin-left: 50px;
}

.form-cuenta-campo {
  margin: 5px 0;
  position: relative;
            /* border: 1px solid red; */
}

.form-cuenta-grupo .form-cuenta-campo {
  width: 205px;
}

.form-cuenta-grupo {
  /* position: relative; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* .form-cuenta-campo .form-label { */
.form-cuenta-campo label, .form-cuenta-grupo h4 {
  display: inline-block;
  margin-bottom: 3px;
  font-weight: 500;
}

.titulo-seccion {
  font-family: inherit;
  font-size: 13px;
  font-weight: bold;
  color: navajowhite;
  background-color: grey;
  /*height: 30px;*/
  line-height: 35px;
  /*text-align: center;*/
  margin-bottom: 10px; 
}

.titulo-seccion-info {
  font-weight: normal;
}

/* .form-cuenta-campo .form-input { */
.form-cuenta-campo input, .form-cuenta-campo select, .form-cuenta-campo textarea {
  border: 2px solid #f0f0f0;
  border-radius: 3px;
  display: block;
  font-family: inherit;
  background-color: lightgoldenrodyellow;
  /* font-size: 13px; */
  padding: 2px 8px;
  width: 200px;
  /* width: 100%; */
}

#fecha, #folio {
  /*background-color: antiquewhite;*/
  /*background-color: white;*/
  border: 2px solid darkgray;
  border-radius: 40px 10px;
  /*color: inherit;*/
  background: gold;
}

#descripcion, #solicitud {
  resize: none;
  /*width: 100%;*/
  width: 650px;
  height: 150px;
}

#solDir, #pacDir {
  width: 430px;
}

.rojo {
  color: darkred;
}

.rojo--mas {
  color: red;
}


.form-cuenta-campo.chkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-cuenta-campo.chkbox input {
  width: 20px;
  margin-bottom: 2px;
}

.form-cuenta-campo.chkbox label {
  font-weight: 400;
  margin-left: 5px;
}

.form-cuenta-campo label i {
  color: #ff0505;
}

/* .form-cuenta-campo i {
  visibility: hidden;
  position: absolute;
  top: 32px;
  left: 180px;
} */

.form-cuenta-campo small {
  visibility: hidden;
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 0; */
  /* border: 1px solid green;
  background-color: green; */
  }

/* small {
  border: 1px solid green;
  background-color: green;
  color: #e74c3c;
} */

.minusculas {
  text-transform: lowercase;
}

.mayusculas {
  text-transform: uppercase;
}

#bloque-paciente input:disabled {
  color: #85929E;
}

/*#bloque-paciente input:enabled {
  color: #000000;
}*/

.numfolio {
  background-color: #E5E7E9;
  color: red;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px
}

/* .form-cuenta-campo.success input {
  border-color: #2ecc71;
} */

.form-cuenta-campo.error input, .form-cuenta-campo.error select {
  /* border-color: #e74c3c; */
  border: 3px solid #e74c3c;
}

.form-cuenta-campo.error small {
  color: #e74c3c;
  font-style: italic;
  visibility: visible;
}

.form-cuenta button {
  background-color: var(--destacado);
  border: 2px solid var(--destacado);
  border-radius: 3px;
  color: #fff;
  display: block;
  font-family: inherit;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  margin-top: 20px;
}

/* .form-cuenta-cuestionario {
  text-align: center;
  background-color: #fff;
  width: 480px;
  height: 650px;
  overflow: auto;
  margin: 20px auto 40px;
  border: 3px solid #966d05;
  border-radius: 3px;
} */

.cuestionario {
  margin-top: 5px;
  text-align: left;
  font-size: 13px;
}

.cuest-info {
  margin-top: 3px;
  color: #b62f94;
  padding-bottom: 5px;
  /* border-bottom: 2px solid #616061; */
  border-bottom: 1px solid var(--destacado);
  margin-bottom: 2px;
}

.cuestTarjetero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border: 2px solid #fff;
}

.cuestTarjetero.error {
  border: 3px solid #e74c3c;
  border-radius: 3px;
}

.cuestTarjetero.error small {
  color: #e74c3c;
  font-style: italic;
  visibility: visible;
}

.cuestTarjeta {
  width: 315px;
  margin-left: 10px;
}

.cuest-preg {
  margin-top: 10px;
  margin-bottom: 5px;
}

.cuestPreg-preg {
  color: #9e9c9c;
}

.cuestPreg-texto {
  color: #006e58;
  /* font-weight: 500; */
  font-weight: 600;
}

.cuestionario input {
  margin-left: 10px;
}

.cuestionario label {
  margin-left: 5px;
}

.cuestionario > small.small-sin-error {
  visibility: hidden;
}

.cuestionario > small.small-error {
  color: #e74c3c;
  font-style: italic;
  visibility: visible;
}
