@font-face {
  font-family: "MixYonder";
  src: url("../fonts/MixYonder.woff2") format("woff2"),
    url("../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-top: 25px;
  padding-bottom: 0;
}

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

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

div#modalEvaluacion {
  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#modalEvaluacion 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;
}