.tercera-parte{
    font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  background: linear-gradient(90deg, #FF8008 0%, #FFC837 100%);
  overflow: hidden;
 
}
.redes{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.pov {
  width:100%;
  height:100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.die {
  width: 400px;
  height: 55px;
  padding-bottom: 9px;
  perspective: 999px;
}

.cube {
  position: absolute;
  width:100%;;
  height:100%;
  transform-style: preserve-3d;
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
/*   letter-spacing:-1px; */
  backface-visibility: hidden;
/*   overflow:hidden; */
}
.img-redes{
    width: 150px;
}
.quepedo{
    font-size: var(--step-4);
    margin: 10px 0 10px 0;
    font-weight: 900;
    color: blue;
    text-decoration: none;
}