:root {
  --font01: adlery-pro, sans-serif;
  --color-verd: #4f6631;
  --color-marro: #50392c;
  --color-footer: #3a342b;
  --color-beige: #f5edd3;
  --grad00: linear-gradient(
    180deg,
    rgb(61, 85, 15, 0.5) 0%,
    rgba(101, 141, 27, 0) 100%
  );
  --grad01: linear-gradient(
    180deg,
    rgb(0, 0, 0) 0%,
    rgba(139, 139, 139, 0) 100%
  );
  --grad02: linear-gradient(180deg, #506531 0%, #2f3b1d 100%);
  --grad03: linear-gradient(180deg, #2e3c1e 0%, #506531 50%, #2e3c1e 100%);
  --grad04: linear-gradient(175deg, #7d643b00 0%, #50653100 70%, #2e3c1e 85%);
  --grad05: linear-gradient(180deg, #2e3c1e 0%, #2e3c1e00 50%, #2e3c1e 90%);
  --gradbeige: linear-gradient(180deg, #f5edd3 0%, #c7af8d 100%);
}
html {
  min-height: 100%;
  margin-left: calc(100vw - 100%);
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-scroll-chaining: none;
}
.ff3 {
  color: var(--color-verd);
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.5rem;
  letter-spacing: -1px;
}
.ff2 {
  font-size: 3.5rem;
  font-family: var(--font01);
  line-height: 1;
}

.subtitulo {
  font-weight: 400;

  text-align: center;
}
.verd {
  background: #000;
  background: var(--grad04);
}
.sections {
  overflow-y: scroll;
  /* -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;*/
  height: 100vh;
}
.sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  position: relative;

  scroll-snap-align: center;
}
.sect.petita {
  min-height: 35vh;
}
.sect.mitjana {
  min-height: 50vh;
}
.sect.footer {
  min-height: 30vh;
}
.sect.topsect {
  min-height: 40vw;
  padding-top: 10vw;
  color: #fff;
}
h2 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 900;
}
.nav-link {
  border-radius: 1rem;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.9rem;
  color: #fff;
}
.nav-link:hover {
  color: #364b0f;
}
.nav-link.active {
  color: #78a821 !important;
  background-color: #0000004f;
}

.h100 {
  min-height: 100vh;
}
.hero {
  background: var(--grad00);
}
.claim {
  font-family: var(--font01);
  color: #fff;
  text-shadow: 1px 1px 0px var(--color-verd);
  text-align: center;
  line-height: 0.9;
}
.claim.xic {
  font-size: 2vw;
  letter-spacing: 0;
}
.claim.mid {
  font-size: 5vw;
  letter-spacing: 0;
}

.navbar {
  height: 125px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.st {
  -webkit-transition: 500ms;
  transition: 500ms;
  position: fixed;
  width: 100%;
  background: var(--grad01);
}
.st.stick {
  -webkit-transition: 500ms;
  transition: 500ms;
  background: var(--grad01);
  height: 75px;
}
.st img {
  -webkit-transition: 500ms;
  transition: 500ms;
}
.st.stick img {
  -webkit-transition: 500ms;
  transition: 500ms;
  height: 60px;
}
.st.stick .navbar {
  height: 75px;
}

.brown {
  background-color: #fff;
  background-image: none;
}
#scal {
}
.beige {
  background-color: #000;
  background: var(--gradbeige);
}
.beigesolid {
  background-color: #000;
  background: var(--color-beige);
}
.green {
  background-color: #000;
  background: var(--grad03), url("/assets/images/AdobeStock_120339435.webp");
  background-size: cover;
}
#sxefs {
  background-color: #000;
  background: linear-gradient(182deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
#squienes {
  background-color: #000;
  background: url("/assets/images/team2.webp");
  background-size: cover;
  background-position: center;
}
#s0 {
  background-color: #000;
  background: linear-gradient(182deg, rgba(0, 0, 0, 0) 30%, #000000 100%),
    url("/assets/images/team.jpg");
  background-size: cover;
  background-position: bottom;
}
#sagri {
  background-color: #000;
  background: linear-gradient(
      182deg,
      rgba(0, 0, 0, 0) 30%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url("/assets/images/kimon_agricultores.webp");
  background-size: cover;
  background-position: center;
}
#s1 {
  background-color: var(--color-verd);
}
#s3 {
  background-color: #000;
  background: var(--grad05), url("/assets/images/AdobeStock_640251375.webp");
  background-size: cover;
}
#s2 {
  background-color: #000;
  background: var(--grad05), url("/assets/images/AdobeStock_311193887.webp");

  background-size: cover;
}
.video {
  background-color: #000;
  background-image: none;
}
.cont {
  width: 100vw;
  max-height: 100vh;
  overflow-y: scroll;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.rotate90 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.circle {
  border: 3px solid white;
  border-radius: 50%;
  max-width: 150px;
  padding: 3%;
}
.rbox {
  background-color: var(--color-beige);
  min-height: 25vh;
  background-clip: padding-box;
  border: 0.5rem solid transparent;
  border-radius: 15px;
  padding: 1rem;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.rbox.auto {
  min-height: auto;
  padding: 0.2rem;
  background-color: transparent;
}
.rbox.verde {
  min-height: auto;
  padding: 0.5rem;
  background-color: var(--color-verd);
}
.txt {
  width: 75%;
}
.sub {
  text-transform: uppercase;
  /* width: 75%*/
  margin-bottom: 0;
  padding-left: 10vw;
  padding-right: 10vw;
}
@media (min-width: 576px) {
  .claim {
    font-size: 8vw;
  }
  .claim.xic {
    font-size: 3vw;
  }
}
.navbar-toggler-icon {
  width: 2em;
  height: 2em;
}
@media screen and (orientation: landscape) and (max-width: 1024px) {
  .sect {
    scroll-snap-align: start;
  }
  .sect .content {
    padding-top: 150px;
  }
  .sect.topsect {
    padding-bottom: 50px;
    padding-top: 150px;
  }
}

@media screen and (max-width: 736px) {
  .rbox.verde {
    min-height: auto;
    padding: 0.5rem;
    background-color: transparent;
  }
  .rbox.verde a > img {
    height: 50px !important;
  }
  .rbox.verde p {
    font-size: 0.8rem;
  }
  .ff2 {
    font-size: 2.7rem;
    line-height: 1;
  }
  .sect.mitjana {
    min-height: 75vh;
  }
  .st {
    height: 120px;
  }
  #sagri {
    background-color: #000;
    background: linear-gradient(
        182deg,
        rgba(0, 0, 0, 0.2) 30%,
        rgba(0, 0, 0, 0.7) 100%
      ),
      url("/assets/images/kimon_agricultores.webp");
    background-size: cover;
    background-position: top center;
  }
  .sect {
    scroll-snap-align: start;
  }
  .sect.topsect {
    min-height: 70vh;
  }
  .sect .content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .claim {
    font-size: 17vw;
  }
  .claim.xic {
    font-size: 6vw;
  }
  .claim.mid {
    font-size: 10vw;
  }
  .sub {
    font-size: 0.8rem;
    /* width: 90%*/
    margin-bottom: 0;
  }
  .rbox {
    min-height: 15vh;
  }
}
