.hover60 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -moz-transition: opacity 0.4s;
  round20-o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.hover100 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.trans {
  transition: opacity 0.4s;
}
.round20 {
  border-radius: 20px;
}
.roundSmall {
  border-radius: 5px;
}
.roundMed {
  border-radius: 10px;
}
.round20top {
  border-radius: 20px 20px 0 0;
}
.round20bottom {
  border-radius: 0 0 20px 20px;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  background: 0 0;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
button,
input[type=submit],
input[type=reset],
input[type=button] {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
[role=button] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
a {
  line-height: 0;
}
img {
  width: 100%;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
html {
  background-color: #303132;
}
* {
  line-height: 1.2;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif, arial;
  font-size: 11px;
  background-color: #303132;
  box-sizing: border-box;
  min-height: 100vh;
  color: #666666;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
input,
br {
  font-size: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
h1 {
  font-size: 26px;
  line-height: 40px;
  font-weight: 300;
}
h2 {
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
}
h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
h4 {
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
}
p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
label {
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
}
span {
  font-size: 10px;
  line-height: 12px;
  font-weight: 300;
}
a {
  text-decoration: none;
  line-height: 18px;
  font-size: 12px;
  color: inherit;
}
a:visted {
  outline: none;
}
.anchore {
  text-decoration: underline;
  line-height: 18px;
  font-size: 12px;
  color: #0099da;
}
.anchore:visted {
  outline: none;
}
input,
textarea,
select,
button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  margin: 10px 0 0px 0;
  padding: 7px 10px;
  border: 1px solid #cccccc;
  min-width: 150px;
  border-radius: 5px;
  font-size: 12px;
}
textarea {
  height: 300px;
}
form {
  width: 100%;
}
.error_input,
.error {
  color: #d00;
  margin-bottom: 10px;
  font-size: 10px;
}
.outer-wrapper {
  position: relative;
  width: 100%;
}
.wrapper-colaps {
  display: block;
}
.wrapper {
  position: relative;
}
.hover {
  transition: opacity 0.4s;
  transition: all 0.5s ease;
  cursor: pointer;
}
.hover:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -moz-transition: opacity 0.4s;
  round20-o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.trans {
  transition: all 0.5s ease;
}
.alpha0 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.alpha100 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.hidder {
  display: none !important;
}
.hidder_ {
  display: none !important;
}
.click-zone {
  position: absolute;
  top: 0;
  left: 0 ;
  right: 0;
  bottom: 0;
}
.section-wrapper {
  position: relative;
  background-color: #FFFFFF;
  margin: 0 8% 0 8%;
  padding: 20px 3%;
  border-bottom: 1px solid #303132;
  box-sizing: border-box;
}
.sub-section {
  width: 100%;
  padding: 0 0 40px 0;
}
.cta {
  position: relative;
  display: flex;
  align-items: center;
  -ms-align-items: center;
  justify-content: left;
  -ms-justify-content: left;
}
.cta .icons {
  width: 40px;
  padding-bottom: 40px;
  margin-right: 10px;
}
.buttons_section {
  padding: 20px 0 0 0;
  /*small buttons with icon*/
}
.buttons_section .button {
  position: relative;
  display: inline-block;
  margin: 0 7px 20px 0;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.buttons_section .button p {
  border-radius: 10px;
  padding: 12px 23px;
  display: block;
  margin: 0;
  background-color: #303132;
  font-weight: 700;
  color: #FFFFFF;
}
.buttons_section .cta p {
  background-color: #0099da;
}
.buttons_section .sub-button p {
  background-color: transparent;
  color: #303132;
  border: 1px solid #303132;
}
.buttons_section .alert-button p {
  background-color: transparent;
  color: #dd0000;
  border: 1px solid #dd0000;
}
.buttons_section .alert-button2 p {
  background-color: #dd0000;
  color: #FFFFFF;
  border: 1px solid #dd0000;
}
.buttons_section select {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  margin: 0 20px 20px 0;
  text-align: left;
  max-width: 300px;
  border-radius: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='currentColor' role='img'%3E%3Cpath d='M1.984 6.19l9.465 9.893c.28.299.418.397.551.397.145 0 .31-.114.572-.392l9.443-9.898.962.918-9.439 9.893a2.108 2.108 0 01-1.538.81 2.083 2.083 0 01-1.517-.813l-9.46-9.889z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center right 10px;
}
.buttons_section .small-button {
  margin: 0 10px 15px 0;
}
.buttons_section .small-button p {
  padding: 7px 40px 7px 23px;
}
.buttons_section_sticky {
  background-color: #FAFAFA;
  z-index: 10;
  top: 0;
  position: sticky;
  border-bottom: 1px solid #EEE;
  text-align: right;
}
.nuller {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.nuller-zone {
  position: absolute;
  top: 0;
  left: 0 ;
  right: 0;
  bottom: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  background-color: #FFFFFF;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.showTabletFlex {
  display: none !important;
}
.loaderAlles {
  width: 100%;
}
.loaderAlles svg {
  position: relative;
  display: block;
  margin: 0 auto;
}
.alertbox {
  position: relative;
  display: inline-block;
  min-width: 20%;
  padding: 8px 20px 8px 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  margin-bottom: 10px;
  border-radius: 5px;
}
.alertbox .iconswitch {
  display: flex;
  position: relative;
  padding-left: 20px;
}
.alertbox[data-clas="alert"] {
  background-color: rgba(202, 0, 42, 0.5);
  color: #000;
}
.alertbox[data-clas="active"] {
  background-color: rgba(0, 153, 218, 0.5);
  color: #000;
}
.alertbox[data-clas="active"] .s-icons {
  background-position: 25% 80%;
}
.alertbox[data-clas="active"] [data-state="active"] {
  display: block;
}
.alertbox[data-clas="active"] [data-state="unactive"] {
  display: none;
}
.alertbox[data-clas="unactive"] {
  background-color: transparent;
  border: 1px solid #cccccc;
  color: #000;
}
.alertbox[data-clas="unactive"] .s-icons {
  background-position: 50% 80%;
}
.alertbox[data-clas="unactive"] [data-state="active"] {
  display: none;
}
.alertbox[data-clas="unactive"] [data-state="unactive"] {
  display: block;
}
.tags {
  position: relative;
  display: inline-block;
  font-size: 0.9em;
  font-family: inherit;
  line-height: inherit;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  border-radius: 7px;
  padding: 3px 7px;
}
.tags[data-ui-tag="active"] {
  background-color: #2cb579;
}
.iconos_drop_options {
  position: absolute;
  top: 4px;
  left: 9px;
  width: 30px;
  vertical-align: center;
}
.gg-image {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 17px;
  height: 16px;
  overflow: hidden;
  box-shadow: 0 0 0 2px;
  border-radius: 2px;
  left: 2px;
}
.gg-image::after,
.gg-image::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
}
.gg-image::after {
  transform: rotate(45deg);
  border-radius: 3px;
  width: 16px;
  height: 16px;
  top: 9px;
  left: 6px;
}
.gg-image::before {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  top: 2px;
  left: 2px;
}
.gg-list {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 20px;
  border: 2px solid;
  border-radius: 3px;
}
.gg-list::after,
.gg-list::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 2px;
  background: currentColor;
  top: 3px;
  left: 3px;
  box-shadow: 0 4px 0, 0 8px 0;
}
.gg-list::after {
  border-radius: 3px;
  width: 8px;
  left: 7px;
}
.gg-list-check {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 20px;
  border: 2px solid;
  border-radius: 3px;
}
.gg-list-check::after,
.gg-list-check::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 2px;
  background: currentColor;
  top: 3px;
  left: 3px;
  box-shadow: 0 4px 0, 0 8px 0;
}
.gg-list-check::before {
  color: #009900ff;
}
.gg-list-check::after {
  border-radius: 3px;
  width: 8px;
  left: 7px;
}
.gg-title {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 20px;
  border: 2px solid;
  border-radius: 3px;
}
.gg-title::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 2px;
  background: currentColor;
  top: 3px;
  left: 3px;
}
.gg-text {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 20px;
  border: 2px solid;
  border-radius: 3px;
}
.gg-text::before,
.gg-text::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 2px;
  background: currentColor;
  left: 3px;
}
.gg-text::before {
  top: 3px;
}
.gg-text::after {
  top: 8px;
}
.gg-file-document {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 16px;
  border: 2px solid transparent;
  border-right: 0;
  border-top: 0;
  box-shadow: 0 0 0 2px;
  border-radius: 1px;
  border-top-right-radius: 4px;
  overflow: hidden;
  left: 2px;
}
.gg-file-document::after,
.gg-file-document::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}
.gg-file-document::before {
  background: currentColor;
  box-shadow: 0 4px 0, -6px -4px 0;
  left: 0;
  width: 10px;
  height: 2px;
  top: 8px;
}
.gg-file-document::after {
  width: 6px;
  height: 6px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  right: -1px;
  top: -1px;
}
.gg-trash {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 10px;
  height: 12px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px, inset -2px 0 0, inset 2px 0 0;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  margin-top: 4px;
}
.gg-trash::after,
.gg-trash::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}
.gg-trash::after {
  background: currentColor;
  border-radius: 3px;
  width: 16px;
  height: 2px;
  top: -4px;
  left: -5px;
}
.gg-trash::before {
  width: 10px;
  height: 4px;
  border: 2px solid;
  border-bottom: transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  top: -7px;
  left: -2px;
}
.gg-view-grid {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-radius: 3px;
  width: 20px;
  height: 14px;
}
.gg-view-grid::after,
.gg-view-grid::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 2px;
  height: 14px;
  top: -2px;
  left: 4px;
  background: currentColor;
  box-shadow: 6px 0 0;
}
.gg-view-grid::before {
  width: 20px;
  height: 2px;
  left: -2px;
  top: 2px;
  box-shadow: 0 4px 0;
}
.gg-insert-before-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 4px;
  left: -3px;
  top: 2px;
}
.gg-insert-before-r::before {
  box-shadow: -2px -12px 0, 2px -12px 0;
}
.gg-insert-before-r::after,
.gg-insert-before-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 2px;
  background: currentColor;
  border-radius: 5px;
  top: 5px;
  left: 2px;
}
.gg-insert-before-r::after {
  width: 2px;
  height: 8px;
  top: 2px;
  left: 5px;
}
.gg-insert-derecha {
  rotate: -90deg;
}
.gg-insert-izquierda {
  rotate: 90deg;
}
.gg-arrow-top-right-r {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 0.8));
  border-radius: 4px;
  left: -6px;
}
.gg-arrow-top-right-r::after,
.gg-arrow-top-right-r::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 4px;
}
.gg-arrow-top-right-r::after {
  width: 10px;
  height: 2px;
  background: currentColor;
  transform: rotate(-45deg);
  bottom: 8px;
}
.gg-arrow-top-right-r::before {
  width: 6px;
  height: 6px;
  top: 4px;
  border-top: 2px solid;
  border-right: 2px solid;
}
.gg-copy {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 18px;
  border: 2px solid;
  margin-left: -5px;
  margin-top: -4px;
  scale: 0.8;
}
.gg-copy::after,
.gg-copy::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}
.gg-copy::before {
  background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat right top / 5px 2px, linear-gradient(to left, currentColor 5px, transparent 0) no-repeat left bottom / 2px 5px;
  box-shadow: inset -4px -4px 0 -2px;
  bottom: -6px;
  right: -6px;
  width: 14px;
  height: 18px;
}
.gg-copy::after {
  width: 6px;
  height: 2px;
  background: currentColor;
  left: 2px;
  top: 2px;
  box-shadow: 0 4px 0, 0 8px 0;
}
.outer-wrapper {
  position: relative;
}
.wrapper {
  position: relative;
}
.section-logwrapper {
  position: relative;
  min-height: 90vh;
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -ms-align-items: center;
}
.section-logwrapper .logbox {
  display: block;
  position: relative;
  width: 50%;
  padding: 60px 0;
}
.section-logwrapper .logbox .log-square {
  position: relative;
  width: 55%;
  margin-bottom: 20px;
}
.section-logwrapper .logbox .log-square .logtitle {
  padding-bottom: 50px;
}
.section-logwrapper .logbox .log-square .logtitle h1 {
  font-size: 30px;
  line-height: 35px;
}
.section-logwrapper .logbox .log-square .logtitle span {
  color: #0099da;
  font-weight: 900;
}
.section-logwrapper .logbox .log-square .logfooter {
  background-color: #000;
}
.section-logwrapper .logbox .log-square .logfooter h1 {
  font-size: 30px;
  line-height: 35px;
}
.section-logwrapper .logbox .log-square .logfooter span {
  color: #cccccc;
  font-weight: 900;
}
.section-logwrapper .logbox .log-square .loginputs {
  background-color: #14191F;
  color: #f4f6f9;
}
.section-logwrapper .logbox .log-square .loginputs .form-group {
  padding-bottom: 20px;
}
.section-logwrapper .logbox .log-square .loginputs .form-group input {
  width: 80%;
  background-color: #666666;
}
.section-logwrapper .logbox .log-square .loginputs .bttn-log {
  position: relative;
  text-align: left;
  border: 0;
  padding: 0;
}
.section-logwrapper .logbox .log-square .loginputs .bttn-log p {
  text-align: center;
  min-width: 50%;
  border-radius: 10px;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 500;
  background-color: #0099da;
  color: #FFF;
}
.section-logwrapper .logbox .square-front {
  position: relative;
  width: 100%;
  padding: 30px;
  background-color: #FFF;
  border-radius: 10px;
}
.section-logwrapper .logbox .square-back {
  position: absolute;
  top: 13px;
  right: 13px;
  bottom: -13px;
  left: -13px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.section-logwrapper .logbox .loghero {
  position: absolute;
  width: 55%;
  right: 0;
  top: 30px;
}
.section-logwrapper .logbox .loghero .log-section {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.section-logwrapper .logbox .loghero .log-section .logimg {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  background-image: url("../images/login-hero.jpg");
  border: 3px solid #FFF;
  background-position: center center;
  background-size: 240% auto;
  background-repeat: no-repeat;
}
.section-logwrapper .logbox .loghero .log-section .logicon {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-image: url("../images/log-icon.png");
  border: 3px solid #FFF;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section-logwrapper .logbox .loghero .log-section-icon {
  width: 21%;
}
.section-logwrapper .logbox .lowanim {
  margin-top: 30px;
}
.section-prehomewrapper {
  position: relative;
  min-height: 90vh;
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -ms-align-items: center;
}
.section-prehomewrapper .logbox {
  display: block;
  position: relative;
  width: 50%;
  padding: 60px 0;
}
.section-prehomewrapper .logbox .log-square {
  position: relative;
  width: 48%;
  margin-bottom: 20px;
}
.section-prehomewrapper .logbox .log-square .logtitle {
  padding-bottom: 50px;
}
.section-prehomewrapper .logbox .log-square .logtitle h1 {
  font-size: 30px;
  line-height: 35px;
}
.section-prehomewrapper .logbox .log-square .logtitle span {
  color: #0099da;
  font-weight: 900;
}
.section-prehomewrapper .logbox .log-square .logfooter {
  background-color: #000;
}
.section-prehomewrapper .logbox .log-square .logfooter h1 {
  font-size: 30px;
  line-height: 35px;
}
.section-prehomewrapper .logbox .log-square .logfooter span {
  color: #cccccc;
  font-weight: 900;
}
.section-prehomewrapper .logbox .log-square .loginputs {
  background-color: #14191F;
  color: #f4f6f9;
}
.section-prehomewrapper .logbox .log-square .loginputs .form-group {
  padding-bottom: 20px;
}
.section-prehomewrapper .logbox .log-square .loginputs .form-group input {
  width: 80%;
  background-color: #666666;
}
.section-prehomewrapper .logbox .log-square .loginputs .bttn-log {
  position: relative;
  text-align: left;
  border: 0;
  padding: 0;
}
.section-prehomewrapper .logbox .log-square .loginputs .bttn-log p {
  text-align: center;
  min-width: 50%;
  border-radius: 10px;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 500;
  background-color: #0099da;
  color: #FFF;
}
.section-prehomewrapper .logbox .square-front {
  position: relative;
  width: 100%;
  padding: 30px;
  background-color: #FFF;
  border-radius: 10px;
}
.section-prehomewrapper .logbox .prehome-menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
}
.section-prehomewrapper .logbox .prehome-menu .square-menu {
  width: 48%;
}
.section-prehomewrapper .logbox .prehome-menu .square-menu .square-front .icons {
  background-color: none;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 40px;
  padding-bottom: 40px;
}
.section-prehomewrapper .logbox .prehome-menu .square-menu .square-front h1 {
  padding-left: 50px;
}
.section-prehomewrapper .logbox .square-back {
  position: absolute;
  top: 13px;
  right: 13px;
  bottom: -13px;
  left: -13px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.section-prehomewrapper .logbox .loghero {
  position: absolute;
  width: 55%;
  right: 0;
  top: 30px;
}
.section-prehomewrapper .logbox .loghero .log-section {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.section-prehomewrapper .logbox .loghero .log-section .logicon {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-image: url("../images/log-icon.png");
  border: 3px solid #FFF;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section-prehomewrapper .logbox .loghero .log-section-icon {
  width: 21%;
}
.section-prehomewrapper .logbox .lowanim {
  margin-top: 30px;
}
.icons {
  display: inline-block;
  background-image: url("../images/webiconsgrin.png?ver=2");
  width: 30px;
  padding-bottom: 24px;
  margin-bottom: 10px;
  background-position: 50% 0%;
  background-size: 500% auto;
  background-repeat: no-repeat;
  vertical-align: center;
}
.icons-after:after,
.icons-after:before {
  position: absolute;
  content: " ";
  background-image: url("../images/webiconsgrin.png?ver=2");
  width: 100%;
  height: 100%;
  background-position: 100% 100%;
  background-size: 500% auto;
  background-repeat: no-repeat;
  vertical-align: center;
}
.f-icons {
  position: absolute;
  background-image: url("../images/webiconsgrin.png?ver=2");
  width: 30px;
  padding-bottom: 30px;
  top: 50%;
  left: 0;
  background-position: 50% 0%;
  background-size: 500% auto;
  background-repeat: no-repeat;
  vertical-align: center;
  transform: translateY(-50%);
}
.f2-icons {
  position: absolute;
  background-image: url("../images/webiconsgrin.png?ver=2");
  width: 30px;
  padding-bottom: 30px;
  top: 12px;
  left: 0;
  background-position: 50% 0%;
  background-size: 500% auto;
  background-repeat: no-repeat;
  vertical-align: center;
  transform: translateY(-50%);
}
.s-icons {
  position: absolute;
  background-image: url("../images/webiconsgrin.png?ver=2");
  top: 0;
  left: 0;
  width: 20px;
  padding-bottom: 20px;
  background-position: 50% 0%;
  background-size: 500% auto;
  background-repeat: no-repeat;
  vertical-align: center;
}
.es-icos {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.m-icons {
  position: absolute;
  background-image: url("../images/webiconsgrin.png");
  top: 0;
  left: 0;
  width: 30px;
  padding-bottom: 30px;
  background-position: 50% 0%;
  background-size: 500% auto;
  background-repeat: no-repeat;
  vertical-align: center;
}
.icon-home {
  background-position: 25% 10%;
}
.icon-exit {
  background-position: 0% 10%;
}
.icon-logout {
  background-position: 100% 20%;
}
.icon-log {
  background-position: 100% 0%;
}
.icon-evs {
  background-position: 100% 10%;
}
.icon-report {
  background-position: 0% 70%;
}
.icon-gantt {
  background-position: 75% 70%;
}
.icon-checklist {
  background-position: 50% 70%;
}
[data-icon="checklist"]:after {
  background-position: 50% 70%;
}
.icon-visitaedit {
  background-position: 100% 70%;
}
.icon-kpi {
  background-position: 75% 10%;
}
.icon-calen {
  background-position: 75% 20%;
}
.icon-caradvisor {
  background-position: 50% 40%;
}
.icon-rmp {
  background-position: 100% 40%;
}
.icon-rmpkpi {
  background-position: 75% 40%;
}
.icon-user {
  background-position: 50% 10%;
}
.icon-comment {
  background-position: 0% 0%;
}
.icon-files {
  background-position: 25% 0%;
}
.icon-comment-user {
  background-position: 0% 80%;
}
.icon-comment-report {
  background-position: 50% 80%;
}
.active .icon-comment-report {
  background-position: 25% 80%;
}
.icon-plus {
  background-position: 25% 20%;
}
.active .icon-plus {
  background-position: 50% 20%;
}
.icon-cal {
  background-position: 50% 50%;
}
.icon-filter {
  background-position: 75% 50%;
}
.icon-info {
  background-position: 0% 40%;
}
.icon-alert {
  background-position: 25% 40%;
}
.icon-check {
  background-position: 0% 90%;
}
.icon-delete {
  background-position: 75% 90%;
}
.selected .icon-check {
  background-position: 25% 100%;
}
.filtered .icon-filter {
  background-position: 100% 50%;
}
.filter-clear .icon-filter {
  background-position: 100% 60%;
}
[data-icon="null"]:after {
  background-position: 0% 90%;
}
[data-icon="check"]:after {
  background-position: 50% 90%;
}
[data-icon="block"]:after {
  background-position: 0% 100%;
}
[data-icon="alert"]:after {
  background-position: 100% 90%;
}
[data-icon="user"]:after {
  background-position: 0% 80%;
}
[data-icon="file-check"]:after {
  background-position: 25% 70%;
}
[data-icon="icon-kpi"]:after {
  background-position: 75% 10%;
}
[data-icon="icon-multiupload"]:after {
  background-position: 50% 40%;
}
[data-icon="file-location"]:after {
  background-position: 100% 70%;
}
[data-icon-before="close"]:before {
  background-position: 25% 30%;
}
[data-icon-before="edit"]:before {
  background-position: 100% 30%;
}
.icon-eye-open {
  background-position: 25% 80%;
}
.icon-eye-close {
  background-position: 50% 80%;
}
/*Modales*/
.outer-wrapper-blocker {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.modal-loader svg {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}
.modal-uploader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-uploader .small-uploader {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  padding: 30px;
  background-color: #FFF;
  border-radius: 10px;
}
.modal-uploader .small-uploader h3 {
  padding-bottom: 10px;
}
.modal-uploader .small-uploader .upload-bar {
  position: relative;
  width: 100%;
  height: 10px;
  overflow: hidden;
  background-color: #cccccc;
  border-radius: 5px;
}
.modal-uploader .small-uploader .upload-bar .upload-progress {
  position: absolute;
  width: 50%;
  background-color: #0099da;
  top: 0;
  left: 0;
  bottom: 0;
}
.modal-wrapper {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  padding: 40px 0;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
}
.modal-section {
  width: 50%;
}
.modal-section .modal-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  background-color: #FFFFFF;
  width: 100%;
  padding: 20px 40px;
  margin-bottom: 2px;
  /* TESTING */
  border-radius: 20px 20px 0 0;
}
.modal-section .modal-content:last-of-type {
  border-radius: 0 0 20px 20px;
}
.modal-section .modal-content .breaker {
  width: 100%;
  padding-top: 20px;
  border-bottom: 1px solid #f4f6f9;
  margin-bottom: 20px;
}
.modal-section .modal-content .modal-subcontent {
  width: 100%;
}
.modal-section .modal-content .modal-subcontent .svg-loader {
  position: relative;
  width: 100%;
}
.modal-section .modal-content .modal-subcontent .svg-loader svg {
  position: relative;
  display: block;
  margin: 0 auto;
}
.modal-section .modal-content .icons {
  left: 0;
  top: 0;
}
.modal-section .modal-content textarea {
  margin: 50px 0px 0px 0px;
  width: 100%;
  border: 0px solid #0099da;
  font-family: sans-serif, arial;
  font-size: 12px;
  background-color: #f4f6f9;
  padding: 13px 18px;
  color: #666666;
  border-radius: 5px;
}
.modal-section .modal-content textarea::-moz-placeholder {
  font-family: 'Roboto', sans-serif, arial;
  color: #0099da;
  font-size: 10px;
}
.modal-section .modal-content textarea::placeholder {
  font-family: 'Roboto', sans-serif, arial;
  color: #0099da;
  font-size: 10px;
}
.modal-section .modal-content .cerrar {
  background-position: 25% 30%;
}
.modal-section .modal-content p {
  width: 100%;
}
.modal-section .modal-content .modal_shortbutton {
  padding: 7px 10px;
  border: 1px solid #cccccc;
  width: 19%;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 20px;
}
.modal-section .modal-content .modal-buttonsZone {
  text-align: center;
  padding: 10px 0 20px;
}
.modal-section .modal-content .modal-buttonsZone .modal-button {
  display: inline-block;
  padding: 7px 10px;
  min-width: 150px;
  margin: 0 20px 10px 0;
  text-align: center;
  background-color: #303132;
  color: #FFF;
  border-radius: 20px;
}
.modal-section .modal-content .modal-buttonsZone .modal-cta {
  background-color: #0099da;
  color: #FFF;
}
.modal-section .modal-content .modal-buttonsZone .modal-confirm {
  background-color: #dd0000;
}
/* COMMMETS MODAL */
.comment-row {
  position: relative;
  width: 100%;
  display: block;
  padding: 10px 0 10px 0;
  border-bottom: 1px dashed #cccccc;
}
.comment-row span {
  font-weight: 500;
}
.comment-row .file {
  display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.comment-row .file .file-bttn {
  position: relative;
  min-width: 30%;
  max-width: 30%;
  width: 30%;
  padding: 15px 20px 15px 50px;
  overflow: hidden;
}
.comment-row .file .file-bttn p {
  font-weight: 900;
  margin-bottom: 5px;
}
.comment-row .file .file-bttn span {
  display: block;
}
.comment-row .file .file-bttn .icons {
  background-color: none;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 40px;
  padding-bottom: 40px;
}
.comment-row .comment {
  width: 100%;
}
.comment-row .comment p {
  margin-bottom: 20px;
  padding-left: 23px;
  text-align: justify;
  text-justify: inter-word;
}
.comment-row .comment .comment-header {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -ms-align-items: center;
  margin-bottom: 10px;
}
.comment-row .comment .comment-header .icon-section {
  display: flex;
  position: relative;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -ms-align-items: center;
  padding-left: 23px;
  min-height: 20px;
  margin-right: 20px;
}
.comment-row .comment .comment-header .icon-section .active {
  display: none;
}
.comment-row .comment .comment-header .icon-section .unactive {
  display: block;
}
.comment-row .comment .comment-header .active .active {
  display: block;
}
.comment-row .comment .comment-header .active .unactive {
  display: none;
}
.comment-row .comment .imgDiv {
  position: relative;
  border: 1px solid #f4f6f9;
  background-color: #f4f6f9;
  line-height: 0;
}
.comment-row .comment .imgDiv img {
  position: relative;
  width: 100%;
}
.comment-row .comment .imgpreview {
  min-height: 350px;
}
.comment-row .attachment p {
  padding-top: 5px;
  padding-left: 0px;
  margin-bottom: 0px;
}
.comment-row .attachment span {
  margin-bottom: 20px;
}
.blocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.s3-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #666666;
}
.s3-loader .s3-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 0%;
  background-color: #0099da;
}
.header-drop {
  display: none;
}
.preheader-wrapper {
  position: relative;
  padding: 20px 8% 0 8%;
}
.preheader-content {
  padding: 0;
  display: flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
}
.preheader-content .actions {
  position: relative;
  width: 5%;
  display: flex;
  align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  padding: 5px 0;
}
.preheader-content .actions p {
  display: none;
  position: relative;
}
.menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3% 0 3%;
  background-color: #f4f6f9;
  border: 0;
}
.menu .menu-brick {
  min-width: 3%;
  width: 3%;
  max-width: 3%;
  background-color: #f4f6f9;
  border-right: 2px solid #f4f6f9;
}
.menu .bttn-menu {
  position: relative;
  min-width: 10%;
  padding: 15px 20px 15px 60px;
  background-color: #f4f6f9;
  border-right: 2px solid #f4f6f9;
  overflow: hidden;
}
.menu .bttn-menu .icons {
  background-color: none;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 40px;
  padding-bottom: 40px;
}
.menu .bttn-current {
  background-color: #FFF;
  border-right: 2px solid #FFF;
}
.header-wrapper {
  position: relative;
  padding: 0 8% 0 8%;
}
.header-content {
  background-color: #FFFFFF;
  padding: 40px 3% 20px;
  margin-bottom: 20px;
}
.header-content h1,
.header-content h2,
.header-content .back-button {
  width: auto;
  color: #666666;
  display: inline-block;
  position: relative;
}
.evaluation-rowtop {
  margin-top: 20px;
}
.evaluation-header {
  display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
}
.evaluation-header .bttn-report {
  position: relative;
  min-width: 10%;
  padding: 15px 20px 15px 60px;
}
.evaluation-header .bttn-report .icons {
  background-color: none;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 40px;
  padding-bottom: 40px;
}
.evaluation-row {
  display: flex;
  padding: 4px 0;
  border-bottom: 1px solid #f4f6f9;
}
.evaluation-row .title {
  max-width: 60%;
  min-width: 60%;
  width: 60%;
  padding: 4px 0px;
}
.evaluation-row .answers {
  position: relative;
  max-width: 10%;
  min-width: 10%;
  width: 10%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  -ms-justify-content: space-around;
}
.evaluation-row .answers p {
  min-width: 45%;
  max-width: 45%;
  border-radius: 10px;
  padding: 4px 15px;
  display: inline-block;
  border: 1px solid #cccccc;
  font-weight: 500;
}
.evaluation-row .answers .option {
  min-width: 90%;
  max-width: 90%;
  border-radius: 10px;
  padding: 4px 15px;
  display: block;
  margin-bottom: 7px;
  border: 1px solid #cccccc;
  font-weight: 500;
}
.evaluation-row .answers .active_option {
  background-color: #0099da;
  color: white;
  border: 1px solid #0099da;
}
.evaluation-row .answers .save_option {
  background-color: #2cb579;
  color: white;
  border: 1px solid #2cb579;
}
.evaluation-row .answers .select_title {
  display: none;
  min-width: 100%;
  padding: 0;
  text-align: center;
}
.evaluation-row .answers .select {
  display: none;
  width: 100%;
  padding: 4px 15px;
  border-bottom: 1px solid #cccccc;
  font-weight: 500;
  margin-top: 10px;
}
.evaluation-row .answers input {
  margin-bottom: 7px;
  min-width: 90%;
  max-width: 90%;
}
.evaluation-row .actions {
  max-width: 10%;
  min-width: 10%;
  width: 10%;
  display: flex;
  align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
}
.evaluation-row .actions span {
  display: inline-block;
  font-weight: 300;
  vertical-align: bottom;
}
.evaluation-row .actions .icons {
  margin-right: 4px;
}
.evaluation-row .block .icons {
  background-position: 50% 0% !important;
}
.table-home {
  padding: 20px 0;
}
.table-home .row {
  width: 100%;
  display: flex;
  border: 1px solid #f4f6f9;
  /*Home bigger cell*/
}
.table-home .row .cell-home {
  display: flex;
  min-width: 14%;
  max-width: 14%;
  text-align: center;
  padding: 7px 10px;
  position: relative;
  align-items: center;
  -ms-align-items: left;
  justify-content: left;
  -ms-justify-content: center;
  text-align: left;
  overflow: hidden;
  word-break: break-all;
}
.table-home .row .cell-home .icons {
  margin-right: 4px;
}
.table-home .row .cell-home .mobileDetail {
  display: none;
}
.table-home .row:nth-of-type(odd) {
  background-color: #f4f6f9;
}
.table-home .row .header {
  background-color: #303132;
  color: #FFF;
  border-right: 1px solid #303132;
}
.table-home .row .bttn-table {
  position: relative;
  text-align: center;
}
.table-home .row .bttn-table p {
  min-width: 80%;
  border-radius: 10px;
  background-color: #FFF;
  text-align: left;
  padding: 4px 10px;
  display: inline-block;
  border: 1px solid #cccccc;
  font-weight: 500;
  color: #303132;
}
.table-home .row .bttn-table-nuller {
  opacity: 0.7;
}
.table-home .row .bttn-table-nuller p {
  border: 0;
}
.table-home .row .dealer {
  min-width: 16%;
  max-width: 16%;
}
.table-home .rowcell20 .cell-home {
  min-width: 20%;
  max-width: 20%;
}
.table-home .rowcellDay .cell-home {
  min-width: 14.28% !important;
  max-width: 14.28% !important;
}
.table-home .rowcell12 .cell-home {
  min-width: 12.5%;
  max-width: 12.5%;
}
.table-home .rowcell25 .cell-home {
  min-width: 25%;
  max-width: 25%;
}
.pager {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -ms-align-items: center;
}
.pager .pag-div {
  border-radius: 5px;
  border: 1px solid #FFF;
  padding: 7px 12px;
  display: flex;
  min-width: 30px;
  align-items: center;
  -ms-align-items: center;
}
.pager .pag-div h4 {
  padding-bottom: 0;
}
.pager .pag-bttn {
  border-radius: 5px;
  border: 1px solid #0099da;
  padding: 7px 12px;
  margin-left: 10px;
  display: flex;
  min-width: 30px;
  align-items: center;
  -ms-align-items: center;
  background-color: #0099da;
}
.pager .pag-bttn h4 {
  font-weight: 900;
  padding-bottom: 0;
  color: #FFF;
}
.pager input {
  margin-top: 0;
  width: 50px;
  min-width: 50px;
  text-align: center;
}
.form-section {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
}
.form-section .card-body {
  position: relative;
  width: 49%;
  margin-bottom: 20px;
}
.form-section .card-body-row {
  width: 52%;
}
.form-bttn-send {
  margin-top: 40px;
  position: relative;
  text-align: left;
}
.form-bttn-send p {
  min-width: 30%;
  border-radius: 10px;
  padding: 4px 15px;
  display: inline-block;
  background-color: #0099da;
  border: 1px solid #cccccc;
  font-weight: 500;
  text-align: center;
  color: #FFF;
}
.bttn-save {
  margin: 10px 0 30px;
  position: relative;
  text-align: left;
  display: inline-block;
  min-width: 30%;
}
.bttn-save p {
  min-width: 90%;
  border-radius: 5px;
  padding: 4px 15px;
  display: inline-block;
  border: 1px solid #cccccc;
  font-weight: 500;
  text-align: center;
  color: #666666;
}
.form-check-wrapper {
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid #666666;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%;
}
.form-check-wrapper .bttn_select_all {
  position: absolute;
  right: 8px;
  top: 9px;
  background-color: #FFF;
  border-radius: 7px;
  padding: 4px 10px;
  width: auto;
  min-width: 0;
  margin: 0;
  font-size: 10px;
  color: #666666;
  border: 1px solid #cccccc;
}
.form-check-wrapper .check-box {
  position: relative;
  display: flex;
  min-width: 29%;
  width: 29%;
  border-bottom: 1px solid #f4f6f9;
  margin-right: 2%;
  padding: 7px 15px 7px 0;
}
.form-check-wrapper .check-box p {
  display: inline-block;
  margin-right: 15px;
}
.form-check-wrapper .check-box input {
  display: inline-block;
  min-width: auto;
  width: auto;
  margin: 0;
  align-self: flex-start;
  -ms-align-self: flex-start;
}
.form-check-wrapper .user {
  position: relative;
  min-width: 29%;
  max-width: 29%;
  width: 29%;
  border-bottom: 1px solid #f4f6f9;
  margin-right: 2%;
  padding: 10px 15px 7px 21px;
}
.form-check-wrapper .user:after {
  content: " ";
  top: 5px;
  left: 0px;
  width: 20px;
  height: 20px;
}
.form-check-wrapper .user:before {
  content: " ";
  top: 5px;
  right: 2px;
  width: 20px;
  height: 20px;
}
.form-check-wrapper h3 {
  position: absolute;
  display: inline-block;
  top: -18px;
  left: 20px;
  padding: 10px 10px;
  background-color: #FFF;
}
textarea {
  resize: none;
}
#media_forms .form-check-wrapper .check-box {
  min-width: 100%;
  width: 100%;
}
#media_forms .form-check-wrapper .user {
  min-width: 60%;
  max-width: 60%;
}
.section-kpis {
  display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.section-kpis .kpis-group {
  width: 49%;
  border: 1px solid #cccccc;
  padding: 20px;
  margin-bottom: 20px;
}
.section-kpis .kpis-group h2 {
  padding-bottom: 20px;
}
.section-kpis .kpis-group h3 {
  padding-bottom: 10px;
  width: 70%;
}
.section-kpis .kpis-group .kpis-bar {
  display: flex;
  width: 100%;
  padding-bottom: 20px;
}
.section-kpis .kpis-group .kpis-bar .percent {
  min-width: 50px;
  padding: 0 0 0 10px;
}
.section-kpis .kpis-group .kpis-bar .bar-back {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  border: 1px solid #f4f6f9;
  background-color: #f4f6f9;
  overflow: hidden;
  border-radius: 5px;
}
.section-kpis .kpis-group .kpis-bar .bar-back .bar {
  position: absolute;
  width: 0%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #0099da;
}
.section-kpis .kpi-pie {
  display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}
.section-kpis .kpi-pie .info {
  position: relative;
  width: 100%;
  vertical-align: middle;
}
.section-kpis .kpi-pie .info .title {
  display: flex;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
}
.section-kpis .kpi-pie .info .title .dot {
  border-radius: 20px 20px 20px 20px;
  background-color: #f4f5f9;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.section-kpis .kpi-pie .info .title h3 {
  display: block;
  padding: 0;
}
.section-kpis .kpi-pie .pie {
  position: relative;
  width: 200px;
  min-width: 200px;
  height: 200px;
}
.section-kpis .kpi-pie .pie svg {
  position: absolute;
  top: 0;
  left: 0;
}
.section-kpis .kpi-pie .pie .circle_pie {
  stroke-dasharray: 880 ;
  stroke: #f4f5f9;
}
.section-kpis .kpi-pie .pie .circle_base {
  stroke: #f4f5f9;
}
.section-kpis .circle-pie {
  position: relative;
  display: inline-block;
  width: 35%;
  padding-bottom: 35%;
  overflow: hidden;
}
.section-kpis .circle-pie .pie-line {
  top: 0%;
  left: 0%;
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-kpis .circle-pie .pie-line .pieWT {
  position: absolute;
  transform: translateX(-50%);
  display: block;
  top: 0;
  left: 50%;
  width: 1.5%;
  bottom: 50%;
  border-radius: 2px;
  background-color: #29353C;
}
.section-kpis .circle-pie ._center {
  position: absolute;
  transform: translateX(-50%);
  width: 50%;
  left: 50%;
  top: 25%;
  padding-bottom: 50%;
  border-radius: 50%;
  background-color: #FFF;
}
.section-kpis .title {
  position: relative;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  color: #41555F;
}
.section-kpis .title h1 {
  font-size: 50px;
  line-height: 50px;
}
.section-kpis .title .subtitle {
  display: block;
  position: relative;
  padding-left: 12px;
}
.section-kpis .title .subtitle .bullet {
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 5px;
}
.section-kpis .circle-graph {
  position: relative;
  display: inline-block;
  width: 35%;
  padding-bottom: 35%;
  overflow: hidden;
}
.section-kpis .circle-graph .circle-dot {
  top: 0%;
  left: 0%;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 2s ease-in-out;
}
.section-kpis .circle-graph .circle-dot::after {
  position: absolute;
  transform: translateX(-50%);
  display: block;
  content: "";
  top: 0;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #29353C;
}
.section-kpis .circle-graph .percent {
  top: 50%;
  left: 0%;
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  transform: translateY(-50%);
}
.section-kpis-rmp {
  position: relative;
  display: block;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.section-kpis-rmp .slider-rmp {
  display: flex;
  position: relative;
  scroll-snap-type: x mandatory;
  -ms-flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  padding-bottom: 20px;
  box-sizing: border-box;
  scrollbar-width: none;
}
.section-kpis-rmp .slider-rmp * {
  scroll-snap-align: center;
}
.section-kpis-rmp .slider-rmp .rmp-tower {
  min-width: 10%;
  margin-left: 0;
}
.section-kpis-rmp .slider-rmp .rmp-tower .tower {
  position: relative;
  height: 300px;
  border-bottom: 1px solid #cccccc;
}
.section-kpis-rmp .slider-rmp .rmp-tower .tower .bar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  background-color: #0099da;
  height: 50%;
}
.section-kpis-rmp .slider-rmp .rmp-tower .tower .bar .info {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
}
.section-kpis-rmp .slider-rmp .rmp-tower .descript {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
}
.calendar-title {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 7px;
}
.calendar-title h3 {
  text-align: center;
  padding: 5px 0 15px !important;
}
.calendar-arrow {
  position: absolute;
  top: 0%;
  width: 13%;
  padding-bottom: 13%;
  background-position: 0% 0%;
  background-size: 500% auto;
  background-image: url("../images/webiconsgrin.png");
  background-repeat: no-repeat;
}
.ca-left {
  background-position: 0% 50%;
  left: 0;
}
.ca-right {
  background-position: 25% 50%;
  left: auto;
  right: 0;
}
.calendar-month {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
}
.calendar-month .calendar-day {
  position: relative;
  width: 14.2%;
  padding-bottom: 14.2%;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
.calendar-month .calendar-day:hover {
  background-color: #cccccc;
}
.calendar-month .calendar-day p {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 8px;
  line-height: 8px;
}
.calendar-month .calendar-day .calendar_select {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 2px;
}
.calendar-month .active .calendar_select {
  background-color: #0099da;
}
.calendar-month .active-s .calendar_select {
  left: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-top-bottom-radius: 5px;
}
.calendar-month .active-s .moon {
  display: block;
}
.calendar-month .active-e .calendar_select {
  right: 1px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.calendar-month .calendar-null {
  background-color: rgba(0, 0, 0, 0.05);
}
.calendar-month .calendar-null p {
  color: rgba(0, 0, 0, 0.2);
}
.calendar-month .calendar-null:hover {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.05);
}
.calendar-month .calendar-null-day {
  background-color: rgba(0, 0, 0, 0.01);
  padding-bottom: 8%;
}
.calendar-month .calendar-null-day p {
  font-weight: 900;
  color: rgba(0, 0, 0, 0.5);
}
.homecal-task {
  max-height: 17px;
  min-height: 17px;
  height: 17px;
  overflow: hidden;
  white-space: nowrap;
}
.section-kpis-filters {
  position: relative;
  margin: 20px 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 70%;
  padding: 5px 20px 20px 20px;
  justify-content: space-between;
  -ms-justify-content: space-between;
  border: 1px solid #cccccc;
}
.section-kpis-filters .filter-main-title {
  position: absolute;
  top: 0;
  left: 20px;
  background-color: #fff;
  padding: 5px 10px;
  transform: translateY(-50%);
}
.section-kpis-filters .filter-main-title h3 {
  color: #0099da;
}
.section-kpis-filters .filter-header {
  width: 100%;
  display: flex;
  padding: 20px 0px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.section-kpis-filters .filter-header h3 {
  position: relative;
  padding: 5px 20px 5px 30px;
  margin-bottom: 10px;
}
.section-kpis-filters .filter-header .filter-plus {
  padding: 5px 0px 5px 30px;
  position: relative;
  margin-right: 0;
  margin-left: auto;
}
.section-kpis-filters .kpis-filter-groups {
  width: 30%;
  max-width: 30%;
  min-width: 30%;
  margin-bottom: 20px;
}
.section-kpis-filters .bttn-filter {
  position: relative;
  text-align: center;
  margin-top: 11px;
}
.section-kpis-filters .bttn-filter p {
  min-width: 80%;
  border-radius: 10px;
  padding: 4px 15px;
  display: inline-block;
  border: 1px solid #cccccc;
  font-weight: 500;
  color: #303132;
}
.folder {
  display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.folder .folder-bttn {
  position: relative;
  min-width: 20%;
  padding: 15px 20px 15px 50px;
}
.folder .folder-bttn p {
  font-weight: 900;
}
.folder .folder-bttn .icons {
  background-color: none;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 40px;
  padding-bottom: 40px;
}
.checklist {
  display: block;
  position: relative;
  overflow-x: auto;
  overflow: auto;
  width: 100%;
}
.checklist h2 {
  margin-bottom: 15px;
  padding: 15px 0 5px 0;
  border-bottom: 1px solid #cccccc;
}
.checklist .checklist-header {
  display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
}
.checklist-row {
  position: relative;
  display: flex;
  width: auto;
  padding: 0 0 0 0 ;
}
.checklist-row:nth-child(odd) .answers,
.checklist-row:nth-child(odd) .actions,
.checklist-row:nth-child(odd) .title,
.checklist-row:nth-child(odd) .item-check {
  background-color: #f4f6f9;
}
.checklist-row:nth-child(odd) .month {
  background-color: #f1f1f1;
}
.checklist-row:nth-child(odd) .month {
  border-left: 1px solid #FFF;
}
.checklist-row .item-check {
  position: relative;
  min-width: 40px;
  padding: 13px ;
  display: flex;
  align-items: center;
  -ms-align-items: center;
}
.checklist-row .item-check .icons {
  background-color: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  padding-bottom: 24px;
}
.checklist-row .title {
  position: relative;
  max-width: 30%;
  min-width: 30%;
  width: 30%;
  padding: 5px 4px;
  border-bottom: 1px solid #f4f6f9;
  display: flex;
  align-items: center;
  -ms-align-items: center;
}
.checklist-row .answers {
  position: relative;
  padding: 5px 4px;
  max-width: 10%;
  min-width: 10%;
  width: 10%;
  text-align: left;
  align-items: center;
  -ms-align-items: center;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  -ms-justify-content: space-around;
  border-bottom: 1px solid #f4f6f9;
  border-left: 1px solid #FFF;
}
.checklist-row .answers .knob {
  width: 15px;
  height: 15px;
  background-color: #CCC;
  border-radius: 10px 10px 10px 10px;
}
.checklist-row .actions {
  position: relative;
  padding: 5px 4px;
  max-width: 4%;
  min-width: 4%;
  width: 4%;
  display: flex;
  align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  border-bottom: 1px solid #f4f6f9;
}
.checklist-row .actions span {
  display: inline-block;
  font-weight: 300;
  vertical-align: bottom;
}
.checklist-row .actions .icons {
  margin-right: 4px;
}
.checklist-row .header-check {
  color: #000;
}
.checklist-row .block .icons {
  background-position: 50% 0% !important;
}
.checklist-row .active .icon-check {
  background-position: 50% 90%;
}
.checklist-row .mal .icon-check {
  background-position: 100% 90%;
}
.checklist-row .nul .icon-check {
  background-position: 0% 100%;
}
.check-states-drop {
  position: relative;
  width: 100%;
}
.check-states-drop .state-option {
  position: relative;
  width: 100%;
  padding: 8px 4px 6px 36px;
  min-height: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.check-states-drop .state-option .blank {
  background-position: 0% 90%;
}
.check-states-drop .state-option .active {
  background-position: 50% 90%;
}
.check-states-drop .state-option .mal {
  background-position: 100% 90%;
}
.check-states-drop .state-option .nul {
  background-position: 0% 100%;
}
.gantt-content {
  overflow-x: auto;
  overflow: auto;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.gantt-rowtop {
  margin-top: 20px;
}
.gantt-header {
  display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
}
.gantt-header .bttn-report {
  position: relative;
  min-width: 10%;
  padding: 15px 20px 15px 60px;
}
.gantt-header .bttn-report .icons {
  background-color: none;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 40px;
  padding-bottom: 40px;
}
.gantt-row {
  position: relative;
  display: flex;
  width: auto;
  padding: 0 0 0 0 ;
}
.gantt-row:nth-child(even) .answers,
.gantt-row:nth-child(even) .actions,
.gantt-row:nth-child(even) .title {
  background-color: #f4f6f9;
}
.gantt-row:nth-child(even) .month {
  background-color: #f1f1f1;
}
.gantt-row:nth-child(even) .month {
  border-left: 1px solid #FFF;
}
.gantt-row .title {
  position: relative;
  max-width: 20%;
  min-width: 20%;
  width: 20%;
  padding: 10px 4px;
  border-bottom: 1px solid #f4f6f9;
}
.gantt-row .month {
  position: relative;
  padding: 10px 4px;
  max-width: 10%;
  min-width: 10%;
  width: 10%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  -ms-justify-content: space-around;
  border-bottom: 1px solid #f4f6f9;
  border-left: 1px solid #f4f6f9;
  overflow: hidden;
}
.gantt-row .month .line {
  position: absolute;
  top: 35%;
  bottom: 35%;
  left: 0;
  right: 0;
}
.gantt-row .month .ini {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.gantt-row .month .end {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.gantt-row .answers {
  position: relative;
  padding: 10px 4px;
  max-width: 10%;
  min-width: 10%;
  width: 10%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  -ms-justify-content: space-around;
  border-bottom: 1px solid #f4f6f9;
}
.gantt-row .answers .knob {
  width: 15px;
  height: 15px;
  background-color: #CCC;
  border-radius: 10px 10px 10px 10px;
}
.gantt-row .actions {
  position: relative;
  padding: 10px 4px;
  max-width: 7%;
  min-width: 7%;
  width: 7%;
  display: flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  justify-content: center;
  -ms-justify-content: center;
  border-bottom: 1px solid #f4f6f9;
}
.gantt-row .actions span {
  display: inline-block;
  font-weight: 300;
  vertical-align: bottom;
}
.gantt-row .actions .icons {
  margin-right: 4px;
}
.gantt-row .block .icons {
  background-position: 50% 0% !important;
}
.__actapublic_header_logo {
  max-width: 700px;
  width: 100%;
}
.acta_node {
  position: relative;
}
.acta_node .blocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.acta_node .acta_log {
  width: 100%;
  padding: 15px 15px 15px 0;
  font-size: 11px;
  font-style: italic;
  color: #888;
}
.acta_node .table {
  position: relative;
  font-family: inherit;
  font-size: 12px;
  line-height: 16px;
  overflow-x: scroll;
}
.acta_node .table .header_row {
  display: flex;
  gap: 3px;
  margin-bottom: 3px;
  position: sticky;
}
.acta_node .table .header_row .null {
  min-width: 15%;
  max-width: 15%;
  width: 15%;
}
.acta_node .table .header_row .cell {
  position: relative;
  min-width: 24%;
  max-width: 24%;
  width: 24%;
  border-radius: 7px 7px 0 0;
  background-color: #555;
  padding: 15px;
  color: #FFF;
  word-break: break-word;
}
.acta_node .table .header_row .plus {
  border-radius: 7px 7px 0 0;
  background-color: #FFF;
  padding: 15px;
  color: #555;
  min-width: auto;
  max-width: auto;
  border: 1px solid #ccc;
}
.acta_node .row {
  display: flex;
  gap: 3px;
  margin-bottom: 3px;
}
.acta_node .row .rowheader {
  min-width: 15%;
  max-width: 15%;
  width: 15%;
  border-radius: 7px 0 0 7px;
  background-color: #555;
  padding: 15px;
  color: #FFF;
  word-break: break-word;
}
.acta_node .row .plus {
  min-width: 15%;
  max-width: 15%;
  width: 15%;
  border-radius: 7px 0 0 7px;
  background-color: #FFF;
  padding: 15px;
  color: #555;
  border: 1px solid #ccc;
}
.acta_node .row .cell {
  position: relative;
  min-width: 24%;
  max-width: 24%;
  width: 24%;
  border-radius: 0 0 0 0;
  background-color: #f1f1f1;
  color: #555;
  padding: 4px 20px 4px 4px;
}
.acta_node .row .cell a {
  text-decoration: underline;
}
.acta_node .row .cell .cell_menu {
  width: 12px;
  max-width: 12px;
  position: absolute;
  top: 0;
  right: 0;
}
.acta_node .row .cell .img {
  position: relative;
  border-radius: 4px;
  margin-bottom: 4px;
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.acta_node .row .cell .img img {
  width: 100%;
  height: auto;
  max-height: 1000px;
}
.acta_node .row .cell .title {
  position: relative;
  border-radius: 4px;
  padding: 15px ;
  margin-bottom: 4px;
  background-color: #FFF;
  word-break: break-word;
}
.acta_node .row .cell .text {
  position: relative;
  border-radius: 4px;
  padding: 11px 15px;
  margin-bottom: 4px;
  background-color: #FFF;
  font-size: 11px;
  line-height: 16px;
  font-weight: lighter;
  word-break: break-word;
}
.acta_node .row .cell .file {
  position: relative;
  border-radius: 4px;
  padding: 11px 15px 15px 30px;
  margin-bottom: 4px;
  background-color: #FFF;
  font-size: 11px;
  line-height: 16px;
  font-weight: lighter;
  word-break: break-word;
}
.acta_node .row .cell .file:after {
  content: " ";
  top: 8px;
  left: 6px;
  width: 20px;
  height: 20px;
}
.acta_node .row .cell .file:before {
  content: "";
  top: 8px;
  left: 6px;
  width: 20px;
  height: 20px;
}
.acta_node .row .cell ._list {
  position: relative;
  border-radius: 4px;
  padding: 15px ;
  margin-bottom: 4px;
  background-color: #FFF;
}
.acta_node .row .cell ._list ._subtitle {
  display: block;
  padding: 4px 15px 4px 0px;
}
.acta_node .row .cell ._list ._line {
  position: relative;
  font-weight: lighter;
  margin-bottom: 10px;
  border-bottom: 1px dashed #EEE;
}
.acta_node .row .cell ._list ._line .__click_icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
}
.acta_node .row .cell ._list ._line .__click_icon:after {
  content: " ";
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
}
.acta_node .row .cell ._list ._line .__editable {
  position: relative;
  padding: 8px 15px 10px 34px;
  word-break: break-word;
}
.acta_node .row .cell ._list ._line .__editable:before {
  position: absolute;
  content: "";
  top: 1px;
  left: 10px;
  width: auto;
  height: 15px;
  color: #888;
}
.acta_node .row .cell ._list ._line .__empty:before {
  position: absolute;
  content: "(vacio)";
  top: 8px;
  left: 34px;
  width: auto;
  height: 15px;
  color: #888;
}
.acta_node .row .cell ._list ._line .__submodal {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  background-color: #FFF;
  border-radius: 5px;
  padding: 0px;
  gap: 1px;
  display: flex;
  z-index: 2;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.acta_node .row .cell ._list ._line .__submodal .__icon_bttn {
  position: relative;
  width: 30px;
  height: 30px;
}
.acta_node .row .cell ._list ._line .__submodal .__icon_bttn:after {
  content: " ";
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
}
.acta_node .row .cell ._list ._line .__submodal .__icon_current:before {
  content: " ";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 2px;
  background-color: #999;
}
.acta_node .row .cell ._bullets {
  border-radius: 4px;
  padding: 15px ;
  margin-bottom: 4px;
  background-color: #FFF;
  position: relative;
}
.acta_node .row .cell ._bullets ._subtitle {
  display: block;
  padding: 4px 15px 4px 0px;
}
.acta_node .row .cell ._bullets ._line {
  padding: 0px 15px 10px 10px;
  position: relative;
  font-weight: lighter;
  word-break: break-word;
}
.acta_node .row .cell ._bullets ._line:after {
  position: absolute;
  content: "•";
  top: 1px;
  left: 0px;
  width: 15px;
  height: 15px;
}
.acta_node .row .cell ._bullets ._line:before {
  position: absolute;
  content: "";
  top: 1px;
  left: 10px;
  width: auto;
  height: 15px;
  color: #888;
}
.acta_node .row .cell ._bullets .__empty:before {
  position: absolute;
  content: "(vacio)";
  top: 1px;
  left: 10px;
  width: auto;
  height: 15px;
  color: #888;
}
.__subtable {
  overflow-x: scroll;
}
.__subtable .__subrow {
  display: flex;
  gap: 4px;
}
.__subtable .__subrow .__subcell {
  position: relative;
  border-radius: 4px;
  padding: 15px ;
  margin-bottom: 4px;
  min-width: 150px;
  max-width: 150px;
  background-color: #FFF;
  word-break: break-word;
  border: 1px solid #CCC;
}
.__subtable .__subrow .__subheader {
  background-color: #CCC;
}
.__acta_floating_card {
  position: fixed;
  bottom: 40px;
  right: 10%;
  left: auto;
  top: auto;
  width: 200px;
  border-radius: 7px;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #cccccc;
  box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.__animated_editing_points::after {
  content: '';
  position: absolute;
  animation: dots 1s infinite steps(4);
  display: inline-block;
}
@keyframes dots {
  0% {
    content: '';
  }
  25% {
    content: '.';
  }
  50% {
    content: '..';
  }
  75% {
    content: '...';
  }
}
.answers_new_inmo {
  padding-top: 30px;
}
.answers_new_inmo textarea {
  padding: 10px;
  max-width: 700px;
  resize: none;
  height: 5em;
}
.answers_new_inmo_text_area_modal {
  padding: 10px;
  max-width: 700px;
  resize: none;
  height: 5em;
}
.answers_inmo {
  width: 100%;
  padding-bottom: 40px;
}
.answers_inmo ._comment-row {
  position: relative;
  width: 100%;
  display: block;
  padding: 10px 0 10px 0;
  background-color: #eee;
  border-radius: 7px;
  margin-bottom: 10px;
  /*
      
        .attachment{
          p{
            padding-top:5px;
            padding-left:0px;
            margin-bottom: 0px;
          }
      
          span{
            margin-bottom: 20px;
          }
        }*/
}
.answers_inmo ._comment-row span {
  font-weight: 500;
}
.answers_inmo ._comment-row::after {
  content: "";
  position: absolute;
  top: 34px;
  left: 0;
  bottom: 0;
  width: 9px;
  border-right: 1px dashed #cccccc;
}
.answers_inmo ._comment-row:last-child::after {
  border: 0;
}
.answers_inmo ._comment-row:only-child::after {
  border: 0;
}
.answers_inmo ._comment-row .__actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding-left: 23px;
}
.answers_inmo ._comment-row .__actions a {
  text-decoration: underline;
}
.answers_inmo ._comment-row .__file {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding-left: 18px;
  padding-top: 11px;
  gap: 15px;
}
.answers_inmo ._comment-row .__file .___file-bttn {
  position: relative;
  min-width: 24%;
  max-width: 24%;
  width: 24%;
  padding: 7px 20px 7px 36px;
  border: 1px solid #cccccc;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 10px;
}
.answers_inmo ._comment-row .__file .___file-bttn p {
  font-weight: 900;
  margin-bottom: 5px;
  word-break: break-all;
}
.answers_inmo ._comment-row .__file .___file-bttn span {
  display: block;
}
.answers_inmo ._comment-row .__file .___file-bttn .icons {
  background-color: none;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 30px;
  padding-bottom: 30px;
}
.answers_inmo ._comment-row .__comment {
  width: 100%;
}
.answers_inmo ._comment-row .__comment p {
  margin-bottom: 20px;
  padding-left: 23px;
  text-align: justify;
  text-justify: inter-word;
}
.answers_inmo ._comment-row .__comment .___comment-header {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -ms-align-items: center;
  margin-bottom: 10px;
}
.answers_inmo ._comment-row .__comment .___comment-header .___icon-section {
  display: flex;
  position: relative;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -ms-align-items: center;
  padding-left: 23px;
  min-height: 20px;
  margin-right: 20px;
}
.answers_inmo ._comment-row .__comment .___comment-header .___icon-section .active {
  display: none;
}
.answers_inmo ._comment-row .__comment .___comment-header .___icon-section .unactive {
  display: block;
}
.answers_inmo ._comment-row .__comment .___comment-header .___icon-section a {
  text-decoration: underline;
}
#ontable_inmovilizados .answers_inmo ._comment-row .__file .___file-bttn {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
@media only screen and (orientation: portrait) {
  .showTabletFlex {
    display: flex !important;
  }
  .wrapper-colaps {
    display: none !important;
  }
  .section-wrapper {
    padding: 20px 6%;
  }
  .buttons_section_sticky {
    padding-top: 52px;
  }
  .section-logwrapper .logbox {
    width: 80%;
    flex-direction: column;
  }
  .section-logwrapper .logbox .log-square {
    width: 100%;
  }
  .section-logwrapper .logbox .loghero {
    position: absolute;
    top: 30px;
    width: 21%;
  }
  .section-logwrapper .logbox .logimg {
    width: 100%;
    padding-bottom: 60%;
  }
  .section-logwrapper .logbox .loginputs {
    width: 100%;
  }
  .section-logwrapper .logbox .log-section {
    display: none;
  }
  .section-logwrapper .logbox .log-section-icon {
    display: block;
    width: 120% !important;
  }
  .header-drop {
    display: flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: #000;
  }
  .header-drop .bttn-corner {
    position: relative;
    margin-right: 5%;
    background-position: 50% 30%;
  }
  .header-drop .icons {
    display: block;
    width: 40px;
    padding-bottom: 40px;
    background-position: 50% 30%;
  }
  .preheader-wrapper .preheader-content {
    padding-top: 40px;
    flex-direction: column;
  }
  .preheader-wrapper .preheader-content .actions {
    display: none !important;
    width: 100%;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    padding: 0px 0;
    border-bottom: 1px solid #666666;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  .preheader-wrapper .preheader-content .actions p {
    display: block;
    margin-left: 20px;
    color: #FFF;
  }
  .preheader-wrapper .active .actions {
    display: flex !important;
  }
  .preheader-wrapper .active .bttn-corner {
    background-position: 75% 30%;
  }
  .preheader-wrapper .animMenu .actions {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    padding: 10px 0;
  }
  .menu {
    display: none;
  }
  .form-section .card-body {
    width: 100%;
    margin-bottom: 20px;
  }
  .table-home .header-row {
    display: none;
  }
  .table-home .row {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 30px 20px;
    /*Home bigger cell*/
  }
  .table-home .row .cell-home {
    min-width: 100% !important;
    max-width: 100%;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    text-align: left;
  }
  .table-home .row .cell-home .mobileDetail {
    display: block;
  }
  .table-home .row .dealer {
    font-size: 17px;
    line-height: 20px;
    font-weight: 300;
  }
  .table-home .row .detail {
    max-width: 49%;
    min-width: 49%;
  }
  .evaluation-rowtop {
    margin-top: 20px;
  }
  .evaluation-header {
    display: flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -ms-align-items: center;
  }
  .evaluation-header .bttn-report {
    display: none;
  }
  .evaluation-row {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 4px 0;
    border-bottom: 1px solid #cccccc;
  }
  .evaluation-row .title {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  .evaluation-row .answers {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    margin-bottom: 10px;
  }
  .evaluation-row .actions {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    display: flex;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    margin-bottom: 10px;
  }
  .header-row {
    display: none;
  }
  .modal-section {
    width: 90%;
  }
  /* COMMMETS MODAL */
  .comment-row {
    position: relative;
    width: 100%;
    display: block;
    padding: 10px 0 10px 0;
    border-bottom: 1px dashed #cccccc;
  }
  .comment-row span {
    font-weight: 500;
  }
  .comment-row .comment {
    width: 100%;
  }
  .comment-row .comment p {
    margin-bottom: 20px;
    padding-left: 23px;
    text-align: justify;
    text-justify: inter-word;
  }
  .comment-row .comment .comment-header {
    position: relative;
    display: flex;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    align-items: center;
    -ms-align-items: center;
    margin-bottom: 10px;
  }
  .comment-row .comment .comment-header .icon-section {
    display: flex;
    position: relative;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    align-items: center;
    -ms-align-items: center;
    padding-left: 23px;
    min-height: 20px;
    margin-right: 20px;
  }
  .comment-row .comment .comment-header .icon-section .active {
    display: none;
  }
  .comment-row .comment .comment-header .icon-section .unactive {
    display: block;
  }
  .comment-row .comment .comment-header .active .active {
    display: block;
  }
  .comment-row .comment .comment-header .active .unactive {
    display: none;
  }
  .comment-row .comment .imgDiv {
    position: relative;
    border: 1px solid #f4f6f9;
    background-color: #f4f6f9;
    line-height: 0;
  }
  .comment-row .comment .imgDiv img {
    position: relative;
    width: 100%;
  }
  .comment-row .comment .imgpreview {
    min-height: 350px;
  }
  .comment-row .attachment p {
    padding-top: 5px;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .comment-row .attachment span {
    margin-bottom: 20px;
  }
  .blocker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .s3-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #666666;
  }
  .s3-loader .s3-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 0%;
    background-color: #0099da;
  }
  .folder .folder-bttn {
    min-width: 100%;
  }
  .section-kpis-filters {
    width: 100%;
  }
  .section-kpis-filters .filter-header h3 {
    width: 100%;
  }
  .section-kpis-filters .kpis-filter-groups {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .section-kpis .kpis-group {
    width: 00%;
    min-width: 100%;
    max-width: 100%;
  }
  .section-kpis .kpi-pie {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .section-kpis-rmp .slider-rmp .rmp-tower {
    min-width: 30%;
  }
  .section-kpis-rmp .slider-rmp .rmp-tower .tower {
    height: 200px;
  }
  .form-check-wrapper .check-box {
    min-width: 100%;
    width: 100%;
  }
  .form-check-wrapper .user {
    min-width: 60%;
    max-width: 60%;
  }
  .gantt-row .actions {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
  }
  .gantt-row .title,
  .gantt-row .answers {
    max-width: 40%;
    min-width: 40%;
    width: 40%;
  }
  .checklist-row .actions,
  .checklist-row .item-check {
    max-width: 19%;
    min-width: 19%;
    width: 19%;
  }
  .checklist-row .title,
  .checklist-row .answers {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
  }
  .section-prehomewrapper .logbox {
    width: 80%;
    flex-direction: column;
  }
  .section-prehomewrapper .logbox .prehome-menu .square-menu {
    width: 100%;
  }
  .section-prehomewrapper .logbox .log-square {
    width: 100%;
  }
  .section-prehomewrapper .logbox .loghero {
    position: absolute;
    top: 30px;
    width: 21%;
  }
  .section-prehomewrapper .logbox .logimg {
    width: 100%;
    padding-bottom: 60%;
  }
  .section-prehomewrapper .logbox .loginputs {
    width: 100%;
  }
  .section-prehomewrapper .logbox .log-section {
    display: none;
  }
  .section-prehomewrapper .logbox .log-section-icon {
    display: block;
    width: 120% !important;
  }
  .answers_inmo ._comment-row .__file .___file-bttn {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .acta_node .table .header_row .null {
    min-width: 40%;
    max-width: 40%;
  }
  .acta_node .table .header_row .cell {
    min-width: 70%;
    max-width: 70%;
  }
  .acta_node .row .rowheader {
    min-width: 40%;
    max-width: 40%;
  }
  .acta_node .row .cell {
    min-width: 70%;
    max-width: 70%;
  }
  .apoyos-kpis ._indicador {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 5px;
  }
}
.lb-hover60 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  transition: opacity 0.4s;
}
.lb-hover100 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.lb-trans {
  transition: opacity 0.4s;
}
.lb-round20 {
  border-radius: 20px;
}
.lb-roundSmall {
  border-radius: 7px;
}
.lb-roundMed {
  border-radius: 10px;
}
.lb-roundkill {
  border-radius: 0px;
}
.lb-vround20top {
  border-radius: 20px 20px 0 0;
}
.lb-round20bottom {
  border-radius: 0 0 20px 20px;
}
/*Modales*/
.lb-body-modal-on .outer-wrapper {
  position: fixed;
}
.lb-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #3B3A40;
  opacity: 0.7;
}
.lb-modal-wrapper {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  padding: 40px 0;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
}
.lb-modal-section {
  width: 50%;
}
.lb-modal-section .lb-modal-content {
  position: relative;
  background-color: #FAFAFA;
  width: 100%;
  padding: 30px 40px;
  margin-bottom: 2px;
  border-radius: 20px;
}
.lb-modal-section .lb-modal-content .cell_menu {
  display: none;
}
.lb-modal-section .lb-modal-content .lb-modal-subcontent {
  width: 100%;
}
.lb-modal-section .lb-modal-content .lb-modal-subcontent .lb-svg-loader {
  position: relative;
  width: 100%;
}
.lb-modal-section .lb-modal-content .lb-modal-subcontent .lb-svg-loader svg {
  position: relative;
  display: block;
  margin: 0 auto;
}
.lb-modal-xl {
  width: 90%;
}
.lb-modal_multiselect {
  position: relative;
  display: block;
}
.lb-modal_multiselect .lb-option {
  position: relative;
  padding: 7px 15px 10px 40px;
  border-bottom: 1px dashed #303132;
  margin-bottom: 7px;
  font-weight: 700;
  color: #303132;
}
.lb-modal_multiselect .selected {
  color: #0099da;
}
/*UNCHECK*/
.lb-modal-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.lb-modal-loader svg {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}
.lb-modal-uploader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lb-modal-uploader .lb-small-uploader {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  padding: 30px;
  background-color: #FFF;
  border-radius: 10px;
}
.lb-modal-uploader .lb-small-uploader h3 {
  padding-bottom: 10px;
}
.lb-modal-uploader .lb-small-uploader .lb-upload-bar {
  position: relative;
  width: 100%;
  height: 10px;
  overflow: hidden;
  background-color: #cccccc;
  border-radius: 7px;
}
.lb-modal-uploader .lb-small-uploader .lb-upload-bar .lb-upload-progress {
  position: absolute;
  width: 50%;
  background-color: #0099da;
  top: 0;
  left: 0;
  bottom: 0;
}
.lb-blocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.lb-s3-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #666666;
}
.lb-s3-loader .lb-s3-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 0%;
  background-color: #0099da;
}
.lb-form-section {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
}
.lb-form-section label {
  position: relative;
  width: 49%;
  margin-bottom: 20px;
}
.lb-form-section ._fake_input {
  display: block;
  width: 100%;
  margin: 10px 0 0px 0;
  padding: 7px 10px;
  border: 1px solid #cccccc;
  min-width: 150px;
  border-radius: 5px;
  font-size: 12px;
}
.lb-form-section .fullwidth {
  width: 100%;
}
.lb-form-bttn-send {
  margin-top: 40px;
  position: relative;
  text-align: left;
}
.lb-form-bttn-send p {
  min-width: 30%;
  border-radius: 10px;
  padding: 4px 15px;
  display: inline-block;
  background-color: #0099da;
  border: 1px solid #cccccc;
  font-weight: 500;
  text-align: center;
  color: #FFF;
}
.lb-bttn-save {
  margin: 10px 0 30px;
  position: relative;
  text-align: left;
  display: inline-block;
  min-width: 30%;
}
.lb-bttn-save p {
  min-width: 90%;
  border-radius: 5px;
  padding: 4px 15px;
  display: inline-block;
  border: 1px solid #cccccc;
  font-weight: 500;
  text-align: center;
  color: #666666;
}
.lb-form-check-wrapper {
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid #666666;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%;
}
.lb-form-check-wrapper .check-box {
  position: relative;
  display: flex;
  min-width: 29%;
  width: 29%;
  border-bottom: 1px solid #f4f6f9;
  margin-right: 2%;
  padding: 7px 15px 7px 0;
}
.lb-form-check-wrapper .check-box p {
  display: inline-block;
  margin-right: 15px;
}
.lb-form-check-wrapper .check-box input {
  display: inline-block;
  min-width: auto;
  width: auto;
  margin: 0;
  align-self: flex-start;
  -ms-align-self: flex-start;
}
.lb-form-check-wrapper h3 {
  position: absolute;
  display: inline-block;
  top: -18px;
  left: 20px;
  padding: 10px 10px;
  background-color: #FFF;
}
textarea {
  resize: none;
}
#lb-media_forms .lb-form-section label {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
#lb-media_forms .form-check-wrapper .check-box {
  min-width: 100%;
  width: 100%;
}
@media only screen and (orientation: portrait) {
  .lb-form-section label {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .form-check-wrapper .check-box {
    min-width: 100%;
    width: 100%;
  }
  .lb-modal-section {
    width: 90%;
  }
  /* COMMMETS MODAL */
  .lb-comment-row {
    position: relative;
    width: 100%;
    display: block;
    padding: 10px 0 10px 0;
    border-bottom: 1px dashed #cccccc;
  }
  .lb-comment-row span {
    font-weight: 500;
  }
  .lb-comment-row .lb-comment {
    width: 100%;
  }
  .lb-comment-row .lb-comment p {
    margin-bottom: 20px;
    padding-left: 23px;
    text-align: justify;
    text-justify: inter-word;
  }
  .lb-comment-row .lb-comment .lb-comment-header {
    position: relative;
    display: flex;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    align-items: center;
    -ms-align-items: center;
    margin-bottom: 10px;
  }
  .lb-comment-row .lb-comment .lb-comment-header .lb-icon-section {
    display: flex;
    position: relative;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    align-items: center;
    -ms-align-items: center;
    padding-left: 23px;
    min-height: 20px;
    margin-right: 20px;
  }
  .lb-comment-row .lb-comment .lb-comment-header .lb-icon-section .active {
    display: none;
  }
  .lb-comment-row .lb-comment .lb-comment-header .lb-icon-section .unactive {
    display: block;
  }
  .lb-comment-row .lb-comment .lb-comment-header .lb-active .active {
    display: block;
  }
  .lb-comment-row .lb-comment .lb-comment-header .lb-active .unactive {
    display: none;
  }
  .lb-comment-row .lb-comment .lb-imgDiv {
    position: relative;
    border: 1px solid #f4f6f9;
    background-color: #f4f6f9;
    line-height: 0;
  }
  .lb-comment-row .lb-comment .lb-imgDiv img {
    position: relative;
    width: 100%;
  }
  .lb-comment-row .lb-comment .lb-imgpreview {
    min-height: 350px;
  }
  .lb-comment-row .lb-attachment p {
    padding-top: 5px;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .lb-comment-row .lb-attachment span {
    margin-bottom: 20px;
  }
  .lb-blocker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .lb-s3-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #666666;
  }
  .lb-s3-loader .lb-s3-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 0%;
    background-color: #0099da;
  }
}
._submenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 20px;
}
._submenu ._subbutton,
._submenu a {
  position: relative;
  padding: 3px 20px 0 30px ;
  text-decoration: underline;
}
._submenu ._subbutton:after,
._submenu a:after {
  content: " ";
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
}
._submenu ._subbutton:last-child,
._submenu a:last-child {
  padding-right: 5px;
}
.apoyos-kpis {
  position: relative;
  margin: 20px 0 0px 0;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%;
  gap: 1%;
}
.apoyos-kpis ._indicador {
  min-width: 19%;
  max-width: 19%;
  width: 19%;
  padding: 5px 20px 20px 20px;
  border: 1px solid #cccccc;
}
.apoyos-kpis ._disclaimer {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  margin-top: 7px;
  padding: 5px 20px 5px 0px;
}
#onphone .apoyos-kpis ._indicador {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 5px;
}

