@import url(../fonts/Material-Design-Iconic-Font/material-design-iconic-font.min.css);
@font-face {
  font-family: Poppins;
  src: url("/siga/assets/fonts/Poppins/Poppins-Regular.ttf");
}
@font-face {
  font-family: Poppinsbold;
  src: url("/siga/assets/fonts/Poppins/Poppins-Bold.ttf");
}
@font-face {
  font-family: PoppinsLight;
  src: url("/siga/assets/fonts/Poppins/Poppins-Light.ttf");
}
@font-face {
  font-family: PoppinsBlack;
  src: url("/siga/assets/fonts/Poppins/Poppins-Black.ttf");
}
@font-face {
  font-family: Poppinsemibold;
  src: url(/siga/assets/fonts/Poppins/Poppins-SemiBold.ttf);
}
html, body {
  font-family: Poppins;
  font-size: 16px;
  height: 100%;
  margin: 0;
  color: #333333;
}

body {
  background-color: #ffffff;
}

h1 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 900;
}

h2 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 800;
}

h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

p {
  font-size: 16px;
  line-height: 24px;
}

.text-md {
  font-size: 14px;
  line-height: 20px;
}

small {
  font-size: 12px;
  line-height: 16px;
}

.text-lg {
  font-size: 17px;
  line-height: 26px;
}

strong,
b {
  font-weight: 800;
}

a {
  color: #5062B5;
  font-weight: 600;
  text-decoration: underline;
  transition: 0.3s;
}
a:hover {
  color: #5062B5;
}

.font-Bold {
  font-weight: bold;
}

.border-card-title {
  border-radius: 30px !important;
}

.card-shadow {
  box-shadow: 0px 5px 0px 0px #474185 !important;
}

.badge-primary {
  background-color: #333333;
  color: #fff;
}

.badge-secondary {
  background-color: #BDB9EB;
  color: #333333;
}

.badge-default {
  background-color: #ffffff;
  border: 1px solid #BCBEC0;
}

.badge-success {
  background-color: #4B76AB;
  color: #874BAB;
}

.badge-warning {
  background-color: #554E9E;
  color: #333333;
}

.badge-info {
  background-color: #2F80ED;
  color: #ffffff;
}

.badge {
  font-weight: 400;
}

.btn {
  border-radius: 40px;
  padding: 8px 15px;
  font-weight: 800;
  text-decoration: none !important;
}
.btn:focus {
  box-shadow: none;
}
.btn img {
  margin-right: 5px;
  vertical-align: sub;
}

.btn-primary {
  background-color: #333333;
  color: #ffffff;
  border: 1px solid #333333;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #333333;
}

.btn-secondary {
  background-color: #554E9E;
  color: #BDB9EB;
  border: 1px solid #554E9E;
  border-radius: 40px;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #333333;
}

.btn-secondary-gray {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #C6CEE6;
  border-radius: 40px;
}
.btn-secondary-gray:hover, .btn-secondary-gray:focus {
  background-color: #C6CEE6;
  color: #333333;
  border: 1px solid #414042;
}

.btn-tertiary {
  background-color: #ffffff;
  color: #333333;
  border: 0px;
  border-radius: 40px;
}
.btn-tertiary:hover, .btn-tertiary:focus {
  background-color: #C6CEE6;
  color: #333333;
  border: 1px solid #414042;
}

.btn-quartiary {
  background-color: #C6CEE6 !important;
  color: #333333 !important;
  border: 0px solid #C6CEE6 !important;
  border-radius: 27px !important;
}
.btn-quartiary:hover, .btn-quartiary:focus {
  background-color: #C6CEE6 !important;
  color: #333333 !important;
  border: 0px solid #C6CEE6 !important;
}

.btn-default {
  background: #FFFFFF;
  color: #333333;
  border: 1px solid #333333;
}
.btn-default:hover, .btn-default:focus {
  background: #333333;
  color: #fff;
  border: 1px solid #333333;
}

.btn-outline-primary {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #C6CEE6;
  border-radius: 40px;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #333333;
  color: #ffffff;
  border: 1px solid #333333;
}

.btn-outline-secondary {
  background-color: #ffffff;
  color: #BCBEC0;
  border: 1px solid #BCBEC0;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus {
  background-color: #BCBEC0;
  color: #ffffff;
  border: 1px solid #BCBEC0;
}

.btn-outline-success {
  background-color: #ffffff;
  color: #adb617;
  border: 1px solid #6390A7;
}
.btn-outline-success:hover, .btn-outline-success:focus {
  background-color: #adb617;
  color: #ffffff;
  border: 1px solid #adb617;
}

.btn-outline-default {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn-outline-default:hover, .btn-outline-default:focus {
  background: #ffffff;
  color: #003444;
}

.color-black {
  color: #414042;
}

.color-orange {
  color: #554E9E;
}

.color-primary {
  color: #333333;
}

.color-success {
  color: #adb617;
}

.color-blue {
  color: #2D9CDB;
}

.color-gray-300 {
  color: #414042;
}

.bg-vli {
  background-color: #333333;
}

.bg-success {
  background-color: #adb617;
}

.bg-orange {
  background-color: #554E9E;
}

.bg-pink {
  background-color: #735aa2;
}

.mt-60 {
  margin-top: -60px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-50 {
  border-radius: 50px;
}

.no-footer .page-wrapper-row {
  display: none !important;
}

@media (min-width: 1024px) {
  .hidden-desktop {
    display: none;
  }
}
@media (max-width: 1023px) {
  .hidden-mobile {
    display: none;
  }
}
.nav-bar-color {
  background-color: #BDB9EB;
}

.navbar a {
  text-decoration: none !important;
}

.bn-boasvindas {
  width: 100%;
}

.navbar .navbar-brand img {
  max-width: 180px;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  overflow-y: hidden;
  background-color: #f5f5f5;
}
.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.nav-scroller .nav a {
  text-align: center;
  padding: 18px 15px 15px 15px;
  color: #808285;
  transition: 0.3s;
  border-bottom: 3px solid #f5f5f5;
}
.nav-scroller .nav a i {
  font-size: 25px;
  margin-bottom: 5px;
  display: block;
}
.nav-scroller .nav a .icon-bookmark:before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../images/icons/bookmark.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: block;
  margin: 0 auto;
}
.nav-scroller .nav a:hover {
  text-decoration: none;
  color: #554E9E;
  border-color: #554E9E;
}
.nav-scroller .nav a.active {
  color: #554E9E;
  border-color: #554E9E;
}
.nav-scroller .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}

.menu.fixed-hide {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

.submenu {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.submenu a {
  text-align: center;
  padding: 20px;
  color: #808285;
  transition: 0.3s;
}
.submenu a:hover {
  text-decoration: none;
  color: #554E9E;
}

[data-toggle=collapse][aria-expanded=false]:after {
  font-family: "simple-line-icons";
  content: "\e604";
  margin-left: 5px;
}

[data-toggle=collapse][aria-expanded=true] {
  color: #7450B5 !important;
  border-color: #7450B5 !important;
  font-weight: bolder;
}
[data-toggle=collapse][aria-expanded=true]:after {
  font-family: "simple-line-icons";
  content: "\e607";
  margin-left: 5px;
}

.dropdown-user {
  padding: 0 8px;
}
.dropdown-user .btn {
  width: 100%;
  text-align: left;
  color: #554E9E;
}
.dropdown-user .btn img {
  margin: 0 5px;
}
.dropdown-user .dropdown-toggle {
  text-transform: none;
}
.dropdown-user .dropdown-toggle:after {
  font-family: "simple-line-icons";
  content: "\e604";
  border: none;
  vertical-align: middle;
  margin: 0;
}
.dropdown-user .dropdown-toggle:focus {
  box-shadow: none;
}
.dropdown-user .dropdown-toggle img {
  vertical-align: middle;
}
.dropdown-user .dropdown-menu {
  width: calc(100% - 15px);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.12), 0px -1px 2px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: none;
  margin-top: 0.5rem;
}
.dropdown-user .dropdown-menu .dropdown-item {
  display: block;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  color: #414042;
}
.dropdown-user .dropdown-menu .dropdown-item img {
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  margin-bottom: 3px;
}
.dropdown-user .dropdown-menu .dropdown-item:hover {
  color: #7450B5;
  font-weight: bolder;
  background-color: #f5f5f5 !important;
}

.bell i {
  font-size: 22px;
}
.bell span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #EB5757;
  color: #fff;
  position: absolute;
  margin-top: -8px;
  font-size: 10px;
  text-align: center;
  padding-top: 2px;
  margin-left: 10px;
}
.bell:hover {
  text-decoration: none;
}

.badge i,
.present i {
  font-size: 22px;
}
.badge:hover,
.present:hover {
  text-decoration: none;
}

.box-shadow {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.search-bar {
  padding: 0px 8px;
  width: 100%;
  max-width: 400px;
}
.search-bar .form-control {
  background-color: #f5f5f5;
  width: 100%;
  border: none;
  padding-left: 45px;
  border-radius: 10px;
}
.search-bar .form-control:focus {
  box-shadow: none;
}
.search-bar i {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  margin-left: 15px;
  font-size: 18px;
  color: #808285;
  top: 34px;
}

.header-mobile,
.overlay-menu,
.navbar-header-mobile {
  display: none;
}

.color-secondary {
  color: #554E9E;
}

hr {
  border-top: 1px solid #808285;
  opacity: 0.5;
}

.avatar {
  border-radius: 100%;
}

.avatar.avatar-sm {
  width: 30px;
  height: 30px;
}

.avatar.avatar-lg {
  width: 50px;
  height: 50px;
}

.avatar.avatar-xl {
  width: 100px;
  height: 100px;
}

.card {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.card .card-header.bg-vli {
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: none;
}
.card .card-header.bg-vli a {
  color: #ffffff;
}
.card .card-body h4 i {
  vertical-align: middle;
}

.card.card-height {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.header-interno {
  padding: 20px 30px;
}
.header-interno .search-bar {
  background-color: #ffffff;
  border: 1px solid #808285;
  border-radius: 4px;
  margin-bottom: 15px;
}
.header-interno .search-bar .icon-search {
  left: 30px;
}
.header-interno select.form-control {
  border: 1px solid #808285;
}
.header-interno select.form-control:focus {
  box-shadow: none;
}
@media (max-width: 992px) {
  .header-interno {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.card-anual {
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  background-color: #273055;
  min-height: 275px;
  width: 100%;
}
.card-anual h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}
.card-anual h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}
.card-anual p {
  font-size: 12px;
  margin-bottom: 0;
}

.card-semestral {
  padding: 20px;
  border-radius: 20px;
  background: #eeeeee;
  min-height: 275px;
  width: 100%;
}
.card-semestral h5 {
  margin-top: 20px;
  font-size: 10px;
}

.premio-livros {
  width: 100%;
}

.vale-livros {
  transform: rotate(-20deg);
  max-width: 100px;
}

.premio-brinde {
  width: 100%;
}

.premio-trophy {
  position: absolute;
  top: -170px;
  width: 100%;
}

.premio-medal {
  position: absolute;
  top: -125px;
  width: 100px;
}

@media (max-width: 576px) {
  .card-anual,
.card-semestral {
    min-height: auto;
  }

  .premio-trophy {
    max-width: 250px;
  }

  .premio-livros {
    max-width: 150px;
  }

  .premio-brinde {
    max-width: 150px;
  }
}
.th-curso {
  width: 90px;
  height: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.th-curso.nao-iniciada:before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: #ffffff url("../images/icons/Lock.svg") no-repeat center;
  background-size: 25px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 80px;
}

.table td,
.table th {
  vertical-align: middle;
}

.star-rating {
  font-size: 0;
}

.star-rating__wrap {
  display: inline-block;
  font-size: 1rem;
}

.star-rating__wrap:after {
  content: "";
  display: table;
  clear: both;
}

.star-rating__ico {
  float: right;
  padding-left: 5px;
  cursor: pointer;
  color: #554E9E;
  font-size: 25px;
}

.star-rating__ico:last-child {
  padding-left: 0;
}

.star-rating__input {
  display: none;
}

.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
  font-weight: 900;
}

.card {
  border-radius: 8px;
  box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.16);
  border: none;
}

.notificacao {
  border-radius: 50px;
  background-color: #333333;
  color: #ffffff;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 10px;
  padding: 0px 3px;
}

.scroll {
  overflow-x: hidden;
  overflow-y: auto;
}
.scroll::-webkit-scrollbar {
  width: 5px;
}
.scroll::-webkit-scrollbar-thumb {
  background: #333333;
  border-radius: 8px;
}
.scroll::-webkit-scrollbar-track {
  background: #BCBEC0;
  border-radius: 20px;
}

.btn-arrow {
  width: 36px;
  height: 36px;
  background-color: #BCBEC0;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 0;
}
.btn-arrow:hover {
  background-color: #C6CEE6;
}

[data-toggle=collapse] img {
  margin-top: -1px;
}

.timeline [aria-expanded=true] img {
  transform: rotate(180deg);
}
.timeline [aria-expanded=true] .mostrar {
  display: none;
}
.timeline [aria-expanded=true] .ocultar {
  display: block;
}
.timeline [aria-expanded=false] .ocultar {
  display: none;
}
.timeline [aria-expanded=false] .mostrar {
  display: block;
}

.loading {
  text-align: center;
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.tag {
  border-radius: 58px;
  background-color: #77A5B3;
  color: #fff;
  padding: 5px 10px;
  line-height: 30px;
}

.tag-green {
  color: #C6CEE6;
  background-color: #77A5B3;
}

.tag-orange {
  color: #ffffff;
  background-color: #554E9E;
}

.tag-red {
  color: #ffffff;
  background-color: #EB5757;
}

.conteudo {
  padding: 0px 30px 20px 30px;
}
.conteudo .card {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
  border-radius: 4px !important;
}

.badgeNotification.hidden {
  display: none;
}

.badgeNotification {
  width: 18px;
  height: 18px;
  background-color: #af1d1e;
  color: #ffffff;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  font-size: 10px;
  padding-top: 2px;
  bottom: 5px;
  left: 28px;
}

a .badgeNotification {
  position: inherit;
  display: inline-block;
}

.equipe .avatar {
  box-shadow: -5px 10px 40px rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
  margin-top: -30px;
  width: 80px;
  height: 80px;
}
.equipe .pontos {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  text-align: center;
  margin-top: -20px;
  z-index: 5;
}
.equipe .pontos span {
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 8px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 2px 5px;
  color: #666666;
}
.equipe .card {
  box-shadow: 0px 4px 17px rgba(17, 17, 17, 0.1);
  border-radius: 8px !important;
  height: 100%;
}
.equipe .card::after {
  content: "\e606";
  font-family: "simple-line-icons";
  font-size: 20px;
  position: absolute;
  right: 10px;
  color: #808285;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  justify-content: center;
}
@media (min-width: 1024px) {
  .equipe .card .progress {
    max-width: 95%;
  }
}
.equipe .card .card-footer {
  border-color: #f5f5f5;
  border-radius: 0px 0px 8px 8px !important;
}

@media (max-width: 1600px) and (min-width: 992px) {
  .equipe.col-lg-3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.equipe-detalhes .card {
  box-shadow: 0px 4px 17px rgba(17, 17, 17, 0.1);
  border-radius: 8px !important;
  height: 100%;
}
.equipe-detalhes .card .card-header {
  border-radius: 8px 8px 0px 0px !important;
}
.equipe-detalhes .card .card-body .th-curso {
  width: 60px;
  height: 60px;
}
.equipe-detalhes .card .card-body .tab-pane ul {
  list-style: none;
}
.equipe-detalhes .card .card-body .tab-pane ul li img {
  margin-left: -10px;
}
.equipe-detalhes .card .card-body .row[aria-expanded=false] .iconRight {
  transform: rotate(0deg);
}
.equipe-detalhes .card .card-body .row[aria-expanded=true] .iconRight {
  transform: rotate(90deg);
}
.equipe-detalhes .search-bar {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-bottom: 15px;
}
.equipe-detalhes .search-bar .icon-search {
  left: 30px;
}

@media (max-width: 1600px) and (min-width: 992px) {
  .equipe-detalhes.col-lg-9 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.equipe-progresso {
  position: absolute;
  right: 30px;
  margin-top: -85px;
}

.media-list .badge-secondary {
  color: #414042;
  background-color: #f5f5f5;
  font-weight: 600;
}

.media-list .media {
  padding: 0.8rem;
  border-bottom: 1px solid #ffffff;
}

.media-list .media:last-child {
  border-bottom: none;
}

h5.media-heading {
  font-size: 0.95rem;
  margin-bottom: 0;
}

.media-list .media .media-left {
  padding-right: 15px;
}

.media-list .avatar.avatar-lg {
  border: 2px solid #ffffff;
}

.datepicker.dropdown-menu {
  font-size: 12px;
}
.datepicker.dropdown-menu table tr td.today {
  background: transparent;
  color: #333333;
  font-weight: 700;
}
.datepicker.dropdown-menu table tr td.active,
.datepicker.dropdown-menu table tr td.active:focus,
.datepicker.dropdown-menu table tr td.active:hover {
  background: #f8e1d3;
  color: #bb581c;
  font-weight: 400;
}

.activity-timeline.timeline-left {
  border-left: 2px solid #dae1e7;
  padding-left: 40px;
  margin-left: 1.5rem;
}
.activity-timeline.timeline-left small {
  color: #414042;
}
.activity-timeline.timeline-left li {
  position: relative;
  margin-bottom: 20px;
}
.activity-timeline.timeline-left li p {
  margin-bottom: 0;
}
.activity-timeline.timeline-left li .timeline-icon {
  position: absolute;
  top: 0;
  left: -3.8rem;
  padding: 0.7rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}
.activity-timeline.timeline-left li .timeline-icon i {
  vertical-align: sub;
}

.activity-timeline.timeline-right {
  border-right: 2px solid #dae1e7;
  padding-right: 40px;
  margin-right: 1.5rem;
}
.activity-timeline.timeline-right li {
  position: relative;
  margin-bottom: 20px;
  text-align: right;
}
.activity-timeline.timeline-right li p {
  margin-bottom: 0;
}
.activity-timeline.timeline-right li .timeline-icon {
  position: absolute;
  top: 0;
  right: -4.3rem;
  padding: 0.6rem 0.7rem;
  border-radius: 50%;
  color: #fff;
}
.activity-timeline.timeline-right li .timeline-icon i {
  vertical-align: sub;
}

/** Comentarios **/
.comentarios .widget {
  background: #fff;
  border-radius: 0;
  border: none;
  margin-bottom: 30px;
}
.comentarios .has-shadow {
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
}
.comentarios .widget-header {
  background: #fff;
  padding: 0.85rem 1.4rem;
  position: relative;
  width: 100%;
}
.comentarios h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.comentarios h4 {
  color: #f15a2c;
  margin-top: 0;
  margin-bottom: 5px;
}
.comentarios .widget-body {
  padding: 1rem 1.4rem;
}
.comentarios .comments {
  background: #f5f6fb;
}
.comentarios .comments-header {
  border-top: 0.07rem solid #eee;
  padding: 2rem 1.4rem 0;
  position: relative;
  width: 100%;
}
.comentarios .comments-header .user-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.07rem;
}
.comentarios .comments-header .user-image img {
  width: 40px;
}
.comentarios .comments-header .title {
  color: #333;
  font-size: 1rem;
}
.comentarios .comments-header .username {
  color: #333;
  font-weight: 600;
}
.comentarios .comments-body {
  padding: 1rem 1.4rem 2rem;
}
.comentarios .comments-footer {
  padding: 0 1.4rem 1rem 1.4rem;
}
.comentarios .comments-footer .meta li {
  display: inline-block;
  margin-right: 0.3rem;
}
.comentarios .comments-footer .meta li a {
  color: rgba(52, 40, 104, 0.3);
}
.comentarios .comments-footer .meta li a:hover {
  color: rgba(52, 40, 104, 0.9);
}
.comentarios .comments-footer .meta li i {
  font-size: 1.2rem;
  vertical-align: middle;
}
.comentarios .comments-footer .meta li .rep {
  font-size: 0.85rem;
  vertical-align: middle;
}
.comentarios .reply {
  background: #f5f6fb;
  position: relative;
}
.comentarios .reply::before {
  position: absolute;
  display: block;
  left: 30px;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background-color: #e4e8f0;
  content: " ";
}
.comentarios .reply::after {
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  width: 15px;
  height: 15px;
  border: 3px solid #f5f6fb;
  border-radius: 50%;
  background-color: rgba(52, 40, 104, 0.2);
  content: " ";
}
.comentarios .reply-header {
  border-top: 0.07rem solid #eee;
  padding: 1.5rem 1.4rem 0 5rem;
  position: relative;
  width: 100%;
}
.comentarios .reply-header .user-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.07rem;
}
.comentarios .reply-header .user-image img {
  width: 40px;
}
.comentarios .reply-header .title {
  color: #333;
}
.comentarios .reply-header .username {
  color: #333;
  font-weight: 600;
}
.comentarios .reply-body {
  padding: 1rem 1.4rem 1.2rem 5rem;
}
.comentarios .reply-footer {
  padding: 0 1.4rem 1rem 5rem;
}
.comentarios .reply-footer .meta li {
  display: inline-block;
  margin-right: 0.3rem;
}
.comentarios .reply-footer .meta li a {
  color: rgba(52, 40, 104, 0.3);
}
.comentarios .reply-footer .meta li a:hover {
  color: rgba(52, 40, 104, 0.9);
}
.comentarios .reply-footer .meta li i {
  font-size: 1.2rem;
  vertical-align: middle;
}
.comentarios .reply-footer .meta li .rep {
  font-size: 0.85rem;
  vertical-align: middle;
}
.comentarios .publisher {
  border-top: 0.07rem solid #eee;
  position: relative;
  padding: 1rem;
  background: #f5f6fb;
  display: flex;
  align-items: center;
}
.comentarios .rounded-circle {
  border-radius: 50% !important;
}
.comentarios .widget-header .user-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.07rem;
}
.comentarios .widget-header .user-image img {
  width: 50px;
}
.comentarios .widget-header .user-image .title {
  color: #333;
  font-size: 1rem;
  padding-top: 5px;
}
.comentarios .widget-header .user-image .username {
  color: #333;
  font-weight: 600;
  font-size: 1.5rem;
}
.comentarios .widget-header .user-image .time {
  color: #aea9c3;
  font-size: 1.2rem;
}
.comentarios .publisher > * {
  margin: 0 8px;
}
.comentarios .publisher > *:first-child {
  margin-left: 0;
}
.comentarios .publisher > *:last-child {
  margin-right: 0;
}
.comentarios .publisher-multi {
  flex-direction: column;
  align-items: flex-start;
}
.comentarios .publisher-multi > * {
  margin: 0;
  width: 100%;
  flex-grow: 1;
}
.comentarios .publisher-multi .publisher-input {
  padding: 1rem;
  border-radius: 4px;
  color: #98a8b4;
}
.comentarios .publisher-input {
  border: 0 none;
  outline: none !important;
  background-color: #fff;
  flex-grow: 1;
}
.comentarios .publisher-bottom {
  padding: 1rem 0 0;
}
.comentarios .publisher-btn {
  background-color: transparent;
  border: 0 none;
  color: #98a8b4;
  font-size: 1.8rem;
  margin-right: 0.5rem;
}
.comentarios .publisher-btn:hover {
  color: #5d5386;
}
.comentarios h5,
.comentarios .column h5 {
  color: #333;
  font-weight: 600;
}
.comentarios .mr-auto,
.comentarios .mx-auto {
  margin-right: auto !important;
}
.comentarios .flex-column {
  flex-direction: column !important;
}
.comentarios .d-flex {
  display: flex !important;
}
.comentarios .reply-publisher {
  display: none !important;
  padding: 1rem 3rem !important;
}
.comentarios .reply-show {
  display: block !important;
}

/** Comentarios **/
ul.listBookmark a {
  font-size: 1.3em;
}

ul.listNotification h5 {
  color: #131313;
  font-size: 1.3em;
  margin-bottom: 5px;
}

ul.listBookmark p,
ul.listNotification p {
  font-size: 1.1em;
}

ul.listBookmark {
  list-style-type: none;
  padding-left: 35px;
}

ul.listNotification {
  list-style-type: none;
  padding-left: 75px;
}

ul.listBookmark li:before {
  content: "";
  background: #333333 url("/siga/assets/images/icons/Bookmark-White.svg") center no-repeat;
  background-size: 25px;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 40px;
  border-radius: 50%;
}

ul.listNotification li:before {
  content: "";
  background: #333333 url("/siga/assets/images/icons/Bell-White.svg") center no-repeat;
  background-size: 25px;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 40px;
  border-radius: 50%;
}

ul.listBookmark li,
ul.listNotification li {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.btn-card {
  padding: 1.5rem 1rem 2.5rem;
  margin: 0 0 30px;
  width: 100%;
  height: calc(100% - 30px);
  display: inline-block;
  transition: 0.3s;
  border: 1px solid #eee;
  border-radius: 8px !important;
}
.btn-card:hover {
  text-decoration: none;
  transform: translateY(-5px);
  background: #333333;
}
.btn-card:hover h1,
.btn-card:hover h5,
.btn-card:hover h6 {
  color: #fff;
}
.btn-card:hover::before {
  color: rgba(255, 255, 255, 0.2);
}
.btn-card::before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  font-size: 2.3rem;
  bottom: -5px;
  right: 10px;
  font-weight: 300;
}
.btn-card h6 {
  line-height: 1.2rem;
  padding-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.btn-card h5 {
  color: #333333;
}

.nav-tabs {
  border-bottom: 1px solid rgba(128, 130, 133, 0.5);
}
.nav-tabs .nav-link {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding: 0.5rem 1rem;
  border: none;
}
.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #333333;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 3px solid #333333;
  color: #333333;
  font-weight: 700;
}

.bg-pink {
  border: none;
  justify-content: center;
}
.bg-pink .nav-tabs .nav-link {
  color: #ffffff;
}
.bg-pink .nav-tabs .nav-link:hover {
  color: #ffffff;
}
.bg-pink .nav-tabs .nav-item.show .nav-link,
.bg-pink .nav-tabs .nav-link.active {
  border-bottom: 3px solid #ffffff;
  color: #ffffff;
}
.bg-pink .nav-tabs .nav-item span {
  position: absolute;
  margin-top: -15px;
  font-weight: 100;
  margin-left: 10px;
}

.content-library .biblioteca {
  background-image: url("../images/estante.png");
  background-repeat: no-repeat;
  background-position: bottom;
  height: 285px;
  text-align: center;
}
.content-library .biblioteca img {
  max-height: 200px;
  cursor: pointer;
}
.content-library .swiper-slide {
  margin: 0 auto;
}
.content-library .library .alert {
  text-align: center;
  min-height: 130px;
  padding: 0.75rem;
}
.content-library .library .alert p {
  font-size: 0.7em;
  line-height: initial;
  word-wrap: break-word;
}
.content-library .btn-secondary,
.content-library .btn-secondary.disabled {
  background-color: #ffffff !important;
  color: #67757c;
  border: 1px solid #b1b8bb !important;
}
.content-library .btn-secondary:hover, .content-library .btn-secondary:focus,
.content-library .btn-secondary.disabled:hover,
.content-library .btn-secondary.disabled:focus {
  color: #67757c !important;
  box-shadow: none !important;
}
.content-library .btn-success,
.content-library .btn-success.disabled {
  background: #adb617;
  border: 1px solid #adb617;
}
.content-library .btn-success:hover, .content-library .btn-success:focus,
.content-library .btn-success.disabled:hover,
.content-library .btn-success.disabled:focus {
  box-shadow: none !important;
}
.content-library .bg-alert-success {
  color: #155724;
  background-color: rgba(212, 237, 218, 0.7);
  border-color: #c3e6cb;
}
.content-library .bg-alert-success p {
  color: #155724;
}
.content-library .bg-alert-warning {
  color: #856404;
  background-color: rgba(255, 243, 205, 0.7);
  border-color: #ffeeba;
}
.content-library .bg-alert-warning p {
  color: #856404;
}
.content-library .bg-alert-info {
  color: #0c5460;
  background-color: rgba(209, 236, 241, 0.7);
  border-color: #bee5eb;
}
.content-library .bg-alert-info p {
  color: #0c5460;
}
.content-library .bg-alert-danger {
  color: #721c24;
  background-color: rgba(248, 215, 218, 0.7);
  border-color: #f5c6cb;
}
.content-library .bg-alert-danger p {
  color: #721c24;
}
.content-library .bg-alert-purple {
  color: #5c2b67;
  background-color: #f2dff5;
  border-color: #e9d3ec;
}
.content-library .bg-alert-purple p {
  color: #5c2b67;
}
.content-library .fb-page .btn {
  border-radius: 0.2rem;
}
.content-library .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 10px;
}
.content-library .tag {
  background-color: #BCBEC0;
  border: 1px solid #808285;
  color: #414042;
}
.content-library img {
  margin-top: 0;
  border: none !important;
  margin-right: 0 !important;
}
.content-library .swiper-container {
  max-width: 65%;
}
.content-library .bg-white {
  display: inline-block;
  padding: 0.35em 0.4em;
  font-size: 80%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25rem;
}
@media (max-width: 768px) {
  .content-library .swiper-button-next,
.content-library .swiper-button-prev {
    top: 95px !important;
  }
  .content-library .col-card {
    width: 100%;
    max-width: 345px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .content-library .biblioteca {
    height: 255px;
    background-size: 100%;
  }
  .content-library .biblioteca img {
    max-height: 185px;
  }
  .content-library .swiper-container {
    max-width: 90%;
  }
}

.bg-primary-light {
  background-color: #BDB9EB;
  border: 2px solid #fff;
}

.bg-secondary-light {
  border: 2px solid #fff;
  background-color: #7D73EB;
}

.library {
  margin-bottom: 20px;
}

.library .card {
  height: calc(100% - 10px);
}

.library .card .card-body {
  padding: 2.5rem 1.5rem;
}

.library .card img {
  height: 120px;
  margin-bottom: 20px;
}

.library .card .fileOver {
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
  padding: 0 1.5rem;
  background-color: rgba(242, 0, 0, 0.95);
}

.library .card .fileOver h5 {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 25px;
}

.library .card .fileOver .btn-default {
  background-color: #fff;
  min-width: 70%;
  color: #f20000;
  border-color: #fff;
}

.library .card .fileOver .apagarArquivo {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.library .card:hover .fileOver {
  opacity: 1;
  visibility: visible;
}

.library .card .file h6 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
}

/*@media (max-width: 1369px) {
  .library {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}*/
@media (max-width: 991px) {
  .library {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .library {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.curso .card-courses .card-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 200px;
  margin-bottom: 10px;
}

.banner-aniversariante {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-aniversariante h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100%;
  padding: 30px;
  text-align: center;
  background-color: rgba(51, 51, 51, 0.2);
}

.card-curso .label {
  float: right;
  padding: 0 25px;
  border-radius: 25px;
  background: transparent;
  margin: -5px 0 -5px 0;
  font-size: 15px;
  font-weight: 100;
  line-height: 2.8;
}

.page-wrapper-row {
  background-color: #7450B5;
  padding-top: 20px;
}
.page-wrapper-row h2 {
  font-size: 18px;
}
.page-wrapper-row p,
.page-wrapper-row * {
  color: #fff;
}
.page-wrapper-row a {
  color: #fff;
  text-decoration: underline;
}
.page-wrapper-row .social-icons {
  padding: 0;
  margin: 0;
}
.page-wrapper-row .social-icons:after,
.page-wrapper-row .social-icons:before {
  content: " ";
  display: table;
}
.page-wrapper-row .social-icons:after {
  clear: both;
}
.page-wrapper-row .social-icons li {
  float: left;
  display: inline;
  list-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
  text-indent: -9999px;
}
.page-wrapper-row .social-icons li > a {
  border-radius: 2px;
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.page-wrapper-row .social-icons li:hover > a {
  background-position: 0 -38px;
}
.page-wrapper-row .social-icons li .amazon {
  background: url(../img/social/amazon.png) no-repeat;
}
.page-wrapper-row .social-icons li .behance {
  background: url(../img/social/behance.png) no-repeat;
}
.page-wrapper-row .social-icons li .blogger {
  background: url(../img/social/blogger.png) no-repeat;
}
.page-wrapper-row .social-icons li .deviantart {
  background: url(../img/social/deviantart.png) no-repeat;
}
.page-wrapper-row .social-icons li .dribbble {
  background: url(../img/social/dribbble.png) no-repeat;
}
.page-wrapper-row .social-icons li .dropbox {
  background: url(../img/social/dropbox.png) no-repeat;
}
.page-wrapper-row .social-icons li .evernote {
  background: url(../img/social/evernote.png) no-repeat;
}
.page-wrapper-row .social-icons li .workplace {
  background: url(../img/social/workplace.png) no-repeat;
}
.page-wrapper-row .social-icons li .facebook {
  background: url(../img/social/facebook.png) no-repeat;
}
.page-wrapper-row .social-icons li .forrst {
  background: url(../img/social/forrst.png) no-repeat;
}
.page-wrapper-row .social-icons li .github {
  background: url(../img/social/github.png) no-repeat;
}
.page-wrapper-row .social-icons li .googleplus {
  background: url(../img/social/googleplus.png) no-repeat;
}
.page-wrapper-row .social-icons li .jolicloud {
  background: url(../img/social/jolicloud.png) no-repeat;
}
.page-wrapper-row .social-icons li .last-fm {
  background: url(../img/social/last-fm.png) no-repeat;
}
.page-wrapper-row .social-icons li .linkedin {
  background: url(../img/social/linkedin.png) no-repeat;
}
.page-wrapper-row .social-icons li .picasa {
  background: url(../img/social/picasa.png) no-repeat;
}
.page-wrapper-row .social-icons li .pintrest {
  background: url(../img/social/pintrest.png) no-repeat;
}
.page-wrapper-row .social-icons li .rss {
  background: url(../img/social/rss.png) no-repeat;
}
.page-wrapper-row .social-icons li .skype {
  background: url(../img/social/skype.png) no-repeat;
}
.page-wrapper-row .social-icons li .spotify {
  background: url(../img/social/spotify.png) no-repeat;
}
.page-wrapper-row .social-icons li .stumbleupon {
  background: url(../img/social/stumbleupon.png) no-repeat;
}
.page-wrapper-row .social-icons li .tumblr {
  background: url(../img/social/tumblr.png) no-repeat;
}
.page-wrapper-row .social-icons li .twitter {
  background: url(../img/social/twitter.png) no-repeat;
}
.page-wrapper-row .social-icons li .vimeo {
  background: url(../img/social/vimeo.png) no-repeat;
}
.page-wrapper-row .social-icons li .wordpress {
  background: url(../img/social/wordpress.png) no-repeat;
}
.page-wrapper-row .social-icons li .xing {
  background: url(../img/social/xing.png) no-repeat;
}
.page-wrapper-row .social-icons li .yahoo {
  background: url(../img/social/yahoo.png) no-repeat;
}
.page-wrapper-row .social-icons li .youtube {
  background: url(../img/social/youtube.png) no-repeat;
}
.page-wrapper-row .social-icons li .vk {
  background: url(../img/social/vk.png) no-repeat;
}
.page-wrapper-row .social-icons li .instagram {
  background: url(../img/social/instagram.png) no-repeat;
}
.page-wrapper-row .social-icons li .reddit {
  background: url(../img/social/reddit.png) no-repeat;
}
.page-wrapper-row .social-icons li .aboutme {
  background: url(../img/social/aboutme.png) no-repeat;
}
.page-wrapper-row .social-icons li .flickr {
  background: url(../img/social/flickr.png) no-repeat;
}
.page-wrapper-row .social-icons li .foursquare {
  background: url(../img/social/foursquare.png) no-repeat;
}
.page-wrapper-row .social-icons li .gravatar {
  background: url(../img/social/gravatar.png) no-repeat;
}
.page-wrapper-row .social-icons li .klout {
  background: url(../img/social/klout.png) no-repeat;
}
.page-wrapper-row .social-icons li .myspace {
  background: url(../img/social/myspace.png) no-repeat;
}
.page-wrapper-row .social-icons li .quora {
  background: url(../img/social/quora.png) no-repeat;
}
.page-wrapper-row .social-icons.social-icons-color > li > a {
  opacity: 0.7;
  background-position: 0 -38px !important;
}
.page-wrapper-row .social-icons.social-icons-color > li > a:hover {
  opacity: 1;
}
.page-wrapper-row .social-icons.social-icons-circle > li > a {
  border-radius: 25px !important;
}
.page-wrapper-row .social-icon {
  display: inline-block !important;
  width: 28px;
  height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.page-wrapper-row .social-icon.social-icon-circle {
  border-radius: 25px !important;
}
.page-wrapper-row .social-icon.amazon {
  background: url(../img/social/amazon.png) no-repeat;
}
.page-wrapper-row .social-icon.behance {
  background: url(../img/social/behance.png) no-repeat;
}
.page-wrapper-row .social-icon.blogger {
  background: url(../img/social/blogger.png) no-repeat;
}
.page-wrapper-row .social-icon.deviantart {
  background: url(../img/social/deviantart.png) no-repeat;
}
.page-wrapper-row .social-icon.dribbble {
  background: url(../img/social/dribbble.png) no-repeat;
}
.page-wrapper-row .social-icon.dropbox {
  background: url(../img/social/dropbox.png) no-repeat;
}
.page-wrapper-row .social-icon.evernote {
  background: url(../img/social/evernote.png) no-repeat;
}
.page-wrapper-row .social-icon.facebook {
  background: url(../img/social/facebook.png) no-repeat;
}
.page-wrapper-row .social-icon.forrst {
  background: url(../img/social/forrst.png) no-repeat;
}
.page-wrapper-row .social-icon.github {
  background: url(../img/social/github.png) no-repeat;
}
.page-wrapper-row .social-icon.googleplus {
  background: url(../img/social/googleplus.png) no-repeat;
}
.page-wrapper-row .social-icon.jolicloud {
  background: url(../img/social/jolicloud.png) no-repeat;
}
.page-wrapper-row .social-icon.last-fm {
  background: url(../img/social/last-fm.png) no-repeat;
}
.page-wrapper-row .social-icon.linkedin {
  background: url(../img/social/linkedin.png) no-repeat;
}
.page-wrapper-row .social-icon.picasa {
  background: url(../img/social/picasa.png) no-repeat;
}
.page-wrapper-row .social-icon.pintrest {
  background: url(../img/social/pintrest.png) no-repeat;
}
.page-wrapper-row .social-icon.rss {
  background: url(../img/social/rss.png) no-repeat;
}
.page-wrapper-row .social-icon.skype {
  background: url(../img/social/skype.png) no-repeat;
}
.page-wrapper-row .social-icon.spotify {
  background: url(../img/social/spotify.png) no-repeat;
}
.page-wrapper-row .social-icon.stumbleupon {
  background: url(../img/social/stumbleupon.png) no-repeat;
}
.page-wrapper-row .social-icon.tumblr {
  background: url(../img/social/tumblr.png) no-repeat;
}
.page-wrapper-row .social-icon.twitter {
  background: url(../img/social/twitter.png) no-repeat;
}
.page-wrapper-row .social-icon.vimeo {
  background: url(../img/social/vimeo.png) no-repeat;
}
.page-wrapper-row .social-icon.wordpress {
  background: url(../img/social/wordpress.png) no-repeat;
}
.page-wrapper-row .social-icon.xing {
  background: url(../img/social/xing.png) no-repeat;
}
.page-wrapper-row .social-icon.yahoo {
  background: url(../img/social/yahoo.png) no-repeat;
}
.page-wrapper-row .social-icon.youtube {
  background: url(../img/social/youtube.png) no-repeat;
}
.page-wrapper-row .social-icon.vk {
  background: url(../img/social/vk.png) no-repeat;
}
.page-wrapper-row .social-icon.instagram {
  background: url(../img/social/instagram.png) no-repeat;
}
.page-wrapper-row .social-icon.reddit {
  background: url(../img/social/reddit.png) no-repeat;
}
.page-wrapper-row .social-icon.aboutme {
  background: url(../img/social/aboutme.png) no-repeat;
}
.page-wrapper-row .social-icon.flickr {
  background: url(../img/social/flickr.png) no-repeat;
}
.page-wrapper-row .social-icon.foursquare {
  background: url(../img/social/foursquare.png) no-repeat;
}
.page-wrapper-row .social-icon.gravatar {
  background: url(../img/social/gravatar.png) no-repeat;
}
.page-wrapper-row .social-icon.klout {
  background: url(../img/social/klout.png) no-repeat;
}
.page-wrapper-row .social-icon.myspace {
  background: url(../img/social/myspace.png) no-repeat;
}
.page-wrapper-row .social-icon.quora {
  background: url(../img/social/quora.png) no-repeat;
}
.page-wrapper-row .social-icon:hover {
  background-position: 0 -38px;
}
.page-wrapper-row .social-icon-color {
  opacity: 0.7;
  background-position: 0 -38px !important;
}
.page-wrapper-row .social-icon-color:hover {
  opacity: 1;
}

.normal .container {
  min-height: 70%;
  clear: left;
}

.page-login {
  padding-top: 4rem;
  background-image: url("../images/cliente/login_backgroud.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.page-login h5 {
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}
.page-login h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.page-login input {
  color: #333333;
  background-color: #BDB9EB;
  border: none;
  text-align: center;
  font-size: 18px;
}
.page-login .btn-secondary {
  font-size: 22px;
  font-weight: 800;
}

#carousel-home .carousel-item img {
  width: 100%;
}
#carousel-home .carousel-indicators {
  margin: 0 20px 0 auto;
  max-width: 30%;
  justify-content: flex-end;
}
#carousel-home .carousel-control-prev img,
#carousel-home .carousel-control-next img {
  background-color: #fff;
  padding: 10px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.12);
}
#carousel-home .carousel-control-prev {
  justify-content: right;
  margin-left: 20px;
}
#carousel-home .carousel-control-next {
  justify-content: flex-end;
  margin-right: 20px;
}

.pontos {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 2;
  margin-top: 25px;
}
.pontos span {
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 8px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 2px 5px;
  color: #414042;
}
.pontos:hover {
  text-decoration: none;
}

.avatar-home {
  display: block;
  text-align: center;
  height: 60px;
}
.avatar-home .avatar {
  margin-top: -55px;
  position: absolute;
  z-index: 1;
  left: calc(50% - 50px);
  border: 2px solid #fff;
  box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.16);
}

.tox-progress {
  position: relative;
  text-align: center;
}
.tox-progress .radial-outer,
.tox-progress .radial-inner {
  border-radius: 50%;
}
.tox-progress .radial-inner,
.tox-progress .radial-mask-1,
.tox-progress .radial-mask-2,
.tox-progress .radial-mask-3,
.tox-progress .tox-progress-content {
  position: relative;
}
.tox-progress .radial-mask-1,
.tox-progress .radial-mask-2,
.tox-progress .radial-mask-3 {
  transform-origin: bottom center;
}
.tox-progress .radial-mask-1,
.tox-progress .radial-mask-3 {
  transform: rotate(90deg);
}
.tox-progress .radial-mask-2 {
  transform: rotate(270deg);
}
.tox-progress h6 {
  margin: 60px 0 0 0;
}

.tox-progress[data-progress="0"] .radial-inner {
  border: 5px solid #BCBEC0;
}

.card-trocandoideias {
  background-image: url("../images/trocando-ideia.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 25px 20px;
  border-radius: 10px;
  border: 2px solid #fff;
}
.card-trocandoideias h3, .card-trocandoideias h5, .card-trocandoideias h6 {
  color: #fff;
  font-weight: 200;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.card-trocandoideias .btn {
  position: relative;
  z-index: 1;
}
.card-trocandoideias .btn:hover {
  border-color: #ffffff;
}
.card-trocandoideias .overlay {
  position: absolute;
  background-color: #013a4d;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  border-radius: 10px;
}

.compartilhe .link-compartilhe {
  border-radius: 16px;
  border: 2px solid #808285;
  padding: 5px 15px;
  text-align: center;
  margin-left: 10px;
}
.compartilhe .link-compartilhe:hover {
  background-color: #BCBEC0;
}
.compartilhe .card {
  margin-bottom: 40px;
}
.compartilhe .card-header {
  background-color: #ffffff;
  border: 0;
  border-radius: 8px 8px 0 0;
  padding: 1.25rem;
}
.compartilhe .card-footer {
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-color: #BCBEC0;
}
.compartilhe .card-footer .notificacao {
  left: 58%;
  top: -5px;
}
.compartilhe .card-footer .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.compartilhe .card-footer .ver-mais {
  vertical-align: middle;
}
.compartilhe .card-footer .ver-mais img {
  margin-top: -3px;
}
@media (min-width: 992px) {
  .compartilhe .card-footer.verMais .col-lg-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1600px) and (min-width: 992px) {
  .compartilhe .col-lg-6 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .compartilhe .offset-lg-3 {
    margin-left: 16.666667%;
  }
}

/** Chatbot **/
.fabs {
  bottom: 0;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 998;
}

.fab {
  display: block;
  width: 56px;
  height: 56px;
  text-align: center;
  color: #f0f0f0;
  margin: 25px auto 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: all 0.1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden;
  background: #F15A22;
}

.fab > i {
  font-size: 2em;
  line-height: 55px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
}

.fab:not(:last-child) {
  width: 0;
  height: 0;
  margin: 20px auto 0;
  opacity: 0;
  visibility: hidden;
  line-height: 40px;
}

.fab:not(:last-child) > i {
  font-size: 1.4em;
  line-height: 40px;
}

.fab:not(:last-child).is-visible {
  width: 40px;
  height: 51px;
  margin: 15px auto 10;
  opacity: 1;
  visibility: visible;
}

.fab:nth-last-child(1) {
  transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
  transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
  transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
  transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
  transition-delay: 80ms;
}

.fab:last-child:active,
.fab:last-child:focus,
.fab:last-child:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}

/*Chatbox*/
.bot-chat {
  text-align: center;
  display: table-caption;
  cursor: pointer;
}

.bot {
  background-image: url(../images/bot.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.bot-chat > .btn-warning {
  font-weight: 400;
  background-color: #F5834E;
  border-color: #F5834E;
  font-size: 0.8em;
}

.chat {
  position: fixed;
  right: 110px;
  bottom: 14px;
  width: 400px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  opacity: 0;
  box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  display: none;
}

.chat_fullscreen {
  position: fixed;
  right: 0px;
  bottom: 0px;
  top: 0px;
}

.chat_header {
  /* margin: 10px; */
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  height: 55px;
  background: #3dd8dd;
  /*border-top-left-radius: 10px;
  border-top-right-radius: 10px;*/
}

.chat_header2 {
  /* margin: 10px; */
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.chat_header .span {
  float: right;
}

.chat_fullscreen_loader {
  display: none;
  float: right;
  cursor: pointer;
  /* margin: 10px; */
  font-size: 20px;
  opacity: 0.5;
  /* padding: 20px; */
  margin: -10px 10px;
}

.chat.is-visible {
  display: block;
  opacity: 1;
  -webkit-animation: zoomIn 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  animation: zoomIn 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.is-hide {
  display: none;
  opacity: 0;
}

.chat_option {
  float: left;
  font-size: 15px;
  list-style: none;
  position: relative;
  height: 100%;
  width: 100%;
  margin-right: 10px;
  font-weight: 400;
  line-height: 1.3rem;
  padding-top: 5px;
}

.chat_option span {
  font-weight: 400;
}

.chat_option #chat_head {
  font-size: 0.9em;
}

.chat_option img {
  border-radius: 50%;
  width: 55px;
  float: left;
  margin: -12px 15px 10px 15px;
  border: 4px solid rgba(255, 255, 255, 0.3);
}

.change_img img {
  width: 40px;
  margin: -5px 15px 0px 15px;
}

.chat_option .agent {
  font-size: 0.8em;
  font-weight: 300;
}

.chat_option .online {
  opacity: 0.4;
  font-size: 11px;
  font-weight: 300;
}

.chat_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 10px;
  float: left;
}

.chat_body {
  background: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  overflow-y: auto;
}

#chat_body {
  height: 450px;
}

/*.chat_login p, .chat_body li, p, a{
    -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
  animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
}*/
.chat_body p {
  padding: 20px;
  color: #888;
}

.chat_body a {
  width: 10%;
  text-align: center;
  border: none;
  box-shadow: none;
  line-height: 40px;
  font-size: 15px;
}

.chat_field {
  position: relative;
  margin: 8px 0 8px 10px;
  width: 80%;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border: none;
  outline: none;
  display: inline-block;
}

.chat_field.chat_message {
  height: 35px;
  resize: none;
  font-size: 13px;
  font-weight: 400;
}

.chat_category {
  text-align: left;
}

.chat_category {
  margin: 20px;
  background: rgba(0, 0, 0, 0.03);
  padding: 10px;
}

.chat_category ul li {
  width: 80%;
  height: 30px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  font-size: 13px;
  cursor: pointer;
  line-height: 30px;
  color: #888;
  text-align: center;
}

.chat_category li:hover {
  background: #83c76d;
  color: #fff;
}

.chat_category li.active {
  background: #83c76d;
  color: #fff;
}

.tags {
  margin: 20px;
  bottom: 0px;
  display: block;
  width: 120%;
}

.tags li {
  padding: 5px 10px;
  border-radius: 40px;
  border: 1px solid rgb(3, 117, 208);
  margin: 5px;
  display: inline-block;
  color: rgb(3, 117, 208);
  cursor: pointer;
}

.fab_field {
  width: 100%;
  display: inline-block;
  background: #fff;
  border-top: 1px solid #eee;
  /*border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;*/
}

.fab_field2 {
  bottom: 0px;
  position: absolute;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  z-index: 999;
}

.fab_field a {
  display: inline-block;
  text-align: center;
}

#fab_camera {
  float: left;
  background: rgba(0, 0, 0, 0);
}

#fab_send {
  float: right;
  background: #3dd8dd;
  color: #FFFFFF;
}

.fab_field .fab {
  width: 35px;
  height: 35px;
  box-shadow: none;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.fab_field .fab > i {
  font-size: 1.6em;
  line-height: 2.5em;
}

/*.fab_field .fab>i:hover {
  color: #F15A22;
}*/
.chat_converse {
  position: relative;
  background: #FFFFFF;
  margin: -1px 0 0px 0;
  height: 300px;
  min-height: 0;
  font-size: 12px;
  line-height: 18px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  float: right;
  padding-bottom: 10px;
}

.chat_converse2 {
  height: 100%;
  padding-bottom: 100px;
}

.chat_list {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.chat_list .chat_list_item {
  opacity: 0;
  visibility: hidden;
}

.chat .chat_converse .chat_msg_item {
  position: relative;
  margin: 8px 0 15px 0;
  padding: 8px 10px;
  max-width: 65%;
  display: block;
  word-wrap: break-word;
  border-radius: 3px;
  -webkit-animation: zoomIn 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  animation: zoomIn 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  clear: both;
  z-index: 999;
}

.status {
  margin: 45px -170px 0 0;
  float: right;
  font-size: 11px;
  opacity: 0.3;
}

.status2 {
  margin: -10px 20px 0 0;
  float: right;
  display: block;
  font-size: 11px;
  opacity: 0.3;
}

.chat .chat_converse .chat_msg_item .chat_avatar {
  position: absolute;
  top: 0;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
  left: -52px;
  background: rgba(0, 0, 0, 0.03);
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
  right: -52px;
  background: rgba(0, 0, 0, 0.6);
}

.chat .chat_converse .chat_msg_item .chat_avatar, .chat_avatar img {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin {
  margin-left: 60px;
  float: left;
  background: #5062B5;
  color: #BDB9EB;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user {
  margin-right: 20px;
  float: right;
  background: #ffffff;
  color: #999999;
}

.chat_msg_item .btn {
  padding: 5px 10px;
  border-radius: 0;
  margin-top: 10px;
}

.chat_msg_item .btn:hover {
  color: #554E9E !important;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -12px;
  z-index: 998;
  border: 6px solid transparent;
  border-right-color: rgba(255, 255, 255, 0.4);
}

.chat_form .get-notified label {
  color: #077ad6;
  font-weight: 600;
  font-size: 11px;
}

.chat_form input {
  position: relative;
  width: 90%;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  outline: none;
  background: #fff;
  display: inline-block;
  resize: none;
  padding: 5px;
  border-radius: 3px;
}

.chat_form .get-notified input {
  margin: 2px 0 0 0;
  border: 1px solid #83c76d;
}

.chat_form .get-notified i {
  background: #83c76d;
  width: 30px;
  height: 32px;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  margin: 2px 0 0 -30px;
  position: absolute;
  border-radius: 3px;
}

.chat_form .message_form {
  margin: 10px 0 0 0;
}

.chat_form .message_form input {
  margin: 5px 0 5px 0;
  border: 1px solid #e0e0e0;
}

.chat_form .message_form textarea {
  margin: 5px 0 5px 0;
  border: 1px solid #e0e0e0;
  position: relative;
  width: 90%;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  outline: none;
  background: #fff;
  display: inline-block;
  resize: none;
  padding: 5px;
  border-radius: 3px;
}

.chat_form .message_form button {
  margin: 5px 0 5px 0;
  border: 1px solid #e0e0e0;
  position: relative;
  width: 95%;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  outline: none;
  background: #fff;
  display: inline-block;
  resize: none;
  padding: 5px;
  border-radius: 3px;
  background: #83c76d;
  cursor: pointer;
}

strong.chat_time {
  padding: 0 1px 1px 0;
  font-weight: 500;
  font-size: 8px;
  display: block;
}

/*Chatbox scrollbar*/
.chat ::-webkit-scrollbar {
  width: 6px;
}

.chat ::-webkit-scrollbar-track {
  border-radius: 0;
}

.chat ::-webkit-scrollbar-thumb {
  margin: 2px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

/*Element state*/
.is-active {
  transform: rotate(180deg);
  transition: all 1s ease-in-out;
}

/*.is-float {
  box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}*/
.is-loading {
  display: block;
  -webkit-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
  animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
}

/*Animation*/
@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes load {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes load {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 300px) {
  .chat {
    width: 250px;
  }
}
/* SMARTPHONES LANDSCAPE */
@media only screen and (min-width: 480px) {
  .chat {
    width: 300px;
  }

  .chat_field {
    width: 80%;
  }
}
/* TABLETS PORTRAIT */
@media only screen and (min-width: 768px) {
  .chat {
    width: 300px;
  }

  .chat_field {
    width: 80%;
  }
}
/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 1024px) {
  .chat {
    width: 300px;
  }

  .chat_field {
    width: 80%;
  }
}
/*Color Options*/
.blue .fab {
  background: #F15A22;
  color: #fff;
}

.blue .chat {
  background: #F15A22;
  color: #999;
}

/* Ripple */
.ink {
  display: block;
  position: absolute;
  background: rgba(38, 50, 56, 0.4);
  border-radius: 100%;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  webkit-transform: scale(0);
  transform: scale(0);
}

/*animation effect*/
.ink.animate {
  -webkit-animation: ripple 0.5s ease-in-out;
  animation: ripple 0.5s ease-in-out;
}

@-webkit-keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
    opacity: 0;
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    webkit-transform: scale(5);
    transform: scale(5);
  }
}
@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
    opacity: 0;
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    webkit-transform: scale(5);
    transform: scale(5);
  }
}
::-webkit-input-placeholder {
  /* Chrome */
  color: #bbb;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #bbb;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #bbb;
}

@media (max-width: 992px) {
  .chat {
    width: calc(100% - 115px);
  }

  .chat_fullscreen {
    width: 100%;
  }

  .chat_option #chat_head {
    font-size: 0.8em;
  }

  .chat_option .agent {
    font-size: 0.7em;
  }

  .fab-share {
    top: 130px !important;
  }
}
@media (min-width: 1024px) {
  .trilha {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 40%;
  }

  .trilha-0 {
    background-image: url("../images/trilha/trilha_0.png");
  }

  .trilha-10 {
    background-image: url("../images/trilha/trilha_10.png");
  }

  .trilha-20 {
    background-image: url("../images/trilha/trilha_20.png");
  }

  .trilha-30 {
    background-image: url("../images/trilha/trilha_30.png");
  }

  .trilha-40 {
    background-image: url("../images/trilha/trilha_40.png");
  }

  .trilha-50 {
    background-image: url("../images/trilha/trilha_50.png");
  }

  .trilha-60 {
    background-image: url("../images/trilha/trilha_60.png");
  }

  .trilha-70 {
    background-image: url("../images/trilha/trilha_70.png");
  }

  .trilha-80 {
    background-image: url("../images/trilha/trilha_80.png");
  }

  .trilha-90 {
    background-image: url("../images/trilha/trilha_90.png");
  }

  .trilha-100 {
    background-image: url("../images/trilha/trilha_100.png");
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .trilha {
    background-size: 35%;
  }
}
/** Podcast **/
.podcast {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #333333;
  height: 90px;
  padding: 0px 30px 10px;
  display: none;
  z-index: 9999;
}
.podcast h4 {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.mejs__container {
  background-color: transparent;
  width: 100% !important;
}

.mejs__controls:not([style*="display: none"]) {
  background: transparent;
}

.timeline .search-bar {
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  margin-bottom: 15px;
}
.timeline .card {
  margin-top: 70px;
  border-radius: 8px !important;
  margin-bottom: 50px;
}
.timeline .card:before {
  content: "";
  width: 15px;
  height: 70px;
  display: block;
  position: relative;
  margin: -70px auto 0;
  background-image: url("../images/icons/Circle-Timeline.svg");
}
.timeline .card .card-body {
  padding: 0;
}
.timeline .card .card-body .row {
  padding: 1.25rem 1.8rem;
}
.timeline .card .card-body hr {
  margin: 0;
}

.thumbCursoTrilha i {
  line-height: 55px;
  padding: 13px;
}
.thumbCursoTrilha .icon-control-play {
  padding: 16px;
}

.img-trilha-2 {
  width: 100%;
  max-width: 540px;
}
@media (max-width: 1024px) {
  .img-trilha-2 {
    display: none;
  }
}

.entrar-curso .card {
  margin-top: 50px;
  border-radius: 8px !important;
  margin-bottom: 50px;
}
.entrar-curso .card .card-body {
  padding: 0;
}
.entrar-curso .card .card-body .row {
  padding: 1.25rem 1.8rem;
}
.entrar-curso .card .card-body .row .text-md {
  font-weight: 600;
}
.entrar-curso .card .card-body .row .text-md img {
  margin-right: 5px;
}
.entrar-curso .card .card-body .row h6 {
  margin-bottom: 0;
}
.entrar-curso .card .card-body hr {
  margin: 0;
}

.curso-online {
  padding: 0px 30px 20px 30px;
}
.curso-online .card {
  height: calc(100% - 30px);
  border-radius: 8px;
  margin-bottom: 30px;
}
.curso-online .card .card-body {
  padding: 1.25rem 1.5rem;
}
.curso-online .card .card-body h5 {
  line-height: 25px;
}
.curso-online .card .card-footer {
  background-color: #ffffff;
  border-radius: 0px 0px 8px 8px;
  padding: 15px 20px;
  border-color: #EEEEEE;
}
.curso-online .card .card-footer .text-md {
  margin: 10px auto;
  display: block;
}
@media (max-width: 1600px) and (min-width: 992px) {
  .curso-online .col-lg-3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 992px) {
  .curso-online {
    padding-left: 15px;
    padding-right: 15px;
  }
  .curso-online .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .curso-online .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .curso-online .card .card-footer .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

body.curso-trilha-A .banner-trilha {
  background-image: linear-gradient(to bottom, transparent 0%, #14C0ED 98%), url("/siga/assets/images/cliente/Psicologia_Economica.jpg");
  background-position: 50% 53%;
  width: 100%;
  height: 30%;
}
body.curso-trilha-A .font-color {
  color: #FFFFFF !important;
  margin-left: 15px;
  white-space: nowrap;
  font-family: Poppinsbold;
  font-size: 28px;
}
body.curso-trilha-A .gradient {
  background-image: linear-gradient(to bottom, #3051D1, #14C2ED);
}
body.curso-trilha-A .altura-banner {
  margin-top: -40px;
  border-radius: 30px;
  background-image: linear-gradient(to bottom, #314FD1, #13C8EF);
}
body.curso-trilha-A .printLink {
  font-size: 25px;
  color: #3051D1;
  font-family: Poppinsbold;
}
body.curso-trilha-A .card-shadow {
  box-shadow: 0px 5px 0px 0px #2f52d1 !important;
}
body.curso-trilha-A .cso-font {
  font-family: PoppinsLight;
  font-size: 20px !important;
}
body.curso-trilha-A .cont-icon {
  display: flex;
  align-items: center !important;
  justify-content: center;
  margin: 0 auto;
}

body.curso-trilha-L .banner-trilha {
  background-image: linear-gradient(to bottom, transparent 0%, #F3755A 98%), url("/siga/assets/images/cliente/Investimentos.jpg");
  background-position: 50% 40%;
  width: 100%;
  height: 30%;
}
body.curso-trilha-L .font-color {
  color: #FFFFFF !important;
  margin-left: 15px;
  white-space: nowrap;
  font-family: Poppinsbold;
  font-size: 28px;
}
body.curso-trilha-L .gradient {
  background-image: linear-gradient(to top, #F36F54, #FDC246);
}
body.curso-trilha-L .altura-banner {
  margin-top: -40px;
  border-radius: 30px;
  background-image: linear-gradient(to top, #F36F54, #FDC246);
}
body.curso-trilha-L .printLink {
  font-size: 25px;
  color: #F36F55;
  font-family: Poppinsbold;
}
body.curso-trilha-L .card-shadow {
  box-shadow: 0px 5px 0px 0px #d74b2e !important;
}
body.curso-trilha-L .cso-font {
  font-family: PoppinsLight;
  font-size: 20px !important;
}
body.curso-trilha-L .cont-icon {
  display: flex;
  align-items: center !important;
  justify-content: center;
  margin: 0 auto;
}

body.curso-trilha-R .banner-trilha {
  background-image: linear-gradient(to bottom, transparent 0%, #1a38b5 98%), url("/siga/assets/images/cliente/Financas_Pessoais.png");
  background-position: 50% 67%;
  width: 100%;
  height: 30%;
}
body.curso-trilha-R .font-color {
  color: #FFFFFF !important;
  margin-left: 15px;
  white-space: nowrap;
  font-family: Poppinsbold;
  font-size: 28px;
}
body.curso-trilha-R .gradient {
  background-image: linear-gradient(to top, #1b37b9, #9518fb);
}
body.curso-trilha-R .altura-banner {
  margin-top: -40px;
  border-radius: 30px;
  background-image: linear-gradient(to top, #1b37b9, #9518fb);
}
body.curso-trilha-R .printLink {
  font-size: 25px;
  color: #9a16fe;
  font-family: Poppinsbold;
}
body.curso-trilha-R .card-shadow {
  box-shadow: 0px 5px 0px 0px #092688 !important;
}
body.curso-trilha-R .cso-font {
  font-family: PoppinsLight;
  font-size: 20px !important;
}
body.curso-trilha-R .cont-icon {
  display: flex;
  align-items: center !important;
  justify-content: center;
  margin: 0 auto;
}

body.curso-trilha-T .banner-trilha {
  background-image: linear-gradient(to bottom, transparent 0%, #1a38b5 98%), url("/siga/assets/images/cliente/Tecnicas.png");
  background-position: 50% 67%;
  width: 100%;
  height: 30%;
}
body.curso-trilha-T .font-color {
  color: #FFFFFF !important;
  margin-left: 15px;
  white-space: nowrap;
  font-family: Poppinsbold;
  font-size: 28px;
}
body.curso-trilha-T .gradient {
  background-image: linear-gradient(to top, #1b37b9, #9518fb);
}
body.curso-trilha-T .altura-banner {
  margin-top: -40px;
  border-radius: 30px;
  background-image: linear-gradient(to top, #1b37b9, #9518fb);
}
body.curso-trilha-T .printLink {
  font-size: 25px;
  color: #9a16fe;
  font-family: Poppinsbold;
}
body.curso-trilha-T .card-shadow {
  box-shadow: 0px 5px 0px 0px #092688 !important;
}
body.curso-trilha-T .cso-font {
  font-family: PoppinsLight;
  font-size: 20px !important;
}
body.curso-trilha-T .cont-icon {
  display: flex;
  align-items: center !important;
  justify-content: center;
  margin: 0 auto;
}

/**! 09. background holder **/
.background-holder {
  position: absolute !important;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.background--cover {
  background-size: cover;
}

.background--contain {
  background-size: contain;
}

.background--auto {
  background-size: auto;
}

.background--center {
  background-position: center;
}

.background--top {
  background-position: top;
}

.background--bottom {
  background-position: bottom;
}

.background--left {
  background-position: left;
}

.background--right {
  background-position: right;
}

.background--top--left {
  background-position: top left;
}

.background--top--right {
  background-position: top right;
}

.background--bottom--left {
  background-position: bottom left;
}

.background--bottom--right {
  background-position: bottom right;
}

.background--repeat {
  background-repeat: repeat !important;
}

.svg-shape {
  position: absolute !important;
  top: auto;
  right: 0px;
  bottom: -2px;
  left: 0px;
}

.svg-shape--top {
  position: absolute !important;
  top: -2px;
  right: auto;
  bottom: auto;
  left: 0px;
}

.svg-shape--top--right {
  position: absolute !important;
  top: -2px;
  right: 0px;
  bottom: auto;
  left: auto;
}

@media only screen and (min-width: 1200px) {
  .space {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
}
.page-login {
  padding-top: 4rem;
}
.page-login .form-container {
  padding-top: 8rem;
}
.page-login .card-login {
  border-radius: 8px;
}
.page-login .input-size {
  background: #ebeaf1;
  min-width: 353px;
  min-height: 61px;
  border-radius: 31px;
  padding-left: 25px;
  font-family: Poppins;
  font-size: 1rem;
  text-align: center !important;
}
.page-login h5 {
  font-family: Poppinsbold;
  font-size: 1.6rem;
  color: #353538;
}
.page-login h6 {
  font-family: PoppinsLight;
  font-size: 1.1rem;
  color: #595A5D;
}
@media screen and (max-width: 1366px) {
  .page-login .form-container {
    padding-top: 0rem !important;
  }
}

.page-trilha .trilhaConteudo {
  height: 50px;
  cursor: pointer;
}
.page-trilha .nomeTrilha {
  color: #222;
  font-weight: 900;
  font-size: 22px;
}
.page-trilha .progressoTrilha .progress {
  height: 30px;
  border-radius: 20px;
}
.page-trilha .progressoTrilha .progress-bar {
  font-weight: 900;
  font-size: 1.12em;
}
.page-trilha label {
  font-weight: 600;
  font-size: 1.2rem;
}
.page-trilha h2.headerSecao {
  width: 100%;
  border-bottom: 1px dotted gray;
  color: #554E9E;
}

.page-biblioteca .disable:before {
  content: "";
  position: absolute;
  z-index: 1;
}
.page-biblioteca .trilhaNaoVisualiza {
  display: none;
}
.page-biblioteca .trilhaConcluido {
  display: none;
}
.page-biblioteca .fancybox-content {
  height: 100% !important;
}
.page-biblioteca .bn-boasvindas {
  width: 100%;
}
.page-biblioteca .badge-trail i {
  font-size: 12px;
  font-weight: bold;
  color: #735aa2;
}
.page-biblioteca .altura-banner {
  margin-top: -40px;
  border-radius: 30px;
}
.page-biblioteca .circle {
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: block;
  border-width: 1px !important;
  float: left;
  margin-right: 15px;
}
.page-biblioteca .alinha-direita {
  margin-top: -10px;
  margin-left: 20px;
}
.page-biblioteca .li-text-align {
  display: flex;
  align-items: flex-start;
}
.page-biblioteca .tit-Font {
  font-family: Poppinsbold;
  font-size: 40px;
}
.page-biblioteca .trilha-font {
  font-family: PoppinsLight;
  font-size: 26px !important;
}
.page-biblioteca .cso-font {
  font-family: PoppinsLight;
  font-size: 20px !important;
}
.page-biblioteca .card-biblioteca {
  margin-top: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
}
.page-biblioteca .card-biblioteca .card-header {
  background-color: transparent;
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.page-biblioteca .card-biblioteca .card-body {
  font-weight: 900;
}
.page-biblioteca .card-biblioteca .card-footer {
  background-color: transparent;
  border-top: 0px solid rgba(0, 0, 0, 0.125);
}
.page-biblioteca .btn-acessar {
  color: #333f56;
  background-color: #dfe3ea;
  border-color: #dfe3ea;
  font-weight: 800;
  border-radius: 20px;
  padding: 10px 24px;
  box-shadow: 1px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  h1 {
    font-size: 26px;
    line-height: 38px;
  }

  h2 {
    font-size: 22px;
    line-height: 34px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 30px;
  }

  h5 {
    font-size: 16px;
    line-height: 26px;
  }

  h6 {
    font-size: 14px;
    line-height: 22px;
  }

  p {
    font-size: 14px;
    line-height: 22px;
  }

  .text-md {
    font-size: 14px;
    line-height: 18px;
  }

  small {
    font-size: 12px;
    line-height: 14px;
  }

  .text-lg {
    font-size: 15px;
    line-height: 24px;
  }

  .main-menu,
.column-right {
    display: none;
  }

  .main-menu,
.column-right {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    background-color: #ffffff;
    opacity: 0;
    transform: translate3d(260px, 0, 0);
    transition: width 0.25s, opacity 0.25s, transform 0.25s;
  }
  .main-menu .navbar-header,
.column-right .navbar-header {
    display: none;
  }
  .main-menu .navbar-header-mobile,
.column-right .navbar-header-mobile {
    display: block;
    margin: 15px 10px 10px 10px;
  }

  .menu-open {
    overflow: hidden;
  }
  .menu-open .main-menu {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: width 0.25s, opacity 0.25s, transform 0.25s;
  }

  .card-right {
    overflow: hidden;
  }
  .card-right .column-right {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: width 0.25s, opacity 0.25s, transform 0.25s;
  }

  .overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .hidden-mobile {
    display: none;
  }

  .header-mobile {
    display: block;
  }
  .header-mobile .navbar-header {
    margin: 15px 20px;
  }
  .header-mobile .navbar-header img {
    width: 100%;
    max-width: 160px;
  }
  .header-mobile .navbar-header .menu-mobile {
    float: right;
  }
  .header-mobile .navbar-header .menu-mobile img {
    width: 30px;
  }
  .header-mobile .navbar-header .mais-lateral {
    float: right;
    margin-right: 10px;
    display: none;
  }
  .header-mobile .navbar-header .mais-lateral img {
    width: 30px;
  }

  .exibe-mais .header-mobile .navbar-header .mais-lateral {
    display: block;
  }

  .content {
    margin-left: 0px;
  }
  .content .column-home {
    width: 100%;
  }
  .content .column-home .padding-mobile {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content .column-home .padding-mobile .avatar-home .avatar {
    margin-top: -35px;
    left: calc(50% - 40px);
  }

  .compartilhe .card .card-header .col-lg-10 {
    flex: 0 0 90%;
    max-width: 90%;
    padding-right: 0;
  }
  .compartilhe .card .card-header .col-lg-2 {
    flex: 0 0 10%;
    max-width: 10%;
    padding: 0;
    text-align: left !important;
  }
  .compartilhe .card .card-footer .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .compartilhe .card .card-footer .col-lg-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .compartilhe .card .card-footer .ver-mais {
    font-size: 90%;
  }
  .compartilhe .opcoesCompartilhe .float-right, .compartilhe .opcoesCompartilhe .float-left {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .compartilhe .opcoesCompartilhe .float-right {
    margin-top: 10px;
  }

  .avatar.avatar-xl {
    width: 80px;
    height: 80px;
  }

  .column {
    padding-bottom: 50px;
  }
  .column .card .card-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .column .card .card-header .container {
    padding-left: 0;
    padding-right: 0;
  }
  .column .card .card-body .container {
    padding-left: 0;
    padding-right: 0;
  }
  .column .card .card-body .col-md-8.text-right,
.column .card .card-body .col-md-6.text-right {
    text-align: left !important;
    margin-top: 20px;
  }
  .column .timeline .card .card-body .row .col-md-10 {
    padding-left: 0;
    padding-right: 0;
  }
  .column .timeline .card .card-body .row .col-md-10 p {
    display: flex;
  }
  .column .timeline .card .card-body .row .col-md-2.text-right {
    text-align: left !important;
  }
  .column .entrar-curso .card .card-body .row .col-md-2.text-right {
    margin-top: 5px;
    text-align: left !important;
  }

  .equipe-progresso {
    position: relative;
    margin-top: -10px;
    margin-bottom: 50px;
    text-align: center;
    right: auto;
  }
  .equipe-progresso .text-md {
    padding: 0px !important;
  }

  .banner-aniversariante {
    height: 180px;
  }

  .navbar-brand {
    margin: 0 auto 20px;
  }

  .search-bar i {
    top: auto;
  }

  .pontos {
    margin-top: 5px;
    width: 94%;
  }

  .submenu a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eee;
  }
  .submenu a:last-child {
    border-bottom: none;
  }
}/*# sourceMappingURL=style.css.map */