.template-box_shadow {
    -webkit-box-shadow: 10px 10px 26px -26px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 26px -26px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 26px -26px rgba(0,0,0,0.75);
}

.template-categoria-inicio {
    display: inline-block;
    padding:0px;
    box-sizing: border-box;
    float:left;
}

.template-categoria-size{
    width:120px;
    height:120px;
    border-radius: 50%;
}

.img-categoria-size{
    object-fit: cover;
    width:100%;
    height:100%;
    border-radius: 50%;
}