/*=============================================
MOSAICO
=============================================*/
.contenedorMosaico{
   background:#fefafe;
   padding:2px;
   display:flex;
   justify-content:flex-start;
   height:auto;
    width:auto;
}

p{
    padding-left:50px;
}

/*.linkDestino{
    
    left: 300px;
    right: 300px;
}*/


.mosaicos{
    padding:2px;
    padding-left:50px;
    border-radius:5px;
    height:auto;
    width:auto;
    align-items: stretch;
    display:inline-flex;
    justify-content: space-around;
    
}

.imgMosaico{
    border-radius:5px;
    object-fit: cover;
}

.boxmosaico{
    background:#eefbee;
    padding:2px;
    padding-left:10px;
    border-radius:5px;
    height:auto;
    width:auto;
    align-items: stretch;
    display:inline-flex;
    justify-content: space-around; 
}



