.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #e9e9e9;
  font-family: 'Noto Sans', sans-serif;
  color: #3e1c3d;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  font-size: 2.6em;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
}

a {
  color: #91268f;
  text-decoration: underline;
}

a:hover {
  color: #6c106b;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #7e6f7d;
  font-size: 0.9em;
  font-weight: 500;
}

.wrpr {
  width: 100%;
  max-width: 1170px;
  min-height: 40px;
  margin-right: auto;
  margin-left: auto;
}

.wrpr.flex-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrpr.flex-nav.a-left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wrpr.pxgb-hldr {
  padding-top: 2%;
  padding-bottom: 2%;
}

.wrpr.fullw {
  max-width: 90%;
}

.section {
  padding-top: 6%;
  padding-bottom: 6%;
  background-color: #fff;
}

.section.light {
  background-color: #f5f5f5;
}

.section.color-1 {
  background-color: #91268f;
  color: #fff;
}

.section.color-2 {
  background-color: #ffd23f;
  color: #91268f;
}

.color-s-card {
  min-height: 100px;
  background-color: #fff;
}

.color-s-card.color-1 {
  background-color: #91268f;
}

.color-s-card.color-1.light {
  background-color: #b23eb0;
}

.color-s-card.color-1.dark {
  background-color: #6c106b;
}

.color-s-card.color-2 {
  background-color: #ffd23f;
}

.color-s-card.color-2.light {
  background-color: #ffde72;
}

.color-s-card.color-2.dark {
  background-color: #e9b91d;
}

.color-s-card.ok-color {
  background-color: #6fce9e;
}

.color-s-card.ok-color.light {
  background-color: #a5eac7;
}

.color-s-card.ok-color.dark {
  background-color: #53b985;
}

.color-s-card.cancel-color {
  background-color: #d61e53;
}

.color-s-card.cancel-color.light {
  background-color: #f5396f;
}

.color-s-card.cancel-color.dark {
  background-color: #b00738;
}

.color-s-card.text {
  background-color: #444;
}

.color-s-card.text.ligh {
  background-color: #757575;
}

.color-s-card.text.dark {
  background-color: #292929;
}

.color-s-card.light {
  background-color: #f5f5f5;
}

.color-s-card.gray {
  background-color: #e9e9e9;
}

.button {
  display: inline-block;
  height: 50px;
  margin-right: 1%;
  margin-bottom: 0px;
  padding: 18px 22px 17px;
  background-color: #6fce9e;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Roboto, sans-serif;
  font-size: 0.9em;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.button:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  color: #fff;
}

.button.small {
  height: 40px;
  margin-right: 1%;
  padding: 14px 18px 12px;
  font-size: 0.8em;
  line-height: 110%;
  letter-spacing: 0.4px;
}

.button.big {
  height: 60px;
  padding: 15px 24px 14px;
  font-size: 1.1em;
  letter-spacing: 1px;
}

.button.brdr {
  border-style: solid;
  border-width: 2px;
  border-color: #91268f;
  background-color: transparent;
  color: #91268f;
}

.button.brdr:hover {
  background-color: rgba(145, 38, 143, 0.3);
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

.button.brdr.small {
  padding-top: 10px;
}

.button.brdr.ok-color {
  border-color: #6fce9e;
  background-color: transparent;
  color: #6fce9e;
}

.button.brdr.ok-color:hover {
  background-color: rgba(111, 206, 158, 0.3);
}

.button.brdr.ok-color.small {
  padding-top: 12px;
}

.button.brdr.cancel-color {
  border-color: #d61e53;
  color: #d61e53;
}

.button.brdr.cancel-color:hover {
  background-color: rgba(214, 30, 83, 0.3);
}

.button.brdr.cancel-color.big {
  padding-top: 20px;
}

.button.brdr.cancel-color.small {
  padding-top: 12px;
  padding-bottom: 8px;
}

.button.brdr.contrast {
  border-color: #ffd23f;
  background-color: rgba(255, 210, 63, 0);
  color: #ffd23f;
}

.button.brdr.contrast:hover {
  background-color: rgba(255, 210, 63, 0.3);
}

.button.brdr.white {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.button.brdr.white:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.button.ok-color {
  background-color: #6fce9e;
}

.button.cancer-color {
  background-color: #d61e53;
}

.button.contrast {
  background-color: #ffd23f;
  color: #91268f;
}

.button.contrast.small {
  padding-top: 14px;
}

.button.white {
  background-color: #fff;
  color: #91268f;
}

.button.rounded {
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 25px;
}

.button.rounded.contrast.no-mrgn {
  margin-bottom: 0px;
}

.button.sv-info-btn {
  position: relative;
  top: -14px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  background-color: #ffd23f;
  font-family: 'Roboto Condensed', sans-serif;
  color: #444;
  font-size: 0.8em;
  font-weight: 700;
}

.button.sender {
  display: block;
  width: 100%;
  margin-right: 0%;
  background-color: #6fce9e;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  letter-spacing: 3px;
}

.button.cancelar {
  background-color: #d61e53;
}

.button.guardar {
  background-color: #6fce9e;
}

.button.ingreso-btn {
  display: block;
  padding-top: 14px;
  border-style: solid;
  border-width: 2px;
  border-color: #6fce9e;
  background-color: transparent;
  color: #6fce9e;
  font-size: 1.1em;
  font-weight: 700;
}

.button.egreso {
  display: block;
  padding-top: 14px;
  border-style: solid;
  border-width: 2px;
  border-color: #d61e53;
  background-color: transparent;
  color: #d61e53;
  font-size: 1.1em;
  font-weight: 700;
}

.button.solo-text {
  width: 90%;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  color: #91268f;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 1px;
}

.button.solo-text:hover {
  background-color: rgba(145, 38, 143, 0.11);
}

.button.fw {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-nav {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.dcbrand {
  display: inline-block;
  width: 200px;
}

.hldr-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.botonera {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  margin-bottom: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.botonera.a-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.botonera.a-left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.botonera.a-left.flat {
  margin-top: 0px;
}

.botonera.no-mrgn {
  margin-top: 0px;
}

.icon-buttom {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 14px;
  padding: 14px 14px 14px 18px;
  border-radius: 2px;
  background-color: #91268f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-buttom:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  color: #fff;
}

.icon-buttom.brdr {
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #91268f;
  background-color: rgba(145, 38, 143, 0);
  color: #91268f;
}

.icon-buttom.brdr:hover {
  background-color: rgba(145, 38, 143, 0.3);
}

.icon-buttom.brdr.cancel-color {
  border-color: #d61e53;
  color: #d61e53;
}

.icon-buttom.brdr.ok-color {
  border-color: #6fce9e;
  background-color: transparent;
  color: #6fce9e;
}

.icon-buttom.brdr.ok-color:hover {
  background-color: rgba(83, 185, 133, 0.24);
}

.icon-buttom.small {
  padding: 10px 11px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.8em;
  font-weight: 400;
}

.icon-buttom.small.cancel-color {
  background-color: #d61e53;
}

.icon-buttom.rounded {
  padding-right: 16px;
  padding-left: 20px;
  border-radius: 25px;
}

.icon-buttom.rounded.new-reg {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.icon-buttom.select-turno {
  margin-right: 0px;
  padding-right: 12px;
  padding-left: 14px;
  background-color: #ffd23f;
  font-family: 'Roboto Condensed', sans-serif;
  color: #292929;
  font-weight: 700;
  letter-spacing: 0px;
}

.icon-buttom.px-general {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
  background-color: #ffd23f;
  color: #91268f;
}

.icon-buttom.back-next {
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 14px;
  background-color: #fff;
  color: #91268f;
}

.icon-buttom.guardar {
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 12px;
  background-color: #6fce9e;
}

.icon-buttom.cancelar {
  background-color: #d61e53;
}

.icon-buttom.on-drpr-menu {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
  color: #757575;
  text-transform: none;
}

.icon-buttom.on-drpr-menu:hover {
  display: block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.icon-buttom.ok-color {
  background-color: #6fce9e;
}

.ib-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  margin-left: 6px;
}

.ib-icon.small {
  width: 18px;
  height: 18px;
}

.ib-icon.letter {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.ib-text {
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
  line-height: 100%;
}

.ib-f-hldr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ib-f-hldr.space-b {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.icon-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 1.6%;
  padding: 9px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #91268f;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-align: center;
}

.icon-link:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.icon-link.brdr {
  border-style: solid;
  border-width: 2px;
  border-color: #91268f;
  background-color: rgba(145, 38, 143, 0);
}

.icon-link.brdr:hover {
  background-color: rgba(145, 38, 143, 0.3);
}

.icon-link.brdr.contrast {
  border-color: #ffd23f;
  background-color: rgba(255, 210, 63, 0);
}

.icon-link.brdr.contrast:hover {
  background-color: rgba(255, 210, 63, 0.3);
}

.icon-link.brdr.exit {
  border-color: #d61e53;
  background-color: #d61e53;
}

.icon-link.contrast {
  background-color: #ffd23f;
}

.icon-link.s-close {
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 20px;
  background-color: #d61e53;
}

.icon-link.back-next {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
}

.icon-link.px-semaforo {
  width: 30px;
  height: 30px;
  margin-right: 4px;
  padding-top: 9px;
  padding-bottom: 0px;
  -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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 15px;
  background-color: #757575;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.icon-link.px-semaforo.green {
  background-color: #6fce9e;
}

.icon-link.px-semaforo.yellow {
  background-color: #ffd23f;
}

.icon-link.px-semaforo.red {
  background-color: #d61e53;
}

.icon-link.black-close {
  margin-right: 0%;
  background-color: transparent;
}

.icon-link.exit {
  background-color: #d61e53;
}

.card {
  margin-bottom: 14px;
  padding: 18px 34px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 4px;
}

.text-block {
  position: relative;
}

.flex-hldr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 14px -1%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-hldr.medicine-feed {
  margin-top: 8px;
  margin-bottom: 4px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #444;
  font-size: 0.9em;
}

.flex-hldr.a-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-hldr.flat {
  margin-top: 0px;
  margin-bottom: 0px;
}

.flex-col {
  width: 50%;
  min-height: 20px;
  padding-right: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
}

.flex-col.tercio {
  width: 33.3333%;
}

.flex-col.tercio.data-hldr {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e9e9e9;
}

.flex-col.fix-width {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-col.fix-width.a-center {
  text-align: center;
}

.flex-col.full-width {
  width: 100%;
}

.flex-col.full-width.px-g-hdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-right: 1%;
  padding-bottom: 0%;
  padding-left: 1%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.flex-col.full-width.a-center {
  text-align: center;
}

.flex-col.full-width.data-hldr {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e9e9e9;
}

.flex-col.cuarto {
  width: 25%;
}

.flex-col.sexto {
  width: 16.6666%;
  min-height: 10px;
}

.flex-col.auto {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col.horas {
  width: 200px;
}

.flex-col.upp-esquema {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-col.tres-cuartos {
  width: 75%;
}

.flex-col._60 {
  width: 60%;
}

.flex-col.in-pdd {
  padding-right: 3%;
  padding-left: 3%;
}

.hldr-left {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hldr-left.sec-title-hldr {
  display: block;
}

.hldr-left.left-center-a {
  -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;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
}

.secundary-bar {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(234, 234, 234, 0.9);
}

.icon-card {
  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-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.icon-card.style-1 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.icon-card.style-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.icon-card.style-2.enf-name-card {
  margin-right: 20px;
  margin-left: 20px;
}

.icon-hldr {
  position: relative;
  width: 100%;
  max-width: 30%;
}

.icon-hldr.medium {
  max-width: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.icon-hldr.small {
  max-width: 26px;
  margin-right: 4px;
}

.secundary-text {
  font-size: 1.1em;
  line-height: 1.5em;
}

.color-1 {
  color: #91268f;
}

.container {
  position: relative;
  z-index: 1;
  margin-top: 160px;
  padding-top: 30px;
  padding-bottom: 40px;
}

.container.admin {
  margin-top: 80px;
}

.system-card {
  min-height: 100px;
  margin-bottom: 6%;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.3);
}

.fechador {
  padding: 5px 14px 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 6px;
  background-color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  color: #444;
  font-size: 0.9em;
}

.px-first-brief {
  padding-right: 10px;
  padding-left: 10px;
}

.px-brief-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
}

.px-name {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #91268f;
  font-weight: 700;
}

.span-s-label {
  margin-right: 6px;
}

.secundary-b-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #91268f;
}

.sc-header {
  display: block;
  padding: 15px 24px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0px;
}

.sc-container {
  padding: 14px 44px;
  border-top: 1px solid #e9e9e9;
  background-color: #fafafa;
  background-image: none;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.sc-container.reset-margn {
  min-height: 100px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.sc-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.sc-center {
  font-size: 1.2em;
}

.drop-d-turnos {
  display: block;
  padding: 14px 30px 14px 16px;
  border-radius: 6px;
  background-color: #ffd23f;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.drop-d-turnos.w--open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.dd-t-icon {
  margin-right: 10px;
}

.dd-t-drop-li.w--open {
  padding-bottom: 4px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #ffde72;
}

.dd-t-btn-turno {
  color: rgba(41, 41, 41, 0.65);
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.hoja-enf-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.hoja-enf-menu {
  width: 100%;
  margin-top: 10px;
}

.he-nav {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
}

.he-n-btn {
  padding: 14px 15px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Roboto Condensed', sans-serif;
  color: #757575;
  font-size: 0.9em;
  text-transform: uppercase;
}

.he-n-btn:hover {
  color: #757575;
}

.he-n-btn.w--current {
  color: #91268f;
  font-weight: 700;
}

.nav-menu {
  display: block;
}

.he-nav-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.he-nav-container.ftr-nav-right.admin-main-nav {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.actual-label {
  display: none;
}

.hoja-enf-ftr-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 23px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f5f5f5;
}

.signos-vitales-card {
  display: block;
  margin-bottom: 20px;
  padding: 18px 13px 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #b7b7b7;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.3);
}

.svc-side-col {
  width: 25%;
  min-height: 40px;
  text-align: center;
}

.svc-center-col {
  width: 50%;
  min-height: 40px;
  text-align: center;
}

.sv-name {
  margin-bottom: 4px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #91268f;
  font-size: 1.1em;
  font-weight: 700;
}

.sv-name.big {
  font-size: 1.4em;
}

.sv-label {
  margin-bottom: 4px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #757575;
  font-size: 0.8em;
  line-height: 1.3em;
}

.sv-label.r-space {
  margin-right: 8px;
}

.sv-label.light {
  color: hsla(0, 0%, 100%, 0.65);
}

.sv-data-label {
  display: inline-block;
  margin-bottom: 6px;
  padding: 8px 8px 6px;
  border-radius: 4px;
  background-color: #757575;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 0.9em;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.sv-data-label.max {
  background-color: #d61e53;
}

.sv-data-label.min {
  background-color: #6fce9e;
}

.sv-text-label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.7em;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

.sv-text-label.max {
  color: #d61e53;
}

.sv-text-label.min {
  color: #6fce9e;
}

.sv-botonera {
  height: 30px;
  margin-top: 30px;
  border-top: 1px solid #aaa;
  text-align: center;
}

.svc-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sv-detalle-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
}

.sv-table-detalle {
  padding-bottom: 10px;
}

.arrows-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.an-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inside-container-alert {
  width: 100%;
  max-width: 50%;
  min-height: 100px;
  margin: 20px auto;
  padding-bottom: 20px;
  text-align: center;
}

.ingresos-egresos-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.in-out-resule-side {
  width: 30%;
  min-height: 100px;
  padding-top: 0px;
  padding-bottom: 30px;
}

.in-out-timeline {
  width: 70%;
}

.in-brief {
  margin-bottom: 40px;
  padding: 20px 27px;
  border-bottom: 1px solid silver;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.in-brief.a-right {
  text-align: left;
}

.brief-text {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #444;
  font-size: 0.9em;
  line-height: 1.4em;
}

.in-out-title {
  margin-right: 4px;
  font-size: 1.4em;
  font-weight: 700;
}

.in-out-resume {
  display: inline-block;
  height: 40px;
  padding: 14px 20px;
  border-radius: 20px;
  background-color: #757575;
  color: #fff;
  font-size: 0.8em;
  line-height: 100%;
  font-weight: 700;
}

.in-out-resume.red {
  background-color: #d61e53;
}

.in-out-resume.green {
  background-color: #6fce9e;
}

.in-out-resume.yellow {
  background-color: #ffd23f;
  color: #444;
}

.egresos-title {
  color: #d61e53;
  font-weight: 700;
}

.time-line-in-out {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-height: 700px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.in-out-line {
  width: 1px;
  background-color: #757575;
}

.time-line-in-side {
  position: relative;
  width: 48%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.time-line-out-side {
  position: relative;
  width: 48%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.in-out-reg-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-align: right;
}

.in-out-reg-card.out-side {
  margin-top: 20px;
  margin-right: 0px;
  margin-left: -8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: left;
}

.in-out-reg-card.out-side.tres {
  margin-top: 60px;
}

.in-out-reg-card.out-side.cuatro {
  margin-top: 76px;
}

.in-out-reg-card.dos {
  margin-top: 45px;
}

.in-out-reg-card.left {
  margin-right: 0px;
  margin-left: -8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.in-out-reg-card.left.quitar-clase {
  margin-top: 40px;
}

.in-out-reg-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #292929;
  font-weight: 700;
}

.in-out-reg-name.in-name {
  color: #6fce9e;
  font-weight: 700;
  text-align: right;
}

.in-out-reg-name.out-name {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #d61e53;
  text-align: left;
}

.in-out-time-reg {
  font-family: Inconsolata, monospace;
  color: #757575;
  font-size: 0.8em;
  font-weight: 700;
}

.in-out-data-side {
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tl-spot {
  width: 35px;
}

.in-out-gr {
  font-size: 0.8em;
  line-height: 100%;
}

.egreso-brief {
  width: 160px;
  margin-top: 5px;
  margin-bottom: 4px;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  color: #292929;
  font-size: 0.8em;
  line-height: 1.3em;
}

.in-out-reg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2px -4px 4px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  line-height: 100%;
}

.in-out-reg.a-left {
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.data-quantity {
  margin-right: 4px;
  margin-left: 4px;
  font-weight: 700;
}

.data-time {
  margin-right: 4px;
  margin-left: 4px;
}

.ask-link {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 20px;
  background-color: #ffd23f;
  font-family: Roboto, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.ask-link:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.in-out-valance-hldr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}

.balance-label {
  height: 50px;
  margin-bottom: 20px;
  padding: 0px 25px;
  border-radius: 25px;
  background-color: #ffd23f;
  font-family: Roboto, sans-serif;
  color: #292929;
  font-size: 1.2em;
  line-height: 50px;
  font-weight: 700;
}

.modal-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 0;
}

.modal-block.show {
  display: block;
  opacity: 1;
}

.in-out-title-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.in-out-title-data.green {
  color: #6fce9e;
}

.in-out-title-data.red {
  color: #d61e53;
}

.in-out-title-data.yellow {
  color: #ffd23f;
}

.in-out-total {
  font-size: 1.4em;
  font-weight: 700;
}

.in-out-total.green {
  color: #6fce9e;
  font-size: 1.4em;
}

.in-out-total.vh-color.normal {
  color: #6fce9e;
}

.list-block.medicina {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.medicine-row {
  display: inline-block;
  min-height: 60px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.medicine-row:hover {
  border-color: #b23eb0;
}

.event-name {
  color: #91268f;
  font-size: 1.1em;
  font-weight: 700;
}

.medicine-data-label {
  margin-right: 6px;
  padding: 2px 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  border-radius: 25px;
  font-size: 0.8em;
}

.eventualidades-board {
  position: relative;
}

.evento-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 24px 24px 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.3);
}

.event-row {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.event-row.aside {
  width: 40%;
  min-height: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.event-content {
  margin-top: 8px;
  margin-bottom: 8px;
}

.upp-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px dashed #757575;
}

.event-col {
  padding: 8px 18px 8px 0px;
  color: #292929;
}

.event-col.info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.4em;
}

.px-brief-card {
  margin-bottom: 20px;
}

.px-b-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #e9e9e9;
}

.px-b-content {
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 2px;
  background-color: #fff;
}

.px-b-footer {
  padding: 24px;
}

.px-b-title {
  color: #91268f;
  font-weight: 700;
}

.side-modal-menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  max-width: 30%;
  background-color: #fff;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.smm-header {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  text-align: right;
}

.smm-content {
  position: relative;
  overflow: auto;
  max-height: 85vh;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  text-align: right;
}

.smm-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 50px;
}

.turno-fecha-btn {
  display: block;
  height: 50px;
  padding-top: 14px;
  padding-right: 30px;
  padding-bottom: 14px;
  border-bottom: 1px solid #fff;
  background-color: #f5f5f5;
  font-family: Roboto, sans-serif;
  color: #858585;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
}

.body {
  font-family: Roboto, sans-serif;
}

.sc-titular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #91268f;
  font-weight: 700;
}

.footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 3%;
  padding-bottom: 1%;
  background-color: #91268f;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
}

.ftr-link {
  color: #ffd23f;
}

.thldr-mov-shade {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(12%, hsla(0, 0%, 100%, 0)), color-stop(89%, #fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 12%, #fff 89%);
}

.flex-text-leyend {
  margin-right: 14px;
  margin-left: 14px;
}

.sys-form {
  margin-bottom: 0px;
}

.s-select {
  margin-bottom: 0px;
}

.s-select.select-side {
  width: 80%;
  height: 48px;
}

.ttular {
  color: #91268f;
  font-weight: 700;
}

.px-fasrt-brief {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  text-align: center;
}

.io-reg-info-side {
  min-height: 40px;
  min-width: 40px;
  padding-right: 10px;
  border-right: 1px solid #6fce9e;
  text-align: right;
}

.io-reg-info-side.egreso {
  padding-right: 0px;
  padding-left: 10px;
  border-left: 1px solid #d61e53;
  border-right-style: none;
  text-align: left;
}

.io-pointer-side {
  width: 35px;
  min-height: 10px;
}

.p-label {
  font-weight: 700;
}

.p-label.green {
  margin-bottom: 4px;
  color: #6fce9e;
}

.p-label.red {
  color: #d61e53;
}

.alerts-hldr {
  padding-top: 8%;
  padding-bottom: 40px;
}

.alert-card {
  width: 460px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.3);
}

.ac-header {
  padding: 24px 24px 14px;
}

.ac-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ac-footer {
  background-color: #f5f5f5;
}

.ac-logo {
  width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.ac-title {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #91268f;
  font-weight: 700;
  text-align: center;
}

.loguin-form {
  padding-right: 24px;
  padding-left: 24px;
}

.s-input {
  height: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 4px;
  font-family: Roboto, sans-serif;
  font-size: 1em;
}

.s-input.text-area {
  height: auto;
  min-height: 200px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
}

.s-input.medicine {
  width: 300px;
}

.s-input.num-field {
  display: inline-block;
  width: 48px;
}

.s-input.hora {
  display: inline-block;
  width: 80px;
  text-align: center;
}

.enf-name {
  color: #91268f;
  font-size: 0.9em;
  font-weight: 700;
}

.px-general-brief {
  overflow: hidden;
  height: 0px;
  background-color: #fffbf3;
}

.enf-sheet-title {
  color: #91268f;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 700;
}

.dropdown {
  display: block;
}

.ftr-left-hldr {
  text-align: left;
}

.ftr-right-hldr {
  text-align: right;
}

.radio-combo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-select {
  width: 14px;
  height: 14px;
  margin-left: 14px;
  float: none;
}

.radio-label {
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 500;
}

.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label {
  color: #3e1c3d;
  line-height: 45px;
  font-weight: 500;
}

.checkbox-box {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  float: none;
}

.ftr-btnr-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.profile-dropper {
  font-family: 'Roboto Condensed', sans-serif;
}

.dropper-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #91268f;
}

.drpr-icon {
  margin-right: 14px;
}

.drpr-li.w--open {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 240px;
  margin-top: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 2px;
  background-color: #fff;
}

.px-item-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #757575;
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #757575;
  text-decoration: none;
}

.px-item-btn:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.px-n-visita {
  margin-left: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9em;
}

.open-itme-ico {
  width: 28px;
}

.hldr-cuidados-box.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.deep-one {
  min-height: 10px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #757575;
}

.form-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.unidad-select {
  width: 200px;
  height: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
}

.unidad-select.hora {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}

.unidad-select.event {
  width: 300px;
  border-color: #91268f;
  color: #91268f;
  font-size: 1em;
  font-weight: 700;
}

.unidad-select.fw {
  width: 100%;
}

.horario-label {
  display: inline-block;
  padding-right: 10px;
}

.upp-body-esquema {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body-esquema {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.upp-add-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.upp-stage {
  position: relative;
  width: 40px;
}

.upp-add-form {
  padding-top: 10px;
  padding-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.upp-num {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffd23f;
  color: #91268f;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.stage-pleca {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #c3c3c3;
}

.divider {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  background-color: #e9e9e9;
}

.text-label {
  display: inline-block;
  margin-right: 10px;
  font-size: 0.9em;
  line-height: 48px;
  font-weight: 500;
}

.upp-scroll {
  position: relative;
  overflow: auto;
  height: 600px;
}

.vh-color {
  font-weight: 700;
}

.vh-color.normal {
  color: #6fce9e;
}

.dashboard-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-card {
  overflow: hidden;
  width: 18%;
  min-height: 100px;
  margin-right: 1%;
  margin-bottom: 24px;
  margin-left: 1%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 10px 20px -6px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.project-card:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.pc-hdr {
  padding: 20px 20px 10px;
  border-bottom: 1px solid #cfcfcf;
  background-color: #91268f;
  color: #fff;
  font-size: 1em;
  line-height: 1.4em;
}

.pc-hdr.enfermero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff9e5;
  color: #91268f;
}

.pc-contract-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-bottom: 1px dashed #cfcfcf;
  line-height: 1.4em;
}

.pc-turnos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-bottom: 1px dashed #cfcfcf;
  line-height: 1.4em;
}

.pc-side-block {
  padding: 8px 20px 1px;
  border-bottom: 1px solid #e9e9e9;
  text-align: left;
}

.pc-footer {
  padding-top: 10px;
  background-color: #f4f4f4;
  text-align: center;
}

.pc-tel {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.pc-paciente-label {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1.1em;
  font-weight: 700;
}

.pc-paciente-code-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pc-data-text {
  font-size: 0.8em;
  line-height: 1.3em;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sb-input-bar {
  width: 89%;
  height: 50px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #757575;
  background-color: transparent;
}

.sb-input-bar:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.sb-input-bar:focus {
  border-bottom-style: none;
  background-color: #fff;
}

.search-btn {
  width: 10%;
  height: 50px;
  border-radius: 6px;
  background-color: #ffd23f;
  color: #91268f;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.admin-floating-menu {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  margin-right: 40px;
  margin-bottom: 40px;
}

.admin-dropr-menu {
  height: 60px;
  padding: 13px 45px 13px 30px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  background-color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.admin-dropr-menu.w--open {
  display: block;
  padding-right: 50px;
  padding-left: 50px;
  border-color: rgba(145, 38, 143, 0.4);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.admin-droper.w--open {
  left: 0%;
  right: 0%;
  bottom: 92%;
  overflow: hidden;
  border-style: solid solid none;
  border-width: 5px;
  border-color: rgba(145, 38, 143, 0.4);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #fff;
}

.drpr-btn {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 0.8em;
  font-weight: 700;
  text-align: center;
}

.drpr-btn:hover {
  background-color: #f5f5f5;
}

.drpr-btn.w--current {
  color: #91268f;
}

.filter-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1%;
  margin-left: 1%;
  padding: 12px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 25px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.filter-link {
  margin-right: 14px;
  padding: 8px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #444;
  border-radius: 25px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #757575;
  font-size: 0.8em;
  font-weight: 700;
  text-decoration: none;
}

.filter-link:hover {
  background-color: #444;
  color: #fff;
}

.filter-link.on {
  border-color: #91268f;
  color: #91268f;
}

.filter-link.on:hover {
  background-color: #91268f;
  color: #fff;
}

.admin-system-window {
  padding-top: 107px;
  background-color: #fafafa;
}

.asw-hdr {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 11px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d4d4d4;
  background-color: #fff;
}

.aws-content {
  padding: 40px 20px;
  background-color: #fafafa;
}

.aws-ftr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #f5f5f5;
  font-size: 0.8em;
}

.aws-title {
  margin-bottom: 4px;
  color: #91268f;
  font-weight: 700;
  text-align: center;
}

.aws-wrpr-form {
  width: 600px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.field-blok {
  margin-bottom: 20px;
}

.form-blocks {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 38px 24px 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #ededed;
  border-radius: 6px;
  background-color: #fff;
}

.fb-titular {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: -20px;
}

.fb-titulo {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  padding: 4px 14px;
  border: 3px solid #ededed;
  border-radius: 25px;
  background-color: #fff;
  color: #91268f;
  font-weight: 700;
}

.fb-sib-titler {
  margin-top: -10px;
  margin-bottom: 15px;
}

.nuevo-turno {
  margin-bottom: 20px;
  padding: 14px 20px 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.nuevo-turno.red-alert {
  border-style: solid;
  border-width: 1px;
  border-color: #d61e53;
  background-color: transparent;
}

.nt-title {
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 0.9em;
  font-weight: 700;
}

.nt-title.asignado {
  color: #6fce9e;
}

.turno-asignado {
  margin-bottom: 20px;
  padding: 14px 20px 4px;
  border-style: solid;
  border-width: 2px;
  border-color: #6fce9e;
  border-radius: 4px;
}

.asw-ftr-link {
  padding-right: 7px;
  padding-left: 7px;
}

.turnos-list {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
}

.tl-turno-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20px;
  padding: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-bottom: 1px solid #e9e9e9;
}

.tl-turno-row.tl-hdr {
  border-bottom-style: none;
  background-color: #f5f5f5;
}

.tl-num {
  width: 8%;
  min-height: 20px;
  padding: 2px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #91268f;
  font-size: 0.8em;
  font-weight: 700;
  text-align: center;
}

.tl-num.hdr-txt {
  color: #757575;
  font-weight: 400;
}

.tl-fechas {
  width: 22%;
  padding: 2px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.8em;
  text-align: center;
}

.tl-fechas.t-inicio-ct {
  color: #6fce9e;
}

.tl-fechas.t-inicio-ct.hdr-txt {
  color: #757575;
}

.tl-fechas.tc-fin-ct {
  color: #f5396f;
}

.tl-fechas.tc-fin-ct.hdr-txt {
  color: #757575;
}

.tl-enfermeros {
  width: 38%;
  padding: 2px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.8em;
  line-height: 1.4em;
  text-align: center;
}

.tl-option {
  width: 10%;
  min-height: 10px;
  padding: 2px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  text-align: center;
}

.tl-option.hdr-txt {
  font-weight: 400;
}

.asw-l-hldr {
  width: 80px;
  min-height: 20px;
}

.asw-center-hldr {
  width: 60%;
}

.asw-r-hldr {
  width: 80px;
  text-align: right;
}

.back-arrow {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../images/arrow-left-purple.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.enfermero-card {
  display: block;
  overflow: hidden;
  width: 22%;
  min-height: 100px;
  margin-right: 1%;
  margin-bottom: 24px;
  margin-left: 1%;
  border-radius: 8px;
  background-color: #fff;
}

.enfermero-user-pic-hldr {
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 40px;
}

.enfemero-first-info {
  padding-top: 10px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.personal-info-blok {
  display: block;
}

.ec-botonera {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.hldr-foto {
  width: 140px;
  height: 140px;
  padding: 5px;
  background-color: #e9e9e9;
}

.system-accordion {
  -o-object-fit: contain;
  object-fit: contain;
}

.accordion-row {
  overflow: hidden;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 8px;
}

.accordion-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
}

.accordion-content {
  overflow: hidden;
  height: 0px;
}

.accordion-content-wpr {
  padding: 20px;
}

.upp-title {
  color: #3e1c3d;
  font-size: 1.1em;
  font-weight: 700;
}

.accoridon-action-icon {
  position: relative;
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.flex-encabezado {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #91268f;
  text-align: center;
}

.upp-floter-spot {
  position: absolute;
  left: auto;
  top: 42%;
  right: 34%;
  bottom: auto;
}

.upp-spot {
  width: 20px;
  height: 20px;
  padding: 3px;
  border-radius: 10px;
  background-color: #ffd23f;
  font-size: 0.8em;
  line-height: 100%;
  font-weight: 700;
}

.dr-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dr-nav-side {
  width: 24%;
  padding: 40px;
}

.dr-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f4f4f4;
}

.dr-m-hdr {
  margin-bottom: 20px;
}

.dr-m-tect-intro {
  margin-top: 20px;
  color: #444;
  font-size: 0.9em;
}

.mov-brand {
  display: none;
}

.dr-main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dr-btn-nav {
  display: block;
}

.dr-btn-nav.w--current {
  color: #91268f;
  font-weight: 700;
}

.nav-menu-2 {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-nav {
  background-color: transparent;
}

.content-block {
  padding: 40px 5%;
}

.cb-header {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #91268f;
  color: #91268f;
  font-weight: 700;
}

.cb-footer {
  padding: 21px;
  color: #757575;
  font-size: 0.9em;
}

.dr-rt h3 {
  color: #91268f;
  font-weight: 700;
}

.dr-rt p {
  color: #757575;
}

.dr-rt h2 {
  color: #91268f;
  font-size: 1.4em;
  font-weight: 700;
}

.dr-hldr-image {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
}

.sticky-hld {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.dr-wrpr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.dr-lightbox {
  position: relative;
  display: block;
}

.hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  background-color: rgba(109, 16, 107, 0.6);
  background-image: url('../images/mas.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hover:hover {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.4em;
  }

  h2 {
    font-size: 1.6em;
  }

  h3 {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .wrpr {
    max-width: 94%;
  }

  .wrpr.flex-nav {
    max-width: 90%;
  }

  .main-nav {
    padding-top: 10px;
  }

  .dcbrand {
    width: 160px;
  }

  .icon-link.brdr {
    display: block;
  }

  .card {
    padding-right: 30px;
    padding-left: 30px;
  }

  .flex-col.tercio.broke-full {
    width: 50%;
  }

  .px-first-brief {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .sc-header {
    padding-right: 18px;
    padding-left: 18px;
  }

  .sc-container {
    padding-right: 33px;
    padding-left: 33px;
  }

  .sc-container.reset-margn {
    padding-right: 24px;
    padding-left: 24px;
  }

  .he-n-btn {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 0.8em;
    letter-spacing: -0.5px;
  }

  .nav-menu {
    display: block;
  }

  .sv-name {
    line-height: 1.2em;
  }

  .in-brief {
    padding-right: 18px;
    padding-left: 18px;
  }

  .in-out-title {
    font-size: 1.2em;
  }

  .time-line-in-out {
    max-height: 770px;
  }

  .in-out-reg-card {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .in-out-reg-card.out-side {
    margin-top: 45px;
    -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;
  }

  .in-out-data-side {
    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-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }

  .in-out-data-side.out-side {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tl-spot {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .egreso-brief.a-left {
    text-align: left;
  }

  .medicine-data-label {
    margin-bottom: 8px;
  }

  .side-modal-menu {
    max-width: 40%;
  }

  .smm-header {
    font-size: 0.9em;
  }

  .turno-fecha-btn {
    font-size: 0.9em;
  }

  .project-card {
    width: 31.3333%;
  }

  .sb-input-bar {
    width: 80%;
  }

  .search-btn {
    width: 20%;
  }

  .enfermero-card {
    width: 31.3333%;
  }

  .dr-nav-side {
    width: 30%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .dr-btn-nav {
    padding: 10px 14px;
    font-size: 0.8em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.2em;
  }

  h2 {
    line-height: 1.4em;
  }

  .wrpr {
    max-width: 90%;
  }

  .wrpr.flex-nav {
    max-width: 90%;
  }

  .icon-buttom.small {
    padding-right: 4px;
    padding-left: 4px;
  }

  .icon-buttom.rounded.new-reg {
    width: 40px;
    height: 40px;
    padding: 10px 0px 0px;
    border-radius: 20px;
  }

  .icon-buttom.select-turno {
    padding: 10px 12px 11px;
    font-size: 0.8em;
  }

  .icon-buttom.px-general {
    width: 40px;
    height: 40px;
    padding: 10px 0px 0px;
    border-radius: 20px;
  }

  .icon-buttom.back-next {
    width: 40px;
    height: 40px;
    padding: 11px 0px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #e9e9e9;
    border-radius: 20px;
  }

  .ib-icon {
    width: 14px;
    height: 14px;
  }

  .ib-icon.e-mov {
    width: 18px;
    height: 18px;
  }

  .ib-text.hide-on-mov {
    display: none;
  }

  .icon-link.s-close {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .icon-link.back-next {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .card {
    padding-right: 28px;
    padding-left: 28px;
  }

  .flex-col.tercio {
    width: 50%;
  }

  .flex-col.cuarto {
    width: 50%;
  }

  .flex-col.sexto {
    width: 33.3333666%;
  }

  .hldr-left.sec-title-hldr {
    width: 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .secundary-bar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .px-first-brief {
    padding-top: 14px;
  }

  .sc-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .sc-footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .sc-center {
    font-size: 1.1em;
  }

  .he-nav {
    color: #91268f;
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
  }

  .he-n-btn {
    display: block;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 14px;
    border-bottom: 1px solid #e9e9e9;
    color: #757575;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 400;
  }

  .he-n-btn.last {
    border-bottom-style: none;
  }

  .nav-menu {
    border-style: none solid solid;
    border-width: 1px;
    border-color: #e9e9e9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #f5f5f5;
    box-shadow: 0 10px 30px -17px #000;
  }

  .he-nav-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .he-nav-container.ftr-nav-right.admin-main-nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .actual-label {
    display: inline-block;
    font-size: 1.2em;
  }

  .he-brgr {
    padding: 10px;
    font-size: 2.4em;
  }

  .he-brgr.w--open {
    background-color: #fff;
    color: #757575;
  }

  .signos-vitales-card {
    padding-right: 4px;
    padding-left: 4px;
  }

  .sv-label {
    font-size: 0.7em;
  }

  .sv-data-label {
    margin-bottom: 2px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 0.8em;
    letter-spacing: -1px;
  }

  .sv-text-label {
    font-size: 0.6em;
  }

  .an-flex {
    width: 70px;
  }

  .ingresos-egresos-card {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .in-out-resule-side {
    width: 100%;
    padding-top: 0px;
  }

  .in-out-timeline {
    width: 100%;
  }

  .in-out-reg-name.out-name {
    text-align: left;
  }

  .in-out-data-side.out-side {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .egreso-brief {
    width: auto;
  }

  .egreso-brief.a-left {
    width: auto;
  }

  .event-row.aside {
    width: 100%;
  }

  .event-col.info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .side-modal-menu {
    max-width: 50%;
  }

  .alert-card {
    width: 80%;
  }

  .project-card {
    width: 48%;
  }

  .aws-wrpr-form {
    width: 96%;
  }

  .form-blocks {
    padding-right: 20px;
    padding-left: 20px;
  }

  .enfermero-card {
    width: 48%;
  }

  .dr-nav-side {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
  }

  .dr-body {
    padding-top: 90px;
  }

  .dr-m-hdr {
    display: none;
  }

  .mov-brand {
    display: block;
    width: 180px;
  }

  .dr-main-menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .sticky-hld {
    top: 20px;
  }

  .menu-button {
    padding: 8px;
    font-size: 2em;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #91268f;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2em;
    line-height: 1.2em;
  }

  h2 {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  h3 {
    font-size: 1em;
  }

  p {
    font-size: 0.9em;
  }

  a {
    font-size: 0.8em;
  }

  .wrpr.fullw {
    max-width: 96%;
  }

  .button.ingreso-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button.egreso {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button.solo-text {
    margin-bottom: 8px;
  }

  .main-nav {
    min-height: 70px;
    padding-top: 10px;
  }

  .dcbrand {
    width: 120px;
  }

  .hldr-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hldr-right.sv-nav-detalle {
    margin-top: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .icon-buttom.small {
    padding-right: 6px;
    padding-left: 6px;
  }

  .icon-buttom.select-turno {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 0.7em;
  }

  .icon-buttom.back-next {
    width: 40px;
    height: 40px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon-buttom.guardar {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .icon-buttom.cancelar {
    width: 100%;
    margin-right: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .ib-icon.letter {
    font-size: 0.5em;
  }

  .ib-icon.e-mov {
    width: 18px;
    height: 18px;
  }

  .ib-f-hldr.on-st {
    padding-right: 14px;
    padding-left: 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .icon-link.brdr {
    padding-top: 8px;
    padding-bottom: 6px;
  }

  .icon-link.px-semaforo {
    width: 20px;
    height: 20px;
    padding-top: 0px;
    font-size: 1.3em;
  }

  .card {
    padding-right: 18px;
    padding-left: 18px;
  }

  .flex-hldr.a-center {
    margin-right: 0%;
    margin-left: 0%;
  }

  .flex-col {
    width: 100%;
  }

  .flex-col.tercio {
    width: 100%;
  }

  .flex-col.tercio.broke-full {
    width: 100%;
  }

  .flex-col.sexto {
    width: 50%;
  }

  .flex-col.auto {
    padding-right: 0%;
    padding-left: 0%;
  }

  .flex-col.cuidados-especificos {
    margin-bottom: 20px;
  }

  .hldr-left.sec-title-hldr {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hldr-left.sv-title-detalle {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .secundary-bar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .icon-card.style-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .icon-card.style-2.tbs-title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .icon-card.style-2.enf-name-card {
    min-width: 100px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .container {
    margin-top: 120px;
  }

  .container.client-margn {
    margin-top: 180px;
  }

  .container.admin {
    margin-top: 40px;
  }

  .fechador {
    padding: 4px 12px;
    font-size: 0.8em;
  }

  .px-first-brief {
    padding-top: 14px;
  }

  .px-name {
    margin-left: 4px;
    font-size: 0.9em;
  }

  .secundary-b-title {
    font-size: 16px;
  }

  .sc-container {
    padding-top: 14px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .sc-container.reset-margn {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 0.9em;
  }

  .sc-footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .sc-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sc-center {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }

  .sc-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hoja-enf-header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .he-nav-container {
    padding-left: 14px;
  }

  .signos-vitales-card {
    box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.3);
  }

  .table-embed {
    position: relative;
    overflow: hidden;
  }

  .time-line-in-out {
    max-height: 350px;
    margin-bottom: 40px;
  }

  .in-out-reg-card {
    margin-right: -4px;
  }

  .in-out-reg-card.out-side {
    margin-left: -4px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .in-out-reg-name.in-name {
    margin-bottom: 4px;
  }

  .in-out-reg-name.out-name {
    margin-bottom: 4px;
    line-height: 1.2em;
    text-align: left;
  }

  .in-out-data-side.out-side {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tl-spot {
    width: 20px;
  }

  .egreso-brief {
    width: auto;
  }

  .ask-link {
    line-height: 20px;
  }

  .modal-block.show {
    display: block;
    opacity: 1;
  }

  .event-col {
    padding-bottom: 4px;
  }

  .px-b-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .side-modal-menu {
    overflow: scroll;
    max-width: 100%;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .smm-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    font-size: 0.8em;
  }

  .smm-content {
    overflow: auto;
    max-height: 80vh;
  }

  .turno-fecha-btn {
    height: 40px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    font-size: 0.8em;
    text-align: center;
  }

  .ac-logo {
    width: 140px;
  }

  .s-input.medicine {
    width: 100%;
  }

  .enf-name {
    font-size: 0.8em;
  }

  .ftr-left-hldr {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .ftr-right-hldr {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ftr-botonera {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ftr-btnr-flex {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .dropper-profile {
    padding-right: 30px;
    font-size: 0.8em;
  }

  .drpr-icon {
    margin-right: 8px;
  }

  .unidad-select {
    display: block;
  }

  .project-card {
    border-radius: 6px;
  }

  .pc-hdr {
    padding: 14px 14px 8px;
  }

  .pc-contract-date {
    padding: 6px 10px;
  }

  .pc-turnos {
    padding: 6px 10px;
  }

  .pc-side-block {
    margin-bottom: 10px;
  }

  .pc-paciente-label {
    margin-bottom: 4px;
    font-size: 0.9em;
  }

  .sb-input-bar {
    width: 70%;
  }

  .search-btn {
    width: 30%;
    padding-right: 0px;
    padding-left: 0px;
    letter-spacing: 0px;
  }

  .admin-floating-menu {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .admin-dropr-menu {
    display: block;
    width: 100%;
    border-bottom-style: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .dropdown-2 {
    display: block;
  }

  .filter-bar {
    padding-bottom: 2px;
  }

  .filter-link {
    margin-bottom: 10px;
    padding: 4px 14px;
    font-size: 0.7em;
  }

  .aws-content {
    padding-top: 20px;
  }

  .aws-wrpr-form {
    width: 96%;
  }

  .turnos-list {
    position: relative;
    overflow: auto;
  }

  .tl-turno-row {
    width: 440px;
  }

  .tl-num {
    width: 20px;
  }

  .tl-fechas.t-inicio-ct {
    width: 110px;
  }

  .tl-fechas.tc-fin-ct {
    width: 110px;
  }

  .tl-enfermeros {
    width: 140px;
  }

  .tl-option {
    width: 50px;
  }

  .asw-l-hldr {
    width: 40px;
  }

  .asw-r-hldr {
    width: 40px;
  }

  .enfemero-first-info {
    padding-left: 0px;
  }

  .accordion-title {
    font-size: 0.8em;
  }

  .upp-title {
    padding-left: 0px;
  }
}

