body {
	margin-left: 20px;
	margin-right: 20px;

}

html, div {
	background-color: #F9F4F4;
}

#header1 h1, h2, h3 {
  text-align: center;
  margin-bottom: 0px;
}

h1 {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 4em;
}

h2 {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 2em;
}

h3 {
  font-family: 'Roboto Slab', serif;
  font-weight: lighter;
}

#container1 {
	padding-top: 70px;
}

#container1 h4 {
	font-family: 'Open Sans', sans-serif;
	margin-left: 17px;
}


 /*graifco de barras 1*/

  .g-hed {
  	text-align: left;
  	text-transform: uppercase;
  	font-weight: bold;
  	font-size:22px; 
  	margin: 3px 0;
  }

  .g-source-bold {
    text-align: left;
    font-size:10px;
    font-weight: bold; 
  }

  .g-source {
    margin: 10px 0;
  }

  .g-source-bold {
    text-align: left;
    font-size:10px; 
  }

  .g-intro {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
  }

  .g-num {
    fill:#B62D5B;
  }

  .g-num:hover {
    fill: #63092B;
  }


  .g-num2 {
    fill-opacity: 0.7
  }


  .g-num2:hover {
    fill-opacity: 1
  }



  .g-labels {
    font-family: 'Open Sans', sans-serif;
    fill: black;
    font-weight: bold;
    font-size: 13px;
  }

  .curso {
    font-family: 'Open Sans', sans-serif;
    font-weight: "light";
  }

  .label_curso:hover {
    font-weight: "bold";
  }

.g-chart {
	margin-right: 20px;
}
 

  .axis line {
    fill: none;
    stroke: #ccc;
    stroke-dasharray: 2px 3px;
    shape-rendering: crispEdges;
    stroke-width: 1px;
  }

  .axis text {
    font-family: 'Proxima-Nova', sans-serif;
    font-size: 13px;
    pointer-events: none;
    fill: #7e7e7e;
  }

  .domain {
		display: none;
  }

  .y.axis text {
    text-anchor: end !important;
    font-size:14px;
    fill: #000000;
  }

  .y.axis line {
    display: none;
  }

  .g-baseline line {
    stroke:#000;
    stroke-width: 1px;
    stroke-dasharray:none;
  }

#container2 {
	padding-top: 30px;
}

#container2 h4 {
	font-family: 'Open Sans', sans-serif;
}

.d3-tip {
        line-height: 1;
        padding: 8px;
        background: rgba(100, 100, 100, 0.7);
        color: #fff;
        border-radius: 2px;
        font: 12px sans-serif;
    }
    /* Creates a small triangle extender for the tip */
.d3-tip:after {
        box-sizing: border-box;
        display: inline;
        font-size: 10px;
        width: 100%;
        line-height: 1;
        color: rgba(100, 100, 100, 0.7);
        content: "\25BC";
        position: absolute;
        text-align: center;
    }
    /* Style northward tooltips differently */
.d3-tip.n:after {
        margin: -1px 0 0 0;
        top: 100%;
        left: 0;
    }



#container3 {
  margin-top: 10px;
}

#container3 h4 {
  font-family: 'Open Sans', sans-serif;
  margin-left: 17px;

}

#container4 {
  margin-top: 10px;
}

#container4 h4 {
  font-family: 'Open Sans', sans-serif;
  margin-left: 17px;
  margin-right: 10px;

}

#chart_2 {
  margin-left:17px;
  margin-right: 10px;
}