* {
	margin: 0;
}

html {
	/*font-family: GillSans, Calibri, Trebuchet, sans-serif;*/
	/*font-family: "Roboto", sans serif;*/
	/*font-weight: 300;*/
	/*font-family:Arial, Helvetica, sans-serif; */
	/*font-size: 15px;*/
}

body {
	background-color: #F0F0F0 !important;
}

.resposta {
	padding: 20px 20px 20px 20px !important;
	border-radius: 10px 20px 30px 40px ; 
}

header {
	margin-top: 0px !important;
	margin-bottom: 0px !important;		
	height: 100px !important;
}

.page-footer {
	margin-top: 20px !important;
}

.imgdireita {
	float: right;
}

.imgesquerda {
	position: absolute;
	float: left;
}

.dropdown-content {
	width: 300px !important;
	top: 64px !important ;
}

#pesquisa {
	border: none;
	background-color: #E1E1E1;
	height: 36px;
}

#combosecretarias {
	border: none;
	background-color: #E1E1E1;
	height: 36px;
}

#pesquisageral {
	border: none;
	background-color: #F0F0F0;
	height: 36px;
}

.iframe-container {
	overflow: hidden;
	padding-top: 60%;
	position: relative;
}

.iframe-container iframe {
	border: 0;
	height: 1000px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.modal {
	height: 400px; 
}

.principal iframe {
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
}

.hr2 {
	width: 250px;
	height:1px;
	position:absolute;
	left:10px;
	border:none;
	background:#888;
}

.hidden {
	display:none;
}

.show {
	display:block;
}

.destaque {
	width:50%;
	margin:auto;
	border:1px solid #e5e5e5;
	padding:15px;
}
/*
table {
	font-size: 20px ;
}
*/
.iframe-video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.parallax-container {
	height: 160px;
}

.titulo {
	margin-left: -10px;
}

.botaovideo {
	margin-top: -10px;
	margin-bottom: 40px !important; 
}

@media only screen and (max-width : 992px) {
	header, main, footer {
	padding-left: 0; }
}

.sidenav {
  width: 300px !important;
}

main {
	min-height: 60vh;
	flex: 1 0 auto;
}

.chart {
  width: 100%; 
  min-height: 650px;
}

.row {
  /*margin:0 !important;*/
}

.card {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;

}

.btn {
    text-transform: none !important;
}