
.muñeco{

  display: none;

}

@media only screen and (min-width: 1200px) {
    #derecha{
      height: 100vh;
      
    }
   
  }

 
  .marcador{
    z-index: 100;
  }
 

  @keyframes iconAnim
{
    0%
    {
        transform: rotate(0);
    }
    100%
    {
        transform: rotate(360deg);
    }
}

.fa-angles-left{
  z-index: 50;
}

#circulo{
  animation: iconAnim 10s infinite linear;
}

/* ICONOS POSITION */
.icontxt img
{
    
    transform: rota;
    width: 100%;

    animation-duration: 1.5s;
    animation-direction:normal;
    animation-iteration-count:1;
    /* The element will retain the style values that is set by the last keyframe (depends on animation-direction and animation-iteration-count) */
    animation-fill-mode:forwards;


    position: absolute;
}

.iconOtxt img{
   
    
    top: 100%;
    left: 55%;
   
}
.iconO img
{
    width: 60%;
    position: absolute;
    top: 75%;
    z-index: 100;
}
#vende{
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.iconActive img
{
    width: 8%;
    position: absolute;
}





.botP
{
 z-index: 3;
}

.botP:hover{
    transform: scale(1.3);
}

#colorlogo{
    background:rgb(0, 124, 249);
}
#mapa{
    border:rgb(2, 64, 123) 10px solid ;
    border-radius: 15px;
}


/* TEXTOS */


@media only screen and (min-width: 1200px) {
  #derecha{
    height: 100vh;
  }
 
}



/*Posicionamiento muñeco*/
.moñeco{  
  width: 80px;
  position: absolute;
  top: 245px;
  left: 14%;
 
}

/**/

/*/

/*posicionamiento en movil*/

.mapamovil .maternidad img{

  position: absolute;
  top: calc(39vw - 1vh);
  left: 6.5%;

}

.mapamovil .mafalda img{

  position: absolute;
  top:calc(55vw - 1vh);
  left: 13%;

}


.mapamovil .torera img{

  position: absolute;
  top: calc(42vw - 1vh);
  left: 25%;

}

.mapamovil .encarna img{

  position: absolute;
  top: calc(60vw - 1vh);
  left: 32%;

}

.mapamovil .laMaternidad img{

  position: absolute;
  top: calc(53vw - 1vh);
  left: 45%;

}

.mapamovil .bailarina img{

  position: absolute;
  top: calc(39vw - 1vh);
  left: 42%;

}

.mapamovil .esperanza img{

  position: absolute;
  top: calc(27vw - 1vh);
  left: 36%;

} 

.mapamovil .guisandera img{

  position: absolute;
  top: calc(11vw - 1vh);
  left: 67%;

}

.mapamovil .gitana img{

  position: absolute;
  top: calc(20vw - 1vh);
  left: 83%;

}



.mapamovil .regenta img{

  position: absolute;
  top: calc(48vw - 1vh);
  left: 66%;

}

.mapamovil .lechera img{

  position: absolute;
  top: calc(63vw - 1vh);
  left: 68%;

}

.mapamovil .pescadera img{

  position: absolute;
  top: calc(80vw - 1vh);
  left: 75%;

}

.mapamovil .lola img{

  position: absolute;
  top: calc(85vw - 1vh);
  left: 52%;

}

.mapamovil .mujer img{

  position: absolute;
  top: calc(33.2vw - 1vh);
  left: 58.5%;

}


.mapamovil .moñeco{

  position: absolute;
  top: calc(72vw - 1vh);
  left: 23%;

  width: 14%;

}

.contenido p{
  font-size: calc(12pt + 0.1vw);
}



h3{

  background-color: rgba(249, 174, 53, 0.931);
  border-radius: 15px;
  padding: 5px;
  font-size: 1.2rem;
}

.maternidadT{

  position: absolute;
  top: 26%;
  left: 2%;
  z-index: 1000;

}

.mafaldaT{

  position: absolute;
  top: 67%;
  left: 7%;
  z-index: 1000;


}

.toreraT{

  position: absolute;
  top: 33%;
  left: 25%;
  z-index: 1000;


}

.encarnaT{

  position: absolute;
  top: 75%;
  left: 12%;
  z-index: 1000;


}

.laMaternidadT{

  position: absolute;
  top: 68%;
  left: 37%;
  z-index: 1000;


}

.bailarinaT{

  position: absolute;
  top: 36%;
  left: 50%;
  z-index: 1000;


}

.esperanzaT{

  position: absolute;
  top: 15%;
  left: 24%;
  z-index: 1000;


}

.guisanderaT{

  position: absolute;
  top: 24%;
  left: 52%;
  z-index: 1000;


}

.gitanaT{

  position: absolute;
  top: 33%;
  left: 74%;
  z-index: 1000;


}

.regentaT{

  position: absolute;
  top: 43%;
  left: 69%;
  z-index: 1000;


}

.lecheraT{

  position: absolute;
  top: 68%;
  left: 65%;
  z-index: 1000;


}
.pescaderaT{
  position: absolute;
  top: 78%;
  left: 64%;
  z-index: 1000;
}

.lolaT{
  position: absolute;
  top: 80%;
  left: 37%;
  z-index: 1000;
}

.mujerT{
    position: absolute;
    top: 58%;
    left: 52%;
    z-index: 1000;
}


#circulo{

  position: absolute;
  top: 320px;
  left: 20%;
  height: 245px;

}




/*tamaño fuenta títulos esculturas*/
div.contenido h1{
  font-size: 1.75rem;
}

/*tamaño mapa ordenador*/
#mapaizquierda1{
  height: 800px;
}



