@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

*{
	font-family: 'Roboto', sans-serif !important;
}

a{
	color:#6F1370 !important;
}
.logo{
	max-width:130px;
	margin:15px 0px;
}

header #main-menu{
	margin-top:20px;
}
header .menu  a{
	color:#888 !important;
	font-size:14px;
	border-bottom:solid 1px #CCC;
	padding-right:20px;
	height:37px;
}
header .menu .active a{
	color:#6F1370 !important;
	background-color:inherit;
	border-bottom:solid 1px #6F1370;
}

header .submenu  a{
	font-size:13px;
	border-bottom:none;
	padding-right:15px;
}

header .submenu .active a{
	background-color:inherit;
	color:#6F1370 !important;
	border-bottom:none;
}

header .title{
	margin-top:30px;
	text-align: left;
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-size: 35px;
	font-weight: 300;
}
header .title span{
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-size: 35px;
	font-weight: 300;
	color:#444;
}

#div-content{
	background-color:#EEE;
	padding-top:60px;
	padding-bottom:55px;
}

@media screen and (min-width: 401px) and (max-width: 860px) {
	img {
		max-width: 50%;
		padding-right: 15px;
	}
}

@media screen and (max-width: 400px) {
	img {
		max-width: 100%;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.divRightEvents1 {
		padding-right: 0px;
	}
	#divDestaquesDir {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 1023px) {
	#divDestaques {
		margin-bottom: 15px;
	}
	.divRightEvents1 {
		padding-bottom: 15px;
	}
}

@media screen and (min-width: 1024px) {
	.divRightEvents1 {
		padding-left: 0px;
	}

	.divRightEvents2 {
		padding-left: 0px;
	}
	
	#divDestaquesDir {
		padding-right: 15px;
	}
	
	.divHomepageBottom {
		padding: 40px 0px 5px 15px;
	}
}

@media screen and (max-width: 640px) {
	#divDestaquesDir {
		padding-left: 10px;
		padding-right: 10px;
	}
	header .title{
		text-align: center;
		margin-top: 0px;
	}

	header .icon-menu{
		position: absolute;
		top: 10px;
		left: 20px;
	}

	header .icon-menu i{
		font-size: 30px;
		cursor: pointer;
	}

	header #main-menu{
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: red;
	}

	header #div-small-menu{

	}

	header #div-small-menu ul{
		display: table;
		width: 100%;
	}

	header #div-small-menu li{
		display: table-row;
		width: 100%;
	}

	header .submenu li a{
		padding-left: 35px;
	}
	
	header .submenu .active a {
    	border-bottom: solid 1px #6F1370;
    }

	#div-content{
		padding-top:20px;
		padding-bottom:25px;
	}

	/* GALERIA */
	.galeria-listagem:first-child{
    	margin-top: 0px;
    }
    .galeria-listagem{
    	margin-top: 20px;
    }

	.galeria-listagem h5{
		font-size: 0.9rem;
	}
	#slider-pequeno{
		display: none;
	}

	footer h4{
		margin-top: 20px;
		border-bottom: solid 1px #ddd;
	}
}

.content p img{
	margin-top:10px;
	margin-right:15px;
}

.small-highlights img{
	height: 135px;
}

.small-highlights .title{
	background-color: #000000;
	color:#FFFFFF;
	font-size: 14px;
	padding:5px;	
	height:55px;
}

.agenda .header div{
	float:left;
	width:10%;
}
.agenda .header div:first-child{
	text-align: left;
}
.agenda .header div:last-child{
	text-align: right;
}
.agenda .header div.month{
	font-size: 12px;
	width:80% !important;
	text-align: center;
}

.agenda i{
	color:#888;
}
.agenda i:hover{
	color:#000;
}
.agenda .week div{
	float: left;
	width: 14.20%;
	height:38px;
	line-height:38px;
	margin: 0px;
	border-bottom: solid 1px #ccc;
	text-align: center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-size: 12px;
}
.agenda .week div.selected{
	background-color:#823B8B;
	color:#FFF;
}
.agenda .week span.today{
	border: solid 2px #823B8B;
    border-radius: 15px;
    padding: 3px;
}

#agenda-lista{
	min-height: 500px;
}
#agenda-lista .titulo{
	font-size: 14px;
	margin-bottom: 15px;
	color: #823B8B;
	font-weight: bold;
}
#agenda-lista .resumo{
	font-size: 12px;
}

ul.links{
	list-style-type: none;
	margin:0px;
}
ul.links li{
	position: relative;
	padding-bottom:20px;
	font-size:15px;
	padding: 10px 10px 5px 10px;
	margin-bottom:10px;
	color: #fff;
}
ul.links li div{
	color: #333;
	font-weight:bold;
	font-size: 13px;
}
ul.links li i{
	position:absolute;
	bottom:0px;
	right:+3px;
	font-size:19px;
	color:#fff;
}

/*ul.links li.red{
	background-color: #FF5C8D;
	border-bottom: dotted 4px #FF99B8;
}
ul.links li.green{
	background-color: #A1D490;
	border-bottom: dotted 4px #CADEC3;
}
ul.links li.blue{
	background-color: #90C3D4;
	border-bottom: dotted 4px #B3D7E3;
}*/

.formacao .item{
	margin-bottom: 15px;
	overflow: hidden;
	line-height:22px;
}
.formacao .item .image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width:30%;
	height:75px;
	float:left;
}
.formacao .item .title{
	font-size:14px;
	padding: 3px 5px;
	width:70%;
	float:left;
}

.news{
	margin-bottom:40px;
}

.news .title{
	font-size: 18px;
	color:#6F1370;
}
.news .lead{
	font-size: 14px;
}

.read-more a{
	font-size: 13px;
	background-color:#DEDEDE;
	padding:3px 5px;
}
.read-more a:hover{
	background-color:#6F1370;
	color:#FFFFFF !important;;
}

.pagination li.current{
	background-color:#6F1370 !important;
}
footer{
	margin-top:10px;
}

footer .menu li a{
	padding-left:0px;
}

footer h4{
	font-size:15px;
}

footer a{
	font-size:13px;
}

footer .copyright{
	margin-top:10px;
	border-top:solid 1px #DEDEDE;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	font-size:11px;
}

.no-pad-right {
	padding-right: 0;
}
.no-pad-left{
	padding-left: 0;
}

.icon-file{
	font-size: 42px;
}

.width-65px{
	width: 65px;
}

.margin-top-20px{
	margin-top:20px;
}
.margin-bottom-20px{
	margin-bottom:20px;
}


/* galeria */
.galeria{
	overflow:hidden;
}
.galeria .galeria-item{
	float:left;
	width:20%;
	height:75px;
	border:solid 2px #FFF;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.galeria .galeria-item .label{
	width: 100%;
	text-align:center;
	background-color: rgba(100, 100, 100, 0.7);
}
.galeria .galeria-item .label span{
	padding-top:10px;
	line-height:30px;
	color:#fff;
	font-size:16px;
	cursor: pointer;
}

#slider-grande{
	margin-bottom:25px;
}
#slider-grande div{
	margin-right:25px;
}
#slider-pequeno div{
	margin-right:15px;
}

.slick-prev{
	left: 15px !important;
	z-index: 10 !important;
}
.slick-next{
	right: 35px !important;
	z-index: 10 !important;
}

/* arquivo */
div.arquivo{
    text-align: center;
}
.button-group.arquivo .button{
	background-color: #DEDEDE;
	min-width: 100px;
	border-bottom: 1px solid #EEEEEE;
}
.button-group.arquivo .selected{
	background-color: #CECECE;
	min-width: 100px;
	border-bottom: 1px solid #EEEEEE;
}

/* area reservada */
#div-login-erro{
	display: none;
}