@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap');
body{
	background-color: #403aff;
	font-family: 'Comfortaa', 'arial';
}
header{
	background: white;
}
.logo{
	height: 120px;
	margin: auto;
	display: block;
}
.menuPrinLk:link, .menuPrinLk:visited{
	color: #6d6bb1 !important;
	text-decoration: none;
}
.menuPrinLk:hover{
	color: black !important;
	text-decoration: inline;
}
.linkLoc, .linkLoc:visited, .linkLoc:active{
	color: white !important;
	background-color: #5300b7;
}
.linkLoc:hover{
	background-color: #06b700 !important;
}
.titulos{
	font-size: 1.9em;
	background-color: darkorange;
	color: white;
	padding: 9px 20px;
	font-weight: bold;
	font-family: Verdana;	
}
.lkCat, .lkCat:visited{
	text-align: center;
	text-transform: capitalize;
	color: #292828;
	padding: 5px 10px;
	background-color: #00ffe7;
	margin: 3px;
}
.lkCat:hover{
	color: white;
	background-color: #ff00cb;
	text-decoration: none;
}
footer{
	background-color: #2e2b8f;
	color: #b2b0e6;
}
a.lkfooter:link, a.lkfooter:visited{
	color: #b2b0e6 !important;
	text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: ">" !important;
	color: white !important;
}
.breadcrumb-item.active{
	color: #aba9ff !important;
}
.fondo-datos{
	position: relative;
}
.fondo-datos .ptr{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('/img/fondo-datos.png');
	background-size: cover;
	background-repeat: repeat;
	z-index: 89;
	opacity: .6;
}
.bg-resalt{
	background-color: #e9fbe9 !important;
}