section#banner .banner {
  
  max-height: 210px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  
  @media only screen and (min-width: 600px) {
    max-height: 528px;
    max-width: 1260px;
  }
  
  & img {
    width: 100%;
    height: auto;
    transform: scale(1);
    
    @media only screen and (min-width: 600px) {
      &:not(.overlay) { 
        transition: all 1s ease-in-out; 
      }
    }
    
    &.overlay {
      position: relative;
      transform: translate(0, calc(-100% - 1px));
      left: 0;
    }
  }
  
  @media only screen and (min-width: 600px) {
    &:hover {
      & img.main {
        transform: scale(1.15);
        transition: all 1s ease-in-out;
      }
    }
  }
  
  & .content {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    top: 0;
    
    @media only screen and (min-width: 600px) {
      width: 330px;
      margin-left: 70px;
      top: 240px;
    }
    
    & .title {
      font-family: "Arboria-Black", sans-serif;
      font-weight: 900;
      color: #DFDB80;
      font-size: 60px;
      line-height: 1;
      
      @media only screen and (max-width: 600px) {
        margin-bottom: 0;
      }

      @media only screen and (min-width: 600px) {
        font-size: 80px;
        line-height: 70px;
      }
    }
    
    & .subtitle {
      
      font-size: 18px;
      color: #FFF;
      line-height: 25px;
      opacity: 0.8;
      margin-top: 10px;
      margin-bottom: 25px;
      
      @media only screen and (max-width: 600px) {
        margin-bottom: 0;
      }
    }
    
    & .btn-padrao {
      width: 100%;
      height: 56px;
      padding: 0;
      padding-top: 17px;
    }
  }
}

section#local {
  background-color: #BFB800;
  color: #FFF;
  display: flex;
  text-align: left;
  
  @media only screen and (max-width: 600px) {
    flex-direction: column;
  }
  
  & .content {
    
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    
    @media only screen and (min-width: 600px) {
      padding: 100px 60px 0 55px;
    }
    
    & .title {
      font-family: "Arboria-Black", sans-serif;
      font-size: 48px;
      font-weight: 900;
      line-height: 45px;
      margin-bottom: 25px;
      text-align: left;
      color: #FFF;
      
      @media only screen and (max-width: 600px) {
        text-align: center;
        font-size: 40px;
        line-height: 40px;
      }
    }
    
    & .subtitle {
      font-size: 15px;
      color: #FFF;
      line-height: 23px;
      opacity: 0.8;
      text-transform: uppercase;
      margin-bottom: 35px;
      letter-spacing: -0.72px;
      text-align: left;
    }
    
    & .text {
      font-size: 15px;
      color: #FFF;
      line-height: 29px;
      margin-bottom: 60px;
    }
  }
}

section#numeros {
  
  & .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 45px;
    
    @media only screen and (max-width: 600px) {
      flex-direction: column;
      align-items: center;
    }
    
    & .item {
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
      height: 370px;
      width: 400px;
      box-shadow: 0px 50px 40px #0000000D;
      margin-top: 0;
      transition: all 0.3s ease-in-out;
      padding-left: 55px;
      padding-top: 60px;
      display: flex;
      flex-direction: column;
      background-color: #FFF;

      @media only screen and (max-width: 600px) {
        width: 100%;
      }
      
      &:hover {
        box-shadow: 0px 30px 40px #00000021;
        margin-top: -10px;
        transition: all 0.3s ease-in-out;
      }
      
      & img {
        height: 85px;
        margin-bottom: 40px;
      }
      
      & .titulo {
        color: #696158;
        font-size: 18px;
        line-height: 23px;
        font-weight: bold;
        letter-spacing: -0.21px;
        width: fit-content;
      }
      
      & .numeros {
        color: #BFB800;
        font-size: 25px;
        line-height: 56px;
        font-family: "Arboria-Black", sans-serif;
        font-weight: 900;
        
        & span.numero {
          font-size: 60px;
        }
      }
      
      & .texto {
        color: #696158;
        font-size: 18px;
        line-height: 29px;
        letter-spacing: -0.54px;
        width: fit-content;
      }
    }
  }
}

section#sobre {
  background-image: url("/wp-content/uploads/2025/05/imagem-projeto.png");
  background-position-y: bottom;
  background-repeat: no-repeat;
  height: 1200px;
  
  @media only screen and (max-width: 600px) {
    text-align: center;
    padding: 0 10px;
  }
  
  @media only screen and (min-width: 600px) {
    height: 850px;
  }
  
  @media only screen and (min-width: 600px) {
    & div {
      text-align: left !important;
    }
  }
  
  & .title {
    color:#BFB800;
    font-size: 40px;
    letter-spacing: -0.68px;
    
    @media only screen and (min-width: 600px) {
      font-size: 45px;
      width: 900px;
    }
  }
  
  & .content {
    margin-top: 50px;
    color: #696158;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.54px;
    text-align: left;
    
    @media only screen and (min-width: 600px) {
      width: 500px;
    }
  }
  
  @media only screen and (min-width: 600px) {
    & .btn-padrao-verde {
      float: right;
      top: -180px;
      position: relative;
    }
  }
}

section#floresta-renda {
  display: flex;
  gap: 30px;
  
  @media only screen and (max-width: 600px) {
    flex-direction: column;
    text-align: center;

    & img {
      width: 100%;
      object-fit: cover;
    }
  }
  
  & .title {
    text-align: left;
    font-size: 45px;
    letter-spacing: -0.68px;
    
    @media only screen and (max-width: 600px) {
      padding: 0 10px;
      font-size: 40px;
    }
  }
  
  & .text {
    height: 120px;
    letter-spacing: -0.54px;
    color: #696158;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 70px;
    
    @media only screen and (max-width: 600px) {
      margin-bottom: 30px;
      padding: 0 10px;
      text-align: left;
      height: 160px;
    }
  }
}

section#desenvolvimento {
  display: flex;
  
  @media only screen and (max-width: 600px) {
    flex-direction: column;
  }
  
  & .content {
    background: #EA7600;
    padding: 10px 10px 50px 10px;
    text-align: center;
    margin-top: 30px;
    
    @media only screen and (min-width: 600px) {
      margin-top: 0;
      padding: 80px 85px 0 55px;
    }
    
    & .title {
      text-align: left;
      color: #FFF;
      font-size: 45px;
      letter-spacing: -0.72px;
    }
    
    & .subtitle {
      text-align: left;
      color: #F4BA80;
      font-size: 15px;
      line-height: 23px;
      text-transform: uppercase;
      margin-bottom: 35px;
    }
    
    & .text {
      color: #FFF;
      font-size: 18px;
      line-height: 29px;
      letter-spacing: -0.54px;
      margin-bottom: 70px;
      text-align: left;
    }
  }
}