/* COMERCIALIZACIÃƒÆ’Ã¢â‚¬Å“N DE GRANOS =============================================================== */
:root {
  --sizeS: clamp(0.2rem, 4vw, 1.2rem);
  --sizeM: clamp(1.2rem, 5vw, 2.4rem);
  --textL: clamp(1.8rem, 5.8vw, 2.8rem);
  --textM: clamp(0.8rem, 5vw, 1.3rem);
}

@media screen and (max-width: 1100px) {
  .pageWidth {
    padding: 0 10px;
  }
}

/* INTRO =============================================================== */
#intro {
  min-height: 680px;
  display: flex;
  justify-content: flex-end;
  margin-top: 89px;
  position: relative;
  background: rgb(154, 119, 255);
  background: -moz-linear-gradient(
    90deg,
    rgba(154, 119, 255, 1) 0%,
    rgba(2, 199, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(154, 119, 255, 1) 0%,
    rgba(2, 199, 255, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(154, 119, 255, 1) 0%,
    rgba(2, 199, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9a77ff", endColorstr="#02c7ff", GradientType=1);

  background: rgb(59, 232, 176);
  background: -moz-linear-gradient(
    -90deg,
    rgba(59, 232, 176, 1) 0%,
    rgba(26, 175, 208, 1) 100%
  );
  background: -webkit-linear-gradient(
    -90deg,
    rgba(59, 232, 176, 1) 0%,
    rgba(26, 175, 208, 1) 100%
  );
  background: linear-gradient(
    -90deg,
    rgba(59, 232, 176, 1) 0%,
    rgba(26, 175, 208, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3be8b0",endColorstr="#1aafd0",GradientType=1);

  min-height: clamp(500px, 50.4vw, 680px);
}

#intro .solution {
  padding: 50px 0 50px 60px;
  box-sizing: border-box;
  display: flex;
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#intro .solution h1 {
  font-weight: 700;
  font-size: clamp(2.2rem, 5.8vw, 3.3rem);
  color: #000;
  margin: 0 0 clamp(10px, 2.2vw, 15px) 0;
}

#intro .solution h2 {
  font-weight: 700;
  line-height: 1.3em;
  font-size: clamp(1.4rem, 3.8vw, 1.7rem);
  color: #fff;
  margin: 0 0 clamp(20px, 2.2vw, 30px) 0;
}

#intro a {
  font-weight: 700;
  font-size: clamp(0.5rem, 5.4vw, 1.1rem);
  line-height: 1.3em;
  /* margin-bottom: 30px; */
  color: #fff;
  transition: all 0.2s;
  border: 2px solid #fff;
  padding: 7px 15px;
  display: inline-block;
  border-radius: 8px;
  transition: all 0.2s;
}

#intro a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

#intro .pageWidth {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

#intro .photo {
  width: 44%;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#intro .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 100% 100%;
}

#intro .misc {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("field.png");
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: cover;
  opacity: 0.4;
}

@media screen and (max-width: 1100px) {
  #intro .solution h1 {
    display: flex;
    flex-direction: column;
  }

  #intro .misc {
    top: 80%;
  }
}

@media screen and (max-width: 800px) {
  #intro {
    margin-top: 0px;
    flex-direction: column-reverse;
    min-height: auto;
  }

  #intro .misc {
    top: 75%;
    background-size: contain;
  }

  #intro .solution h1 {
    display: flex;
    flex-direction: row;
  }

  #intro .solution h1 span {
    margin-left: 10px;
  }

  #intro .photo {
    height: clamp(300px, 100vw, 400px);
    width: 100%;
    position: relative;
    top: 0;
  }

  #intro .photo img {
    object-position: 50% 100%;
  }

  #intro .solution {
    display: block;
    width: 100%;
    padding: 60px 30px 0 30px;
  }
}

@media screen and (max-width: 600px) {
  #intro .solution {
    padding: 50px 20px 0 20px;
  }

  #intro .solution p {
    font-size: 26px;
  }

  #intro .pageWidth {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  #intro .solution h1 {
    flex-direction: column;
  }

  #intro .solution h1 span {
    margin-left: 0;
  }

  #intro .solution {
    padding: 40px 0 0 0;
  }

  #intro .solution .actions a {
    font-size: 18px;
    padding: 11px 18px;
  }
}

@media screen and (max-width: 380px) {
  #intro .pageWidth {
    display: block;
    margin-bottom: 20px;
  }
}

/* ETAPAS =============================================================== */
#stages {
  padding: var(--paddingMedium) 0;
}

#stages p {
  color: var(--purpura-1);
  font-weight: 700;
  font-size: clamp(1.2rem, 4.5vw, 1.8rem);
  line-height: 1.5em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 1.5em auto;
}

#stages ul {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#stages ul li {
  display: flex;
  width: calc(50% - 20px);
  font-size: clamp(1.1rem, 5.4vw, 1.3em);
  line-height: 1.2em;
  margin-bottom: 10px;
}

#stages ul li i {
  margin-right: 4px;
  margin-top: 2px;
  color: var(--purpura-2);
}

/* Responsive - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 800px) {
  #stages ul {
    max-width: 360px;
  }

  #stages ul li {
    width: 100%;
  }
}

/* HERRAMIENTAS ======================================*/
#tools {
  background: rgb(255, 255, 255);
  background: -moz-radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(215, 215, 215, 1) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(215, 215, 215, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(215, 215, 215, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d7d7d7", GradientType=1);
  padding: var(--paddingMedium) 0;
}

#tools h2 {
  font-weight: 700;
  font-size: var(--textL);
  line-height: 1.2em;
  color: var(--negro);
  margin: 0 0 40px 0px;
  text-align: center;
  margin: 0 auto 40px auto;
  max-width: 860px;
}

#tools .agroEntregas h2 {
  font-weight: 700;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  line-height: 1.3em;
  color: var(--negro);
  text-align: center;
  margin: 0 auto 30px auto;
  max-width: 800px;
}

#tools p.intro {
  font-weight: 600;
  font-size: var(--textM);
  font-size: clamp(1.2rem, 3vw, 1.2rem);
  line-height: 1.4em;
  color: var(--gris-8);
  margin: 0 auto 40px auto;
  text-align: center;
  text-transform: uppercase;
}

#tools .pageWidth ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  margin: 0 auto 100px auto;
  max-width: 712px;
}

#tools .pageWidth .agroEntregas ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 30px;
  margin: 0 auto 0 auto;
  max-width: 360px;
}

#tools .pageWidth ul li {
  position: relative;
  transition: all 0.3s;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px;
}

#tools .pageWidth ul li img {
  max-width: 85px;
  height: auto;
  margin-bottom: var(--sizeS);
}

#tools .pageWidth ul li h3 {
  font-size: clamp(1.8rem, 5.8vw, 2rem);
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0.4em;
}

#tools .pageWidth ul li p {
  font-size: clamp(0.8rem, 4.6vw, 1.1rem);
  color: var(--gris-7);
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 0.4em;
}

/* Responsive - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1000px) {
  #tools .pageWidth ul {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
    max-width: 460px;
    margin: 0 auto 60px auto;
  }

  #tools .pageWidth .agroEntregas ul {
    max-width: 460px;
  }
}

/* GESTIÃ“N SIMPLE ====================================== */
#simple {
  padding: var(--paddingMedium) 0;
}

#simple h2 {
  font-weight: 700;
  font-size: var(--textL);
  color: var(--purpura-1);
  margin: 0 0 40px 0px;
  text-align: center;
  margin: 0 auto 20px auto;
  max-width: 930px;
}

#simple h3 {
  font-weight: 700;
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  line-height: 1.3em;
  color: #49505b;
  text-align: center;
  margin: 0 auto 30px auto;
  max-width: 780px;
}

#simple p {
  font-size: clamp(0.8rem, 4.6vw, 1.3rem);
  line-height: 1.5em;
  font-weight: 500;
  color: var(--gris-7);
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}

/* POLITICA DE PRECIOS =============================================================== */
#prices {
  background: #e1e2e4;
  padding: 30px 0;
}

#prices .pageWidth {
  display: flex;
  justify-content: center;
}

#prices a {
  text-align: center;
  font-size: 20px;
  font-size: clamp(0.9rem, 2.3vw, 1.25rem);
  color: #ffffff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 6px 20px;
  border-radius: 6px;
  transition: all 0.2s;
  font-weight: 700;
  transition: all 0.2s;
  background: rgb(255, 203, 0);
  background: -moz-linear-gradient(
    270deg,
    rgba(255, 203, 0, 1) 0%,
    rgba(246, 147, 0, 1) 50%,
    rgba(255, 109, 139, 1) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(255, 203, 0, 1) 0%,
    rgba(246, 147, 0, 1) 50%,
    rgba(255, 109, 139, 1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(255, 203, 0, 1) 0%,
    rgba(246, 147, 0, 1) 50%,
    rgba(255, 109, 139, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcb00",endColorstr="#ff6d8b",GradientType=1);
}

#prices a i {
  font-size: 30px;
  font-size: clamp(1.3rem, 2.6vw, 1.8rem);
  /* 	margin-top: 2px; */
}

#prices a:hover {
  background: rgb(228, 182, 0);
  background: -moz-linear-gradient(
    270deg,
    rgba(228, 182, 0, 1) 0%,
    rgba(232, 139, 0, 1) 50%,
    rgba(223, 96, 122, 1) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(228, 182, 0, 1) 0%,
    rgba(232, 139, 0, 1) 50%,
    rgba(223, 96, 122, 1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(228, 182, 0, 1) 0%,
    rgba(232, 139, 0, 1) 50%,
    rgba(223, 96, 122, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4b600",endColorstr="#df607a",GradientType=1);
}

@media screen and (max-width: 600px) {
  #prices a {
    display: flex;
    flex-direction: column;
    max-width: 360px;
  }
}
/* Comunidad WhatsApp */
#comunidadWs3 {
  background-color: var(--gris-2);
  padding: var(--paddingMedium) 0;
  font-size: 16px;
  color: var(--marino);
}

#comunidadWs3 .banner {
  background-color: #d5eed6;
  /* background-color: yellow; */
  border-radius: calc(var(--radiusV) * 0.5);
  padding: 1.5em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#comunidadWs3 .banner h4 {
  font-weight: 800;
  font-size: clamp(1.5rem, 3.1vw, 2.2rem);
  line-height: 1.1em;
  margin-bottom: 0.2em;
}

#comunidadWs3 .banner p {
  font-weight: 600;
  font-size: clamp(0.9rem, 1.8vw, 1.22rem);
  line-height: 1.3em;
  margin-bottom: 2.5em;
  max-width: 630px;
}

#comunidadWs3 .banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 3em;
  width: 100%;
}

#comunidadWs3 .banner ul li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.5em;
}

#comunidadWs3 .banner ul li h5 {
  font-weight: 700;
  font-size: clamp(1rem, 2.1vw, 1.3rem);
  line-height: 1.2em;
  margin: 0 0 0.2em 0;
}

#comunidadWs3 .banner ul li picture {
  margin-bottom: 0.6em;
  width: 110px;
}

#comunidadWs3 .banner ul li p {
  font-weight: 600;
  font-size: clamp(0.9rem, 1.8vw, 0.8rem);
  line-height: 1.3em;
  margin-bottom: 0.6em;
  flex: 1;
  width: 180px;
}

#comunidadWs3 .banner .data .cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6em;
}

#comunidadWs3 .banner ul li a {
  border-radius: 1em;
  padding: 0.3em 1em;
  font-weight: 700;
  font-size: clamp(0.9rem, 3.6vw, 0.8rem);
  background-color: #00c307;
  color: #fff;
  transition: all 0.2s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.2em;
}

#comunidadWs3 .banner ul li a i {
  font-size: 1.3em;
}

#comunidadWs3 .banner ul li a:hover {
  background-color: #008f05;
}

#comunidadWs3 .banner picture {
  width: 150px;
  display: flex;
}

#comunidadWs3 .banner picture img {
  width: 100%;
}

@media screen and (max-width: 900px) {
  #comunidadWs3 .banner ul {
    max-width: 700px;
  }
  #comunidadWs3 .banner ul li {
    width: 50%;
  }

  #comunidadWs3 .banner ul li p {
    width: 250px;
  }
}

@media screen and (max-width: 600px) {
  #comunidadWs3 .banner ul li p {
    width: 220px;
  }
}

@media screen and (max-width: 500px) {
  #comunidadWs3 .banner ul li {
    width: 100%;
  }

  #comunidadWs3 .banner picture {
    display: none;
  }

  #comunidadWs3 .banner ul li p {
    width: 100%;
  }
}
