@charset "utf-8";
/* CSS Document */

.display-bg{
	background: url(header.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
  color: #46831e;
}

img.display-title {
  max-height: 180px;
}

#cursos-oferecidos h4 {
	margin-bottom: 1.0rem;
	margin-top: 2.2rem;
}

#cursos-oferecidos .card-header {
  padding: 0.25rem 0.5rem;
}

#cursos-oferecidos .card-header h2 button{
	font-size:1.2rem;
}
#cursos-oferecidos p, #cursos-oferecidos ul{
margin: 0;
}


