body{

    background-image: url('../texture-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.espacio{
  background: white;
  height: 800px;
}

#js-scene {
  width: 50%;
  height: 100vh;
  /* background:url(../bg-teste.jpg); */
  overflow: hidden;
}
.layer p {
  position: relative;
  /* box-shadow: 0 32px 40px -20px rgba(0, 0, 0, .25); */
}

.layer:nth-child(1) p {
  width: 500px;
  height: 521px;
  top: calc(10vh - 100px);
  left: calc(10vw - 0px);
  background: url(../images/banner/11.png);
  background-size: cover;
  background-repeat: no-repeat;
   
}
.layer:nth-child(2) p {
  width: 560px;
  height: 560px;
  top: calc(20vh - 50px);
  left: calc(25vw + 30px);
  background: url(../images/banner/davi.png);
  background-size: cover;
  background-repeat: no-repeat;
  
}
.layer:nth-child(3) p {
  width: 740px;
  height: 540px;
  top: calc(65vh - 250px);
  left: calc(15vw - 100px);
  background: url(../images/banner/4.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.layer:nth-child(4) p {
  width: 600px;
  height: 600px;
  z-index: 1;
  top: calc(10vh - 20px);
  left: calc(5vw - 100px);
  background: url(../images/banner/Matria_Brasil.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.layer:nth-child(5) p {
  width: 568px;
  height: 606px;
  top: calc(20vh - 100px);
  left: calc(25vw - 200px);
  background: url(../images/banner/3.png);
  background-size: cover;
  background-repeat: no-repeat;
}


  
 #cursor .shapes {
    position: relative;
    height: 100vh;
    width: 100vw;
    background: #2128bd;
    overflow: hidden;
  }
  
  #cursor  .shape {
    will-change: transform;
    position: absolute;
    border-radius: 50%;
  }
  #cursor  .shape.shape-1 {
    background: #005ffe;
    width: 650px;
    height: 650px;
    margin: -325px 0 0 -325px;
  }
 #cursor  .shape.shape-2 {
    background: #ffe5e3;
    width: 440px;
    height: 440px;
    margin: -220px 0 0 -220px;
  }
  #cursor  .shape.shape-3 {
    background: #ffcc57;
    width: 270px;
    height: 270px;
    margin: -135px 0 0 -135px;
  }
  
  #cursor  .content2 {
    /* top: 0;
    left: 0; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background: #fff;
    mix-blend-mode: screen;
  }
  
  #cursor  h1 {
    font-size: 100px;
    color: #000;
    margin: 0;
    text-align: center;
  }
  @media (min-width: 419px) {
    #cursor    h1 {
      font-size: 100px;
      font-size: calc((0.0989119683 * 100vw + (58.5558852621px)));
    }
  }
  @media (min-width: 1430px) {
    #cursor    h1 {
      font-size: 200px;
    }
  }
  
  #cursor  .cursor {
    position: fixed;
    background: #2128bd;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border-radius: 50%;
    will-change: transform;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    z-index: 10000;
  }
  
  ::-moz-selection {
    color: #fff;
    background: #2128bd;
  }
  
  ::selection {
    color: #fff;
    background: #2128bd;
  }

  .text-banner{
    position: absolute;
    display: block;
    top: 20vh;
    right: 0vw;
    width: 50%;
  }

  .hero__2 {
    z-index: 4;
    display: flex;
    align-items: center;
    /* font-size: calc(var(--text-size) * 0.5556); */
    /* font-weight: 600; */
    /* text-transform: uppercase; */
    /* letter-spacing: .3em; */
    /* color: black !important; */
    position: absolute;
    bottom: 3%;
    left: 1%;
    /* transform-origin: left bottom; */
    /* animation: rotate; */
    width: 60px;
  }
  
  .link-disable{
    pointer-events: none;
    cursor: default;
  }

  
marquee {
  font-family: 'Bowlby One';
    font-size: 1.8rem;
    background-color: #ffffff;
    color: #000000;
    padding: 6px 0;
    width: calc(100% + 14px);
    margin-left: -20px;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: 0rem;
}
marquee a {
  background-color: #12141800;
  color: #000000;
}
marquee a:hover {
  background-color: #12141800;
  color: #b93e63;
}

@media screen and (max-width: 2000px){

  marquee {
    font-family: 'Bowlby One';
      font-size: 1.8rem;
      background-color: #ffffff;
      color: #000000;
      padding: 6px 0;
      width: calc(100% + 14px);
      margin-left: -20px;
      flex-shrink: 0;
      text-transform: uppercase;
      letter-spacing: 0rem;
  }
  marquee a {
    background-color: #12141800;
    color: #000000;
  }
  marquee a:hover {
    background-color: #12141800;
    color: #b93e63;
  }
}

.s-header__nav a {
  text-transform: uppercase;
  display: inline-block;
  font-family: var(--font-3);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 4rem;
  color: #f9fafb;
  transition-property: color, background-color;
  letter-spacing: 0.1rem;
}

.s-header__nav a:hover {
  color: #f9fafb;
}

/* a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f9fafb;
  transform: scaleX(0);
  transition: transform 0.3s ease;
} */

.s-header__branding a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #61788f00;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.s-header__nav ul {
  z-index: 200;
  margin: 0;
  padding: 2rem 0;
  background: #035070;
  border-radius: 0 0 4px 4px;
  transform: translate(0, 20px);
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
}

.s-header__nav ul li a {
  display: block;
  white-space: nowrap;
  padding: 0.6rem 3rem 0.6rem 2rem;
  font-family: var(--font-1);
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1.8rem;
  color: #f9fafb;
}

.sobre_index{
  text-transform: uppercase;
  font-family: var(--font-6);
  font-size: clamp(8rem, 15vw, 16rem);
  line-height: 1;
  font-weight: 100;
  

}

.hero__scroll-down svg path {
  stroke: #ff8f14;
}

.s-header__nav li.has-children>a::after {
  border-bottom: 1px solid #ff8f14;
  border-right: 1px solid #ff8f14;
  content: '';
  display: block;
  height: 5px;
  width: 5px;
  margin-top: -4px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all .3s;
  position: absolute;
  right: 0;
  top: calc(50% + 2px);
}



@media screen and (max-width: 798px) {
  .layer:nth-child(4) p {
    width: 600px;
    height: 600px;
    z-index: 1;
    top: calc(10vh - 20px);
    left: calc(0vw - 200px);
    background: url(../images/banner/Matria_Brasil.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .text-banner {
      position: absolute;
      display: block;
      bottom: 15%;
      width: 100%;
      right: unset;
      top: auto;
  }

  .text-banner h1{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .text-banner img{
    margin-bottom: 0px;
  }
  #js-scene {
    mix-blend-mode: soft-light;
    width: 100vw;
    height: 95vh;
    /* background: url(../bg-teste.jpg); */
    overflow: hidden;
    opacity: 1;
}

.text-banner .hero__more-link{
  margin: auto;
    text-align: right;
    width: 98%;
}


.hero__scroll-down {
  z-index: 2;
  display: flex;
  align-items: center;
  font-size: calc(var(--text-size) * 0.5556);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .3em;
  color: rgb(255, 255, 255) !important;
  position: absolute;
  bottom: 2%;
  left: calc(1% + 3rem);
  transform-origin: left bottom;
  transform: rotate(-90deg);
  width: 110px;
}

.hero__scroll-down a{
color: white;
  display: block;
}
 .hero__2{
  display: none;
 }
.text-banner h5{
  display: none;
}
  /* .s-header__branding {
      left: 1.8rem;
      padding-top: 7%;
      width: 250px;
  } */
  .hero__scroll-down span {
    display: block;
}
  .s-header__menu-toggle span {
      display: block;
      background-color: #ffffff;
      width: 22px;
      height: 2px;
      margin-top: -1px;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      transition: background-color 0.3s ease-in-out;
      position: absolute;
      right: 23px;
      top: 50%;
      bottom: auto;
      left: auto;
  }
}

@media screen and (min-width: 799px) and (max-width: 1200px) {
  .text-banner {
    position: absolute;
    display: block;
    top: 20vh;
    width: 100%;
    right: unset;
    margin: auto;
  }

  .text-banner h1{
    width: 60%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
    margin: auto;
  }
  .text-banner img{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .text-banner h5{
    width: 60%;
    margin: auto;
    padding-bottom: 50px;
  }

  #js-scene {
    width: 100%;
    height: 100vh;
    /* background: url(../bg-teste.jpg); */
    overflow: hidden;
    opacity: 0.3;
}
.text-banner .hero__more-link{
  margin: auto;
    text-align: center;
    width: 98%;
}

  .hero__scroll-down {
      z-index: 2;
      display: flex;
      align-items: center;
      font-size: calc(var(--text-size) * 0.5556);
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .3em;
      color: black !important;
      position: absolute;
      bottom: 4.4rem;
      left: calc(100% - 3rem);
      transform-origin: left bottom;
      transform: rotate(-90deg);
      width: 110px;
  }


  .s-header__branding {
      left: 1.8rem;
      padding-top: 4%;
      width: 350px;
  }

  .s-header__menu-toggle span {
      display: block;
      background-color: #ffffff;
      width: 22px;
      height: 2px;
      margin-top: -1px;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      transition: background-color 0.3s ease-in-out;
      position: absolute;
      right: 23px;
      top: 50%;
      bottom: auto;
      left: auto;
  }

  .hero__scroll-down span {
    display: block;
}
}

@media screen and (min-width: 1201px)  {
  .text-banner h1{
    width: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
    margin: auto;
  }
  .text-banner img{
   max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .text-banner h5{
    margin: auto;
    max-width: 80%;
    padding-bottom: 50px;
   }
  .text-banner {
    position: absolute;
    display: block;
    top: 20vh;
    max-width: 50%;
    padding: 3%;
  }
  .text-banner .hero__more-link{
    text-align: left;
    width: 80%;
    margin: auto;
    display: block;
  }
}

#Roda {
  animation: loading-spinner 10s linear infinite;
}

@keyframes loading-spinner {
  from {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }
  to {
    transform: rotate(360deg);
    transform-origin: 50% 50%;
  }
}

#Cruz {
  animation: colorSVG 10s linear infinite;
}

@keyframes colorSVG {
  0%   {fill: #7cac4e;}
  25%  {fill: #ff9014;}
  50%  {fill: #bc2435;}
  75%  {fill: #3f95c5;}
  100%   {fill: #7cac4e;}
}

.sub-logo{
  font-weight: 900;
  LETTER-SPACING: 0.2rem;
  font-family: var(--font-6);
}

.text--banner{
  font-family: var(--font-1);
  font-size: var(--base-font-size);
  font-weight: 400;
  line-height: var(--vspace-1);
  text-align: left;
  line-height: var(--vspace-0_875);
}

