@import url("https://fonts.googleapis.com/css?family=Roboto");
/************************************************************************
 # Cor Background Topo Menu e Footer usar cores rgba para transparencia #
 ************************************************************************/
/* PRELOADER */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
}

main {
  flex: 1 0 auto;
}

strong {
  font-weight: bold;
}

.divisor {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100%;
}

.titulo {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 600;
  text-align: center;
  color: #cc00cc;
}

p {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 23px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #cc00cc;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

#menu-topo {
  background-color: #ffffff;
  box-shadow: none;
  height: 92px;
  transition: all 0.5s linear;
}
#menu-topo .brand-logo {
  top: 5px;
}
#menu-topo ul li a {
  color: #cc00cc;
  font-family: #cc00cc;
  color: #815e9b;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  background-color: transparent;
  height: 51px;
}
#menu-topo ul li a:hover {
  color: #9b5484;
  border-bottom: 5px solid #9b5484;
}
#menu-topo ul li.active {
  background-color: transparent;
}
#menu-topo ul li.active a {
  color: #9b5484;
  border-bottom: 5px solid #9b5484;
  background-color: transparent;
}
#menu-topo .sub-menu {
  position: absolute;
  min-width: 115px;
  display: none;
  transition: all .3s;
  background-color: transparent;
  z-index: 1;
}
#menu-topo .sub-menu li {
  width: 100%;
  white-space: nowrap;
  float: none;
}
#menu-topo .jq-submenu {
  width: 100%;
  left: 100%;
  margin-top: -65px;
}
#menu-topo .jq-submenu-cel {
  position: relative;
  width: 100%;
}

/* lg */
/* md */
/* sm */
/* xs */
/* XS Portrait */
@media (max-width: 480px) {
  nav #mobile-nav {
    margin-top: 90px;
  }
  nav .side-nav {
    width: 70%;
  }
  nav .side-nav .active, nav .side-nav li:hover {
    background-color: transparent;
  }
  nav .brand-logo {
    top: 14px;
  }
}
@media (min-width: 1024px) {
  nav #menu-topo:not(.small) img {
    display: none;
  }

  nav.small {
    height: 59px !important;
    position: fixed;
    z-index: 9;
    transition: all 0.5s linear;
    padding-top: 0px !important;
    -webkit-box-shadow: -1px 5px 16px -4px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: -1px 5px 16px -4px rgba(0, 0, 0, 0.75) !important;
    box-shadow: -1px 5px 16px -4px rgba(0, 0, 0, 0.75) !important;
  }
}

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