
/* UTILES */
/* margin right */
.mr-1{
    margin-right: .25rem !important;
}
.mr-2{
    margin-right: .5rem !important;
}
.mr-3{
    margin-right: 1rem !important;
}
.mr-4{
    margin-right: 1.5rem !important;
}
.mr-5{
    margin-right: 3rem !important;
}
/* margin-left */
.ml-1{
    margin-left: .25rem !important;
}
.ml-2{
    margin-left: .5rem !important;
}
.ml-3{
    margin-left: 1rem !important;
}
.ml-4{
    margin-left: 1.5rem !important;
}
.ml-5{
    margin-left: 3rem !important;
}
/* margin-bottom */
.mb-1{
    margin-bottom: .25rem !important;
}
.mb-2{
    margin-bottom: .5rem !important;
}
.mb-3{
    margin-bottom: 1rem !important;
}
.mb-4{
    margin-bottom: 1.5rem !important;
}
.mb-5{
    margin-bottom: 3rem !important;
}