﻿.sofia {
	font-family: "Sofia Sans Semi Condensed", sans-serif;
	font-optical-sizing: auto;
}

html {
	font-size: 15px !important
}

body {
	/*background-color: #042c46;*/
	background-color: var(--fondo-claro);
	overflow-y: auto !important;
	display:grid;
	place-items:center;
}

	body::after {
		content: '';
		position: absolute;
		display: none;
		top: 2.5em;
		z-index: 1050;
		background-color: #dd2222aa;
		color: white;
		transform: rotate(-45deg);
		left: -5.5em;
		opacity: 1;
		user-select: none;
	}

.futer {
	position: fixed;
	height: 2em !important;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: lightgray;
	color: #2E3092;
	font-size: 1em !important;
}

.navbar {
	display: none !important;
}

:root {
	--austral-bg: #2E3092;
}

.austral-bg {
	background-color: var(--austral-bg);
}

.text-austral {
	color: var(--austral-bg);
}
	.container-fluid .row:nth-of-type(2) {
	margin-top: 0 !important;
}
