/* RESET */
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}li,ul{list-style-type:none}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0;text-decoration:none}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid rgba(0,0,0,.1);margin:1em 0;padding:0}input,select{vertical-align:middle}

/*

yellow          #FFA645
green           #3FB28E
blue            #29abe2
red             #F7464A
pseudowhite     #b4c0d3

*/

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

body {
  background: #141619;
  color: #b4c0d3;
  font-family: 'flamabook', arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height:1.2;
  font-size: 16px;
}

ul {
    list-style-type: none;
    margin: 30px 0;
}

li {
    margin: 10px 0;
}

li.changed {
   font-family: 'flamabold';
}

#wrap {
  width: 970px;
  margin: 0 auto;
  margin-bottom: 100px;
}

ul.statusMinisterio {
  margin: 30px 0 30px 0;
}

section.fontes {
  margin-top: 16px;
  font-size: 12px;
}

section.fontes a {
  color: #b4c0d3;
  opacity: 0.4;
}

section.fontes a:visited{
  color: #b4c0d3;
  opacity: 0.4;
}

.item p {
  margin-top: 50px;
  font-size: 14px;
  padding-right: 60px;
  border: solid 2px;
  padding: 20px;
  width: calc(100% - 30px);
  line-height: 1.5;
}

/* CLASSE DE TRANSIÇÃO ANIMADA */
.trans03 {
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}


/* MARCA ESTADÃO */
.logo-estadao {
    font-family: 'Marcas Estadão';
    position: relative;
    top: 1rem;
    font-size: 2rem;
    color: #b4c0d3;
}
.logo-estadao > a {
    color: inherit;
}
.logo-estadao > a:before {
    content: "";
}

#caixaLinhas {
  position: absolute;
  top: 0;
  left: 0;
}

.linhas {
  stroke-width: 2px;
}

#caixaConectores {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.conectores {
  stroke: #B4C0D3;
  stroke-width: 2px;
  opacity: 0;
}

/* TITULO E LINHA FINA */
h1 {
  text-transform: uppercase;
  font-family: 'flamabold';
  font-size:48px;
  margin-bottom: 12px;
}

h1 span {
  font-weight: normal;
  text-transform: uppercase;
  opacity: 0.4;
}

p.callToAction {
    text-transform: uppercase;
    font-family: 'flamabold';
}
.row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 64px 0;
}

.colunaDireita {
    -webkit-flex: .65;
    -ms-flex: .65;
    flex: .65;
    /*padding: 1em;
    border: 1px solid white;
    */
}

.colunaEsquerda {
    -webkit-flex: 1.35;
    -ms-flex: 1.35;
    flex: 1.35;
    /*padding: 1em;
    border: 1px solid white;
    */
}

/* LEGENDA */
#chartLegend{
  margin-top: 40px;
}
#chartLegend span{
  margin: 0 3px 0 20px;
}
#chartLegend span:first-child{
  margin-left: 2px;
}
#chartLegend img{
  width: 18px;
  vertical-align: top;
}

ul#legenda {
    list-style: none;
    padding:0;
    margin:0;
    text-align: right;
}

ul#legenda li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

ul#legenda li:after { content: ' ■'; font-size: 24px; line-height: 16px; }
ul#legenda li:nth-child(1):after { color: #FFA645; }
ul#legenda li:nth-child(2):after { color: #3FB28E; }
ul#legenda li:nth-child(3):after { color: #29abe2; }
ul#legenda li:nth-child(4):after { color: #F7464A; }
          
text#legendaGrafico {
  /*display: none;*/
}

/* CHART DE BARRAS */
#chart-barras g {
  cursor: pointer;
}

#chart-barras g:hover {
  opacity: 0.5 !important;
}

#credits{
  border-top: 1px dotted #555;
  margin-top: 3rem;
  padding-top: 2rem;
  color: #555;
  font-size: 14px;
}


/* ANIMAÇÃO DE PATH SVG */
#linhasGradiente path {
  stroke-dasharray: 10;
  stroke-dashoffset: 100;
  animation: dash 20s linear infinite;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}


/* NAVEGACAO */
.owl-theme .owl-controls .owl-buttons div {
    width: 60px;
    height: 60px;
    font-size: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #fff;
    position:fixed;
    top: 50%;
    margin-top:-30px; 
    display: none; 
}

.owl-prev { left: 0; background: url(../img/left.svg) no-repeat center center !important; }

.owl-next { right: 0; background: url(../img/right.svg) no-repeat center center !important; }


/* INFOS GERAIS */
#info {
  border-top: 1px solid rgba(255,255,255,0.33);
  margin-top: 60px;
  padding-top: 60px;
}

#info > div {
  list-style-type: none;
  display: none;
}

.owl-prev {
  display: none;
}

.owl-next {
  display: none;
}

.bio {
  font-family: 'flamabold';
}

.bio img {
  border-radius: 50%;
  border: 4px solid #F7464A;
  width: 200px;
  display: block;
}
.item {
  margin: 5px;
  color: #b4c0d3;
}

.item h2 {
  text-transform: uppercase;
  padding-top: 18px;
}

.item h4 {
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'flamabook';
  opacity: 0.4;
}

.item img {
  width: 112px;
}

.pastas {
  clear: both;
  display: block;
  font-family: 'flamathin';
  font-weight: 100;
  font-size: 100px;
}

.pastas:after {
  content: 'Pastas';
  text-transform: uppercase;
  font-family: 'flamabold';
  font-weight:bold;
  font-size: 18px;
  opacity: 0.5;
  display: block;
  line-height: 0;
  color:#b4c0d3;
}

li.secretarias {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
}

li.secretarias:after { 
  content: ' [ + ]';
}


/* INFOS YELLOW */
.item.yellow img { border-color: #FFA645; }
.item.yellow .pastas, .item.yellow h2, .item.yellow li.changed { color: #FFA645; }


/* INFOS GREEN */
.item.green img { border-color: #3FB28E; }
.item.green .pastas, .item.green h2, .item.green li.changed { color: #3FB28E; }

/* INFOS BLUE */
.item.blue img { border-color: #29abe2; }
.item.blue .pastas, .item.blue h2, .item.blue li.changed { color: #29abe2; }

/* INFOS RED */
.item.red img { border-color: #F7464A; }
.item.red .pastas, .item.red h2, .item.red li.changed { color: #F7464A; }

/* INFOS DARK BLUE */
.item.blue-dark img { border-color: #3F6DB2; }
.item.blue-dark .pastas, .item.blue-dark h2, .item.blue-dark li.changed { color: #3F6DB2; }


/* INFOS LADOS */
.item.ladoDireito { text-align: left; }
.item.ladoDireito img { margin-right: 26px; float: left; }
.item.ladoEsquerdo { text-align: right; }
.item.ladoEsquerdo img { margin-left: 26px; float:right; }


@media all and (max-width: 1024px) {
  .owl-prev, .owl-next {
    display:none;
  } 
}