.simple-link {
  background: unset !important;
  text-decoration: none !important;
}
.caps {
  font-variant: small-caps;
}
.ft1 {
  font-size: 1em !important;
}
.ft2 {
  font-size: 1.5em !important;
}
.short-line {
  line-height: 1em;
}
.inline {
  display: inline;
}
.hidden {
  display: none;
}
.strike {
  text-decoration: line-through;
  text-decoration-color: #00b19e;
}
.colored {
  color: #00b19e;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-auto {
  overflow: auto;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.fit {
  max-width: 100%;
}
.truncate {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.max-width-1 {
  max-width: 24rem;
}
.max-width-2 {
  max-width: 32rem;
}
.max-width-3 {
  max-width: 48rem;
}
.max-width-4 {
  max-width: 64rem;
}
.border-box {
  box-sizing: border-box;
}
.m0 {
  margin: 0;
}
.mt0 {
  margin-top: 0;
}
.mr0 {
  margin-right: 0;
}
.mb0 {
  margin-bottom: 0;
}
.ml0 {
  margin-left: 0;
}
.mx0 {
  margin-right: 0;
  margin-left: 0;
}
.my0 {
  margin-top: 0;
  margin-bottom: 0;
}
.m1 {
  margin: 0.5rem;
}
.mt1 {
  margin-top: 0.5rem;
}
.mr1 {
  margin-right: 0.5rem;
}
.mb1 {
  margin-bottom: 0.5rem;
}
.ml1 {
  margin-left: 0.5rem;
}
.mx1 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.m2 {
  margin: 1rem;
}
.mt2 {
  margin-top: 1rem !important;
}
.mr2 {
  margin-right: 1rem;
}
.mb2 {
  margin-bottom: 1rem;
}
.ml2 {
  margin-left: 1rem;
}
.mx2 {
  margin-right: 1rem;
  margin-left: 1rem;
}
.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.m3 {
  margin: 2rem;
}
.mt3 {
  margin-top: 2rem;
}
.mr3 {
  margin-right: 2rem;
}
.mb3 {
  margin-bottom: 2rem;
}
.ml3 {
  margin-left: 2rem;
}
.mx3 {
  margin-right: 2rem;
  margin-left: 2rem;
}
.my3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.m4 {
  margin: 4rem;
}
.mt4 {
  margin-top: 4rem;
}
.mr4 {
  margin-right: 4rem;
}
.mb4 {
  margin-bottom: 4rem;
}
.ml4 {
  margin-left: 4rem;
}
.mx4 {
  margin-right: 4rem;
  margin-left: 4rem;
}
.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mxn1 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.mxn2 {
  margin-right: -1rem;
  margin-left: -1rem;
}
.mxn3 {
  margin-right: -2rem;
  margin-left: -2rem;
}
.mxn4 {
  margin-right: -4rem;
  margin-left: -4rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.p0 {
  padding: 0;
}
.pt0 {
  padding-top: 0;
}
.pr0 {
  padding-right: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pl0 {
  padding-left: 0;
}
.px0 {
  padding-right: 0;
  padding-left: 0;
}
.py0 {
  padding-top: 0;
  padding-bottom: 0;
}
.p1 {
  padding: 0.5rem;
}
.pt1 {
  padding-top: 0.5rem;
}
.pr1 {
  padding-right: 0.5rem;
}
.pb1 {
  padding-bottom: 0.5rem;
}
.pl1 {
  padding-left: 0.5rem;
}
.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px1 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.p2 {
  padding: 1rem;
}
.pt2 {
  padding-top: 1rem;
}
.pr2 {
  padding-right: 1rem;
}
.pb2 {
  padding-bottom: 1rem;
}
.pl2 {
  padding-left: 1rem;
}
.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px2 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.p3 {
  padding: 2rem;
}
.pt3 {
  padding-top: 2rem;
}
.pr3 {
  padding-right: 2rem;
}
.pb3 {
  padding-bottom: 2rem;
}
.pl3 {
  padding-left: 2rem;
}
.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px3 {
  padding-right: 2rem;
  padding-left: 2rem;
}
.p4 {
  padding: 4rem;
}
.pt4 {
  padding-top: 4rem;
}
.pr4 {
  padding-right: 4rem;
}
.pb4 {
  padding-bottom: 4rem;
}
.pl4 {
  padding-left: 4rem;
}
.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px4 {
  padding-right: 4rem;
  padding-left: 4rem;
}
body h1,
body .h1 {
  display: block;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #00b19e;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body h2,
body .h2 {
  position: relative;
  display: block;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  color: #333;
  text-transform: none;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 1.2rem;
}
body h3 {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1rem;
}
body h4,
body h5,
body h6 {
  display: inline;
  border-bottom: 1px dashed #666;
  color: #666;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
}
body h3,
body h4,
body h5,
body h6 {
  margin-top: 0.9rem;
  margin-bottom: 0.5rem;
}
body hr {
  border: 1px dashed #00b19e;
  margin: 2em 20%;
}
body strong {
  font-weight: bold;
}
body em,
body cite {
  font-style: italic;
}
body sup,
body sub {
  position: relative;
  vertical-align: baseline;
  font-size: 0.75em;
  line-height: 0;
}
body sup {
  top: -0.5em;
}
body sub {
  bottom: -0.2em;
}
body small {
  font-size: 0.75em;
}
body acronym,
body abbr {
  border-bottom: 1px dotted;
}
body li {
  list-style: square;
}
body li ul {
  margin-bottom: 1em !important;
}
body li p {
  margin: 0;
}
body ul,
body ol,
body dl {
  line-height: 1.725;
}
body ul ul,
body ol ul,
body ul ol,
body ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
body ol {
  list-style: decimal;
}
body dt {
  font-weight: bold;
}
body table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: -0.8em;
  overflow: auto;
  display: block;
}
body th {
  padding: 8px;
  border-bottom: 1px dashed #ccc;
  color: #333;
  font-weight: bold;
  font-size: 0.2em;
}
body td {
  padding: 9px 8px 0;
  border-bottom: none;
}
@font-face {
  font-style: normal;
  font-family: monospace;
}
.post-home a {
  color: #00b19e;
  text-decoration: none;
  background-image: unset;
}
.en-imgs {
  display: flex;
  padding: 0 10%;
}
.e-mail-input {
  padding: 6px 7px;
  outline: none;
  border: solid 1px #ccc;
  border-radius: 2px;
  background-color: #e8e8e8;
  color: #363533;
  font-size: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.news-button {
  padding: 6px 7px;
  outline: none;
  border: solid 1px #ccc;
  border-radius: 2px;
  background-color: #363533;
  color: #e8e8e8;
  font-size: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.featherlight-content {
  background: unset !important;
}
.featherlight-close-icon.featherlight-close {
  color: #fff !important;
  background: unset !important;
  font-size: 1em !important;
}
.featherlight-image.featherlight-inner {
  border: 1px #363533 solid;
}
.zine-img {
  max-width: 130px;
  float: left;
  clear: both;
  margin: 0 0.5em 2em 0;
}
@media (max-width: 380px) {
  .zine-img {
    max-width: 100%;
    float: none;
    margin: 0.5em 0;
  }
}
.lista-zines {
  display: grid;
  grid-template-columns: 50% 50%;
}
p.zine-edicao {
  margin-top: unset;
  font-weight: 900;
  text-transform: uppercase;
  width: 98%;
  color: #757575;
  border-bottom: 2px solid #bababa;
  text-align: left;
}
p.zine-meta {
  font-size: 0.8em;
  line-height: 1em;
  margin-right: 1em;
  text-align: left;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.links_zine {
  margin-bottom: 1.2em;
  margin-top: 1em;
}
@media (max-width: 780px) {
  .lista-zines {
    display: grid;
    grid-template-columns: unset;
  }
}
.featherlight-next:hover,
.featherlight-previous:hover {
  background: rgba(0,0,0,0.5) !important;
}
.img-link a {
  background-image: unset !important;
}
.caption.caption-rabiscos {
  height: 100%;
  width: 100%;
  font-family: unset !important;
  font-size: 1em !important;
}
.caption.caption-rabiscos .download-link {
  font-variant: small-caps;
}
.caption.caption-rabiscos p {
  text-align: center !important;
}
.caption.caption-rabiscos p a {
  color: #fff !important;
}
.caption.caption-rabiscos p a:hover {
  color: #757575 !important;
}
.rabiscos-listagem {
  display: grid;
  grid-template-columns: 28% 28% 28%;
  grid-column-gap: 50px;
  width: 100%;
  justify-content: center;
  padding-left: unset !important;
  text-align: center;
}
.rabiscos-listagem li {
  list-style: none;
}
.rabiscos-listagem li a {
  color: #00b19e;
  text-transform: uppercase;
  background-image: unset;
}
@media (max-width: 780px) {
  .rabiscos-listagem {
    grid-column-gap: 10px;
  }
}
.inktober-tema {
  margin: -0.5em 0 0 !important;
  color: #00b19e;
  text-decoration: none;
}
.desc-ink {
  margin: 0 0 0.5em;
  font-size: 0.9em;
}
a.toggle:hover {
  color: #00b19e !important;
}
input,
button {
  padding: 6px 7px;
  outline: none;
  border: solid 1px #ccc;
  border-radius: 2px;
  background-color: #e8e8e8;
  color: #363533;
  font-size: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
input:focus,
button:focus {
  border: solid 1px #00b19e;
}
input.qtde {
  width: 4em;
}
.btn_comprar {
  font-size: 0.8em;
  color: #00b19e !important;
  background: unset !important;
}
.btn_comprar:hover {
  cursor: cell;
  text-decoration: underline;
}
.btn_comprar:active {
  color: unset;
  background-color: #00b19e;
}
.compra_listagem {
  color: #00b19e;
  text-decoration: none !important;
  margin-top: 2em;
  margin-bottom: 0;
  line-height: 0.8em;
}
.thick_strike {
  font-size: 1em;
  line-height: 1em;
  position: relative;
}
.thick_strike::after {
  border-bottom: 0.125em solid #00b19e;
  content: "";
  left: 0;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}
.info_carrinho {
  font-size: 0.8em;
  float: right;
}
.info_carrinho p {
  text-align: right !important;
  margin-top: 0;
  line-height: 1em;
}
.simpleCart_shelfItem h3 {
  text-decoration: none !important;
  margin-bottom: 0;
}
@media (min-width: 520px) {
  .info-livro {
    margin-left: 270px;
    padding-left: 1em;
  }
  .info-livro p {
    font-size: 0.9em;
    margin-top: 0;
  }
}
.name_your_price {
  margin-top: 1em;
}
.price_box {
  width: 4em;
  width: 4em;
  border: unset;
  border-bottom: 1px solid #bababa !important;
  border-radius: unset;
}
.livro_download {
  margin-top: 1em !important;
}
.compra_listagem a {
  color: #363533 !important;
}
.compra_listagem a:hover {
  color: #00b19e !important;
}
#mastodon-comments-list button {
  background-color: #00b19e;
  border: 1px solid #ccc;
  border-radius: 5%;
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1em;
  font-family: inherit;
}
.comment-level svg {
  width: 1.5rem;
  margin-top: 0.5rem;
  color: var(--b-col-text-dimmer);
}
.mastodon-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.mastodon-wrapper .reply-original {
  display: none;
}
.mastodon-wrapper .reply-child {
  display: block;
  flex: 0 0 1.75rem;
  text-align: right;
}
.mastodon-wrapper .mastodon-comment {
  background-color: #e3e3e3;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  display: block;
  flex: 1 1 auto;
  font-size: 1rem;
  margin: 0 0 0.75rem 0;
  padding: 0;
}
.mastodon-wrapper .comment-meta {
  border-radius: 0.5rem 0.5rem 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.75rem;
  box-sizing: border-box;
  padding: 0.5rem 0.75rem;
  width: 100%;
  line-height: 1.2em;
}
.mastodon-wrapper .comment-avatar {
  display: block;
  flex: 0 0 4rem;
}
.mastodon-wrapper .comment-avatar img {
  width: 4rem;
  border-radius: 10%;
  margin-top: 0.15rem;
}
.mastodon-wrapper .comment-author {
  display: block;
  flex: 1 1 0;
  white-space: nowrap;
  overflow-x: hidden;
  width: 0;
  margin-top: 0.4em;
}
.mastodon-wrapper .comment-author-name {
  font-weight: 700;
  margin: 0;
}
.mastodon-wrapper .comment-author-reply,
.mastodon-wrapper .comment-date {
  font-size: 0.9rem;
  margin: 0;
}
.mastodon-wrapper .comment-content {
  display: block;
  box-sizing: border-box;
  padding: 0.3rem 0.75rem 0.75rem 0.75rem;
  margin: 0;
}
.mastodon-wrapper picture .emoji {
  height: 1em;
  vertical-align: baseline;
}
.mastodon-wrapper .comment-content p {
  margin: 0.7rem 0 0 0;
}
.mastodon-wrapper .comment-content p:first-of-type {
  margin: 0;
}
#comments h2 {
  color: #00b19e;
  border-top: 1px solid #ccc;
  padding: 1.5em 0 0 0;
  margin-top: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  height: 100%;
  border-top: 2px solid #363533;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  height: 100%;
  background-color: #e8e8e8;
  color: #363533;
  font-display: swap;
  font-weight: 400;
  font-size: 1.2em;
  font-family: monospace;
  line-height: 1.725;
  text-rendering: geometricPrecision;
  flex: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.content {
  position: relative;
  min-height: 100%;
  overflow-wrap: break-word;
}
.content p {
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}
.content code {
  hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  -webkit-hyphens: manual;
}
.content a {
  color: #363533;
  text-decoration: none;
  background-image: linear-gradient(transparent, transparent 5px, #363533 5px, #363533);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
.content a:hover {
  background-image: linear-gradient(transparent, transparent 4px, #2b94bb 4px, #2b94bb);
}
.content a.icon {
  background: none;
}
.content a.icon:hover {
  color: #2b94bb;
}
.content h1 a,
.content .h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
  background: none;
  color: inherit;
  text-decoration: none;
}
.content h1 a:hover,
.content .h1 a:hover,
.content h2 a:hover,
.content h3 a:hover,
.content h4 a:hover,
.content h5 a:hover,
.content h6 a:hover {
  background-image: linear-gradient(transparent, transparent 6px, #2b94bb 6px, #2b94bb);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
.content h6 a {
  background: none;
  color: inherit;
  text-decoration: none;
}
.content h6 a:hover {
  background-image: linear-gradient(transparent, transparent 6px, #2b94bb 6px, #2b94bb);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
@media (min-width: 540px) {
  .image-wrap {
    flex-direction: row;
    margin-bottom: 2rem;
  }
  .image-wrap .image-block {
    flex: 1 0 35%;
    margin-right: 2rem;
  }
  .image-wrap p {
    flex: 1 0 65%;
  }
}
.max-width {
  max-width: 58rem;
}
@media (max-width: 480px) {
  .px3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .my4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 480px) {
  p {
    text-align: justify;
  }
}
#header {
  margin: 0 auto 2rem;
  width: 100%;
}
#header h1,
#header .h1 {
  margin-top: 0;
  margin-bottom: 0;
  color: #363533;
  letter-spacing: 0.01em;
  font-weight: 300;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 3.5rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
#header a {
  background: none;
  color: inherit;
  text-decoration: none;
}
#header #logo {
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  filter: grayscale(100%);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
}
#header #nav {
  color: #00b19e;
  letter-spacing: 0.01em;
  font-weight: 200;
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 50px;
}
#header #nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.4rem;
}
#header #nav ul a {
  margin-right: 10px;
  color: #00b19e;
}
#header #nav ul a:hover {
  background-image: linear-gradient(transparent, transparent 5px, #00b19e 5px, #00b19e);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
#header #nav ul li {
  display: inline-block;
  margin-right: 3px;
  border-right: 1px dotted #00b19e;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 0.8em;
}
#header #nav ul .icon {
  display: none;
}
#header #nav ul li:last-child {
  margin-right: 0;
  border-right: 0;
}
#header #nav ul li:last-child a {
  margin-right: 0;
}
ul.dropdown-nav {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  display: none;
  border-left: 1px dotted #00b19e;
  padding-left: 13px !important;
  margin-left: -13px !important;
  padding-top: 0.5em !important;
  z-index: 10;
}
ul.dropdown-nav li {
  clear: both;
  width: 100%;
  border-right: unset !important;
  display: block !important;
  line-height: 1.5rem !important;
}
li.dd-extra:hover > ul.dropdown-nav,
ul.dropdown-nav:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
li.dd-extra:focus-within > ul.dropdown-nav {
  visibility: visible;
  opacity: 1;
  display: block;
}
li.dd-extra:active > ul.dropdown-nav {
  visibility: visible;
  opacity: 1;
  display: block;
}
#header:hover #logo {
  filter: none;
  -webkit-filter: none;
}
.tagline {
  display: unset;
  font-size: 1rem;
  text-decoration: unset;
  color: unset;
  font-weight: unset;
}
.tagline a {
  margin: unset !important;
}
@media screen and (max-width: 480px) {
  #header #title {
    display: table;
    margin-right: 3.5rem;
    min-height: 100px;
  }
  #header #title h1 {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  #header #nav ul a:hover {
    background: none;
  }
  #header #nav ul li {
    display: none;
    border-right: 0;
  }
  #header #nav ul li.icon {
    position: absolute;
    top: 77px;
    right: -15px;
    display: inline-block;
  }
  #header #nav ul.responsive li {
    display: block;
  }
  #header #nav li:not(:first-child) {
    padding-top: 1rem;
    padding-left: 120px;
    font-size: 1rem;
  }
}
#header-post {
  position: fixed;
  top: 2rem;
  right: 0;
  display: inline-block;
  float: right;
  z-index: 100;
}
#header-post a {
  background: none;
  color: inherit;
  text-decoration: none;
}
#header-post a.icon {
  background: none;
}
#header-post a.icon:hover {
  color: #2b94bb;
}
#header-post ol {
  list-style-type: none;
}
#header-post ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#header-post ul li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
#header-post ul li:last-child {
  margin-right: 0;
}
#header-post #menu-icon {
  float: right;
  margin-right: 2rem;
  margin-left: 2rem;
}
#header-post #menu-icon:hover {
  color: #00b19e;
}
#header-post #menu-icon-tablet {
  float: right;
  margin-right: 2rem;
  margin-left: 15px;
}
#header-post #menu-icon-tablet:hover {
  color: #00b19e;
}
#header-post #top-icon-tablet {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  margin-right: 2rem;
  margin-left: 15px;
}
#header-post #top-icon-tablet:hover {
  color: #00b19e;
}
#header-post .active {
  color: #00b19e;
}
#header-post #menu {
  visibility: hidden;
  margin-right: 2rem;
}
#header-post #nav {
  color: #00b19e;
  letter-spacing: 0.01em;
  font-weight: 200;
  font-style: normal;
  font-size: 1rem;
}
#header-post #nav ul {
  line-height: 5px;
}
#header-post #nav ul a {
  margin-right: 15px;
  color: #00b19e;
}
#header-post #nav ul a:hover {
  background-image: linear-gradient(transparent, transparent 5px, #00b19e 5px, #00b19e);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
#header-post #nav ul li {
  border-right: 1px dotted #00b19e;
}
#header-post #nav ul li:last-child {
  margin-right: 0;
  border-right: 0;
}
#header-post #nav ul li:last-child a {
  margin-right: 0;
}
#header-post #actions {
  float: right;
  margin-top: 2rem;
  margin-right: 2rem;
  width: 100%;
  text-align: right;
}
#header-post #actions ul {
  display: block;
}
#header-post #actions .info {
  display: block;
  font-style: italic;
}
#header-post #share {
  clear: both;
  padding-top: 1rem;
  padding-right: 2rem;
  text-align: right;
}
#header-post #share li {
  display: block;
  margin: 0;
}
#header-post #toc {
  float: right;
  clear: both;
  overflow: auto;
  margin-top: 1rem;
  padding-right: 2rem;
  max-width: 20em;
  max-height: calc(95vh - 7rem);
  text-align: right;
}
#header-post #toc a:hover {
  color: #2b94bb;
}
#header-post #toc .toc-level-1 > .toc-link {
  display: none;
}
#header-post #toc .toc-level-2 {
  color: #363533;
  font-size: 0.8rem;
}
#header-post #toc .toc-level-2:before {
  color: #00b19e;
  content: "#";
}
#header-post #toc .toc-level-3 {
  color: #666;
  font-size: 0.7rem;
}
#header-post #toc .toc-level-4 {
  color: #525252;
  font-size: 0.4rem;
}
#header-post #toc .toc-level-5 {
  display: none;
}
#header-post #toc .toc-level-6 {
  display: none;
}
#header-post #toc .toc-number {
  display: none;
}
@media screen and (max-width: 500px) {
  #header-post {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #header-post #menu-icon {
    display: none;
  }
  #header-post #actions {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  #header-post #toc {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  #header-post #menu-icon-tablet {
    display: none !important;
  }
  #header-post #top-icon-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1199px) {
  #header-post #actions {
    width: auto;
  }
  #header-post #actions ul {
    display: inline-block;
    float: right;
  }
  #header-post #actions .info {
    display: inline;
    float: left;
    margin-right: 2rem;
    font-style: italic;
  }
}
#footer-post {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000000;
  width: 100%;
  border-top: 1px solid #ccc;
  background: #e3e3e3;
  transition: opacity 0.2s;
}
#footer-post a {
  background: none;
  color: inherit;
  text-decoration: none;
}
#footer-post a.icon {
  background: none;
}
#footer-post a.icon:hover {
  color: #2b94bb;
}
#footer-post #nav-footer {
  padding-right: 1rem;
  padding-left: 1rem;
  background: #d1d1d1;
  text-align: center;
}
#footer-post #nav-footer a {
  color: #00b19e;
  font-size: 1em;
}
#footer-post #nav-footer a:hover {
  background-image: linear-gradient(transparent, transparent 5px, #00b19e 5px, #00b19e);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
#footer-post #nav-footer ul {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
#footer-post #nav-footer ul li {
  display: inline-table;
  padding: 10px;
  width: 20%;
  vertical-align: middle;
}
#footer-post #actions-footer {
  overflow: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
#footer-post #actions-footer a {
  display: inline-block;
  padding-left: 1rem;
  color: #00b19e;
}
#footer-post #share-footer {
  padding-right: 1rem;
  padding-left: 1rem;
  background: #d1d1d1;
  text-align: center;
}
#footer-post #share-footer ul {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
#footer-post #share-footer ul li {
  display: inline-table;
  padding: 10px;
  width: 20%;
  vertical-align: middle;
}
#footer-post #toc-footer {
  clear: both;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #d1d1d1;
  text-align: left;
}
#footer-post #toc-footer ol {
  margin: 0;
  padding-left: 20px;
  list-style-type: none;
}
#footer-post #toc-footer ol li {
  line-height: 30px;
}
#footer-post #toc-footer a:hover {
  color: #2b94bb;
}
#footer-post #toc-footer .toc-level-1 > .toc-link {
  display: none;
}
#footer-post #toc-footer .toc-level-2 {
  color: #363533;
  font-size: 0.8rem;
}
#footer-post #toc-footer .toc-level-2:before {
  color: #00b19e;
  content: "#";
}
#footer-post #toc-footer .toc-level-3 {
  color: #666;
  font-size: 0.7rem;
  line-height: 15px;
}
#footer-post #toc-footer .toc-level-4 {
  display: none;
}
#footer-post #toc-footer .toc-level-5 {
  display: none;
}
#footer-post #toc-footer .toc-level-6 {
  display: none;
}
#footer-post #toc-footer .toc-number {
  display: none;
}
@media screen and (min-width: 500px) {
  #footer-post-container {
    display: none;
  }
}
.post-list {
  padding: 0;
}
.post-list .post-item {
  margin-bottom: 1rem;
  margin-left: 0;
  list-style-type: none;
}
.post-list .post-item .meta {
  display: block;
  margin-right: 16px;
  min-width: 100px;
  color: #666;
  font-size: 14px;
}
@media (min-width: 540px) {
  .max-width-home {
    max-width: 76rem !important;
  }
}
@media (min-width: 920px) {
  .intro {
    margin-left: 130px;
    margin-right: 130px;
  }
}
@media (min-width: 480px) {
  .post-list .post-item {
    display: flex;
    margin-bottom: 5px;
  }
  .post-list .post-item .meta {
    text-align: left;
  }
}
.project-list {
  padding: 0;
  list-style: none;
}
.project-list .project-item {
  margin-bottom: 5px;
}
.project-list .project-item p {
  display: inline;
}
.inicio {
  max-width: 140px;
  width: 100%;
  height: auto;
}
.links_nav {
  margin-bottom: 6em;
  margin-top: 6em;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.intro {
  margin-bottom: 4rem;
}
.row-item {
  display: grid;
  grid-template-columns: 24.6% 24.6% 24.6% 24.6%;
  margin: 0 auto 3em auto !important;
}
@media (min-width: 920px) {
  .row-item {
    margin: 0 100px 3em 100px !important;
  }
}
.item {
  text-align: center;
  margin: 0 10px 0;
}
.item-link {
  text-align: center;
  margin-top: -15px;
  font-weight: normal;
  text-decoration: none;
  font-size: 1.2rem;
}
.item-clear {
  clear: both;
}
.social-icons {
  letter-spacing: 0.6em;
  font-size: 0.8rem;
}
.footer-social {
  position: absolute;
  bottom: 3rem;
  right: -1em;
  text-align: right;
  color: #666;
  font-size: 0.9rem;
  width: 100%;
}
@media (max-width: 680px) {
  .footer-social {
    right: unset;
    text-align: center;
    bottom: 6em;
  }
}
.footer-social a {
  color: #666;
  text-decoration: none !important;
}
.oli-quem a {
  color: #00b19e;
  text-decoration: none !important;
  background-image: unset;
  font-weight: unset;
}
.oli-quem a:hover {
  background-image: unset;
  text-decoration: underline !important;
}
.item a,
.item h3 {
  color: #00b19e !important;
  text-decoration: none !important;
  background-image: unset;
}
.item a:hover,
.item h3:hover {
  text-decoration: underline !important;
  background-image: unset;
}
@media screen and (max-width: 580px) {
  .row-item {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    margin: 0 auto 3em auto !important;
  }
  .inicio {
    max-width: 80px;
    width: 100%;
    height: auto;
  }
}
.livros-lista {
  display: flex;
  flex-flow: wrap;
  margin-left: -2rem;
}
.livros-lista li {
  padding: 0 10px 20px;
  list-style: none;
}
article {
  padding-bottom: 2em;
}
article header .posttitle {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
  font-size: 1.5em;
  line-height: 1.25;
}
article header .meta {
  margin-top: 0;
  margin-bottom: 1rem;
}
article header .meta * {
  color: #666;
  font-size: 0.85rem;
}
article header .author {
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 700;
}
article header .postdate {
  display: inline;
}
article .content h2:before {
  position: absolute;
  top: -4px;
  left: -1rem;
  color: #00b19e;
  content: "#";
  font-weight: bold;
  font-size: 1.2rem;
}
article .content h3:before {
  position: absolute;
  left: -1.4rem;
  color: #00b19e;
  content: "##";
  font-weight: bold;
  font-size: 1rem;
}
article .content img,
article .content video {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
article .content .video-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  height: 0;
}
article .content .video-container iframe,
article .content .video-container object,
article .content .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
}
article .content blockquote {
  margin: 1rem 10px;
  padding: 0.5em 10px;
  background: inherit;
  color: #74a6a1;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-weight: bold;
}
article .content blockquote p {
  margin: 0 0 0.8em 0;
}
article .content blockquote:before {
  margin-right: 0.25em;
  margin-left: -0.5em;
  color: #858585;
  content: "\201C";
  vertical-align: -0.4em;
  font-size: 3em;
  line-height: 0.1em;
}
article .content blockquote footer {
  margin: 0;
  color: #666;
  font-size: 0.8em;
  text-align: right;
}
article .content blockquote footer a {
  background-image: linear-gradient(transparent, transparent 5px, #666 5px, #666);
  color: #666;
}
article .content blockquote footer a:hover {
  background-image: linear-gradient(transparent, transparent 4px, #858585 4px, #858585);
  color: #858585;
}
article .content blockquote footer cite:before {
  padding: 0 0.5em;
  content: "—";
}
article .content .pullquote {
  margin: 0;
  width: 45%;
  text-align: left;
}
article .content .pullquote.left {
  margin-right: 1em;
  margin-left: 0.5em;
}
article .content .pullquote.right {
  margin-right: 0.5em;
  margin-left: 1em;
}
article .content .caption {
  position: relative;
  display: block;
  margin-top: 0.5em;
  color: #666;
  text-align: center;
  font-size: 0.9em;
}
.posttitle {
  text-transform: none;
  font-size: 1.5em;
  line-height: 1.25;
}
.article-tag .tag-link {
  background-image: linear-gradient(transparent, transparent 10px, #2b94bb 10px, #2b94bb);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
.article-tag .tag-link:before {
  content: "#";
}
.article-category .category-link {
  background-image: linear-gradient(transparent, transparent 10px, #2b94bb 10px, #2b94bb);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
@media (min-width: 480px) {
  .article-tag,
  .article-category {
    display: inline;
  }
  .article-tag:before,
  .article-category:before {
    content: "|";
  }
}
.foto-perfil {
  margin: 0.5em 0 0 1.5em !important;
  max-width: 45% !important;
}
.bot-area {
  display: none;
}
.capa-livro img {
  max-width: 250px;
}
.capa-livro {
  float: left;
  margin-top: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
}
.capa-livro a {
  text-decoration: none !important;
  background-image: unset;
}
.capa-livro a:hover {
  text-decoration: none !important;
  background-image: unset;
}
@media (max-width: 520px) {
  .info-livro:before {
    clear: both;
  }
  .capa-livro img {
    max-width: 100%;
  }
}
.info-livro h1 {
  margin-top: 1rem;
  text-transform: uppercase;
}
.info-livro p {
  line-height: 1em;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.super-social {
  font-size: 0.8em;
  text-align: right;
}
.super-social a {
  color: #858585;
}
@media (max-width: 480px) {
  .post-list {
    margin-top: 5.5em;
    clear: both;
  }
}
#archive {
  margin-top: 3em;
}
.post-list {
  padding: 0;
}
.post-list .post-item {
  margin-bottom: 1rem;
  margin-left: 0;
  list-style-type: none;
}
.post-list .post-item .meta {
  display: block;
  margin-right: 16px;
  min-width: 100px;
  color: #666;
  font-size: 0.9em;
  line-height: 2.2rem;
}
.small {
  font-size: 0.7em !important;
}
@media (min-width: 480px) {
  .post-list .post-item {
    display: flex;
    margin-bottom: 5px;
    margin-left: 1rem;
  }
  .post-list .post-item .meta {
    text-align: left;
  }
}
h2.arquivo {
  text-align: right;
  color: #666;
  text-transform: uppercase;
  clear: both;
}
.blog-post-comments {
  margin-top: 4rem;
}
#footer {
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
  width: 100%;
  color: #666;
  vertical-align: top;
  text-align: center;
  font-size: 13px;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer li {
  display: inline-block;
  margin-right: 4px;
  margin-left: 0;
  border-right: 1px solid #ccc;
  vertical-align: middle;
  line-height: 1em;
}
#footer li a {
  margin-right: 10px;
}
#footer li:last-child {
  margin-right: 0;
  border-right: 0;
}
#footer li:last-child a {
  margin-right: 0;
}
#footer a {
  color: #666;
  text-decoration: underline;
  background-image: none;
}
#footer a:hover {
  color: #858585;
}
#footer .footer-left {
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
}
#footer .footer-left img {
  margin-bottom: -0.3em;
}
@media (min-width: 39rem) {
  #footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
  }
  #footer .footer-left {
    margin-bottom: -0.1em;
    margin-right: 20px;
  }
  #footer .footer-right {
    align-self: flex-end;
  }
}
.pagination {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
}
.pagination .page-number {
  color: #363533;
  font-size: 0.8rem;
}
.pagination a {
  padding: 4px 6px;
  border-radius: 5px;
  background-image: none;
  color: #363533;
  text-decoration: none;
}
.pagination a:hover {
  background-image: none;
}
.pagination a:hover:not(.active) {
  color: #333;
}
.search-input {
  padding: 6px 7px;
  width: 100%;
  outline: none;
  border: solid 1px #ccc;
  border-radius: 2px;
  background-color: #e8e8e8;
  color: #363533;
  font-size: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.search-input:focus {
  border: solid 1px #00b19e;
}
#search-result ul.search-result-list {
  padding: 0;
  list-style-type: none;
}
#search-result li {
  margin: 2em auto;
}
#search-result a.search-result-title {
  background-image: none;
  color: #363533;
  font-weight: bold;
  line-height: 1.2;
}
#search-result p.search-result {
  overflow: hidden;
  margin: 0.4em auto;
  max-height: 13em;
  text-align: justify;
  font-size: 0.8em;
}
#search-result em.search-keyword {
  border-bottom: 1px dashed #2b94bb;
  color: #2b94bb;
  font-weight: bold;
}
.search-no-result {
  display: none;
  padding-bottom: 0.5em;
  color: #363533;
}
#tag-cloud .tag-cloud-title {
  color: #666;
}
#tag-cloud .tag-cloud-tags {
  clear: both;
  text-align: center;
}
#tag-cloud .tag-cloud-tags a {
  display: inline-block;
  margin: 10px;
}
#categories .category-list-title {
  color: #666;
}
#categories .category-list .category-list-item .category-list-count {
  color: #666;
}
#categories .category-list .category-list-item .category-list-count:before {
  content: " (";
}
#categories .category-list .category-list-item .category-list-count:after {
  content: ")";
}
.highlight {
  color: #333;
  background: #f8f8f8;
}
.highlight .code .comment,
.highlight .code .quote {
  color: #998;
  font-style: italic;
}
.highlight .code .keyword,
.highlight .code .selector-tag,
.highlight .code .subst {
  color: #333;
  font-weight: bold;
}
.highlight .code .number,
.highlight .code .literal,
.highlight .code .variable,
.highlight .code .template-variable,
.highlight .code .tag .attr {
  color: #008080;
}
.highlight .code .string,
.highlight .code .doctag {
  color: #d14;
}
.highlight .code .title,
.highlight .code .section,
.highlight .code .selector-id {
  color: #900;
  font-weight: bold;
}
.highlight .code .subst {
  font-weight: normal;
}
.highlight .code .type,
.highlight .code .class .title {
  color: #458;
  font-weight: bold;
}
.highlight .code .tag,
.highlight .code .name,
.highlight .code .attribute {
  color: #000080;
  font-weight: normal;
}
.highlight .code .regexp,
.highlight .code .link {
  color: #009926;
}
.highlight .code .symbol,
.highlight .code .bullet {
  color: #990073;
}
.highlight .code .built_in,
.highlight .code .builtin-name {
  color: #0086b3;
}
.highlight .code .meta {
  color: #999;
  font-weight: bold;
}
.highlight .code .deletion {
  background: #fdd;
}
.highlight .code .addition {
  background: #dfd;
}
.highlight .code .emphasis {
  font-style: italic;
}
.highlight .code .strong {
  font-weight: bold;
}
pre {
  overflow-x: auto;
  padding: 10px 15px;
  padding-bottom: 0;
  border: 1px dotted #ccc;
  border-radius: 4px;
  font-size: 13px;
  font-family: monospace;
  line-height: 22px;
  -webkit-border-radius: 4px;
}
pre code {
  display: block;
  padding: 0;
  border: none;
}
code {
  padding: 0 5px;
  border: 1px dotted #ccc;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.highlight {
  overflow-x: auto;
  margin: 1rem 0;
  padding: 10px 15px;
  border-radius: 4px;
  background: #e3e3e3;
  font-family: monospace;
  -webkit-border-radius: 4px;
}
.highlight figcaption {
  margin: -5px 0 5px;
  color: #757575;
  font-size: 0.9em;
}
.highlight figcaption a {
  float: right;
  color: #757575;
  font-style: italic;
  font-size: 0.8em;
  background-image: linear-gradient(transparent, transparent 10px, #2b94bb 10px, #2b94bb);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
.highlight figcaption a:hover {
  color: #919191;
}
.highlight figcaption:before {
  content: " ";
  display: table;
}
.highlight figcaption:after {
  clear: both;
}
.highlight pre {
  padding: 0;
  border: none;
  background: none;
}
.highlight table {
  width: auto;
}
.highlight td.gutter {
  text-align: right;
}
.highlight .line {
  height: 22px;
}
