  
  /* POSICIONAMENTO  */
  
  .noshow {display: none;}
  .noedit{ visibility:hidden;}
  .flex {display: flex;}
  .inline{display: inline;}
  .wrap{flex-wrap: wrap;}
  .mauto{margin: 0 auto;}
  .distribui{justify-content: space-evenly;}
  .centraliza {justify-content:center;}
  .esquerda, .start {justify-content: flex-start;}
  .space {justify-content: space-between;}
  .around {justify-content: space-around;}
  .direita, .end {justify-content:flex-end;}
  .strech{align-items: stretch;}
  .block {display: block;}
  .table{display: table;} /* Pai para alinhamento vertical*/
  .alinha_vertical{display: table-cell; vertical-align: middle;}
  .relative{ position:relative;}
  .absolute{ position:absolute;}
  .fixed{ position:fixed;}
  .fl{float:left;}
  .fr{float:right;}
  .rad10 {border-radius: 10px;}
  .rad7 {border-radius: 7px;}
  .rad15 {border-radius: 15px;}
  .ftspace{letter-spacing: 3px;}
  
  /* CORES BASICAS DE TEXTO E FUNDO */
  
  .fdo_off{background:#e5e5e5;}
  .txt_off, .txtoff{color:#e5e5e5;}
  .fdo_laranja, .fdolrj {background: #f7931e; --background: #f7931e;}
  .txt_laranja {color:#f7931e;}
  .botao_laranja{background: #f7931e;}
  .fdo_verde {background: #00ff00;}
  .fdovd{background: #188518; --background: #188518;}
  .txt_verde, .txtvd {color:#00ff00;}
  .fdo_azul{background: #29abe2;}
  .txt_azul {color:#29abe2;}
  .fdo_amarelo { background: #fcee21; --background: #fcee21;}
  .fdoam{ background: #fcd601; --background: #fcd601;}
  .txt_amarelo, .txtam {color:#fcee21;}
  .fdo_vermelho, .fdovm {background: #ff3000;--background: #ff3000;}
  .txtvivo{color:#fd003a;}
  .fdovivo{background:#fd003a;}
  .txt_vermelho, .txtvm {color:#ff3000;}
  .fdo_cinza{background: #333333; --background: #333333;}
  .txt_cinza, .txtgr {color:#333333;}
  .fdo_claro{background:#7a7a7a; --background:#7a7a7a;}
  .fdo_branco, .fdobco {background: white;}
  .txt_branco, .txtbco, .txt_bco{color: white;}
  .fdo_preto, .fdoPr {background: black; --background: black;}
  .txt_preto{color: black;}
  
  /* CORES DO PROJETO - PRIMARIA, SECUNDARIA, TERCIARIA E QUATERNARIA */
  
  .fdoP{background: #ff0000;--background:#ff0000;}
  .fdoS{background: #2f2f2f;--background:#2f2f2f;}
  .fdoT{background:#4c4c4c;--background:#4c4c4c;}
  .fdoST{background: rgb(47,47,47,0.9); --background: rgb(47,47,47,0.9);}
  .fdoQ{background:#939393;--background:#939393;}
  .fdoTrans{background: none;--background: none;}
  .txtP{color: #ff0000;}
  .txtS{color: #2f2f2f;}
  .txtT{color:#4c4c4c;}
  .txtQ{color:#939393;}
  .txtAm{color: #f9e100;}
  .txtVd{color: #00ff1e;}
  .fdoAm{background: #f9e100; --background:#f9e100;}
  .fdoVd{background: #00ff1e;--background:#00ff1e;}
  
  
  /* ESPACAMENTO EXTERNO */
  .mt0 {margin-top: 0px;}
  .mt5{margin-top: 5px;}
  .mt10{margin-top: 10px;}
  .mt15{margin-top: 15px;}
  .mt20{margin-top: 20px;}
  .mt25{margin-top: 25px;}
  .mt30{margin-top: 30px;}
  .mt40{margin-top: 40px;}
  .mt50{margin-top: 50px;}
  
  .mb0 {margin-bottom: 0px;}
  .mb5{margin-bottom: 5px;}
  .mb10{margin-bottom: 10px;}
  .mb15{margin-bottom: 15px;}
  .mb20{margin-bottom: 20px;}
  .mb25{margin-bottom: 25px;}
  .mb30{margin-bottom: 30px;}
  .mb40{margin-bottom: 40px;}
  .mb50{margin-bottom: 50px;}
  
  .ml5{margin-left: 5px;}
  .ml10{margin-left: 10px;}
  .ml15{margin-left: 15px;}
  .ml20{margin-left: 20px;}
  .ml25{margin-left: 25px;}
  .ml30{margin-left: 30px;}
  .ml40{margin-left: 40px;}
  .ml50{margin-left: 50px;}
  .ml5p100{margin-left: 5%;}
  .ml10p100{margin-left: 10%;}
  
  .mr5{margin-right: 5px;}
  .mr7{margin-right: 7px;}
  .mr10{margin-right: 10px;}
  .mr15{margin-right: 15px;}
  .mr20{margin-right: 20px;}
  .mr25{margin-right: 25px;}
  .mr5p100{margin-right: 5%;}
  .mr10p100{margin-right: 10%;}
  
  .mlm8{margin-left: -8px;}
  
  /* POSICIONAMENTO EXTERNO */
  
  .l0{left: 0;}
  .l5{left: 5px;}
  .l10{left: 10px;}
  .l15{left: 15px;}
  .l20{left: 20px;}
  .l25{left: 25px;}
  .l25p100{left: 25vw;}
  .l35p100{left: 35vw;}
  .l45p100{left: 45vw;}
  
  .l50p100{left: 50%;}
  
  .r0{right: 0;}
  .r5{right: 5px;}
  .r10{right: 10px;}
  .r15{right: 15px;}
  .r20{right: 20px;}
  .r25{right: 25px;}
  .r30{right: 30px;}
  
  .r5p100{right: 5%;}
  .r10p100{right: 10%;}
  .r50p100{right: 50%;}
  
  .t-2{top:-2px;}
  .t-5{top:-5px;}
  .t0 {top:0;}
  .t1{top:1px;}
  .t2{top:2px;}
  .t3{top:3px;}
  .t5{top:5px;}
  .t7{top:7px;}
  .t10{top:10px;}
  .t15{top:15px;}
  .t20{top:20px;}
  .t25{top:25px;}
  
  .b0 {bottom:0;}
  .b3{bottom:3px;}
  .b5{bottom:5px;}
  .b10{bottom:10px;}
  .b15{bottom:15px;}
  .b20{bottom:20px;}
  .b25{bottom:25px;}
  
  .rt45{transform: rotate(45deg);}
  .rt90{transform: rotate(90deg);}
  .rt180{transform: rotate(180deg);}
  .rt250{transform: rotate(250deg);}
  .rt270{transform: rotate(270deg);}
  .rt360{transform: rotate(360deg);}
  .t500{ -webkit-transition: -webkit-transform 500ms; transition: transform 500ms;}
  .t1{ -webkit-transition: -webkit-transform 1000ms; transition: transform 1000ms;}
  
  
  /* ESPACAMENTO INTERNO */
  .p0{padding: 0;}
  .p5{padding: 5px;}
  .p10{padding: 10px;}
  .p15{padding: 15px;}
  .p20{padding: 20px;}
  .p25{padding: 25px;}
  .pl5{padding-left: 5px;}
  .pl10{padding-left: 10px;}
  .pl15{padding-left: 15px;}
  .pl20{padding-left: 20px;}
  .pl25{padding-left: 25px;}
  .pr0{padding-right: 0;}
  .pr5{padding-right: 5px;}
  .pr10{padding-right: 10px;}
  .pr15{padding-right: 15px;}
  .pr20{padding-right: 20px;}
  .pr25{padding-right: 25px;}
  .pt0{padding-top: 0px;}
  .pt5{padding-top: 5px;}
  .pt10{padding-top: 10px;}
  .pt15{padding-top: 15px;}
  .pt20{padding-top: 20px;}
  .pt25{padding-top: 25px;}
  .pt30{padding-top: 30px;}
  
  .pb0{padding-bottom: 0px;}
  .pb5{padding-bottom: 5px;}
  .pb10{padding-bottom: 10px;}
  .pb15{padding-bottom: 15px;}
  .pb20{padding-bottom: 20px;}
  .pb25{padding-bottom: 25px;}
  .pb30{padding-bottom: 30px;}
  
  /* DIMENSIONAMENTO */
  .w10p100{width: 10%;}
  .w15p100{width: 15%;}
  .w17p100{width: 17%;}
  .w22p100{width: 22%;}
  .w30p100{width: 30%;}
  .w35p100{width: 35%;}
  .w40p100{width: 40%;}
  .w45p100{width: 45%;}
  .w47p100{width: 47%;}
  .w50p100{width: 50%;}
  .w60p100{width: 60%;}
  .w65p100{width: 65%;}
  .w70p100{width: 70%;}
  .w75p100{width: 72%;}
  .w80p100{width: 80%;}
  .w90p100{width: 90%;}
  .w95p100{width: 95%;}
  .w100p100{width: 100%;}
  .h100p100{height: 100%;}
  .w40v{width: 40vw;}
  .w100v{width: 100vw;}
  .h100v{height: 100vh;}
  .w10{width: 10px;}
  .w15{width: 15px;}
  .w20{width: 20px;}
  .w30{width: 30px;}
  .w40{width: 40px;}
  .w50{width: 50px;}
  .w60{width: 60px;}
  .w75{width: 75px;}
  .w100{width: 100px;}
  .w150{width: 150px;}
  .w200{width: 200px;}
  .w250{width: 250px;}
  .w300{width: 300px;}
  
  .wm22p100{max-width: 22%;}
  .wm30p100{max-width: 30%;}
  .wm46p100{max-width: 46%;}
  .wm70p100{max-width: 70%;}
  
  .wmin22p100{min-width: 22%;}
  .wmin30p100{min-width: 30%;}
  .wmin46p100{min-width: 46%;}
  .wmin70p100{min-width: 70%;}
  .wmin100p100{min-width: 100%;}
  
  .h10{height: 10px;}
  .h20{height: 20px;}
  .h25{height: 25px;}
  .h30{height: 30px;}
  .h40{height: 40px;}
  .h50{height: 50px;}
  .h70{height: 70px;}
  .h90{height: 90px;}
  .h100{height: 100px;}
  .h150{height: 150px;}
  .h200{height: 200px;}
  .h250{height: 250px;}
  .h300{height: 300px;}
  
  .mih10{min-height: 10px;}
  .mih20{min-height: 20px;}
  .mih30{min-height: 30px;}
  .mih40{min-height: 40px;}
  .mih50{min-height: 50px;}
  .mih60{min-height: 60px;}
  .mih70{min-height: 70px;}
  .mih90{min-height: 90px;}
  .mih100{min-height: 100px;}
  
  .mah10{max-height: 10px;}
  .mah20{max-height: 20px;}
  .mah30{max-height: 30px;}
  .mah40{max-height: 40px;}
  .mah50{max-height: 50px;}
  .mah70{max-height: 70px;}
  .mah90{max-height: 90px;}
  .mah100{max-height: 100px;}
  .mah200{max-height: 200px;}
  .mah280{max-height: 280px;}
  .mah350{max-height: 350px;}
  .mah300{max-height: 300px;}
  .mah400{max-height: 400px;}
  .mah450{max-height: 450px;}
  .mah420{max-height: 420px;}
  .mah475{max-height: 475px;}
  
  
  /* POSICIONAMENTO INTERNO */
  .lh12{line-height: 12px;}
  .lh14{line-height: 14px;}
  .lh20{line-height: 20px;}
  .lh25{line-height: 25px;}
  .lh30{line-height: 30px;}
  .lh40{line-height: 40px;}
  .lh50{line-height: 50px;}
  .lh60{line-height: 60px;}
  .lh70{line-height: 70px;}
  .lh90{line-height: 90px;}
  .lh100{line-height: 100px;}
  .lh150{line-height: 150px;}
  .lh200{line-height: 200px;}
  .lh250{line-height: 250px;}
  .lh300{line-height: 300px;}
  
  /* BORDAS E CONTORNOS */
  .bdNO{border: none; box-shadow: none;}
  .bd1p{border: solid 1px #ff0000;}
  .bd1s{border: solid 1px #333333;}
  .bd2p{border: solid 2px #ff0000;}
  .bd2s{border: solid 2px #333333;}
  .bdt1p{border-top: solid 1px #ff0000;}
  .bdt1s{border-top: solid 1px #333333;}
  .bdb1p{border-bottom: solid 1px #ff0000;}
  .bdb1s{border-bottom: solid 1px #333333;}
  .bdd1p{border-right: solid 1px #ff0000;}
  .bdd1s{border-right: solid 1px #333333;}
  .bde1p{border-left: solid 1px #ff0000;}
  .bde1s{border-left: solid 1px #333333;}
  
  .br5{border-radius: 5px;}
  .br7{border-radius: 7px;}
  .br10{border-radius: 10px;}
  .br15{border-radius: 15px;}
  .br50{border-radius: 50%;}
  
  .brt5{border-top-left-radius: 5px; border-top-right-radius: 5px;}
  .brt10{border-top-left-radius: 10px; border-top-right-radius: 10px;}
  .brt15{border-top-left-radius: 15px; border-top-right-radius: 15px;}
  .brt50{border-top-left-radius: 50%; border-top-right-radius: 50%;}
  
  .brb5{border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;}
  .brb10{border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}
  .brb15{border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;}
  .brb50{border-bottom-left-radius: 50%; border-bottom-right-radius: 50%;}
  
  .brd5{border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
  .brd10{border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
  .brd15{border-top-right-radius: 15px; border-bottom-right-radius: 15px;}
  .brd50{border-top-right-radius: 50%; border-bottom-right-radius: 50%;}
  
  .brl5{border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
  .brl10{border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
  .brl15{border-top-left-radius: 15px; border-bottom-left-radius: 15px;}
  .brl50{border-top-left-radius: 50%; border-bottom-left-radius: 50%;}
  
  /* ALINHAMENTO DE TEXTO */
  .txtl {text-align: left;}
  .txtr {text-align: right;}
  .txtc {text-align: center;}
  .txtj {text-align: justify;}
  
  /* FORMATACAO DE TEXTO */
  .bold {font-weight: bold;}
  .cap {text-transform: capitalize;}
  .upp {text-transform: uppercase;}
  .low {text-transform: lowercase;}
  .fxxs{font-size: xx-small;}
  .fxs{font-size: x-small;}
  .fss{font-size: smaller;}
  .fs{font-size: small;}
  .fm{font-size: medium;}
  .ftl{font-size: large;}
  .fll{font-size: larger;}
  .fxl{font-size: x-large;}
  .fxxl{font-size: xx-large;}
  .ft10{font-size: 10px;}
  .ft12{font-size: 12px;}
  .ft14{font-size: 14px !important;}
  .ft16{font-size: 16px;}
  .ft20{font-size: 20px;}
  .ft24{font-size: 24px;}
  .ft28{font-size: 28px;}
  .ft30{font-size: 30px;}
  .ft34{font-size: 34px;}
  .ft36{font-size: 36px;}
  .ft40{font-size: 40px;}
  .ti1{text-indent: 1px;}
  .ti3{text-indent: 3px;}
  .ti5{text-indent: 5px;}
  .ti7{text-indent: 7px;}
  .ti10{text-indent: 10px;}
  .ti12{text-indent: 12px;}
  .ti15{text-indent: 15px;}
  .ti18{text-indent: 18px;}
  .ti20{text-indent: 20px;}
  .tsp3{letter-spacing: 3px;}
  .tsp5{letter-spacing: 5px;}
  .tsp7{letter-spacing: 7px;}
  
  /* FORMATACAO dO QUADRO */
  .scroll{overflow: scroll;}
  .overhidden{overflow: hidden;}
  .overvisible{overflow: visible;}
  
  