body.user.login {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% top;
  background-attachment: fixed;
}
body.user.login .form-login {
  padding: 15px;
  margin: 0 auto;
}
body.user.login .form-login #senai,
body.user.login .form-login #telecentro {
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  display: table;
}
body.user.login .form-login #titulo {
  margin-top: 20px !important;
  color: #324FA4 !important;
  font-size: 25px !important;
  font-weight: bold !important;
  text-align: center !important;
}
body.user.login .form-login input {
  max-width: 330px;
  height: 45px !important;
  text-align: center !important;
  color: #93A8C1 !important;
}
body.user.login .form-login .button {
  margin: 10px 8px 10px 35px !important;
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
  padding: 0;
  font-weight: 900;
}
body.user.login .form-login .button:hover,
body.user.login .form-login .button:focus,
body.user.login .form-login .button:active {
  background: #74D9F7 !important;
  border-color: #74D9F7 !important;
  box-shadow: 0 0 0 2px #74D9F7 inset !important;
  outline: none;
  cursor: pointer;
}
body.user.login .form-login .button i {
  margin: 0 !important;
}

body.user:before {
  content: " ";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% top;
  background-attachment: fixed;
  opacity: 0.2;
  z-index: -1;
}
body.user input[type="file"] {
  height: 38px !important;
  overflow: hidden;
}

body.user #menu {
  border: none;
  box-shadow: none;
  background: transparent;
}
body.user #menu #logo {
  padding-top: 0.3em;
}
body.user #menu #logo:hover {
  background: inherit !important;
}
body.user #menu #logo > img {
  width: 20em;
}
body.user #menu #sair {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
body.user #menu #sair i {
  margin: auto;
}

body.user.conteudo {
  position: relative;
  height: 100% !important;
  overflow: hidden;
  cursor: progress !important;
}
body.user.conteudo footer:last-of-type {
  height: 4rem;
  padding: 1rem calc(2.25rem + 5px);
}
body.user.conteudo footer:last-of-type:before,
body.user.conteudo footer:last-of-type:after {
  width: 0;
}
body.user.conteudo footer:last-of-type > * {
  width: 100%;
}
body.user.conteudo #content {
  min-height: 30rem;
  padding: 0 0.25rem;
}
body.user.conteudo #content:after,
body.user.conteudo #content:before {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 51;
  -webkit-transition: width 2s;
  -moz-transition: width 2s;
  -ms-transition: width 2s;
  -o-transition: width 2s;
  transition: width 2s;
}
body.user.conteudo #content:after {
  left: 0;
}
body.user.conteudo #content:before {
  right: 0;
}
body.user.conteudo #content iframe,
body.user.conteudo #content .divframe {
  width: 100%;
  height: 100%;
  border: none;
}
body.user.conteudo #content .prev,
body.user.conteudo #content .next {
  position: absolute;
  top: calc(50% - 2.57142858em);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.user.conteudo #content .prev.double,
body.user.conteudo #content .next.double {
  top: calc(50% - 2 * 2.57142858em);
}
body.user.conteudo #content .prev {
  left: calc(2.25rem + 5px);
}
body.user.conteudo #content .next {
  right: calc(2.25rem + 5px);
}
body.user.conteudo #content .prev > *,
body.user.conteudo #content .next > * {
  opacity: 0.25;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 50;
}
body.user.conteudo #content .prev > *:not(:first-child),
body.user.conteudo #content .next > *:not(:first-child) {
  margin-top: 0.3rem;
}
body.user.conteudo #content .prev > *:hover,
body.user.conteudo #content .next > *:hover {
  opacity: 1;
}
body.user.conteudo:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
}
body.user.conteudo.transicao {
  cursor: auto !important;
}
body.user.conteudo.transicao:after {
  display: none;
}
body.user.conteudo.transicao #content:after,
body.user.conteudo.transicao #content:before {
  cursor: auto;
  width: 0.25rem;
}

.cursos {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: -0.6rem;
}
.cursos + .menu {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border: none;
  background: transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.cursos + .menu > .item {
  border-radius: 0 !important;
  padding: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end !important;
  -moz-align-items: flex-end !important;
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}
.cursos + .menu > .item.active {
  font-size: 1.5em;
}
.cursos .curso,
.cursos .curso-progress {
  position: relative;
}
.cursos .curso {
  background: white;
  box-shadow: 0 1px 2px 0 rgba(34,36,38,0.15);
  margin-left: 0.6rem;
  margin-bottom: 1.8rem;
  padding: 1.2rem;
  width: 300px;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.cursos .curso .curso-image {
  width: 100%;
  height: 100%;
  border: 1px dashed #0d71bb33;
}
.cursos .curso .curso-image img {
  width: 100% !important;
  height: auto !important;
  display: table;
}
.cursos .curso:before {
  content: " ";
  position: absolute;
  width: 45px;
  height: 45px;
  top: -15px;
  right: 15px;
  z-index: 5;
  background: grey;
  opacity: 0.6;
  border-radius: 45px;
}
.cursos .curso:after {
  content: attr(data-nota);
  position: absolute;
  width: 90px;
  height: 1.2rem;
  font-size: 0.8rem;
  top: 0;
  left: 1.2rem;
  z-index: 6;
}
.cursos .curso[data-situacao]:before {
  background-size: 100%;
}
.cursos .curso .curso-progress,
.cursos .curso .curso-progress-bar,
.cursos .curso .curso-progress:after {
  height: 12.5px;
  padding-bottom: 12.5px;
}
.cursos .curso .curso-progress-bar {
  background: #469750;
}
.cursos .curso .curso-progress,
.cursos .curso .curso-progress:after {
  width: 100%;
}
.cursos .curso .curso-progress-bar,
.cursos .curso .curso-progress:after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
}
.cursos .curso .curso-progress {
  background: #90AECC35;
}
.cursos .curso .curso-progress:after {
  background-repeat: repeat-x;
  background-size: auto 100%;
}
