@font-face {
  font-family: "MixYonder";
  src: url("/assets/fonts/MixYonder.woff2") format("woff2"),
    url("/assets/fonts/MixYonder.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LibreFranklin";
  src: url("../fonts/librefranklin-medium-webfont.woff2") format("woff2"),
  url("../fonts/librefranklin-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

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

body {
  background-image: url("../assets/img/palabras_suelo.png"),
    url("../assets/img/Ami.png");
  background-size: auto 50px, 75px;
  background-repeat: no-repeat, no-repeat;
  background-position: 50% calc(100% - 50px), 85px calc(100% - 50px);
  padding-top: 65px;
  min-height: 100vh;
  position: relative;
  padding-bottom: 115px;
}

#header {
  padding-bottom: 0;
}

#header span {
  font-family: "MixYonder";
  font-size: 2em;
  color: #3e4342;
}

#contenedor {
  min-height: calc(100vh - 50px - 65px);
  padding-top: 25px;
}

a.bloque-guia div.img-guia {
	background-image: url("../img/icono_guia3.png");
}

a.bloque-guia {
	text-decoration: none;
	margin-top: 1.25rem;
	width: auto;
	position: relative;
}

a.bloque-guia div.guia-proyecto {
	background-color:#3E4342;
	border-radius:4px;
    padding: 0.15rem 0.5rem 0.15rem 1.5rem;
}

a.bloque-guia div.guia-proyecto span {
    color: white;
    font-size: 0.75rem;
}

a.bloque-guia div.img-guia {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	/* z-index: 3; */
}

div#modalJuegos {
  display: flex;
  position: relative;
  border: none;
  border-radius: 0.4rem;
  font-family: 'LibreFranklin';
  max-width: 800px;
  text-align: center;
  margin-top: 2rem;
  margin-left: 8rem;
}

div#modalJuegos span {
  font-size: 1.5rem;
  display: inline-block;
  text-transform: uppercase;
}

.btnCerrar {
  position: absolute;
  right: 0;
  margin-right: 1rem;
}

.contendorModal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

a.botonModal {
  background-color: #9595D3;
  border-radius: 0.3rem;
  padding: 1rem;
  margin-top: 1rem;
  text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 2rem;
}

a.botonModal:visited {
  color: white;
}

a.botonModal:focus-visible {
  outline: 0;
}