.pro-innova {
  background-color: #fbf6f1;
}

.wrapper-innova {
  max-width: 1400px;
  padding: 3rem 2rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin: 4rem auto 3rem;
}

.pro-icon {
  max-width: 100%;
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem 0;
}

.pro-icon > div:nth-child(odd) {
  display: flex;
  flex-direction: column;
}

.pro-uno:hover .pro-img,
.pro-dos:hover .pro-img,
.pro-tres:hover .pro-img,
.pro-cuatro:hover .pro-img,
.pro-cinco:hover .pro-img,
.pro-seis:hover .pro-img {
  background-color: #cfae8b;
  transition: all 0.3s linear 0s;
}
.pro-uno:hover svg path,
.pro-dos:hover svg path,
.pro-tres:hover svg path,
.pro-cuatro:hover svg path,
.pro-cinco:hover svg path,
.pro-seis:hover svg path {
  fill: #ffffff;
  transition: all 0.3s linear 0s;
}

svg path {
  fill: #cfae8b;
}

/*  svg:hover path {} */

svg {
  width: 100px;
  height: 100px;
}
.pro-elemento {
  max-width: 80%;
  margin: 0 auto;
}
.pro-img {
  padding: 20px 0px;
  border: 1px solid #cfae8b;
  display: flex;
  place-content: center;
}

.pro-title {
  color: #cfaf8e;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  margin: 25px 16px;
  max-width: 230px;
}

.pro-change {
  display: none;
}

@media only screen and (min-width: 25em) {
  /* small 400px */
}
@media only screen and (min-width: 38em) {
  /* medium 608px */
}
@media only screen and (min-width: 48em) {
  /* medium 768px */
}
@media only screen and (min-width: 61.938em) {
  /* large 991px*/
}
@media only screen and (min-width: 64em) {
  /* medium 1024px */
}
@media only screen and (min-width: 75em) {
  /*  large 1200px */

  .wrapper-innova {
    gap: 0 6rem;
    padding: 5rem 2rem;
    margin: 5rem auto 3rem;
  }

  .pro-change {
    display: block;
    max-width: 100%;
    overflow: hidden;
  }

  .pro-change img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .pro-elemento {
    max-width: unset;
    margin: unset;
  }

  .pro-icon {
    padding: 0 0 0 2rem;
    max-width: 100%;
    grid-column: span 8;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
  }

  .pro-change {
    grid-column: span 4;
  }

  .pro-icon > div:nth-child(odd) {
    display: flex;
    flex-direction: column-reverse;
  }

  .pro-icon > div:nth-child(4) {
    display: flex;
    flex-direction: column-reverse;
  }

  .pro-icon > div:nth-child(6) {
    display: flex;
    flex-direction: column-reverse;
  }

  .pro-icon > div:nth-child(5) {
    display: flex;
    flex-direction: column;
  }

  .pro-img {
    padding: 60px 80px;
    border: 1px solid #cfae8b;
    display: flex;
    place-content: center;
  }

  .pro-change img {
    transition: all 0.3s ease;
  }
}
@media only screen and (min-width: 90em) {
  /* extra large 1440px */

  .pro-icon {
    grid-column: span 8;
  }

  .pro-change {
    grid-column: span 4;
  }
}
