/*@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,700,600italic,700italic,900,900italic");*/
::-moz-selection {
  color: #fff;
  background: #2f2f2f;
}
::selection {
  color: #fff;
  background: #2f2f2f;
}
body {
  font-size: 18px;
  background-color: #fff;
  color: #2f2f2f;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
header {
  width: 100%;
  height: 80px;
  background-color: #ffe200;
  position: relative;
  z-index: 1000;
  color: #015398;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
header #logo {
  padding-right: 2em;
}
header #titulo {
  padding-left: 2em;
}
section form {
  width: 100%;
  background-color: #f2f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-directio: column;
  flex-direction: column;
}
section form select {
  width: 30%;
  margin: 2em 0 0 0;
  height: 40px;
}
section form select option {
  text-align: center;
}
section form #comentarioResp {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2em;
}
section form #comentarioResp #comentario {
  width: 100%;
}
section form #respuestas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section form #respuestas .cuadro {
  width: 150px;
  height: 50px;
  background-color: #ffe200;
  margin: 0.4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
section form #respuestas input[type=radio] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
section form #criterio {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section form #criterio .cuadro {
  width: 150px;
  height: 50px;
  background-color: inherit;
  margin: 0.4em;
  margin-top: 0;
  text-align: center;
}
section form #pregunta {
  margin: 2em 0;
  width: 80%;
  text-align: center;
}
section #flexHorizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-directio: row;
  flex-direction: row;
}
section #flexHorizontal label,
section #flexHorizontal select {
  margin: 0.3em;
}
section #flexHorizontal select {
  min-width: 200px;
}
section #flexVertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-directio: column;
  flex-direction: column;
}
tr td {
  position: relative;
}
tr td .porcentaje {
  position: absolute;
  text-align: center;
  z-index: 5;
  width: 100px;
  color: #000;
}
tr td .barra {
  position: relative;
  z-index: 3;
  height: 30px;
  width: 100px;
}
.rojo {
  background-color: #f12731;
}
.amarillo {
  background-color: #ffe200;
}
.azul {
  background-color: #015398;
}
.verde {
  background-color: #137c1b;
}
.verdeClaro {
  background-color: #4cbf16;
}
.verdeOscuro {
  background-color: #1c4d05;
}
.rosa {
  background-color: #e68cd5;
}
#boton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 400px;
}
#boton input[type=submit],
#boton button {
  min-width: 150px;
  padding: 0 10px;
  height: 40px;
  color: #fff;
  background-color: #015398;
  border-radius: 10px;
  margin-bottom: 2em;
  border-style: none;
  border-color: inherit;
}
#boton input[type=submit]:hover,
#boton button:hover {
  background-color: #043966;
}
#boton input[type=submit]:disabled,
#boton button:disabled {
  background-color: #aeaeae;
}
section {
  width: 100%;
  background-color: #f2f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-directio: column;
  flex-direction: column;
}
section #instruccion {
  width: 80%;
  margin-top: 2em;
}
section #login {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-directio: column;
  flex-direction: column;
}
section #login h2 {
  margin-top: 2em;
}
section #login input {
  width: 30%;
  margin: 2em 0 0 0;
  height: 40px;
  text-align: center;
}
section #login input::-webkit-input-placeholder,
section #login input:-moz-placeholder,
section #login input::-moz-placeholder,
section #login input:-ms-input-placeholder {
  text-align: center;
}
section #login p {
  color: #f12731;
  font-size: 0.8em;
}
section #login h2 {
  margin-bottom: 0;
}
section #login #boton {
  margin-top: 3em;
}
section #login #boton input[type=submit] {
  margin: 0;
  margin-bottom: 2em;
}
section #login .criterio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-directio: column;
  flex-direction: column;
  margin: 3em 0;
  width: 50%;
}
section #login .criterio div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}
section #login .criterio div label {
  width: 35%;
  text-align: right;
  font-weight: 700;
}
section #login .criterio div select {
  width: 60%;
}
section #login .criterio:last-child {
  margin-bottom: 0;
}
.noMostrar {
  display: none;
}
.separador {
  margin-bottom: 3em;
}
h1 {
  font-weight: 700;
}
.reporteTitulo {
  text-align: center;
  margin-bottom: 1rem;
  color: #015398;
  font-weight: 500;
}
footer {
  width: 100%;
  height: 60px;
  background-color: #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
footer div {
  padding: 0 2em;
}
