* {
  box-sizing:border-box,
}
html {
  height:100%;
  overflow: hidden;
  background-color: #EEE;
}

div {
  box-sizing: border-box;
}

body {
  padding: 0;
  font-size: 16px !important;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  background-color: #EEEEEE;
  margin:0px;
  padding-bottom: 80px;
  min-height: 350px;
  height: 100%;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  text-align: justify;
}

.line {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #689bce;
}

.load-3 .line:nth-last-child(1) {
  animation: loadingC 0.6s 0.1s linear infinite;
}
.load-3 .line:nth-last-child(2) {
  animation: loadingC 0.6s 0.2s linear infinite;
}
.load-3 .line:nth-last-child(3) {
  animation: loadingC 0.6s 0.3s linear infinite;
}

@keyframes loadingC {
0 {
  transform: translate(0, 0);
}
50% {
  transform: translate(0, 15px);
}
100% {
  transform: translate(0, 0);
}
}


h1 {
  font-family: "Open Sans";
  font-weight: 800;
  font-style: normal;
  color: #27272E;
  font-size: 1.500em;
  margin: 0;
  line-height: 1.1;
  text-transform: uppercase;
}


h2 {
  padding-top: 4px;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  color: #27272E;
  text-transform: uppercase;
  border-top: 1px solid #A9A9A9;
  font-size: .874em;
  text-align: center;
  line-height: 1;
  margin-top: 1.953em;

}
h3 {
  font-style: italic;
  font-weight: 700;
  font-size: 1.229em;
  margin: 1em 0 .25em 0;
}

p {
  margin-bottom: 1em;
}


.fabMobile {
  bottom: 75px;
  right: 20px;
  height: 50px;
}
.fabMobileSpeed {
  bottom: 75px;
  right: 20px;
}

.fabWeb {
  top: 154px;
  right: calc(((100% - 958px)/4) - 50px);
}

.pageContent {
  margin: 0 auto;
  width:100%;

}

.pageContentFullScreen {
  width:100%;

}

a:hover {
  cursor: pointer;
}

.cursorOnHover:hover {
  cursor: pointer;

}


div[role=dialog] {
  z-index: 1399;
  overflow: hidden;
}

.selectWhiteInput {
  color:#FFFFFF;
}

.selectWhiteRoot {
  color:#FFFFFF;
  padding-top: 10px;
}

.selectWhiteRoot svg{
  color:#FFFFFF;
}

.selectWhiteRoot::after {
  border-bottom:#FFFFFF;
}


.sticky {
  top: 55px;
  width: calc(100% - 55px);
  z-index: 3;
  position: fixed;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  display: flex;
  justify-content: space-around;
  height: 80px;
  background-color: #fff;
}


.divBackgroundLogin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.form-group:last-of-type{
  padding-bottom: 8px;
}
div.form-group:not(:empty) {
  /*border-bottom: 1px solid #ddd;*/
  padding: 0 15px 3px;
  margin-bottom:10px;
  color: rgba(0, 0, 0, 0.87);
  background-color: rgb(255, 255, 255);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
  border-radius: 2px;
}

div.form-group.radio-group {
  padding-bottom: 14px;
}

div.form-group {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 25em) {
  body { font-size: 90%;}
}

.highlightWords {
  background-color: gold;
}

.highlightWordsTextOnly {
  color: #3a8528;
}

.destaque {
  background-color: #ffe889;
  border-radius: 3px;
}

.destaqueSomenteTexto {
  color: #3a8528;
}


#submenu ul li:hover i,#mainmenu li:hover i
{
  text-shadow:0px 0px 10px #fff;
  -webkit-transition:0.3s;
  -moz-transition:0.3s;
  -o-transition:0.3s;
  -ms-transition:0.3s;
  transition:0.3s;
}
#submenu ul li:hover span,#mainmenu li:hover span
{
  text-shadow:0px 0px 10px #fff;
  -webkit-transition:0.3s;
  -moz-transition:0.3s;
  -o-transition:0.3s;
  -ms-transition:0.3s;
  transition:0.3s;
}

#submenu ul
{
  margin:0px;
  padding:0px;
}

#submenu ul li
{
  list-style-type:none;
  float:left;
  text-align:center;
  margin:0px;
}

/*ul li span*/
/*{*/
/*display:block;*/
/*font-size:0.7em;*/
/*}*/

.buttomNavigation {
  background-color: #689bce;
  padding: 10px 0px;
  border-radius: 6px;
  margin:1px;
  font-size:1em;
  color:#FFF;
  cursor:pointer;
  position: relative;
  height:30px;

}

#mainmenu ul li
{
  padding:3% 0%;
  background:#0084cf;
  width:35%;
  font-size:1em;
  color:#fff;
  cursor:pointer;
}

#mainmenu ul li:nth-child(2)
{
  width:30%;
  background:#0084cf;
}

#submenu
{
  position:fixed;
  bottom:55px;
  width: 100%;
  right: calc(50% - 165px);
  margin-left: -157px;
  max-width: 315px;
  z-index:1201;
  height:5px;

}



#submenu ul li
{
  background:transparent;
  font-size:1em;
  color:#fff;
  cursor:pointer;
  position: relative;
  border-radius: 15px;
  height:30px;
  width:20%;
  -webkit-transform-origin: 0 0;
  -webkit-transform: perspective(800px) rotateX(270deg);
  -moz-transform-origin: 0 0;
  -moz-transform: perspective(800px) rotateX(270deg);
  -ms-transform-origin: 0 0;
  -ms-transform: perspective(800px) rotateX(270deg);
  -o-transform-origin: 0 0;
  -o-transform: perspective(800px) rotateX(270deg);
  transform-origin: 0 0;
  transform: perspective(800px) rotateX(270deg);
}

#submenu ul li div
{
  background-color: #689bce;
  padding: 10px 0px;
  border-radius: 6px;
  margin:1px;
  -webkit-transform:rotateX(-180deg);
  -moz-transform:rotateX(-180deg);
  -o-transform:rotateX(-180deg);
  -ms-transform:rotateX(-180deg);
  transform:rotateX(-180deg);
}

.activeli
{
  -webkit-transform: perspective(800px) rotateX(180deg)!important;
  -moz-transform: perspective(800px) rotateX(180deg)!important;
  -ms-transform: perspective(800px) rotateX(180deg)!important;
  -o-transform: perspective(800px) rotateX(180deg)!important;
  transform: perspective(800px) rotateX(180deg)!important;
}

#submenu ul li div:hover{
  background-color: #006fb4;
  -webkit-transition:1s;
  -ms-transition:1s;
  -moz-transition:1s;
  -o-transition:1s;
  transition:1s;
}

#submenu ul li:nth-child(1)
{
  -webkit-transition:1s;
  -moz-transition:1s;
  -ms-transition:1s;
  -o-transition:1s;
  transition:1s;
}
#submenu ul li:nth-child(2)
{
  -webkit-transition:1.2s;
  -moz-transition:1.2s;
  -ms-transition:1.2s;
  -o-transition:1.2s;
  transition:1.2s;
}
#submenu ul li:nth-child(3)
{
  -webkit-transition:1.4s;
  -moz-transition:1.4s;
  -ms-transition:1.4s;
  -o-transition:1.4s;
  transition:1.4s;
}
#submenu ul li:nth-child(4)
{
  -webkit-transition:1.6s;
  -moz-transition:1.6s;
  -ms-transition:1.6s;
  -o-transition:1.6s;
  transition:1.6s;
}
#submenu ul li:nth-child(5)
{
  -webkit-transition:1.8s;
  -moz-transition:1.8s;
  -ms-transition:1.8s;
  -o-transition:1.8s;
  transition:1.8s;
}

#submenu ul li.activeli:nth-child(1)
{
  -webkit-transition:1s;
  -moz-transition:1s;
  -ms-transition:1s;
  -o-transition:1s;
  transition:1s;
}
#submenu ul li.activeli:nth-child(2)
{
  -webkit-transition:1.2s;
  -moz-transition:1.2s;
  -ms-transition:1.2s;
  -o-transition:1.2s;
  transition:1.2s;
}
#submenu ul li.activeli:nth-child(3)
{
  -webkit-transition:1.4s;
  -moz-transition:1.4s;
  -ms-transition:1.4s;
  -o-transition:1.4s;
  transition:1.4s;
}
#submenu ul li.activeli:nth-child(4)
{
  -webkit-transition:1.6s;
  -moz-transition:1.6s;
  -ms-transition:1.6s;
  -o-transition:1.6s;
  transition:1.6s;
}
#submenu ul li.activeli:nth-child(5)
{
  -webkit-transition:1.8s;
  -moz-transition:1.8s;
  -ms-transition:1.8s;
  -o-transition:1.8s;
  transition:1.8s;
}

div.liBottomNav {
  background-color: #689bce;
  color: #000;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
div.liBottomNav:hover {
  background-color: #3884d2;
}
div.liBottomNav i {
  transition: all 0.35s ease;
}
div.liBottomNav.active {
    background-color: #689bce;
}
.menuItemActive {
    background-color: #689bce;
}

.markedText {
  position:relative;
  background-color: #c3daf1;
  cursor: pointer;
}

.commentedText {
  background-color: #c3daf1;
  text-decoration-color: #879fb8;
  text-decoration-line: underline;
  text-decoration-style: wavy;

}



/* Loading */
.loader {
  background-color: #61616199;
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: 0.2em;
  border-radius: 30px;
}

.loader::before, .loader::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  position: absolute;
  animation: load .7s infinite ease-in-out;
  animation-direction: alternate
}

.loader::before {
  top: 0;
}

.loader::after {
  bottom: 0;
}


@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
    border-radius: 30px;
  }
  50% {
    height: 8px;
    width: 40px
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
    border-radius: 30px;
  }
}
















/* ANIMACAO quando a página está carregando ****************************************8 */
.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: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

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

.appBarTitle {
  font-size: 4.8vw;
}

@media screen and (min-width: 400px) {
  .appBarTitle {
    font-size: 1.25rem;
  }
}

.wrap {
  text-align: center;
  position: relative;
  width:100%;
  display:flex;
  flex-direction: row;
  justify-content: center;
}
.wrap:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid black;
  background: black;
  width: 100%;
  transform: translateY(-50%);
}

/* Accordion styles */
.tabs {
  border-radius: 8px;
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1em;
  background: #2c3e50;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.tab-label:hover {
  background: #1a252f;
}
.tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}

input.accordion:checked + .tab-label {
  background: #1a252f;
}
input.accordion:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
input.accordion:checked ~ .tab-content {
  max-height: none;
  overflow-y: auto;
  padding: 1em;
}

input.accordion {
  position: absolute;
  opacity: 0;
  z-index: -1;
}



/*== start of code for tooltips ==*/
.tool {
  cursor: help;
  position: relative;
}


/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
  left:-1000px;
  opacity: 0;
  position: absolute;
  z-index: -100;
}


.tool:hover::before,
.tool:focus::before {
  left:0px;
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 99999;
}

.tool:hover::after,
.tool:focus::after {
  left:50%;
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 99999;
}


/*== pointer tip ==*/
.tool::before {
  border-style: solid;
  border-width: 1em 0.75em 0 0.75em;
  border-color: #3E474F transparent transparent transparent;
  bottom: 100%;
  content: "";
  margin-left: -0.5em;
  transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
  transform:  scale(.6) translateY(-50%);
}

.tool:hover::before,
.tool:focus::before {
  transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
}


/*== speech bubble ==*/
.tool::after {
  position:absolute;
  background: #3E474F;
  border-radius: .25em;
  color: #EDEFF0;
  top:100%;
  content: attr(data-tip);
  margin-left: -8.75em;
  padding: 1em;
  transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
  transform:  scale(.6) translateY(50%);
  width: 17.5em;
}

.tool:hover::after,
.tool:focus::after  {
  transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
}

@media (max-width: 760px) {
  .tool::after {
    font-size: .75em;
    margin-left: -5em;
    width: 10em;
  }
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.focusedTab {
  font-weight: bold;
  }

.paragrafoSelecionado {
  background-color: #f6e96c;
}


#backtotopbutton {
  display: inline-block;
  background-color: #2f7ab6;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 12px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  transition: background-color .3s,
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtotopbutton::after {
  content: "^";
  font-weight: bold;
  font-style: normal;
  font-size: 2em;
  color: #fff;
}
#backtotopbutton:hover {
  cursor: pointer;
  background-color: #245f8f;
}
#backtotopbutton:active {
  background-color: #1f537d;
}
#backtotopbutton.show {
  opacity: 1;
  visibility: visible;
}


.unselectable {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.realistic {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15));
  color: #222;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  text-align: justify;
  left: 0;
  opacity: 0.7;
  transform-origin: 50% 600px;
  max-width: 900px;
  transform: perspective(1200px) rotateY(0deg) rotateX(0deg);
  text-shadow: 0 0 3px rgba(34, 34, 34, 0.6), 0 0 1px rgba(34, 34, 34, 0.2);

}

.no-copy {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}
