body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  color: #62626B;
  font-weight: 500;
  font-size: 15px;
  background-color: #fff !important; }

html {
  height: 100%;
  background-color: #fff !important; }

hr {
  width: 100%; }

h3 {
  margin-top: 0px; }

.video-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  transition: .8s ease;
  background-color: #62626B; }
  .video-block:hover {
    background-color: #62626B;
    opacity: 1; }
    .video-block:hover .video-block-text {
      color: white;
      font-size: 19px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 1; }

.slider-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  transition: .8s ease;
  background-color: rgba(0, 0, 0, 0.45); }

.add-favorite {
  transform: rotate(42deg);
  text-align: center;
  background-color: #DD0048;
  color: white;
  position: absolute;
  right: -57px;
  float: right;
  width: 158px;
  top: 8px;
  transition: all 1s; }
  .add-favorite i {
    transform: rotate(-42deg); }

.item:hover .add-favorite {
  background-color: white; }
  .item:hover .add-favorite i {
    color: red;
    font-weight: bold;
    font-size: 17px;
    transition: all 1s; }

.video-small:hover .add-favorite {
  background-color: white; }
  .video-small:hover .add-favorite i {
    color: red;
    font-weight: bold;
    font-size: 17px;
    transition: all 1s; }

.overflow-hidden {
  overflow: hidden; }

.owl-item {
  overflow: hidden; }

.pagination-active {
  background-color: #008A59 !important; }

.pagination-nav {
  background-color: #fff; }

.img-center {
  display: block;
  margin: 0px auto; }

.content {
  background-color: #fff !important; }

.color-red {
  color: red; }

.f-right {
  float: right; }

.color-success {
  color: #008A59;
  font-weight: bold; }

.color-progress {
  color: #EB7D00;
  font-weight: 600; }

.img-full {
  width: 100%;
  height: 100%; }

.color-orange {
  color: #EB7D00; }

.color-gray {
  color: #62626B; }

.color-white {
  color: white; }

.bold {
  font-weight: 600; }

.full-img {
  width: 100%; }

.uppercase {
  text-transform: uppercase; }

.icon-big {
  color: #EB7D00; }

.flex {
  display: flex;
  justify-content: flex-end; }

.flex-center {
  display: flex;
  align-items: center; }

@media (max-width: 992px) {
  .flex-reverse {
    display: flex;
    flex-direction: column-reverse; } }

@media (max-width: 992px) {
  .flex-column {
    display: flex;
    flex-direction: column; } }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.box-shadow {
  box-shadow: 0px 0px 3px 0px #ccc; }

.btn-orange {
  background-color: #EB7D00;
  color: white;
  border: 0px;
  width: 124px;
  height: 34px;
  border: 1px solid #EB7D00; }

.btn-orange:hover {
  background-color: #ca5400; }

/* Content all courses video */
.video-small {
  overflow: hidden;
  margin: 20px 0px; }
  .video-small h3 {
    color: #EB7D00; }
  .video-small p {
    color: #62626B; }
  .video-small .progress {
    width: 55px;
    height: 8px;
    margin-bottom: 0px; }
  .video-small .progress-bar {
    background-color: #62626B; }
  .video-small span {
    font-size: 12px;
    margin-right: 4px; }
  @media (max-width: 768px) {
    .video-small {
      margin-bottom: -5px; } }

.super-border-bottom {
  border-bottom: 1px solid #e6e6e8;
  padding-bottom: 50px; }

/* HEADER */
body .header {
  background-color: #008A59; }
  body .header li, body .header a {
    color: white; }
  body .header .navbar {
    background-color: #008A59; }
  body .header .logo {
    background-color: #008A59; }
    body .header .logo:hover {
      background-color: #008A59; }

/* Nav Bar */
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 0px; } }
.navbar-default {
  padding: 5px;
  background-color: #008A59;
  border-color: #008A59;
  margin-bottom: 0px;
  transition: all 0.5s ease; }
  @media (max-width: 992px) {
    .navbar-default {
      padding-bottom: 20px; } }

.navbar-default .navbar-nav > li > a {
  color: #fff; }

.nav-up {
  top: -190px !important;
  transition: all 0.5s ease; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #017d51; }

body .header {
  padding: 6px; }

.navbar-nav > li > a {
  padding-bottom: 4px;
  padding-top: 6px;
  line-height: 50px;
  color: white !important; }

.navbar-left ul {
  padding-left: 40px; }

@media (max-width: 992px) {
  .navbar-static-top {
    display: inline-block !important; } }

/* Side Bar*/
.left-side {
  top: 70px !important;
  background-color: #62626B !important; }
  .left-side .sidebar {
    border-bottom: 0px !important; }
    .left-side .sidebar li a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      text-decoration: none; }
    .left-side .sidebar li a:hover {
      background: #008A59; }
    .left-side .sidebar span {
      color: white;
      font-size: 14px;
      font-weight: 400; }
    .left-side .sidebar img {
      filter: brightness(0) invert(1);
      width: 22px; }

/* courses in progress */
.courses-progress {
  margin: 20px 0px; }
  .courses-progress h3 {
    color: #EB7D00; }
  .courses-progress .text-progress {
    color: #008A59; }
  .courses-progress .progress-bar {
    background-color: #008A59; }
  .courses-progress .progress {
    margin-left: 16px; }

/* Couse rating */
.course-rating span {
  padding: 10px 0px; }
.course-rating img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0px auto; }
.course-rating h4 {
  color: #EB7D00; }
.course-rating .box-left {
  box-shadow: 0px 0px 3px 0px #ccc; }
.course-rating .box-right .fa {
  font-size: 18px;
  color: #008A59; }
.course-rating .box-right .question {
  font-size: 20px;
  color: #008A59; }
.course-rating .box-right .bold {
  margin-top: 6px; }
.course-rating .box-right span {
  font-size: 22px; }
@media (max-width: 992px) {
  .course-rating .form-group {
    text-align: center;
    padding-bottom: 20px; } }

.historic .question {
  font-size: 20px;
  color: #008A59; }
.historic span {
  font-size: 22px; }
.historic .fa {
  font-size: 18px;
  color: #008A59; }
.historic .flex-baseline {
  display: flex;
  align-items: baseline; }
.historic p {
  display: inline; }

/* =============================================================================
  timeline
============================================================================= */
.content {
  overflow-y: hidden; }

@media (min-width: 992px) {
  .timeline-border {
    border-left: 2px solid #008A59;
    height: 150px;
    margin-left: 44px;
    position: absolute;
    top: 125px; } }

@media (min-width: 992px) {
  .timeline-border-next {
    border-left: 2px solid #62626B;
    height: 150px;
    margin-left: 44px;
    position: absolute;
    top: 125px; } }

.icon-timeline {
  margin-left: 14px; }
  @media (max-width: 992px) {
    .icon-timeline {
      display: block;
      margin: 10px auto; } }

.icon-p-finish {
  color: #008A59; }
  @media (max-width: 992px) {
    .icon-p-finish {
      text-align: center; } }

.icon-p-finish-next {
  color: #EB7D00;
  margin-left: -13px; }
  @media (max-width: 992px) {
    .icon-p-finish-next {
      text-align: center; } }

@media (min-width: 992px) {
  .box-timeline {
    padding-left: 100px;
    padding-right: 100px; } }
@media (max-width: 992px) {
  .box-timeline .flex-center {
    margin-top: 10px;
    align-items: baseline; } }

@media (min-width: 768px) {
  .without-favorite .video-slider .owl-prev {
    top: -284px;
    left: -50px; }
  .without-favorite .video-slider .owl-next {
    top: -284px;
    left: 50px; } }

.perfil-contact button {
  margin: 30px 0px; }

.send-contact textarea {
  margin-left: -5px;
  margin-bottom: 20px; }
.send-contact span {
  padding: 20px 15px; }
.send-contact button {
  margin: 0px auto;
  display: block;
  margin-top: 20px; }
@media (max-width: 992px) {
  .send-contact .col-md-11 {
    padding-bottom: 20px; } }

.message-contact {
  width: 86.4%; }
  @media (max-width: 768px) {
    .message-contact {
      width: 101%; } }

#termos p {
  text-align: justify; }
#termos span {
  margin: 20px 0px; }
#termos button {
  float: right;
  margin: 50px 0px; }

/* chat */
#chat p {
  text-align: justify;
  padding-left: 10px;
  margin-right: 10px; }
#chat span {
  margin: 20px 0px; }
#chat span:first-child {
  font-size: 17px; }
#chat img {
  border-radius: 50%;
  width: 60px;
  height: 56px; }
#chat .userName {
  font-size: 20px; }
#chat .cargoName {
  color: #EB7D00;
  font-weight: 600; }
#chat input {
  height: 60px; }
#chat .date-chat {
  color: #BACE3E; }

#forum h1 {
  font-size: 18px;
  color: #EB7D00;
  font-weight: 600; }
#forum span {
  margin: 20px 0px; }
#forum span:first-child {
  font-size: 17px; }
#forum img {
  border-radius: 50%;
  width: 60px;
  height: 56px; }
#forum ul {
  list-style: none; }
#forum li {
  color: #BACE3E; }
  #forum li a {
    color: #BACE3E; }
#forum a {
  text-decoration: none;
  color: #EB7D00; }

.skin-blue .sidebar > .sidebar-menu > li {
  border-top: 0px !important; }

.icon-bar {
  background-color: white; }

/* First Menu */
.navbar-default .navbar-nav > li > a {
  color: white; }

.navbar-default .navbar-nav > li > a:hover {
  color: #EB7D00 !important; }

.navbar-nav > li {
  text-transform: uppercase;
  line-height: 57px;
  color: white; }

.navbar-brand {
  padding: 0px 0px !important; }

.perfil {
  display: flex;
  align-items: center; }

.navbar-static-top .perfil {
  margin-right: 70px; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: white; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: rgba(84, 101, 80, 0); }

.navbar-collapse .perfil {
  align-items: center; }

.search-input {
  border: none;
  font-size: 13px;
  color: #666;
  width: 180px;
  height: 40px;
  background: url(../images/lupa.png) no-repeat 15px 12px #fff;
  padding-left: 40px;
  border-radius: 6px;
  display: inline;
  margin-top: 8px;
  margin-left: 25px; }

.search-box {
  display: inline;
  margin-left: 299px; }

.profile {
  margin-right: 60px;
  cursor: pointer;
  color: white; }
  .profile a:first-child {
    text-decoration: none;
    padding: 20px 0px 20px; }
  .profile a:hover {
    background-color: #017d51; }

.name:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 25px;
  width: 14px;
  height: 5px;
  background: url(../images/seta-perfil-hover.png) no-repeat;
  cursor: pointer; }

#profile-box {
  background: #008a59;
  border: 1px solid #008a59;
  left: 20px;
  left: -3px;
  width: 182px; }
  #profile-box ul {
    border-radius: 4px;
    background: #008954;
    overflow: hidden;
    padding: 0; }
  #profile-box li {
    text-align: left;
    list-style: none;
    font-size: 13px;
    margin: 0;
    float: left;
    width: 100%;
    clear: left;
    white-space: nowrap; }
  #profile-box a {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 9px;
    display: block;
    font-size: 18px; }

#make-course-all .video-slider .owl-prev {
  position: relative;
  float: left;
  left: -50px;
  top: -227px; }
#make-course-all .video-slider .owl-next {
  position: relative;
  float: right;
  left: 48px;
  top: -227px; }
#make-course-all a {
  text-decoration: none;
  color: #62626B; }
#make-course-all a:hover {
  color: #008A59; }
#make-course-all h2 {
  color: #EB7D00;
  margin-top: -13px; }
#make-course-all p {
  color: #62626B;
  font-size: 15px; }
#make-course-all .make-course ul {
  list-style: none;
  padding-left: 0px; }
#make-course-all .make-course li {
  padding: 15px 0px; }
#make-course-all .make-course span {
  display: block;
  text-align: center;
  padding: 6px; }
  @media (max-width: 768px) {
    #make-course-all .make-course span {
      display: none; } }
#make-course-all .make-course .make-course-icons {
  display: block;
  margin: 0px auto; }
#make-course-all .timeline-horizontal ul {
  list-style: none;
  padding-left: 0px; }
  #make-course-all .timeline-horizontal ul li {
    display: inline;
    margin: 0px 8%; }
#make-course-all .timeline-horizontal ul:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #008a59; }
#make-course-all .timeline-horizontal li:nth-child(1):after {
  content: url(../icones/concluido2.png);
  position: relative;
  top: -15px;
  left: -51px; }
#make-course-all .timeline-horizontal li:nth-child(2):after {
  content: url(../icones/andamento2.png);
  position: relative;
  top: -15px;
  left: -61px; }
#make-course-all .timeline-horizontal li:nth-child(3):after {
  content: url(../icones/bloqueado2.png);
  position: relative;
  top: -15px; }
#make-course-all .timeline-horizontal li:nth-child(4):after {
  content: url(../icones/bloqueado2.png);
  position: relative;
  top: -15px; }
#make-course-all .timeline-horizontal span {
  color: #008A59;
  position: relative; }

/*=============================================================================
 Carousel
============================================================================= */
header.carousel {
  height: 319px; }

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
  height: 100%; }

header.carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }

header .carousel-caption {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding: 0;
  text-shadow: none; }

.prev-icon-header {
  top: 122px;
  position: relative; }

.next-icon-header {
  position: relative;
  top: 122px; }

.course {
  margin-bottom: 50px; }
  .course h1 {
    color: #008A59;
    font-size: 24px;
    text-align: center; }
  .course p {
    text-align: center;
    color: #62626B;
    font-size: 15px; }
  .course button {
    background-color: #EB7D00;
    color: white;
    margin: 0px auto;
    display: block;
    width: 150px;
    height: 40px;
    border: 1px; }

.border-bottom {
  border-bottom: 1px solid #d4d3d3; }

.border-left {
  border-left: 1px solid #d4d3d3; }

.center {
  margin: 0px auto;
  display: block; }

.mgt-10 {
  margin-top: 10px; }

.mgt-20 {
  margin-top: 20px; }

.mgt-30 {
  margin-top: 30px; }

.mgt-40 {
  margin-top: 40px; }

.mgt-50 {
  margin-top: 50px; }

.mgt-120 {
  margin-top: 120px; }

.mgt-25 {
  margin-top: 25px; }

.mgt-75 {
  margin-top: 75px; }
  @media (max-width: 790px) {
    .mgt-75 {
      margin-top: 20px; } }

.mgl-10 {
  margin-left: 10px; }

.mgl-20 {
  margin-left: 20px; }

.mgl-30 {
  margin-left: 30px; }

.mgl-40 {
  margin-left: 40px; }

.mgl-50 {
  margin-left: 50px; }

.mgr-5 {
  margin-right: 5px; }

.mgr-10 {
  margin-right: 10px; }

.mgr-20 {
  margin-right: 20px; }

.mgr-30 {
  margin-right: 30px; }

.mgr-40 {
  margin-right: 40px; }

.mgr-50 {
  margin-right: 50px; }

.mgb-10 {
  margin-bottom: 10px; }

.mgb-20 {
  margin-bottom: 20px; }

.mgb-30 {
  margin-bottom: 30px; }

.mgb-40 {
  margin-bottom: 40px; }

.mgb-50 {
  margin-bottom: 50px; }

.mgb-70 {
  margin-bottom: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-40 {
  padding-bottom: 40px; }

.pr-100 {
  padding-right: 100px; }

.pl-100 {
  padding-right: 100px; }

.no-padding {
  padding: 0px !important; }

.img-perfil {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: 5px; }

.carrousel img {
  height: 440px; }

.title h2 {
  font-size: 30px;
  text-align: center;
  color: #62626B;
  margin: 40px 0px; }
.title h2:before {
  content: '';
  height: 1px;
  display: inline-block;
  width: 91px;
  background-color: #EB7D00;
  margin: 5px 14px 5px 0px; }
.title h2:after {
  content: '';
  height: 1px;
  display: inline-block;
  width: 91px;
  background-color: #EB7D00;
  margin: 5px 14px 5px 14px; }
.title p {
  text-align: center;
  color: #62626B;
  font-size: 15px; }

.section-video {
  background-color: #62626B; }

#video-big h2 {
  margin: 54px 0px; }
#video-big h3 {
  color: #EB7D00;
  font-size: 24px; }
#video-big #border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.36); }
#video-big h4 {
  color: #EB7D00; }
#video-big .owl-nav {
  display: none; }

.people {
  padding-top: 40px; }
  .people h2 {
    color: #EB7D00;
    font-size: 28px; }
  .people .media {
    display: flex;
    align-items: center;
    padding-bottom: 24px; }
  .people .media-body {
    display: flex;
    flex-direction: column-reverse; }
  .people .image-index {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    box-shadow: 4px 5px 11px #655f5f;
    margin-right: 20px; }

.row .people:first-child {
  border-right: 1px solid #d4d3d3; }

.edit-perfil {
  padding: 10px; }

.footer {
  background-color: #008A59; }
  .footer .container .row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap; }
  .footer h1 {
    line-height: 80px;
    font-size: 28px;
    display: inline; }
    @media (max-width: 992px) {
      .footer h1 {
        font-size: 21px;
        line-height: 33px; } }
  .footer .text-center {
    display: flex;
    justify-content: center;
    align-items: center; }
  .footer .img-contact {
    margin-top: 7px;
    width: 55px;
    height: 38px; }
  .footer .footer-icons {
    background-color: #62626B;
    padding: 40px; }
    .footer .footer-icons a:hover {
      text-decoration: none; }
      .footer .footer-icons a:hover img {
        filter: none; }
      .footer .footer-icons a:hover p {
        color: #b1be50; }
  .footer .icons-footer {
    margin: 0px auto;
    display: block;
    filter: brightness(0) invert(1); }
  .footer p {
    text-align: center;
    margin-top: 6px; }

.footer .container-fluid:hover {
  background-color: #037548; }

.video-slider .owl-prev {
  position: relative;
  float: left;
  left: 54px;
  top: 11px; }
.video-slider .owl-next {
  position: relative;
  float: right;
  left: -56px;
  top: 11px; }

@media (min-width: 768px) {
  .video-slider .owl-prev {
    top: -227px;
    left: -50px; }
  .video-slider .owl-next {
    top: -227px;
    left: 50px; } }
@media (max-width: 992px) {
  .navbar-default .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%; }

  .perfil li {
    display: none; }

  .f-right {
    float: none; }

  .perfil-contact {
    padding-bottom: 20px; }
    .perfil-contact button {
      margin: 30px auto;
      display: block; }

  .box-left {
    margin-bottom: 20px; }

  .box-contact {
    padding: 0px;
    padding-top: 10px; } }
/* Mobile */
@media (max-width: 768px) {
  .nav {
    margin-left: -20px;
    margin-top: 20px; }

  .logo {
    height: 64px !important; }

  .left-side {
    top: 0px !important; }

  .right-side {
    background-color: #ffffff !important; }

  .header .navbar .sidebar-toggle {
    float: none !important; }

  .courses-progress .progress {
    margin-left: 0px; }

  .video-small button {
    margin: 0px auto;
    display: block;
    margin: 20px auto 43px; }
  .video-small p {
    font-size: 15px; }
  .video-small span {
    font-size: 15px;
    padding-top: 3px; }
  .video-small .progress {
    width: 155px;
    height: 12px; }

  .timeline-horizontal {
    display: none; }

  .navbar-collapse {
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
    border: 0px; }

  .navbar-right {
    display: none; }

  .navbar-left {
    display: none; }

  .perfil {
    display: none !important; }

  .perfil {
    display: flex;
    justify-content: center; }
    .perfil li {
      margin-left: 20px;
      display: block; }

  .nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    font-size: 13px; }

  .section-video {
    margin-top: 23px; }

  .row .people:first-child {
    border-right: 0px; }

  .title h2:before {
    content: '';
    height: 1px;
    display: inline-block;
    width: 30px;
    background-color: #EB7D00;
    margin: 5px 14px 5px 0px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .title h2:before {
      content: none; } }
@media (max-width: 768px) {
  .title h2:after {
    content: '';
    height: 1px;
    display: inline-block;
    width: 30px;
    background-color: #EB7D00;
    margin: 5px 14px 5px 14px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .title h2:after {
      content: none; } }

@media (max-width: 768px) {
  /* FOOTER */
  .footer .logo-footer {
    display: block;
    margin: 0px auto; }
  .footer .img-contact {
    width: 65px;
    display: block;
    margin: 11px auto;
    float: none; }
  .footer .row {
    flex-direction: column; } }

/*# sourceMappingURL=base.css.map */
