.galleryZapatita {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    gap: 2rem;
    grid-auto-rows: auto;
    width: 100%;
    padding: 1rem;
  }
  
  .itemGallery {
    background: #cec2d8;
    padding: 1rem;
    border-radius: 10px;
  }

  .containerImg-ItemGallery img{
    width: 100%;
  }
.goToTopic8{
    color: #73419E;
    font-family: "MerriweatherSans-Bold";

}
.goToTopic8 p{
    text-align: end;
}
  .goToTopic8:hover{
    color: #73419E;;
  }

 

 
  .fila {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    max-width: 800px;
    margin-inline: auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }

  .fila img {
    width: 40%;
    height: auto;
    border: 1px solid #ccc;
  }

  .descripcion {
    flex: 1;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  @media only screen and (max-width: 765px) {
    .galleryZapatita {

        grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));

      }
  }