@charset "UTF-8";
/* CSS Document */

/* Ciclos de Estudo */
		
		.ce-header {
			background-color: #0320a1;
			color: #fff;
			padding: 2em;
			height: auto;
			margin-right: 0;
		}

		.ce-header h2, .ec-header h2, .ct-header h2 {
			font-size: 1.5em !important;	
		}
		
		.ce-list {
			margin-left: 0;
			border: 1px solid #0320a1;
			height: auto;
			padding: 2em;
		}
		
		.ce-list p {
			margin-top: .3em;
		}
		
		.ce-list ul {
			padding-left: 1em;
			color: #000;
		}
		
		.ce-list ul a {
			color: #000;
		}
		
		.ce-list ul li {
			padding-bottom:.5em;
		}
		
		.ce-header h2 {
			color: #fff;
			padding-top: 0;
			margin-top: 0;
		}
		
		.ce-header select {
			background-color: #fff;
			color: #000;
			border-radius: 0;
			padding: .8em;
			margin-top: 2em;
			width: 100%;
			border-width: 0;
			
		}
		
		.cc {
			font-size: .9em;
			color: #666;
		}
		
		.cc a {
			color: #666 !important;
		}
		
/* Educação Contínua */	
		.ec-header {
			background-color: #bed4ed;
			color: #000;
			padding: 2em;
			height: auto;
			margin-top: 2em;
		}
		
		.ec-header h2 {
			color: #000;
			padding-top: 0;
			margin-top: 0;
		}
		
		.ec-list {
			border: 1px solid #bed4ed;
			min-height: auto;
			padding: 2em;
		}
		
		.ec-header select {
			background-color: #fff;
			color: #000;
			border-radius: 0;
			padding: .8em;
			margin-top: 2em;
			width: 100%;
			border-width: 0;
		}

		.ec-header p {
			margin-bottom: 2em;
		}
		
		.ec-list select {
			background-color: #fff;
			color: #000;
			border-radius: 0;
			padding: .8em;
			width: 100%;
			border-width: 1px;
			border-color: #000;
			margin-bottom: 1em;
		}
		
		
		.ec-list p {
			margin-top: .3em;
		}
		
		.ec-list ul {
			padding-left: 1em;
			color: #000;
		}
		
		.ec-list ul a {
			color: #000;
		}
		
		.ec-list ul li {
			padding-bottom:.5em;
		}
	
		
/* Catálogo de Cursos */	
		.ct-header {
			background-color: #bed4ed;
			color: #000;
			padding: 2em;
			height: auto;
			margin-top: 2em;
		}
		
		.ct-header h2 {
			color: #000;
			padding-top: 0;
			margin-top: 0;
		}
		
		.ct-list {
			border: 1px solid #bed4ed;
			min-height: auto;
			padding: 2em;
		}
		
		.ct-header select {
			background-color: #fff;
			color: #000;
			border-radius: 0;
			padding: .8em;
			margin-top: 2em;
			width: 100%;
			border-width: 0;
		}
		
		.ct-list select {
			background-color: #fff;
			color: #000;
			border-radius: 0;
			padding: .8em;
			width: 100%;
			border-width: 1px;
			border-color: #000;
			margin-bottom: 1em;
		}
		
		.ct-list p {
			margin-top: .3em;
		}
		
		.ct-list ul {
			padding-left: 1em;
			color: #000;
		}
		
		.ct-list ul a {
			color: #000;
		}
		
		.ct-list ul li {
			padding-bottom:.5em;
		}
		
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
		@media (min-width: 768px) { 

			/* Ciclos de Estudo */
			.ce-header {
				margin-right: -15px;
				height: 400px;
				position: relative;
			}
			
			.ce-header p {
				margin-top: 0;
    			margin-bottom: 1rem;
    			display: block;
    			height: 180px;
    			overflow-y: scroll;
			}
			
			.ce-list {
				margin-left: -15px;
				overflow-y: auto;
				height: 400px;
			}
			
			.ce-header select {
				background-color: #fff;
				color: #000;
				border-radius: 0;
				padding: .8em;
				position: absolute;
				bottom: 2em;
				width: calc(100% - 4em);
				border-width: 0;
			}
			
			/* Educação Contínua */	
			.ec-header {
				height: 360px;
				position: relative;
				padding-bottom: 80px;
			}
			
			.ec-header p {
				overflow-y: scroll;
				height: 150px;
			}
			
/*			.ec-list {
				min-height: 280px;
			}*/
			
			.ec-header select {
				background-color: #fff;
				color: #000;
				border-radius: 0;
				padding: .8em;
				position: absolute;
				bottom: 2em;
				width: calc(100% - 4em);
				border-width: 0;
			}
			
			
			/* Catálogo de Cursos */	
			.ct-header {
				height: 360px;
				position: relative;
				padding-bottom: 80px;
			}
			
			.ct-header p {
				overflow-y: scroll;
				height: 150px;
			}
			
/*			.ct-list {
				min-height: 250px;
			}*/
			
			.ct-header select {
				background-color: #fff;
				color: #000;
				border-radius: 0;
				padding: .8em;
				position: absolute;
				bottom: 2em;
				width: calc(100% - 4em);
				border-width: 0;
			}
			
}

/* Medium devices (desktops, 992px and up) */
		@media (min-width: 992px) { 
			
}

/* Large devices (large desktops, 1200px and up) */
		@media (min-width: 1200px) { 
			/* Ciclos de Estudo */
			.ce-header { 
				height: 400px;
			}
			
			/* Educação Contínua */	
			.ec-header {
				height: 280px;
				padding-bottom: 80px;
			}
			
			.ec-header p {
				overflow-y: scroll;
				height: 110px;
			}
			
			/* Catálogo de Cursos */	
			.ct-header {
				height: 280px;
				padding-bottom: 80px;
			}
			
			.ct-header p {
				overflow-y: scroll;
				height: 110px;
			}
		}

