@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.side-bar {
  height: 100vh;
  background: #151325;
  position: fixed; }
  @media screen and (max-width: 768px) {
    .side-bar {
      width: 230px !important;
      z-index: 10;
      transition: 1s;
      transform: translateX(-230px); } }
  .side-bar .side-bar--head {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .side-bar .logo {
    display: flex;
    align-items: center;
    justify-content: center; }
    .side-bar .logo img {
      width: 70%; }
  .side-bar .side-bar--menu {
    width: 100%; }
    .side-bar .side-bar--menu ul {
      font-family: "Lato", sans-serif;
      padding: 30px; }
    .side-bar .side-bar--menu li {
      margin-top: 10px;
      margin-bottom: 10px; }
      .side-bar .side-bar--menu li a {
        text-decoration: none;
        color: #a2a3b7;
        letter-spacing: 0.05rem;
        font-size: 13px; }
        .side-bar .side-bar--menu li a:hover {
          color: #c7c9e6; }

@media screen and (max-width: 768px) {
  .side-bar--open {
    transform: translateX(0px);
    transition: 1s;
    box-shadow: 7px 1px 27px 6px #1513252b; } }

.burger {
  transition: 1s;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #151325;
  position: fixed;
  right: 20px;
  bottom: 15px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .burger .line {
    width: 20px;
    height: 1px;
    background: white; }
    .burger .line:first-child {
      margin-bottom: 3px; }
    .burger .line:nth-child(2) {
      margin-bottom: 3px; }
  @media screen and (min-width: 768px) {
    .burger {
      display: none; } }

.burger-open {
  box-shadow: 0 0 10px #151325;
  transition: 1s; }

.login {
  background: #151325;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .login .logo {
    width: 200px;
    height: 70px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .login a {
    color: white; }
    .login a:hover {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.705); }
  .login .back {
    margin-top: 10px;
    font-size: 11px; }

.box-login {
  width: 80%;
  background: #09080f;
  border-radius: 15px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.447);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.427); }
  @media screen and (min-width: 768px) {
    .box-login {
      width: 400px; } }
  .box-login h4 {
    color: #bfbfbf;
    text-transform: uppercase;
    text-align: center; }
  .box-login form {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .box-login form input {
      width: 100%; }
    .box-login form .form-group {
      width: 70%; }

.tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 20px 0 40px 0; }
  .tags .container-tags {
    height: 100px; }
  .tags .badge-tag {
    color: #747474;
    background-color: #f5bef3;
    padding: 0.55rem 0.75rem;
    font-size: 0.925rem;
    border-radius: 0.42rem;
    height: 30px;
    transition: 700ms;
    margin-right: 15px;
    margin-top: 20px; }
    .tags .badge-tag:hover {
      filter: brightness(0.9);
      transition: 700ms; }
  .tags a:hover {
    text-decoration: none; }

.title-tags {
  margin-bottom: 30px; }
  .title-tags h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16 px;
    color: #909090; }

.card-title {
  font-weight: bold;
  font-size: 17px; }

body {
  font-family: "Lato", sans-serif;
  background: #f4f4f4; }

h1 {
  font-weight: bold;
  font-size: 22px;
  color: #909090; }

h4 {
  color: #4a4a4a;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.1rem;
  margin-top: 15px; }

.container-page {
  padding: 50px; }

form {
  width: 100%; }
  form label {
    margin-bottom: 15px;
    margin-right: 10px; }

/*# sourceMappingURL=style.css.map */
