@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');

font-family: "Yusei Magic", sans-serif;
font-weight: 400;
font-style: normal;

// <weight>: Use a value from 200 to 1000
// <uniquifier>: Use a unique and descriptive class name

  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;




*{box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

:root {
  --color-principal: #cba5d9;
  --color-secundario: hsl(73, 100%, 82%);
  --color-fondo: #e4d5ea;
  --letra-teexto: sans-serif;
  --letra-titulos: sans-serif;
  --espacio-chico: 0.5rem;
  --espacio-medio: 1rem;
  --espacio-grande: ;
  --borde-redondeado: 10px;
  --sombra: .2em .2em .2em .1em #a17fae73; 
}

body{
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color:#fffdf1;
    margin: auto;
    width: 100%;
    
}

header{
    background-color:#cba5d9;
}

footer{
    background-color:#cba5d9;  
}


h1{
    font-family: "Yusei Magic", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #81379b;
    margin: 5% 0% 5% 2%;
    font-size: 2.5em;
}
h2{
    color: #81379b;
    font-size: 2em;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}
h3{
    font-size: 1.5em;
    margin-top: 3%;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
p{
    font-size: 1.5em;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
img {
     margin: auto;
     width: 100%;
}


.presentacion{
    margin: 5%;
}
.presentacion p{
    text-align: center;
}

.jirafa{
    margin: auto;
    width: 100%;
    padding-right: 0%;
}

.animales{
    display: flex;
    gap: 10%;
}
.animales figure{
    margin: 0;
}
.animales img{
    width: 100%;
    
}


.curiosidades{
    margin-left: 5%;
}


.tareas{
    margin-top: 30px;
    margin-left: 10px;
}


.materias h3{
    font-family: "Yusei Magic", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 5%;
    margin-bottom: 3%;
}



.menu1  a{
    text-decoration: none;
    color: #81379b;
    font-size: 1.5em;
    background-color:hsl(73, 100%, 82%);
    border-radius: 10%;
    border: solid 2px #81379b;
    box-shadow: var(--sombra);
    display: inline-block;
    margin: 5% 2%;
    padding: 5%;
}

.menu2{
    margin: auto;
    width: 70%;
    padding: 0% 5%;
}
.menu2  a{
    text-decoration: none;
    color: #e8c6ef;
    font-size: 1.5em;
    background-color:hsl(304, 52%, 53%);
    border-radius: 10%;
    border: solid 2px #e8c6ef;
    box-shadow: var(--sombra);
    display: inline-block;
    margin-top: 5%;
    padding: 5%;
}


nav ul{
    list-style-type:none;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
nav a:hover {
    background-color:hsl(73, 100%, 92%);
    border: solid 2px hsl(73, 100%, 82%);
    box-shadow: .2em .2em .2em .1em #a17fae73;
}


.micara img {
    border-radius: 10%;
    border: solid 4px hsl(73, 100%, 82%);
    margin: auto;
    width: 95%;
}


.datos ul li{
    list-style: none;
    list-style-position: inside;
    line-height: 1.5em;
    font-size: 1.5em;
}

figure{
    display: inline-block;
    margin: 2% 1%;
    width: 47%;
}
.dump img {
    border-radius: 10%;
    margin: auto;
}

.materias{
    background-color: #fbe7ff;
    margin: 5% 0%;
    padding: 5%;
}
.materias2026{
     background-color: #e8c6ef;
     margin-top: 10%;
     margin-bottom: 5%;
}

.materias ul li{
    list-style-type: none;
    line-height: 1.5em;
    font-size: 1.5em;
}
ul::marker{
    list-style-type: circle;
    color: #cba5d9;
}

footer{
    padding: 5%;
    margin-top: 5%;
}
footer h3{
    margin-top: 5%;
}

.academico{
    font-size: 1em;
    margin-left: 5%;
}


.academico ul li{
    list-style: none;
    list-style-position: inside;
    line-height: 1.5em;
    font-size: 1.5em;
}