/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    /* footer */
    position: relative;
    min-height: 100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #4d4d4f;
    padding: 0.2em 0;
}


/* ==========================================================================
   Fontes
   ========================================================================== */

@font-face {
    font-family: 'flamabook';
    src: url('../fonts/flama-book-webfont.eot');
    src: url('../fonts/flama-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/flama-book-webfont.woff') format('woff'),
         url('../fonts/flama-book-webfont.ttf') format('truetype'),
         url('../fonts/flama-book-webfont.svg#flamabook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'flamamedium';
    src: url('../fonts/flama-medium-webfont.eot');
    src: url('../fonts/flama-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/flama-medium-webfont.woff') format('woff'),
         url('../fonts/flama-medium-webfont.ttf') format('truetype'),
         url('../fonts/flama-medium-webfont.svg#flamamedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
    font-family: 'flamabook';
    color: #fff;
    background: #004e60;
    margin: 0 0 100px; /* bottom = footer height */
    /*background: url(../img/background.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

#header {
    position:fixed; 
    /*background: rgba(255,255,255,0.9);*/
    /*min-width: 970px;*/
    top: 0;
    width: 100%; 
    height: 34px; 
    z-index: 10;
    -webkit-box-shadow: 0px 0px 10px 0px #000; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
            box-shadow: 0px 0px 10px 0px #000; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
    /*-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.3);*/
}

#siteBar, #mobileBar {
  background: #4d4d4f;
  width:100%;
  height:34px;
  left: 0px;
  position:absolute;
  top:0;
  z-index:101;
  text-align:center;
}

#siteBar {
  min-width:970px;
}

#mobileBar {
  display:none;
  min-width:100%; 
}

#mobileBar a {
  display:block;
  width: 121px;
  height: 25px;
  margin: 3px auto 0;
  background: url('../img/logo_estadao.png') no-repeat center center;
}

#mobileBar a:hover {
  opacity: 0.7;
}

#passLogo {
  width: 50px; /* width: 61px;*/
  margin: -32px 20px -17px 0;
}

#titleWrapper {
  width: 100%;
  padding: 25px 25px;
}

#titleWrapper > div {
  max-width: 890px;
  margin: 0 auto;
}

#title {
    position: relative;
    font-size: 32px;
    text-transform: uppercase;
    color: #FFF;
    text-align: left;
    max-width: 890px;
    margin: 0 auto;
    padding: 20 25px;
    display: inline-block;
}
#title span {
    color: #00B7C4;
}

h4 {
  color: #fff;
}

a.btn {
  text-decoration: none;
  color: #68CAD8;
  padding: 5px 10px;
  border: 2px solid #68CAD8;
  display: inline-block;
  background-color: rgba(0,0,0,0.2);
}

a.btn:hover {
  background-color: rgba(0,0,0,0.4);
  color: #fff;
}


/* Accordion */
* { 
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

.acc-container {
  position:relative;
  width:100%;
  margin: 0 auto;
  /*-webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border-radius:8px;*/
  overflow:hidden;
}

.acc-btn { 
  width:100%;
  margin:0 auto;
  padding: 12px 25px;
  display:block;
  background:#68CAD8;
  border-bottom:1px solid #0C8C96;
}

#sidebarNav ul {
  padding:0;
  text-align: left;
}

#sidebarNav li {
  display:block;
  display: block;
  background: #57b1bf;
  margin: 0;
  height: 47px;
  line-height: 47px;
  padding: 0 10px;
  color: #fff;
  border-bottom: 1px solid #0C8C96;
}

#sidebarNav a.current li {
  background: #EFBB54;
}

#sidebarNav a.current:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #EFBB54;
  float: right;
  margin-right: -10px;
  margin-top: -34px;
}

#sidebarNav ul {
  border-top:1px solid #0C8C96;
}

.sidebarIcon {
  width: 38px;
  margin-right:5px;
}

.accIcon {
  width: 38px;
  margin: -6px 10px 0 -10px;
  height:100%;
  float:left;
}

#desc {
  padding: 0 20px;
  font-size: 14px;
  text-align: left;
}

#desc p {
  /*border-bottom: 1px solid #57b1bf;*/
  padding: 0 0 20px;
}

#desc a {
  color: #fff;
  text-decoration: none;
  padding: 8px;
  border: 1px solid #0C8C96;
  background: #57b1bf;
  display:block;
}

#desc a:hover {
  background: #EFBB54;
}


#sidebarNav a {
  text-decoration: none;
}

#sidebarNav a:hover li {
  background: #efbb54;
}

.acc-btn:before {
  content: "+";
  font-size:1.5em;
  line-height:18px;
  float:right; 
  -webkit-transition: transform 0.3s ease-in-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: transform 0.3s ease-in-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.acc-btn.active:before {
  -webkit-transform:rotate(-225deg);
  -moz-transform:rotate(-225deg);
  transform:rotate(-225deg);
}

.acc-content {
  height:auto;
  display: none;
  width:100%;
  margin:0 auto;
  overflow:hidden;
  background:#004E60;
  padding: 20px 25px;
}

.acc-content-inner, #creditos > div {
  /*padding:30px;*/
  max-width: 890px;
  margin: 0 auto;
}

footer#creditos {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    padding:0 25px;
    background: rgba(0,0,0,0.1);
    font-size:12px;
    display: table;
    text-align: center;
}

footer#creditosMobile {
    height: 100px;
    width: calc(100% + 50px);
    margin-left: -25px;
    padding:0 25px;
    background: rgba(0,0,0,0.1);
    font-size:12px;
    display: table;
    text-align: center;
}

.creditosTable {
    text-align: left; 
    margin:0 auto;
}
.creditosTable td {
    padding: 0 5px;
}

.creditosTable td:first-child {
    text-align: right;
    font-family: 'flamamedium';
}

#creditos > div{
  display: table-cell; 
  vertical-align: middle;
  color: rgba(255,255,255,0.5); 
}

#creditosMobile div div {
  padding-top: 30px;
  color: rgba(255,255,255,0.5); 
}

.open {
  display:block;
}

.acc-container h1 {
  font-size: 18px;
  color:#fff;
  max-width: 890px;
  margin: 0 auto;
}

p { 
  font:400 14px;
  color:#fff;
}

.resp {
  max-width: 100%;
  padding: 20px 0;
  display: block;
  margin: 0 auto;
}

.pass-emissoes {
    padding: 0;
    margin: 0;
}
.pass-emissoes li {
    list-style-type: none;
    margin-bottom:4px;
    color: #fff;
}
.pass-emissoes li p {
    float: left;
    width: 70px;
    margin: 0;
}
.pass-emissoes li > div {
    width:calc(100% - 70px);
    display: inline-block;
}

.pass-emissoes li div.barra {
    background-color: #EFBB54;
    text-align: right; 
    padding: 0 5px;
    border-radius: 5px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
}

ul:not(.pass-emissoes) li:not(.simples), ol li:not(.simples) {
  margin-bottom: 30px;
  color: #EFBB54;
  font-family: 'flamamedium';
}

li * {
  font-family: 'flamabook';
}

blockquote {
  padding: 0 0 0 40px;
  margin: 0;
  border-left: 5px solid rgba(0,0,0,0.2);
}

.left {
    float: left;
    width: 50%;
    padding-right: 20px;
}
.right {
    float: right;
    width: 50%;
    padding-left: 20px;
}
img {
    max-width: 100%;
    height: auto;
}
.group:after {
    content:"";
    display: table;
    clear: both;
}

.group {
  clear:both;
}
#mobileBar {
  display:none;
}

footer#creditosMobile {
  display:none;
}

@media all and (max-width: 640px) { /* se for menor  */
    .left, .right {
        float: none;
        width: auto;
        padding: 0;
    }
}

@media all and (max-width: 1080px) { /* se for menor  */
    #passLogo {
        display: none;
    }
}


@media all and (max-width: 999px) { /* se for menor: SEM SIDEBAR   */
    #siteBarWrap {
      display:none;
    }
    #mobileBar {
      display:block;
    }
    #sidebar {
      display:none;
    }
    .mainpage {
      position:relative;
      top: 34px;
    }
    .acc-btn:hover {
      cursor: pointer;
      background: #EFBB54;
    }
    #passLogo {
      display: none;
    }
}

@media all and (min-width: 1000px) { /* se for maior: COM SIDEBAR  */
    #siteBarWrap {
      position: fixed;
      width: 100%;
    }
    .acc-container {
      width: calc(100% - 300px);
      left: 300px;
      min-height: 100% !important;
      /* top: 34px; */
      position: absolute;
      display: block;
      overflow: scroll;
      padding: 0 25px;
    }
    .accIcon {
      display: none;
    }
    .acc-btn {
      padding: 10px 0 !important;
      max-width: 890px;
      margin: 0 auto;
      padding: 12px 25px;
      display: block;
      background: none;
      border:none;
      border-top: 4px solid #0C8C96;
    }

    .acc-btn:hover {
      cursor: default;
      background-color: none;
    }
    .acc-btn:before {
      content: "";
    }

    .acc-content {
      display:block !important;
      padding: 0 0 25px;
    }
    
    #sidebar {
      width: 300px;
      height: 100%;
      background: #68cad8;
      position:fixed;
      top: 34px;
      text-align: center;
    }

    #cavalo {
      width: 50px !important;
      margin-top: 20px;
    }

    .mainpage {
      margin-left: 300px;
      margin-top: 32px;
    }
    footer#creditos {
      display:none;
    }
    footer#creditosMobile {
      display:block;
    }
}

.tg     {border-collapse:collapse;border-spacing:0; color: #fff; text-align: left; width:100%;}
.tg td  {padding:10px 15px;word-break:normal;}
.tg tr  {border-bottom: 1px solid rgba(0,0,0,0.2);}
.tg th  {padding:10px 15px;word-break:normal;background-color:#EFBB54}


.bold { font-family: 'flamamedium'; }
.color { color: #EFBB54; }
.smaller { font-size: 12px; color:rgba(255,255,255,0.6);}




/* ==========================================================================
   Redes Sociais
   ========================================================================== */

#shareBar{
  /*
  position: absolute;
  top: 38px; 
  right: 2.2em !important;
  */
  width: 120px; height: 40px;
  float:right;
  margin: 0 0 70px;
}

#shareBar a{
  display:block; float:left;
  text-decoration: none;
  width: 30px; height: 30px;
  margin-left: 10px;
  background: transparent url('https://infograficos.estadao.com.br/geral/img/social-icons-round.png') no-repeat center top;
}
#shareBar a span{
  display: block;
  text-decoration: none;
  text-align: center;
  color: #999;
  font-size: 11px;
  font-weight: bold;
  margin-top: 40px;
}
#shareBar a#btFbShare{ background-position: -40px 0; margin-left: 0; }
#shareBar a#btFbShare:hover{ background-position: -40px -40px; }
#shareBar a#btGPlusShare{ background-position: -80px 0; }
#shareBar a#btGPlusShare:hover{ background-position: -80px -40px; }
#shareBar a#btTwitterShare{ background-position: 0 0; }
#shareBar a#btTwitterShare:hover{ background-position: 0 -40px; }

/* min-width */ 
@media all and (max-width: 692px) { 
  #shareBar { 
   position: relative;
   float:left;
   margin: 20px 0 50px;
  }
  #shareBar a span{
  display: none;
} 

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
