/* GERAL */

@font-face {
  font-family: "itc-bold-condensed";
  src: url("CenturyStd-BoldCondensed.ttf") format("truetype");
}

@font-face {
  font-family: "itc-book-condensed";
  src: url("CenturyStd-BookCondensed.ttf") format("truetype");
}

@font-face {
  font-family: "itc-book-italic";
  src: url("CenturyStd-BookItalic.ttf") format("truetype");
}

@font-face {
  font-family: "itc-bold-italic";
  src: url("CenturyStd-BoldItalic.ttf") format("truetype");
}


html,
body {
  height: 100%;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-family: "itc-book-condensed";
  color: #3E3B33;
}

body {
  font-size: 1.3em;
  font-family: "itc-book-condensed";
  color: #3E3B33;
  flex: 1;
  padding-right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: opacity 0.2s ease;
  background-color: #F9F8F6;
  /*background-image: url('fundo.png');*/
}

a.active {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.sobre>.plain,
.manifesto>.plain,
.loja>.plain {
  margin-top: 50px;
}

.plain {
  margin-top: 100px;
  font-family: "adobe-caslon-pro";
  font-size: 1.1em;
  text-align: left;
  line-height: 1.4em;
}

p {
  font-family: "adobe-caslon-pro";
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1.2em;
}


/* HEADER */

header {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

header nav {
  margin-top: 35px;
  margin-bottom: 100px;
  font-size: 1.1em;
  user-select: none;
}

header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

header ul li {
  margin: 0 20px;
}

header ul li a {
  text-decoration: none;
  color: #3E3B33;
}

header img {
  width: 300px;
  margin-top: 20px;
  margin-bottom: 15px;
}

header li a:not(.active):hover {
  color: rgba(188, 157, 125);
}


/* INDEX */

.index-0 p {
  font-family: "itc-book-condensed";
  font-size: 1.1em;
  margin: -40px auto 75px auto;
}

.index-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 50px;
  width: calc(100% - 50px);
  max-width: calc(1050px - 50px);
  margin: 20px auto 130px auto;
  text-align: left;
  transform: scale(1.15);
  transition: transform 0.7s ease;
}

.index-2 {
  max-width: 650px;
  margin: 150px auto 100px auto;
  transition: transform 0.7s ease;
}

.leaf {
  width: 30px;
}

.img-roll {
  grid-column: 1;
  grid-row: 1 / span 2;
  height: 100%;
  opacity: 1;
}

.img-roll img {
  width: 100%;
  box-shadow: 6px 6px 6px 6px #f9f8f6 inset;
  border:4px solid #f9f8f6
}

.artigo {
  padding: 0 0;
  height: 250px;
}

.title {
  font-family: "itc-book-italic";
  font-size: 1.3em;
  font-weight: normal;
  letter-spacing: 0.3px;
  line-height: 1.1em;
  margin-top: 0;
  color: #3E3B33;
  text-align:left;
}

.subtitle {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0.3px;
  line-height: 1em;
}

.lead {
  font-family: "itc-book-condensed";
  text-transform: uppercase;
  color: rgba(129, 125, 114, 255);
  font-size: 0.65em;
  font-weight: normal;
  letter-spacing: 0.8px;
}

#artigo-1 {
  grid-column: 2;
  grid-row: 1;
}

#artigo-2 {
  grid-column: 3;
  grid-row: 1;
}

.index-1 #artigo-3 {
  grid-column: 2;
  grid-row: 2;
  border-top: 1.5px solid rgba(188, 157, 125);
  margin-top: -20px;
  padding-top: 20px;
}

.index-1 #artigo-4 {
  grid-column: 3;
  grid-row: 2;
  border-top: 1.5px solid rgba(188, 157, 125);
  margin-top: -20px;
  padding-top: 20px;
}

.index-1 #artigo-1:hover .title,
.index-1 #artigo-2:hover .title,
.index-1 #artigo-3:hover .title,
.index-1 #artigo-4:hover .title {
  color: rgba(188, 157, 125);
}


/* SOBRE */

.sobre img {
  width: 280px;
}

.sobre{
  max-width: 650px;
  margin: 0 auto 100px auto;
}

/* ARQUIVO */

.arquivo {
  width: 90%;
  margin: 0 auto;
}

.arquivo img {
  width: 400px;
  margin-left: 10px;
}

.table {
  max-width: 1000px;
  table-layout: fixed;
  margin: 50px auto 100px auto;
  border-spacing: 15px 25px;
}

.table td {
  text-align: left;
  vertical-align: top;
}

.row-caption th {
  font-family: "itc-book-condensed";
  font-size: 0.9em;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

tbody tr:nth-child(1) {
  border-spacing: 0 10px;
  font-family: "itc-bold-condensed";
  text-transform: uppercase;
  letter-spacing: 0.3px;
  width: 30px;
}


tbody tr td:nth-child(2) {
  font-family: "itc-bold-condensed";
  text-transform: uppercase;
  letter-spacing: 0.3px;
  width: 40%;
}


tbody tr td:nth-child(3) {
  font-family: "adobe-caslon-pro";
  text-transform: none;
  font-size: 1em;
  padding-top: 1.5px;
  line-height: 1.35em;
  letter-spacing: normal;
  width: 60%;
}

.row-caption th:nth-child(1) {
  padding-right: 10px;
}

.row-caption th:nth-child(3) {
  padding-left: 10px;
}

tbody tr td:nth-child(3) {
  padding-left: 10px;
}

.artigo a {
  text-decoration: none;
  color: #3E3B33;
}

.table tbody tr a {
  text-decoration: none;
  color: #3E3B33;
}

.table tbody tr:hover a {
  color: rgba(188, 157, 125) !important;
}


/* LOJA */

.loja img {
  width: 300px;
  margin-right:70px;
}

.loja{
  display: flex;
  margin: 0 auto 100px auto;
  max-width: 850px;
}


/* ARTIGO */

.artigo-full {
  max-width: 650px;
  margin: 0 auto;
}

.artigo-full-lead {
  margin-top: 30px;
  width: 100%;
  font-family: "adobe-caslon-pro";
  font-style: italic;
  text-align: left;
  font-size: 1.1em;
  margin-top: 45px;
}

.artigo-full-p {
  width: 100%;
  font-family: "adobe-caslon-pro";
  text-align: left;
  font-size: 1.1em;
  line-height: 1.4em;
}

.sub{
  text-indent: 50px;
  font-weight: bold;
  font-style: italic;
}

.end-article{
margin-bottom: 110px;
}

.artigo-img {
  width: 140%;
  max-width: none;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 70px auto;
  mix-blend-mode: multiply;
}

.artigo-subtitle {
  width: 60%;
  text-align: left;
  position: relative;
  left: 0;
  transform: translateX(60%);

  font-family: "adobe-caslon-pro";
  font-size: 0.98em;
  line-height: 1.3em;
  margin-top: 70px;
  margin-bottom: 100px;
  padding-top: 20px;
  border-top: 1.5px solid rgba(188, 157, 125);
}


/* FOOTER */

footer {
  position: relative;
  background-color: #3E3B33;
  padding-top: 50px;
  padding-bottom: 150px;
  margin-top: auto;
  width: 100%;
}

footer a {
  text-decoration: none;
}

.footer-div {
  position: relative;

}

.footer-nav {
  position: absolute;
  font-family: "itc-book-condensed";
  text-align: left;
  left: 50px;
  font-size: 1.2em;
  letter-spacing: 0.8px;

}

.nav-title {
  text-transform: uppercase;
  font-family: "itc-book-condensed";
  font-size: 0.6em;
  color: #f9f8f6;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  margin-bottom: 8px;
  font-size: 0.9em;
}

.footer-nav a {
  color: rgba(188, 157, 125);
}

.footer-nav a:active {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.plain-footer {
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.4em;
  color: #f9f8f6;
  font-size: 1.3em;
  font-family: "itc-book-condensed";
}

.loja .email-link {
  text-underline-offset: 2px;
}

.email-link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  color: rgba(188, 157, 125);
}


/* PAGE TRANSITIONS */

.fade-leave-active,
.fade-enter-active {
  transition: opacity 150ms ease;
}

.fade-leave,
.fade-enter-to {
  opacity: 1;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}


/* SCROLL BAR */

::-webkit-scrollbar-thumb {
  background-color: #3E3B33;
}

::-webkit-scrollbar {
  width: 1vw;
}

::-webkit-scrollbar-track {
  background-color: #f9f8f6;
}


/*////////////////////////////////
ADJUST TEXT ALIGNMENT - FIRST LINE
////////////////////////////////*/

#artigo-1 .lead {
  margin-top: -3px;
}

#artigo-2 .text {
  padding-top: 12px;
}

#artigo-3 .lead {
  margin-top: -3px;
}

#artigo-4 .text {
  padding-top: 18px;
}

/* INDEX */

@media (max-width: 1169px) {

  .index-0 p {
    font-size: 1.1em;
    margin: -40px auto 50px auto;
  }

  .index-1 {
    transform: scale(1);
  }

  .index-2 {
    transform: translateY(-83.4px);
  }
}

@media (max-width: 1063px) {
  .img-roll {
    display: none;
  }

  .index-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transform: scale(1);
    width: 85%;
    max-width: 500px;
    padding: 0;
    margin-bottom: 100px;
  }

  .artigo {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .artigo:nth-child(3) {
    border-top: 1.5px solid rgba(188, 157, 125);
  }

  #artigo-1,
  #artigo-2,
  #artigo-3,
  #artigo-4 {
    grid-column: auto;
    grid-row: auto;
    padding: 0;
    margin: 0;
    padding-top: 20px;
  }

  #artigo-1 {
    padding-top: 0;
  }

  .plain {
    font-size: 1em;
    line-height: 1.4em;
  }

  .index-2 {
    max-width: 500px;
    width: 85%;
    margin: 100px auto;
    text-align: center;
  }

  .leaf {
    width: 20px;
  }

  #artigo-1 .lead {
    margin-top: 0;
  }

  #artigo-2 .text {
    padding-top: 0;
  }

  #artigo-3 .lead {
    margin-top: 0;
  }

  #artigo-4 .text {
    padding-top: 0;
  }

  .lead {
    font-size: 0.72em;
    letter-spacing: 0.55px;
    line-height: 1.4em;
  }


  .text {
    font-size: 1em;
    line-height: 1.35em;
  }


  /* GERAL */

  .index-,
  .sobre,
  .manifesto,
  .loja,
  .arquivo {
    display: block;
    max-width: 500px;
    width: 85%;
    margin: 100px auto;
    text-align: center;
    padding: 0 20px;
  }

  /* SOBRE */

  .sobre {
    margin-top: 0;
  }

  .sobre img {
    margin-top: 0;
    width: 215px;
  }


  /* MANIFESTO */

  .manifesto {
    margin-top: 0;
  }

  .manifesto img {
    margin-top: 0;
    width: 320px;
  }


  /* LOJA */

  .loja {
    margin-top: 0;
  }

  .loja img {
    margin-top: 0;
    width: 215px;
    margin-right: 0;
  }


  /* ARQUIVO */

  .arquivo {
    margin-top: 0;
  }

  .arquivo img {
    margin-top: 0;
    width: 220px;
  }

  .table {
    width: 100%;
    border-collapse: collapse;
  }

  .table thead {
    display: none;
  }

  .table tr {
    display: block;
    padding: 15px 0;
  }

  .table td {
    display: block;
    text-align: left;
    padding: 5px 0;
    font-size: 1em;
  }

  .table tbody tr {
    display: block;
    margin-bottom: 10px;
    padding: 10px 0;
    width: 100%;
  }


  .row-caption th:nth-child(1) {
    padding-right: 0;
  }

  .row-caption th:nth-child(3) {
    padding-left: 0;
  }

  tbody tr td:nth-child(1) {
    display: none;
  }

  tbody tr td:nth-child(2) {
    padding-top: 20px;
    width: 100%;
  }

  tbody tr td:nth-child(3) {
    padding-left: 0;
    width: 100%;
  }


  /* ARTIGO */

  .artigo-full {
    max-width: 500px;
    width: 85%;
    margin: 0 auto 100px auto;
    text-align: center;
    padding: 0 20px;
  }

  .artigo-full-lead,
  .artigo-full-p {
    font-size: 1em;
    line-height: 1.4em;
    text-align: left;
  }

  .artigo-img {
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
    position: relative;
    left: auto;
    transform: none;
  }

  .artigo-subtitle {
    width: 85%;
    text-align: left;
    transform: none;
    font-size: 0.9em;
    margin-top: 50px;
    margin-bottom: 80px;
  }


  /* FOOTER */

  footer {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    position: relative;
  }

  .footer .div {
    max-width: 500px;

    padding: 0 20px;
    margin: 0 auto;
  }

  .footer-nav {
    display: none;
  }

  .plain-footer {
    font-size: 1em;
    line-height: 1.34em;
    padding: 0 7.5%;
    margin: 0;
    text-align: left;
  }

  /* SCROLL BAR */

  ::-webkit-scrollbar {
    width: 2vw;
  }
}

/* HEADER */

@media (max-width: 500px) {

  header {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  header img {
    width: 250px;
    margin-bottom: 10px;
  }

  header nav {
    margin: 10px auto 50px auto;
  }

  header ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 85%;
  }

  header ul li {
    font-size: 0.85em;
  }

  header ul li a {
    font-size: 0.9em;
  }

  .index-0 p {
    font-size: 1em;
    margin: 0 auto 50px auto;
  }
}