/* Tamaño logo del mapa */
.headerMapa__logo {
   max-width: 100%;
   width: 20%;
}



/* Nombre mundo */
.world.world--1:hover::before {
   content: "Conceptos básicos";
}

.world.world--2:hover::before {
   content: "Antes de la investigación";
}

.world.world--3:hover::before {
   content: "Durante la investigación";
}

.world.world--4:hover::before {
   content: "Después de la investigación";
}



/* Posición mundo */

.world--1 {
   top: 5%;
   left: 0%;
   width: 11%;
}

.world--2 {
   top: 54%;
   left: 37.7%;
   width: 6%;
}

.world--3 {
   top: 83%;
   left: 31.5%;
   width: 21%;
}

.world--4 {
   top: 83%;
   left: 49.5%;
   width: 10%;
}