/*
    Created on : 04/07/2019, 22:54:16
    Author     : Matheus
*/

/* Margens e Paddings padrões */
/* Margins */
@media (min-width: 720px){
    .m-0{
        margin: 0 !important;
    }

    .m-1{
        margin: 1em !important;
    }

    .m-2{
        margin: 2em !important;
    }

    .m-3{
        margin: 3em !important;
    }

    .m-4{
        margin: 4em !important;
    }

    .ml-0{
        margin-left: 0 !important;
    }

    .ml-1{
        margin-left: 1em !important;
    }

    .ml-2{
        margin-left: 2em !important;
    }

    .ml-3{
        margin-left: 3em !important;
    }

    .ml-4{
        margin-left: 4em !important;
    }

    .mt-0{
        margin-top: 0 !important;
    }

    .mt-1{
        margin-top: 1em !important;
    }

    .mt-2{
        margin-top: 2em !important;
    }

    .mt-3{
        margin-top: 3em !important;
    }

    .mt-4{
        margin-top: 4em !important;
    }

    .mr-0{
        margin-right: 0 !important;
    }

    .mr-1{
        margin-right: 1em !important;
    }

    .mr-2{
        margin-right: 2em !important;
    }

    .mr-3{
        margin-right: 3em !important;
    }

    .mr-4{
        margin-right: 4em !important;
    }

    .mb-0{
        margin-bottom: 0 !important;
    }

    .mb-1{
        margin-bottom: 1em !important;
    }

    .mb-2{
        margin-bottom: 2em !important;
    }
    .mb-3{
        margin-bottom: 3em !important;
    }

    .mb-4{
        margin-bottom: 4em !important;
    }
}

.mb-1-all{
    margin-bottom: 1em !important;
}

/* Paddings */
.p-1 {
  padding: 8px;
}

.p-2 {
	padding: 16px;
}
