.productos h1 {
  margin-top: 80px;
  width: 25%;
}

.container-productos ul {
  width: 90%;
  margin-left: auto;
  margin-bottom: 80px;
}

.container-productos ul li {
  align-items: center;
  margin-bottom: 50px;
}

.container-productos ul li img {
  margin-right: 20px;
}

.container-productos ul li img:hover {
  cursor: pointer;
  background: #53575a13;
  border: 4px solid red;
  border-radius: 20px;
}

.eleccion__botones {
  margin: auto;
  width: 80%;
}

.eleccion__marcas {
  background: lightcyan;
  color: var(--darkgreycolor);
  width: 8rem;
  margin: 0.2rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 1rem;
  transition: 0.8s;
}

.eleccion__marcas:hover {
  cursor: pointer;
  background-color: var(--darkbluecolor);
  color: var(--whitecolor);
}

.eleccion__container-partes {
  width: 80%;
  display: flex;
  justify-content: space-around;
  margin: auto;
  background: lightcyan;
  align-items: center;
  height: 14rem;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.figures-our_prods {
  display: none;
}

.carousel-our_prods {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
  padding: 2rem;
}

.carousel-image-our_prods {
  display: flex;
  width: 40%;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 2px;
}

.carousel-button-our_prods {
  height: 40px;
  border-radius: 50px;
  background-color: var(--transparent-white-color);
  font-size: 30px;
  color: var(--darkbluecolor);
  border: none;
  cursor: pointer;
  padding-bottom: 20px;
}

.carousel-button-our_prods:hover {
  background-color: #ccc;
}

#previous-our_prods {
  width: 5%;
  position: absolute;
  top: 50px;
  left: 4px;
}

#next-our_prods {
  width: 5%;
  position: absolute;
  top: 50px;
  right: 4px;
}

.eleccion__container-partes figure {
  display: fleX;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.eleccion__image-partes {
  width: 6rem;
  transition: 0.8s;
}

.eleccion__image-partes:hover {
  cursor: pointer;
  background: red;
  border-radius: 20px;
}

.eleccion__image-partes--primera {
  border-radius: 10px;
}

.retenedores-balineras,
.accesorios,
.transmision,
.filtros {
  width: 8rem;
  margin: 1rem 0 -2rem;
}

#figTransmision {
  margin-top: 1.8rem;
}

#figCaja {
  margin-top: 0.8rem;
}

#figFlujos,
#figAccesorios {
  margin-top: 2.4rem;
}

#figFiltros {
  margin-top: 1.8rem;
}

.container__elementos-elegidos {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  width: 70%;
  margin: auto;
  margin-top: 2rem;
  height: 80vh;
  gap: 3rem;
  margin-bottom: 2rem;
}

.container__elementos-elegidos img {
  width: 18rem;
}

.container__elementos-elegidos h2 {
  color: var(--darkbluecolor);
  font-size: 1rem;
}

.container__elementos-elegidos p {
  color: var(--darkgreycolor);
  font-size: 0.6rem;
}

@media screen and (min-width: 720px) {
  .carousel-our_prods {
    display: none;
  }

  .figures-our_prods {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
  }
}
