/** Morán Noriega, Roberto. (32877155N) DAW 2023 - DIW **/

.section ul li img
{
    transition: transform 0.5s;
}

.flecha
{
    background-size: contain;
    background-repeat:no-repeat;
    object-fit: contain;
    cursor: pointer;
}

.flecha img
{
    cursor: pointer;
}

.flechaI img
{
    cursor: pointer;
}

#h2origenes
{
    color: white;
}

#origenesTxt
{
    color: white;
}

#h2historia
{
    color: white;
}

#historiaTxt
{
    color: white;
}

/* Invisible texto */
figcaption 
{
   display:none; 
   transition: all .5s;
}

/* Visible texto */
figure:hover > figcaption 
{
   display:block;
   transition: all .5s;
}