.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:141px;
    height:141px;
    border-radius: 50%;
}

.img-categoria-size{
    object-fit: cover;
    width:100%;
    height:100%;
    border-radius: 50%;
}


.template-categoria-size_all{
    max-height:200px !important;
}

.img-categoria_only{
    width: auto !important;
    max-height: 100px !important;
    margin: 0 auto !important;
    display: block !important;
    border-radius: 12px !important;
}

.template-categoria-size_v2{
    width:120px;
    height:120px;
    border-radius: 50%;
}

.alto-fijo_v2{
    max-height: 141px;
    min-width: 141px;
}