﻿.etapas img {
    width: 100%;
}

.etapas .caja h3 {
    margin-top: 15px;
}

.etapas .caja:hover img {
    filter: opacity(0.8);
    transition: all .5s;
}

.etapas .caja:hover h3 {
    transition: all .5s;
}
