/* Navegação */
.nav.container.flex-container.nav {
  justify-content: space-evenly;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: clamp(15px, 1.17vw, 4.17vw);
  color: rgb(0, 129, 85);
  font-weight: bold;
  align-items: center;
}

.menu-item img {
  width: 140px;
}

.menu-item:hover {
  margin-top: 2px;
  border-bottom: solid 2px blue;
}

.menu-item:nth-child(3):hover {
  border-bottom: none;
}

/* Banner */
.container-banner {
  background-image: url("../../../images/landingpage/retangulo.svg");
  overflow: hidden;
}

.content-banner {
  height: clamp(27vw, 27vw, 40vw);
}

.logo-banner img {
  left: clamp(-10vw, -10vw, 11vw);
  top: -1vw;
  width: 49vw;
}

.logo-banner {
  /* background-image: url('../../../images/landingpage/logo-banner.svg'); */
  height: 27vw;
  width: 45vw;
}

.label-banner.text-banner {
  align-items: center;
  flex-direction: row;
  gap: 7px;
  /* font-family: "Circe Extra Light"; */
  font-family: "Circe Bold";
}

p.text-banner {
  color: #feb4c0;
  font-size: clamp(1vw, 4.4vw, 6vw);
  /* font-family: "Myriad Pro Regular"; */
  line-height: 1;
  text-align: right;
}

.text-banner span {
  color: rgb(255, 255, 255);
}

.label-banner img {
  width: 1.1vw;
}

/* end Banner */

/* main */

.fundo-grid {
  background-image: url(../../../images/landingpage/vermelhorazul.svg);
  height: 39.61vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* max-height: 600px; */
  min-height: 215px;
  z-index: 99999999;
}

.content-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 0px 31px;
  grid-auto-flow: row;
  width: 100%;
  justify-content: space-around;
  justify-items: center;
}

.group-card {
  justify-content: space-evenly;
  height: 100%;
  align-items: center;
}

.card {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  flex-direction: column;
  align-items: center;
  width: clamp(168px, 13.5vw, 14.5vw);
  height: 14.973046vw;
  display: flex;
  -webkit-box-shadow: 6px 4px 9px 0px rgb(0 0 0 / 61%);
  box-shadow: 6px 4px 9px 0px rgb(0 0 0 / 61%);
  justify-content: space-evenly;
  padding: -38px;
  transition: transform 1.3s ease-in;
  transition: transform 1.3s ease-out;
}

.card:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 99999;
}

.card img {
  width: clamp(100px, 6vw, 12vw);
  padding: 14px;
  margin-bottom: -36px;
}

.label-card p {
  font-size: clamp(12px, 1.8vw, 2vw);
  text-align: center;
  padding: 8px;
}


/* two  */

.container-two {
  background: url(../../../images/landingpage/vaca.webp) bottom no-repeat,
    url(../../../../public/images/responsivo-fundo/fundo1000.svg) no-repeat;
  background-size: 100%;
  height: 103vw;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: 100%;
}

#label-1,
#label-2 {
  font-family: "Circe" !important;
}

div#label-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-end;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 3px 6px 10px #5a97bd;
  /* margin: 248px 299px 0px 0px; */
  width: clamp(26px, 89vw, 90vw);
  height: clamp(26px, 53vw, 90vw);
  position: absolute;
}

#label-1 aside {
  width: clamp(87px, 32.35vw, 33.35vw);
  /* background-color: rgb(134, 179, 207); */
}


#label-2 {
  position: absolute;
  /* width: 100%; */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.3;
  color: #ffffff;
  /* margin: 248px 299px 0px 0px; */
  width: clamp(34px, 35vw, 37vw);
  height: clamp(26px, 78vw, 79vw);
  justify-content: flex-end;
  /* margin-bottom: 20px; */
}

#label-2 aside {
  width: clamp(97px, 25.35vw, 26.35vw);
  /* background-color: rgb(10, 147, 212); */
  /* margin: 576px 299px 133px -13px; */
}

#label-3 {
  position: absolute;
  /* width: 100%; */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.3;
  color: #ffffff;
  /* margin: 248px 299px 0px 0px; */
  width: clamp(34px, 26vw, 37vw);
  height: clamp(26px, 91vw, 92vw);
  justify-content: flex-end;
}

#label-3 img {
  width: clamp(50px, 14.64vw, 14.64vw);
}

.foot-two {
  display: flex;
  align-items: center;
  justify-content: space-around;

}

.boll-white {
  padding: 0px 10px;
  width: 42vw;
}

.boll-white img {
  width: 17vw;
  padding: 10px;
}

.label-foot-two {
  padding: 10px;
  font-size: clamp(11px, 2vw, 4.17vw);
  color: #fff;
}

.content-produto {
  width: 89%;
  margin: 0 auto;
}

.midia-video {
  display: flex;
  width: 100%;
  height: clamp(12px, 43vw, 48vw);
  padding: 22px 0px 0px 0px;
  width: 91%;
  /* max-width: 1216px; */
  margin: 0 auto;
}

iframe {
  width: 100%;
  height: auto;
}

.content-produto h2 {
  color: rgb(115, 115, 115);
  margin-top: clamp(29px, 3vw, 4vw);
  margin-bottom: clamp(29px, 3vw, 4vw);
}

.content-produto h2 span {
  color: #0896d9;
  font-family: "CirceRounded ExtraBold", sans-serif;
  font-weight: bold;
}

.produto {
  display: grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  align-items: center;
}

.row-one {
  background-color: #f8f8f8;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "produto-hidratacao . produto-suplementacao"
    "produto-hidratacao . produto-suplementacao"
    ". . .";
  grid-area: 1 / 1 / 2 / 4;
  /* width: 11vw; */
}

.produto-hidratacao {
  grid-area: produto-hidratacao;
}

.produto-suplementacao {
  grid-area: produto-suplementacao;
}

.row-two {
  background-color: #f8f8f8;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "produto-energia . produto-modulacao"
    "produto-energia . produto-modulacao"
    "produto-energia . produto-modulacao";
  grid-area: 2 / 1 / 3 / 4;
}

.produto-energia {
  grid-area: produto-energia;
}

.produto-modulacao {
  grid-area: produto-modulacao;
}

.img {
  grid-area: 1 / 2 / 3 / 3;
}

.produto-img-embalagem {
  width: clamp(63px, 11vw, 20vw);
}

.card-produto-left {
  display: flex;
  width: clamp(40px, 46vw, 26vw);
  padding: clamp(6px, 1vw, 5vw);
  font-size: clamp(7px, 1.17vw, 3.17vw);
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
}

.card-produto-right {
  display: flex;
  width: clamp(40px, 46vw, 26vw);
  padding: clamp(6px, 1vw, 5vw);
  font-size: clamp(7px, 1.17vw, 3.17vw);
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
}

.img-produto img {
  width: 4vw;
  height: 4vw;
  padding: 10px;
}

.card-text p {
  font-family: "CirceRounded ExtraBold", sans-serif;
  color: #0896d9;

}

.card-text span {
  font-family: "Circe Bold", sans-serif;
  color: rgb(115, 115, 115);

}

.width-img.flex-container.bolls-red {
  margin-bottom: clamp(79px, 5.8vw, 3.8vw);
}

.bolls-red {
  flex-direction: row;
  justify-content: space-around;
}

.bolls-green {
  width: 8%;
  z-index: -1;
  margin-bottom: 90px;
  margin-top: 22vw;
  overflow: hidden;
}

.form-red {
  /* width: 89%; */
  z-index: -1;
  width: 99%;
}

p.lite-color {
  font-size: clamp(9px, 2vw, 3vw);
}

img.width-img.ox {
  width: clamp(31px, 6.99vw, 10.99vw);
}

img.width-img.logo-form {
  width: clamp(86px, 13.57vw, 13.57vw);
}

img.width-img-small {
  width: 60px;
}

.list-item-flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 13px 10px;
  align-items: center;
}

.list-item-flex aside {
  font-size: clamp(11px, 2vw, 3vw);
}

.img-list-item-flex {
  width: clamp(6px, 4vw, 5vw);
  width: clamp(6px, 3vw, 5vw);
  margin: clamp(6px, 1vw, 1vw);
}

section.flex-container-center.flex-column.gap-30.section-list-item {
  /* margin: -229px 0px 0px 0px; */
  margin: -79px 0px 0px -8px;
}

.label-boll-red {
  position: absolute;
  width: clamp(156px, 42vw, 43vw);
  display: flex;
  height: clamp(182px, 44vw, 44vw);
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.ox-img {
  position: absolute;
  width: clamp(97px, 58vw, 65vw);
  display: flex;
  justify-content: space-around;
  height: clamp(122px, 26vw, 33vw);
  flex-direction: column;
  align-items: flex-end;
}

.logo-boll-red {
  position: absolute;
  width: clamp(343px, 86vw, 96vw);
  display: flex;
  justify-content: space-around;
  height: 25vw;
  flex-direction: column;
  align-items: flex-end;
}

.item-flex {
  position: absolute;
  width: clamp(152px, 65vw, 80vw);
  display: flex;
  height: clamp(15px, 78vw, 83vw);
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}


.section-for {
  background: url(../../../images/landingpage/fundo02.svg);
  background-size: 100%;
  height: 60vw;
  overflow: hidden;

  background-repeat: no-repeat;
  background-size: 100%;
}

section.content-for.p-absolute {
  display: flex;
  margin-top: clamp(26px, 7vw, 8vw);
  flex-direction: row;
  /* width: 401px; */
  justify-content: space-around;
  /* margin-left: 10px; */
  padding: 0px 2px;
}

.img-fundo-for {
  z-index: -1;
}

.label-section-for {
  padding: clamp(11px, 3vw, 2vw);
  font-size: clamp(4px, 2.50vw, 3vw);
  left: clamp(3px, 2.15vw, 3vw);
}

.list-for img {
  padding: 3px;
  width: clamp(23px, 8.16vw, 8.16vw);
  height: clamp(31px, 8.16vw, 8.16vw);
}

.list-for span {
  font-size: clamp(11px, 3vw, 3.17vw);
}

.list-for aside {
  font-size: clamp(8px, 1.60vw, 1.80vw);
  width: clamp(103px, 24vw, 25vw);
  line-height: clamp(12px, 3.4vw, 3.17vw);
  font-family: "Circe Bold",
    sans-serif;
}

.list-for.maps span {
  color: #b6dffe;
}

.list-for.maps aside {
  color: #ffffff;
}

.list-for.cow {
  margin-left: 17px;
}

/* .list-for.cow span{
  color:#6c6c6c;
} */
.list-for.cow aside {
  color: #6c6c6c;
}

.list-for.bucket span {
  color: #efffa1;
}

.list-for.bucket aside {
  color: #ffffff;
}

.foot-green {
  height: 4vh;
  margin-top: 20px;
}

/* body{
  background-color: wheat;
}  */

.logo-ag-foot {
  margin-top: clamp(11px, 11.33vw, 25vw);
}


.logo-agvitta {
  width: clamp(10px, 25vw, 26vw);
}

.propyl {
  width: clamp(6px, 20vw, 21vw);
}

.multimix {
  width: clamp(6px, 20vw, 21vw);
}

aside.liter-color-grey.font-bold {
  margin-bottom: 60px;
}


.flex-container-center.flex-row.gap-50 {
  margin-top: clamp(30px, 3.51vw, 3.51vw);
}

.logo-foot-cow {
  bottom: clamp(12px, 16.26vw, 18.26vw);
}


.ag-label {
  font-size: clamp(10px, 1.7vw, 3.17vw);
  width: clamp(103px, 24vw, 110vw);
  line-height: clamp(12px, 3.4vw, 6vw);
  font-family: "Circe Bold",
    sans-serif;
  color: #6c6c6c;
  text-align: center;
  width: 100%;
  gap: 45px;
}

.signature {
  font-size: clamp(10px, 1.1vw, 3.17vw);

}

.signature a {
  color: rgb(0, 129, 85);
}

.message {
  line-height: 1.5;
}

.c-plus {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-plus img {
  width: clamp(29px, 1vw, 3vw);
  z-index: 9999;
}
.vacaBtn{
  /* background-image: url(../../../../public/images/landingpage/vaquinha02.png);
  height: 100vh;
  width: 100vw; */
  display: flex;
  flex-wrap: wrap;
  
}
.btnPrepProdutoWrapper{
  width: 100%;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
 
}
.btnPrepProduto{
  color: var(--bg-color-grey-bold);
  font-family: "CirceRounded ExtraBold", sans-serif;
  font-size:clamp(19px, 3.17vw, 4.17vw);
  /* background-color: red; */
  text-align: center;
  width: 80%;
  bottom: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .btnPrepProduto{
    
    
    bottom: 20vh;
    
  }
}
@media screen and (max-width: 500px) {
  .btnPrepProduto{
    font-size:clamp(18px, 3.17vw, 4.17vw);
    
    bottom: 10vh;
    
  }
  
}
@media screen and (max-width: 500px) {
  .btnPrepProduto{
    font-size:clamp(17px, 3.17vw, 4.17vw);
   
    
    bottom: 8vh;
    
  }
  .btnPrepProduto img{
    width: 80%;
  }
}

