@charset "UTF-8";
/**
 *  @file Style
 *  @author Padduk Solutions - Hansel Morales <hansel@padduk.com>
 *
 *  @license Se atribuyen los derechos comerciales a CMYM - Algoritmos Aún pertenecen a Padduk Solutions
 *  y este es libre de usarlos a su conveniencia.
 *
 *  Si usted tiene acceso a este codigo fuente y pertenece a CM&M. Tenga en cuenta que perderá toda garantía
 *  si se efectua algun cambio no aprobado por Padduk Solutions.
 *
 *  La marca de Padduk Solutions siempre debe aparacer en la interfaz gráfica, a menos que se deje de usar
 *  sus algoritmos y tecnologías.
 */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #212121;
  font-size: 1.14rem;
  background: #fff;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h5, .title {
  color: #212121;
  font-family: "Roboto", sans-serif !important;
  font-weight: lighter; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h5 small, .title small {
    opacity: .5; }

a:hover, a:active {
  text-decoration: none !important; }

.content {
  width: calc(100% - 20px);
  margin: 0 10px; }
  @media (min-width: 900px) {
    .content {
      width: calc(100% - 80px);
      margin: 0 auto !important; } }

.text-center {
  text-align: center !important; }

a {
  text-decoration: none;
  color: #212121; }

a:hover {
  text-decoration: underline;
  color: #E51F2E; }

/* Views */
.cmym-view__index .cmym-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px; }
  @media (min-width: 900px) {
    .cmym-view__index .cmym-section {
      margin: 40px; } }

.cmym-view__index .cmym-section__button {
  margin: 40px; }

.cmym-view__outside {
  display: flex;
  flex-direction: column; }
  @media (min-width: 900px) {
    .cmym-view__outside {
      flex-direction: row; } }

.cmym-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E51F2E;
  width: 100%;
  height: 20rem;
  margin: 0; }

.cmym-aside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  height: 15rem;
  margin: 0;
  padding: 20px; }
  @media (min-width: 900px) {
    .cmym-aside {
      width: 50%;
      padding: 40px;
      height: calc(100vh - 80px); } }

.cmym-header__logo {
  margin: 0 !important;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .cmym-header__logo img {
    width: calc(100% - 2rem); }

.cmym-view__outside .cmym-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: left; }
  @media (min-width: 900px) {
    .cmym-view__outside .cmym-content {
      width: 50%;
      padding: 40px; } }
  .cmym-view__outside .cmym-content h2 {
    text-align: center; }

.cmym-view__outside .cmym-content .cmym-form {
  display: flex;
  text-align: left;
  width: calc(100% - 40px);
  margin: 0 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (900px) {
    .cmym-view__outside .cmym-content .cmym-form {
      width: calc(100% - 120px);
      margin: 0 60px; } }

.cmym-form__footer {
  margin: 40px 0; }
  .cmym-form__footer .cmym-form__button {
    margin: 0 15px; }

.cmym-view__error {
  display: flex;
  width: 100%;
  height: 100vh;
  background: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .cmym-view__error h1 {
    font-size: 4rem;
    color: #E51F2E; }
    .cmym-view__error h1 small {
      font-size: 1.5rem;
      color: #E51F2E; }
    .cmym-view__error h1 p {
      color: #E51F2E; }

.cmym-view__inside {
  margin: 10px 20px;
  width: calc(100% - 40px); }
  @media (min-width: 900px) {
    .cmym-view__inside {
      margin: 20px 50px;
      width: calc(100% - 100px); } }

.cmym-fab {
  position: absolute;
  right: 0;
  top: 110px;
  margin-right: 20px; }
  @media (min-width: 900px) {
    .cmym-fab {
      margin-right: 50px; } }

.cmym-fab--hallazgo {
  position: absolute;
  right: 0;
  top: 40px;
  margin-right: 20px; }
  @media (min-width: 900px) {
    .cmym-fab--hallazgo {
      margin-right: 50px; } }

.cmym-side__content {
  display: flex;
  flex-direction: row; }

.cmym-notificacion__grid {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap; }

.cmym-notificacion__card {
  width: calc(100% - 2rem);
  margin: 1rem; }

.cmym-notificacion__footer {
  display: flex;
  align-items: center;
  padding: 0 16px;
  justify-content: flex-end;
  flex-direction: row;
  height: 2.5rem; }

.cmym-notificacion__date {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  height: 100%;
  margin-left: .4rem; }

.cmym-filter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1rem 0; }

.cmym-filter__field {
  width: 100%;
  margin: 1rem 0; }
  .cmym-filter__field input {
    width: 100%;
    border: 1px solid #000;
    border-radius: 2px;
    font-size: .995rem;
    height: 2.8rem;
    padding: .5rem; }
    @media (min-width: 900px) {
      .cmym-filter__field input {
        width: 50%; } }

.cmym-filter_header {
  width: calc(100% - 40px);
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #eee;
  padding: 0 20px;
  margin: 0; }
  @media (min-width: 900px) {
    .cmym-filter_header {
      padding: 0 50px;
      width: calc(100% - 100px); } }
  .cmym-filter_header .cmym-filter__text {
    font-size: 1.1rem; }

.cmym-psicosocial__header {
  width: calc(100% - 40px);
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background: #eee;
  padding: 0 20px;
  z-index: 100; }
  @media (min-width: 900px) {
    .cmym-psicosocial__header {
      padding: 0 50px;
      width: calc(100% - 100px); } }

.cmym-psicosocial__javeriana {
  margin: 0; }
  .cmym-psicosocial__javeriana img {
    margin: 0;
    width: 110px;
    height: 110px; }

.cmym-psicosocial__minsalud {
  margin: 0; }
  .cmym-psicosocial__minsalud img {
    margin: 0;
    width: auto;
    height: 100px; }

/* Vistas test */
.cmym-view-test__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center !important; }

.cmym-view-test__footer {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: #FAFAFA; }

.cmym-fab--test {
  position: absolute;
  right: 0;
  top: 172px;
  margin-right: 20px;
  z-index: 1000; }
  @media (min-width: 900px) {
    .cmym-fab--test {
      margin-right: 50px; } }

.cmym-view-test__footer-button {
  margin: 0 1rem; }

.cmym-view-test__question {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center; }

.cmym-view-test__option {
  text-align: left;
  width: 100%; }
  @media (min-width: 900px) {
    .cmym-view-test__option {
      width: 50%; } }

.cmym-graph__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap; }

.cmym-graph__chart {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 2rem 0; }

.cmym-graph__context {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin: 1rem 0; }

.cmym-graph__container--mod {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap; }

.cmym-graph__context--mod {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.cmym-graph__table-item {
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  background: red;
  flex-direction: 'row'; }

.cmym-view-psicosocial__row-form {
  display: flex;
  flex-direction: column;
  width: auto;
  margin: 0 auto; }
  .cmym-view-psicosocial__row-form .cmym-form {
    width: 100%;
    margin: 1rem 0; }
    .cmym-view-psicosocial__row-form .cmym-form__row {
      display: flex;
      align-items: center;
      gap: 1rem;
      width: 100%; }
      .cmym-view-psicosocial__row-form .cmym-form__row p {
        overflow-wrap: break-word;
        white-space: nowrap; }
      .cmym-view-psicosocial__row-form .cmym-form__row .cmym-section__textfield,
      .cmym-view-psicosocial__row-form .cmym-form__row .cmym-section__selectfield,
      .cmym-view-psicosocial__row-form .cmym-form__row .cmym-s {
        flex: 1;
        margin-top: -1.5rem; }
    .cmym-view-psicosocial__row-form .cmym-form .fila {
      display: flex;
      margin-bottom: 10px;
      width: 100%; }
    .cmym-view-psicosocial__row-form .cmym-form .columna {
      flex: 1;
      border: 1px solid #c76868;
      padding: 10px; }
    .cmym-view-psicosocial__row-form .cmym-form .subcolumna {
      border-bottom: 1px solid #c76868;
      padding: 10px 0; }
      .cmym-view-psicosocial__row-form .cmym-form .subcolumna:last-child {
        border-bottom: none; }

.cmym-view-psicosocial__tooltip {
  background: #fff;
  padding: .5rem 1rem;
  border: 1px solid #bbb; }

.cmym-psicosocial-hoja__data {
  width: 100%; }

.cmym-psicosocial-hoja__campos {
  display: flex;
  flex-flow: row wrap; }
  .cmym-psicosocial-hoja__campos dl {
    width: 100%; }
    @media (min-width: 900px) {
      .cmym-psicosocial-hoja__campos dl {
        width: 50%; } }

.cmym-ol-list li {
  margin: 1rem 0; }

.cmym-ol-list li a {
  cursor: pointer; }

.cmym-intervencion__grid {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap; }

.item-empleado__wrapper {
  width: 100%;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #aaa;
  border-radius: 3px;
  transition: 300ms; }
  @media (min-width: 900px) {
    .item-empleado__wrapper {
      flex-direction: row; } }
  .item-empleado__wrapper:hover {
    background: #ccc;
    cursor: pointer;
    transition: 450ms; }

.item-empleado__content {
  width: calc(100% - 2rem);
  padding: 1rem; }

.hide {
  display: none !important; }

.input-readonly {
  pointer-events: none; }

.item-empleado__test {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (min-width: 900px) {
    .item-empleado__test {
      flex-direction: row; } }
  .item-empleado__test li {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    height: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style: none;
    transition: 450ms; }
    @media (min-width: 900px) {
      .item-empleado__test li {
        border: none !important; } }
    .item-empleado__test li:hover {
      background: #fff;
      transition: 450ms; }
    .item-empleado__test li p {
      margin: 0; }

/**
 *  @file Style
 *  @author Padduk Solutions - Hansel Morales <hansel@padduk.com>
 *
 *  @license Se atribuyen los derechos comerciales a CMYM - Algoritmos Aún pertenecen a Padduk Solutions
 *  y este es libre de usarlos a su conveniencia.
 *
 *  Si usted tiene acceso a este codigo fuente y pertenece a CM&M. Tenga en cuenta que perderá toda garantía
 *  si se efectua algun cambio no aprobado por Padduk Solutions.
 *
 *  La marca de Padduk Solutions siempre debe aparacer en la interfaz gráfica, a menos que se deje de usar
 *  sus algoritmos y tecnologías.
 */
.cmym-dialog__date-range {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.cmym-dialog__icon-field {
  display: flex;
  align-items: center;
  margin: 0 1rem;
  justify-content: center;
  flex-direction: row; }

.cmym-task__content {
  width: calc(100% - 2rem);
  padding: 0 1rem; }

.cmym-task__grid {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap; }

.cmym-task__card {
  width: calc(100% - 2rem);
  height: auto;
  margin: 1rem; }
  @media (min-width: 900px) {
    .cmym-task__card {
      width: calc(50% - 2rem); } }

.cmym-task__todo {
  width: 100%;
  margin: .5rem 0;
  padding: 1rem 0; }

.cmym-task__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  flex-direction: row;
  height: 3.3rem; }
  .cmym-task__footer .left {
    width: 100%;
    align-items: center;
    display: flex;
    padding: 0 16px;
    justify-content: flex-start;
    height: 3.3rem; }
  .cmym-task__footer .right {
    width: 100%;
    align-items: center;
    display: flex;
    padding: 0 16px;
    justify-content: flex-end;
    height: 3.3rem; }

.cmym-task__date {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  margin-left: .4rem; }

.margin-h {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em; }

.original-raised-button button div div span {
  position: relative;
  opacity: 1;
  font-size: inherit;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0px;
  user-select: none;
  padding-left: 0px !important;
  padding-right: 0px !important;
  color: white; }

.tracking-list > div span div div > div {
  height: auto !important; }

.cmym-hallazgo__content {
  width: calc(100% - 2rem);
  padding: 0 1rem; }

.cmym-image__carousel {
  width: calc(100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #eee;
  border-bottom: 1px solid #ddd; }
  .cmym-image__carousel figure {
    margin: 0;
    width: calc(20% - 1rem);
    padding: 1rem; }
    .cmym-image__carousel figure img {
      width: 100%;
      height: auto; }

.cmym-hallazgo__grid {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap; }

.cmym-hallazgo__card {
  width: calc(50% - 2rem);
  margin: 1rem; }

.cmym-hallazgo__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 4rem; }
  .cmym-hallazgo__footer .left {
    width: 100%;
    align-items: center;
    display: flex;
    padding: 0 16px;
    justify-content: flex-start;
    height: 4rem; }
  .cmym-hallazgo__footer .right {
    width: 100%;
    align-items: center;
    display: flex;
    padding: 0 16px;
    justify-content: flex-end;
    height: 4rem; }

.cmym-hallazgo__date {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  height: 100%;
  margin-left: .4rem; }

/* Components */
/**
 *  @file Style
 *  @author Padduk Solutions - Hansel Morales <hansel@padduk.com>
 *
 *  @license Se atribuyen los derechos comerciales a CMYM - Algoritmos Aún pertenecen a Padduk Solutions
 *  y este es libre de usarlos a su conveniencia.
 *
 *  Si usted tiene acceso a este codigo fuente y pertenece a CM&M. Tenga en cuenta que perderá toda garantía
 *  si se efectua algun cambio no aprobado por Padduk Solutions.
 *
 *  La marca de Padduk Solutions siempre debe aparacer en la interfaz gráfica, a menos que se deje de usar
 *  sus algoritmos y tecnologías.
 */
.cmym-view__loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100vw - 100px);
  height: 100vh;
  padding: 0 50px; }

.cmym-view__loading--state {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 25rem; }

.cmym-navbar {
  width: calc(100% - 10px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 70px;
  padding: 0 5px; }
  @media (min-width: 900px) {
    .cmym-navbar {
      padding: 0 25px;
      width: calc(100% - 50px); } }

.cmym-navbar--invitados {
  width: 100%;
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center; }
  .cmym-navbar--invitados figure {
    height: 100px;
    margin: 0; }
  .cmym-navbar--invitados figure img {
    height: 100px;
    width: auto; }

/**
 *  @file Style
 *  @author Padduk Solutions - Hansel Morales <hansel@padduk.com>
 *
 *  @license Se atribuyen los derechos comerciales a CMYM - Algoritmos Aún pertenecen a Padduk Solutions
 *  y este es libre de usarlos a su conveniencia.
 *
 *  Si usted tiene acceso a este codigo fuente y pertenece a CM&M. Tenga en cuenta que perderá toda garantía
 *  si se efectua algun cambio no aprobado por Padduk Solutions.
 *
 *  La marca de Padduk Solutions siempre debe aparacer en la interfaz gráfica, a menos que se deje de usar
 *  sus algoritmos y tecnologías.
 */
.side-menu__container {
  max-width: 320px; }

.side-menu__number {
  vertical-align: middle;
  font-size: 0.9em;
  line-height: 24px; }

.menu-item__active * {
  color: #E51F2E; }

.menu-item__active .side-menu__icon {
  fill: #E51F2E; }

.side-menu__color-filter {
  width: 100%;
  height: 100%; }

.side-menu__color-filter.bajo {
  background: #00C853; }

.side-menu__color-filter.medio {
  background: #FFE417; }

.side-menu__color-filter.alto {
  background: #D32F2F; }

.table-fix__fontsize {
  font-size: 0.995rem !important;
  border: 1px solid #aaa !important; }

.table-fix__uppercase {
  text-transform: uppercase !important;
  border-top: 1px solid #aaa !important;
  border-left: 1px solid #aaa !important;
  border-right: 1px solid #aaa !important; }

/**
 *  Drawer
 **/
.drawer-header {
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
  width: 100%;
  background: #E51F2E; }
  .drawer-header figure {
    margin: 0;
    height: 10rem; }
    .drawer-header figure img {
      width: 100%;
      height: auto; }

/**
 *  MODULE LINK
 **/
.cmym-module__container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #EAEAEA; }

.cmym-module__container a {
  margin: 1rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto; }

a .box__block {
  background: #fff;
  width: 250px;
  height: 250px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 200ms;
  margin: 1rem;
  border-radius: 2px; }

.box__block:hover {
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(100, 100, 100, 0.4);
  transition: 200ms; }

.box__block .box__icon > * {
  width: 70px !important;
  height: 70px !important;
  margin: 1rem 0; }

.box__block .box__icon--custom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1rem 0;
  width: 70px;
  height: 70px; }

/**
 *  Pulse Editor
 */
.PulseEditor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.PulseEditor-field,
.PulseEditor-preview {
  border: none;
  /*border-radius: 0 0 5px 5px;*/
  box-sizing: border-box;
  font-family: Arial;
  font-size: 14px;
  line-height: 1.5;
  padding: 1em;
  width: 50%; }

.PulseEditor-preview {
  background-color: #fff;
  margin-bottom: 0 !important;
  max-height: none;
  overflow-y: auto !important; }

.PulseEditor-content {
  border: 1px solid #058ecd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  position: relative; }

.PulseEditor-field,
.PulseEditor-preview {
  border: none;
  /*border-radius: 0 0 5px 5px;*/
  box-sizing: border-box;
  font-family: Arial;
  font-size: 14px;
  line-height: 1.5;
  padding: 1em;
  width: 50%; }

.PulseEditor-field {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  min-height: calc(100vh - 61px);
  resize: none; }

.PulseEditor-field:focus {
  outline: none; }

.PulseEditor-field:disabled {
  background-color: #4F4F4F;
  cursor: wait; }

.PulseEditor-buttonBar {
  background-color: #E51F2E;
  border-radius: 3px 3px 0 0;
  box-sizing: border-box;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.3em 0.5em;
  width: 100%; }

.PulseEditor-buttonGroup {
  border: 1px solid #fff;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5em 0.5em 0; }

.PulseEditor-buttonGroup:first-of-type {
  border-radius: 5px 0 0 5px; }

.PulseEditor-buttonGroup:last-of-type {
  border-radius: 0 5px 5px 0; }

.PulseEditor-buttonGroup:only-of-type {
  border-radius: 5px; }

.PulseEditor-button {
  background: none;
  border: none;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  min-width: 25px;
  min-height: 25px;
  text-align: center;
  transition: all 0.2s;
  padding: 0; }

.PulseEditor-button:last-of-type {
  border-right: none; }

.PulseEditor-button:last-of-type span {
  margin-right: 0; }

.PulseEditor-button + .PulseEditor-button {
  border-left: none; }

.PulseEditor-button:hover {
  background-color: #fff;
  color: #E51F2E; }

.PulseEditor-button:focus {
  outline: none; }

.PulseEditor-button > * {
  box-sizing: border-box;
  display: block;
  min-width: 1.75em;
  padding: 0 0.5em; }

.PulseEditor-button .bold {
  font-weight: bold; }

.PulseEditor-button .italic {
  font-style: italic; }

.PulseEditor-button .underline {
  text-decoration: underline; }

.PulseEditor-button [class^="icon-"] {
  margin-right: 0.25em; }

.PulseEditor-emojiBar {
  background-color: #fff;
  border: 1px solid #058ecd;
  border-top: none;
  border-radius: 0 0 0.25em 0.25em;
  padding: 0.25em 0;
  margin: 0 auto;
  width: calc(100% - 0.5em); }

.PulseEditor-emojiBar.is-expanded {
  border: none;
  border-top: 1px solid #058ecd;
  width: auto; }

.PulseEditor-emojiItem {
  background: none;
  border: none;
  border-radius: 0.5em;
  cursor: pointer;
  margin: 0 0.25em; }

.PulseEditor-emojiItem:hover {
  background-color: #058ecd;
  color: #fff; }

.u-videoWrapper,
.PulseEditor-preview .embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }

.PulseEditor-preview {
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 0.5rem;
  word-break: break-all;
  word-break: break-word;
  line-height: 1.5;
  -webkit-line-clamp: 10;
  overflow: hidden;
  text-overflow: ellipsis; }

.u-videoSource,
.PulseEditor-preview .embed-responsive iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important; }

abbr {
  cursor: help;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted; }

blockquote {
  font-style: italic !important; }

.file-button {
  padding: 15px;
  background-color: #212121;
  border: 0px;
  color: #fff;
  font-size: .9rem; }

.subheader-nav {
  width: 100%;
  background: #E51F2E;
  color: #fff;
  height: auto;
  margin: 0;
  padding: .2rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .subheader-nav h1, .subheader-nav h2, .subheader-nav h3, .subheader-nav h4, .subheader-nav h5, .subheader-nav h6 {
    margin: 0;
    text-align: center;
    color: #fff; }

.title-dominios {
  border: 1px solid #e0e0e0;
  color: #9e9e9e;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  font-weight: normal;
  height: 56px;
  text-align: center;
  text-transform: uppercase; }

.wrap-dominio {
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  position: relative;
  width: 200px;
  box-sizing: border-box; }

.dominio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-right: 0px;
  width: 100%;
  text-align: center; }

.dominio p {
  width: 90%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-align: center; }
