body{background: #FEFFFF; }

/************** Contenedor **************/
.contenedor{
  position: relative;
  display: block;
  margin-top: 12%;
  width: 500px;
  height: 350px;
  background: none;
  left: -20%;
}

/************** Cabeza **************/
.cabeza{
  position: absolute;
  top: 5%;
  left: 39%;
  width: 22%;
  height: 27%;
  background: #F37032; 
  border-radius: 5%;
}

/************** Ojos **************/
.ojo-izquierdo{
  position: absolute;
  top: 12%;
  left: 15%;
  width: 30%;
  height: 45%;
  background: white; 
  border-radius: 50%;
  border-left: solid 3px grey;
}
.ojo-derecho{
  position: absolute;
  top: 12%;
  right: 15%;
  width: 30%;
  height: 45%;
  background: white; 
  border-radius: 50%;
  border-right: solid 2px grey;
}
.ojo-interno-izquierdo{
  position: absolute;
  top: 15%;
  left: 25%;
  width: 42%;
  height: 46%;
  background: black; 
  border-radius: 50%;
  border-left: solid 9px #9F0056;
  border-top: solid 9px #9F0056;
  border-bottom: solid 9px #9F0056;
}
.ojo-interno-derecho{
  position: absolute;
  top: 15%;
  right: 25%;
  width: 42%;
  height: 46%;
  background: black; 
  border-radius: 50%;
  border-right: solid 7px #9F0056;
  border-top: solid 7px #9F0056;
  border-bottom: solid 7px #9F0056;
}
.pupila-izquierda{
  position: absolute;
  top: 15%;
  left: 38%;
  width: 22%;
  height: 26%;
  background: white; 
  border-radius: 50%;
}
.pupila-derecha{
  position: absolute;
  top: 15%;
  right: 38%;
  width: 20%;
  height: 22%;
  background: white; 
  border-radius: 50%;
}

/************** Antena **************/
.antena{
  position: absolute;
  top: -20%;
  left: 47%;
  width: 5%;
  height: 42%;
  background: linear-gradient(to top,  #9F0056 0%, #F37032 100%); 
  z-index: -1;
  transform: rotate(0);
}
.circulo-antena{
  position: absolute;
  top: -35%;
  left: 39%;
  width: 23%;
  height: 23%;
  background: #9F0056; 
  border-radius: 50%;
}

/************** Boca **************/
.boca::before{
	content: '';
	position: absolute;
  	top: 65%;
  	left: 18%;
	width: 70px;
	height: 25px;
	background: #FFFFFF;
	border-bottom-right-radius: 70px;
	border-bottom-left-radius: 70px;
	transition: .5s
}
@keyframes animacion-boca {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.5);
  }
  100% {
    transform: scaleY(1);
  }
}
.boca-animada::before {
  animation: animacion-boca .3s infinite; /* Repetir la animación indefinidamente */
}
/************** Oidos **************/
.oido{
  position: absolute;
  top: 28%;
  left: -12%;
  width: 125%;
  height: 45%;
  background: #9F0056;
  z-index: -1;
}

/************** Cuello **************/
.cuello{
  position: absolute;
  top: 32%;
  left: 42.5%;
  width: 15%;
  height: 6%;
  background: linear-gradient(180deg, #9F0056 0%, #F37032 100%); 
  border-radius: 5%;
}

/************** Cuerpo-torzo **************/
.cuerpo{
  position: absolute;
  top: 35%;
  left: 36%;
  width: 28%;
  height: 40%;
  background: #9F0056; 
  border-radius: 5%;
}
.linea-1{
  position: absolute;
  top: 15%;
  left: 10%;
  width: 80%;
  height: 4%;
  background: white;
  border-radius: 100%;
}
.linea-2{
  position: absolute;
  top: 30%;
  left: 10%;
  width: 80%;
  height: 4%;
  background: white;
  border-radius: 100%;
}
.linea-3{
  position: absolute;
  top: 45%;
  left: 10%;
  width: 80%;
  height: 4%;
  background: white;
  border-radius: 100%;
}
.linea-4{
  position: absolute;
  top: 60%;
  left: 10%;
  width: 80%;
  height: 4%;
  background: white;
  border-radius: 100%;
}
.modelo{
  position: absolute;
  top: 75%;
  left: 18%;
  width: 80%;
  height: 4%;
  font-family: 'Roboto', sans-serif;
  color: white;
  font-size: 16px; 
}

/************** Brazos **************/
.brazo-primero-izquierdo{
   position: absolute;
   top: 38%;
   left: 26%;
   width: 70px;
   height: 70px;
   border-radius: 50%;
   border: solid 30px;
   border-color: #F37032 transparent transparent;
   z-index: -1;
   transform: rotate(-45deg);
}
.circulo-brazo-izquierdo{
  position: absolute;
  top: 49%;
  left: 25.5%;
  width: 7%;
  height: 8%;
  background: #9F0056; 
  border-radius: 100%;
}
.circulo-medio-brazo-izquierdo{
  position: absolute;
  top: 50%;
  left: 26.5%;
  width: 5%;
  height: 6%;
  background: #F37032; 
  border-radius: 100%;
}
.brazo-segundo-izquierdo{
   position: absolute;
   top: 56%;
   left: 26%;
   width: 30px;
   height: 45px;
   background: #F37032;
   z-index: -1;
}
.palma-izquierda{
  position: absolute;
  top: 65%;
  right: 66%;
  width: 10%;
  height: 10%;
  background: none; 
  border-top: solid 20px #9F0056;
  border-radius: 50%;
  transform: rotate(1deg);
}
.brazo-primero-derecho{
   position: absolute;
   top: 10%;
   right: 23%;
   width: 70px;
   height: 70px;
   border-radius: 50%;
   border: solid 30px;
   border-color: #F37032 transparent transparent;
   z-index: -1;
   transform: rotate(160deg);
}
.circulo-brazo-derecho{
  position: absolute;
  top: 30%;
  right: 23%;
  width: 7%;
  height: 8%;
  background: #9F0056; 
  border-radius: 100%;
}
.circulo-medio-brazo-derecho{
  position: absolute;
  top: 31%;
  right: 24%;
  width: 5%;
  height: 6%;
  background: #F37032; 
  border-radius: 100%;
}
.brazo-segundo-derecho{
   position: absolute;
   top: 22%;
   right: 22.5%;
   width: 30px;
   height: 45px;
   background: #F37032;
   transform: rotate(15deg);
   z-index: -1;
}
.palma-derecha{
  position: absolute;
  top: 9%;
  left: 72%;
  width: 10%;
  height: 10%;
  background: none; 
  border-top: solid 20px #9F0056;
  border-radius: 50%;
  transform: rotate(195deg);
}
/************** Piernas **************/
.pie-izquierdo{
  position: absolute;
  top: 70%;
  left: 41%;
  width: 5%;
  height: 30%;
  background: linear-gradient(to top,  #9F0056 0%, #F37032 100%); 
  border-radius: 15%;
  z-index: -1;
}
.circulo-pie-izquierdo{
  position: absolute;
  top: 81%;
  left: 40%;
  width: 7%;
  height: 8%;
  background: #9F0056; 
  border-radius: 100%;
}
.circulo-medio-pie-izquierdo{
  position: absolute;
  top: 82%;
  left: 41%;
  width: 5%;
  height: 6%;
  background: #F37032; 
  border-radius: 100%;
}
.zapato-izquierdo{
  position: absolute;
  top: 90%;
  left: 36%;
  width: 15%;
  height: 15%;
  background: linear-gradient(180deg, #9F0056 0%, #F37032 100%); 
  -webkit-clip-path: circle(50% at 50% 100%);
  clip-path: circle(50% at 50% 100%);
}
.pie-derecho{
  position: absolute;
  top: 70%;
  right: 41%;
  width: 5%;
  height: 30%;
  background: linear-gradient(to top,  #9F0056 0%, #F37032 100%); 
  border-radius: 15%;
  z-index: -1;
}
.circulo-pie-derecho{
  position: absolute;
  top: 81%;
  right: 40%;
  width: 7%;
  height: 8%;
  background: #9F0056; 
  border-radius: 100%;
}
.circulo-medio-pie-derecho{
  position: absolute;
  top: 82%;
  right: 41%;
  width: 5%;
  height: 6%;
  background: #F37032; 
  border-radius: 100%;
}
.zapato-derecho{
  position: absolute;
  top: 90%;
  right: 35%;
  width: 15%;
  height: 15%;
  background: linear-gradient(180deg, #9F0056 0%, #F37032 100%); 
  -webkit-clip-path: circle(50% at 50% 100%);
  clip-path: circle(50% at 50% 100%);
}

/************** Dialogo **************/
.burbuja {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Aumentamos el tamaño y la opacidad de la sombra */
  padding: 5px 5px;
  max-width: 300px;
  position: absolute;
  margin-top: -90px;
  right: -35%;
}

.burbuja::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
  bottom: -15px;
  left: 20%;
  transform: translateX(-60%);
}
.contenido{
  font-family: 'Roboto', sans-serif;
  color: black;
  font-size: 16px;
  text-align: center;
}
/************** Select Subramo **************/
.contenidoSubramo{
  font-family: 'Roboto', sans-serif;
  color: #F37032;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}