
body {
	display:flex;
	margin:0;
	gap: 3em;
	flex-direction: column;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em; 
	min-height: 100vh;
	min-width: 100%;
}

.top-bar{
	display: flex;
	justify-content: center;
	justify-self: center;
	top:0;
	padding-top: 0.8em;
	padding-bottom: 0.5em; 
	width:100%;
	left:0;
	background-color: #8100808f;
}

 @media (max-width: 1186px){
	.top-bar .layout, footer .layout {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}


.top-bar a{
	text-decoration: none;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
}



.top-bar .layout {
	display: grid;
	align-items: center;
	justify-self: center;
	justify-content: space-around;
	grid-template-areas: 
	"logo ugr";
	grid-template-columns: 75% 25%;
	max-width: 1170px;
	width: 100%;
}

#block-footersubmenu {
	padding-left: 6em;
}

#block-footersubmenu li{
	text-wrap: nowrap;
}

@media (max-width: 768px){
	.top-bar .layout, footer .layout {
		display: flex;
		flex-direction: column;
	}
	.top-bar .layout {
		row-gap: 1.25em;
	}
	#block-footersubmenu {
		padding-left: 0;
	}
}


.top-bar img{
	height: 3.4rem;
}

.ugr-area {
	grid-area: "ugr";
	text-align: right;
}

.logo-area {
	grid-area: "logo";
}

.name {
	display: flex;
	gap: 1%;
	align-items: flex-end;

}

.name-text {
	vertical-align: bottom;
	font-size: 0.8em;
	padding-left: 0.5em;
	padding-bottom: 0.2em;
	line-height: 90%;
	height: 100%;
	font-style: normal;
	display: flex;
	text-align: left;
	color: black;
	text-decoration: none;
}

.name-text:hover {
	vertical-align: bottom;
	height: 100%;
	font-style: normal;
	display: flex;
	text-align: left;
	color: #000000ab;
}

div.largo p {
	margin-right: 200px;
	margin-left: 10px;
	text-align: left;
}

p {
	margin-block-start: 0;
	margin-block-end: 0;
}

.stats {
	width:5px;
	margin-top: 1em;
}
div.stats {
	text-align: left;
	justify-items: left;
	margin: auto;
	background-color: #ffffff;
	background-image: url(./oslpingus.png);
	background-repeat: no-repeat;
	background-position: top right;
	border: solid 1px #000000;
}
.contenedor {
	display: grid;
	gap: 2em;
}

.licencia{
	gap: 3em;
}

.api {
	gap: 1em;
}

.ayuda {
	gap: 2em;
}

div.navegastats {
	margin-top: 1em;
	text-align: center;
	vertical-align: bottom;
}
div.navegastats p {
	display: flex;
	column-gap: 1em;
}
div.navegastats a {
	text-decoration: none;
	color: black;
}

div.navegastats a:hover {
	text-decoration: none;
	color: gray;
}

div.content {
	display: grid;
	padding: 1em;
	height: max-content;
	min-width: 30em;
	max-width: 50em;
	line-break: auto;
	margin: auto;
	justify-items:center;
	background-color: #ffffff;
	font-size: 1.2em;
	border-radius: 9px;
	border: solid 1px #000000;
}

input.text {
	width: 20em;
	padding: 1em;
	margin: 0.8em 0;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: border-color 0.3s, box-shadow 0.3s;
}

input {
	padding: 1em;
	margin: 0.7em 0;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: border-color 0.3s, box-shadow 0.3s;
}


div.navega {
	height: 3em;
	background-color: #ffffff;
}

div.navega p {
	text-align: center;
	margin-top: 2em;
	display: flex;
	column-gap: 1em;
}

div.navega a {
	text-decoration: none;
	color: black;
}

div.navega a:hover {
	text-decoration: none;
	color: gray;
}

div.navegayuda {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50px;
	margin-top: 25em;
	width: 4em;
	margin-left: -25em;
	background-color: #ffffff;
	border: solid 1px #000000;
	text-align: left;
}

div.navegayuda p {
	text-align: center;
	padding-top: 2em;
}

div.navegayuda a {
	text-decoration: none;
	color: black;
}

.boton {
	width: 7em;
	position:relative;
	justify-self: center;
	padding: 15px 20px;
	margin: 10px 0;
	border: 1px solid #a314a26b;
	border-radius: 6px;
	color: #a314a2;
	background-color: #000001;
	background-color: white;
	font-size: 1.2em;
	cursor: pointer;
	transition: background-color 0.3s, box-shadow 0.3s;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.boton:hover {	
	background-color: #a314a29e;
	color: white;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.boton:active {	
	background-color: #e0e0e0;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.boton:focus {	
	outline: none;
	box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.3);
}

footer {	
	
	margin-top: auto;
	order: 3;
	background-color: #4c4c4c;
	color: white;
}
footer .layout {
	max-width: 1170px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


#enlaces {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 1em;
}

#enlaces li {
	border-left: 1px solid;
	border-color: white;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 1.0em;
}

#enlaces li:last-of-type{
	border-right: 1px solid;
}

#copyright {
	text-align: right;
}

.listas li {
	padding-left: 1em;
	padding-right: 1em;
	font-size: 0.8rem;
	display: inline;
}

.listas li a {
	text-decoration: none;
	padding-botom: 1em;
	color: white;
}

.listas li a:hover {
	text-decoration: none;
	color: gray;
}


.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.1em;
}

.qr_image {
	width:8em;
}

.entradas {
	padding-top: 0em;
	padding-bottom: 4em;
	justify-self: right;
}

.formulario {
	display: grid;
	justify-items: center;
	gap: 0;
}

ul {
	margin-left: 0;
	padding-inline-start: 0;
}


@media (max-width: 768px){
	.name-text {
		font-size: 0.7em;
	}
	div.content {
		font-size: 1.3em;
		min-width: 0;
		border: solid 0 black;
		margin-left: 3rem;
		margin-right: 3rem;
	}
	body {
		gap: 2em;
	}
	#copyright {
		text-align: right;
		padding-top: 1em;
		padding-bottom: 2em;
	}
}
@media (max-width: 600px){
	.name-text {
		font-size: 0.65em;
	}
	div.content {
		font-size: 1.1em;
	}
	input.text {
		min-width: 14em;
	}
}
@media (max-width: 500px){
	.name-text {
		font-size: 0.6em;
	}
	input.text {
		max-width: max-content;
	}
	div.content {
		margin: 0;
		font-size: 0.9em;
	}
}
