@font-face {
    font-family: oswaldbold;
    src: url(../fuentes/static/Oswald-Bold.ttf);
}

@font-face {
    font-family: oswaldlight;
    src: url(../fuentes/static/Oswald-ExtraLight.ttf);
}

@font-face {
    font-family: LaguSansBold;
    src: url(../fuentes/Lagu\ Sans\ Light.otf);
}

.div_productos {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 30px;

}

.div_productos div {
  
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.div_productos div div {
    display: flex;
    flex-direction: column;
}

.div_productos div p {
    width: 40%;
    font-family: LaguSansBold;
    padding: 0px 20px 0px 20px;
    text-align: justify;
    line-height: 1.4;


}

.div_productos div div img {
    width: 150px;
    height: auto;
    filter: invert(100%);
}

.div_reverse {
    margin: 20px 0px 20px 0px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;

}

.div_productos div div figure .move {
    position: absolute;
    display: none;

}

.div_productos div div figure:hover .nomove {
    opacity: 0;
    overflow: hidden;


}

.div_productos div div figure:hover .move {
    display: block;

}
@media only screen and (max-width: 1250px) {
.div_productos div {
  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.div_productos div p {
    width: 70%;
    margin-top: 20px;
  


}
}

@media only screen and (max-width: 1250px) {

.div_productos div p {
    width: 100%;
    margin-top: 20px;
  


}
}