/* line 3, ../sass/componentes/_reset.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 4, ../sass/componentes/_reset.scss */
html, body {
  height: 100%;
}

/* line 5, ../sass/componentes/_reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

/* line 6, ../sass/componentes/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  padding: 10px 0;
}

/* line 7, ../sass/componentes/_reset.scss */
h1 {
  font-size: 31px;
}

/* line 8, ../sass/componentes/_reset.scss */
h2 {
  font-size: 28px;
}

/* line 9, ../sass/componentes/_reset.scss */
h3 {
  font-size: 25px;
}

/* line 10, ../sass/componentes/_reset.scss */
h4 {
  font-size: 22px;
}

/* line 11, ../sass/componentes/_reset.scss */
h5 {
  font-size: 19px;
}

/* line 12, ../sass/componentes/_reset.scss */
h6 {
  font-size: 16px;
}

hr.style3 {
  margin: 0px 0 10px 0;
}

/* line 13, ../sass/componentes/_reset.scss */
ol, ul, menu, dir {
  display: block;
  list-style-type: disc;
  margin: 15px;
}

/* line 14, ../sass/componentes/_reset.scss */
ol {
  list-style-type: decimal;
  margin: 20px;
}

/* line 15, ../sass/componentes/_reset.scss */
dl {
  margin: 20px 0;
}

/* line 16, ../sass/componentes/_reset.scss */
dd {
  margin: 5px 30px;
}

/* line 17, ../sass/componentes/_reset.scss */
blockquote {
  display: block;
  margin: 30px;
}

/* line 18, ../sass/componentes/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 19, ../sass/componentes/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 20, ../sass/componentes/_reset.scss */
sup {
  vertical-align: super;
  font-size: smaller;
}

/* line 21, ../sass/componentes/_reset.scss */
:focus {
  outline: 0;
}

/* line 22, ../sass/componentes/_reset.scss */
ins {
  text-decoration: none;
}

/* line 23, ../sass/componentes/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 24, ../sass/componentes/_reset.scss */
address {
  margin: 20px 0;
}

/* line 25, ../sass/componentes/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../sass/componentes/_reset.scss */
table {
  border: 1px solid #a9a9a9;
}
/* line 28, ../sass/componentes/_reset.scss */
table td, table th {
  border: 1px solid #a9a9a9;
  padding: 10px;
  text-align: center;
  color: #a9a9a9;
  font-size: 15px;
}

/* line 30, ../sass/componentes/_reset.scss */
hr {
  margin: 50px 0;
  border: 0.5px solid #cfcece;
}

/* line 33, ../sass/componentes/_reset.scss */
body {
  font-family: 'Raleway', sans-serif;
  background: white;
  color: black;
  position: relative;
}

/* line 39, ../sass/componentes/_reset.scss */
img {
  max-width: 100%;
}

/* line 40, ../sass/componentes/_reset.scss */
a {
  color: #003554;
  text-decoration: none !important;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

/* line 45, ../sass/componentes/_reset.scss */
p {
  color: #505050;
  font-size: 17px;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
}

/* line 51, ../sass/componentes/_reset.scss */
button, input, textarea, select {
  color: black;
  padding: 0 5px;
  border: 1px solid black;
  -webkit-box-shadow: 0 0 8px 1px transparent;
  box-shadow: 0 0 8px 1px transparent;
}

/* line 58, ../sass/componentes/_reset.scss */
label {
  margin: 5px 0;
  color: rgba(41, 86, 104, 0.45);
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
}
/* line 67, ../sass/componentes/_reset.scss */
label em {
  font-style: normal;
  color: #33AA86;
}

/* line 72, ../sass/componentes/_reset.scss */
textarea {
  resize: none;
  padding: 3px 5px;
}

/* line 73, ../sass/componentes/_reset.scss */
button {
  padding: 5px 10px;
}

/* line 74, ../sass/componentes/_reset.scss */
fieldset {
  display: block;
  margin: 10px 0;
  padding: 10px;
  border: 2px groove threedface;
}

/* line 75, ../sass/componentes/_reset.scss */
select {
  padding-right: 0;
}

/* line 76, ../sass/componentes/_reset.scss */
button, input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

#bs-example-navbar-collapse-1 ul.dropdown-menu {
  background-color: #33AA86 !important;
}

#bs-example-navbar-collapse-1 ul.dropdown-menu li a {
  color: #fff !important;
}

#bs-example-navbar-collapse-1 ul.dropdown-menu li a:focus, #bs-example-navbar-collapse-1 ul.dropdown-menu li a:hover {
  color: #fff !important;
  text-decoration: underline !important;
} 

.swiper-pagination-bullet-active ul.dropdown-menu li a:hover, .swiper-pagination-bullet-active ul.dropdown-menu li a:focus  {
  color: #fff !important;
}


@media (max-width: 991px) {
  /* line 82, ../sass/componentes/_reset.scss */
  p {
    font-size: 12px;
    line-height: 22px;
  }
}
/* line 3, ../sass/commons/_common.scss */
.swiper-pagination-bullet {
  opacity: 1;
  background-color: #e9e9ea;
  width: 15px;
  height: 15px;
}

/* line 9, ../sass/commons/_common.scss */
.swiper-pagination-bullet-active {
  background-color: #0385ff;
}

/* line 12, ../sass/commons/_common.scss */
.swiper-navi {
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0;
}

/* line 18, ../sass/commons/_common.scss */
.swiper-button {
  position: relative;
  display: inline-block;
  background: transparent;
  margin: 0 18px;
  height: auto;
}
/* line 25, ../sass/commons/_common.scss */
.swiper-button .fas {
  color: #505050;
  font-size: 18px;
}

/* line 31, ../sass/commons/_common.scss */
.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 36, ../sass/commons/_common.scss */
.wrap {
  min-height: 100%;
  position: relative;
  width: 100%;
}

/* line 41, ../sass/commons/_common.scss */
.thumb {
  display: block;
}

/* line 44, ../sass/commons/_common.scss */
.container {
  position: relative;
  max-width: 1220px;
}

/* line 48, ../sass/commons/_common.scss */
.w-full {
  width: 100% !important;
}

/* line 51, ../sass/commons/_common.scss */
.left {
  float: left;
}

/* line 54, ../sass/commons/_common.scss */
.right {
  float: right;
}

/* line 57, ../sass/commons/_common.scss */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* line 63, ../sass/commons/_common.scss */
.text-justify {
  text-align: justify;
}

/* line 66, ../sass/commons/_common.scss */
.centralize {
  display: table-cell;
  vertical-align: middle;
}

/* line 70, ../sass/commons/_common.scss */
.no-padding {
  padding: 0 !important;
}

/* line 73, ../sass/commons/_common.scss */
.no-margin {
  margin: 0 !important;
}

/* line 76, ../sass/commons/_common.scss */
.content-page {
  padding: 0 0 56px;
  overflow: hidden;
}

/* line 80, ../sass/commons/_common.scss */
.form-control {
  border-radius: 4px;
  font-style: normal;
  box-shadow: none;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 300;
  border: 2px solid #ededed;
  color: #777676;
  padding: 5px 10px;
  height: 28px;
}
/* line 92, ../sass/commons/_common.scss */
.form-control:focus {
  box-shadow: none;
}
/* line 96, ../sass/commons/_common.scss */
.form-control:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus
.form-control:-webkit-autofill, .form-control:-webkit-autofill:hover
.form-control:-webkit-autofill:focus, .form-control:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus {
  background: transparent !important;
  color: #777676;
}
/* line 110, ../sass/commons/_common.scss */
.form-control::placeholder {
  color: #777676;
}

/* line 115, ../sass/commons/_common.scss */
.modal-dialog {
  width: 675px;
}

/* line 119, ../sass/commons/_common.scss */
.modal-header {
  padding: 0;
  border: none;
  min-height: 0;
  z-index: 9999;
  position: relative;
}

/* line 127, ../sass/commons/_common.scss */
.modal-body {
  padding: 0;
}

/* line 131, ../sass/commons/_common.scss */
.modal-dialog {
  margin: 50px auto;
  border-radius: 0;
}
/* line 135, ../sass/commons/_common.scss */
.modal-dialog .close {
  position: absolute;
  top: 5px;
  right: 15px;
  opacity: 1;
  text-transform: uppercase;
  height: 48px;
  text-shadow: none;
  color: #33AA86;
  font-size: 65px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
}

/* line 151, ../sass/commons/_common.scss */
.modal-content {
  border: none;
  border-radius: 0;
}

/* line 156, ../sass/commons/_common.scss */
.modal-contact-success .modal-content {
  border: none;
  border-radius: 0;
  border-bottom: 8px solid #e22823;
}

/* line 164, ../sass/commons/_common.scss */
.btn {
  border-radius: 15px;
  padding: 5px 35px;
  text-transform: none;
  box-shadow: none;
  border: 1px solid white;
  background: transparent;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 179, ../sass/commons/_common.scss */
.btn.btn-custom {
  background-image: linear-gradient(90deg, #33AA86 0%, #63A46C 100%);
  border-color: transparent;
}

/* line 186, ../sass/commons/_common.scss */
.title {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  color: white;
  font-size: 34px;
}
/* line 192, ../sass/commons/_common.scss */
.title span {
  display: block;
  color: #464646;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-transform: none;
  padding: 5px 0 40px;
}

/* line 203, ../sass/commons/_common.scss */
.title-1 {
  text-transform: uppercase;
  color: #33AA86;
  font-size: 26px;
  line-height: 31px;
}

/* line 210, ../sass/commons/_common.scss */
.title-2 {
  padding: 15px 0;
  color: #696969;
  font-size: 28px;
  line-height: 34px;
}

/* line 217, ../sass/commons/_common.scss */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.col-capa-aula {
  padding: 1em;
  min-height: 200px;
}

/* line 223, ../sass/commons/_common.scss */
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  /* line 232, ../sass/commons/_common.scss */
  .title-2 {
    font-size: 40px;
  }

  /* line 235, ../sass/commons/_common.scss */
  .title-3 {
    font-size: 17px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  /* line 242, ../sass/commons/_common.scss */
  .content-page {
    padding-bottom: 0;
  }

  /* line 245, ../sass/commons/_common.scss */
  .title-2 {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  /* line 251, ../sass/commons/_common.scss */
  .title-2 {
    font-size: 25px;
  }
}
/* line 1, ../sass/componentes/_header.scss */
.header {
  width: 100%;
  display: block;
  height: auto;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 10px;
}
.form-search-top .btn-default {
    position: absolute;
    top: 4px;
    right: 8px;
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}
/* line 12, ../sass/componentes/_header.scss */
.header.fixed {
  position: fixed;
  background: rgba(106, 113, 82, 0.9);
}
/* line 17, ../sass/componentes/_header.scss */
.header .logo {
  margin: 5px 20px 0 0;
}
/* line 20, ../sass/componentes/_header.scss */
.header .logo img {
  height: 100%;
}
/* line 25, ../sass/componentes/_header.scss */
.header .navbar-header {
  width: 35%;
}
/* line 29, ../sass/componentes/_header.scss */
.header .form-search {
  position: relative;
  width: 50%;
  margin-top: 10px;
}
.navbar-nav {
  margin-top: 10px;
}
/* line 33, ../sass/componentes/_header.scss */
.header .form-search .fa-search {
  font-size: 18px;
  color: #33AA86;
  position: relative;
}
/* line 41, ../sass/componentes/_header.scss */
.header .form-search .form-control {
  width: 100%;
  padding-right: 30px;
}
/* line 47, ../sass/componentes/_header.scss */
.header .navbar-default {
  background: none;
  border: none;
  margin: 0;
  box-shadow: none;
  position: relative;
}
/* line 57, ../sass/componentes/_header.scss */
.header .menu-header.menu-header-perfil {
  display: none;
}
/* line 60, ../sass/componentes/_header.scss */
.header .menu-header.menu-header-perfil li a {
  color: #003554;
}
/* line 64, ../sass/componentes/_header.scss */
.header .menu-header.menu-header-perfil .thumb {
  border-radius: 100%;
  position: relative;
  top: -4px;
}
/* line 71, ../sass/componentes/_header.scss */
.header .menu-header li {
  margin-left: 5px;
  position: relative;
}
/* line 75, ../sass/componentes/_header.scss */
.page-perfil .header .menu-header li a {
      color: #fff !important;
}

.header .menu-header li a {
  background: transparent;
  color: white;
  text-shadow: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  padding: 0;
  font-size: 12px;
  line-height: 30px;
  margin: 0 10px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .menu-header li a:focus {
  color: #33AA86;
}

/* line 87, ../sass/componentes/_header.scss */
.header .menu-header li a .far {
  font-size: 16px;
  line-height: 28px;
}
/* line 92, ../sass/componentes/_header.scss */
.header .menu-header li a .fas {
  font-size: 16px;
  line-height: 28px;
  position: relative;
}
/* line 97, ../sass/componentes/_header.scss */
.header .menu-header li a .fas:after {
  content: '';
  background-color: #33AA86;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  position: absolute;
}
/* line 107, ../sass/componentes/_header.scss */
.header .menu-header li a:hover, .header .menu-header li a.active {
  color: #33AA86;
}
/* line 111, ../sass/componentes/_header.scss */
.header .menu-header li a.entrar, .header .menu-header li a.start {
  border-radius: 15px;
  height: 30px;
  padding: 0 25px;
}
/* line 117, ../sass/componentes/_header.scss */
.header .menu-header li a.start {
  background-image: linear-gradient(90deg, #33AA86 0%, #63A46C 100%);
}
/* line 120, ../sass/componentes/_header.scss */
.header .menu-header li a.start:hover {
  background-image: linear-gradient(90deg, #63A46C 0%, #33AA86 100%);
  color: white;
}
/* line 126, ../sass/componentes/_header.scss */
.header .menu-header li a.entrar {
  border: 1px solid white;
}
/* line 129, ../sass/componentes/_header.scss */
.header .menu-header li a.entrar:hover {
  border-color: #33AA86;
}
.progress {
  border-radius: 10px;
  margin-top: 10px;
  width: 80%;
}
.progress span {
  color: #fff;
}
.progress-bar-success {
      background: linear-gradient(90deg, #33AA86 0%, #63A46C 100%) !important;
  }
@media (max-width: 1200px) {
  /* line 141, ../sass/componentes/_header.scss */
  .header .menu-header li a {
    font-size: 12px;
  }
  /* line 145, ../sass/componentes/_header.scss */
  .header .logo .logo-img {
    width: 125px;
  }
  /* line 148, ../sass/componentes/_header.scss */
  .header .logo span {
    margin: 12px 0 0 15px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {

  .header .navbar-header {
    width: 100%;
  }

  .header .form-search {
    width: 100%;
    margin-top: 15px;
  }

  /* line 159, ../sass/componentes/_header.scss */
  .header .logo .logo-img {
    width: 115px;
  }
  /* line 162, ../sass/componentes/_header.scss */
  .header .logo span {
    display: none;
  }
  /* line 166, ../sass/componentes/_header.scss */
  .header .menu-header {
    margin-top: 35px;
  }
  /* line 170, ../sass/componentes/_header.scss */
  .header .menu-header li a, .header .menu-header li button {
    font-size: 11px;
    line-height: 30px;
    height: auto;
  }
  /* line 175, ../sass/componentes/_header.scss */
  .header .menu-header li a.whats, .header .menu-header li button.whats {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 185, ../sass/componentes/_header.scss */
  .header {
    height: auto;
  }
  /* line 188, ../sass/componentes/_header.scss */
  .header .logo {
    margin: 15px 0;
  }
  /* line 191, ../sass/componentes/_header.scss */
  .header .navbar-collapse {
    box-shadow: -1px 1px 10px 0 rgba(0, 0, 0, 0.5);
    height: auto;
    padding: 0;
    margin: auto;
  }
  /* line 197, ../sass/componentes/_header.scss */
  .header .navbar-collapse ul {
    width: 100%;
    margin: 90px 0 20px;
    float: none !important;
    display: block;
    padding: 0 12px;
  }
  /* line 204, ../sass/componentes/_header.scss */
  .header .navbar-collapse ul li {
    margin: 0;
    padding: 0;
  }
  /* line 208, ../sass/componentes/_header.scss */
  .header .navbar-collapse ul li a, .header .navbar-collapse ul li button {
    font-size: 11px !important;
    padding: 5px;
    color: #33AA86;
  }
 
  /* line 217, ../sass/componentes/_header.scss */
  .header .navbar-default .navbar-toggle {
    z-index: 999;
    border: none;
    background: transparent !important;
    margin: 14px 0 0;
  }
  /* line 223, ../sass/componentes/_header.scss */
  .header .navbar-default .navbar-toggle:after {
    content: 'Fechar';
    float: right;
    margin: -20px 0 0 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #33AA86;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  /* line 234, ../sass/componentes/_header.scss */
  .header .navbar-default .navbar-toggle .icon-bar {
    height: 3px;
    background: #33AA86;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  /* line 241, ../sass/componentes/_header.scss */
  .header .navbar-default .navbar-toggle.collapsed:after {
    content: 'Menu';
    color: white;
  }
  /* line 245, ../sass/componentes/_header.scss */
  .header .navbar-default .navbar-toggle.collapsed .icon-bar {
    background: white;
  }

  /* line 252, ../sass/componentes/_header.scss */
  .navbar-collapse {
    position: absolute;
    top: 0;
    right: -15px;
    border: none;
    padding: 0;
    width: 55%;
    margin: 0;
    z-index: 9;
    background: white;
  }
  /* line 263, ../sass/componentes/_header.scss */
  .navbar-collapse.in {
    overflow-y: inherit;
  }
}
/* line 1, ../sass/componentes/_footer.scss */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 0 0;
  z-index: 9;
  background-color: #003554;
  height: 211px;
  border-bottom: 5px solid #33AA86;
}
/* line 11, ../sass/componentes/_footer.scss */
.footer ul {
  text-align: left;
}
/* line 14, ../sass/componentes/_footer.scss */
.footer ul li {
  display: block;
  color: #ABABAB;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
/* line 23, ../sass/componentes/_footer.scss */
.footer ul li a {
  color: white;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
/* line 32, ../sass/componentes/_footer.scss */
.footer .list-social {
  text-align: right;
  margin-top: 9px;
}
/* line 36, ../sass/componentes/_footer.scss */
.footer .list-social li {
  display: inline-block;
  margin-left: 8px;
}
/* line 40, ../sass/componentes/_footer.scss */
.footer .list-social li a {
  display: block;
  border: 1px solid white;
  border-radius: 7px;
  font-size: 14px;
  padding: 10px;
  width: 37px;
  text-align: center;
}
/* line 49, ../sass/componentes/_footer.scss */
.footer .list-social li a:hover {
  color: #33AA86;
  border-color: #33AA86;
}
/* line 57, ../sass/componentes/_footer.scss */
.footer .copyright {
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid rgba(151, 151, 151, 0.20831);
}
/* line 62, ../sass/componentes/_footer.scss */
.footer .copyright p {
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  margin-top: 25px;
  display: inline-block;
}
/* line 72, ../sass/componentes/_footer.scss */
.footer .copyright .logo {
  margin-right: 25px;
}
/* line 76, ../sass/componentes/_footer.scss */
.footer .copyright ul {
  text-align: left;
  display: inline-block;
  margin-top: 18px;
}
/* line 81, ../sass/componentes/_footer.scss */
.footer .copyright ul li {
  margin-left: 5px;
  display: inline-block;
}
/* line 85, ../sass/componentes/_footer.scss */
.footer .copyright ul li a {
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: justify;
}

@media (max-width: 991px) {
  /* line 99, ../sass/componentes/_footer.scss */
  .footer .copyright ul {
    margin-left: 0;
  }
  /* line 102, ../sass/componentes/_footer.scss */
  .footer .copyright ul li {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  /* line 109, ../sass/componentes/_footer.scss */
  .footer {
    position: relative;
    height: auto;
    padding: 20px 0;
  }
  /* line 114, ../sass/componentes/_footer.scss */
  .footer .list-contato, .footer .end {
    margin: 10px 0;
    font-size: 13px;
  }
  /* line 119, ../sass/componentes/_footer.scss */
  .footer .copyright {
    padding: 20px 0 0;
  }
  /* line 122, ../sass/componentes/_footer.scss */
  .footer .copyright .logo-vale {
    position: absolute;
    right: 15px;
    bottom: 0;
  }
  /* line 128, ../sass/componentes/_footer.scss */
  .footer .copyright ul {
    margin-left: 0;
  }
  /* line 131, ../sass/componentes/_footer.scss */
  .footer .copyright ul li {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}
/* line 1, ../sass/componentes/_page.scss */
.session-banner-top {
  background-image: url("../img/banner-top.jpg");
  background-size: cover;
  background-position: center top;
  padding: 183px 0;
  position: relative;
}
/* line 9, ../sass/componentes/_page.scss */
.session-banner-top .text-banner-top .title-1 {
  color: white;
  padding: 0;
  margin-top: 50px;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-transform: none;
}
/* line 18, ../sass/componentes/_page.scss */
.session-banner-top .text-banner-top p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
/* line 27, ../sass/componentes/_page.scss */
.session-banner-top .form .form-group {
  margin: 20px 0 0;
  position: relative;
  float: left;
}
#pgtoLanding .form-control {
    background: transparent;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    height: 33px;
}
#pgtoLanding .btn {
    border-radius: 15px;
    height: auto;
} 
h3.title-pgto {
  margin-bottom: 15px;
}
#pgtoLanding .btn-success {
   background-image: linear-gradient(90deg, #33AA86 0%, #63A46C 100%);
    border-color: #33AA86;
    font-size: 20px;
}
/* line 32, ../sass/componentes/_page.scss */
.session-banner-top .form .form-group .fas {
  font-size: 18px;
  color: #33AA86;
  position: relative;
}
.form-solicitacao .btn-default {
    top: 7px;
    right: 10px;
}
/* line 45, ../sass/componentes/_page.scss */
.session-banner-top .form .form-control {
  background: white;
  border-radius: 3px;
  width: 271px;
  height: 34px;
  border: none;
}
/* line 53, ../sass/componentes/_page.scss */
.session-banner-top .form .btn {
  margin: 5px 0 0;
}
/* line 58, ../sass/componentes/_page.scss */
.session-banner-top .rectangle {
  background-color: #FFFFFF;
  width: 276px;
  height: 110px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 18px;
}
/* line 67, ../sass/componentes/_page.scss */
.session-banner-top .rectangle .count {
  background-color: #003554;
  width: 67px;
  height: 23px;
  position: absolute;
  top: 8px;
  right: 0;
  color: white;
  font-size: 11px;
  font-weight: 900;
  line-height: 21px;
  text-align: center;
}
/* line 81, ../sass/componentes/_page.scss */
.session-banner-top .rectangle .dots {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
}
/* line 87, ../sass/componentes/_page.scss */
.session-banner-top .rectangle .dots li {
  display: inline-block;
  background-color: #C2C2C2;
  border-radius: 100%;
  margin: 0 2px;
  width: 12px;
  height: 12px;
}
/* line 95, ../sass/componentes/_page.scss */
.session-banner-top .rectangle .dots li:last-child {
  background-color: #939393;
}
/* line 101, ../sass/componentes/_page.scss */
.session-banner-top .rectangle .rec {
  display: block;
  margin: 8px 0;
  border-radius: 4.5px;
  height: 9px;
  background-color: #C2C2C2;
}
/* line 109, ../sass/componentes/_page.scss */
.session-banner-top .rectangle .rec1 {
  background-color: #999999;
  border-radius: 10px;
  width: 167px;
  height: 20px;
}
/* line 116, ../sass/componentes/_page.scss */
.session-banner-top .rectangle .rec2 {
  width: 236px;
}
/* line 120, ../sass/componentes/_page.scss */
.session-banner-top .rectangle .rec3 {
  width: 114px;
}

/* line 127, ../sass/componentes/_page.scss */
.modal-cadastro .form-contact {
  padding: 0 15px;
}
/* line 130, ../sass/componentes/_page.scss */
.modal-cadastro .form-contact [class*="col-"] {
  padding: 0;
}
/* line 134, ../sass/componentes/_page.scss */
.modal-cadastro .form-contact .form-group {
  margin: 0;
  padding: 0 5px;
  position: relative;
}
/* line 139, ../sass/componentes/_page.scss */
.modal-cadastro .form-contact .form-group .fas {
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  color: #c5c5c5;
  font-size: 16px;
  margin: auto;
  height: 16px;
}
/* line 151, ../sass/componentes/_page.scss */
.modal-cadastro .form-contact .form-group.form-group-msg .fas {
  top: 13px;
  bottom: auto;
}
/* line 157, ../sass/componentes/_page.scss */
.modal-cadastro .form-contact .form-control {
  background: transparent;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  height: 33px;
}
/* line 164, ../sass/componentes/_page.scss */
.modal-cadastro .form-contact .btn {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  width: 100%;
  border: transparent;
  margin-top: 10px;
  text-transform: uppercase;
}
/* line 176, ../sass/componentes/_page.scss */
.modal-cadastro .form-contact .btn-primary {
  background-image: linear-gradient(90deg, #33AA86 0%, #63A46C 100%);
  border-radius: 15px;
  height: 40px;
  margin-bottom: 10px;
}
/* line 182, ../sass/componentes/_page.scss */
.modal-cadastro .form-contact .btn-second {
  background-color: #315FBE;
  border-radius: 15px;
  height: 30px;
}
/* line 187, ../sass/componentes/_page.scss */
.modal-cadastro .form-contact .btn-third {
  background-color: #00ACFF;
  border-radius: 15px;
  height: 30px;
}
/* line 194, ../sass/componentes/_page.scss */
.modal-cadastro .image, .modal-cadastro .content-form {
  display: inline-block;
  vertical-align: middle;
}
/* line 199, ../sass/componentes/_page.scss */
.modal-cadastro .image {
  width: 55%;
}
/* line 202, ../sass/componentes/_page.scss */
.modal-cadastro .content-form {
  width: 45%;
}
/* line 205, ../sass/componentes/_page.scss */
.modal-cadastro .content-form .option {
  list-style: none;
  margin: 70px 0 30px;
}
/* line 209, ../sass/componentes/_page.scss */
.modal-cadastro .content-form .option li {
  display: inline-block;
  border-left: 1px solid #E5E5E5;
  margin-left: 15px;
  padding-left: 15px;
}
/* line 215, ../sass/componentes/_page.scss */
.modal-cadastro .content-form .option li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
/* line 221, ../sass/componentes/_page.scss */
.modal-cadastro .content-form .option li a {
  color: #E5E5E5;
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
}
/* line 229, ../sass/componentes/_page.scss */
.modal-cadastro .content-form .option li.active a {
  color: #33AA86;
  font-size: 23px;
  font-weight: 900;
  line-height: 28px;
}

/* line 243, ../sass/componentes/_page.scss */
.modal-assinar .form-contact {
  padding: 0 15px 20px;
}
/* line 246, ../sass/componentes/_page.scss */
.modal-assinar .form-contact .title {
  color: #63A46C;
  font-size: 16px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 1.2px;
  display: -webkit-box;
  margin: 0 7px;
}
/* line 257, ../sass/componentes/_page.scss */
.modal-assinar .form-contact .row-direito .thumb {
  display: inline-block;
  margin: 20px 4%;
}
/* line 263, ../sass/componentes/_page.scss */
.modal-assinar .form-contact [class*="col-"] {
  padding: 0 7px;
}
/* line 267, ../sass/componentes/_page.scss */
.modal-assinar .form-contact .btn-submit {
  color: white;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-align: center;
  border: transparent;
  margin-top: 40px;
  text-transform: uppercase;
}

a:hover {
  cursor: pointer;
}

/* line 278, ../sass/componentes/_page.scss */
.modal-assinar .form-contact .btn-primary {
      background-image: linear-gradient(90deg, #33AA86 0%, #63A46C 100%);
    border-radius: 15px;
    height: 40px;
    margin-bottom: 10px;
    line-height: normal;
    margin-top: 10px;
}
/* line 285, ../sass/componentes/_page.scss */
.modal-assinar .form-contact .row-title {
  background-image: linear-gradient(90deg, #33AA86 0%, #63A46C 100%);
  border-radius: 5px;
  height: 38px;
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 40px;
  display: -webkit-box;
  margin: 10px 7px 3px;
  padding: 0 15px;
}
/* line 299, ../sass/componentes/_page.scss */
.modal-assinar .form-contact .btn-large {
  background-color: #003554;
  border-radius: 4px;
  height: 46px;
  color: white;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 2.11px;
  line-height: 23px;
}
/* line 309, ../sass/componentes/_page.scss */
.modal-assinar .form-contact .btn-large.cartao {
  background-color: #F0F0F0;
  color: #BDBDBD;
}
/* line 316, ../sass/componentes/_page.scss */
.modal-assinar .form-contact .list-gallery .box {
  background-color: #F0F0F0;
  border-radius: 4px;
  height: 84px;
  margin: 0 7px 20px;
  float: left;
  text-align: center;
  width: 17.8%;
  color: #7F7F7F;
  font-size: 27.26px;
  font-weight: 300;
  line-height: 15px;
  font-family: 'Lato', sans-serif;
  border: 3.3px solid transparent;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 332, ../sass/componentes/_page.scss */
.modal-assinar .form-contact .list-gallery .box:hover {
  border-color: #33AA86;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
}
/* line 337, ../sass/componentes/_page.scss */
.modal-assinar .form-contact .list-gallery .box span {
  color: #BBBBBB;
  font-size: 13.2px;
  font-weight: 500;
  line-height: 31px;
}
/* line 344, ../sass/componentes/_page.scss */
.modal-assinar .form-contact .list-gallery .box em {
  color: #7F7F7F;
  font-size: 15.33px;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
  vertical-align: top;
}
/* line 353, ../sass/componentes/_page.scss */
.modal-assinar .form-contact .list-gallery .box strong {
  color: #7F7F7F;
  font-size: 17.89px;
  font-weight: 400;
  line-height: 16px;
  vertical-align: bottom;
}
/* line 361, ../sass/componentes/_page.scss */
.modal-assinar .form-contact .list-gallery .box small {
  color: #9F9F9F;
  font-size: 9.68px;
  font-weight: 300;
  line-height: 12px;
}

/* line 372, ../sass/componentes/_page.scss */
.session-stein {
  background-image: linear-gradient(90deg, #33AA86 0%, #63A46C 100%);
  padding: 30px 0;
}
/* line 376, ../sass/componentes/_page.scss */
.session-stein img, .session-stein p, .session-stein .btn {
  display: inline-block;
  vertical-align: middle;
}
/* line 381, ../sass/componentes/_page.scss */
.session-stein img {
  margin: 0 12%;
}
/* line 385, ../sass/componentes/_page.scss */
.session-stein p {
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  width: 48%;
}
/* line 393, ../sass/componentes/_page.scss */
.session-stein p strong {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 20px;
}

/* line 402, ../sass/componentes/_page.scss */
.session-junte-se {
  padding: 40px 0;
}
/* line 405, ../sass/componentes/_page.scss */
.session-junte-se p {
  color: #696969;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
/* line 412, ../sass/componentes/_page.scss */
.session-junte-se [class*="col-"] {
  position: initial;
}
/* line 416, ../sass/componentes/_page.scss */
.session-junte-se .text {
  position: absolute;
  right: 0;
  width: 50%;
  height: 210px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 427, ../sass/componentes/_page.scss */
.session-depoimentos {
  background-color: #F7F7F7;
  padding: 50px;
}
/* line 431, ../sass/componentes/_page.scss */
.session-depoimentos .box {
  background-color: #FFFFFF;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 12px;
}
/* line 436, ../sass/componentes/_page.scss */
.session-depoimentos .box .name {
  color: #003554;
  font-size: 14px;
  line-height: 5px;
  padding: 10px 0 0;
}
/* line 443, ../sass/componentes/_page.scss */
.session-depoimentos .box .date {
  color: #33AA86;
  font-size: 9px;
  font-weight: 400;
  line-height: 5px;
}
/* line 450, ../sass/componentes/_page.scss */
.session-depoimentos .box p {
  color: #A2A2A2;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
/* line 457, ../sass/componentes/_page.scss */
.session-depoimentos .box .thumb {
  border-radius: 100%;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  margin-bottom: 5px;
}

/* line 467, ../sass/componentes/_page.scss */
.session-melhor {
  padding: 50px 80px 50px 0;
}
/* line 470, ../sass/componentes/_page.scss */
.session-melhor .box {
  background-color: #FDFDFD;
  border-radius: 17px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.11);
  padding: 20px;
  position: relative;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 479, ../sass/componentes/_page.scss */
.session-melhor .box.blue .text {
  background-image: linear-gradient(133.85deg, #00e8dc 0%, #0092ed 100%);
}
/* line 485, ../sass/componentes/_page.scss */
.session-melhor .box.orange .text {
  background-image: linear-gradient(135.75deg, #fde873 0%, #ff8a80 100%);
}
/* line 490, ../sass/componentes/_page.scss */
.session-melhor .box .title {
  color: #8E8E8E;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.56px;
  line-height: 24px;
}
/* line 498, ../sass/componentes/_page.scss */
.session-melhor .box .price {
  color: #CBCBCB;
  font-size: 8.64px;
  font-weight: 500;
  letter-spacing: 0.86px;
  line-height: 10px;
}
/* line 506, ../sass/componentes/_page.scss */
.session-melhor .box small {
  color: #B8B8B8;
  font-size: 12px;
  font-weight: 500;
  line-height: 7px;
}
/* line 513, ../sass/componentes/_page.scss */
.session-melhor .box .text {
  background-image: linear-gradient(133.66deg, #33AA86 0%, #63A46C 100%);
  border-radius: 7px;
  margin-top: 20px;
  padding: 20px;
}
/* line 519, ../sass/componentes/_page.scss */
.session-melhor .box .text p {
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}
/* line 526, ../sass/componentes/_page.scss */
.session-melhor .box .text .p-price {
  font-size: 30.98px;
  font-weight: 300;
  line-height: 37px;
  text-align: center;
  color: white;
  padding-bottom: 15px;
  display: block;
  font-family: 'Lato', sans-serif;
}
/* line 536, ../sass/componentes/_page.scss */
.session-melhor .box .text .p-price em {
  font-size: 18.82px;
  font-weight: 400;
  line-height: 37px;
  font-style: normal;
  vertical-align: top;
}
/* line 544, ../sass/componentes/_page.scss */
.session-melhor .box .text .p-price strong {
  font-size: 21.95px;
  font-weight: 400;
  line-height: 26px;
  vertical-align: bottom;
}
/* line 551, ../sass/componentes/_page.scss */
.session-melhor .box .text .p-price small {
  display: block;
  font-size: 11.88px;
  font-weight: 200;
  line-height: 14px;
  color: white;
  padding: 5px 0;
}
/* line 562, ../sass/componentes/_page.scss */
.session-melhor .box .btn {
  position: absolute;
  bottom: -5px;
  background-color: #003554;
  border-radius: 34px;
  height: 30px;
  right: 0;
  left: 0;
  margin: auto;
  width: 120px;
  padding: 7px;
  border: transparent;
  opacity: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 579, ../sass/componentes/_page.scss */
.session-melhor .box:hover {
  transform: scale(1.03);
}
/* line 582, ../sass/componentes/_page.scss */
.session-melhor .box:hover .btn {
  opacity: 1;
}

/* line 589, ../sass/componentes/_page.scss */
.session-acesso {
  padding: 60px 0;
  background-color: #00395B;
  border-top: 5px solid #33AA86;
}
/* line 594, ../sass/componentes/_page.scss */
.session-acesso .title, .session-acesso p {
  color: white;
  padding: 3px 0;
}
/* line 599, ../sass/componentes/_page.scss */
.session-acesso p {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
/* line 605, ../sass/componentes/_page.scss */
.session-acesso .btn {
  margin-top: 20px;
}

/* line 610, ../sass/componentes/_page.scss */
.session-tipos {
  background-image: linear-gradient(90deg, #33AA86 0%, #63A46C 100%);
  padding: 30px 50px;
}
/* line 614, ../sass/componentes/_page.scss */
.session-tipos p {
  color: white;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  display: inline-block;
  vertical-align: middle;
}
/* line 622, ../sass/componentes/_page.scss */
.session-tipos p strong {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 18px;
}
/* line 631, ../sass/componentes/_page.scss */
.session-tipos .thumb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

/* line 638, ../sass/componentes/_page.scss */
.session-cursos {
  padding: 50px;
}
/* line 641, ../sass/componentes/_page.scss */
.session-cursos.cursos {
  padding: 50px 80px 0 0;
}
.session-cursos2.cursos2 {
  padding: 0px 0px 0 0 !important;
}
/* line 645, ../sass/componentes/_page.scss */
.session-cursos .box {
  background-color: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 651, ../sass/componentes/_page.scss */
.session-cursos .box:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 57, 91, 0.37);
}
/* line 655, ../sass/componentes/_page.scss */
.session-cursos .box .category {
  position: absolute;
  right: 0;
  top: -15px;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  background-color: #33AA86;
  padding: 7px 15px;
  color: white;
}
/* line 667, ../sass/componentes/_page.scss */
.session-cursos .box .category.lanca {
  background-color: #003554;
}
/* line 672, ../sass/componentes/_page.scss */
.session-cursos .box .text {
  padding: 10px;
  position: relative;
}
/* line 677, ../sass/componentes/_page.scss */
.session-cursos .box .title {
  color: #999999;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
  padding: 0;
}
/* line 685, ../sass/componentes/_page.scss */
.session-cursos .box p {
  color: #D8D8D8;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin: 15px 0;
}
/* line 694, ../sass/componentes/_page.scss */
.session-cursos .box span {
  color: #D8D8D8;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
}
/* line 705, ../sass/componentes/_page.scss */
.session-cursos .row-video [class*="col-"] {
  padding: 0;
}
/* line 709, ../sass/componentes/_page.scss */
.session-cursos .row-video .videoWrapper {
  left: 30px;
}
/* line 713, ../sass/componentes/_page.scss */
.session-cursos .row-video .box {
  padding: 30px 50px;
  background-color: white;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  top: 30px;
  right: 30px;
  border-radius: 0;
  margin: 0;
}
/* line 723, ../sass/componentes/_page.scss */
.session-cursos .row-video .box .title {
  color: #003554;
  font-size: 26px;
  font-weight: 900;
  line-height: 31px;
}
/* line 730, ../sass/componentes/_page.scss */
.session-cursos .row-video .box p {
  color: #696969;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

/* line 741, ../sass/componentes/_page.scss */
.session-toolbar {
  background-image: linear-gradient(90deg, #33AA86 0%, #63A46C 100%);
  padding: 20px 0;
}
/* line 745, ../sass/componentes/_page.scss */
.session-toolbar .title {
  color: #FFFFFF;
  font-size: 23.1px;
  font-weight: 900;
  line-height: 28px;
  text-transform: none;
}
/* line 752, ../sass/componentes/_page.scss */
.session-toolbar .title small {
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 16.5px;
  font-weight: 400;
  line-height: 20px;
}

/* line 763, ../sass/componentes/_page.scss */
.list-gallery .slick-slide {
  margin: 15px 35px 15px 0;
}

/* line 768, ../sass/componentes/_page.scss */
.next_caro {
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 37px;
  font-size: 28px;
}
/* line 778, ../sass/componentes/_page.scss */
.next_caro .fas {
  color: #003554;
}

/* line 784, ../sass/componentes/_page.scss */
.page-perfil .header {
  background: #003554;
}
/* line 787, ../sass/componentes/_page.scss */
.page-perfil .header .form-control {
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}
/* line 792, ../sass/componentes/_page.scss */
.page-perfil .header .logo {
  background: #003554;
}
/* line 797, ../sass/componentes/_page.scss */
.page-perfil .content-page {
  padding-top: 73px;
}
/* line 801, ../sass/componentes/_page.scss */
.page-perfil .session-cursos {
  padding-bottom: 30px;
  padding-top: 30px;
}
/* line 805, ../sass/componentes/_page.scss */
.page-perfil .session-cursos > .row {
  padding-bottom: 20px;
}
.btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}
.btn-warning {
    color: #fff !important;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}
.container-text {
  padding: 56px 0 0 0;
}
.btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}
/* line 813, ../sass/componentes/_page.scss */
.session-meus-cursos .next_caro {
  right: -30px;
  bottom: 50px;
}
/* line 818, ../sass/componentes/_page.scss */
.session-meus-cursos .slick-dots {
  list-style: none;
  text-align: center;
}
/* line 822, ../sass/componentes/_page.scss */
.session-meus-cursos .slick-dots li {
  display: inline-block;
  background-color: #C2C2C2;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  border: none;
  overflow: hidden;
  margin: 0 4px;
}
/* line 832, ../sass/componentes/_page.scss */
.session-meus-cursos .slick-dots li.slick-active {
  background-color: #939393;
}
/* line 836, ../sass/componentes/_page.scss */
.session-meus-cursos .slick-dots li button {
  border: none;
  background: transparent;
  width: 12px;
  height: 12px;
}
/* line 845, ../sass/componentes/_page.scss */
.session-meus-cursos .title-2 {
  color: #003554;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  padding: 30px 0 0;
}
/* line 852, ../sass/componentes/_page.scss */
.session-meus-cursos .title-2 a {
  color: #003554;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  text-align: left;
}
/* line 861, ../sass/componentes/_page.scss */
.session-meus-cursos .box {
  float: left;
  width: 400px;
  background-color: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
}
/* line 868, ../sass/componentes/_page.scss */
.session-meus-cursos .box .btn {
  background-color: #003554;
  border-radius: 15px;
  height: 30px;
  color: white;
  text-align: center;
  padding: 6px 21px;
  margin: 20px 10px 20px;
}
/* line 877, ../sass/componentes/_page.scss */
.session-meus-cursos .box .btn:hover {
  background: #33AA86;
}
/* line 882, ../sass/componentes/_page.scss */
.session-meus-cursos .box .title {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
  display: inline-block;
  padding: 0;
}
/* line 891, ../sass/componentes/_page.scss */
.box-status {
  display: inline-block;
  width: 40%;
  position: relative;
  background-color: #EAEAEA;
  border-radius: 6.5px;
  height: 13px;
  margin: 28px 10px 0;
}
/* line 900, ../sass/componentes/_page.scss */
.box-status:before {
  content: '';
  background-image: linear-gradient(90deg, #33AA86 0%, #63A46C 100%);
  border-radius: 6.5px;
  width: 43px;
  height: 13px;
  left: 0;
  top: 0;
  position: absolute;
}
/* line 912, ../sass/componentes/_page.scss */
.box-status .number {
  position: absolute;
  right: -34px;
  top: -3px;
  color: #33AA86;
  font-size: 13px;
  font-weight: 900;
  line-height: 16px;
}
/* line 923, ../sass/componentes/_page.scss */
.session-meus-cursos .box .content {
  position: relative;
}
/* line 926, ../sass/componentes/_page.scss */
.session-meus-cursos .box .content .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180.57deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
/* line 934, ../sass/componentes/_page.scss */
.session-meus-cursos .box .content .text p {
  color: white;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  text-align: left;
  margin: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
/* line 946, ../sass/componentes/_page.scss */
.session-meus-cursos .box .content .text .title {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

@media(max-width:600px) {
    .session-meus-cursos {
    padding: 0;
}
.session-meus-cursos .list-gallery .slick-slide {
    margin: 15px;
}
.session-meus-cursos .box .content .text .title {
    position: relative;
    bottom: auto;
    top: 10px;
}
.session-meus-cursos .next_caro {
    right: 15px;
    bottom: 0;
    margin: 0;
    top: -20px;
}
}

@media(max-width:767px) {
    .content-page {
    padding-bottom: 0;
}
.title-2 {
    font-size: 30px;
}
.title span {
    padding: 5px 0 20px;
}
.modal-dialog {
    width: 90%}
}
@media(max-width:500px) {
    .title-2 {
    font-size: 25px;
}
}