@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic);

body::-webkit-scrollbar {
	display: none; /* Oculta el scrollbar */
	scrollbar-width: none;
	font-family: "Roboto" sans-serif;
}

.header {
	background: #17499F;
	padding: .4rem;
	color: #fff;
	font-weight: bold;
}

	.header .logo {
		width: 100px;
		height: 100px;
	}

	.header .imgPerson {
		width: 60px;
		height: 60px;
		border: #fff solid 3px;
		border-radius: 50%;
	}

	.header h4 {
		font-size: .9rem;
		color: #fff;
	}

	.header .header-info-text p {
		text-align: start;
		color: #fff;
		margin-top: -2px;
		margin-bottom: -3px;
		text-decoration: none;
		font-weight: 400;
	}

@media (max-width: 768px) {
	.header .imgPerson {
		width: 50px;
		height: 50px;
		border: #fff solid 2px;
	}

	.header .logo {
		width: 70px;
		height: 70px;
	}

	.header h2 {
		font-size: .7rem;
	}

	.header h4 {
		font-size: .5rem;
	}

	.btn-text {
		display: none;
	}
}


.upper {
	text-transform:uppercase !important;
}