@font-face {
	font-family: 'times';
	src: url('../fonts/times.ttf');
} 
html {
	width: 100%;
	min-height: 100%;
}
body {
	margin:0 auto;
	font-family: "times", Helvetica, Arial, serif !important;
	font-size: 16Px;
	color: #292929;
}
.ir-arriba {
	display:none;
	padding:20px;
	background:#2174cf;
	border:1Px solid #fff;
	border-radius: 25%;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
	z-index:1000;
}
.row li {
	margin-top: 10Px;
	margin-bottom: 10Px;
}
.page {
  position: relative;
  overflow: hidden;
  min-height: 100vh !important;
}
.page-footer-default {
	width: 100%;	
	margin:0;
	padding: 20px 0 17px;
	background-color: #2174cf;
}
h5 {
  font-size: 1.1rem !important;
}
.nav-link {
	color: #fff !important;
	font-family: "times", Helvetica, Arial, serif !important;
	font-size: 1.4vw !important;

	text-transform: uppercase;
} 
.nav-link.active {
	color: yellow !important;	
}
.me-auto {
  margin-right: auto !important;
  margin-left: auto;
}
.titulo1 {
	color:#fff;
	text-align:justify;
}
@media (max-width: 1024px) {
	.nav-link {
		font-size: 1.75vw !important;
	}
	.titulo1 {
		text-align:center;
	}	
}
@media (max-width: 600px) {
	.nav-link {
		font-size: 3.75vw !important;
	}
	.titulo1 {
		text-align:center;
		padding-top: 5Px;
	}	
}
