/**
 * Edumusa chessboarder
 * ESTRUTURA HCsF;
 * @package cmbiblio
 */
/*#--- ESTRUTURA HCsF ---#*/
html,body{height:100%;max-width:100%;padding:0;margin:0 !important;scroll-behavior:smooth;}
#page {z-index:1;width:100%;
  position:relative;min-height:100%;
  display:-ms-flexbox;display:-webkit-flex;display:flex;
  -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;
  -webkit-justify-content:space-between;justify-content:space-between;
  -webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;
  align-items:stretch;
  flex-wrap:nowrap;
}
#page > * {margin:0;padding:0;width:100%;
  display:-webkit-flex;display:flex;
  -webkit-flex-wrap:wrap;flex-wrap:wrap;
  -webkit-align-items:stretch;align-items:stretch;
}
#masthead{z-index:1000;top:0;position:fixed;}
#primary{z-index:1;flex-grow:3;}
#colophon{z-index:999;height:auto;}
.hancorage{display:block !important;visibility:hidden;opacity:0;}
/* Seconds */
#secondary{width:25%;min-width:260px;}
.miolo{width:calc(100% - 260px);}
#secondary > * {width:240px;padding:0;margin:0 auto 14px;}
#foot-crawl{display:block;width:90%;}
/* Generics */
.centralizer{margin-left:auto !important;margin-right:auto !important;width:98%;}
.flexed{display:-ms-flexbox;display:-webkit-flex;display:flex;}
.flexcol{-webkit-flex-direction:column;flex-direction:column;}

/*#--- MOBILE ---#*/
@media screen and (max-width:37.5em) {}
/*#--- DESKTOP ---#*/
@media screen and (min-width:37.5em) {
  .centralizer {width:90%;}
}
