/** 1. Base */
/** 2. Layout: l-; 2.1. Home */
/** 3. Componente: c-; 3.1. Slider */
/** 4. Paginas: p- */

/** 1. Base */

body {
  background: var(--color-secondary) url(../images/background/m.png) no-repeat scroll 90% center;
  background-size: auto;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 2. Layout */

.l-page {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.l-page::before {
  display: none;
}

.l-page__content {
  margin: auto 0;
}