*{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
	font-family: 'Indie Flower', cursive;
	fon
}
/*VERIFICAR SI ES NECESARIO*/
body {
	width: 100%;
	/*max-width: 100rem;*/
	min-width:16rem;	
}

.banner{
	margin: auto;
	height: 7rem;
	font-size: 1rem;
	color: #c84958;
	background: whitesmoke;
	/*opacity: 0.95;*/
	display: none;
	font-family: 'Cabin Sketch', cursive;
	justify-content: center;
	margin:1rem 1rem 0 1rem; 
	box-shadow: 0 0.25rem 0.25rem #484848;
	border-radius: 0.2rem 0.2rem 0 0;
	border:0.04rem solid silver;
}

header{
	position: sticky;
	display: flex;
	/*flex-direction:column;*/
	top: 0;
	/*margin: auto;*/
	background-color: whitesmoke;
	box-shadow: 0 0.25rem 0.25rem #484848;
	height: 4rem;
	align-items: center;
	justify-content: flex-end;
	margin:0.4rem 0.5rem 0 0.5rem;
	border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
	border:0.07rem solid silver;
}

div.navegacion {	
	display: flex;
	align-items: center;
	height: 100%;
	font-family: 'Baloo', cursive;
	width: 100%;
	max-width: 100rem;
	justify-content: flex-end;
}
/*SE OCULTAN LOS CHECKBOX DEL MENU Y SUB MENU*/
#btnmenu{display: none;}
#btnsubmenu{display: none;}
/****************************************/

/*UBICACION Y ESPACIO PARA EL ICONO DE MENU*/
div.navegacion > label {
	order:30;
	height: 2rem;
	flex-basis: 4rem;
	padding-top: 0.5rem;
	/*background: #;*/
	/*opacity: 0.95;*/
	border-left: 0.07rem solid #212121;
}
/****************************************/

/*CONFIGURACION DE LAS BARRAS DE MENU*/
.b1, .b2 {
width: 1.5rem;
background: #212121;
height: 0.07rem;
border-radius: 2rem;
transition: all 0.5s;
}
.b1 {	margin: 0.2rem 0.6rem 0rem 1.1rem;}
.b2 {	margin: 0.5rem 0.6rem 0rem 1.1rem;}
/****************************************/

/* EL LOGO DE LA PAGINA (32px)*/
.logo { 
	flex-grow:1;
	display: flex;
	text-align: center;
	height: 100%;
	order:20;
	background: whitesmoke;
	margin: auto;
}
/****************************************/

.circle {
	width: 34px;
	height: 34px;
	background: #212121;
	border-radius: 17px;
	box-shadow: 0 0.0625rem 0.0625rem #484848;
	margin: auto;
}

/*MENU DE NAVEGACION*/
nav {
	background: whitesmoke;
	position: absolute;
	width: 100%;
	max-height: calc(100vh - 4.5rem);
	top: -300vh;
	transform: rotate(180deg);
	transition: all 0.5s;
	border-radius:  0.2rem 0.2rem 0.2rem 0.2rem;
	order:50;
	overflow-y: scroll;
	font-family: 'Baloo', cursive;
	box-shadow: 0 0.5rem 0.5rem #484848;
	/*transform: translateX(-75vw);*/
	border:0.05rem solid silver;
}
/*************************************/

/*BOTONES DEL MENU DE NAVEGACION*/
li.menu_item {
	height: 3rem;
	/*display: block;*/
	transition: 0.3s;
	box-shadow: 0 0.125rem 0.125rem #484848;
	margin: 0.5rem 1rem;
	/*text-align: center;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	background: #f0f0ff;
}
/**********************************************/

/*TEXTO DE LOS BOTENES DEL MENU DE NAVEGACION*/
li.menu_item a {
	padding-left: 1rem;
	padding-right: 1rem;	
	color: #212121;
	text-transform: uppercase;
	font-size: 1rem;
	display: flex;
	align-items: center;
	font-family: 'Baloo', cursive;
	height:3rem;
}
/**********************************************/

/*ORGANIZACION DEL ENLACE SUBMENU*/
.submenu_link > label {
	display: flex;
	/*flex-wrap: wrap;*/
	flex-grow:1;
	justify-content: space-between;
	height: 3rem;
}
/************************/

/*CONFIGURACION DEL SUBMENU*/
.submenu{
				position: fixed;
				width: calc(100% - 2rem);
				top: 50%;
				left: -100vw;
				box-shadow: 0 0.5rem 0.5rem #484848;
				border-radius: 0.2rem;
				background: whitesmoke;
				transition: 0.3s;
				border:0.05rem solid silver;
}
/************************/

.menos, .mas {
	display: flex;
	align-items: center;
	}
	
.menos {
	display: none;
}

.submenu label{
	width: 4rem;
	background-color: red;
}

div.cerrar{
	text-align: right;
	padding-right: 0.5rem;
	font-family: 'Baloo', cursive;
	cursor: pointer;
}

/*******************************
**********ANIMACIONES**********
*****************************/

/* SE MUESTRA EL PUNTERO AL COLOCAR EL MOUSE SOBRE LINK DEL SUBMENU*/

.logo:hover .circle {box-shadow: 0 0.15rem 0.15rem grey;}

div.navegacion > label:hover {
	cursor: pointer;
	opacity: 0.5;
	}
/******

/* SE COLOCA DE OTRO COLOR AL ITEM DE LA PAGINA ACTUAL*/
#item_selected {
		box-shadow: 0 0.0625rem 0.0625rem grey;
}
/******************************************************/

/*LOS BOTONES DE NAVEGACION SE ELEVAN AL AUMENTAR LA*/
li.menu_item:hover {
	box-shadow: 0 0.1675rem 0.1675rem #484848;
}
/**********************************************/

/* SE MUESTRA EL PUNTERO AL COLOCAR EL MOUSE SOBRE LINK DEL SUBMENU*/
.submenu_link > label:hover {
	cursor: pointer;
	}
/***************************************************
**************************************************/

/**************************************
********ACCIONES AL HACER CLICK*******
************************************/

/*ACCIONES AL HACER CLICK EN EL ICONO DE MENU*/
#btnmenu:checked ~ nav { /*Baja y Rota el Menu*/
	transform: rotate(0deg);
	display: initial; 
	right: 0%;
	top:4rem;
	} 
#btnmenu:checked ~ label .b1 { transform: translateY(0.4rem) rotate(135deg);} /*COVIERTE LAS BARRAS EN UNA X*/
#btnmenu:checked ~ label .b2 { transform: translateY(-0.15rem) rotate(-135deg);}	/*COVIERTE LAS BARRAS EN UNA X*/
/****************************************/
	
/*ACCIONES AL HACER CLICK SOBRE BOTON DEL SUBMENU*/
#btnsubmenu:checked ~ .submenu {
	position: fixed;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
#btnsubmenu:checked ~ label .menos {display: flex;}
#btnsubmenu:checked ~ label .mas {display: none;}
/***********************************************/

footer {
	text-align: center;
	background: #212121;
	padding: 50px 0px;
	color: whitesmoke;
	margin: 0.5rem;
	border-radius: 0.2rem;
	box-shadow: 0 0.0625rem 0.0625rem #484848;
}


/*ESTILOS Y CONFIGURACION DE LOS TEXTOS*/
.banner h1 {
	font-size: 4.5rem;
	width: 100%;
}
.banner h2 {
	font-size: 1rem;
	text-align: center;
	text-align: right;
}
h1 {
	text-align: center;
	font-family: 'Cabin Sketch', cursive;
}

a{color: yellow;}

i{padding: 0.5rem;}

@media (min-width:992px) {
	.banner{
		display: flex;
	}
	header{
		margin: 0 1rem;	
		border-radius: 0 0 0.2rem 0.2rem;
		justify-content: center;
		border-top: 0;
	}
	
	div.navegacion {
	max-width: 90rem;
	justify-content: space-between;
	
}

div.navegacion > label {
		display: none;	
	}

	.logo{
		flex-basis:5rem;
		flex-grow:0;
		margin: initial;
	
	}

	nav {
	position: inherit;
	height: 3rem;
	transform: rotate(0deg);
	border-radius: 0;
	overflow-y: visible;
	flex-grow:1;
	box-shadow: 0 0 0;
	max-width: none;
	transition:0s;
	margin-right: 1rem;
	border: 0;
}
	nav > ul {	
		display: flex;
		/*height: 3rem;*/
	}

	li.menu_item {
		margin: 0 0.3rem;
}
		

	.submenu {
		width: auto;
		padding: 0.5rem;
		height: auto;
	}
	
	.submenu label{
	display: none;
}	
	
	.submenu li{
		width: inherit;
		margin: 0.3rem;	
	}
	
	/*ACCIONES AL HACER CLICK AL LINK DEL SUBMENU*/
#btnsubmenu:checked ~ .submenu {
	position: relative;
	top: 6.2rem;
	left: 0;
}
#btnsubmenu:checked ~ label .menos {display: flex;}
#btnsubmenu:checked ~ label .mas {display: none;}
/***********************************************/

	footer{
		margin: 0.5rem 1rem;	
	}

}