
body {

    text-rendering: optimizeLegibility;
    background-attachment: fixed;
    background-position: center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/obras/rafael/esopo-uma_historia_em_obras_l.png);
    
    background-size: contain;
    background-blend-mode: revert;
    background-position: center;
}

.fade{
    background-image: linear-gradient(
     currentColor 100%,
     currentColor 70%,
     currentColor 30%,
     transparent 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    background-attachment: fixed;
    }
    
    .fade h3{
        line-height: 0.8em;
        font-family: var(--font-6);
        text-align: center;
        position: absolute;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: -100px;
        color: #c0b199;
        font-size: 9rem;
        font-weight: 600;
    }
    
    .scroll-down-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-top: 20px;
      color: #f4f5f0;
      font-size: 0.81rem;
      letter-spacing: 1.25px;
      text-transform: uppercase;
      animation: scrollDown 2s infinite;
      mix-blend-mode: exclusion;
      z-index: 20;
    }

#text-over {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/obras/rafael/esopo-uma_historia_em_obras.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
     background-color: var(--color-bg); 
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: inset(0px at center center);
  }
  
  .innerText {
    position: fixed;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1;
    font-size: 9vw;
    /* color: #ff8f14; */
    color: #ffffff;
    text-align: center;
    width: 100%;
    font-family: var(--font-6);
  }
  
  .text {
    position: fixed;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1;
    font-size: 9vw;
    color: #ffffff;
    /* -webkit-text-stroke: 2px #071821; */
    z-index: 0;
    text-align: center;
    width: 100%;
    font-family: var(--font-6);
  }

  blockquote cite, blockquote cite a, blockquote cite a:visited {
    color: #000000;
    border: none;
}

blockquote cite:before {
  content: "";
}

  @media screen and (max-width: 1000px) {
body, #text-over{
  background-size: inherit;
  background-position: right center;
}

    .innerText {
      position: fixed;
      top: 50%;
      left: 100%;
      transform: translateY(-50%);
      white-space: nowrap;
      z-index: 1;
      font-size: 19vw;
      color: #ffffff;
      /* color: #ff8f14; */
      text-align: center;
      width: 100%;
      font-family: var(--font-6);
    }
    
    .text {
      position: fixed;
      top: 50%;
      left: 100%;
      transform: translateY(-50%);
      white-space: nowrap;
      z-index: 1;
      font-size: 19vw;
      color: #ffffff;
      
      /* -webkit-text-stroke: 2px #071821; */
      z-index: 0;
      text-align: center;
      width: 100%;
      font-family: var(--font-6);
    }
  }
  
  .content {
    padding-top: 2em;
    position: relative;
    margin-top: 200vh;
    background-color: #FFC745;
    padding-bottom: 5rem;
}

  .lead, .attention-getter {
    font-family: var(--font-1);
    font-weight: 300;
    font-size: var(--text-md);
    line-height: var(--vspace-1_25);
    color: #000000;
}

#content {
  position: relative;
  margin: 0;
  background: #FFC745;
  padding: 20px;
  overflow: hidden;
}

#animated-thumbnail {
  position: relative;
  background: #FFC745;
}

.bagidua {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

.bagidua img,
.bagitiga img,
.bagiempat img {
  -webkit-backface-visibility: hidden;
  margin-bottom: 20px;
  max-width: 100%;
}

a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0000;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

#arlina {
  background: #fff;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 970px;
  overflow: hidden;
  z-index: 3;
}

.imgani img.anime {
  width: 100%;
  visibility: visible;
  transform: translateY(0);
}

a.img,
.separator a {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.entry-wrap {
  padding-bottom: 0px !important;
}

#about{
  height: 100vh;
}

@media screen and (max-width: 500px){
.hero__scroll-down span {
    display: block;
}
}

.baixar{
  width: 100px;
  display: block;
  margin: auto;
}

.obra{
  display: block;
  margin: auto;
}

.entry__meta2 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: normal;
  font-size: calc(var(--text-size) * 0.9444);
  font-weight: 400;
}

figcaption{
  font-family: var(--font-1);
  font-weight: 400;
  font-size: var(--text-sm);
  line-height: var(--vspace-0_75);
  font-style: normal;
  color: rgb(0, 0, 0);
  text-align: left;
}

.hashtag{
  font-weight: 600;
}


blockquote cite, blockquote cite a, blockquote cite a:visited {
  color: #000000;
  border: none;
  font-size: var(--base-font-size);
}

blockquote {
  margin: 0 0 var(--vspace-1) 0;
  padding: var(--vspace-1) var(--vspace-1_5);
  border-left: 2px solid #dd614a;
  position: relative;
}

blockquote cite:before {
  content: "\2014 \0020";
}