
@media only screen and (max-width: 1370px){
	html{
		font-size: 13px;	
	}
	
	.navbar ul:not(#userMini){
		padding-left: 60px !important;	
	}
	
	#content{
		margin-top: 100px;	
	}
	
	#miscompetencias, #historial{
		font-size: 2rem !important;	
	}
	
	.chatMsgContainer, .newChatMsg{
		max-width: 350px !important;	
	}
	
	.bg16{
		background-size: 65% auto;	
	}
	
	.fantasyCoins img{
		width: 50%;	
		max-width: 200px;
	}
    
    .navbar .navbar-brand > :last-child{
        max-width: 20rem;
    }
}


@media only screen and (max-width: 1280px){
    .navbar ul:not(#userMini){
        padding-left: 10px !important;
    }
    
    .navbar .navbar-brand > :last-child{
        max-width: 15rem;
    }
    
    #navbarSupportedContent{
        max-width: 50%;
    }
}