.inicio {
  z-index: 10;
  background: #0679a1;
  position: fixed;
  top: 0;
  width: 100%;
  bottom: -1px;
  left: 0;
  text-align: center;
  overflow: hidden;
}

.icone-inicio {
  position: fixed;
  z-index: 11;
  top: 50%;
  left: 50%;
  display: inline-block;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: girar 1s linear infinite;
  -ms-animation: girar 1s linear infinite;
  -moz-animation: girar 1s linear infinite;
  -o-animation: girar 1s linear infinite;
  animation: girar 1s linear infinite;
  border-top-color: #FFF;
  border-top-style: solid;
}
@media (max-width: 499px), (min-width: 500px) and (max-width: 749px) {
  .icone-inicio {
    margin-top: 15px;
    border-top-width: 2px;
    border-right: 2px solid transparent;
    margin-left: -15px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 750px) and (max-width: 989px), (min-width: 990px) and (max-width: 1399px) {
  .icone-inicio {
    margin-top: 10px;
    border-top-width: 2px;
    border-right: 2px solid transparent;
    margin-left: -18px;
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1400px) {
  .icone-inicio {
    margin-top: 10px;
    border-top-width: 4px;
    border-right: 3px solid transparent;
    margin-left: -23px;
    width: 46px;
    height: 46px;
  }
}

@-webkit-keyframes girar {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes girar {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=first.css.map */
