html, body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15px;
  height: 100%;
  margin: 0;
  color: #333333;
}

body {
  background-color: #fff;
}

h1 {
  font-size: 28px;
  line-height: 40px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

h3 {
  font-size: 22px;
  line-height: 32px;
}

h4 {
  font-size: 20px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

p {
  font-size: 16px;
  line-height: 24px;
}

.text-md {
  font-size: 14px;
  line-height: 20px;
}

small {
  font-size: 12px;
  line-height: 16px;
}

.text-lg {
  font-size: 17px;
  line-height: 26px;
}

strong,
b {
  font-weight: bold;
}

a {
  color: #0074C0;
}

.btn {
  border-radius: 4px;
  padding: 5px;
}
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn img {
  margin-right: 5px;
  vertical-align: sub;
}

.btn-primary,
.btn-info {
  background-color: #0074C0;
  color: #ffffff;
  border: 2px solid #0074C0;
}
.btn-primary:hover, .btn-primary:focus,
.btn-info:hover,
.btn-info:focus {
  background-color: #E6F1F9;
  color: #0074C0;
}

.btn-secondary {
  background-color: #F37A19;
  color: #ffffff;
  border: 2px solid #F37A19;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #FFEEE0;
  color: #F37A19;
  border: 2px solid #FFEEE0;
}

.btn-default {
  background: #ffffff;
  color: #0074C0;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
}
.btn-default:hover, .btn-default:focus {
  border: 2px solid #0074C0;
}

.btn-outline-primary,
.btn-outline-info {
  background-color: #ffffff;
  color: #0074C0;
  border: 2px solid #E6F1F9;
}
.btn-outline-primary:hover, .btn-outline-primary:focus,
.btn-outline-info:hover,
.btn-outline-info:focus {
  background-color: #0074C0;
  color: #ffffff;
  border: 2px solid #0074C0;
}

.btn-outline-secondary,
.btn-outline-warning {
  background-color: #ffffff;
  color: #F37A19;
  border: 2px solid #FFEEE0;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus,
.btn-outline-warning:hover,
.btn-outline-warning:focus {
  background-color: #F37A19;
  color: #ffffff;
  border: 2px solid #F37A19;
}

.btn-outline-success {
  background-color: #ffffff;
  color: #38A740;
  border: 2px solid #E7F7E8;
}
.btn-outline-success:hover, .btn-outline-success:focus {
  background-color: #38A740;
  color: #ffffff;
  border: 2px solid #38A740;
}

.btn-success {
  background-color: #38A740;
  color: #ffffff;
  border: 2px solid #38A740;
}
.btn-success:hover, .btn-success:focus {
  background-color: #E7F7E8;
  color: #38A740;
  border: 2px solid #E7F7E8;
}

.bg-warning {
  background-color: #F37A19 !important;
}

a.bg-warning {
  background-color: #F37A19 !important;
  color: #ffffff !important;
  border: 2px solid #F37A19 !important;
}
a.bg-warning:hover, a.bg-warning:focus {
  background-color: #FFEEE0 !important;
  color: #F37A19 !important;
  border: 2px solid #FFEEE0 !important;
}

.color-black {
  color: #666666;
}

.color-orange {
  color: #F37A19;
}

.color-primary {
  color: #0074C0;
}

.color-success {
  color: #27752D;
}

.color-blue {
  color: #1C9BDB;
}

.color-gray-400 {
  color: #666666;
}

.bg-vli {
  background-color: #0074C0;
}

.bg-success {
  background-color: #27752D;
}

.bg-orange {
  background-color: #F37A19;
}

.bg-pink {
  background-color: #9B2272;
}

.mt-60 {
  margin-top: -60px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-50 {
  border-radius: 50px;
}

.dropdown-user {
  padding: 0 8px;
}
.dropdown-user .dropdown-toggle {
  text-transform: none;
}
.dropdown-user .dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dropdown-user .dropdown-toggle img {
  vertical-align: middle;
}
.dropdown-user .dropdown-toggle::after {
  display: none;
}

.bg-f5f6fa {
  background-color: #F5F6Fa;
}

.main-menu {
  height: 100vh;
}
.main-menu .navbar-header {
  margin: 25px 10px;
}
.main-menu .navbar-header img {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.main-menu .dropdown-menu {
  width: calc(100% - 15px);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.12), 0px -1px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.12), 0px -1px 2px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: none;
  margin-top: 0.5rem;
}
.main-menu .dropdown-menu .dropdown-item {
  display: block;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  color: #666666;
}
.main-menu .dropdown-menu .dropdown-item img {
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  margin-bottom: 3px;
}
.main-menu .dropdown-menu .dropdown-item:hover {
  color: #0074C0;
  background-color: #E6F1F9;
}

hr {
  margin: 15px 20px 10px;
}

.main-menu-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu-content ul li {
  padding: 0 8px;
  position: relative;
  white-space: nowrap;
}
.main-menu-content ul li:first-child {
  margin-top: 0.5rem;
}
.main-menu-content ul li a {
  display: block;
  padding: 10px 15px 10px 15px;
  border-radius: 4px;
  text-decoration: none;
  color: #666666;
}
.main-menu-content ul li a img {
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  margin-bottom: 3px;
}
.main-menu-content ul li a:hover {
  color: #0074C0;
  background-color: #E6F1F9;
}
.main-menu-content ul li ul li {
  padding: 0;
}
.main-menu-content ul li ul li a {
  padding: 10px 10px 10px 45px;
}
.main-menu-content ul li ul li:first-child {
  margin-top: 0px;
}
.main-menu-content ul li.has-sub a:not(.mm-next):after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/Chevron/Right.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: -webkit-transform 0.2s ease-in-out;
}
.main-menu-content ul li.has-sub ul li a:after {
  display: none !important;
}
.main-menu-content ul li.open a:not(.mm-next):after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.main-menu-content ul li.active a {
  color: #0074C0;
  background-color: #E6F1F9;
}
.main-menu-content ul li:not(.open) ul {
  display: none;
}

.search-bar {
  padding: 0px 10px;
}
.search-bar .form-control {
  border: none;
  padding-left: 5px;
}
.search-bar .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-mobile,
.overlay-menu,
.navbar-header-mobile {
  display: none;
}

.color-secondary {
  color: #F37A19;
}

hr {
  border-top: 1px solid #D1D1D1;
  opacity: 0.5;
}

.avatar {
  border-radius: 100%;
}

.avatar.avatar-sm {
  width: 30px;
  height: 30px;
}

.avatar.avatar-lg {
  width: 50px;
  height: 50px;
}

.avatar.avatar-xl {
  width: 100px;
  height: 100px;
}

.content {
  width: 90%;
  margin: auto;
}

.column-right {
  width: 260px;
}

.column {
  width: 100%;
}
.column .card {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.column .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;
}
.column .card .card-header.bg-vli a {
  color: #ffffff;
}
.column .card .card-body {
  padding: 0.8rem 1.25rem 1.25rem 1.25rem;
}
.column .header-interno {
  padding: 20px 30px;
}
.column .header-interno .search-bar {
  background-color: #ffffff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  margin-bottom: 15px;
}
.column .header-interno .search-bar .icon-search {
  left: 30px;
}
.column .header-interno select.form-control {
  border: 1px solid #D1D1D1;
}
.column .header-interno select.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 992px) {
  .column .header-interno {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.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: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 80px;
}

.fa-star-o:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/Star.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
}

.star-rating {
  font-size: 0;
}
.star-rating .star-rating__wrap {
  display: inline-block;
  font-size: 1rem;
}
.star-rating .star-rating__wrap:after {
  content: "";
  display: table;
  clear: both;
}
.star-rating .star-rating__wrap .star-rating__ico {
  float: right;
  padding-left: 2px;
  cursor: pointer;
}
.star-rating .star-rating__wrap .star-rating__ico:last-child {
  padding-left: 0;
}
.star-rating .star-rating__wrap .star-rating__input {
  display: none;
}
.star-rating .star-rating__wrap .star-rating__ico:hover:before,
.star-rating .star-rating__wrap .star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating .star-rating__wrap .star-rating__input:checked ~ .star-rating__ico:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/Star-Active.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
}

.card {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.16);
  border: none;
}

.notificacao {
  border-radius: 50px;
  background-color: #0074C0;
  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: #0074C0;
  border-radius: 8px;
}
.scroll::-webkit-scrollbar-track {
  background: #F2F2F2;
  border-radius: 20px;
}

.btn-arrow {
  width: 36px;
  height: 36px;
  background-color: #F2F2F2;
  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: #E6F1F9;
}

[data-toggle=collapse] img {
  margin-top: -1px;
}

.timeline [aria-expanded=true] img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.timeline [aria-expanded=true] i {
  -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: #E6F1F9;
  color: #0074C0;
  padding: 5px 10px;
  line-height: 30px;
}

.tag-green {
  color: #27752D;
  background-color: #E7F7E8;
}

.tag-orange {
  color: #F37A19;
  background-color: #FFEEE0;
}

.tag-red {
  color: #A32626;
  background-color: #FCEDED;
}

.conteudo {
  padding: 0px 30px 20px 30px;
}
.conteudo .card {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
  border-radius: 4px !important;
}

.badgeNotification.hidden {
  display: none;
}

.badgeNotification {
  width: 18px;
  height: 18px;
  background-color: #A32626;
  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: -5px 10px 40px rgba(0, 0, 0, 0.2);
          box-shadow: -5px 10px 40px rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
  margin-top: -30px;
  width: 80px;
  height: 80px;
}
.equipe .pontos {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  text-align: center;
  margin-top: -20px;
  z-index: 5;
}
.equipe .pontos span {
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 8px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 2px 5px;
  color: #666666;
}
.equipe .card {
  -webkit-box-shadow: 0px 4px 17px rgba(17, 17, 17, 0.1);
          box-shadow: 0px 4px 17px rgba(17, 17, 17, 0.1);
  border-radius: 8px !important;
  height: 100%;
}
.equipe .card .card-footer {
  border-color: #F2F2F2;
  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: 0px 4px 17px rgba(17, 17, 17, 0.1);
          box-shadow: 0px 4px 17px rgba(17, 17, 17, 0.1);
  border-radius: 8px !important;
  height: 100%;
}
.equipe-detalhes .card .card-header {
  border-radius: 8px 8px 0px 0px !important;
}
.equipe-detalhes .card .card-body .th-curso {
  width: 60px;
  height: 60px;
}
.equipe-detalhes .card .card-body .tab-pane ul {
  list-style: none;
}
.equipe-detalhes .card .card-body .tab-pane ul li img {
  margin-left: -10px;
}
.equipe-detalhes .card .card-body .row[aria-expanded=false] .iconRight {
  -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 #D1D1D1;
  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;
}

.datepicker.dropdown-menu {
  font-size: 12px;
}
.datepicker.dropdown-menu table tr td.today {
  background: transparent;
  color: #0074C0;
  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: #FFEEE0;
  color: #F37A19;
  font-weight: 400;
}

.activity-timeline.timeline-left {
  border-left: 2px solid #D1D1D1;
  padding-left: 40px;
  margin-left: 1.5rem;
}
.activity-timeline.timeline-left small {
  color: #919191;
}
.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: #ffffff;
}
.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: #ffffff;
}
.activity-timeline.timeline-right li .timeline-icon i {
  vertical-align: sub;
}

/** Comentarios **/
.comentarios .widget {
  background: #ffffff;
  border-radius: 0;
  border: none;
  margin-bottom: 30px;
}
.comentarios .has-shadow {
  -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
          box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
}
.comentarios .widget-header {
  background: #ffffff;
  padding: 0.85rem 1.4rem;
  position: relative;
  width: 100%;
}
.comentarios h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.comentarios h4 {
  color: #F37A19;
  margin-top: 0;
  margin-bottom: 5px;
}
.comentarios .widget-body {
  padding: 1rem 1.4rem;
}
.comentarios .comments {
  background: #F2F2F2;
}
.comentarios .comments-header {
  border-top: 0.07rem solid #F2F2F2;
  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: #333333;
  font-size: 1rem;
}
.comentarios .comments-header .username {
  color: #333333;
  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: #F2F2F2;
  position: relative;
}
.comentarios .reply::before {
  position: absolute;
  display: block;
  left: 30px;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background-color: #F2F2F2;
  content: " ";
}
.comentarios .reply::after {
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  width: 15px;
  height: 15px;
  border: 3px solid #F2F2F2;
  border-radius: 50%;
  background-color: rgba(52, 40, 104, 0.2);
  content: " ";
}
.comentarios .reply-header {
  border-top: 0.07rem solid #F2F2F2;
  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: #333333;
}
.comentarios .reply-header .username {
  color: #333333;
  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 #F2F2F2;
  position: relative;
  padding: 1rem;
  background: #F2F2F2;
  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: #333333;
  font-size: 1rem;
  padding-top: 5px;
}
.comentarios .widget-header .user-image .username {
  color: #333333;
  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: #ffffff;
  -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: #333333;
  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: #000000;
  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: #0074C0 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: #0074C0 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 #F2F2F2;
  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 #F2F2F2;
  border-radius: 8px !important;
}
.btn-card:hover {
  text-decoration: none;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background: #0074C0;
}
.btn-card:hover h1, .btn-card:hover h5, .btn-card:hover h6 {
  color: #ffffff;
}
.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: #0074C0;
}

.nav-tabs {
  border-bottom: 1px solid rgba(209, 209, 209, 0.5);
}
.nav-tabs .nav-link {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding: 0.5rem;
}
.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #0074C0;
}
.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 #0074C0;
  color: #0074C0;
  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: #38A740;
  border: 1px solid #38A740;
}
.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: #38A740;
  background-color: #E7F7E8;
  border-color: #8DD994;
}
.content-library .bg-alert-success p {
  color: #38A740;
}
.content-library .bg-alert-warning {
  color: #F37A19;
  background-color: #FFEEE0;
  border-color: #FFC18F;
}
.content-library .bg-alert-warning p {
  color: #F37A19;
}
.content-library .bg-alert-info {
  color: #1C9BDB;
  background-color: #E5F3FB;
  border-color: #B0DCF2;
}
.content-library .bg-alert-info p {
  color: #1C9BDB;
}
.content-library .bg-alert-danger {
  color: #E24445;
  background-color: #FCEDED;
  border-color: #F4B9B9;
}
.content-library .bg-alert-danger p {
  color: #E24445;
}
.content-library .bg-alert-purple {
  color: #9B2272;
  background-color: #F0BCDF;
  border-color: #DA58AF;
}
.content-library .bg-alert-purple p {
  color: #9B2272;
}
.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: #F2F2F2;
  border: 1px solid #D1D1D1;
  color: #666666;
}
.content-library img {
  margin-top: 0;
  border: none !important;
  margin-right: 0 !important;
}
.content-library .swiper-container {
  max-width: 65%;
}
.content-library .bg-white {
  display: inline-block;
  padding: 0.35em 0.4em;
  font-size: 80%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25rem;
}
@media (max-width: 768px) {
  .content-library .swiper-button-next, .content-library .swiper-button-prev {
    top: 95px !important;
  }
  .content-library .col-card {
    width: 100%;
    max-width: 345px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .content-library .biblioteca {
    height: 255px;
    background-size: 100%;
  }
  .content-library .biblioteca img {
    max-height: 185px;
  }
  .content-library .swiper-container {
    max-width: 90%;
  }
}

.dash-content {
  width: 75%;
}

.fc-event {
  border-color: #0074C0 !important;
  background-color: #0074C0 !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #FF7A00 !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 2rem !important;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#carousel-home .carousel-item img {
  width: 100%;
  height: 250;
}
#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: #ffffff;
  padding: 10px;
  width: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.12);
}
#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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 20px;
}

.content .column-home {
  width: 100%;
}
.content .column-home .pontos {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 2;
  margin-top: 25px;
}
.content .column-home .pontos span {
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 8px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 2px 5px;
  color: #666666;
}
.content .column-home .avatar-home {
  display: block;
  text-align: center;
  height: 60px;
}
.content .column-home .avatar-home .avatar {
  margin-top: -55px;
  position: absolute;
  z-index: 1;
  left: calc(50% - 50px);
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.16);
}

.acesso-rapido {
  margin-bottom: 3rem;
}

.acesso-rapido-container {
  max-width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.acesso-rapido-container h4 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #000000;
  padding: 0.5rem 0;
}
.acesso-rapido-container p {
  font-size: 1rem;
  line-height: 24px;
}
.acesso-rapido-container a {
  background-color: transparent;
  border: none;
  color: #ffffff;
  background-color: #FF7A00;
  border: 1px solid #FF7A00;
}

.container-display-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.trilha-essencial {
  background-color: #F5F6FA;
  border-radius: 8px;
  padding: 1.5rem 1.2rem 0.9rem 0.9rem;
  width: 16.5rem;
  height: 15rem;
}
.trilha-essencial h4 {
  font-weight: 700;
}

.academias .academia-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1rem;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 14rem;
  height: 17rem;
}
.academias .academia-container:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.academias .academia-container:hover figcaption {
  font-size: 0.8rem;
  bottom: -9rem;
  text-align: -webkit-center;
}
.academias .academia-container:hover p {
  padding: 0.6rem 0.2rem;
  margin: 0;
  line-height: 1rem;
  font-size: 0.7rem;
}
.academias .academia-container figcaption {
  position: absolute;
  height: 22rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -moz-text-align-last: center;
       text-align-last: center;
  border-radius: 8px;
  bottom: -17rem;
  padding-top: 1rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.academias .academia-container figcaption strong {
  color: #ffffff;
  font-size: 1rem;
}
.academias .academia-container figcaption p {
  color: #ffffff;
  font-size: 0;
}
.academias .carousel-control-prev,
.academias .carousel-control-next {
  background-color: #007bff;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 100% !important;
}

.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 #F2F2F2;
}

.card-trocandoideias {
  background-image: url("../images/trocando-ideias.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 25px 20px;
}
.card-trocandoideias h5 {
  color: #ffffff;
  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: #0074C0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}

#modalAgenda .modal-body ul {
  list-style-type: none;
  padding-left: 0px;
}
#modalAgenda .modal-body ul li {
  margin-bottom: 5px;
}
#modalAgenda .modal-body ul li img {
  vertical-align: sub;
}

.trilha .table-trilha tr td {
  vertical-align: middle;
}
.trilha .table-trilha tr td:first-child {
  width: 60%;
}
@media (max-width: 1600px) and (min-width: 992px) {
  .trilha {
    padding-left: 15px;
    padding-right: 15px;
  }
  .trilha .col-lg-8 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
}

.compartilhe .link-compartilhe {
  border-radius: 16px;
  border: 2px solid #D1D1D1;
  padding: 5px 15px;
  text-align: center;
  margin-left: 10px;
}
.compartilhe .link-compartilhe:hover {
  background-color: #F2F2F2;
}
.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: #F2F2F2;
}
.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%;
  }
}

.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);
}

#carouselExampleControls .carousel-inner, #carouselExampleControls2 .carousel-inner {
  padding: 1em;
}
#carouselExampleControls .carousel-inner .cards-wrapper, #carouselExampleControls2 .carousel-inner .cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#carouselExampleControls .carousel-inner .cards-wrapper :last-child, #carouselExampleControls2 .carousel-inner .cards-wrapper :last-child {
  margin-right: 0;
}
#carouselExampleControls .carousel-inner .trilha-container, #carouselExampleControls2 .carousel-inner .trilha-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.2rem;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 15rem;
  height: 18.5rem;
}
#carouselExampleControls .carousel-inner .trilha-container img.fundo-trilha, #carouselExampleControls2 .carousel-inner .trilha-container img.fundo-trilha {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
#carouselExampleControls .carousel-inner .trilha-container:hover, #carouselExampleControls2 .carousel-inner .trilha-container:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#carouselExampleControls .carousel-inner .trilha-container:hover figcaption, #carouselExampleControls2 .carousel-inner .trilha-container:hover figcaption {
  font-size: 0.8rem;
  bottom: 0rem;
  text-align: -webkit-center;
}
#carouselExampleControls .carousel-inner .trilha-container:hover p, #carouselExampleControls2 .carousel-inner .trilha-container:hover p {
  padding: 0.6rem 0.2rem;
  margin: 0;
  line-height: 1rem;
  font-size: 0.7rem;
}
#carouselExampleControls .carousel-inner .trilha-container figcaption, #carouselExampleControls2 .carousel-inner .trilha-container figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  height: 14rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -moz-text-align-last: center;
       text-align-last: center;
  border-radius: 8px;
  bottom: -9rem;
  padding: 1rem 1.2rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#carouselExampleControls .carousel-inner .trilha-container figcaption strong, #carouselExampleControls2 .carousel-inner .trilha-container figcaption strong {
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  padding-bottom: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#carouselExampleControls .carousel-inner .trilha-container figcaption p, #carouselExampleControls2 .carousel-inner .trilha-container figcaption p {
  color: #ffffff;
  font-size: 0;
}
#carouselExampleControls .carousel-inner .trilha-container figcaption .porcentagem-trilha, #carouselExampleControls2 .carousel-inner .trilha-container figcaption .porcentagem-trilha {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}
#carouselExampleControls .carousel-inner .trilha-container figcaption img, #carouselExampleControls2 .carousel-inner .trilha-container figcaption img {
  width: 100%;
}
#carouselExampleControls .carousel-control-prev,
#carouselExampleControls .carousel-control-next, #carouselExampleControls2 .carousel-control-prev,
#carouselExampleControls2 .carousel-control-next {
  background-color: #007bff;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 100% !important;
}

.timeline .search-bar {
  background-color: #ffffff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  margin-bottom: 15px;
}
.timeline .card {
  margin-top: 70px;
  border-radius: 8px !important;
  margin-bottom: 50px;
}
.timeline .card .card-body {
  padding: 0;
}
.timeline .card .card-body .row {
  padding: 1.25rem 1.8rem;
}
.timeline .card .card-body hr {
  margin: 0;
}

.th-curso-trilha {
  width: 44px;
  height: 44px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.entrar-curso {
  margin-top: 3.4rem;
}
.entrar-curso .card {
  margin-top: 25px;
  border-radius: 8px !important;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16);
}
.entrar-curso .card .card-body {
  padding: 0;
}
.entrar-curso .card .card-body .row {
  padding: 1.25rem 1.8rem;
}
.entrar-curso .card .card-body .row .text-md {
  font-weight: 600;
}
.entrar-curso .card .card-body .row .text-md img {
  margin-right: 5px;
}
.entrar-curso .card .card-body .row h6 {
  margin-bottom: 0;
}
.entrar-curso .card .card-body hr {
  margin: 0;
}

.card-azul-cursando [aria-expanded=true] i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  translate: 18px;
}
.card-azul-cursando [aria-expanded=true] .mostrar {
  display: none;
}
.card-azul-cursando [aria-expanded=true] .ocultar {
  display: block;
}
.card-azul-cursando [aria-expanded=false] .ocultar {
  display: none;
}
.card-azul-cursando [aria-expanded=false] .mostrar {
  display: block;
}

.th-cursando {
  margin-top: 50px;
  width: 100%;
  height: 256px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-f8f9fb {
  background-color: #f8f9fb;
}

.custom-hr {
  border-top: 1px solid #b9b9b9;
}

.curso-online {
  padding: 0px 30px 20px 30px;
}
.curso-online .card {
  height: calc(100% - 50px);
  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: #F2F2F2;
}
.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%;
  }
}
.curso-online .img-curso-online {
  width: 76px;
  height: 76px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.material-symbols-outlined {
  color: white;
  font-variation-settings: "FILL" 1;
}

.color-white {
  color: white;
}

#header-body {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header-body #header-search-form {
  margin-left: 3rem;
}
#header-body #header-search-form #input-palavra {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  height: 30px;
  padding: 0 10px;
}
#header-body #header-search-form #input-palavra i {
  color: white;
}
#header-body #header-search-form #ola-usuario {
  margin-left: 3rem;
}

#white-logo-link, #white-logo-img {
  margin-left: 3rem;
}

#home-footer {
  background-color: #F1F7FF;
  width: 100%;
}
#home-footer #social-media {
  gap: 1.5rem;
}
#home-footer #social-media a {
  color: #F37A19;
}
#home-footer h2 {
  margin-left: 2rem;
}

.biblioteca-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}

.conteudo .card-biblioteca {
  width: 100%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  padding: 12px;
  background-color: #ffffff;
  height: 19.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-header-biblioteca {
  text-align: center;
  margin-bottom: 10px;
}

.card-footer-biblioteca {
  text-align: center;
}

@media (max-width: 1440px) {
  .navbar, .color-white {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .adjust-qrcode-width {
    width: 100%;
  }
}
@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: none;
  }
  .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 {
    width: 100%;
    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-3 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .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;
  }
  .adjust-qrcode-width {
    width: 200px;
  }
  #qrcode-perfil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hiden-mobile {
    display: none;
  }
  #carouselExampleControls2, #carouselExampleControls .carousel-inner .cards-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #white-logo-link, #white-logo-img {
    margin-left: 0px;
    margin-right: 0px;
  }
  .navbar, .color-white {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .navbar #white-logo-img, .color-white #white-logo-img {
    width: 80px;
  }
  .navbar #header-body, .color-white #header-body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px;
  }
  .navbar #header-body #header-search-form, .color-white #header-body #header-search-form {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: 0px;
    margin-top: 7px;
    margin-left: 0.5rem;
  }
  .navbar #header-body #ola-usuario, .color-white #header-body #ola-usuario {
    display: none;
  }
  .navbar #dropdownMenuHeader #activeDropdownMenu .material-symbols-outlined, .color-white #dropdownMenuHeader #activeDropdownMenu .material-symbols-outlined {
    font-size: 32px;
    margin-top: 6px;
  }
  #home-footer {
    padding: 0 1.3rem;
  }
  .adjust-qrcode-width {
    width: 200px;
  }
  #qrcode-perfil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dash-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #header-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #home-footer h2 {
    margin-right: 0.6rem;
    font-size: 20px;
  }
  #home-footer .logo-footer {
    width: 19%;
  }
  #home-footer #social-media {
    gap: 0.75rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .biblioteca-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}/*# sourceMappingURL=style.css.map */