

.container {
  position: fixed;
  top: 4em;
  left: 4em;
  z-index: 10;
}

h6{
  font-size: 0.7em;
  margin-bottom:0;

}
a:hover {
    color: #fff!important;
}

.menu-toggle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000000;
/*  box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
*/  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  display: table;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

 .fixedPosition
 {
    position: fixed;
 }


.btn-app {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  position: absolute;
  background-color: black;
  color: #fff;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}
.btn-app .fa {
  line-height: 2.5em;
}

.open .btn-app {
/*  box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
*/}

.menu-round {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.menu-round .btn-app {
  bottom: 0.25em;
  right: 0.25em;
}
.menu-round.open .btn-app:nth-of-type(1) {
  left: -2.5em;
  top: 4.25em;
  
}
.menu-round.open .btn-app:nth-of-type(2) {
  left: 2em;
  bottom: -4em;

}
.menu-round.open .btn-app:nth-of-type(3) {
  left: 4.5em;
  top: -3em;
  
}

