/*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;
	}
}

@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;
	}	
}