@charset "UTF-8";
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;
}

::selection {
  color: #000;
  background: #B9A2C8;
  text-shadow: none;
}

body {
  margin: 0;
  text-align: justify;
  background: #161513;
  font-family: Raleway;
  color: #ddd8c4;
  display: grid;
  grid-gap: 5vh;
  margin: 3vh 0;
  text-shadow: 0.1em 0.1em 0.1em #00000099;
}
body .head {
  background: #00000099;
}
body header {
  background: #00000099;
  font-family: Montserrat;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(150deg, #ddd8c4, #a3c9a8, #a3c9a8, #50808e, #50808e, #1F3237, #50808e, #50808e, #a3c9a8, #a3c9a8, #ddd8c4);
  background-size: 1800% 1800%;
  -webkit-background-clip: text;
  -webkit-animation: AnimationName 15s ease infinite;
  -moz-animation: AnimationName 15s ease infinite;
  animation: AnimationName 15s ease infinite;
  text-shadow: none;
  display: flex;
  -webkit-text-fill-color: transparent;
  align-items: center;
  justify-content: center;
  font-size: 11vw;
  height: 16vw;
}
@media (min-width: 500px) {
  body header {
    font-size: 8vw;
    height: 11vw;
  }
}
@media (min-width: 900px) {
  body header {
    font-size: 7vw;
    height: 7vw;
  }
}
@media (min-width: 2000px) {
  body header {
    font-size: 40px;
    height: 140px;
  }
}
body a {
  text-decoration: none;
  font-size: 1.2em;
  color: #a3c9a8;
}
body ol {
  list-style: inside decimal;
  margin-left: 0.6em;
}
body ul {
  list-style: inside square;
  margin-left: 0.6em;
}
body p {
  text-indent: 0.5em;
  margin-bottom: 0.5em;
}
body figure {
  position: relative;
  margin: 1em 10% 5em 10%;
  max-width: 80%;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 0.7em;
}
@media (min-width: 900px) {
  body figure {
    max-width: 40%;
    max-height: 20vw;
    margin: 1em 3em 5em 3em;
    float: right;
    top: 0em;
  }
}
body figure img {
  max-width: 100%;
  width: auto;
  max-height: 80vw;
}
@media (min-width: 900px) {
  body figure img {
    max-height: 20vw;
  }
}
@media (min-width: 500px) {
  body {
    grid-gap: 5vw;
    padding: 3vw calc(25vw - 5em);
  }
}
@media (min-width: 2000px) {
  body {
    width: 1200px;
    grid-gap: 100px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
body h2 {
  font-family: Montserrat;
  font-weight: 600;
  color: #a3c9a8;
  text-align: center;
  font-size: min(2em, 10vw);
  margin-bottom: 2em;
}
@media (min-width: 500px) {
  body h2 {
    font-size: min(2.5em, 8vw);
  }
}
body h3 {
  font-family: Montserrat;
  font-weight: 200;
  color: #69a297;
  text-align: center;
  font-size: 1.6em;
  margin-top: 4em;
  margin-bottom: 1.5em;
}
body h4 {
  font-family: Montserrat;
  color: #50808e;
  text-align: center;
  font-size: 1.3em;
  margin-top: 4em;
  margin-bottom: 1.5em;
}
body summary {
  text-align: center;
}
body .intro {
  margin-bottom: 4em;
}
body .indíce {
  margin-bottom: 4em;
}
body article {
  outline: none;
}
body article summary {
  cursor: pointer;
}
body article ol {
  font-size: 0.8em;
  transition: 2s ease-in-out;
}

.menú {
  grid-row: 3/4;
  display: grid;
  grid-template-columns: repeat(2, minmax(1px, 1fr));
  padding: 0 4vw;
  grid-gap: 4vw 0;
}
@media (min-width: 900px) {
  .menú {
    grid-template-columns: repeat(4, minmax(1px, 1fr));
    grid-gap: 4vw;
  }
}
.menú a {
  border-radius: 0.5em;
  font-size: 1em;
  color: #ddd8c4;
  background: #1F3237;
  margin: auto;
  padding: 0.5em;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 500px) {
  .menú a {
    width: 60%;
  }
}
@media (min-width: 900px) {
  .menú a {
    width: 100%;
  }
}
.menú .icono {
  width: auto;
  height: 0.8em;
  margin-right: 1em;
}
.menú a:hover {
  color: #1F3237;
  background: #ddd8c4;
  text-shadow: none;
}

.box {
  background: #ffffff33;
  backdrop-filter: blur(5px);
  box-shadow: 0 0.5rem 1rem #000;
  border-top: 0.5vw solid transparent;
  border-bottom: 0.5vw solid transparent;
  border-image: linear-gradient(305deg, #84b59f, #69a297, #50808e, #50808e);
  border-image-slice: 1;
  padding: 4vw;
  font-size: 1em;
}
@media (min-width: 500px) {
  .box {
    font-size: 1.2em;
    border: 0.5vw solid transparent;
    border-image: linear-gradient(305deg, #84b59f, #69a297, #50808e, #50808e);
    border-image-slice: 1;
  }
}
@media (min-width: 2000px) {
  .box {
    border: 10px solid transparent;
    border-image: linear-gradient(305deg, #84b59f, #69a297, #50808e, #50808e);
    border-image-slice: 1;
    padding: 80px;
    border: 20px solid transparent;
  }
}
.box img {
  width: 100%;
  cursor: zoom-in;
  transition: 0.3s ease-in-out;
  margin-top: 2em;
}
@media (min-width: 900px) {
  .box .mediano {
    width: 50%;
    margin-left: 25%;
  }
}
.box img:hover {
  filter: brightness(0.3);
  transition: 0.3s ease-in-out;
  /* [LIGHTBOX BACKGROUND] */
}

#lb-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #1F3237dd;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.4s;
  cursor: zoom-out;
}

#lb-back.show {
  visibility: visible;
  opacity: 1;
}

/* [LIGHTBOX IMAGE] */
#lb-img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

#lb-img img {
  /* You might want to play around with 
  * width, height, max-width, max-height
  * to fit portrait / landscape pictures properly. */
  width: auto;
  max-width: 100vw;
  height: auto;
  max-height: 100vh;
  margin: 0 auto;
  cursor: zoom-out;
  filter: brightness(1);
}

::-webkit-scrollbar {
  width: 7px;
  height: 1px;
}

::-webkit-scrollbar-thumb {
  background: #ddd8c4;
  border-radius: 15px;
}

::-webkit-scrollbar-track {
  background: #1F3237;
  border-radius: 8px;
}

span {
  border-bottom: 3px solid #a3c9a8;
  cursor: pointer;
  transition: all 0.3s ease;
  text-shadow: none;
}
span:hover {
  background: #a3c9a8;
}

.Tooltips {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.Tooltips:hover p {
  visibility: visible;
  opacity: 1;
}
.Tooltips:hover p.OnTop {
  transform: translate(-50%, -100%);
}
.Tooltips:hover p.OnBottom {
  transform: translate(-50%, 100%);
}
.Tooltips:hover p.OnLeft {
  transform: translate(-100%, -50%);
}
.Tooltips:hover p.OnRight {
  transform: translate(100%, -50%);
}
.Tooltips p {
  min-width: 100px;
  text-indent: 0;
  opacity: 0;
  display: inline-block;
  visibility: hidden;
  position: absolute;
  text-align: left;
  width: auto;
  background: #a3c9a8;
  color: #000;
  font-size: 1rem;
  line-height: 1.2;
  padding: 10px;
  border-radius: 3px;
  white-space: normal;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-out;
}
.Tooltips p.OnTop {
  top: -45px;
  left: 50%;
  transform: translate(-50%, -150%);
}
.Tooltips p.OnTop:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid #a3c9a8;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -8px;
  margin-left: -8px;
  left: 50%;
}
.Tooltips p.OnBottom {
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 150%);
}
.Tooltips p.OnBottom:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 8px solid #a3c9a8;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -8px;
  margin-left: -8px;
  left: 50%;
}
.Tooltips p.OnLeft {
  left: -15px;
  top: -15px;
  transform: translate(-150%, -50%);
}
.Tooltips p.OnLeft:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid #a3c9a8;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  margin-top: -8px;
  right: -8px;
}
.Tooltips p.OnRight {
  right: -15px;
  top: -15px;
  transform: translate(150%, -50%);
}
.Tooltips p.OnRight:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 8px solid #dbc8a7;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  margin-top: -8px;
  left: -8px;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 51% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 51% 0%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 51% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 51% 0%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 51% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 51% 0%;
  }
}
.preloader2 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  background-image: radial-gradient(circle farthest-corner at center, #1F3237 0%, #161513 100%);
}

#stop-scrolling {
  height: 100% !important;
  overflow: hidden !important;
}

/*# sourceMappingURL=por_qu%C3%A9_linux.css.map */
