body {
}

.cabeza {
  position: relative;
  top: 50px;
  width: 400px;
  height: 640px;
  background-color: rgb(235, 195, 160);
  margin: 0 auto;
  border-radius: 300px 300px 320px 320px;
}

.pelo {
  position: relative;
  height: 110px;
  margin-bottom: 60px;
  border-radius: 300px 0;
}

.pelo2 {
  position: relative;
  height: 400px;
  width: 400px;
  box-shadow: -15px 15px 0 5px rgb(32, 22, 4);
  border-radius: 50%;
  transform: rotate(-227deg);
  left: ;
  top: 100px;
  z-index: 0;
}

.pelo3 {
position: relative;
height: 400px;
width: 400px;
box-shadow: -110px 15px 0 5px rgb(32, 22, 4);
border-radius: 40%;
transform: rotate(-265deg);
left: ;
top: -290px;
z-index: 0;
}



.frente {
  height: 80px;
}

.cejas {
  position: relative;
  margin-top: 60px;
  background-color: black;
  margin-bottom: 10px;
  height: 20px;
  border-radius: 140% 140% 50% 50%;
  z-index: 1;
}

.cejas:hover {
  background-color: white;
}

.esq .cejas {
  margin-left: 20px;
  float: left;
  width: 39%;
}

.dre .cejas {
  margin-right: 20px;
  width: 39%;
  float: right;
}

.ojos {
  height: 100px;
}

.ojos .esq {
  width: 49%;
  float: left;
}

.ojos .dre {
  width: 49%;
  float: right;
}

.ojos .blanco {
  border: solid 1px #3F3F3F;
  width: 100px;
  height: 50px;
  -moz-border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  -webkit-border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  background-color: white;
  margin: 0 auto;
}

.ojos .esq .blanco {
margin-left: 50px;
}

.ojos .dre .blanco {
margin-right: 50px;
}

.ojos .iris {
  position: relative;
  top: 10px;
  left: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: brown;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}

.dre .iris {
  animation-name: eyecolor;
  animation-duration: 7s;
}

@keyframes eyecolor {
  0% {background-color: brown}
  30% {background-color: green}
  60% {background-color: lightblue}
  100% {background-color: brown}
}



.ojos .pupila {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: black;
  top: 8px;
  left: 8px;
}

.ojos .parpadoinferior {
  position: relative;
  float: left;
  height: 100px;
  width: 100px;
  box-shadow: -15px 15px 0 5px rgb(235, 195, 160);
  border-radius: 50%;
  transform: rotate(-45deg);
  left: 48px;
  top: -145px;
  z-index: 0;
}

.ojos .parpadosuperior {
  position: relative;
  float: left;
  height: 100px;
  width: 100px;
  box-shadow: -15px 15px 0 5px rgb(235, 195, 160);
  border-radius: 50%;
  transform: rotate(135deg);
  left: 50px;
  top: -1px;
  z-index: 0;
}


.oreja {
  position: relative;
  height: 130px;
  background: rgb(235, 195, 180);
  top: -170px;
  border-radius: 40% 40%;
  z-index: -1;
}

.esq .oreja {
  width: 30px;
  float: left;
  left: -15px;
}

.dre .oreja {
  width: 30px;
  float: right;
  left: 15px;
}

.nariz {
  height: 140px;
}

.tabique {
  position: relative;
  width: 50px;
  height: 120px;
  background-color: rgb(235, 195, 150);
  top: -50px;
  margin: 0 auto;
  border-radius: 40px 40px 10px 10px;
  border-left: solid black 1px;
  border-right: solid black 1px;
}

.fosas {
  position: relative;
  width: 30px;
  height: 5px;
  border-left: solid black 1px;
  border-right: solid black 1px;
  left: 185px;
  top: -55px;
}

.lunar {
  position: relative;
  background: #563117;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 340px;
  top: -50px;
}

.boca {
  height: 200px;
}

.labios {
  position: relative;
  margin: 0 auto;
  width: 50%;
}

.superior {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 100px 0;
  background: #c4786a;
  transform: rotate(45deg);
  left: 30px;
  z-index: 3;
  border-left: solid black 1px;
}

.superior2 {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 100px 0;
  background: #c4786a;
  transform: rotate(45deg);
  left: 100px;
  top: -70px;
  z-index: 2;
  border-left: solid black 2px;
}

.inferior {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 100% 0;
  transform: rotate(45deg);
  background: #be7265;
  transform: ;
  left: 55px;
  top: -137px;
  z-index: 1;
  border-right: solid black 1px;
}
