@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');


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

:root {
  --color-principal: #cba5d9;
  --color-secundario: hsl(73, 100%, 82%);
  --color-fondo1: #fffdf1;
  --color-fondo2: #cba5d9;
  --titulo-principal: "Yusei Magic", sans-serif;
  --letra-teexto: "Nunito", sans-serif;
  --letra-titulos: "Nunito", sans-serif;
  --espacio-chico: 0.5rem;
  --espacio-medio: 1rem;
  --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% 3%;
    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;
    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{
    margin: 2%;
}

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

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


.curiosidades{
     margin: 5%;
}


.tareas{
     margin: 5%;
}


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


.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: 10% 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: 10%;
    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: 0% 5%;
    width: 85%;
}


.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;
}


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