/* EL ARQUERO PLANTADO EN EL CÉSPED */
#goalkeeper {
    position: absolute; 
    bottom: 38%; /* Bajado para que pise el pasto real y no flote */
    left: 50%; 
    transform: translateX(-50%); 
    height: 25vw; 
    max-height: 180px; 
    width: auto; 
    z-index: 5;
    transition: transform 0.2s ease-out;
}