/*fixes css*/




@media (max-width: 767px) {

	.title-header>.title {
        font-size: 1.35rem!important;
        line-height: 0.9!important;
        margin: 7px 0!important;
    }

    .title-header>.subtitle {
        font-size: 13px!important;
        line-height: 1.2!important;
        top: 0.3rem!important;
    }

    .title-header {
        padding: 0!important;
    }

    .logo-header-biblioteca > a {
        width: 100px!important;
        height: 100px!important;
        margin: 0 0.6rem!important;
        top: -10px!important;
    }

    #destaque-2 > .container {
        padding: 0px!important;
    }

    body.biblioteca .container {
        padding: 16px 0 8px!important;
    }

    .biblioteca #Mod371 .module-ct {
		padding: 0 1rem;
	}

	.biblioteca #Premiacoes {
		padding: 0 2rem!important;
	}

    h3 {
        font-size: 16px!important;
    }

    .videoCol {
        padding: 2rem 0;
        width: 100%!important;
    }
}

@media only screen and (max-width:325px) {
	.title-header>.title {
		font-size: 1.15rem!important;
	}

	#destaque-2 > div > div > div.span4 {
	    margin-left: 0.4rem;
	    width: 19.3rem;
	}	
}

ul.tags > li {
    margin-bottom: 6px!important;
}

#filter-search{
    margin-bottom: 0!important;
}


.videoCol {
    padding: 2rem 0;
}

.bt-agenda-pos {
    display: none;
}

#top3full{
    display: none;
}

.pos-graduacao div#top3full {
    display: block;
}

.pos-graduacao div a.bt-agenda-pos {
    display: block;
    background-color:#135570;
    width:96.1%;
    font-size: 1.08rem !important;
    margin-left: -12px;
    text-transform:uppercase;
}

.pos-graduacao div a.bt-agenda-pos:hover {
   background-color:#1C7FA9;
 
}