:root {
  --azul: #0077c8;
  --white: #fff;
  --waves-library--white: white;
  --azul-principal: #00a4e5;
  --griz: #00afe4;
  --waves-library--black: #F6F6F6;
  --celeste: #41b6e6;
  --black: #000;
  --studioform-library--base-color-neutral--neutral-lightest: #eee;
  --studioform-library--sf-color--subtle-black-50: #22222280;
  --studioform-library--sf-color--green: #41f182;
  --studioform-library--sf-color--blue: #175ada;
  --studioform-library--sf-color--light-green: #cffce0;
  --studioform-library--sf-color--subtle-black-10: #2222221a;
  --studioform-library--sf-color--light-red: #fbe5e8;
  --studioform-library--sf-color--subtle-black-11: #222;
  --studioform-library--sf-color--grey: #e9e9e9;
  --studioform-library--sf-color--subtle-black-20: #2223;
  --studioform-library--sf-color--subtle-white: #fbfbfb;
  --studioform-library--sf-color--light-blue: #b1c9f6;
  --studioform-library--sf-color--red: #dd2d4a;
  --studioform-library--sf-color--tag-blue: #0073e6;
  --studioform-library--sf-corner--small: .15625rem;
  --studioform-library--sf-corner--medium: .3125rem;
  --studioform-library--sf-corner--large: .625rem;
  --waves-library--background: #faebe3;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

a {
  color: var(--azul);
  text-decoration: underline;
}

.nav-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.nav-link {
  color: #ffffffa6;
  padding: 12px 16px;
  transition: all .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--white);
}

.dropdown-link {
  text-align: center;
}

.dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.icon-drodpdown {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 29px;
  font-weight: 900;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
}

.nav-menu, .nav-options {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo {
  max-width: none;
  height: 100%;
}

.nav-brand-link {
  height: 40px;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.nav-container {
  max-width: 90% !important;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width:320px)  {
  .nav-container {
    min-width: 100% !important;
  }
}
@media (min-width:480px)  {
  .nav-container {
    min-width: 100% !important;
  }
}
@media (min-width:600px)  {
  .nav-container {
    min-width: 100% !important;
  }
}
@media (min-width:801px)  {
  .nav-container {
    min-width: 100% !important;
  }
}
@media (min-width:1025px) {
  .nav-container {
    min-width: 100% !important;
  }
}
@media (min-width:1281px) {
  .nav-container {
    min-width: 100% !important;
  }
}

.navbar {
  background-color: #002856;
  color: var(--white);
  border-bottom: 1px solid #13131333;
  height: 60px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 12px 20px -5px #0003;
}

.icon-menu {
  opacity: .6;
  width: 22px;
  height: 22px;
  transition: opacity .3s;
}

.icon-menu:hover {
  opacity: 100;
}

.icon-menu:active {
  opacity: 1;
}

.icon-menu.smaller {
  width: 20px;
  height: 20px;
}

.paragraph-small {
  color: #afafaf;
  font-size: 12px;
  line-height: 1;
}

.bottom-footer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer {
  background-color: var(--white);
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.login-section {
  flex-flow: row;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.img-half {
  background-image: url('../images/interior-large-distribution-warehouse-with-shelves-stacked-with-palettes-goods-ready-market.jpeg');
  background-position: 38%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.half-section {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.success-mesagge {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.button-dark {
  background-color: var(--azul-principal);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.button-dark:hover {
  background-color: #131313e6;
}

.button-dark.wide-button {
  min-width: 200px;
}

.button-dark.wide-button:hover {
  background-color: var(--griz);
}

.button-dark.wide-button.hide {
  display: none;
}

.submit-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.input-wrap.centered {
  justify-content: flex-start;
  align-items: center;
}

.text-field-background {
  color: var(--azul-principal);
  background-color: #f6f6f6;
  border: 1px solid #d1d3d4;
  border-radius: 4px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.text-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--azul-principal);
}

.form-login {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.login-form-block {
  width: 350px;
  margin-top: 40px;
}

.login-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link {
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
}

.link:hover {
  color: var(--celeste);
}

.form-error {
  background-color: #ffe0e0;
  border-radius: 4px;
  max-width: 350px;
  margin-top: 20px;
  position: absolute;
}

.logo-login {
  width: 230px;
}

.section {
  padding-top: 70px;
  padding-bottom: 40px;
}

.table {
  box-sizing: content-box;
  min-width: 1000px;
}

a {
  text-decoration: none !important;
}

/*.line {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #dfdfdf;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 80px 80px 100px 100px 150px 120px 15px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 10px 20px;
  transition: all .3s;
  display: grid;
}

.line:hover {
  background-color: #f7f7f7;
  border-radius: 0;
}

.line.header {
  border-bottom-width: 2px;
  border-bottom-color: var(--azul-principal);
  color: var(--azul-principal);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: 700;
}

.line.header:hover {
  background-color: #fff0;
}*/

.table-cell {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  font-size: 13px;
  display: flex;
}

.table-cell.header {
  justify-content: flex-start;
  align-items: flex-end;
}

.table-cell.bold {
  font-weight: 700;
}

.icon-table {
  flex: none;
  width: 15px;
  height: 15px;
  margin-top: auto;
  margin-bottom: auto;
}

.screen-color {
  mix-blend-mode: color;
  /*background-color: #120c42;*/
  position: absolute;
  inset: 0%;
}

.intranet-texto {
  margin-left: auto;
  margin-right: 40px;
  font-size: 25px;
  font-weight: 300;
}

.hide {
  display: none;
}

.link-icon-navbar.smaller {
  margin-right: 0;
}

.notificaciones-container {
  z-index: 4;
  background-color: var(--white);
  border-left: 1px solid #e6e6e6;
  width: 300px;
  height: 100vh;
  padding: 60px 20px 20px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  box-shadow: -4px 2px 20px -8px #0003;
}

.heading {
  color: var(--azul-principal);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.header-notificaciones {
  background-color: var(--white);
}

.heading-notificacion {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.notificacion {
  border-bottom-color: #e6e6e6;
  border-radius: 4px;
  padding: 10px 10px 10px 24px;
  position: relative;
}

.notificacion:hover {
  background-color: #f5f5f5;
}

.texto-notificacion {
  margin-bottom: 0;
  font-size: 13px;
}

.listado-notificaciones {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top: 1px solid #dfdfdf;
  flex-flow: column;
  max-height: 85vh;
  padding-top: 10px;
  overflow: scroll;
}

.notificacion-punto {
  background-color: var(--azul);
  border-radius: 20px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 16px;
  left: 8px;
}

@media screen and (min-width: 1920px) {
  .logo-login {
    width: 250px;
  }

  .intranet-texto {
    margin-right: 20px;
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #ffffff1f;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
  }

  .nav-buttons {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-link {
    text-align: center;
    background-color: #fff0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 17px;
    display: flex;
  }

  .nav-link:hover {
    background-color: #ffffff1a;
  }

  .nav-link.line-bellow {
    border-bottom: 1px solid #ffffff14;
  }

  .nav-link.line-bellow.w--current {
    background-color: #ffffff1a;
  }

  .dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .nav-menu {
    background-color: var(--azul-principal);
    border-top: 1px solid #ffffff26;
    border-radius: 0 0 4px 4px;
    width: 250px;
    margin-top: 1px;
    margin-left: auto;
    margin-right: 10px;
    overflow: hidden;
  }

  .nav-brand-link {
    padding-left: 0;
  }

  .bottom-footer {
    grid-row-gap: 32px;
    text-align: center;
    flex-flow: row;
    align-items: center;
  }

  .login-section {
    flex-flow: column;
  }

  .img-half {
    width: 100%;
    height: 25%;
  }

  .half-section {
    width: 100%;
    height: 75%;
  }

  .link-icon-navbar {
    margin-left: 10px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav-buttons {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .img-half {
    display: none;
  }

  .half-section {
    height: 100%;
  }

  .login-form-block {
    max-width: 100%;
  }

  .link-icon-navbar {
    margin-right: 18px;
  }

  .link-icon-navbar.smaller.w--current {
    margin-right: 10px;
  }

  .notificaciones-container {
    width: 100vw;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    width: 50px;
    height: 50px;
  }

  .nav-menu {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .logo {
    width: 120px;
    height: auto;
  }

  .nav-brand-link {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .bottom-footer {
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .button-dark.wide-button {
    min-width: 100%;
  }

  .login-form-block {
    width: 100%;
  }

  .form-error {
    width: 100%;
    max-width: 100%;
  }

  .intranet-texto {
    margin-right: 0;
  }

  .link-icon-navbar {
    margin-left: 10px;
    margin-right: 10px;
  }

  .notificaciones-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}


.header-section {
  background-color: var(--white);
  color: var(--azul-principal);
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 2px;
  padding-top: 50px;
}

.header-section.sticky-header {
  padding-top: 2px;
  position: sticky;
  top: 60px;
}

.header-section.profile-header {
  background-color: #0000;
  margin-bottom: 20px;
}

@media screen and (max-width: 479px) {
  .header-section.sticky-header {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 479px) {
  .header-section {
    padding-top: 20px;
  }
  .wrap {
    padding: 0px;
  }
}

.btn-primary {
  background-color: #00a4e5 !important;
  border-color: #00a4e5 !important;
}

.iconsEditYTrash{
  font-size: 14px;
  padding: 7px 3px 7px 3px;
}

.btn-grayMenu{
  background-color: #f6f6f6;
}
.btn-grayMenu:hover, .btn-grayMenu:focus, .btn-grayMenu.focus, .btn-grayMenu:active, .btn-grayMenu.active{
  background-color: #e6e7e8;
}

.tableHeader {
  color: #002856 !important;
}