.border-top {
  border-top: 1px solid #e7e7e7 !important;
}

.rounded {
  border-radius: 0.2rem !important;
  overflow: hidden;
}

.rounded-n {
  border-radius: 0.5rem !important;
  overflow: hidden;
}

.shadow {
  box-shadow: rgba(26, 26, 26, 0.3) 0px 6px 6px -4px !important;
}

html {
  height: 100% !important;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  font-family: "Eina03", sans-serif;
  font-weight: normal;
  color: #1A1A1A;
  height: 100% !important;
}
body:not(.focus-visible) :focus:not(.focus-visible) {
  outline: 0 !important;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

hr {
  border-top: 1px solid #e0d7eb !important;
}

@media (min-width: 1320px) {
  .container, .container-lg {
    max-width: 1400px;
  }
}

.container-fluid {
  max-width: 1800px;
}

.single-page {
  padding: 4rem 0;
}

.post-indice {
  position: sticky;
  top: 120px;
  margin: 0 0 2rem 0;
}
.post-indice .inner {
  display: grid;
  gap: 0.1rem;
  margin: 0 0 0.75rem 0;
}
.post-indice .inner a {
  display: block;
  background-color: rgba(26, 26, 26, 0.05);
}
.post-indice .inner a.first {
  font-weight: bold;
  padding: 0.75rem;
}
.post-indice .inner a.second {
  padding: 0.75rem 0 0.75rem 1.25rem;
}
.post-indice .inner a:hover {
  background-color: rgba(26, 26, 26, 0.1);
}