@import url('https://fonts.googleapis.com/css2?family=Anaheim&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Andika:ital,wght@0,400;0,700;1,400;1,700&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+US+Modern:wght@100..400&display=swap');
html{
  height: 100vh;
  width: 100%;
}
body{
  width: 100%;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.outter-container{
  flex: 1;
  flex-wrap: wrap;
  background: rgba(240, 243, 234, 0.99);
  width: 100vw;
  min-height: fit-content;
}
.titulo{
  padding: 1%;
  margin: 1%;
}
h1{
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-self: flex-start;
  color: black;
  font-family: "Playwrite US Modern", serif;;
  font-size: 4vw;
  font-style: normal;
  font-weight: 350;
  line-height: 1.4em;
  text-transform: capitalize;
  padding: 1vh;
  margin-left: 5%;
  margin-bottom: 0%;
  margin-top: 0.5%;
}
@media (max-width: 768px) {
  .titulo {
   margin-left: 2%;
  }
  h1 {
  width: 90%;
  font-size: 6.3vw;
  padding: 0;
  line-height: 1.5em;
  }
}
.background-image{
  background: url("https://raw.githubusercontent.com/mariabuitsan/guaqueras-y-campesinas/refs/heads/main/assets/img/background-1-fura-y-tena-blanco-negro.JPG");
  color: black;
  background-size: cover;
  width: 100%;
  height: 100vh;
  z-index: 1;
  flex-wrap: nowrap;
  margin: 0%;
  padding: 0%;
}
nav{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
ul{
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background:  rgba(45, 115, 4, 0.9);
  backdrop-filter: blur(2px);
  font-family: Akshar;
  z-index: 4;
}
li{
  float: left;
  align-items: center;
}
a{
  text-decoration: none;
  text-transform: none;
  color: white;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 0.8rem 1rem;
}
li a:hover{
  background-color: #830c9d;
}
@media (max-width: 768px) {
  nav ul {
    width: 100%;
    font-size: 0.8em;
    margin-top: 0.8em;
  }
}
#show-about{
  cursor: pointer;
}
#about{
  display: none;
  position: absolute;
  width: 100vw;
  height: 545vh;
  background-color: aliceblue;
  z-index: 1;
}
@media (max-width: 480px){
  #about{
    height: 875vh;
  }
}
.button-3{
  width: 10em;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  color: white;
  padding: 0.5em 1em;
  gap: 0.3em;
  align-self: stretch;
  justify-content: center;
  align-content: center;
  background: rgba(193, 28, 215, 0.9);
  border: none;
  transition-duration: 0.5s;
  cursor: pointer;
  border-radius: 10em;
  font-size: medium;
  font-family: Akshar;
  margin-left: 44%;
  margin-top: 0;
  margin-bottom: 0.5em;
}
#show-team{
  cursor: pointer;
}
#team{
  display: none;
  position: absolute;
  width: 100vw;
  height: 545vh;
  background-color: aliceblue;
  z-index: 1;
}
p{
  display: flex;
  flex-direction: row;
  width: 8em;
  line-height: 2.5vh;
  justify-items: center;
  color: black;
  font-family: Akshar;
  font-size: 2.3vh;
  font-weight: 100;
  margin: 1%;
  padding: 1%;
  z-index: 1;
}
@media (max-width: 768px) {
  p {
   width: 90%;
   font-size: 1.15em;
   line-height: 1em;
   padding: 3%;
   color: black;
  }
}
.inside-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  width: 80%;
  min-width: auto;
  padding: 1em;
  margin-left: 5%;
}
.inside-container-2{
  flex: 1;
  width: 90%;
  min-height: auto;
  justify-content: center;
  align-items: center;
  margin: 0%;
}
@media (max-width: 768px) {
  .inside-container {
    flex-direction: column;
  }
  .inside-container-2 {
    width: 100%; /* Take full width on smaller screens */
    margin-top: 30%;
  }
}
.inside-container-2-1{
  display: flex;
  flex-direction: column;
  margin-top: 1.5%;
  margin-right: 15%;
  margin-left: 10%;
}
.button-1{
  width: 8em;
  display: flex;
  flex-direction: row;
  color: white;
  padding: 0.5em 1em;
  gap: 0.3em;
  align-self: stretch;
  justify-content: center;
  align-content: center;
  background: rgba(45, 115, 4, 0.9);
  border: none;
  transition-duration: 0.5s;
  cursor: pointer;
  border-radius: 10em;
  font-size: medium;
  font-family: Akshar;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
button:hover{
  background-color: #830c9d;
  color: white;
}
.scroller{
  display: flex;
  background-image: url("https://raw.githubusercontent.com/mariabuitsan/guaqueras-y-campesinas/01f67cf707d86acf9e605256fe0065ce8a7360b6/assets/img/green-arrow-2.svg");
  background-size: cover;
  width: 5em;
  height: 3em;
  margin-top: 5%;
  margin-left: 5.5em;
  transform: translateX(-50%);
  cursor: pointer;
  animation: bounce 2s 5;
  animation-delay: -2s;
}
@keyframes bounce {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.scroller:hover{
  box-shadow: inset;
}
.narracion-1{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 53vh;
  padding: 2%;
  margin-top: 3%;
  border-radius: 5%;
  box-sizing: border-box;
}
.image-1-narracion{
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('https://github.com/mariabuitsan/guaqueras-y-campesinas/blob/main/assets/img/agricultora-ca%C3%B1a-objeto-1.png?raw=true');
  background-size: cover;
  border-radius: 100px;
  width: 60.5%;
  height: 100%;
  z-index: 2;
  padding: 0%;
  margin-top: 0%;
  margin-left: 0%;
}
@media (max-width: 768px) {
  .image-1-narracion {
   width: 100%;
   height: 50vh;
   padding: 0;
  }
}
  .overlay{
  position: absolute; 
  width: 100%; 
  height: 100%; 
  background: rgba(152, 5, 185, 0.985); 
  mix-blend-mode: exclusion; 
  border-radius: 2.5rem; 
  margin: 0; 
  top: 0; 
  left: 0; 
}
@media (max-width: 768px) {
  .narracion-1 {
    flex-direction: column; /* Stack columns vertically on smaller screens */
    height: auto; /* Allow content to take natural height */
    margin-top: 40%;
  }
    .overlay {
    mix-blend-mode: lighten;
  }
}
.inside-container-3{
  display: flex;
  flex-direction: column;
  position: relative;
  background: url("https://raw.githubusercontent.com/mariabuitsan/guaqueras-y-campesinas/refs/heads/main/assets/img/background-2-fura-y-tena-resized%202.jpg");
  background-size: cover; 
  width: 90%;
  min-height: 80vh;
  align-self: center;
  justify-self: center;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-top: 10%;
  padding-top: 5%;
  border-radius: 3em;
}
.overlay-2{
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(140, 67, 213, 0.42); 
  mix-blend-mode: color-burn;
  margin-top: 0%;
  margin-left: 0%;
  top: 0;
  left: 0;
  border-radius: 3em;
}
@media (max-width: 480px) {
  .overlay-2 {
    margin-top: 0; /* Stack items on very small screens */
    mix-blend-mode: normal;
  }
}
h6{
  color:aliceblue;
  background:  rgba(45, 115, 4, 0.9);
  backdrop-filter: blur(2px);
  font-size: 0.69em;
  font-family: "Playwrite US Modern", serif;
  font-weight: 100;
  align-self: center;
  justify-self: center;
  padding: 0.8%;
  margin: 0;
}
.enlarge-text{
  font-size: 1.3em;
}
h4{
  color:black;
  width: 20%;
  font-size: 1em;
  font-family: Akshar;
  font-weight: 50;
  align-self: self-start;
  justify-self: self-start;
  padding: 1%;
  margin: 1%;
}
@media (max-width: 480px) {
  h4 {
    width: 100%; /* Stack items on very small screens */
  }
}
h2{
  width: 15%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-self: flex-start;
  color: white;
  background:#830c9d;
  backdrop-filter: blur(2px);;
  font-family: "Playwrite US Modern", serif;;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 350;
  line-height: 0.8em;
  text-transform: capitalize;
  padding: 2vh;
  margin-left: 5%;
  margin-bottom: 0%;
  margin-top: 0.5%;
}
i{
  margin-left: 3%;
}
h5{
  font-family: Akshar;
  color: black;
  font-size: 1.45em;
  line-height: 1.25em;
  font-weight: 200;
  padding-left: 8%;
  padding-right: 8%;
  margin-bottom: 2.5%;
}
.low-vision{
  color: aliceblue;
  background:  rgba(45, 115, 4, 0.9);
  backdrop-filter: blur(2px);;
  mix-blend-mode: hard-light;
  height: fit-content;
  padding: 5%;
  width: 80%;
}
.grid-container-tools{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%; 
  margin-top: 5em;
  justify-content: center;
  align-items: flex-start;
}
.grid-item {
  width: 200px;
  height: 200px;
  background-image: url("https://github.com/mariabuitsan/guaqueras-y-campesinas/blob/main/assets/img/guaqueras-coscuez.png?raw=true");
  background-size: cover;
  align-self: center;
  justify-self: center;
  z-index: 3;
  border-radius: 5%;
  margin-bottom: 2%;
}
#grid-item-2{
  width: 200px;
  height: 200px;
  background-size: cover;
  align-self: center;
  justify-self: center;
  z-index: 3;
  border-radius: 5%;
  margin-bottom: 2%;
}
#grid-item-3{
  width: 200px;
  height: 200px;
  background-size: cover;
  align-self: center;
  justify-self: center;
  z-index: 3;
  border-radius: 5%;
  margin-bottom: 2%;
}
#grid-item-4{
  width: 200px;
  height: 200px;
  background-size: cover;
  align-self: center;
  justify-self: center;
  z-index: 3;
  border-radius: 5%;
  margin-bottom: 2%;
}
#grid-item-5{
  width: 200px;
  height: 200px;
  background-size: cover;
  align-self: center;
  justify-self: center;
  z-index: 3;
  border-radius: 5%;
  margin-bottom: 2%;
}
#grid-item-6{
  width: 200px;
  height: 200px;
  background-size: cover;
  align-self: center;
  justify-self: center;
  z-index: 3;
  border-radius: 5%;
  margin-bottom: 2%;
}
@media (max-width: 768px) {
  .grid-container-tools {
    grid-template-columns: repeat(2, 1fr); /* Show one item per row */
    gap: 0%;
  }
}
@media (max-width: 480px) {
  .grid-container-tools {
    grid-template-columns: 1fr; /* Stack items on very small screens */
    gap: 2%;
  }
}
.catalogo{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 5%;
}.button-2{
  width: 8em;
  margin: 2%;
  padding: 0.5em 1em;
  font-family: Akshar;
  font-size: medium;
  justify-self: center;
  text-align: center;
  background-color: rgb(73, 177, 12, 0.9);
  mix-blend-mode: hard-light;
  color: white;
  z-index: 5;
  border-radius: 2.5em;
  border: none;
}
@media (max-width: 480px) {
  .catalogo {
    grid-template-columns: 1fr; /* Stack items on very small screens */
  }
}
h3{
  display: flex;
  justify-content: center;
  font-family: Andika;
  font-size: 1em;
  font-weight: 250;
  color: white;
  text-align: center;
  width: 100%;
}
.espacios{
  width: 100%;
  height: 25vh;
}
.explicacion-1{
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  width: 90%;
  height: 28%;
  margin-top: 1.6em;
  padding: 5%;
  background-image: url("https://github.com/mariabuitsan/guaqueras-y-campesinas/blob/main/assets/img/background-4-cecropia-peltata-blanco-y-negro.JPG?raw=true");
}
@media (max-width: 480px){
  .explicacion-1{
    min-height: fit-content;
  }
}
.overlay-3{
  mix-blend-mode: exclusion;
  width: 100%;
  height: 100%;
}
.intro{
  display: flex;
  width: 70%;
  align-self: center;
  font-size: 1.2em;
  margin: 5%;
  background: rgb(48 109 14 / 78%);
  backdrop-filter: blur(3px);
  border-radius: 2%;
  z-index: 8;
  color: aliceblue;
  font-weight: 50;
}
.mapas{
  display: flex;
  position: relative;
  margin-left: 20%;
  width: 80%;
  height: 100%;
}
.fotter{
 display: flex;
 flex-direction: column;
 background:  rgba(45, 115, 4, 0.9);
 backdrop-filter: blur(2px);
 padding: 1em;
 height: 8em;;
 width: 97.%;
}