@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 2;
  padding: 2;
  background: #EBECFE;
  color: ;
  font-family: Arial, Tahoma, sans-serif;
}


p{
	text-align:center;
	margin-top:2rem;
	/*la historia del cuadratin (M, em)
	R de ROOT (apela a la raiz)*/
	font-size: 80%;
	font-family: montserrat;
	margin-bottom: 2rem;
	
}

a{ 
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a:hover{
  color: blueviolet;
  
  transition: all ease 1s;
}

a:hover:after{ 
  content:"🐾";
}

nav{
  margin:1rem 0;  
}

nav a{
  line-height: 1;
  text-decoration: none;
  color:#0F7D63;
  margin:0 1rem 0 0;
  padding:0.3rem 1rem;
  background:var(--esperando);
  border-radius: .6rem;
  transition:all ease .75s;
}

nav a:hover{
  color:#9FD5B5;
  background:var(--flotando);  
  transition:all ease .75s;
}

nav a.active{
  color:#49D3CC;
  background:var(--mostrando);
  opacity: 0.5;
}

.montserrat-{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

h1{ 
  font-size: 300%; 
  font-family: montserrat;
  color: #572364;
  padding-bottom: 0.5rem 50px;
  text-align: center;
  padding-top: 80px;
}