.cuerpo {
  width: fit-content;
  height: fit-content;
  margin-top:20%;
  max-width:480px;
  justify-content: center;
  align-items: center;
  z-index:1
}
h1 {
    font-family: courier;
    font-size: 20px;
}

.chica1 {
  color: blue;
}
.chico1 {
  color: orange;
}
.chico2 {
    color: red;
}
.chico3 {
  color: green;
}

.texto {
    white-space: nowrap;
    color: white;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-top:15px;
    font-family: times;
}

.texto p {
    margin: 3px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 0;
    animation: escribir 3s steps(40) forwards;
    opacity: 0;
}

.texto p:nth-child(1) {
    animation-delay: 0s;
    opacity: 1;
}

.texto p:nth-child(2) {
    animation-delay: 3s;
    opacity: 1;
}

.texto p:nth-child(3) {
    animation-delay: 6s;
    opacity: 1;
}

@keyframes escribir {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


html {
  display: flex;
    justify-content: center; 
    align-items: center; 
    margin: auto; 
    background-color:black;
}

body {
  background-color:black;
  justify-content: center;
  align-items: center;  
}
.imagen {
  border-color: blue;
  border-width: 5px;
  z-index: 0;
}
.imagenfade {
    animation: fadeOut 5s forwards; 
}


@keyframes fadeOut {
    0% {
        opacity: 1; 
    }
    100% {
        opacity: 0;
    }
}

.imagenfadein{
    animation: fadeIn 5s forwards; 
}
@keyframes fadeIn {
    0% {
        opacity: 0; 
    }
    100% {
        opacity: 1;
    }
}

.flecha {
  opacity: 0;
  height: 30px;
  color: white;
  animation: fadeIn 3s;
  animation-delay: 7s;
  animation-fill-mode: forwards;
}

.flecha:hover {
  color: gray;
}

.objeto {
    position: absolute;
    top: 80%;
    left: 80%;
    z-index: 2;
    width:auto;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
}

.objeto img {
  max-width:20px
}
.objeto img:hover {
 max-width:21px;
}

.objetognomo {
    position: absolute;
    top: 72%;
    left:90%;
    width:auto;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    z-index: 2;
}

.objetognomo img {
  max-width:10px;
}

.objetognomo img:hover {
 max-width:21px;
}

.objetoreflejo {
    position: absolute;
    top: 70%;
    left:45%;
    width:auto;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    z-index: 2;
}

.objetoreflejo img {
  max-width:50px
}

.objetoreflejo img:hover {
 max-width:50px;
}

.objetomotor {
    position: absolute;
    top: 50%;
    left:67%;
    width:auto;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    z-index: 2;
}

.objetomotor img {
  max-width:67px;
}

.objetomotor img:hover {
 max-width:70px;
}
.objetopapel {
    position: absolute;
    top: 20%;
    left:20%;
    width:auto;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    z-index: 2;
}

.objetopapel img {
  max-width:20px;
}

.objetopapel img:hover {
 max-width:22px;
}
.objetopendrive {
    position: absolute;
    top: 87%;
    left: 80%;
    z-index: 2;
    width:auto;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
}

.objetopendrive img {
  max-width:20px
}
.objetopendrive img:hover {
 max-width:30px;
}
.objetotijeras {
    position: absolute;
    top: 54%;
    left: 45%;
    z-index: 2;
    width:auto;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
}

.objetotijeras img {
  max-width:30px
}
.objetotijeras img:hover {
 max-width:100%;
}
.objetopiedra {
    position: absolute;
    top: 88%;
    left: 30%;
    z-index: 2;
    width:auto;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
}

.objetopiedra img {
  max-width:15px
}
.objetopiedra img:hover {
 max-width:20px;
}
.pista {
    position: absolute;
    right: -220px;
    top:20%;
    color: white;
    padding: 10px;
    border-color: white;
    border-radius: 8px;
    max-width: 150px;
    display: none;
    font-size: 16px;
}
.objetofemur {
    position: absolute;
    top: 60%;
    left: 57%;
    z-index: 2;
    width:auto;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
}

.objetofemur img {
  max-width:35px;
}
.objetofemur img:hover {
 max-width:100%;
}
.objetoweb {
    position: absolute;
    top: 33%;
    left: 48%;
    z-index: 2;
    width:auto;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
}
.objeto:hover + .pista {
    display: block;
}
.objetognomo:hover + .pista {
    display: block;    
}
.objetoreflejo:hover + .pista {
    display: block;
}
.objetomotor:hover + .pista {
    display: block;
}
.objetopapel:hover + .pista {
    display: block;
}
.objetopendrive:hover + .pista {
    display: block;
}
.objetotijeras:hover + .pista {
    display: block;
}
.objetopiedra:hover + .pista {
    display: block;
}
.objetofemur:hover + .pista {
    display: block;
}
    
.pantalla {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}