*{
    margin: 0;
    padding: 0;
}
body{
    
}
.contenedorPrincipal{
    width: 1024px;
    height: 780px;
    background: #FFEE99;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;    
}
.mapa{
    width: 62.5%;
    height: 91%;
    background: -webkit-linear-gradient(left, #29ABE2, #00FFFF);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.capa1mapa{
    width: 98%;
    height: 98%;
    background: -webkit-linear-gradient(right, #29ABE2, #00FFFF);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.capa2mapa{
    width: 99%;
    height: 99%;
    background: #ffffff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
}
.capa2mapa .imagen{
    width: 95%;
/*
    position: absolute;
    z-index: 100;
*/
}
.contenido{
    width: 30%;
    height: 91%;
    margin-left: 2.3%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contenido .pregunta{
    width: 100%;
    height: 30%;
    background: #FF3E5D;
    border-radius: 30px 30px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.capa1pregunta{
    width: 94%;
    height: 92%;
    background: #ffffff;
    border-radius: 25px 25px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.capa2pregunta{
    width: 94%;
    height: 94%;
/*    background: #ff0;*/
}
.capa2pregunta #numeroPregunta{
    font-size: 36px;
    font-family: 'Fredoka One', cursive;
    text-align: center;
    color: #0000FF;
}
.capa2pregunta #textoPregunta{
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    margin-top: 15%;
    line-height: 30px;
}
.contenido .respuesta{
    width: 100%;
    height: 67%;
    background: #7ED733;
    border-radius: 0 0 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.capa1respuesta{
    width: 94%;
    height: 97%;
    background: #ffdfdf;
    border-radius: 0 0 25px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.capa2respuesta{
    width: 94%;
    height: 96%;
/*    background: #ffffc2;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
.capa2respuesta #titulo{
    font-family: 'Fredoka One', cursive;
    font-size: 24px;
/*    text-align: center;*/
    color: #F15A24;
}
#imagenBandera{
    width: 50%;
    margin-top: 8%;
}
.capa2respuesta #textorespuesta{
    font-family: 'Comfortaa', cursive;
    font-size: 15px;
    margin-top: 10%;
    line-height: 30px;
}