/* Add your variable customizations of layout here */
/* roboto-regular - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"), url("../fonts/roboto-v20-latin-ext_latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/roboto-v20-latin-ext_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat"), local("Montserrat-Regular"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Montserrat-500 - latin-ext_latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Montserrat-700 - latin-ext_latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* --------------------------------- LAYOUT ----------------------------------------- */

.layout-main { width: 100vw !important; height: 100% !important; background-color: var(--white); }
.layout-main .col-fixed { }
@media screen and (max-width: 400px) {
  .layout-main .col-fixed {
    padding: 0.25rem;
  }
}

.layout-right { padding: 0 4rem !important; }
@media screen and (max-width: 574px) {
  .layout-right {
    padding: 0 0 0 1rem !important;
  }
}

.layout-main-topbar { height: 10%; }
.layout-main-content { height: 90%; }


/* Menú DT */

.menu-float { float: left; position: absolute; min-height: 100vh; overflow: visible; background: red; border-right: 1px solid #e5e5e5; }

.main-menu {
  min-height: 100vh;
  background:var(--black-10);
  border-right:1px solid #e5e5e5;
  /*position:absolute;*/
  top:0;
  bottom:0;
  /*height:100%;*/
  left:0;
  overflow:visible; /* overflow:hidden; */
  -webkit-transition:width .05s linear;
  transition:width .05s linear;
  -webkit-transform:translateZ(0) scale(1,1);
  z-index:1000;
}
.collapsed { width: 6.85rem; } /* DT 110px */
.expanded { width:17.2rem; } /* DT 275px */

.main-menu>ul { margin:7px 0; }

.main-menu li {
  position:relative;
  display:block;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  padding: 0.5rem;
  margin: 0.5rem;
  border-radius: 0.5rem;
}

.main-menu li.li-title { color: var(--black-40); }

.main-menu li.li-active { color: var(--white); background-color: var(--first-100); cursor: pointer; }

.main-menu li.li-desactive { opacity: 0.2; }

.main-menu li.li-item:hover { color: var(--black-80); background-color: var(--black-20); cursor: pointer; }

.main-menu .nav-icon { position:relative; display:table-cell; width:60px; height:36px; text-align:center; vertical-align:middle; font-size:18px; }

.main-menu .nav-text { position:relative; vertical-align:middle; font-family: sans-serif; }
.text-collapsed { display: block; text-transform: uppercase; font-size: 11px; }
.text-expanded { display: inline; }
.text-title { color: var(--black-80) !important; text-transform: uppercase; font-size: 10px; }

.main-menu>ul.toggle { position:absolute; left:0; bottom:0; width: 100%; }
div .toggle { position: sticky; top: calc(100vh - 8rem); } /* */

.no-touch .scrollable.hover { overflow-y:hidden; }

.no-touch .scrollable.hover:hover { overflow-y:auto; overflow:visible; }

nav { -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; -o-user-select:none; user-select:none; }

nav ul,nav li { outline:0; margin:0; padding:0; }
.li-collapsed { text-align: center; }

.icon-2x { font-size: 2em; }
.icon-2x { position: relative; display: table-cell; width: 60px; text-align: center; vertical-align: middle; font-size:20px; }
.icon-collapsed { height: 25px; }

/* TOPBAR */

.layout-topbar { padding-top: 1rem; margin: 0; min-height: 4em; }

@media screen and (max-width: 400px) {
  .layout-topbar .search {
    display: none;
  }
}

.layout-topbar .search .p-inputtext {
  font-size: 14px;
  width: 150px;
  padding: 6px 24px 6px 6px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.layout-topbar .search i {
  position: absolute;
  font-size: 14px;
  color: #616161;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.layout-topbar .profile-menu-button {
  height: 40px;
  /*margin-left: 2em;*/
  display: flex;
  align-items: center;
  border: 2px solid transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

@media screen and (max-width: 400px) {
  .layout-topbar .profile-menu-button {
    margin-left: 0em;
  }
}

.layout-topbar .profile-menu-button img { width: 36px; height: 36px; margin-right: 0.5rem; }

.layout-topbar .profile-menu { width: 20rem; padding: 0.5rem; }
.layout-topbar .profile-menu .p-submenu-header { color: var(--black-80); font-weight: 400; font-size: 0.75rem; text-transform: uppercase; padding-top: 2rem !important; }
.layout-topbar .profile-menu .p-menuitem a span { font-size: 1rem; color: var(--black-100); }
.layout-topbar .profile-menu .p-menuitem:last-child a { display: flow-root; text-align: right; font-weight: 500; font-size: 13px; }

.layout-topbar .principal-menu { width: 20rem; padding: 0.5rem; }
.layout-topbar .principal-menu .p-submenu-header { color: var(--black-80); font-weight: 400; font-size: 0.75rem; text-transform: uppercase; padding-top: 2rem !important; }
.layout-topbar .principal-menu .p-menuitem a span { font-size: 1rem; color: var(--black-100); }

.layout-topbar i { font-size: 18px; }

.layout-topbar a { color: var(--black-100); font-style: normal; font-weight: 300; font-size: 14px; }

/* --------------------------------- END LAYOUT ----------------------------------------- */


/* Utils */
.responsive {
  width: 100%;
  height: auto;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
.fadeInDown {
  -webkit-animation: fadeInDown 5s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 5s;
}

.fadeOutUp {
  -webkit-animation: fadeOutUp 0.2s;
  /* Safari 4.0 - 8.0 */
  animation: fadeOutUp 0.2s;
}

.loader {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100px;
  position: relative;
  width: 100px;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke: #B6463A;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%, 90% {
    stroke: #ffa700;
  }
}
.dashboard > div {
  padding: 1em;
}
.dashboard .dashboard-grid {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
}

.login-body {
  /*background-image: url("../../layout/images/login/bg-login.jpg");*/
  background-color: var(--black-10);
  /*height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
}
.login-body .login-panel {
  /*width: 565px;
  height: 410px;*/
  /*background-color: #fafafa;*/
  /*position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -282px;
  margin-top: -232px;*/
  padding: 0;
  /*-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;*/
  /*-webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);*/
  /*-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14);*/
}
.login-body .login-panel .login-panel-header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  width: 108px;
  height: 108px;
  position: relative;
  top: -54px;
  left: 50%;
  margin-left: -54px;
  background: var(--black-10);
  /*border: 10px solid #fafafa;*/
  border-radius: 50%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.12)) drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.14));
}
.login-body .login-panel .login-panel-header img {
  /*width: 88px;
  height: 88px;*/
  width: 100%;
  height: 100%;
}
.login-body .login-panel .login-panel-content {
  padding: 12px 98px;
  position: relative;
  top: -54px;
}
.login-body .login-panel .login-panel-content h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
  letter-spacing: 1.3px;
  color: var(--black-100);
  margin-top: 0;
  margin-bottom: 6px;
  /*text-align: center;*/
}
.login-body .login-panel .login-panel-content h2 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: var(--black-100);
  margin-top: 0;
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .login-body .login-panel {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .login-body .login-panel .login-panel-content {
    padding: 12px 38px;
  }
}
.exception-body {
  min-height: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.exception-body.error {
  background-image: url("../../layout/images/exception/bg-error.jpg");
}
.exception-body.error .exception-panel .exception-image {
  width: 102px;
  margin-left: -51px;
}
.exception-body.error .exception-panel .exception-image img {
  width: 58px;
  height: 64px;
}
.exception-body.notfound {
  background-image: url("../../layout/images/exception/bg-404.jpg");
}
.exception-body.notfound .exception-panel .exception-image {
  width: 108px;
  margin-left: -54px;
}
.exception-body.notfound .exception-panel .exception-image img {
  width: 64px;
  height: 64px;
}
.exception-body.accessdenied {
  background-image: url("../../layout/images/exception/bg-access.jpg");
}
.exception-body.accessdenied .exception-panel .exception-image {
  width: 108px;
  margin-left: -54px;
}
.exception-body.accessdenied .exception-panel .exception-image img {
  width: 50px;
  height: 64px;
}
.exception-body .exception-panel {
  width: 565px;
  height: 247px;
  background-color: #fafafa;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -282px;
  margin-top: -123px;
  padding: 0;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
}
.exception-body .exception-panel .exception-image {
  vertical-align: middle;
  height: 108px;
  position: relative;
  top: -54px;
  left: 50%;
  background: #fafafa;
  border: 22px solid #fafafa;
  border-radius: 50%;
}
.exception-body .exception-panel .exception-detail {
  position: relative;
  padding: 10px 0 42px 0;
  top: -54px;
}
.exception-body .exception-panel .exception-detail h1 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.7px;
  color: #616161;
  margin: 0px 0 16px 0;
}
.exception-body .exception-panel .exception-detail p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: var(--black-100);
  margin: 0 0 42px 0;
}

@media screen and (max-width: 1024px) {
  .exception-body .exception-panel {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}

* {
    margin: 0;
    padding: 0;
}

html {
  background: var(--white);
  min-height: 100vh;
  /* DT font-size: 14px; */
}

body {
  font-family: "Roboto", "Montserrat", "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: var(--black-100);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0px;
  /*height: 100%;*/
  min-height: 100vh;
  /*background-color: #f4f4f7;*/
}
body .ajax-loader {
  font-size: 32px;
  color: #457fca;
}
body.blocked-scroll, body.blocked-scroll-config {
  overflow: hidden;
}
body a {
  text-decoration: none;
  font-weight: 700;
  color:#0097DD;
  /*color: #457fca;*/
}

.app-root {
    height: 100vh;
    display: flex;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.5rem 0 1rem 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 32px;
  color: inherit;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  font-size: 2rem;
}

h3 {
  /*font-size: 1.75rem;*/
  font-size: 1.5rem;
  color: var(--black-80);
  line-height: 28px;
}

h3.light{
  font-weight: 300;
  line-height: 44px;
  font-size:21px;
  /*font-size: clamp(15px,1.6vw,21px);*/
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

h4.light{
  font-weight: 300;
  line-height: 20px;
  font-size: clamp(12px,1.6vw,16px);
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

mark {
  background: #FFF8E1;
  padding: 0.25rem 0.4rem;
  border-radius: 2px;
  font-family: monospace;
}

blockquote {
  margin: 1rem 0;
  padding: 0 2rem;
  border-left: 4px solid #90A4AE;
}

hr {
  border-top: solid #dbdbdb;
  border-width: 1px 0 0 0;
  margin: 1rem 0;
}

p {
  margin: 0 0 1rem 0;
  line-height: 1.5;
}

p.light{
  font-weight: 300;
  color: var(--black-60);
}

p:last-child {
  margin-bottom: 0;
}

/* Add your customizations of layout here */
.h100{
  height: 90vh;
}

.flexCenter {
  display: flex;
  /*align-items: center;*/
  justify-content: center;
}

.flexHEnd {
  display: flex;
  align-items: end;
  justify-content: center;
}

.login-imgs{
  display: grid;
  align-self: center;
}

.login-imgs img{
  align-self: center;
  justify-self: center;
}

.login-imgs .img1{
  width: 271px;
}

.login-imgs .img2{
  width: 390px;
  margin: 50px 0;
}

.login-imgs .img3{
  width: 210px;
}

.login-imgs p{
  text-align: center;
}

.displayLoginImgs{
  display: grid;
}

.displayGridLogin{
  display: grid;
}

.switchI p-inputswitch{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

@media screen and (max-width: 1212px){
  .login-imgs .img1{
    width: 80%;
  }

  .login-imgs .img2{
    width: 100%;
    margin: 50px 0;
  }

  .login-imgs .img3{
    width: 70%;
  }

  .login-imgs p{
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 768px){
  .displayLoginImgs{
    display: none;
  }
}

@media screen and (max-width: 576px){
  .displayGridLogin{
    display: none;
  }
}
