@charset "UTF-8";
@font-face {
  font-family: Audiowide;
  src: url(/assets/fuentes/Audiowide-Regular.ttf);
}
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 14px/1.5 -apple-system, Open Sans, "Lucida Console", sans-serif, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: white;
  background-color: #000;
  background-image: url("/assets/plantilla/fondo.jpg");
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  min-height: 100vh;
}
body .wrapper div {
  color: white;
}
body {
  width: 98%;
  margin: auto;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure, picture img {
  margin-bottom: 15px;
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

img.home-img {
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 30px;
}

.galeria_3 {
  display: grid;
  grid: auto/auto auto auto auto;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}

/**
 * Links
 */
a {
  color: #fbff19;
  text-decoration: underline;
  cursor: pointer;
}
a .active {
  color: #929400;
}
a:hover {
  color: white;
  text-decoration: underline;
}
a.log-link {
  color: #fbff19;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 15.75px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 13.125px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #2d2d2d;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
  background: inherit;
  color: white; /*#191919;*/
  font-family: Roboto;
}

/**
 * Clearfix
 */
/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

video {
  width: 100%;
}

body > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/*
 * Tumblelog
 */
.tumblelog {
  display: flex;
  flex-wrap: wrap;
}
.tumblelog article {
  margin: 0 1%;
}
.tumblelog .poema {
  margin: 0 1%;
  width: 48%;
}

body > div > header, main, aside {
  padding: 10px;
  border: 4px ridge black;
  background: #280000;
}

aside {
  flex-basis: 20%;
}

header {
  flex-basis: 10%;
}

main {
  flex-basis: 60%;
}

h1, h2, h3, h4, h5, h6 {
  border: 2px ridge;
  text-align: center;
  text-transform: uppercase;
  font-family: "Audiowide";
}

h1 {
  background: black;
  color: #F2D324;
  /*background: linear-gradient(90deg, #ef4e00 0%, #fff670 98%);*/
}

h2 {
  /*background: linear-gradient(90deg, #ef4e00 0%, #fff670 98%);*/
  color: #ff8600;
}

/*COLOR link original #babd16*/
.nav-title, .nav-subtitle {
  font-weight: 600;
  margin-top: 7px;
  display: block;
}

.nav-mapa {
  margin-top: 0px;
}

header > nav:first-child > span {
  margin-top: -2px;
}

.nav-mapa.trigger > a {
  display: block;
}

@media screen and (max-width: 900px) {
  body > div {
    flex-wrap: wrap;
  }
  aside {
    flex-basis: 29%;
  }
  main {
    flex-basis: 60%;
  }
  .nav-title {
    margin-top: 0;
  }
  .site-nav {
    margin-bottom: 5px;
  }
  body > div > header {
    border: none;
    background: none;
    padding: 5px 0;
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
  .site-nav {
    flex: 0.3;
  }
  .trigger {
    position: absolute;
    max-width: 88%;
    left: 5%;
    background: black;
    border: 1px ridge;
    padding: 5px;
    padding-bottom: 5px;
    top: 117px;
    text-align: left;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  body > div {
    flex-direction: column;
    /*align-items: normal;*/
  }
  main, aside {
    flex-basis: 100%;
  }
  img.logo {
    margin-top: 5px;
  }
  aside {
    margin: 15px 0;
  }
  body > div > header {
    display: block;
  }
  .trigger {
    position: unset;
    max-width: unset;
    left: unset;
    background: unset;
    border: unset;
    padding: 5px 0 0 0;
    top: unset;
    text-align: unset;
    width: unset;
  }
}
/**
 * Poemas
 */
.poema {
  text-align: center;
}

.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link.active {
  color: #00ffb7;
}
.site-nav .active:after {
  content: " ⏚";
}
.site-nav .page-link {
  color: #fbff19;
  line-height: 1.5;
  text-decoration: underline;
}
.site-nav .page-link:not(:last-child) {
  display: block;
}
.site-nav .page-link:hover {
  color: white;
}
@media screen and (max-width: 900px) {
  .site-nav {
    padding: 7px;
    background-color: #000;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    line-height: 0;
    padding-top: 3px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: rgb(25.9803921569%, 25.9803921569%, 25.9803921569%);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
  .site-nav .page-link {
    margin-left: 20px;
  }
}

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