/*
 * @package: balaionci
 * Estrutura;
 * Body; Header; Navigation; Footer
*/
/*#--- ESTRUTURA ---#*/
html, body {height:100%;max-width:100vw;margin:0;padding:0;}
body * {margin:0;padding:0;}
#page {z-index:0;position:relative;
	width:100vw;min-height:100vh;
  display:-webkit-flex;display:flex;
  -webkit-flex-wrap:nowrap;flex-wrap:nowrap;
  -webkit-flex-direction:column;flex-direction:column;
  -webkit-justify-content:space-between;justify-content:space-between;
  -webkit-align-content:stretch;align-content:stretch;
  -webkit-align-items:stretch;align-items:stretch;
}
#page > * {width:100%;
  display:-webkit-flex;display:flex;
  -webkit-flex-wrap:wrap;flex-wrap:wrap;
  -webkit-justify-content:space-around;justify-content:space-around;
  -webkit-align-items:stretch;align-items:stretch;
}
#masthead{z-index:1000;position:fixed;/*height js*/}
#primary {/*padding-top, min-height: js masterhead colophon */
	z-index:1;order:0;
  -webkit-flex:1 1 auto;flex:1 1 auto;
  -webkit-align-self:auto;align-self:auto;
}
#colophon {height:auto;z-index:999;position:relative;}
/*- MIOLO -*/
#secondary {z-index:2;position:relative;}
#site-miolo {z-index:2;position:relative;}
.fuller {width:100%;}
.centralizer {margin-left:auto;margin-right:auto;width:96%;}
.miolo {max-width:58%;margin:0 auto;}
.flexed{display:flex;}
.colflexed{display:flex;flex-direction:column;}
.rowflexed{display:flex;flex-direction:row;}
#foot-crawl {}
