html, body {
   margin: 0;
   padding: 0;
   height: 100%;
}

.naranja{
    color : black;
    --bs-table-bg : #F4D03F;
}

.azul{
    color : black;
    --bs-table-bg : #5DADE2;
}

.verde{
    color : black;
    --bs-table-bg : #ABEBC6;
}

.amarillo{
    color : black;
    --bs-table-bg : #D2B4DE!;
}

.rojo{
    color : black;
    --bs-table-bg : #E6B0AA!important;
}

.fondo{
	top:0;
	left:0;
	margin:0;
	width:100%;
	height:100%;
	position:absolute;
	opacity:.8;
}

.menu{
	position:relative;
}

.card-sombra {
    box-shadow: 30px 50px 90px 30px rgba(0,0,0,.8), 0 6px 20px 0 rgba(0,0,0,.1);
    /*transition: all .55s ease-in-out;*/
}

