@charset "UTF-8";
/* ------------------------------------ *\
   #CORE
\* ------------------------------------ */
/* ------------------------------------ *\
    #MIXIN
\* ------------------------------------ */
/**
 * Contents
 *
 * HELPERS
 *
 * TEXT
 *
 * LAYOUT
 *
 * BUTTONS
 *
 * INPUTS
 * Text
 *
 * ICONS
 *
 * VISIBILITY
 */
/**
 * HELPERS
 */
/**
 * TEXT
 */
/**
 * LAYOUT
 */
/**
 * BUTTONS
 */
/**
 * FORMS
 */
/**
 * SELECT
 */
/**
 * ICONS
 */
/* ------------------------------------ *\
    #VARIABLES
\* ------------------------------------ */
/**
 * CONTENTS
 *
 * COLORS
 * Brand Colors...............Globally-available variables and config
 * Neutral Colors.............Grayscale colors, including white and black
 *
 * TYPOGRAPHY
 * Font Families..............The fonts used in the design system
 * Sizing.....................Font sizing
 *
 * LAYOUT
 * Max-widths.................Maximum layout container width
 * Inputs......

 * SPACING
 * Spacing defaults...........Spacing between elements

*/
/* ------------------------------------ *\
    #DESIGN TOKENS
\* ------------------------------------ */
/* ------------------------------------ *\
    #COLORS
\* ------------------------------------ */
/**
 * Brand Colors
 */
/**
  * Neutral Colors
  * - Grayscale values used throughout the application
  */
/**
  * Text vars
  * - 
  */
/**
  * Link Colors
  * - The color definition of our links and all their states 
  *    (Default, :hover, Active, Visited)
  */
/**
  * Support
  * - Error, Success, Warning, Info colors
  */
/**
  * Abstraction vars
  * - Used for templating and dark mode ****************
  */
/* ------------------------------------ *\
    #TYPOGRAPHY
\* ------------------------------------ */
/**
 * Font Path
 */
/**
 * Font Family
 */
/**
 * Font Sizing
 */
/**
 * Font Weights
 */
/**
 * Line Height
 */
/**
 * Font styles
 */
/* DISPLAY */
/* HEADING */
/* BODY */
/* ------------------------------------ *\
    #SPACING
\* ------------------------------------ */
/**
 * Layout vars
 * 1) Se usa para dar espacio entre componentes
 */
/**
 * Spacing vars
 * 1) Se usa para dar espacio entre elementos dentro de un componente
 */
/**
 * Gutter
 * 1) Espaciado entre columnas de un grid
 */
/**
 * Content padding
 * 1) Espaciado extra que da cada wrapper
 */
/* ------------------------------------ *\
    #TRANSITIONS
\* ------------------------------------ */
/* ------------------------------------ *\
    #TRANSICIONES
    // https://easings.net/
	// http://matthewlein.com/ceaser/
\* ------------------------------------ */
/**
 * Form elements
 */
/* ------------------------------------ *\
    #LAYOUT
\* ------------------------------------ */
/* ------------------------------------ *\
    #BORDERS
\* ------------------------------------ */
/**
 * Border variables
 */
/* ------------------------------------ *\
    #OTROS
\* ------------------------------------ */
/**
 * Icons
 */
/* ------------------------------------ *\
    #BREAKPOINTS
\* ------------------------------------ */
/**
 * Breakpoints genéricos
 */
/* ------------------------------------ *\
    #SHADOWS
\* ------------------------------------ */
/* ------------------------------------ *\
    Main font
\* ------------------------------------ */
/* ------------------------------------ *\
    Icons settings
\* ------------------------------------ */
.zmdi {
  text-align: center;
}

/* ------------------------------------ *\
    #TRANSICIONES
    // https://easings.net/
	// http://matthewlein.com/ceaser/
\* ------------------------------------ */
/**
 * Form elements
 */
/* ------------------------------------ *\
   #CORE
\* ------------------------------------ */
/* ------------------------------------ *\
    #LAYOUT
\* ------------------------------------ */
/* ------------------------------------ *\
    #OTROS
\* ------------------------------------ */
/* ------------------------------------ *\
    #BREAKPOINTS
\* ------------------------------------ */
/**
 * Breakpoints genéricos
 */
/* ------------------------------------ *\
   #LAYOUT
\* ------------------------------------ */
.l-app {
  display: flex;
  height: 100%;
}

.l-header img{
  padding: 0 10px;
}

@media (max-width: 87.5rem) {
  .l-app .btn-menu {
    visibility: visible !important;
  }
  .l-app.menu-is-opened .l-header img {
    left: 100px !important;
  }
  .l-header img {
    position: absolute;
    top: 66px;
    padding: 10px 5px 0 5px;
  }
  .l-app .l-content {
    padding-left: 5.125rem;
  }
  .l-app .l-header {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999999;
  }
  .l-app .l-header .logo {
    display: none;
  }
  .l-app.menu-is-opened .l-header .logo {
    display: block;
  }
  .l-app:not(.menu-is-opened) .l-header {
    width: 5.125rem;
  }
  .l-app:not(.menu-is-opened) .l-header .l-header__nav li button i {
    margin-right: 0;
  }
  .l-app:not(.menu-is-opened) .l-header .l-header__nav li button span {
    display: none;
  }
}
@media screen and (max-width: 44.9375rem) {
  .l-app .l-content {
    padding-left: 0;
  }
  .l-app .l-content__header .logo-zonda {
    display: none;
  }
  .l-app .l-content__title {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 3rem;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .l-app .l-header {
    width: 0 !important;
    overflow: visible;
    background-color: transparent;
    border: none;
  }
  .l-app .l-header .logo img {
    height: 4.5rem;
  }
  .l-app .l-header .btn-menu {
    top: 1.375rem;
  }
  .l-app .l-header .btn-menu i {
    color: white;
  }
  .l-app .l-header__nav {
    visibility: hidden;
    margin-top: 8.75rem;
  }
  .l-app .l-header__nav li + li {
    margin-top: 0.25rem;
  }
  .l-app .l-header__nav li .btn-unstyled {
    padding-left: 3rem;
    font-size: 18px;
  }
  .l-app .l-header__nav li .btn-unstyled i {
    font-size: 28px;
  }
  .l-app.menu-is-opened .l-header {
    width: 100% !important;
    background-color: #fff;
  }
  .l-app.menu-is-opened .l-header .btn-menu {
    right: 2rem;
    left: auto;
  }
  .l-app.menu-is-opened .l-header .btn-menu i {
    color: black;
  }
  .l-app.menu-is-opened .l-header .btn-menu i::before {
    content: "\f136";
  }
  .l-app.menu-is-opened .l-header__nav {
    visibility: visible;
  }
}
.l-app.is-dark-mode {
  background-color: #171717;
  color: white;
}
.l-app.is-dark-mode .l-content__header {
  background-color: transparent;
}
.l-app.is-dark-mode .l-content__filters .form-item__title {
  color: white;
}

.row {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
}
@media (max-width: 60.9375rem) {
  .row {
    padding: 0 2rem;
  }
}
@media (max-width: 40.625rem) {
  .row {
    padding: 0 1rem;
  }
}
.l-header {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  width: 17.1875rem;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  border-right: 1px solid #e5e5e5;
  background: #ffffff;
}
.l-header .logo {
  position: absolute;
  left: 50%;
  top: 26px;
  transform: translateX(-50%);
}
.l-header .logo img {
  height: 3.25rem;
  width: auto;
}
.l-header .btn-unstyled {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.l-header .btn-unstyled:focus {
  outline: none;
}
.l-header .btn-unstyled:active {
  outline: none;
}
.l-header .btn-menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  display: inline-flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 1.625rem;
  left: 1.75rem;
  z-index: 999;
  color: black;
}
.l-header .btn-menu:focus {
  outline: none;
}
.l-header .btn-menu:active {
  outline: none;
}
.l-header .btn-menu i {
  font-size: 2rem;
}
.l-header__nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 6.125rem;
}
.l-header__nav li {
  position: relative;
  display: flex;
  font-size: 0.875rem;
  color: #7b8492;
}
.l-header__nav li.is-active {
  color: #000000;
}
.l-header__nav li.is-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.375rem;
  height: 100%;
  background-color: #0073af;
}
.l-header__nav li .btn-unstyled {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.75rem;
  text-align: left;
}
.l-header__nav li i {
  font-size: 1.5rem;
  width: 1em;
  margin-right: 1.25rem;
}
.l-header__nav-item-logout {
  margin-top: auto;
}
.is-dark-mode .l-header {
  background-color: #121212;
  border-right-color: transparent;
}
.is-dark-mode .l-header .l-header__nav li.is-active {
  color: white;
}

.l-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.l-content__header {
  width: 100%;
  background-color: #0073af;
  color: white;
}
.l-content__header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.375rem;
}
@media screen and (max-width: 44.9375rem) {
  .l-content__header .row {
    height: 4.5rem;
  }
}
.l-content__header .logo-zonda {
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
  margin-right: 20px;
}
.l-content__header .logo-and-section {
  display: flex;
  align-items: flex-end;
}
.l-content__wrapper {
  flex: 1;
  height: 100%;
  overflow-y: auto;
  padding-top: 4rem;
}
.l-content__wrapper::after {
  content: "";
  display: block;
  height: 4rem;
  width: 100%;
}
@media (max-width: 60.9375rem) {
  .l-content__wrapper {
    padding-top: 2rem;
  }
  .l-content__wrapper::after {
    height: 2rem;
  }
  .l-content__wrapper .security-msg {
    display: none;
  }
}
.l-content__title {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  transform: translateY(1px);
}
.l-content .row {
  margin-left: 0;
}

.content-tools {
  display: flex;
  margin-bottom: 2rem;
}
.content-tools__left,
.content-tools__right {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.content-tools__left > * + *,
.content-tools__right > * + * {
  margin-left: 2rem;
}
.content-tools__left {
  padding-right: 1rem;
}
.content-tools__left .sort-by {
  width: 64.567%;
}
@media (max-width: 72.5rem) {
  .content-tools__left .sort-by {
    width: 100%;
  }
}
.content-tools__right {
  padding-left: 1rem;
  justify-content: flex-end;
}
.content-tools__search {
  flex: 1;
  display: inline-block;
  width: auto;
}
@media (max-width: 44.375rem) {
  .content-tools__view {
    display: none;
  }
}
.l-section + .l-section {
  margin-top: 6rem;
}

.l-section__title {
  font-size: 2rem;
  font-weight: 700;
}
.l-section__title + * {
  margin-top: 1rem;
}

.l-section__desc {
  width: 65.39%;
  font-size: 1rem;
}
.l-section__desc + * {
  margin-top: 3rem;
}
.l-section__desc-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.l-section__desc-wrapper + * {
  margin-top: 2rem;
}
.l-section__desc-wrapper .l-section__desc + * {
  margin-top: 0;
}

.l-section__show-more {
  margin-top: 1.5rem;
  padding: 0 1rem;
}
.l-section__show-more .link {
  font-size: 0.875rem;
}

@media (max-width: 50.625rem) {
  .l-section .l-section__desc {
    width: 100%;
  }
  .l-section .l-section__desc-wrapper {
    display: block;
  }
  .l-section .l-section__desc-action {
    margin-top: 2rem;
    text-align: right;
  }
}

@media screen and (max-width: 63.9375rem) {
  .l-section + .l-section {
    margin-top: 4.5rem;
  }
}

@media screen and (max-width: 44.9375rem) {
  .l-section + .l-section {
    margin-top: 3rem;
  }
  .l-section .l-section__title {
    font-size: 1.5rem;
  }
  .l-section .l-section__title + * {
    margin-top: 0.5rem;
  }
  .l-section .l-section__desc + * {
    margin-top: 2rem;
  }
}

.section-card {
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.app-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
}
.is-list-mode .app-list {
  grid-template-columns: 1fr !important;
}
@media (max-width: 72.5rem) {
  .app-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 45rem) {
  .app-list {
    grid-template-columns: 1fr;
  }
}
.app-list--most-used {
  padding-bottom: 1.375rem;
}
.app-list > li {
  position: relative;
}
.app-list__last-date {
  position: absolute;
  left: 1rem;
  bottom: -0.25rem;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.4);
  transform: translateY(100%);
}
.app-list lh-card {
  height: 100%;
}

.l-home .security-msg {
  position: absolute;
  left: 0;
  top: -3.75rem;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.3px;
}

@media (max-width: 60.9375rem) {
  .l-home .content-tools {
    display: block;
  }
  .l-home .content-tools .content-tools__left {
    padding-right: 0;
  }
  .l-home .content-tools .content-tools__right {
    margin-top: 1rem;
    padding-left: 0;
  }
}

.l-home .welcome-msg {
  font-size: 2.5rem;
}
@media (max-width: 67.1875rem) {
  .l-home .welcome-msg {
    font-size: 2.25rem;
  }
}
@media (max-width: 37.5rem) {
  .l-home .welcome-msg {
    font-size: 1.75rem;
  }
}
.l-home .welcome-msg__name {
  display: inline-block;
}

.l-home .news__list {
  padding-bottom: 1rem;
}
.l-home .news__list > li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eeeeee;
  font-size: 0.875rem;
}
.l-home .news__list > li + li {
  padding-top: 1rem;
}
@media (max-width: 66.25rem) {
  .l-home .news__list {
    padding-bottom: 2rem;
  }
  .l-home .news__list > li {
    flex-direction: column;
  }
  .l-home .news__list > li .news__text {
    order: 2;
    margin-top: 0.5rem;
  }
  .l-home .news__list > li .news__date {
    order: 1;
    color: black;
  }
  .l-home .news__list > li .news__action {
    order: 3;
    text-align: left;
    margin-top: 1rem;
  }
}
.l-home .news__text {
  flex: 697;
  padding-right: 2rem;
}

.l-home .news__date {
  flex: 182;
  padding-right: 2rem;
  color: rgba(0, 0, 0, 0.5);
}

.l-home .news__action {
  flex: 121;
  text-align: right;
}

.l-home .news__btn-more {
  font-size: 0.875rem;
}

.l-catalog .content-tools {
  margin-bottom: 3rem;
}
@media (max-width: 35.9375rem) {
  .l-catalog .content-tools {
    display: block;
  }
  .l-catalog .content-tools .content-tools__left {
    padding-right: 0;
  }
  .l-catalog .content-tools .content-tools__right {
    margin-top: 1rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 44.9375rem) {
  .l-catalog .content-tools {
    margin-bottom: 2rem;
  }
}
.l-profile .profile-data {
  position: relative;
  display: flex;
}
@media screen and (max-width: 44.9375rem) {
  .l-profile .profile-data {
    display: block;
  }
}
.l-profile .profile-data__pic {
  flex: 0 0 auto;
  margin-right: 2rem;
}
.l-profile .profile-data__pic .profile-pic {
  width: 7.9375rem;
  height: 7.9375rem;
  border-radius: 2px;
  background-color: #d6d6d6;
}
@media screen and (max-width: 44.9375rem) {
  .l-profile .profile-data__pic {
    margin-bottom: 2rem;
  }
}
.l-profile .profile-data__info {
  flex: 1 1 0;
}
.l-profile .profile-data__header {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 44.9375rem) {
  .l-profile .profile-data__header .profile-data__btn-edit {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.l-profile .profile-data__user-name {
  font-size: 1.25rem;
  font-weight: 700;
}
.l-profile .profile-data__others {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 16px;
  row-gap: 24px;
}
.l-profile .profile-data__info-title {
  font-weight: 700;
}

.l-settings .form-item__element {
  max-width: 22.5rem;
}

/* ------------------------------------ *\
   #COMPONENTS (only used at this project)
\* ------------------------------------ */
.card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-content__text {
  flex: 1 1 auto;
  margin-bottom: 2rem;
}
.card-content__action {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5rem;
  margin-top: 2rem;
}
.card-content__action lh-button {
  flex: 1;
}
@media (min-width: 45rem) {
  .is-list-mode .card-content__action {
    display: flex;
    justify-content: flex-end;
  }
  .is-list-mode .card-content__action lh-button {
    flex: 0 0 auto;
    width: 12.5rem;
  }
}
.card-content .tag-list {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 0 -8px;
}
.card-content .tag-list > li {
  display: inline-flex;
  margin: 8px 0 0 8px;
}

/* ------------------------------------ *\
   #VENDOR (css vendor files)
\* ------------------------------------ */
/*# sourceMappingURL=zonda-layout.css.map */
