

/* TOGGLE CIRCLE */

.toggle-audio {
  z-index: 1000;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f5f5f5;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: .8;
  transition: all .5s ease;
}
/* line 335, ../sass/_main.scss */
.toggle-audio:hover {
  opacity: 1;
}
/* line 339, ../sass/_main.scss */
.toggle-audio img.hidden {
  display: none;
}
/*DIMENSIONS TOGGLE 1 ROND*/

 {
  box-sizing: border-box;
  
  transition: all .5s ease;
}
/*DIMENSIONS TOGGLE 1 ROND*/

#sound-polvillo {
	text-align: center;
}