@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Black Theme Blue */
/* Black Theme Purple */
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  background-color: #080e12;
  color: white;
}
body * {
  filter: opacity(0.97) brightness(1.008); /* Aplica opacidad y aumenta el brillo */
}

p,
a,
small,
ol li,
ul li {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  p,
  a,
  small,
  ol li,
  ul li {
    font-size: 1.6rem;
  }
}

.container {
  width: 90%;
  max-width: 150rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: white;
}

img,
picture {
  max-width: 100%;
  display: block;
  border-radius: 1.5rem;
  margin: 0 auto;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 700;
}

h1 {
  font-size: 2.875rem;
  color: #3cbbf9;
}
@media (max-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }
}

h2 {
  font-size: 2.5rem;
}
h2:hover {
  color: #3cbbf9;
}
@media (max-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 2rem;
  color: #3cbbf9;
}
@media (max-width: 768px) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.875rem;
  color: #959596;
}
@media (max-width: 768px) {
  h4 {
    font-size: 2rem;
  }
}

ul li::marker,
ol li::marker {
  color: #3cbbf9;
  font-size: 1.4rem;
}

strong {
  color: #3cbbf9;
}

hr {
  color: #3cbbf9;
  border: solid 0.4rem #3cbbf9;
  border-radius: 0.5rem;
  opacity: 0.6;
  margin: 0 auto;
  width: 90%;
  margin-top: -1.5rem;
  margin-bottom: 2rem;
}

blockquote {
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  background-color: #233845;
}

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

.content-center {
  justify-content: center;
}

.width-80 {
  width: 80%;
}

/* Estilo para los bloques de código */
pre, code {
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: #233845;
  border-radius: 1rem;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Resaltar sintaxis */
pre code {
  display: block;
  color: #333;
  background-color: #fff;
}

/* Sintaxis básica para bloques de código */
pre code {
  color: #fff;
  background-color: #233845;
  padding: 2rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.language-plaintext {
  padding: 0.5rem;
  background-color: #464c50;
  border-radius: 0.5rem;
}

.highlight .lineno {
  color: #999;
  padding-right: 10px;
  margin: 2rem 1rem;
}

.highlight .hll {
  background-color: #272822;
}

.highlight .c {
  color: #a6a5a0;
} /* Comment */
.highlight .err {
  color: #960050;
  background-color: #1e0010;
} /* Error */
.highlight .k {
  color: #66d9ef;
} /* Keyword */
.highlight .l {
  color: #ae81ff;
} /* Literal */
.highlight .n {
  color: #f8f8f2;
} /* Name */
.highlight .o {
  color: #f92672;
} /* Operator */
.highlight .p {
  color: #f8f8f2;
} /* Punctuation */
.highlight .cm {
  color: #a6a5a0;
} /* Comment.Multiline */
.highlight .cp {
  color: #a6a5a0;
} /* Comment.Preproc */
.highlight .c1 {
  color: #a6a5a0;
} /* Comment.Single */
.highlight .cs {
  color: #a6a5a0;
} /* Comment.Special */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .kc {
  color: #66d9ef;
} /* Keyword.Constant */
.highlight .kd {
  color: #66d9ef;
} /* Keyword.Declaration */
.highlight .kn {
  color: #f92672;
} /* Keyword.Namespace */
.highlight .kp {
  color: #66d9ef;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #66d9ef;
} /* Keyword.Reserved */
.highlight .kt {
  color: #66d9ef;
} /* Keyword.Type */
.highlight .ld {
  color: #e6db74;
} /* Literal.Date */
.highlight .m {
  color: #ae81ff;
} /* Literal.Number */
.highlight .s {
  color: #e6db74;
} /* Literal.String */
.highlight .na {
  color: #a6e22e;
} /* Name.Attribute */
.highlight .nb {
  color: #f8f8f2;
} /* Name.Builtin */
.highlight .nc {
  color: #a6e22e;
} /* Name.Class */
.highlight .no {
  color: #66d9ef;
} /* Name.Constant */
.highlight .nd {
  color: #a6e22e;
} /* Name.Decorator */
.highlight .ni {
  color: #f8f8f2;
} /* Name.Entity */
.highlight .ne {
  color: #a6e22e;
} /* Name.Exception */
.highlight .nf {
  color: #a6e22e;
} /* Name.Function */
.highlight .nl {
  color: #f8f8f2;
} /* Name.Label */
.highlight .nn {
  color: #f8f8f2;
} /* Name.Namespace */
.highlight .nx {
  color: #a6e22e;
} /* Name.Other */
.highlight .py {
  color: #f8f8f2;
} /* Name.Property */
.highlight .nt {
  color: #f92672;
} /* Name.Tag */
.highlight .nv {
  color: #f8f8f2;
} /* Name.Variable */
.highlight .ow {
  color: #f92672;
} /* Operator.Word */
.highlight .w {
  color: #f8f8f2;
} /* Text.Whitespace */
.highlight .mf {
  color: #ae81ff;
} /* Literal.Number.Float */
.highlight .mh {
  color: #ae81ff;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #ae81ff;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #ae81ff;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #e6db74;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #e6db74;
} /* Literal.String.Char */
.highlight .sd {
  color: #e6db74;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #e6db74;
} /* Literal.String.Double */
.highlight .se {
  color: #ae81ff;
} /* Literal.String.Escape */
.highlight .sh {
  color: #e6db74;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #e6db74;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #e6db74;
} /* Literal.String.Other */
.highlight .sr {
  color: #e6db74;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #e6db74;
} /* Literal.String.Single */
.highlight .ss {
  color: #e6db74;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #f8f8f2;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #f8f8f2;
} /* Name.Variable.Class */
.highlight .vg {
  color: #f8f8f2;
} /* Name.Variable.Global */
.highlight .vi {
  color: #f8f8f2;
} /* Name.Variable.Instance */
.highlight .il {
  color: #ae81ff;
} /* Literal.Number.Integer.Long */
/*.highlight .gh { } /* Generic Heading & Diff Header */
.highlight .gu {
  color: #75715e;
} /* Generic.Subheading & Diff Unified/Comment? */
.highlight .gd {
  color: #f92672;
} /* Generic.Deleted & Diff Deleted */
.highlight .gi {
  color: #a6e22e;
} /* Generic.Inserted & Diff Inserted */
/** UI **/
.header {
  /*
  .header__colors{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2rem;
    width: 12rem;
  }

  .colors__item{
    width: 2rem;
    height: 2rem;
    border: 0.1rem solid var(--text-Color);
    background-color: var(--primary-color);
    cursor: pointer;
  }

  .colors__item--coral{
    $primaryColor: #eb4a4a;
  }

  .colors__item--blue{
    $primaryColor: #3082ed;
  }

  .colors__item--green{
    $primaryColor: #10bb65;
  }

  .colors__item--purple{
    $primaryColor: #aa43ee;
  }

  .colors__item--orange{
    $primaryColor: #bb9310;
  }
    */
}
.header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #161e23;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  margin: 0;
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  .header__flex {
    flex-direction: column;
    padding: 2rem 0;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}
.header__left {
  margin: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.header__logo {
  font-size: 2rem;
  color: #3cbbf9;
}
.header__links {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 628px) {
  .header__links {
    flex-direction: column;
    align-items: center;
  }
}
.header__link {
  padding: 1rem 2rem;
  border-radius: 1rem;
}
.header__link:hover {
  background-color: #233845;
  color: #3cbbf9;
}
.header__right {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.header__icon {
  font-size: 1.4rem;
}
.header__search {
  margin-left: 0.5rem;
  background-color: transparent;
  border: none;
  color: #959596;
  width: 18rem;
  transition: all 0.3s ease;
}
.header__search:focus {
  outline: none;
  box-shadow: none;
  width: 25rem;
}
@media (max-width: 768px) {
  .header__search:focus {
    width: 15rem;
  }
}
@media (max-width: 768px) {
  .header__search {
    width: 10rem;
  }
}
.header__dropdown {
  padding: 1rem;
  border-radius: 1rem;
}
.header__dropdown:hover {
  background-color: #233845;
  color: #3cbbf9;
}

/* Stars */
canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
}

/* Main */
.main__flex {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .main__flex {
    flex-direction: column;
  }
}
.main__left {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  .main__left {
    width: 100%;
  }
}
.main__profile {
  background-color: #161e23;
  padding: 2rem;
  border-radius: 1.5rem;
}
.main__name {
  margin-top: 1.5rem;
  text-align: center;
}
.main__phrase {
  text-align: center;
  color: #959596;
}
.main__subtitle {
  font-size: 3rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.main__symbol {
  width: 0.5rem;
  height: 3rem;
  background-color: #3cbbf9;
  border-radius: 15px;
  margin-right: 1rem;
}
.main__subtitle--text {
  color: white;
}
.main__categories {
  background-color: #161e23;
  padding: 2rem;
  border-radius: 1.5rem;
}
.main__categories--list {
  padding: 0;
}
.main__categories--element {
  list-style: none;
  padding: 1rem 1rem;
  border-radius: 0.5rem;
}
.main__categories--element:hover {
  background-color: #233845;
  color: #3cbbf9;
}
.main__tags {
  background-color: #161e23;
  padding: 2rem;
  border-radius: 1.5rem;
}
.main__tags--list {
  padding: 0;
}
.main__tags--element {
  list-style: none;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
}
.main__tags--element:hover {
  background-color: #233845;
  color: #3cbbf9;
}
.main__center {
  width: 60%;
}
@media (max-width: 768px) {
  .main__center {
    width: 100%;
  }
}
.main__right {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  .main__right {
    width: 100%;
  }
}
.main__recent {
  background-color: #161e23;
  padding: 2rem;
  border-radius: 1.5rem;
}
.main__recent--list {
  padding: 0;
}
.main__recent--element {
  list-style: none;
  padding: 1rem 1rem;
  border-radius: 1rem;
  margin: 0.5rem 0;
}
.main__recent--element:hover {
  background-color: #233845;
}
.main__recent--element:hover .main__recent--link {
  color: #3cbbf9;
}
.main__popular {
  background-color: #161e23;
  padding: 2rem;
  border-radius: 1.5rem;
}
.main__popular--list {
  padding: 0;
}
.main__popular--element {
  list-style: none;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}
.main__popular--element:hover {
  background-color: gray;
  color: black;
}
@media (max-width: 768px) {
  .main__img {
    width: 50%;
  }
}

.post__cover {
  margin: 3rem 4rem;
}

.main__posts {
  padding: 0;
  margin: 0;
}
.main__posts--item {
  background-color: #161e23;
  padding: 2rem;
  border-radius: 1.5rem;
  list-style: none;
  margin-bottom: 2rem;
}
.main__posts--flex {
  display: flex;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 768px) {
  .main__posts--flex {
    flex-direction: column-reverse;
  }
}
.main__posts--left {
  width: 70%;
}
@media (max-width: 768px) {
  .main__posts--left {
    width: 90%;
  }
}
.main__posts--title {
  font-size: 3rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.main__posts--data {
  display: flex;
  gap: 2rem;
  margin-left: 1.5rem;
}
.main__posts--info {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 628px) {
  .main__posts--info:last-child {
    display: none;
  }
}
.main__posts--icon {
  padding: 0.7rem 0.9rem;
  background-color: #233845;
  color: #3cbbf9;
  border-radius: 0.5rem;
}
.main__posts--words {
  color: #959596;
}
.main__posts--descriptions {
  margin-left: 1.5rem;
}
.main__posts--description {
  font-size: 1.8rem;
}
.main__posts--right {
  width: 30%;
}
@media (max-width: 768px) {
  .main__posts--right {
    width: 70%;
  }
}
.main__posts--image:hover {
  filter: opacity(0.4);
  box-shadow: -0.5px -0.5px 2px 2px #3cbbf9;
}

.main__pagination {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.pagination__next {
  background-color: #233845;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1.7rem;
}

.pagination__current {
  background-color: #3cbbf9;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  color: #080e12;
}

.pagination__prev {
  background-color: #233845;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1.7rem;
}

.main__about {
  background-color: #161e23;
  padding: 2rem;
  border-radius: 1.5rem;
}
.main__module {
  margin-bottom: 3rem;
}
.main__projects {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  gap: 3rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .main__projects {
    flex-direction: column;
  }
}
.main__project {
  position: relative;
  overflow: hidden;
  flex: 0 0 calc(50% - 2rem);
}
.main__projectdata {
  width: 90%;
  background-color: #959596;
  padding: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 8px 24px hsla(0, 0%, 0%, 0.15);
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  opacity: 0;
  transition: opacity 1s 1s;
}
.main__projectdescription {
  color: black;
}
.main__projecttitle {
  margin: 1rem 0;
}
.main__projecttitle:hover {
  color: #233845;
}
.main__projectbuttons {
  display: flex;
  gap: 2rem;
  margin-bottom: 1rem;
}
.main__projectbutton {
  padding: 1rem 0;
  width: 50%;
  text-align: center;
  background-color: #161e23;
  border-radius: 1rem;
}
.main__projectbutton:hover {
  background-color: #233845;
}
.main__projecttechs {
  margin: 1rem 0;
  display: flex;
  gap: 1rem;
  font-size: 3.5rem;
  color: #233845;
}
.main__project:hover {
  animation: remove-overflow 2s forwards;
}
.main__project:hover .main__projectdata {
  animation: show-data 1s forwards;
  opacity: 1;
  transition: opacity 0.3s;
}
.main__project:not(:hover) {
  animation: show-overflow 2s forwards;
}
.main__project:not(:hover) .main__projectdata {
  animation: remove-data 1s forwards;
}

@keyframes show-data {
  50% {
    transform: translateY(-4rem);
  }
  100% {
    transform: translateY(-1rem);
  }
}
@keyframes remove-overflow {
  to {
    overflow: initial;
  }
}
@keyframes remove-data {
  0% {
    transform: translateY(-7rem);
  }
  50% {
    transform: translateY(-10rem);
  }
  100% {
    transform: translateY(0.5rem);
  }
}
@keyframes show-overflow {
  0% {
    overflow: initial;
    pointer-events: none;
  }
  50% {
    overflow: hidden;
  }
}
.main__archive {
  background-color: #161e23;
  padding: 2rem;
  border-radius: 1.5rem;
}
.main__archive--item {
  list-style: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
.main__archive--item:hover {
  background-color: #233845;
}
.main__archive--item:hover .main__archive--symbol {
  height: 2.5rem;
  background-color: #3cbbf9;
}
.main__archive--item:hover .main__archive--post {
  color: #3cbbf9;
}
.main__archive--flex {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.main__archive--left {
  display: flex;
  gap: 1rem;
  color: #959596;
}
.main__archive--symbol {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #959596;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.main__archive--right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main__archive--title {
  width: 60%;
}
.main__archive--categories {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 40%;
  color: #959596;
}

@media (max-width: 628px) {
  .main__archive--title {
    width: 100%;
  }
  .main__archive--categories {
    display: none;
  }
}

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