@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');


* {	
	font-family: 'Verdana', sans-serif;
	font-size: 0.9rem;
}

.navbar-light .navbar-toggler {
	border-color:none!important;
}

.navbar-light .navbar-toggler > i {
	color:black!important;
	font-size: 2rem!important;
}

.h1-new {
	font-family: 'Anton', sans-serif!important;
	text-transform: uppercase;
	color: black;
	letter-spacing: 1px;
	font-size: 1.65rem!important;
}

h2 {
	font-size: 1.2rem!important;
	font-family: 'Verdana', sans-serif!important;
}

.nav-item > .new, .dropdown-menu > .new {
	font-family: 'Verdana', sans-serif!important;
	color: black!important;
	font-size: 1rem;
	letter-spacing: 0.5px;
}

.dropdown-menu > .new {
	font-size: 0.9rem!important;
}

.correcto, .incorrecto {
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	background: #06e220;
	color: white;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	z-index: 9999;
}

.incorrecto {
	background: #dd3333;
}

.card-header {
	background:#EFEDE0!important;
}

.card-header button {
	color: black;
	font-size: 1.1rem;
	font-weight: bold;
}

.table-responsive {
	border: 2px solid #000!important;
}

.btn-cambio {
	position: fixed;
	bottom: 10px;
	left: 10px;
	background:#001A24;
	color: #EFEDE0;
	padding: 5px 15px;
	z-index: 9999!important;
	font-family: 'Verdana', sans-serif!important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9rem;
}

.btn-cambio:hover {
	color: #EFEDE0;
}