*{
	font-family: "Roboto", sans-serif;
}
.padding1{
	padding-top: 80px;
	padding-bottom: 80px;
}
.padding2{
	padding-top: 40px;
}
.text-justify{
	text-align: justify;
}
.title1{
	font-family: "Radio Canada Big", sans-serif;
	color: #005da9;
	margin-bottom: 30px;
	font-size: 50px;
}
.title2{
	font-family: "Radio Canada Big", sans-serif;
	color: #005da9;
	margin-bottom: 10px;
	font-size: 30px;
}
#header{
	padding: 20px 0;
}
#social{
	position: fixed;
	width: 40px;
	top: 40%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
	background: rgba(277, 277, 277, .6);
	padding: 10px 0px 0 5px;
	border-radius: 10px 0 0 10px;
	transition: all .5s ease;
	list-style: none;
}
#social:hover{
	background: #32355f;
	width: 50px;
}
#social ul{
	list-style: none;
	padding: 0;
}
#social ul li{
	padding: 0;
}
#social img{
	width: 30px;
	margin-bottom: -5px;
}
#social img:hover{
	filter: opacity(70%);
}
#logo{
	max-height: 120px;
}
#nav{
	background: #005da9;
	border-bottom: 5px solid #fdc300;
	font-size: 20px;
	position: sticky;
	top: 0;
	z-index: 999;
}
#nav a{
	color: #fff;
	transition: border .5s ease;
	border-bottom: 2px solid #005da9;
}
#nav a:hover{
	color: #ddd;
	border-bottom: 2px solid #fff;
}
#img-mandato{
	background: url("../img/bandeira.jpg") no-repeat right top;
	background-size: cover;
}
#criterios .card-title{
	font-family: "Radio Canada Big", sans-serif;
	color: #005da9;
	font-size: 24px;
	transition: all .8s ease;
}
#criterios .card{
	transition: all .8s ease;
}
#criterios .card:hover{
	background: #005da9;
	color: #fff!important;
}
#criterios .card:hover .card-title{
	color: #fff!important;
	margin-bottom: 30px;
}
#quem-somos{
	background-color: #ddd;
}
#quem-somos .card{
	border:1px solid #005da9;
	border-left-width: 10px;
}
#quem-somos h5{
	color: #005da9;
	font-size: 25px;
	margin-bottom: 20px;
}
#footer{
	background-color: #005da9;
	border-top: 10px solid	#fdc300;
	padding: 30px 0;
	color: #fff;
}
#footer a{
	text-decoration: none;
	color: #fff;
}
#footer a:hover{
	color: #ccc;
}
#logo-footer{
	height: 80px;
}
#republicados{
	max-width: 400px;
	padding: 30px 0
}
.deputado{
	overflow: hidden;
	position: relative;
	height: 200px;
	border-radius: 10px;
	border: 1px solid #005da9;
	padding: 20px;
	border-left-width: 10px;
	transition: all .5s ease;
	background-color: #fff;
}
.deputado img{
	position: absolute;
	top: 0;
	right: -50px; 
	transition: all .5s ease;
	z-index: 0;
}
.deputado:hover img{
	transform: scale(1.1);
}
.deputado:hover{
	border-color:#00354c;
}
.deputado span{
	font-size: 24px;
	color: #005da9;
	font-weight: bolder;
}
.btn-ficha{
	background-color: #005da9;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	padding: 5px 20px;
	text-decoration: none;
	margin-top: 30px;
	transition: all .6s ease;
}
.btn-ficha:hover{
	background-color: #5a5a5a;
}
#participantes{
	background: rgb(48,85,99);
	background: linear-gradient(45deg, rgba(48,85,99,1) 0%, rgba(26,133,211,1) 100%);
}
#participantes .title1{
	color: #fff;
}
#contato label{
	font-weight: bold;
}
@media (max-width: 992px){
	.title1{
		font-size: 40px;
	}
	.padding1{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#header{
		text-align: center;
	}
	#logo{
		max-height: 80%;
	}
	#nav{
		position: static;
	}
	#republicados, #logo-footer{
		max-width: 80%;
		height: auto!important;
	}
	.mc-m, #social{
		text-align: center;
		margin-bottom: 10px;
	}
	.padding2{
		padding-bottom: 40px;
	}
}