/* Small devices (tablets) */
@media (max-width: 768px) {

	.header-gob-DF-logo, .header-sobsec-logo {
		display: none;
	}
	.header-system-name {
		display: block;
		width: 100%;
	}
	header h1 {
		font-size: 1rem!important;
		margin: 0;
		padding: 0.5rem;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 769px) and (max-width: 992px) {

}
