/*article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 1em 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,
ol,
ul {
    padding: 0 0 0 40px
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width:100%;
}

@font-face {
    font-family: 'Nickname';
    src: url("assets/fonts/nickname.eot") format('embedded-opentype'), url("assets/fonts/nickname.woff2") format('woff2'), url("assets/fonts/nickname.woff") format('woff'), url("assets/fonts/nickname.ttf") format('truetype'), url("assets/fonts/nickname.svg") format('svg');
    font-weight: 400;
    font-style: 400
}

body {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: 0.6 all ease;
    -moz-transition: 0.6 all ease;
    -o-transition: 0.6 all ease;
    -ms-transition: 0.6 all ease;
    transition: 0.6 all ease;
    margin: 0
}

a {
    text-decoration: none;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dd,
p,
div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
ul:first-child,
ol:first-child,
li:first-child,
dl:first-child,
dd:first-child,
p:first-child,
div:first-child {
    margin-top: 0
}

p {
    color: #000;
    margin: 15px 0;
    line-height: 1.25em
}

table,
ul,
ol,
li {
    color: #000;
    font-size: 16px
}

table {
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-style: 400;
    font-weight: 700;
    line-height: 1em;
    color: #000
}

h1 {
    margin: 1.5em auto
}

img {
    display: inline;
    max-width: 100%;
    margin: 0
}

iframe {
    border: none
}

.dispTable {
    display: table;
    height: 100%;
    width: 100%
}

.dispCell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%
}

.section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%
}

.block {
    display: block;
    font-size: 0;
    position: relative;
}

.block:after {
    content: '';
    display: block;
    clear: both
}

.block > div {
    font-size: 16px;
    display: inline-block;
    vertical-align: top
}

.block .b-full {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
}

.block .b-full:before,
.block .b-full:after {
    content: '';
    display: table
}

.block .b-full:after {
    clear: both
}

.block .b-full:last-child {
    margin-right: 0%
}

.block .b-half {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 49.050000000000004%;
    margin-left: 0%;
    margin-right: 1.9%;
}

.block .b-half:before,
.block .b-half:after {
    content: '';
    display: table
}

.block .b-half:after {
    clear: both
}

.block .b-half:last-child {
    margin-right: 0%
}

.block .b-1of3 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 32.06666666666666%;
    margin-left: 0%;
    margin-right: 1.9%;
}

.block .b-1of3:before,
.block .b-1of3:after {
    content: '';
    display: table
}

.block .b-1of3:after {
    clear: both
}

.block .b-1of3:last-child {
    margin-right: 0%
}

.block .b-2of3 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.03333333333332%;
    margin-left: 0%;
    margin-right: 1.9%;
}

.block .b-2of3:before,
.block .b-2of3:after {
    content: '';
    display: table
}

.block .b-2of3:after {
    clear: both
}

.block .b-2of3:last-child {
    margin-right: 0%
}

.block .b-1of4 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 23.575000000000003%;
    margin-left: 0%;
    margin-right: 1.9%;
}

.block .b-1of4:before,
.block .b-1of4:after {
    content: '';
    display: table
}

.block .b-1of4:after {
    clear: both
}

.block .b-1of4:last-child {
    margin-right: 0%
}

.block .b-3of4 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.52499999999999%;
    margin-left: 0%;
    margin-right: 1.9%;
}

.block .b-3of4:before,
.block .b-3of4:after {
    content: '';
    display: table
}

.block .b-3of4:after {
    clear: both
}

.block .b-3of4:last-child {
    margin-right: 0%
}

.a-center {
    text-align: center
}

.a-left {
    text-align: left
}

.a-right {
    text-align: right
}

.fl-left {
    float: left
}

.fl-right {
    float: right
}

.clear {
    clear: both
}

.hidden {
    display: none
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

fieldset:first-child {
    margin-top: 0
}

fieldset .form-list {
    padding: 0
}

.form-list {
    display: block;
    margin: 0;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 0;
    list-style: none;
    font-size: 12px;
}

.form-list .form-list {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.form-list.full {
    margin-left: 0 !important;
    padding: 0;
}

.form-list.full >li {
    display: block;
    margin-left: 0;
    width: auto
}

.form-list.full .hintTip {
    display: block;
    width: 100%
}

.form-list.full .currentInput .datepicker {
    width: 95% !important
}

.form-list.full .currentInput textarea {
    width: 100%
}

.form-list.compact >li {
    margin-bottom: 8px
}

.form-list.four >li {
    width: 23%
}

.form-list.center {
    text-align: center
}

.form-list.middle >li {
    vertical-align: middle !important
}

.form-list.half {
    padding: 0;
}

.form-list.half >li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
}

.form-list.half >li:before,
.form-list.half >li:after {
    content: '';
    display: table
}

.form-list.half >li:after {
    clear: both
}

.form-list.half >li:nth-child(2n) {
    margin-right: 0%;
    float: right
}

.form-list.half >li:nth-child(2n+1) {
    clear: both
}

.form-list.half >li.full {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.form-list.half >li.full:first-child {
    margin-left: auto
}

.form-list.half >li.full:last-child {
    margin-right: auto
}

.form-list.inline {
    margin-left: 0 !important;
    below(3)below(1)
}

.form-list.inline >li {
    display: inline-block;
    margin-left: 20px;
    width: auto;
    vertical-align: top;
    margin-top: 0;
}

.form-list.inline >li:first-child {
    margin-left: 0
}

.form-list.grid-4 >li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 20px 0;
    padding: 0 15px;
    vertical-align: bottom;
    width: 23%
}

.form-list.grid-3 >li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 20px 0 5px;
    padding: 0 15px;
    vertical-align: bottom;
    width: 33%
}

.form-list [type=text],
.form-list [type=password],
.form-list [type=email] {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400
}

.form-list >li {
    display: inline-block;
    margin: 0 0 20px 2%;
    width: 48%;
    margin-top: 0;
    font-size: 16px;
    vertical-align: top;
    below(1)
}

.form-list >li.full {
    display: block;
    width: auto
}

.form-list >li.hidden {
    display: none
}

.form-list >li.margin {
    margin-right: 50px
}

.form-list >li .currentInput:nth-child(2) {
    margin-top: 50px
}

.form-list >li.doble >.currentInput {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-top: 0
}

.form-list >li.doble >.currentInput:before,
.form-list >li.doble >.currentInput:after {
    content: '';
    display: table
}

.form-list >li.doble >.currentInput:after {
    clear: both
}

.form-list >li.doble >.currentInput:last-child {
    margin-right: 0%
}

textarea {
    padding: 10px 15px;
    width: 100%;
    height: 65px;
    outline: none;
    vertical-align: bottom;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff !important;
    margin-top: 2px;
}

textarea.lineal {
    height: 15px;
    resize: none
}

textarea.medio {
    height: 65px;
    resize: none
}

textarea.full {
    height: 130px;
    resize: none
}

body {
    background: #eaeaea
}

p {
    font-size: 1rem
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px
}

.wizard {
    position: relative;
    background: #fff;
    width: 100%
}

.wizard-header {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 150px;
    padding: 30px;
    z-index: 1;
}

.wizard-header:before {
    content: ' ';
    position: absolute;
    background-image: url("assets/gafas-regulables/new-wallpaper.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden
}

.wizard-header h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6)
}

.steps {
    position: absolute;
    display: table;
    width: 100%;
    left: 0;
    bottom: -15px;
    margin: 0;
    padding: 0;
}

.steps:before {
    content: ' ';
    position: absolute;
    background: #b0bec5;
    width: 100%;
    height: 10px;
    left: 0;
    top: 50%;
    tranform: translateY(-50%);
    z-index: -1
}

.steps li.step {
    width: 12.5%;
    float: left;
    list-style: none;
    text-align: center;
}

.steps li.step span {
    background: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: solid 5px #b0bec5;
    border-radius: 50%;
    line-height: 40px
}

.steps li.step.active span {
    border-color: #03a9f4
}

.wizard-body {
    background: #fff;
    min-height: 300px;
    padding: 30px;
    text-align: justify
}

.wizard-footer {
    width: 100%;
    padding: 30px;
    text-align: right
}

.grid {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    flex-box: flex;
    width: 100%;
}

.grid .col-md {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
}

.grid .col-md:before,
.grid .col-md:after {
    content: '';
    display: table
}

.grid .col-md:after {
    clear: both
}

.grid .col-md:nth-child(2n) {
    margin-right: 0%;
    float: right
}

.grid .col-md:nth-child(2n+1) {
    clear: both
}

.grid .col {
    width: 50%;
    padding: 0 20px 20px;
}

.grid .col:nth-child(2) {
    border-left: solid 2px rgba(0, 0, 0, 0.2)
}

.form-list {
    padding: 0;
}

.form-list li {
    width: 100%;
    display: block
}

.col-title,*/
.col-subtitle {
    background: #81d4fa;
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: .3rem
}

.col-subtitle {
    background: #bbdefb;
    font-size: .9rem;
    text-align: center;
}

.col-body {
    padding: 2px
}
/*
.ml {
    margin: 15px 0;
    border: solid 1px #cfd8dc
}

.profiles {
    list-style: none;
    padding: 0;
}

.profiles li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 80%;
    margin: 20px auto;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-shadow: 0 0 3px rgba(129, 212, 250, 0.6);
    box-shadow: 0 0 3px rgba(129, 212, 250, 0.6);
}

.profiles li .image {
    width: 150px;
    margin: 0;
    padding: 10px;
    -webkit-box-shadow: 1px 0 2px rgba(129, 212, 250, 0.5);
    box-shadow: 1px 0 2px rgba(129, 212, 250, 0.5)
}

.profiles li .text {
    width: 100%;
    padding: 15px
}

.profiles li.nm {
    width: 100%;
    margin: 0
}

.profile {
    background: #bbdefb;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.profile .image {
    max-width: 80px;
    margin: 0;
    padding: 5px
}

.profile .text {
    width: 100%;
    text-align: center
}


[class*='btn']:hover {
    background: #4fc3f7
}

.btn-default {
    font-size: 1.5rem;
    cursor: pointer;
}

.btn-default span {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: solid 1px rgba(255, 255, 255, 0.5)
}

.image.small {
    max-width: 60px;
    padding: 0;
    margin: 0
}

.image.long {
    max-width: 90%
}

.image img {
    display: inline-block;
    width: 100%
}

.blur-1 {
    filter: blur(2px)
}

.blur-2 {
    filter: blur(4px)
}

.blur-3 {
    filter: blur(6px)
}

.blur-4 {
    filter: blur(8px)
}

.lent-0 {
    background: url("../images/gafas-regulables/lent-0.png")
}

.lent-1 {
    background: url("../images/gafas-regulables/lent-1.png")
}

.lent-2 {
    background: url("../images/lent-2.png")
}

.lent-3 {
    background: url("../images/gafas-regulables/lent-3.png")
}

.lent-4 {
    background: url("../images/gafas-regulables/lent-4.png")
}

.lent-5 {
    background: url("../images/gafas-regulables/lent-5.png")
}

.corredor-0 {
    background: url("../images/correr-alive.png")
}
.corredor-1 {
    background: url("../images/correr-alive.png")
}
.corredor-2 {
    background: url("../images/correr-alive.png")
}
.corredor-3 {
    background: url("../images/correr-alive.png")
}
.corredor-4 {
    background: url("../images/correr-alive.png")
}
.corredor-5 {
    background: url("../images/correr-alive.png")
}
.corredor-6 {
    background: url("../images/correr-alive.png")
}
.corredor-7 {
    background: url("../images/correr-alive.png")
}
.corredor-8 {
    background: url("../images/correr-alive.png")
}
.corredor-9 {
    background: url("../images/correr-alive.png")
}
.corredor-10 {
    background: url("../images/correr-alive.png")
}
.corredor-11 {
    background: url("../images/correr-alive.png")
}
.corredor-12 {
    background: url("../images/correr-dead.png")
}
.corredor-13 {
    background: url("../images/correr-alive.png")
}
.corredor-14 {
    background: url("../images/correr-dead.png")
}
.corredor-15 {
    background: url("../images/correr-dead.png")
}
.deshidratacion-0 {
    background: url("../images/deshidrata0.png")
}
.deshidratacion-1 {
    background: url("../images/deshidrata20-20.png")
}
.deshidratacion-2 {
    background: url("../images/deshidrata20-40.png")
}
.deshidratacion-3 {
    background: url("../images/deshidrata20-60.png")
}
.deshidratacion-4 {
    background: url("../images/deshidrata25-20.png")
}
.deshidratacion-5 {
    background: url("../images/deshidrata25-40.png")
}
.deshidratacion-6 {
    background: url("../images/deshidrata25-60.png")
}
.deshidratacion-7 {
    background: url("../images/deshidrata30-20.png")
}
.deshidratacion-8 {
    background: url("../images/deshidrata30-40.png")
}
.deshidratacion-9 {
    background: url("../images/deshidrata30-60.png")
}
.deshidratacion-10 {
    background: url("../images/deshidrata35-20.png")
}
.deshidratacion-11 {
    background: url("../images/deshidrata35-40.png")
}
.deshidratacion-12 {
    background: url("../images/deshidrata35-60.png")
}
.deshidratacion-13 {
    background: url("../images/deshidrata40-20.png")
}
.deshidratacion-14 {
    background: url("../images/deshidrata40-40.png")
}
.deshidratacion-15 {
    background: url("../images/deshidrata40-60.png")
}
.temperaturacuerpo-0 {
    background: url("../images/gcalor0.png")
}
.temperaturacuerpo-1 {
    background: url("../images/gcalor20-20.png")
}
.temperaturacuerpo-2 {
    background: url("../images/gcalor20-40.png")
}
.temperaturacuerpo-3 {
    background: url("../images/gcalor20-60.png")
}
.temperaturacuerpo-4 {
    background: url("../images/gcalor25-20.png")
}
.temperaturacuerpo-5 {
    background: url("../images/gcalor25-40.png")
}
.temperaturacuerpo-6 {
    background: url("../images/gcalor25-60.png")
}
.temperaturacuerpo-7 {
    background: url("../images/gcalor30-20.png")
}
.temperaturacuerpo-8 {
    background: url("../images/gcalor30-40.png")
}
.temperaturacuerpo-9 {
    background: url("../images/gcalor30-60.png")
}
.temperaturacuerpo-10 {
    background: url("../images/gcalor35-20.png")
}
.temperaturacuerpo-11 {
    background: url("../images/gcalor35-40.png")
}
.temperaturacuerpo-12 {
    background: url("../images/gcalor35-60.png")
}
.temperaturacuerpo-13 {
    background: url("../images/gcalor40-20.png")
}
.temperaturacuerpo-14 {
    background: url("../images/gcalor40-40.png")
}
.temperaturacuerpo-15 {
    background: url("../images/gcalor40-60.png")
}
.sudor-0 {
    background: url("../images/sudor0.png")
}
.sudor-1 {
    background: url("../images/sudor20-20.png")
}
.sudor-2 {
    background: url("../images/sudor20-40.png")
}
.sudor-3 {
    background: url("../images/sudor20-60.png")
}
.sudor-4 {
    background: url("../images/sudor25-20.png")
}
.sudor-5 {
    background: url("../images/sudor25-40.png")
}
.sudor-6 {
    background: url("../images/sudor25-60.png")
}
.sudor-7 {
    background: url("../images/sudor30-20.png")
}
.sudor-8 {
    background: url("../images/sudor30-40.png")
}
.sudor-9 {
    background: url("../images/sudor30-60.png")
}
.sudor-10 {
    background: url("../images/sudor35-20.png")
}
.sudor-11 {
    background: url("../images/sudor35-40.png")
}
.sudor-12 {
    background: url("../images/sudor35-60.png")
}
.sudor-13 {
    background: url("../images/sudor40-20.png")
}
.sudor-14 {
    background: url("../images/sudor40-40.png")
}
.sudor-15 {
    background: url("../images/sudor40-60.png")
}

[class*="lent"] {
    background-repeat: no-repeat;
    background-position: center;
    width: 98%;
    min-height: 200px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%
}

[class*="corredor"] {
    background-repeat: no-repeat;
    background-position: center;
    width: 142px;
    min-height: 214px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 90%;
    display:inline-block;
}

[class*="deshidratacion"] {
    background-repeat: no-repeat;
    background-position: center;
    width: 142px;
    min-height: 214px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 90%;
    display:inline-block;
}

[class*="temperaturacuerpo"] {
    background-repeat: no-repeat;
    background-position: center;
    width: 142px;
    min-height: 214px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 90%;
    display:inline-block;
}

[class*="sudor"] {
    background-repeat: no-repeat;
    background-position: center;
    width: 142px;
    min-height: 214px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 90%;
    display:inline-block;
}

.list-num li {
    margin-bottom: 10px;
    line-height: 1.2rem
}

.table {
    border-collapse: collapse;
}

.table thead {
    background: #bbdefb
}

.table th,
.table td {
    padding: 5px;
    border: solid 1px #29b6f6;
    text-align: center
}

.table td {
    position: relative;
}

.table td:nth-child(2) .image,
.table td:nth-child(3) .image,
.table td:nth-child(5) .image,
.table td:nth-child(6) .image {
    visibility: hidden
}

.currentSelect {
    display: none
}

.customSelect-label {
    display: block;
    width: 100%
}

.customSelect {
    position: relative;
    background: #fff;
    min-width: 190px;
    width: 190px;
    top: 2;
    left: 0;
    margin: 3px;
    color: #616161;
    border: solid 1px #353535;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding-right: 41px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}

.customSelect.open {
    border-radius: 5px 5px 0 0;
}

.customSelect.open .customSelect-arrow {
    border-radius: 0 5px 0 0;
}

.customSelect.open .customSelect-arrow .ico {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: 8px
}

.customSelect.open .customSelect-options,
.customSelect.open .customSelect-filter {
    display: block;
    z-index: 10;
}

.customSelect.warning {
    border-color: #f44336;
    -webkit-box-shadow: 0 0 6px #f44336;
    box-shadow: 0 0 6px #f44336
}

.customSelect-options {
    position: absolute;
    background: #fff;
    display: none;
    width: 100%;
    z-index: 3;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.customSelect-options label {
    display: block;
    padding: .5rem 1rem;
}

.customSelect-options label.selected,
.customSelect-options label:hover {
    background: c-grey
}

.customSelect-label {
    padding: .5rem 1rem
}

.customSelect-arrow {
    position: absolute;
    display: block;
    right: -1px;
    top: -1px;
    width: 43px;
    height: 38px;
    border-radius: 0 5px 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    -ms-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.customSelect-arrow .ico {
    background: transparent;
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 15px;
    margin-left: 16px;
    border: 8px solid transparent;
    border-top-color: #fabd54;
    font-size: 0;
    line-height: 0
}
*/
.range {
    position: relative;
    width: calc(100% - 20px);
    margin: 20px auto 40px;
}

.range .range-bar {
    position: relative;
    background: #cfd8dc;
    width: 100%;
    height: 10px;
    margin: auto;
    border-radius: .5rem;
    z-index: 5
}

.range .range-pointer {
    position: absolute;
    background: transparent;
    width: 2px;
    height: 18px;
    top: -4px;
    left: calc(50% + 1px);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 2;
}

.range .range-pointer:before {
    content: ' ';
    position: absolute;
    background: #03a9f4;
    width: 18px;
    height: 18px;
    left: -8px;
    border-radius: 50%
}

.range .scale {
    position: absolute;
    display: inline-block;
    width: 20px;
    top: 100%;
    padding-top: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.range .scale:before {
    content: ' ';
    position: absolute;
    background: #fff;
    width: 2px;
    height: 14px;
    top: 6px;
    left: 2px
}
/*
.radio {
    position: relative;
    padding-left: 115px;
    display: block;
    cursor: pointer;
}

.radio .input {
    position: absolute;
    display: none;
    z-index: -1;
}

.radio .input:checked ~ .indicator:after {
    content: " ";
    position: absolute;
    background: #03a9f4;
    width: 12px;
    height: 12px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.radio .input:disabled:checked ~ .indicator:after {
    background: #353535
}

.radio .input:disabled:checked ~ .indicator,
.radio .input:disabled ~ .indicator {
    border: solid 2px #353535
}

.radio .indicator {
    position: relative;
    background: #fff;
    width: 12px;
    height: 12px;
    left: 0;
    border: solid 2px #353535;
    border-radius: 50%;
    display: block;
}

.radio .indicator.warning {
    border-color: #f44336;
    -webkit-box-shadow: 0 0 6px #f44336;
    box-shadow: 0 0 6px #f44336
}

.checkbox {
    position: relative;
    padding-left: 2em;
    display: inline-block;
    cursor: pointer;
}

.checkbox .input {
    position: absolute;
    display: none;
    z-index: -1;
}

.checkbox .input:checked ~ .indicator:after {
    content: "âœ“";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    color: #03a9f4;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 20px;
    text-align: center;
    border-radius: .2rem;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.checkbox .input:disabled:checked ~ .indicator:after {
    background: #353535
}

.checkbox .input:disabled:checked ~ .indicator,
.checkbox .input:disabled ~ .indicator {
    border: solid 2px #353535
}

.checkbox .indicator {
    position: absolute;
    background: #fff;
    width: 20px;
    height: 20px;
    left: 0;
    border: solid 2px #353535;
    border-radius: .5rem;
}

.checkbox .indicator.warning {
    border-color: #f44336;
    -webkit-box-shadow: 0 0 6px #f44336;
    box-shadow: 0 0 6px #f44336
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.row {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    clear: both;
}

.row .col {
    width: 25%;
    float: left;
    padding-top: 20px;
    text-align: center;
}

.row .col:nth-child(1) {
    background: #30ad66;
}

.row .col:nth-child(2) {
    background: #0073af;
}

.row .col:nth-child(3) {
    background: #dd9609;
}

.row .col p {
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
}

.gauge {
    position: relative;
    width: 60px;
    height: 200px;
    margin: 30px;
    padding: 5px;
    text-align: right;
}

.gauge .gauge-bar {
    position: relative;
    background: #f2c12e;
    display: inline-block;
    width: 20px;
    height: 100%;
    top: 0;
    left: 0;
    padding: 5px 6px;
    border-radius: .5rem;
}

.gauge .scale {
    position: absolute;
    width: 8px;
    left: -15px;
    font-size: 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

.gauge .scale:before {
    content: attr(data-val);
    position: absolute;
    top: -7px;
    left: -15px;
    color: #fff;
}

.gauge .scale:last-child {
    border-right: none;
}

.gauge .limit {
    position: absolute;
    background: #be1521;
    width: 28px;
    height: 3px;
    left: -4px;
    z-index: 2;
}

.gauge .back {
    position: absolute;
    width: 8px;
    height: 0;
    bottom: 7px;
    animation: height 1.4s linear;
}

#agua .gauge-bar {
    background: #0097d3;
}

#agua .back {
    background: #003b56;
}

#cuerpo .gauge-bar {
    background: #f6ce00;
}

#cuerpo .back {
    background: #be1521
}

#sudor .gauge-bar {
    background: #70bc84;
}

#sudor .back {
    background: #89d2f2
}


@media screen and (max-width:420px) {
.block .b-1of3 {
   
    width: 100%;

 }

 .block .b-2of3 {
   
    width: 60%;

 }
}*/