body {
  /* background-image: url(../img/fondos/hexagonal-patron_15.jpg); */
  background-color: #34498A;
}

.ui.fixed.top.menu {
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 101;
  background-color: #36d278;
}
#toTop i {
  font-size: 25px;
  color: #f7fdff;
}
