/*parametros compartidos*/


.caja-imagenes{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 38px;
}
.medida-caja{
    width: 100%;
    display: flex;
    flex-direction: row;
}

.cajas-img{
    width: 20.91%;
    height: 20.91%;
    
    display: flex;
    flex: 0 1 auto;
    flex-flow: column;
}

.img-prod{
    width:100%;
    height: auto;
}

/*columnas*/


.columna1{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.columna2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 38px;
}

.columna3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 38px;
}

.img-oculta{
   background:  #F4F4F4;
}

/*efecto de hover general*/

.desvanecer-img:hover {filter: opacity(.5);}

/*termina efecto de hover general*/

.texto-img{
    position: relative;
}

.texto-img p{
    display: flex;
    height: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.4);
    width: 100%;
    position: absolute;
    bottom: -15px;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
}







