@import url(../fonts/Material-Design-Iconic-Font/material-design-iconic-font.min.css);
html, body {
  font-family: "Segoe UI", "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  min-height: 100vh;
  color: #415364;
}

h1 {
  font-size: 2.5rem;
  line-height: 48px;
  font-weight: 900;
}

h2 {
  font-size: 2rem;
  line-height: 42px;
  font-weight: 800;
}

h3 {
  font-size: 1.75rem;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 600;
}

h5 {
  font-size: 1.25rem;
  line-height: 28px;
}

h6 {
  font-size: 1.25rem;
  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: #7361A2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #8f81b5;
}

.badge-primary {
  background-color: #7361A2;
  color: #fff;
}

.badge-secondary {
  background-color: #6c757d;
  color: #7361A2;
}

.badge-default {
  background-color: #ffffff;
  border: 1px solid #BCBEC0;
}

.badge-success {
  background-color: #28a745;
  color: #fff;
}

.badge-warning {
  background-color: #F2C94C;
  color: #1B1918;
}

.badge-info {
  background-color: #17a2b8;
  color: #fff;
}

.badge {
  font-weight: 400;
}

.btn {
  border-radius: 4px;
  padding: 8px 15px;
  font-weight: 800;
}
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn img {
  margin-right: 5px;
  vertical-align: sub;
}
.btn.btn-rounded {
  border-radius: 20px;
}

.btn-primary {
  background-color: #7361A2;
  color: #ffffff;
  border: 1px solid #7361A2;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #ffffff;
  color: #7361A2;
  border: 1px solid #7361A2;
}

.btn-secondary {
  background-color: #6c757d;
  color: #ffffff;
  border: 1px solid #6c757d;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #ffffff;
  color: #7361A2;
  border: 1px solid #7361A2;
}

.btn-default {
  background: #FFFFFF;
  color: #7361A2;
  border: 1px solid #7361A2;
}
.btn-default:hover, .btn-default:focus {
  background: #7361A2;
  color: #fff;
  border: 1px solid #7361A2;
}

.btn-outline-primary {
  background-color: #ffffff;
  color: #8f81b5;
  border: 1px solid #4A6A85;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #7361A2;
  color: #ffffff;
  border: 1px solid #7361A2;
}

.btn-outline-secondary {
  background-color: #ffffff;
  color: #f5f6fa;
  border: 1px solid #f5f6fa;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus {
  background-color: #f5f6fa;
  color: #ffffff;
  border: 1px solid #f5f6fa;
}

.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: #dee2e6;
}

.color-orange {
  color: #6c757d;
}

.color-primary {
  color: #7361A2;
}

.color-success {
  color: #adb617;
}

.color-blue {
  color: #2D9CDB;
}

.color-gray-300 {
  color: #dee2e6;
}

.bg-vli {
  background-color: #7361A2;
}

.bg-success {
  background-color: #adb617;
}

.bg-orange {
  background-color: #6c757d;
}

.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;
}

.tit-Font {
  font-weight: bold;
  font-size: 1.75rem;
  color: #7361A2;
}
.tit-Font i, .tit-Font img {
  width: 25px;
  vertical-align: inherit;
  -webkit-filter: invert(45%) sepia(40%) saturate(522%) hue-rotate(216deg) brightness(83%) contrast(92%);
          filter: invert(45%) sepia(40%) saturate(522%) hue-rotate(216deg) brightness(83%) contrast(92%);
}

.containerInfCursos .cardInfCursos {
  background-color: #f5f6fa !important;
  color: #7361A2 !important;
}

.textInfCard {
  font-size: 1rem;
  color: #1B1918;
}

.pageNotificacao .icon-header {
  height: 25px;
  vertical-align: text-top;
  margin-right: 5px;
}
.pageNotificacao li.abreCompartilhamento {
  cursor: pointer;
}
.pageNotificacao ul.listNotification li::before {
  margin-left: -28px;
}
.pageNotificacao ul.listBookmark li, .pageNotificacao ul.listNotification li {
  margin-top: 30px;
}
.header-color {
  background-color: #f5f6fa;
}

.navbar .navbar-brand img {
  max-width: 180px;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  overflow-y: hidden;
  background-color: #f5f5f5;
}
.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  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: #e9ecef;
  -webkit-transition: 0.3s;
  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: #6c757d;
  border-color: #6c757d;
}
.nav-scroller .nav a.active {
  color: #6c757d;
  border-color: #6c757d;
}
.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;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.submenu a {
  text-align: center;
  padding: 20px;
  color: #e9ecef;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.submenu a:hover {
  text-decoration: none;
  color: #6c757d;
}

[data-toggle=collapse][aria-expanded=false]:after {
  font-family: "simple-line-icons";
  content: "\e604";
  margin-right: 15px;
  margin-top: 20px;
  float: right;
}

[data-toggle=collapse][aria-expanded=true] {
  color: #2f2743 !important;
  border-color: #2f2743 !important;
  font-weight: bolder;
}
[data-toggle=collapse][aria-expanded=true]:after {
  font-family: "simple-line-icons";
  content: "\e607";
  margin-right: 15px;
  margin-top: 20px;
  float: right;
}

.dropdown-user {
  padding: 0 8px;
}
.dropdown-user .btn {
  width: 100%;
  text-align: left;
}
.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 {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dropdown-user .dropdown-toggle img {
  vertical-align: middle;
}
.dropdown-user .dropdown-menu {
  width: calc(100% + 5px);
  -webkit-box-shadow: none;
          box-shadow: none;
  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: #dee2e6;
}
.dropdown-user .dropdown-menu .dropdown-item img {
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  margin-bottom: 3px;
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}
.dropdown-user .dropdown-menu .dropdown-item:hover {
  color: #2f2743;
  font-weight: bolder;
  background-color: #f5f5f5;
}

.bell i {
  font-size: 22px;
}
.bell span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #E30016;
  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 {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-bar {
  padding: 0px 8px;
  width: 100%;
  max-width: 400px;
  position: relative;
}
.search-bar .form-control {
  background-color: #f5f5f5;
  width: 100%;
  padding-left: 45px;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-bar .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-bar i {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  margin-left: 15px;
  font-size: 18px;
  color: #7361A2;
  top: 30% !important;
}

.header-mobile,
.overlay-menu,
.navbar-header-mobile {
  display: none;
}

.color-secondary {
  color: #6c757d;
}

hr {
  border-top: 1px solid #e9ecef;
  opacity: 0.5;
}

.avatar {
  border-radius: 100%;
}

.avatar.avatar-sm {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar.avatar-lg {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar.avatar-xl {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.card .card-header.bg-vli {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 #e9ecef;
  border-radius: 4px;
  margin-bottom: 15px;
}
.header-interno .search-bar .icon-search {
  left: 30px;
}
.header-interno select.form-control {
  border: 1px solid #e9ecef;
}
.header-interno select.form-control:focus {
  -webkit-box-shadow: none;
          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 {
  -webkit-transform: rotate(-20deg);
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
  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: #6c757d;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.notificacao {
  border-radius: 50px;
  background-color: #7361A2;
  color: #ffffff;
  min-width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: #7361A2;
  border-radius: 8px;
}
.scroll::-webkit-scrollbar-track {
  background: #f5f6fa;
  border-radius: 20px;
}

.btn-arrow {
  width: 36px;
  height: 36px;
  background-color: #f5f6fa;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto 0;
}
.btn-arrow:hover {
  background-color: #4A6A85;
}

[data-toggle=collapse] img {
  margin-top: -1px;
}

.timeline [aria-expanded=true] img {
  -webkit-transform: rotate(180deg);
          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: #4A6A85;
  background-color: #77A5B3;
}

.tag-orange {
  color: #ffffff;
  background-color: #6c757d;
}

.tag-red {
  color: #ffffff;
  background-color: #E30016;
}

.conteudo {
  padding: 0px 30px 20px 30px;
}
.conteudo .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  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 {
  -webkit-box-shadow: none;
          box-shadow: none;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 2px 5px;
  color: #666666;
}
.equipe .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.equipe-detalhes .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  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 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: -webkit-transform 0.2s ease-in-out;
}
.equipe-detalhes .card .card-body .row[aria-expanded=true] .iconRight {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: -webkit-transform 0.2s ease-in-out;
}
.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 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.equipe-progresso {
  position: absolute;
  right: 30px;
  margin-top: -85px;
}

.media-list .badge-secondary {
  color: #dee2e6;
  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: #7361A2;
  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: #dee2e6;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
}
.comentarios .publisher-multi > * {
  margin: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
      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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
      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 {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}
.comentarios .d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  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: #7361A2 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: #7361A2 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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #eee;
  border-radius: 8px !important;
}
.btn-card:hover {
  text-decoration: none;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background: #7361A2;
}
.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: #7361A2;
}

.nav-tabs {
  border-bottom: 1px solid rgba(233, 236, 239, 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: #7361A2;
}
.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 #7361A2;
  color: #7361A2;
  font-weight: 700;
}

.bg-pink {
  border: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-box-shadow: none !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 {
  -webkit-box-shadow: none !important;
          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: #f5f6fa;
  border: 1px solid #e9ecef;
  color: #dee2e6;
}
.content-library img {
  margin-top: 0;
  border: none !important;
  margin-right: 0 !important;
  -webkit-filter: invert(45%) sepia(40%) saturate(522%) hue-rotate(216deg) brightness(83%) contrast(92%);
          filter: invert(45%) sepia(40%) saturate(522%) hue-rotate(216deg) brightness(83%) contrast(92%);
}
.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: #ffffff;
  border: 2px solid #fff;
}

.bg-secondary-light {
  border: 2px solid #fff;
  background-color: #F8E1D3;
}

.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 {
  -webkit-transition: 0.3s;
  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 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .library {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: 100%;
  padding: 30px;
  text-align: center;
  background-color: rgba(115, 97, 162, 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;
}

.normal .container {
  min-height: 70%;
  clear: left;
}
.normal .container .info-icon {
  color: #17a2b8;
}
.normal .container .btn.btn-sm.btn-default, .normal .container .btn-danger {
  margin: 10px 0;
}

.page-login {
  padding-top: 4rem;
  background-image: url("../images/cliente/login_backgroud.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #ffffff;
}
.page-login h5 {
  font-size: 25px;
  font-weight: Bold;
  line-height: 32px;
  color: #093254;
}
.page-login input {
  color: #7361A2;
  background-color: #ffffff;
  border: none;
  text-align: center;
  font-size: 18px;
}
.page-login .login-label {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  color: #415364;
}
.page-login *:not(.login-label) {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.page-login .card {
  border-radius: 0px !important;
}
.page-login .control-input {
  border-radius: 0px !important;
}

#carousel-home .carousel-item img {
  width: 100%;
}
#carousel-home .carousel-indicators {
  margin: 0 20px 0 auto;
  max-width: 30%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#carousel-home .carousel-control-prev {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-left: 20px;
}
#carousel-home .carousel-control-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 2px 5px;
  color: #dee2e6;
}
.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;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.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 {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.tox-progress .radial-mask-1,
.tox-progress .radial-mask-3 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.tox-progress .radial-mask-2 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.tox-progress h6 {
  margin: 60px 0 0 0;
}

.tox-progress[data-progress="0"] .radial-inner {
  border: 5px solid #f5f6fa;
}

.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 #e9ecef;
  padding: 5px 15px;
  text-align: center;
  margin-left: 10px;
}
.compartilhe .link-compartilhe:hover {
  background-color: #f5f6fa;
}
.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: #f5f6fa;
}
.compartilhe .card-footer .notificacao {
  left: 58%;
  top: -5px;
}
.compartilhe .card-footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1600px) and (min-width: 992px) {
  .compartilhe .col-lg-6 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .compartilhe .offset-lg-3 {
    margin-left: 16.666667%;
  }
}

.page-wrapper-row {
  background-color: #F8F8F8;
  margin-top: auto;
}
.page-wrapper-row .footer-block h2 {
  font-size: 1.25rem !important;
  color: #999 !important;
}
.page-wrapper-row .footer-block p {
  color: #999 !important;
}
.page-wrapper-row .footer-block .atendimento {
  color: #999 !important;
}
.page-wrapper-row a {
  color: #999;
  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;
  background-position: 0 0;
}
.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;
}

/** Chatbot **/
.fabs {
  bottom: 0;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 998;
}

.fab {
  display: block;
  width: 56px;
  height: 56px;
  text-align: center;
  color: #fff;
  margin: 25px auto 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden;
  background: #2f2743;
}

.fab > i {
  font-size: 2em;
  line-height: 55px;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: none;
          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) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

.fab:last-child:active,
.fab:last-child:focus,
.fab:last-child:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*Chatbox*/
.bot-chat {
  text-align: center;
  display: table-caption;
  cursor: pointer;
}

.bot {
  background-image: url(../images/avatar.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.bot-chat > .btn-warning {
  font-weight: 400;
  background-color: #ff8700;
  border-color: #ff8700;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-in-out;
  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: #7361A2;
  height: 55px;
  background: #6c757d;
  /*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 {
  background-color: #f5f6fa;
  color: #1B1918;
  float: left;
  font-size: 15px;
  list-style: none;
  position: relative;
  height: 100%;
  width: 100%;
  margin-right: 15px;
  font-weight: 400;
  line-height: 1.1rem;
  padding-top: 14px;
}

.chat_option span {
  font-weight: 600;
}

.chat_option #chat_head {
  font-size: 0.9em;
}

.chat_option img {
  border-radius: 50%;
  width: 50px;
  float: left;
  margin: -12px 15px 15px 15px;
  border: 4px solid #495057;
}

.change_img img {
  width: 40px;
  margin: -5px 15px 0px 15px;
}

.chat_option .agent {
  font-size: 0.8em;
  font-weight: 400;
}

.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: #6c757d;
}

.chat_body a {
  width: 10%;
  text-align: center;
  border: none;
  -webkit-box-shadow: 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: #495057;
  -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: #1B1918;
  padding: 10px;
}

.chat_category ul li {
  width: 80%;
  height: 30px;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #f5f6fa;
  font-size: 13px;
  cursor: pointer;
  line-height: 30px;
  color: #6c757d;
  text-align: center;
}

.chat_category li:hover {
  background: #28a745;
  color: #fff;
}

.chat_category li.active {
  background: #28a745;
  color: #fff;
}

.tags {
  margin: 20px;
  bottom: 0px;
  display: block;
  width: 120%;
}

.tags li {
  padding: 5px 10px;
  border-radius: 40px;
  border: 1px solid #2D9CDB;
  margin: 5px;
  display: inline-block;
  color: #2D9CDB;
  cursor: pointer;
}

.fab_field {
  width: 100%;
  display: inline-block;
  background: #fff;
  border-top: 1px solid #f5f6fa;
  /*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: #f5f6fa;
  color: #1B1918;
}

.fab_field .fab {
  width: 35px;
  height: 35px;
  -webkit-box-shadow: none;
          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: $orange;
}*/
.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: #8f81b5;
  color: #ffffff;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user {
  margin-right: 20px;
  float: right;
  background: #f5f6fa;
  color: #1B1918;
}

.chat_msg_item .btn {
  padding: 5px 10px;
  border-radius: 0;
  margin-top: 10px;
}

.chat_msg_item .btn:hover {
  color: #6c757d !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: #6c757d;
}

.chat_form .get-notified label {
  color: #007bff;
  font-weight: 600;
  font-size: 11px;
}

.chat_form input {
  position: relative;
  width: 90%;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #495057;
  -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 #28a745;
}

.chat_form .get-notified i {
  background: #28a745;
  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 #e9ecef;
}

.chat_form .message_form textarea {
  margin: 5px 0 5px 0;
  border: 1px solid #e9ecef;
  position: relative;
  width: 90%;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #495057;
  -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 #e9ecef;
  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: #28a745;
  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 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 1s ease-in-out;
  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% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes load {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    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: #ff8700;
  color: #fff;
}

.blue .chat {
  background: #ff8700;
  color: #adb5bd;
}

/* 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);
  -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);
    -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);
    -webkit-transform: scale(5);
    transform: scale(5);
  }
}
::-webkit-input-placeholder { /* Chrome */
  color: #ced4da;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #ced4da;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #ced4da;
}

:-moz-placeholder { /* Firefox 4 - 18 */
  color: #ced4da;
}

@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: #7361A2;
  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-body*/
  /*Card*/
  /*Back Button*/
  /*Collapse*/
}
.entrar-curso .pr-25 {
  padding-right: 25px;
}
.entrar-curso .color-success {
  color: #00c4b3 !important;
  font-weight: 400 !important;
  font-size: 15px !important;
}
.entrar-curso .post-coment {
  font-size: 17px;
  font-weight: 400;
  color: #415364;
}
.entrar-curso h5 {
  font-weight: bold;
  color: #7361A2;
}
.entrar-curso .card-body-conf {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 20px;
  font-weight: 400;
}
.entrar-curso .card-detalhes-curso {
  background-color: #7361A2;
  opacity: 0.95;
  margin-top: -50px;
  margin-right: -15px;
  margin-left: 30px;
  margin-bottom: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}
.entrar-curso .flex-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.entrar-curso .flex-icon .icon-treinados {
  background: #ffffff;
  width: 25px;
  -webkit-mask-image: url("../../assets/images/icons/treinados.svg");
  -webkit-mask-repeat: no-repeat;
  mask-image: url("../../assets/images/icons/treinados.svg");
  mask-repeat: no-repeat;
}
.entrar-curso .flex-icon .icon-cursando {
  background: #ffffff;
  width: 25px;
  -webkit-mask-image: url("../../assets/images/icons/cursando.svg");
  -webkit-mask-repeat: no-repeat;
  mask-image: url("../../assets/images/icons/cursando.svg");
  mask-repeat: no-repeat;
}
.entrar-curso .flex-icon .icon-horas {
  background: #ffffff;
  width: 25px;
  -webkit-mask-image: url("../../assets/images/icons/horas.svg");
  -webkit-mask-repeat: no-repeat;
  mask-image: url("../../assets/images/icons/horas.svg");
  mask-repeat: no-repeat;
}
.entrar-curso .h4-panel {
  font-size: 20px;
  font-weight: bold;
}
.entrar-curso .h5-panel {
  font-size: 1em !important;
}
.entrar-curso .a-panel {
  text-decoration: none !important;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.entrar-curso .panel-body p {
  font-size: 15px;
}
.entrar-curso .card-curso .label {
  float: right;
  padding: 0 25px;
  background: #ffffff;
  margin: -5px 0 -5px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.8;
}
.entrar-curso .a-back {
  text-align: center;
  width: 100%;
  text-decoration: none;
}
.entrar-curso .i-back {
  display: block;
  padding-bottom: 10px;
  color: #ffffff;
}
.entrar-curso [data-toggle=collapse][aria-expanded=true] {
  color: #ffffff !important;
  border-color: #ffffff !important;
  font-weight: 800;
  margin-top: 0px;
}
.entrar-curso [data-toggle=collapse][aria-expanded=false]:after {
  font-family: "simple-line-icons";
  content: "\e604";
  margin-left: 5px;
  font-weight: bold;
  margin-top: 0px;
}
.entrar-curso [data-toggle=collapse][aria-expanded=true]:after {
  margin-top: 0px;
}
.entrar-curso .sobre-curso {
  background: transparent;
  margin-left: 0;
}
.entrar-curso .sobre-curso .btn-crey {
  color: #31708f;
  background-color: #d9edf7;
  width: 80%;
}
.entrar-curso .sobre-curso .card.container {
  padding: 0;
}
.entrar-curso .sobre-curso .card .card-body h3 {
  padding-top: 5px;
}
@media (min-width: 1200px) {
  .entrar-curso .sobre-curso .sobre-curso {
    max-width: 430px;
  }
}
@media (max-width: 992px) {
  .entrar-curso .sobre-curso .sobre-curso {
    position: relative;
    margin-top: -10px;
    height: auto;
  }
  .entrar-curso .sobre-curso .sobre-curso .card {
    height: auto;
    position: relative;
    max-width: 100%;
  }
  .entrar-curso .sobre-curso .closeSobre {
    margin: 30px 0;
    display: block;
  }
  .entrar-curso .sobre-curso .card-curso {
    padding-left: 35px;
    padding-right: 35px;
  }
  .entrar-curso .sobre-curso .card-curso h5 {
    font-size: 14px;
    line-height: 1.5;
  }
  .entrar-curso .sobre-curso .card-curso .card .card-body {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .entrar-curso .sobre-curso .card-curso .label {
    float: none;
    padding: 5px 15px;
    display: table;
    line-height: 1.3;
    margin-top: 8px;
  }
  .entrar-curso .sobre-curso .thCurso {
    height: 180px !important;
  }
}

.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 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            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 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .curso-online .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .curso-online .card .card-footer .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

/**! 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;
  }
}
.default-trilha .disable:before {
  content: "";
  position: absolute;
  z-index: 1;
}
.default-trilha .trilhaNaoVisualiza {
  display: none;
}
.default-trilha .trilhaConcluido {
  display: none;
}
.default-trilha .fancybox-content {
  height: 100% !important;
}
.default-trilha .banner-header {
  max-width: 100vw;
}
.default-trilha .bn-boasvindas {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  max-height: 250px;
}
.default-trilha .badge-trail i {
  font-size: 12px;
  font-weight: bold;
  color: #735aa2;
}
.default-trilha .badge-success {
  color: #ffffff !important;
}
.default-trilha .card-label-conf {
  margin-left: 90px;
  margin-top: 17px;
  font-weight: 500;
  font-size: 20px;
  color: #415364;
}
@media only screen and (max-width: 425px) {
  .default-trilha .card-label-conf {
    margin-left: 10px;
  }
}
.default-trilha h1 {
  font-weight: bold;
  font-size: 30px;
}
.default-trilha h6 {
  font-weight: 400;
  font-size: 20px;
}
.default-trilha h2 {
  font-weight: 500 !important;
  font-size: 28px !important;
  color: #415364 !important;
}
.default-trilha .config-row {
  margin: auto auto;
}
.default-trilha .thumbCursoTrilha,
.default-trilha .thumbCursoTrilha img {
  max-width: 100%;
  max-height: 100%;
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 15px;
  /* Saf3+, Chrome */
  border-radius: 20px !important;
  /* Opera 10.5, IE 9 */
  /*-moz-border-radius: 5px;  Disabled for FF1+ */
}
@media only screen and (max-width: 425px) {
  .default-trilha .thumbCursoTrilha,
  .default-trilha .thumbCursoTrilha img {
    display: none;
  }
}
.default-trilha .badge {
  font-size: 17px;
  font-weight: 300;
  color: #415364;
}
.default-trilha .progress {
  height: 10px !important;
}
.default-trilha .trail-percent {
  margin-left: 20px;
}
.default-trilha .progress-margin {
  margin-bottom: 0 !important;
}
.default-trilha .progress-bar .porcentagem-1 {
  background-color: #7361A2;
}
.default-trilha .card-atividade {
  height: 110px;
  border-radius: 8px;
  padding: 10px 0 10px 10px;
  margin-bottom: 8px !important;
  background-color: #f3f1f7;
}
@media only screen and (max-width: 425px) {
  .default-trilha .card-atividade {
    height: auto;
  }
}
.default-trilha .tit-Font {
  font-weight: bold;
  font-size: 1.75rem;
  color: #7361A2;
}
.default-trilha .tit-Font i, .default-trilha .tit-Font img {
  width: 25px;
  vertical-align: inherit;
  -webkit-filter: invert(45%) sepia(40%) saturate(522%) hue-rotate(216deg) brightness(83%) contrast(92%);
          filter: invert(45%) sepia(40%) saturate(522%) hue-rotate(216deg) brightness(83%) contrast(92%);
}
.default-trilha .acesso-rapido-container-ranking {
  position: relative;
  max-width: 15rem;
  max-height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
}
.default-trilha .card-ranking {
  background-color: #5c4d83;
  color: #fff;
}
.default-trilha .card-ranking h5 {
  color: #fff;
}
.default-trilha .table-ranking {
  font-size: 0.75rem;
  color: #fff;
}
.default-trilha .table-ranking tr {
  vertical-align: top;
}
.default-trilha .background-ranking {
  height: 14rem;
  z-index: 0;
  border-radius: 0 0 50px 50px;
  width: 100%;
  background-color: #e8c7ff;
  position: absolute;
}

.termo-lgpd {
  background-image: url("../images/cliente/login_backgroud.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.termo-lgpd .container {
  background-color: #ffffff;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  overflow: auto;
}
.termo-lgpd .container h3 {
  color: #7361A2;
  font-size: 25px;
}
.termo-lgpd .container p {
  font-size: 20px;
}
.termo-lgpd .container .btn-success {
  font-weight: 800;
  font-weight: Bold;
  font-size: 16px !important;
}
.termo-lgpd .container .btn {
  border-radius: 0px !important;
}

.perfil {
  /*.profile ul li:nth-child(-n+3){  
  display: block;
  flex: 0 1 auto;
  list-style-type: none;
  font-weight: 800;
  margin-left: 100px;
  }*/
}
.perfil .btn-mini {
  padding: 0.3rem 0.6rem;
  font-size: 0.75rem;
  line-height: 0.9;
  border-radius: 0.2rem;
}
.perfil .profile {
  border-radius: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.perfil .box_teacher {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.perfil .wrapper_indent, .perfil .indent_title_in {
  padding: 10px;
}
.perfil .profile {
  background-color: #7361A2;
  text-align: center;
}
.perfil .profile ul {
  width: 100%;
}
.perfil .profile li {
  list-style: none;
}
.perfil .profile li:last-child {
  display: none;
}
.perfil .name-user {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: #ffffff;
}
.perfil .info-user {
  color: #ffffff;
  font-size: 20px !important;
  font-weight: normal !important;
}
.perfil .font-titulos {
  font-size: 20px;
  font-weight: bold;
  color: #093254;
}
.perfil .subtitulo-font {
  font-weight: 400;
  font-size: 20px;
  color: #093254;
}
.perfil .content-table-font {
  font-weight: 400;
  font-size: 20px;
  color: #415364;
}
.perfil .tam-image-usu {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.perfil .tam-image-usu.super-position {
  margin-top: -70px;
  background-color: #fff;
}
.perfil .container {
  margin-bottom: 10px;
}

.biblioteca .container {
  min-height: 70%;
  clear: left;
}
.biblioteca .disable:before {
  content: "";
  position: absolute;
  z-index: 1;
}
.biblioteca .trilhaNaoVisualiza {
  display: none;
}
.biblioteca .trilhaConcluido {
  display: none;
}
.biblioteca .fancybox-content {
  height: 100% !important;
}
.biblioteca .bn-boasvindas {
  width: 100%;
}
.biblioteca .badge-trail i {
  font-size: 12px;
  font-weight: bold;
  color: #6f42c1;
}
.biblioteca .altura-banner {
  border-radius: 30px;
}
.biblioteca .circle {
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: block;
  border-width: 1px !important;
  float: left;
  margin-right: 15px;
}
.biblioteca .alinha-direita {
  margin-top: -10px;
  margin-left: 20px;
}
.biblioteca .li-text-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.biblioteca .tit-Font {
  font-weight: bold;
  font-size: 1.75rem;
  color: #7361A2;
}
.biblioteca .trilha-font {
  font-size: 26px !important;
}
.biblioteca .cso-font {
  font-size: 20px !important;
}
.biblioteca .card-biblioteca {
  margin-top: 20px;
  border-radius: 20px;
  text-align: left;
  padding: 20px;
}
.biblioteca .card-biblioteca .card-header {
  background-color: transparent;
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.biblioteca .card-biblioteca .card-body {
  font-weight: 900;
  color: #6c757d;
}
.biblioteca .card-biblioteca .card-footer {
  background-color: transparent;
  border-top: 0px solid rgba(0, 0, 0, 0.125);
}
.biblioteca .btn-acessar {
  color: #ffffff;
  background-color: #093254;
  border-color: #093254;
  font-weight: 800;
  border-radius: 20px;
  padding: 10px 24px;
}
.biblioteca .img-card-tit {
  width: 25px;
  vertical-align: inherit;
  -webkit-filter: invert(45%) sepia(40%) saturate(522%) hue-rotate(216deg) brightness(83%) contrast(92%);
          filter: invert(45%) sepia(40%) saturate(522%) hue-rotate(216deg) brightness(83%) contrast(92%);
}
.biblioteca .icone {
  -webkit-filter: invert(45%) sepia(40%) saturate(522%) hue-rotate(216deg) brightness(83%) contrast(92%);
          filter: invert(45%) sepia(40%) saturate(522%) hue-rotate(216deg) brightness(83%) contrast(92%);
}

.knowledge-test .p-body-config {
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #415364;
}
.knowledge-test .title-conf {
  font-weight: bold !important;
  font-size: 30px !important;
  color: #093254;
}
.knowledge-test .subtitle-conf {
  font-weight: bold !important;
  font-size: 20px !important;
  color: #093254;
}
.knowledge-test .subtitle-regular {
  font-weight: 400 !important;
  font-size: 30px !important;
  color: #093254;
}
.knowledge-test .btn-secondary {
  background-color: #00c4b3;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  border: none;
}
.knowledge-test .btn-tertiary {
  background-color: #093254 !important;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  border: none;
}
.knowledge-test .card {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.knowledge-test .card-body {
  min-height: 600px;
}
.knowledge-test .alert-intern-conf {
  background-color: #EDECEE;
}
.knowledge-test .progress-bar {
  background-color: #00c4b3 !important;
}
.knowledge-test .progress-bar:after {
  background-color: #00c4b3 !important;
}
.knowledge-test .iconnota-config {
  width: 56px;
  height: 45px;
}
.knowledge-test .flaticon-interface-5 {
  color: #093254;
  font-size: 38px;
}
.knowledge-test .flaticon-information {
  color: #093254;
  font-size: 38px;
}
.knowledge-test .m-portlet .m-portlet__head {
  border-top: 2px solid #1D053C;
  border-bottom: 1px solid #707070;
}
.knowledge-test .m-portlet .m-portlet__foot:not(.m-portlet__no-border) {
  border-top: 1px solid #707070;
}
.knowledge-test .config-quest {
  font-weight: bold !important;
  font-size: 25px !important;
  color: #093254 !important;
}
.knowledge-test .btn-next {
  background-color: #093254 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  font-size: 20px !important;
  border: none !important;
}
.knowledge-test .radio-conf-font {
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #415364 !important;
}
.knowledge-test .btn-prev {
  background-color: #E8E8E8 !important;
  color: #093254 !important;
  font-weight: bold !important;
  font-size: 20px !important;
  border: none !important;
}
.knowledge-test .btn-finish {
  background-color: #00c4b3 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  font-size: 20px !important;
  border: none !important;
}
.knowledge-test .swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #00c4b3 !important;
}
.knowledge-test .swal2-icon.swal2-success {
  border-color: #00c4b3 !important;
}

.minha-equipe .group-blog img.img-fluid {
  width: 58px;
  height: 58px;
}
.minha-equipe .btn_search {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: -1px;
  color: #fff;
  font-size: 1.0625rem;
  top: 0;
  border: 0;
  padding: 0 25px;
  height: 50px;
  cursor: pointer;
  outline: none;
  border-radius: 0 3px 3px 0;
  background-color: #00447c;
  -webkit-appearance: button;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: pre;
}
.minha-equipe .btn_search:hover {
  background-color: #FACC2E;
}
.minha-equipe .progress-bar[aria-valuenow="0"] {
  color: #333;
  margin-left: 3px;
}
@media (max-width: 1024px) {
  .minha-equipe .row.w-100.card-body {
    text-align: center !important;
  }
}
.minha-equipe .btn-outline-secondary {
  font-weight: 800;
}
.minha-equipe .sorting_asc {
  font-weight: 800;
  color: #290560;
}
.minha-equipe .sorting {
  font-weight: 800;
  color: #290560;
}
.minha-equipe #direta-tab {
  font-weight: bold;
  color: #6c757d !important;
}
.minha-equipe #indireta-tab {
  font-weight: bold;
  color: #6c757d !important;
}
.minha-equipe .titulo-equipe {
  color: #093254 !important;
  font-size: 30px !important;
  font-weight: bold !important;
}
.minha-equipe .buscar-colab {
  border: 1px solid #8f81b5;
}
.minha-equipe .nav-link-label {
  color: #6c757d !important;
  font-weight: bold !important;
  font-size: 20px !important;
}
.minha-equipe .nav-tabs .nav-item.show .nav-link, .minha-equipe .nav-tabs .nav-link.active {
  border-bottom: 3px solid #6c757d;
}
.minha-equipe .btn-default {
  font-size: 20px !important;
  font-weight: bold !important;
}

.detalhes-presenciais .pull-right {
  float: right;
}
.detalhes-presenciais .card-detalhes-curso {
  background-color: #00c4b3;
  opacity: 0.95;
  margin-top: -50px;
  margin-right: -15px;
  margin-left: 30px;
  margin-bottom: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}
.detalhes-presenciais .a-panel {
  text-decoration: none !important;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff !important;
}
.detalhes-presenciais .panel-body p {
  font-size: 15px;
}

.cadastrar {
  padding-top: 4rem;
  background-image: url("../images/cliente/login_backgroud.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #7361A2;
}
.cadastrar .titulo-cad {
  color: #7361A2;
  font-weight: bold;
  font-size: 27px;
}
.cadastrar .card {
  padding: 2rem !important;
}

/*NavBackground*/
/*User avatar*/
.avatar {
  background-color: #ffffff;
}

/*MenuIcons*/
.my-team {
  color: white;
  text-shadow: -1px -1px 0 #514b48, -1px -1px 0 #514b48, -1px -1px 0 #514b48, -1px -1px 0 #514b48;
}

.dropdown-user .dropdown-menu .dropdown-item:hover {
  color: #514b48;
  background-color: #f5f6fa !important;
}

a.dropdown-item {
  color: #1B1918 !important;
  font-size: 17px;
  font-weight: 400;
}

.telaErro {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 0 10px;
}
.telaErro h3 {
  color: #7361A2;
}
.telaErro #aviso {
  text-align: center;
  padding: 1vw;
}
.telaErro p.form-title {
  text-align: center;
  padding: 1vw 0;
}
.telaErro .lighter {
  color: #E30016;
}

.contAdm .text-default {
  color: #7361A2;
}

.certMatriz .text-default {
  color: #7361A2;
}
.certMatriz .text-default-light {
  color: #f5f6fa;
}
.certMatriz .concluido {
  color: #28a745 !important;
}
.certMatriz .pendente {
  color: #E30016 !important;
}
.certMatriz .legendaContainer {
  font-weight: 400;
  font-size: 0.8em;
  margin-top: 30px;
}
.certMatriz .legenda {
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 5px;
  font-weight: 400;
}
.certMatriz .treinado {
  background-color: #28a745;
}
.certMatriz .fluxo {
  background-color: rgba(4, 189, 66, 0.5);
}
.certMatriz .pendente {
  background-color: #E30016;
}
.certMatriz .na {
  background-color: #f5f6fa;
}
.certMatriz .item-list.nome {
  font-size: 1.1em;
  display: block;
  font-weight: 700;
}
.certMatriz .item-list.cargo,
.certMatriz .item-list.area {
  font-size: 0.8em;
  display: block;
  font-weight: 400;
}
.certMatriz table.rotate-table-grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
}
.certMatriz .rotate-table-grid tr,
.certMatriz .rotate-table-grid td,
.certMatriz .rotate-table-grid th {
  position: relative;
  padding: 10px;
  vertical-align: middle;
}
.certMatriz .rotate-table-grid th,
.certMatriz .rotate-table-grid td {
  border: 1px solid #ffffff;
}
.certMatriz .rotate-table-grid th span {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  white-space: nowrap;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.certMatriz th.documento {
  min-width: 400px !important;
}
.certMatriz th.documento .icoDocumento {
  display: inline;
  font-size: 0.7em;
  font-weight: 500;
}
.certMatriz th.documento .codDocumento {
  display: inline;
  font-size: 0.7em;
  font-weight: 600;
}
.certMatriz th.documento .nomeDocumento {
  display: inline;
  font-size: 0.7em;
  font-weight: 500;
}
.certMatriz th.documento .revDocumento {
  display: inline;
  font-size: 0.6em;
  font-weight: 400;
}
.certMatriz th.colaborador {
  padding: 100px 25px;
}
.certMatriz th.colaborador span {
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
}
.certMatriz .highcharts-figure,
.certMatriz .highcharts-data-table table {
  min-width: 300px;
  max-width: 500px;
  margin: 1em auto;
}
.certMatriz .highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ffffff;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.certMatriz .highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #343a40;
}
.certMatriz .highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}
.certMatriz .highcharts-data-table td,
.certMatriz .highcharts-data-table th,
.certMatriz .highcharts-data-table caption {
  padding: 0.5em;
}
.certMatriz .highcharts-data-table thead tr,
.certMatriz .highcharts-data-table tr:nth-child(even) {
  background: #ffffff;
}
.certMatriz .highcharts-data-table tr:hover {
  background: #ffffff;
}

.equipeMatriz .text-default {
  color: #7361A2;
}
.equipeMatriz .text-default-light {
  color: #f5f6fa;
}
.equipeMatriz .concluido {
  color: #28a745 !important;
}
.equipeMatriz .pendente {
  color: #E30016 !important;
}
.equipeMatriz .legendaContainer {
  font-weight: 400;
  font-size: 0.8em;
  margin-top: 30px;
}
.equipeMatriz .legenda {
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 5px;
  font-weight: 400;
}
.equipeMatriz .concluido {
  background-color: #28a745;
}
.equipeMatriz .fluxo {
  background-color: rgba(4, 189, 66, 0.5);
}
.equipeMatriz .pendente {
  background-color: #E30016;
}
.equipeMatriz .na {
  background-color: #ffffff;
}
.equipeMatriz .item-list.nome {
  font-size: 1.1em;
  display: block;
  font-weight: 700;
}
.equipeMatriz .item-list.cargo,
.equipeMatriz .item-list.area {
  font-size: 0.8em;
  display: block;
  font-weight: 400;
}
.equipeMatriz table.rotate-table-grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
}
.equipeMatriz .rotate-table-grid tr,
.equipeMatriz .rotate-table-grid td,
.equipeMatriz .rotate-table-grid th {
  position: relative;
  padding: 10px;
  vertical-align: middle;
}
.equipeMatriz .rotate-table-grid th, .equipeMatriz .rotate-table-grid td {
  border: 1px solid #ffffff;
}
.equipeMatriz .rotate-table-grid th span {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  white-space: nowrap;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.equipeMatriz th.documento {
  min-width: 200px !important;
}
.equipeMatriz th.documento .icoDocumento {
  display: inline;
  font-size: 0.7em;
  font-weight: 500;
}
.equipeMatriz th.documento .codDocumento {
  display: inline;
  font-size: 0.7em;
  font-weight: 600;
}
.equipeMatriz th.documento .nomeDocumento {
  display: inline;
  font-size: 0.7em;
  font-weight: 500;
}
.equipeMatriz th.documento .revDocumento {
  display: inline;
  font-size: 0.6em;
  font-weight: 400;
}
.equipeMatriz th.colaborador {
  padding: 100px 25px;
}
.equipeMatriz th.colaborador span {
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
}
.equipeMatriz .highcharts-figure,
.equipeMatriz .highcharts-data-table table {
  min-width: 100%;
  max-width: 100%;
  margin: 1em auto;
}
.equipeMatriz .highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ffffff;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.equipeMatriz .highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #343a40;
}
.equipeMatriz .highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}
.equipeMatriz .highcharts-data-table td,
.equipeMatriz .highcharts-data-table th,
.equipeMatriz .highcharts-data-table caption {
  padding: 0.5em;
}
.equipeMatriz .highcharts-data-table thead tr,
.equipeMatriz .highcharts-data-table tr:nth-child(even) {
  background: #ffffff;
}
.equipeMatriz .highcharts-data-table tr:hover {
  background: #ffffff;
}
.equipeMatriz #usuario div {
  font-size: 0.9em;
  line-height: 1.3em;
}

.matrizPrinc .text-default {
  color: #7361A2;
}
.matrizPrinc .text-default-light {
  color: #f5f6fa;
}
.matrizPrinc .concluido {
  color: #28a745 !important;
}
.matrizPrinc .pendente {
  color: #E30016 !important;
}
.matrizPrinc .item-list.nome {
  font-size: 1.1em;
  display: block;
  font-weight: 700;
}
.matrizPrinc .item-list.cargo,
.matrizPrinc .item-list.area {
  font-size: 0.8em;
  display: block;
  font-weight: 400;
}
.matrizPrinc .item.list-group-item {
  float: none;
  width: 100%;
  margin: 10px 0 10px 0;
  background-color: #ffffff;
  border: 1px solid #f5f6fa;
  padding: 1em;
  text-align: left;
}
.matrizPrinc .item.list-group-item:before,
.matrizPrinc .item.list-group-item:after {
  display: table;
  content: " ";
}
.matrizPrinc .item.list-group-item p {
  text-align: left;
}
.matrizPrinc .item.list-group-item .stDocumento {
  display: block;
  float: right;
  padding: 10px;
}
.matrizPrinc .item.list-group-item div {
  display: block;
}
.matrizPrinc .item.list-group-item div.icoDocumento {
  font-weight: 800;
  float: left;
  padding: 1% 2% 1% 1%;
}
.matrizPrinc .item.list-group-item div.codDocumento {
  width: 100%;
  font-size: 1em;
  font-weight: 800;
}
.matrizPrinc .item.list-group-item div.nomeDocumento {
  width: 100%;
  font-size: 0.9em;
  font-weight: 600;
}
.matrizPrinc .item.list-group-item div.revDocumento {
  width: 100%;
  font-size: 0.8em;
  font-weight: 400;
}
.matrizPrinc .item.grid-group-item {
  float: left;
  width: 13%;
  margin: 1%;
  background-color: #ffffff;
  border: 1px solid #f5f6fa;
  padding: 0;
  min-height: 150px;
}
.matrizPrinc .item.grid-group-item:before,
.matrizPrinc .item.grid-group-item:after {
  display: table;
  content: " ";
}
.matrizPrinc .item.grid-group-item div {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 1em;
}
.matrizPrinc .item.grid-group-item div.codDocumento {
  margin-top: 1em;
  font-size: 0.8em;
  font-weight: 800;
}
.matrizPrinc .item.grid-group-item div.nomeDocumento {
  margin-top: 0.1em;
  font-size: 0.7em;
  font-weight: 600;
}
.matrizPrinc .item.grid-group-item div.revDocumento {
  margin-top: 0.1em;
  font-size: 0.6em;
  font-weight: 400;
}
.matrizPrinc .item.grid-group-item .stDocumento {
  display: none;
}

.presencasMatriz .text-default {
  color: #7361A2;
}
.presencasMatriz .text-default-light {
  color: #f5f6fa;
}
.presencasMatriz .concluido {
  color: #28a745 !important;
}
.presencasMatriz .pendente {
  color: #E30016 !important;
}
.presencasMatriz .legendaContainer {
  font-weight: 400;
  font-size: 0.8em;
  margin-top: 30px;
}
.presencasMatriz .legenda {
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 5px;
  font-weight: 400;
}
.presencasMatriz .treinado {
  background-color: #28a745;
}
.presencasMatriz .fluxo {
  background-color: rgba(4, 189, 66, 0.5);
}
.presencasMatriz .pendente {
  background-color: #E30016;
}
.presencasMatriz .na {
  background-color: #ffffff;
}
.presencasMatriz .item-list.nome {
  font-size: 1.1em;
  display: block;
  font-weight: 700;
}
.presencasMatriz .item-list.cargo,
.presencasMatriz .item-list.area {
  font-size: 0.8em;
  display: block;
  font-weight: 400;
}
.presencasMatriz table.rotate-table-grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
}
.presencasMatriz .rotate-table-grid tr,
.presencasMatriz .rotate-table-grid td,
.presencasMatriz .rotate-table-grid th {
  position: relative;
  padding: 10px;
  vertical-align: middle;
}
.presencasMatriz .rotate-table-grid th,
.presencasMatriz .rotate-table-grid td {
  border: 1px solid #ffffff;
}
.presencasMatriz .rotate-table-grid th span {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  white-space: nowrap;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.presencasMatriz th.documento {
  min-width: 400px !important;
}
.presencasMatriz th.documento .icoDocumento {
  display: inline;
  font-size: 0.7em;
  font-weight: 500;
}
.presencasMatriz th.documento .codDocumento {
  display: inline;
  font-size: 0.7em;
  font-weight: 600;
}
.presencasMatriz th.documento .nomeDocumento {
  display: inline;
  font-size: 0.7em;
  font-weight: 500;
}
.presencasMatriz th.documento .revDocumento {
  display: inline;
  font-size: 0.6em;
  font-weight: 400;
}
.presencasMatriz th.colaborador {
  padding: 100px 25px;
}
.presencasMatriz th.colaborador span {
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
}
.presencasMatriz .highcharts-figure,
.presencasMatriz .highcharts-data-table table {
  min-width: 300px;
  max-width: 500px;
  margin: 1em auto;
}
.presencasMatriz .highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ffffff;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.presencasMatriz .highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #343a40;
}
.presencasMatriz .highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}
.presencasMatriz .highcharts-data-table td,
.presencasMatriz .highcharts-data-table th,
.presencasMatriz .highcharts-data-table caption {
  padding: 0.5em;
}
.presencasMatriz .highcharts-data-table thead tr,
.presencasMatriz .highcharts-data-table tr:nth-child(even) {
  background: #ffffff;
}
.presencasMatriz .highcharts-data-table tr:hover {
  background: #ffffff;
}

.dashboard {
  /*
  .bs-callout+.bs-callout {
      margin-top: -5px;
  }*/
}
.dashboard .dadosDashboard small {
  font-family: "Open Sans";
  text-align: center;
  font-weight: lighter;
  font-size: 11px !important;
  color: #fff !important;
  text-transform: none;
  margin-top: 12px;
  display: block;
  letter-spacing: normal;
}
.dashboard .bs-callout {
  border: 1px solid #ccc;
  border-left-width: 10px;
  border-radius: 5px;
}
.dashboard .bs-callout h4 {
  display: block;
  width: 45%;
  float: left;
  font-family: "Open Sans";
  font-weight: lighter;
  font-size: 32px !important;
  padding: 20px 0 20px 0;
}
.dashboard .bs-callout p {
  font-size: 13px !important;
  text-align: center;
  padding: 20px 0 20px 0;
  font-weight: lighter;
}
.dashboard .bs-callout i {
  font-size: 26px;
  padding: 5px 0 5px 0;
  font-weight: lighter;
}
.dashboard .bs-callout p:last-child {
  margin-bottom: 0;
}
.dashboard .bs-callout code {
  border-radius: 3px;
}
.dashboard abbr {
  font-size: 11px !important;
}
.dashboard .bs-callout-cadastrados {
  border-left-color: #007737;
}
.dashboard .bs-callout-cadastrados h4 {
  color: #007737;
}
.dashboard .bs-callout-aderentes {
  border-left-color: #00beee;
}
.dashboard .bs-callout-aderentes h4 {
  color: #00beee;
}
.dashboard .bs-callout-acessos {
  border-left-color: #48c600;
}
.dashboard .bs-callout-acessos h4 {
  color: #48c600;
}
.dashboard .bs-callout-treinados {
  border-left-color: #d976d0;
}
.dashboard .bs-callout-treinados h4 {
  color: #d976d0;
}
.dashboard .bs-callout-participacoes {
  border-left-color: #e9411a;
}
.dashboard .bs-callout-participacoes h4 {
  color: #e9411a;
}
.dashboard .bs-callout-horas {
  border-left-color: #ffb901;
}
.dashboard .bs-callout-horas h4 {
  color: #ffb901;
  width: 73%;
}
.dashboard .bs-callout-horas-pessoas {
  border-left-color: #516475;
}
.dashboard .bs-callout-horas-pessoas h4 {
  color: #516475;
}
.dashboard .bs-callout-participacoes-pessoas {
  border-left-color: #3d53ad;
}
.dashboard .bs-callout-participacoes-pessoas h4 {
  color: #3d53ad;
}
.dashboard .bs-callout-trocando {
  border-left-color: #01bbd2;
}
.dashboard .bs-callout-trocando h4 {
  color: #01bbd2;
}
.dashboard .bs-callout-colaboracao {
  border-left-color: #5e4e5b;
}
.dashboard .bs-callout-colaboracao h4 {
  color: #5e4e5b;
}
.dashboard .bs-callout-enquete {
  border-left-color: #fc5175;
}
.dashboard .bs-callout-enquete h4 {
  color: #fc5175;
}
.dashboard .bs-callout-biblioteca {
  border-left-color: #00d8c1;
}
.dashboard .bs-callout-biblioteca h4 {
  color: #00d8c1;
}
.dashboard .bg-callout-cadastrados {
  background-color: #007737;
}
.dashboard .bg-callout-aderentes {
  background-color: #00beee;
}
.dashboard .bg-callout-acessos {
  background-color: #48c600;
}
.dashboard .bg-callout-treinados {
  background-color: #d976d0;
}
.dashboard .bg-callout-participacoes {
  background-color: #e9411a;
}
.dashboard .bg-callout-horas {
  background-color: #ffb901;
}
.dashboard .bg-callout-horas-pessoas {
  background-color: #516475;
}
.dashboard .bg-callout-participacoes-pessoas {
  background-color: #3d53ad;
}
.dashboard .bg-callout-trocando {
  background-color: #01bbd2;
}
.dashboard .bg-callout-colaboracao {
  background-color: #5e4e5b;
}
.dashboard .bg-callout-enquete {
  background-color: #fc5175;
}
.dashboard .bg-callout-biblioteca {
  background-color: #00d8c1;
}
.dashboard .m-portlet {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 50px;
}
.dashboard .m-portlet .m-portlet__body {
  color: #fff;
}
.dashboard .m-widget1 {
  padding: 1.5rem 0;
  -webkit-box-shadow: 0px 1px 20px 1px rgba(69, 65, 78, 0.15);
  box-shadow: 0px 1px 20px 1px rgba(69, 65, 78, 0.15);
}
.dashboard .m-widget1 {
  text-align: center;
  border-radius: 20px;
  margin-bottom: 25px;
}
.dashboard .m-widget1 a {
  color: #fff;
}
.dashboard .m-widget1 h2 {
  font-size: 2.3rem;
  font-weight: 100;
  margin: 10px 0;
  color: #fff;
}
.dashboard .m-widget1 .col-md-4 {
  padding: 0;
}
.dashboard .m-widget1 .col-md-12 {
  font-size: 1.3rem;
  padding: 20px 0 0 0;
}
.dashboard .m-portlet .col-md-3 {
  margin-bottom: 30px;
}
.dashboard .m-widget1 img {
  opacity: 0.8;
  margin-left: 30px;
}
.dashboard .content_2_in select {
  border-radius: 30px;
}
.dashboard .content_2_in input {
  border-radius: 30px;
  text-align: center;
  display: inline;
}

.pesq-opin .container-adjustment {
  margin-top: 8rem;
}

.ahgora-game .tit-font {
  margin-top: 1rem;
}
.ahgora-game .banner {
  width: 100%;
  height: 31rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/cliente/AhgoraSaude.png);
}
.ahgora-game .div-livro {
  display: none;
}
.ahgora-game .input-size {
  width: 19%;
}

@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;
    -webkit-transform: translate3d(260px, 0, 0);
            transform: translate3d(260px, 0, 0);
    -webkit-transition: width 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    transition: width 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    transition: width 0.25s, opacity 0.25s, transform 0.25s;
    transition: width 0.25s, opacity 0.25s, transform 0.25s, -webkit-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;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    transition: width 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    transition: width 0.25s, opacity 0.25s, transform 0.25s;
    transition: width 0.25s, opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  }
  .card-right {
    overflow: hidden;
  }
  .card-right .column-right {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    transition: width 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    transition: width 0.25s, opacity 0.25s, transform 0.25s;
    transition: width 0.25s, opacity 0.25s, transform 0.25s, -webkit-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 {
    -ms-flex: 0 0 90%;
    -webkit-box-flex: 0;
            flex: 0 0 90%;
    max-width: 90%;
    padding-right: 0;
  }
  .compartilhe .card .card-header .col-lg-2 {
    -ms-flex: 0 0 10%;
    -webkit-box-flex: 0;
            flex: 0 0 10%;
    max-width: 10%;
    padding: 0;
    text-align: left !important;
  }
  .compartilhe .card .card-footer .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .compartilhe .card .card-footer .col-lg-3 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: -webkit-box;
    display: -ms-flexbox;
    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;
  }
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}/*# sourceMappingURL=style.css.map */