﻿/******************************************//** PADRÕES **/
@media all {
    .dflex {
        display: flex !important;
    }

    .dnone {
        display: none !important;
    }

    .gray {
        color: #777 !important;
    }

    .nofloat {
        float: none !important;
    }

    .floatl {
        float: left !important;
    }

    .floatr {
        float: right !important;
    }

    .m-auto {
        margin: 0 auto !important;
    }

    .noborder {
        border: 0 !important;
    }

    .noborderrad {
        border-radius: 0 !important;
    }

    .nocursor {
        cursor: unset !important;
    }

    .nomarg {
        margin: 0 !important;
    }

    .nopadd {
        padding: 0 !important;
    }

    .nopadd-l {
        padding-left: 0 !important;
    }

    .nopadd-r {
        padding-right: 0 !important;
    }

    .notextdec {
        text-decoration: none !important;
    }

    .notextdec:hover {
        text-decoration: none !important;
    }

    .textc {
        text-align: center !important;
    }

    .textl {
        text-align: left !important;
    }

    .textr {
        text-align: right !important;
    }

    .textlow {
        text-transform: lowercase !important;
    }

    .textupp {
        text-transform: uppercase !important;
    }

    .vhidden {
        visibility: hidden !important;
    }

    .white {
        color: #fff !important;
    }

    .zindex-1 {
	    z-index: 1 !important;
    }
}