@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap');
:root {
  --olive: RGB(85, 107, 47);
  --brown: rgb(44, 22, 8);
  --black: rgb(34, 28, 24);
  --ironBlacn: rgb(40, 40, 42);
  --sediment: rgb(30, 28, 33);
  --OrganicBlack: rgb(25, 20, 18);
  --jetblack: rgba(10, 10, 10, 0.7);
  --jetblackglass: rgba(10, 10, 10, 0.5);

  --jetgray: #2A2A2A;
  --carafe: rgb(54, 38, 36);


  --white: rgb(245, 245, 245);
  --Eggshcell: rgb(248, 248, 255);
  --marfil: rgb(255, 255, 255);
  --cotton: rgb(240, 240, 240);
  --chalk: rgb(244, 244, 244);
  --ghost: rgb(248, 248, 255);
  --snow: rgb(255, 250, 250);
  --snowglass: rgba(255, 250, 250, 0.4);


  --porschegray: rgba(199, 198, 195, 0.5);
  --titanum: rgba(207,208,212,0.7);

  --titaniumIndex:rgba(207,208,212,0);
  --steelblueglassIndex:rgba(176, 196, 222, 0.2);



  --pale: rgba(80, 125, 42 , 1);
  --emerald: rgb(46, 204, 113);
  --forest: rgb(34, 139, 34);
  --yellow: rgb(154, 205, 50);
  --lime: rgb(50, 205, 50);
  --hunter:  rgb(53, 94, 59);
  --fresh: rgba(124, 252, 0);
  --fluorgreen:rgb(173, 255, 47);
  --bottlegreen:rgba(0, 106, 78, 1);
  --peridot:rgba(230, 226, 0, 1);
  --fern: rgba(79, 121, 66, 1);
  --emerald: rgba(80, 200, 120, 1);
  --pinergreen: rgba(1, 121, 111, 1);
  --jade:rgba(0, 168, 107, 1);
  --sagegreen: rgba(158, 193, 152, 1);

  --mayablue:rgba(115, 194, 251, 1);
  --skyblue: rgba(135, 206, 235, 1);
  --columbiablue: rgba(155, 221, 255, 1);
  --powderblue:rgba(176, 224, 230, 1);
  --paleblue:rgba(175, 238, 238, 1);
  --lightsteelblue:rgba(176, 196, 222, 1);
  --frost: rgb(222, 240, 255);
  --lightcyan: rgba(224, 255, 255, 1);
  --iceblue:rgba(202, 225, 255, 1);
  --aliceblue:rgba(240, 248, 255, 1);
  --aliceblueglass:rgba(240, 248, 255, 0.7);
  --aliceblueglass:rgba(240, 248, 255, 0.7);



  --pink: rgb(176, 49, 114);
  --gold: rgb(184, 166, 41);
  --greenforest: rgb(52, 123, 55);
  --palegreen: rgb(178, 204, 179);
  --palegreenglass: rgba(178, 204, 179,0.4);


  --steelblueglass: rgba(176, 196, 222, 0.5);
  --lightcyanglass: rgba(224, 255, 255, 0.5);
  --bottlegreenglass:rgba(0, 106, 78, 0.7);
  --pinkglass: rgba(176, 49, 114, 0.7);

  

}

h1 {
  font-family: 'Montserrant', sans-serif;
  font-weight: 700;
  color: var(--sediment) !important;
  font-size: clamp(3rem, 2vw + 1rem, 1.7rem);
}


h2{
  font-family: 'Montserrant', sans-serif;
  font-weight: 500;
  color: var(--sediment) !important;
  font-size: clamp(2rem, 2vw + 1rem, 1.7rem);
}

h3{
  font-family: 'Montserrant', sans-serif;
  font-weight: 300;
  color: var(--sediment) !important;
  font-size: clamp(1rem, 2vw + 1rem, 1.7rem);
}

p , li{
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  color: var(--sediment) !important;
  font-size: clamp(1.3rem, 2vw + 1rem, 1.3rem);
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%; 
  overflow-x: hidden; 
  z-index:1;
  font-display: swap;
    perspective: 1000px;
    scroll-snap-type:y proximity;
    -webkit-font-smoothing: antialiased;


}

#bodyTeam{
  background-color: var(--pale);
  z-index: -1;
}
.teamMain{
  top: 0 !important;
}

.listParent{
  margin-top: -3% !important;
  list-style: none;
  padding: 0;
  margin: 20px auto;
  width: 60%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, #f3f4f6, #e3e4e8);
  border-radius: 12px; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
  overflow: hidden; 
  justify-content: center;
  text-align: center;
}

.teamList {
  padding: 15px 20px; 
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px; 
  color: #333; 
  border-bottom: 1px solid #ddd; 
  background: var(--ghost);
  transition: background 0.3s, color 0.3s; 
  font-size: clamp(1.3rem, 2vw + 1rem, 1.3rem);
  justify-content: center;
  text-align: center;

}


.teamList:hover {
  background: var(--pale);
  transform: scale(1.2);
  color: var(--olive); 
  border: none;


}

@media (max-width: 1200px) {
  .listParent {
    width: 90%; 
    display: block !important;

  }
}


.teamList:last-child {
  border-bottom: none;
}


.equipo {
  margin-top: 3%;
  height: 30%;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: clamp(3rem, 7vw, 7rem);
  position: relative; 
  font-family: 'Arial', sans-serif; 
}

.equipo::after {
  
  content: ""; 
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  width: 0px;
  height: 4px; 
  background: var(--olive); 
  animation: underline-animation 1s ease-in-out forwards; 
}


@keyframes underline-animation {
  0% {
    width: 0; 
  }
  100% {
    width: 80%; 
  }
}

.logocon {
  position: absolute; 
  left: 0; 
  top: 50%; 
  transform: translateY(-50%); 
}

.logox {
  height: 60px;
  width: 100px;
}

.bioma{
  margin-top: 6%;
  display: flex;
  flex-direction: column;
}



*{
  box-sizing: border-box;
}
p{
  line-height: 1.5em;
}





footer{
  overflow: hidden;
}

.testpic{
  height: 100vh;
}

body.no-scroll {
  overflow: hidden;
}





.header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sediment); 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; 
}



.quality{
  color: var(--white);
  font-size: 8vh;
  margin-bottom: 4%;
}

#dial{
  font-size: 8vh !important;
  margin: 1%;
}



.textbox{
  display: flex;
  flex-direction: column;
  margin-top: 1%;
  justify-content: center;
  align-items: center;
}



.green{
  display: flex;
  flex-direction: column;
}

.textBio{
  color: var(--white);
  font-size: 5vh;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: -10;  
  margin-right:15vw !important;
  margin-top: 3%;
}


.buttons{
  display: flex;
  justify-content: center;
}



.more{
  border-radius: 0px; 
  border: 1px solid var(--white);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); 
  font-size: 2vh;
  color: var(--jetgray);
  background-color: var(--snowglass);
  margin-top: 5%;
  margin-bottom: 15%;
  /*
  background-color: var(--greenAmi);
  */
  backdrop-filter: blur(10px); 
  width: 12vw;
  height: 6vh;
  font-size: 3vh;
  cursor:pointer !important;
  z-index: 1;
}

.more:hover{
  transform: scale(1.1);
}

.argentina{
  margin-top: -20%;
  background-color: var(--grayAmi);


}

.intro{
margin-top: 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  opacity: 1;
  z-index: 10;
}

.textProducts {
  transition: opacity 0.5s ease-in-out;
  z-index: 11 !important;
}


.tell{
  color: var(--olive);
  margin-bottom: 2%;
  font-size: 5vh;
}

#sus{
  margin-top: 6%;
}
.sustentable{
  
  color: var(--olive);
  margin-bottom: 3%;
  font-size: 4vh;
}

.grid{
  display: flex;
  flex-direction: column;
}

.box{
  margin-top: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}




main{
  position: sticky;
 

}

.two{
  position: relative;
  z-index: 2;
  height: 100vh;
  width: 100%;
}

.backscale{
  position: relative;
align-content: center;
z-index: 11;

/*
  background: linear-gradient(to bottom,  var(--greenAmi) 90%);
  */

}




.sticky {
  width: 100%;
  height: 350vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/jpg/sectionmini.webp');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index: -1;
}

.sticky::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--palegreenglass);
  z-index: -1;
}


.fourth {
  position: relative;
  min-height: 100vh; 
  width: 100%;
  background: linear-gradient(to top, var(--greenAmi) 60%, var(--white) 40%);
  background-position: center;
  background-attachment: fixed;
  z-index: 2;
  overflow: hidden;
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
}

@media (max-width: 1700px), (max-height: 800px) {
  .fourth {
    padding-top: 50px; 
    min-height: 120vh; 
  }
  

.sticky{
  height: 400vh;
}

.ver{
  margin-top: max(20vh, 35vh);
}

}


.greenbio{
  color: transparent;
  letter-spacing: .1em;
  display: flex;
  justify-content: center;
  font-size: 7vh;
  font-family: 'Montserrant', sans-serif;
  text-decoration: solid;
  margin-top: 1%;
}
.text-us {
  color:var(--white) !important; /* Hace que el color del texto sea transparente */
  font-size: 10vh;
  display: flex;
  text-align: left;
  z-index: -10 !important;
  margin-top: 1%;
}



.amitext{
  display: flex;
  padding: 5%;
  text-align: center;
  margin-top: -5%;
  font-size: clamp(4rem, 10vw, 10rem);

  justify-content: center;
  
  color: var(--greenAmi) !important;
  
z-index: -200 !important;
  text-align: center;

}




.photography {
  position: relative;
  align-items: center;

  margin-top: -20% !important;
  height: auto;
  width: 13vw;

  transition: transform 0.7s ease-in-out; /* Agrega una transición suave */
  outline: 0;
}

/* Cuando se hace hover en .containPro, afecta a .photography */
.containPro:hover .photography {
  transform: translateY(-59%) scaleX(-1) !important;
  margin-left: -20% !important;
  outline: 0;

}



.probox{
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;

}

.probox1{
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;

}


#bio{
  height: 50vh;
  width: 50vw;
}


.biocard{
  margin-top: 5%;
  position: relative;
  display: flex;
  justify-content: center;
}


.devian{
  height: 10vh;
display: flex;
z-index: 20;
text-align: center !important;
justify-content: center;
align-items: center;
opacity: 1 !important;
position: absolute;
background-color: var(--jetblackglass);
color: var(--aliceblue) !important;
transition: transform 0.6s;
top: 85%; 
left: 50%;
transform: translate(-50%, -50%) rotateY(0deg);
z-index: 10;
font-family: 'Montserrant', sans-serif !important;
font-weight: 300;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
backdrop-filter: blur(10px);
/*
background-color: var(--greenAmi);
*/
width: 14vw; 
margin-top: 2%;




}



.containPro {
  background-color: var(--titaniumIndex);
  display: flex;
  flex-direction: column;
  width: 20vw; 
  height: auto;
  margin-top: 6%;
  margin-left: 8%;
  margin-right: 8%;
  box-shadow: inset 1px 6px 8px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: transform 0.7s ease; 
  position: relative; 
  opacity: 1;
justify-content: center !important;
align-items: center;
text-align: center;
align-content: center;
transform-style:preserve-3d; 
outline: 0 !important;

}

.containPro:hover  {
  transform: rotateY(180deg); 
  
  justify-content: center;
  align-items: center;
  text-align: center;
  align-content: center;
  display: flex;

  outline: 0;
}

.containPro:hover .devian  {
  transform: translate(-50%, -50%) rotateY(180deg);
  display: none;
  outline: 0;
}


.containPro:hover .text-container {
  opacity: 1; 
  outline: 0;
}

#agro{
  width: 12vw; 
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  outline: 0;
}

.containPro.inactive {
  opacity: 0;
  pointer-events: none; /* Evita la interacción con elementos ocultos */
}


.text-container h1 {
  color: #333; /* Color del texto */
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); 
}
.text-container:hover {
  opacity: 1;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.text-container p {
  color: #555; 
  line-height: 1.6;
}

.campo {
  color: var(--aliceblue) !important;
  font-family: 'Noto Sans', sans-serif !important;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
  backdrop-filter: blur(5px);
  text-align: center;

  outline: 0;


  
  width: auto;
  overflow-y: auto;
  height: auto !important;
  word-break: break-word;
  text-wrap: balance;
  /* Propiedades para crear relieve */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
  background-color: var(--jetblackglass);
  border-radius: 5px; 
  position: relative; 
  font-size: 1.5rem;
  line-height: 1.0;
  letter-spacing: 0.2px;
  margin: 1%;
}


.text-container {
  position: absolute; 
  top: 60%; 
  left: 50%; 
  height: 80%;
  width: 100%;
  justify-content: center !important;
  
  display: flex;
  /*
  background-color: var(--greenAmi); 
  */
  transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s ease-in-out;  transform: translate(-50%, -50%) rotateY(180deg) !important; 
  opacity: 0; 
  transition: opacity 0.5s ease, transform 0.5s ease; 
  text-align: center !important;
  font-size: 1.2em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  text-align: center; 
  background-blend-mode: overlay;
  z-index: 10;
  outline: 0;
}


.ver{
  gap: 1rem;
  margin-top: 15vh;
  border: none !important;
  width: 6vw;
  height: 4vh;
  display: none;
  background-color: var(--snow);
  border-radius:0px;
  font-size: 2rem;
  cursor:pointer !important;
  z-index: 15 !important;
  justify-content: center;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);

}

.historia {
  color:var(--ghost) !important;
  font-size: clamp(1rem, 1.5vw + 0.8rem, 2rem);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  font-family: 'Poppins', sans-serif !important;
  line-height: 1.6;
  padding: 1.5rem;
  margin: 1.5rem;
  border: 1px solid var(--goldAmi);
  border-radius: 1px;
  background: var(--greenAmi);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  text-align: center;
}

.rote{
color: var(--greenAmi) !important;
display: flex;

}

.rote:hover{
  transform: scale(1.1);
  color: var(--greenAmi) !important;
}


.ver:hover{
  transform: scale(1.1);
}

#Agro{
  display: flex;
  margin-left: 15%;
}



.text{
  color: var(--white);
  font-size: 10vh;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: -10 !important;  
  margin-top: -50px;
}

.text-two{
  color: var(--white);
  font-size: 10vh;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 10 !important;  
  margin-top: -100px;
}



.textgos{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;

    color: var(--ghost);
    font-size: 5vh;
    display: flex;
    text-align: left;
    z-index: -10 !important;  
    margin-top: 30px;
  
}

.fer{
  color: var(--white) !important;
  font-size: 4vh;
}
.text-section{
  color: var(--white);
  font-size: 10vh;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative !important;
  z-index: 1;
}






.containDesk {
  display: flex;
  flex-direction: column;
  background-color: transparent;
}



#contactbox {
  display: none;
}

#contactmobile {
  display: none;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  display: none;
}

#box {
  display: none;
}




.navbox {
  position: sticky;
  top: 0;
  z-index: 3; 
  background-color: var(--snow); 
  width: 100%; 
  color: var(--white);
  box-shadow: 0 0 100px rgba(93, 70, 232, 0.15);

}

.present {
  display: flex;
  width: 100%;
  height: 10vh;
  justify-content: center;
  text-align: center;
  align-items: center;
  /*
  background-color: var(--greenAmi) !important;
  */
  box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.4); /* Relieve hacia adentro */
}


.dropdown{
  font-size: 2vh;
  color: var(--ironBlacn);
}
.products{
  text-align: center;
  font-size: 2vh;
  background: transparent;
  border: none;
  cursor: pointer;
}

.products:hover{
  color: var(--forest) !important;
  transform: scale(1.1);
}


.dropdown:hover{
  color: var(--forest);
}

.dropbox{

  flex-direction: row;
}

.drop {
  opacity: 0;
  visibility: hidden;
  height: 10vh; /* Mantiene la altura, pero está oculto */
  margin-top: 4%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
  position: absolute; 
  top: 20%; 
  left: 0;
  width: 100%; 
  z-index: 2; 
  background: var(--titanum);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.drop.open {
  opacity: 1;
  visibility: visible;
}

ul {
  cursor: pointer;
  margin-right: 5rem;
}

#mobile {
  display: none;
}

.invisible {
  color: transparent !important;
  background-color: transparent !important;
}


.textProducts{
  color: var(--white) !important;
  letter-spacing: .1em;
  display: flex;
  justify-content: center;
  font-size: 7vh;
  font-family: 'Montserrant', sans-serif;
  text-decoration: solid;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); 
  border-bottom: 3px solid var(--ghost);
  border-top: 3px solid var(--ghost);

  background-blend-mode:overlay;
backdrop-filter: blur(1px);

}


.textIno{
  color: var(--white) !important;
  z-index: 5;
  letter-spacing: .1em;
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: clamp(1.3rem, 7vw, 7rem);
  font-family: 'Montserrant', sans-serif;
  text-decoration: underline;
  margin-top: 5%;
  margin-bottom: 2%;
  z-index: 1;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); 
backdrop-filter: blur(1px);
border-radius: 5px;
width: 51%;
height: 12vh;

}


.textBioma {
  color: var(--white) !important;
  z-index: 5;
  letter-spacing: .1em;
  display: flex;
  justify-content: center;
  text-align: center;
  background: transparent;

  font-size: clamp(1.3rem, 7vw, 7rem);
  font-family: 'Montserrant', sans-serif;
  text-decoration: underline;
  margin-top: -5%;
  margin-bottom: -2%;
  z-index: 3;
border-radius: 5px;
width: 72vw;
height: 12vh;
}

.biofertilizantes{
  margin-top: 1%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.textOutro{
  color: var(--white) !important;
  letter-spacing: .1em;
  display: flex;
  justify-content: center;
  font-size: clamp(1.7rem, 7vw, 7rem);
  margin-top: 1%;
  font-family: 'Montserrant', sans-serif;
  text-decoration: solid;
}



.textBiomas{
  color: var(--white) !important;
  letter-spacing: .1em;
  display: flex;
  justify-content: center;
  font-size: 7vh;
  font-family: 'Montserrant', sans-serif;
  text-decoration: solid;
  margin-top: 5%;
}

.campome{
  color: var(--white) !important;
  letter-spacing: .1em;
  display: flex;
  justify-content: center;
  font-size: 7vh;
  font-family: 'Montserrant', sans-serif;
  text-decoration: solid;
}

.padthis{
  height: 100%;
  width: 100%;
  z-index: 10;
  position: relative;
}



.containPro:hover .ver {
  
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  align-items: center;
  transform: rotateY(180deg);
  outline: 0;
  z-index: 15;
}






@media (max-width: 1000px) {


.sticky{
  height: 760vh;
}
.two{
  height: 350vh;
}
 
#ami{
  height: 250vh!important;

}

.fourth{
  margin-top: 10;
  height: 250vh !important;


}

.textIno{
	display: none;
}
.textBioma{
	margin: 10%;
}

.ver{

  border: 1px solid var(--white);
  width: 6rem;
  justify-content: center;
  display: none;
  align-items: center;
  text-align: center;
  background-color: var(--snow);
  border-radius: 0px;
  backdrop-filter: blur(10px); 
  font-size: 2rem;
  cursor:pointer !important;
  z-index: 15 !important;

  bottom: 0!important; /* Adjust the distance from the bottom */
  left: 0% !important;
  position: relative;
}





  #bio{
    margin-top: 5%;
    height: 30vh;
    width: 80vw !important;
  }

  .textProducts{
    margin-bottom: 10% !important;
      margin-top: 90% !important;
      display: flex;
      justify-content: center;
      color: var(--white);
      font-size: 4vh;
      opacity: 1;
      
    }

  #send{
    display: none;
  }

.inosojas{
  height: 31vh !important;
  width: 52vw !important;
}

.crops{
  height: 31vh !important;
  width: 52vw !important;
}

.especial{
  height: 31vh !important;
  width: 52vw !important;
}

.fines{
  height: 31vh !important;
  width: 52vw !important;
}

.maizs{
  height: 31vh !important;
  width: 52vw !important;
}

.alfas{
  height: 31vh !important;
  width: 52vw !important;
}

.frutales{
  height: 31vh !important;
  width: 52vw !important;
}

.alfatres{
  height: 31vh !important;
  width: 52vw !important;
}

.nam{
  height: 31vh !important;
  width: 52vw !important;
}

.pasturados{
  height: 31vh !important;
  width: 52vw !important;
}

.stevia{
  height: 31vh !important;
  width: 52vw !important;
}

.potato{
  height: 31vh !important;
  width: 52vw !important;
}

.leguminosas{
  height: 31vh !important;
  width: 52vw !important;
}

.garden{
  height: 31vh !important;
  width: 52vw !important;
}

.gardenflowers{
  height: 31vh !important;
  width: 52vw !important;
}

.green{
  height: 31vh !important;
  width: 52vw !important;
}

.tomate{
  height: 31vh !important;
  width: 52vw !important;
}


  .catalloge-gallery{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    margin: 30% 0 0 0 !important;

    bottom: 0 !important;

    height: 30vh !important;
    width: 20vw !important;
  }


  #card{
    height: 200px !important;
    width: 200px !important;

  }
.padthis{
  display: flex;
  justify-content: center;
  margin-top: 90%;
}
  #greengrid{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
 

  }

  #sojasection{
    display: flex !important;
    flex-direction: column !important;
  }

  .logox {
    height: 50px;
    width: 100px;
  }
  
.text-us{
  margin-top: 30%;
  margin-bottom: 20% !important;
  text-align: center !important;
  position: relative;
}
.text-we{
  text-align: center !important;
  justify-content: center !important;
  position: relative;
}

  .wps,.wcon{
    display: none !important;
  }


  
#fertil{
  margin-top: -20% !important;
  display: flex;
  justify-content: center;
  position: relative;
}


  .probox1{
    display: flex;
    flex-direction: column;
    justify-content: center;

  }
.green{
  display: none;
}
 
  html{
    scroll-snap-type: none;
  }
  main{
    z-index: 4;
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    scroll-snap-type:none;
    position: relative;


  }
  
  .one, .two {
    scroll-snap-align: none;
    scroll-snap-stop: none;
  }
  

  
  

.drop{
  display: none;
}


 .navbox{
  position: sticky;
  z-index: 2000; 
  background-color: white; 
  width: 100%; 
  color: #9e9e9e;
  box-shadow: 0 0 100px rgba(93, 70, 232, 0.15);
 }
  
  .container{
    z-index: 5 !important;
  }




  .text{
    display: flex;
    color: var(--white);
    z-index: 4;
    position: absolute;
    margin-top: 10%;
    font-size:10vw ;
    top:0;
  }
  
.sustentable{
  display: none;
}

.more{
  width: 50vw;
}

  .quality{
    margin-top: 32%;
    margin-bottom: 25%;
color: var(--white);

  }




.photography{
  display: flex;
  height: 34vh;
  width: 42vw;
justify-content: center;
align-items: center;

}
#Agro{
  z-index: 3;
height: 40vh;
width: 40vw;
    display: flex;
  
  }

  .containPro{
    margin-top: 35%;
    margin-bottom: 22%;
    display: flex;
    z-index: 1;
    justify-content: center !important;
    align-items: center;
    position: relative;
    width: 90vw;
    height: auto;
    
  }



.containPro:hover .text-container{
  padding: -20% !important;

}

.text-container{
  width: 100vw !important;
  height: auto !important;
  background-color: var(--snowglass);
}
  .campo{
    padding: 1%;

    font-size:1.5rem;   
    align-items: center;
    width: 100vw;
    overflow-y:auto;
    height: auto;
  }

  .probox{
    display: flex;
    flex-direction: column;
   
    
  }

  .devian{
    display: flex;
  justify-content: center; 
  font-size: 2rem;
  width: 100%;
  height: 27%;
 }

  #contactvar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 0 auto;
  }

  #contactmobile {
    display: flex;
    width: 100%;
    background-color: gray;
    border-radius: 5px;
  }

  ul {
    display: none !important;
  }

  .container {
    height: 0vh;
    z-index: 1;
    display: flex;
    margin-left: 70%;
    width: 30%;
    top: 10%;
    position: sticky;
  }



  #mobilenav {
    z-index: 100;
    position: sticky;
    padding: 20%;
    flex-direction: column;
    border-radius: 10px 0 0 10px;
    background: var(--snow);
    box-shadow: 0 0 100px rgba(93, 70, 232, 0.15);
    border: 1px solid#ebe9e9;
  }

  .navfont {
    margin-top: 30% !important;
  }

  #mobile {
    display: flex !important;
    font-size: 1.1em;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 10%;
    margin: 1%;
    background-color: transparent;
    border: none;

    border-bottom: 0.1px solid gainsboro !important; /* Borde inferior muy fino */

    cursor: pointer;
  }
  #nav-icon1{
 display: flex !important;
 margin-left: 82% !important;
 width: 100%;

  }

.text{
  height: 40vh;
  width: 70vw !important;
  margin-top: -30%;
}

}

.container {
  display: none;
}

#nav-icon1{
  display: none;

}

.flexbox {
  display: flex;
  flex-direction: row;
}

.wcon{
background-color: var(--ghost);
  top: 90%;
  display: flex;
  position: sticky !important;
  height: 70px;
  margin-top: -100px;
  width: 70px;
  z-index: 10;
  margin-left: 1%;
  border-radius: 50%;
  
}
.wps{
  border-radius: 50%;
  cursor: pointer;
  
}
#wajpg{
  z-index: 10;
}
