/* line 3, ../sass/commons/_common.scss */
body {
  background: #fcfafa;
}

/* line 7, ../sass/commons/_common.scss */
.page-contact {
  background: black;
}

/* line 10, ../sass/commons/_common.scss */
.form-points {
  width: 320px;
}

/* line 15, ../sass/commons/_common.scss */
a:hover {
  text-decoration: none !important;
}

/* line 19, ../sass/commons/_common.scss */
.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 24, ../sass/commons/_common.scss */
.wrap {
  min-height: 100%;
  position: relative;
  width: 100%;
}

/* line 30, ../sass/commons/_common.scss */
.content.content-page {
  padding-top: 274px;
}

/* line 34, ../sass/commons/_common.scss */
.box-bg-page {
  margin-bottom: -180px;
}

/* line 37, ../sass/commons/_common.scss */
.container {
  max-width: 1140px;
}

/* line 40, ../sass/commons/_common.scss */
.w-full {
  width: 100% !important;
  max-width: 100%;
}

/* line 44, ../sass/commons/_common.scss */
.left {
  float: left;
}

/* line 47, ../sass/commons/_common.scss */
.right {
  float: right;
}

/* line 50, ../sass/commons/_common.scss */
.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* line 55, ../sass/commons/_common.scss */
.text-justify {
  text-align: justify;
}

/* line 58, ../sass/commons/_common.scss */
.centralize {
  display: table-cell;
  vertical-align: middle;
}

/* line 62, ../sass/commons/_common.scss */
.no-padding {
  padding: 0 !important;
}

/* line 65, ../sass/commons/_common.scss */
.no-margin {
  margin: 0 !important;
}

/* line 74, ../sass/commons/_common.scss */
.see-more {
  position: relative;
  z-index: 999;
  text-transform: uppercase;
  color: #e8b451;
  font-size: 15px;
  border: 1px solid #e8b451;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
}
/* line 86, ../sass/commons/_common.scss */
.see-more:hover {
  color: #ffdfa0;
}

/* line 91, ../sass/commons/_common.scss */
.page-promocoes {
  background-image: url(/media/img/bg-promocoes.jpg);
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}

/* line 98, ../sass/commons/_common.scss */
.box-bg-promotions {
  width: 100%;
  overflow: hidden;
}

/* line 103, ../sass/commons/_common.scss */
.bg-promotions {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}

/* line 111, ../sass/commons/_common.scss */
.title {
  font-weight: normal;
  font-family: "rubikmedium";
  text-shadow: 2px 0 2px rgba(0, 0, 0, 0.68);
}

/* line 116, ../sass/commons/_common.scss */
.title-1 {
  color: white;
  font-size: 40px;
  padding: 20px 0;
}
/* line 120, ../sass/commons/_common.scss */
.title-1 em {
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-family: "rubikregular";
}

/* line 127, ../sass/commons/_common.scss */
.title-2 {
  font-size: 22px;
}

/* line 130, ../sass/commons/_common.scss */
.title-style-1,
.title-style-2 {
  font-family: "blackjackregular";
  font-size: 67px;
  color: white;
  padding: 50px 0;
}

/* line 136, ../sass/commons/_common.scss */
.title-style-2 {
  color: #d2ac5f;
}

/* line 139, ../sass/commons/_common.scss */
.title-promotions {
  padding: 25px 0 40px;
  font-size: 50px;
}
/* line 143, ../sass/commons/_common.scss */
.title-promotions em {
  font-size: 35px;
}

/* line 147, ../sass/commons/_common.scss */
.title-bg-black {
  background: black;
}

/* line 151, ../sass/commons/_common.scss */
.mr-30 {
  margin-right: 30px;
}

/* line 154, ../sass/commons/_common.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 157, ../sass/commons/_common.scss */
.mt-13 {
  margin-top: 13px;
}

/* line 160, ../sass/commons/_common.scss */
.mt-20 {
  margin-top: 20px;
}

/* line 163, ../sass/commons/_common.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 166, ../sass/commons/_common.scss */
.mt-50 {
  margin-top: 50px;
}

/* line 169, ../sass/commons/_common.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 173, ../sass/commons/_common.scss */
.btn-custom {
  display: block;
  background: black;
  margin: 25px auto 30px;
  width: 345px;
  color: white;
  font-size: 22px;
  text-align: left;
  line-height: 30px;
  padding: 19px 50px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 102px;
}
/* line 189, ../sass/commons/_common.scss */
.btn-custom:hover {
  color: white;
  background: rgba(210, 172, 95, 0.32);
}
/* line 193, ../sass/commons/_common.scss */
.btn-custom:hover:after {
  border-left-color: rgba(210, 172, 95, 0.32);
}
/* line 198, ../sass/commons/_common.scss */
.btn-custom strong {
  font-size: 29px;
}
/* line 202, ../sass/commons/_common.scss */
.btn-custom:before,
.btn-custom:after {
  content: "";
}
/* line 206, ../sass/commons/_common.scss */
.btn-custom:after {
  position: absolute;
  top: 0;
  right: -21px;
  width: 0;
  height: 0;
  border-top: 51px solid transparent;
  border-bottom: 51px solid transparent;
  border-left: 20px solid black;
}
/* line 217, ../sass/commons/_common.scss */
.btn-custom:before {
  background-image: url(/media/img/spt-icons.png);
  background-position: -201px 0;
  width: 54px;
  height: 61px;
  vertical-align: middle;
  float: left;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .ranking .avatar1 .pontuacao {
    right: 27% !important;
  }

  .ranking .avatar1 .pontuacao .text {
    top: -4px !important;
  }

  /* line 229, ../sass/commons/_common.scss */
  .title-1 {
    font-size: 2em;
  }
  /* line 232, ../sass/commons/_common.scss */
  .title-1 em {
    font-size: 0.8em;
  }

  /* line 236, ../sass/commons/_common.scss */
  .title-2 {
    font-size: 1.3em;
  }

  /* line 239, ../sass/commons/_common.scss */
  .title-style-1,
  .title-style-2 {
    font-size: 35px;
    padding: 0 0 30px;
  }

  /* line 243, ../sass/commons/_common.scss */
  .text-center-mobile {
    text-align: center;
  }

  /* line 246, ../sass/commons/_common.scss */
  .text-left-mobile {
    text-align: left;
  }

  /* line 250, ../sass/commons/_common.scss */
  .swiper-container img {
    width: 100%;
  }

  /* line 255, ../sass/commons/_common.scss */
  .box-bg-page {
    overflow: hidden;
    min-height: 442px;
    position: relative;
  }
  /* line 260, ../sass/commons/_common.scss */
  .box-bg-page .bg-page {
    min-width: 1092px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -546px;
  }

  /* line 268, ../sass/commons/_common.scss */
  .form-points {
    width: auto;
  }

  /* line 271, ../sass/commons/_common.scss */
  .see-more {
    float: none;
    margin: 20px auto 30px !important;
    display: block;
    width: 115px;
  }

  /* line 277, ../sass/commons/_common.scss */
  .box-bg-promotions {
    min-height: 450px;
    position: absolute;
    overflow: hidden;
  }
  /* line 282, ../sass/commons/_common.scss */
  .box-bg-promotions .bg-promotions {
    min-width: 1000px;
    margin-left: -483px;
  }
}

@media (max-width: 400px) {
  .ranking .avatar1 .pontuacao {
    right: 1% !important;
  }
}

@media (max-width: 768px) {
  /* line 290, ../sass/commons/_common.scss */
  .mr-30 {
    margin-right: 0;
  }
}

.banner-promo {
  margin-top: 15px;
}

.banner-promo a {
  display: flex;
  justify-content: center;
  padding-right: 0 !important;
}

.banner-desk {
  width: 270px;
}

.banner-mob {
  display: none;
}

@media (max-width: 768px) {
  /* line 290, ../sass/commons/_common.scss */
  .banner-desk {
    display: none;
  }

  .banner-mob {
    display: block;
  }
}

/* line 1, ../sass/componentes/_footer.scss */
.footer {
  float: left;
  width: 100%;
  height: 80px;
  /* margin-top: 50px; */
  /* background: #00a4e2; */
  text-align: center;
  padding: 18px;
  font-size: 16px;
  color: white;
  position: relative;
  top: 20%;
}

.footer.interno div::after {
  content: " ";
  height: 3px;
  width: 150px;
  border-radius: 10px;
  background: #ffd800;

  display: block;
  margin: 0 auto 5px;
}

/* line 2, ../sass/componentes/_custom-page.scss */
.height-full .footer {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 8, ../sass/componentes/_custom-page.scss */
.link-site {
  font-family: "Nunito";
  font-size: 18px;
  color: #012d52;
  width: 92px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 2s linear;
  margin: 20px 20px 0 0;
}
/* line 17, ../sass/componentes/_custom-page.scss */
.link-site:before {
  content: "";
  width: 92px;
  height: 70px;
  background-image: url(../../images/internas/icon-video.png);
  display: inline-block;
}
/* line 26, ../sass/componentes/_custom-page.scss */
.link-site:hover:before {
  -ms-transform: scale(1.03);
  /* IE 9 */
  -webkit-transform: scale(1.03);
  /* Safari */
  transform: scale(1.03);
}

/* line 34, ../sass/componentes/_custom-page.scss */
.table > thead > tr > th,
.table > tbody > tr > td {
  border: none;
  font-size: 20px;
  text-align: center;
}

/* line 39, ../sass/componentes/_custom-page.scss */
.table-striped > tbody > tr {
  border: 1px solid #999;
}
/* line 41, ../sass/componentes/_custom-page.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ebebeb;
}

/* line 46, ../sass/componentes/_custom-page.scss */
.ranking {
  padding: 0 40px;
  margin: 20px 0 20px;
  float: left;
  width: 100%;
}
/* line 52, ../sass/componentes/_custom-page.scss */
.ranking .position {
  margin-left: -8px;
}
/* line 56, ../sass/componentes/_custom-page.scss */
.ranking .avatar {
  margin: 20px 0 -10px;
  display: block;
}
/* line 60, ../sass/componentes/_custom-page.scss */
.ranking .avatar1 {
  margin-top: 150px;
  position: relative;
}

.ranking .avatar1 .pontuacao {
  background: gray;
  padding: 5px;
  border-radius: 100%;
  text-align: center;
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  right: 83px;
  bottom: 0px;
}

.ranking .avatar1 .pontuacao .text {
  font-size: 8px;
  color: #fff;
  position: relative;
  top: -9px;
  left: -1px;
}

/* line 63, ../sass/componentes/_custom-page.scss */
.ranking .avatar3 {
  margin-top: 170px;
}
/* line 66, ../sass/componentes/_custom-page.scss */
.ranking .item {
  color: #353535;
  font-weight: 500;
  font-size: 21px;
}

/* line 74, ../sass/componentes/_custom-page.scss */
.conquistas .title {
  color: #9a9898;
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-shadow: none;
  margin-top: 50px;
}
/* line 82, ../sass/componentes/_custom-page.scss */
.conquistas .title-1 {
  color: #6d6e6b;
  font-size: 23px;
}
/* line 86, ../sass/componentes/_custom-page.scss */
.conquistas .title-1 .icon {
  background-image: url(../../images/conquistas/icon-title.png);
  width: 56px;
  height: 44px;
  display: inline-block;
  margin: 0 15px -14px 0;
}
/* line 94, ../sass/componentes/_custom-page.scss */
.conquistas .itens {
  text-align: center;
}
/* line 97, ../sass/componentes/_custom-page.scss */
.conquistas .itens li {
  display: inline-block;
  margin: 0 27px 20px;
  width: 65px;
  text-align: center;
  position: relative;
}
/* line 104, ../sass/componentes/_custom-page.scss */
.conquistas .itens li img {
  max-width: 100%;
}
/* line 108, ../sass/componentes/_custom-page.scss */
.conquistas .itens li .text {
  padding-top: 8px;
  color: #012d52;
  font-size: 23px;
  width: 95px;
}
/* line 115, ../sass/componentes/_custom-page.scss */
.conquistas .itens li .icon {
  background-image: url(../../images/internas/icon-stars.png);
  background-size: 100%;
  height: 38px;
  width: 38px;
  float: left;
}
/* line 124, ../sass/componentes/_custom-page.scss */
.conquistas .itens li:hover .over {
  opacity: 1;
  overflow: visible;
}
/* line 130, ../sass/componentes/_custom-page.scss */
.conquistas .itens li .over {
  position: absolute;
  background: #d8d4d4;
  border-radius: 12px;
  width: 300px;
  left: -1px;
  top: -110px;
  opacity: 0;
  overflow: hidden;
  padding: 15px 15px 5px;
  z-index: 9;
}
/* line 142, ../sass/componentes/_custom-page.scss */
.conquistas .itens li .over:after {
  position: absolute;
  left: 10px;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #d8d4d4;
}
/* line 153, ../sass/componentes/_custom-page.scss */
.conquistas .itens li .over p {
  font-size: 13px;
  margin-top: 10px;
  color: #2e2e2e;
}
/* line 160, ../sass/componentes/_custom-page.scss */
.conquistas .itens li .over .itens li {
  width: 24px;
  margin: 0 8px;
}
/* line 170, ../sass/componentes/_custom-page.scss */
.conquistas .list-nivel li {
  width: 95px;
}

/* line 176, ../sass/componentes/_custom-page.scss */
.result-finish {
  margin-top: 50px;
}
/* line 179, ../sass/componentes/_custom-page.scss */
.result-finish .box {
  margin-bottom: 60px;
  position: relative;
}
/* line 183, ../sass/componentes/_custom-page.scss */
.result-finish .box .line {
  background-repeat: no-repeat;
  position: absolute;
  width: 45%;
  height: 100%;
  right: 3%;
  background-position: center;
  background-size: 60% auto;
}
/* line 194, ../sass/componentes/_custom-page.scss */
.result-finish .box.box1 .line {
  background-image: url(../../images/internas/bg1.png);
}
/* line 200, ../sass/componentes/_custom-page.scss */
.result-finish .box.box2 .line {
  background-image: url(../../images/internas/bg2.png);
}
/* line 206, ../sass/componentes/_custom-page.scss */
.result-finish .box.box3 .line {
  background-image: url(../../images/internas/bg3.png);
}
/* line 212, ../sass/componentes/_custom-page.scss */
.result-finish .box.box4 .line {
  background-image: url(../../images/internas/bg4.png);
}
/* line 217, ../sass/componentes/_custom-page.scss */
.result-finish .box .image,
.result-finish .box p.nota {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 224, ../sass/componentes/_custom-page.scss */
.result-finish .box p.nota {
  right: 0;
  height: 28px;
}
/* line 229, ../sass/componentes/_custom-page.scss */
.result-finish .box p {
  color: #9e9e9e;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
/* line 234, ../sass/componentes/_custom-page.scss */
.result-finish .box p.text {
  padding-left: 150px;
  width: 380px;
}

/* line 242, ../sass/componentes/_custom-page.scss */
.box-overflow {
  overflow: hidden;
}

/* line 248, ../sass/componentes/_custom-page.scss */
.verified .radio_custom .warning-response {
  display: block;
}

/* line 254, ../sass/componentes/_custom-page.scss */
.radio_custom {
  border: 2px solid #676767;
  border-radius: 15px;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  max-width: 100%;
}
/* line 262, ../sass/componentes/_custom-page.scss */
.radio_custom .warning-response {
  display: none;
  margin-bottom: 25px;
}
/* line 266, ../sass/componentes/_custom-page.scss */
.radio_custom .warning-response .warning {
  display: inline-block;
  background: black;
  color: white;
  border-radius: 20px;
  font-size: 16px;
  padding: 7px 30px;
}
/* line 276, ../sass/componentes/_custom-page.scss */
.radio_custom.question-right {
  border-color: #32ba7c;
}
/* line 279, ../sass/componentes/_custom-page.scss */
.radio_custom.question-right.correct {
  background: #e1e1e1;
}
/* line 282, ../sass/componentes/_custom-page.scss */
.radio_custom.question-right.correct .check {
  border-color: #32ba7c;
  background: url(../../images/internas/icon-warning-right.png) center no-repeat
    #32ba7c;
}
/* line 289, ../sass/componentes/_custom-page.scss */
.radio_custom.question-right .warning-response .warning {
  background: #32ba7c;
}
/* line 292, ../sass/componentes/_custom-page.scss */
.radio_custom.question-right .warning-response .your-answer {
  background: #3c4a67;
  margin-right: 12px;
}
/* line 299, ../sass/componentes/_custom-page.scss */
.radio_custom.question-wrong {
  background: #e1e1e1;
  border-color: #f15249;
}
/* line 304, ../sass/componentes/_custom-page.scss */
.radio_custom.question-wrong .warning-response .warning {
  background: #f15249;
}
/* line 309, ../sass/componentes/_custom-page.scss */
.radio_custom.question-wrong .check {
  border-color: #f15249;
  background: url(../../images/internas/icon-warning-wrong.png) center no-repeat
    #f15249;
}
/* line 315, ../sass/componentes/_custom-page.scss */
.radio_custom.selected {
  background: #32ba7c;
  border-color: #32ba7c;
}
/* line 319, ../sass/componentes/_custom-page.scss */
.radio_custom.selected label {
  color: white;
}
/* line 324, ../sass/componentes/_custom-page.scss */
.radio_custom label {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 1.35em;
  height: auto;
  padding: 35px 25px 35px 70px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
/* line 336, ../sass/componentes/_custom-page.scss */
.radio_custom input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
/* line 342, ../sass/componentes/_custom-page.scss */
.radio_custom .check {
  display: block;
  position: absolute;
  border: 2px solid #676767;
  border-radius: 100%;
  height: 38px;
  width: 38px;
  top: 29px;
  left: 20px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
/* line 356, ../sass/componentes/_custom-page.scss */
.radio_custom .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 24px;
  width: 24px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
/* line 370, ../sass/componentes/_custom-page.scss */
.radio_custom input[type="radio"]:checked ~ .check {
  border-color: white;
}
/* line 374, ../sass/componentes/_custom-page.scss */
.radio_custom input[type="radio"]:checked ~ .check::before {
  background: white;
}

/* line 380, ../sass/componentes/_custom-page.scss */
.tabs-custom {
  position: relative;
  text-align: center;
  border: none;
}
/* line 385, ../sass/componentes/_custom-page.scss */
.tabs-custom > li {
  border: none;
  border-bottom: 6px solid #fcfafa;
  position: relative;
  z-index: 1;
  display: inline-block;
  float: none;
}
/* line 393, ../sass/componentes/_custom-page.scss */
.tabs-custom > li a {
  background: #fcfafa;
  color: #585757;
  font-size: 16px;
  padding: 0 8px;
  border: none;
}
/* line 400, ../sass/componentes/_custom-page.scss */
.tabs-custom > li a:hover {
  background: transparent;
}
/* line 406, ../sass/componentes/_custom-page.scss */
.tabs-custom > li.active {
  border-color: #00a4e2;
}
/* line 409, ../sass/componentes/_custom-page.scss */
.tabs-custom > li.active a,
.tabs-custom > li.active > a:focus,
.tabs-custom > li.active > a:hover {
  border: none;
  background: transparent;
}
/* line 416, ../sass/componentes/_custom-page.scss */
.tabs-custom:before {
  content: "";
  width: 150%;
  height: 1px;
  margin: 0 -105px;
  background: #636363;
  position: absolute;
  top: 22px;
  z-index: 2;
}

/* line 427, ../sass/componentes/_custom-page.scss */
.content-site {
  padding: 0 90px;
}
/* line 430, ../sass/componentes/_custom-page.scss */
.content-site p {
  color: #555;
  font-size: 16px;
  font-weight: 500;
}
/* line 436, ../sass/componentes/_custom-page.scss */
.content-site .timer {
  font-size: 43px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #9e9e9e;
  line-height: 80px;
  margin: 30px 0;
}
/* line 444, ../sass/componentes/_custom-page.scss */
.content-site .timer .icon {
  margin-right: 12px;
}
/* line 449, ../sass/componentes/_custom-page.scss */
.content-site .btn {
  position: relative;
  background: #06c6aa;
  color: white;
  border-radius: 30px;
  font-size: 18px;
  padding: 7px 40px;
  border: 3px solid #06c6aa;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 25px;
}
/* line 461, ../sass/componentes/_custom-page.scss */
.content-site .btn.btn-grey {
  border-color: #b0aeae;
  color: #b0aeae;
  background: transparent;
}
/* line 467, ../sass/componentes/_custom-page.scss */
.content-site .btn.btn-video {
  width: 250px;
  text-align: right;
}
/* line 472, ../sass/componentes/_custom-page.scss */
.content-site .btn .icon-videos {
  width: 64px;
  height: 58px;
  position: absolute;
  top: -17px;
  left: 40px;
  background: url(../../images/internas/icon-videos.png) no-repeat;
}

/* line 483, ../sass/componentes/_custom-page.scss */
.tab-pane {
  padding: 30px 0;
}
/* line 486, ../sass/componentes/_custom-page.scss */
.tab-pane .btn-submit {
  background: url(../../images/internas/arrow-left.png) center no-repeat
    transparent;
  border: 6px solid #00a4e2;
  width: 81px;
  height: 81px;
  border-radius: 40px;
  padding: 0;
  -webkit-transition: all 0.25s linear;
}
/* line 495, ../sass/componentes/_custom-page.scss */
.tab-pane .btn-submit:hover {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari */
  transform: scale(1.05);
}
/* line 502, ../sass/componentes/_custom-page.scss */
.tab-pane .box-buttons {
  margin-top: 40px;
  float: left;
  width: 100%;
}

/* line 510, ../sass/componentes/_custom-page.scss */
.content-simulados .title {
  text-shadow: none;
  color: #828484;
  font-size: 20px;
}
/* line 515, ../sass/componentes/_custom-page.scss */
.content-simulados .text {
  color: #454646;
  font-weight: 400;
  font-size: 17px;
}
/* line 520, ../sass/componentes/_custom-page.scss */
.content-simulados .title,
.content-simulados .text {
  font-family: "Montserrat", sans-serif;
}

/* line 525, ../sass/componentes/_custom-page.scss */
.button-menu {
  cursor: pointer;
}

/* line 530, ../sass/componentes/_custom-page.scss */
.main.full {
  width: 100%;
  margin-left: 0;
}

/* line 538, ../sass/componentes/_custom-page.scss */
nav.sidebar.navbar.menu-close {
  margin-left: -283px;
}
/* line 543, ../sass/componentes/_custom-page.scss */
nav.sidebar.navbar .navbar-nav li {
  position: relative;
  z-index: 1;
}

/* line 551, ../sass/componentes/_custom-page.scss */
.result-simulado {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #828484;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 25px;
}
/* line 561, ../sass/componentes/_custom-page.scss */
.result-simulado .icon {
  margin-bottom: 15px;
}

/* line 567, ../sass/componentes/_custom-page.scss */
.box-results .item {
  border-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding: 12px 15px;
}
/* line 575, ../sass/componentes/_custom-page.scss */
.box-results .item.item-center {
  margin: 0 15px;
}
/* line 580, ../sass/componentes/_custom-page.scss */
.box-results .blue {
  background: #3c4a67;
}
/* line 584, ../sass/componentes/_custom-page.scss */
.box-results .green {
  background: #006f5f;
}

.box-results .blue-navy {
  background: #012d52;
}

/* line 588, ../sass/componentes/_custom-page.scss */
.box-results .icon {
  display: inline-block;
}
/* line 592, ../sass/componentes/_custom-page.scss */
.box-results .p-timer {
  line-height: 30px;
}
/* line 596, ../sass/componentes/_custom-page.scss */
.box-results .icon-timer {
  background: url(../../images/internas/icon-timer2.png);
  width: 109px;
  height: 137px;
  margin-bottom: -25px;
}
/* line 603, ../sass/componentes/_custom-page.scss */
.box-results .icon-acesso,
.box-results .icon-aulas {
  position: absolute;
  left: -8px;
  bottom: -2px;
}
/* line 609, ../sass/componentes/_custom-page.scss */

/* line 614, ../sass/componentes/_custom-page.scss */
.box-results .icon-acesso img,
.box-results .icon-aulas img {
  width: 57px;
  height: 57px;
}
/* line 620, ../sass/componentes/_custom-page.scss */
.box-results .icon-acertos,
.box-results .icon-erros {
  width: 42px;
  height: 42px;
  margin: 0 10px 0 20px;
}
/* line 626, ../sass/componentes/_custom-page.scss */
.box-results .icon-acertos {
  background: url(../../images/internas/icon-warning-right.png);
}
/* line 630, ../sass/componentes/_custom-page.scss */
.box-results .icon-erros {
  background: url(../../images/internas/icon-warning-wrong.png);
}
/* line 634, ../sass/componentes/_custom-page.scss */
.box-results .icon-ranking,
.box-results .icon-stars {
  height: 40px;
  width: 40px;
  margin: 0 0 -10px;
  background-size: 100%;
}
/* line 641, ../sass/componentes/_custom-page.scss */
.box-results .icon-stars {
  background-image: url(../../images/internas/icon-stars.png);
}
/* line 645, ../sass/componentes/_custom-page.scss */
.box-results .icon-ranking {
  background-image: url(../../images/internas/icon-ranking.png);
}
/* line 649, ../sass/componentes/_custom-page.scss */
.box-results .title {
  color: white;
  text-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 15px;
}
/* line 658, ../sass/componentes/_custom-page.scss */
.box-results p {
  font-weight: 100;
  font-size: 21px;
  color: white;
  line-height: 42px;
}

/* line 666, ../sass/componentes/_custom-page.scss */
.title-page {
  font-size: 25px;
  color: #828484;
}

/* line 672, ../sass/componentes/_custom-page.scss */
.box-infos .item {
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #9e9e9e;
  font-family: "Montserrat", sans-serif;
}
/* line 679, ../sass/componentes/_custom-page.scss */
.box-infos .icon {
  height: 60px;
  margin-right: 15px;
}

.modal-body .date-cursos {
  max-height: 450px;
  overflow: auto;
}

/* line 686, ../sass/componentes/_custom-page.scss */
.date-cursos .item {
  margin: 30px 0;
  border-radius: 10px;
  overflow: hidden;
}
/* line 693, ../sass/componentes/_custom-page.scss */
.date-cursos .item.open .dropdown-toggle:before {
  background-position: -31px 0;
}
/* line 699, ../sass/componentes/_custom-page.scss */
.date-cursos .item .dropdown-toggle {
  border-radius: 10px;
  background: #012d52;
  display: block;
  width: 100%;
  position: relative;
  padding: 19px 0 19px 100px;
}
/* line 707, ../sass/componentes/_custom-page.scss */
.date-cursos .item .dropdown-toggle:before {
  content: "";
  background: url(../../images/internas/spt-icons2.png);
  width: 31px;
  height: 31px;
  display: inline-block;
  position: absolute;
  left: 36px;
  top: 14.5px;
}
/* line 719, ../sass/componentes/_custom-page.scss */
.date-cursos .item p {
  color: white;
  font-size: 21px;
  line-height: 18px;
}
/* line 725, ../sass/componentes/_custom-page.scss */
.date-cursos .item .title {
  color: white;
  font-size: 20px;
  text-shadow: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Nunito";
  text-transform: uppercase;
}
/* line 735, ../sass/componentes/_custom-page.scss */
.date-cursos .item .dropdown-block {
  background: #06c6aa;
  display: none;
  margin-top: -10px;
}
/* line 740, ../sass/componentes/_custom-page.scss */
.date-cursos .item .dropdown-block.active {
  display: block;
}
/* line 744, ../sass/componentes/_custom-page.scss */
.date-cursos .item .dropdown-block > div {
  padding: 5px 0 20px;
  text-align: center;
}
/* line 748, ../sass/componentes/_custom-page.scss */
.date-cursos .item .dropdown-block > div .title {
  margin: 20px 0;
}
/* line 752, ../sass/componentes/_custom-page.scss */
.date-cursos .item .dropdown-block > div:nth-child(odd) {
  background: #fff;
}
/* line 757, ../sass/componentes/_custom-page.scss */
.date-cursos .item .dropdown-block .itens-download {
  padding: 10px 0 10px 70px;
  text-align: left;
}
/* line 761, ../sass/componentes/_custom-page.scss */
.date-cursos .item .dropdown-block .itens-download li {
  margin-top: 15px;
}
/* line 764, ../sass/componentes/_custom-page.scss */
.date-cursos .item .dropdown-block .itens-download li:first-child {
  margin-top: 0;
}
/* line 767, ../sass/componentes/_custom-page.scss */
.date-cursos .item .dropdown-block .itens-download li a {
  font-size: 16px;
  color: #012d52;
}
/* line 771, ../sass/componentes/_custom-page.scss */
.date-cursos .item .dropdown-block .itens-download li a:hover {
  color: #337ab7;
}
/* line 775, ../sass/componentes/_custom-page.scss */
.date-cursos .item .dropdown-block .itens-download li a:before {
  /*
  content: '';
  background: url(../../images/materiais/icon-simulados.png);
  width: 39px;
  height: 39px;
  display: inline-block;
  margin: 0 10px -14px 0;*/
}

/* line 790, ../sass/componentes/_custom-page.scss */
.col-md-cadernos {
  text-align: center;
}
/* line 793, ../sass/componentes/_custom-page.scss */
.col-md-cadernos .img-default {
  width: auto;
  max-width: 100%;
}
/* line 798, ../sass/componentes/_custom-page.scss */
.col-md-cadernos h3 {
  color: #828484;
  font-size: 20px;
}

/* line 804, ../sass/componentes/_custom-page.scss */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

/* line 810, ../sass/componentes/_custom-page.scss */
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  /* line 819, ../sass/componentes/_custom-page.scss */
  .navbar-brand {
    background: transparent;
  }

  /* line 822, ../sass/componentes/_custom-page.scss */
  .navbar-header {
    padding: 10px !important;
  }

  /* line 825, ../sass/componentes/_custom-page.scss */
  .navbar-inverse .navbar-toggle {
    margin: 0;
  }

  /* line 828, ../sass/componentes/_custom-page.scss */
  div.container-list-aulas,
  .content-site {
    padding: 0;
  }

  /* line 832, ../sass/componentes/_custom-page.scss */
  .content-site {
    padding: 0 0 30px;
  }

  /* line 837, ../sass/componentes/_custom-page.scss */
  .box-results .item {
    margin: 10px 0;
  }
  /* line 839, ../sass/componentes/_custom-page.scss */
  .box-results .item.item-center {
    margin: 10px 0;
  }

  /* line 845, ../sass/componentes/_custom-page.scss */
  .box-infos .item {
    margin-bottom: 20px;
  }

  /* line 849, ../sass/componentes/_custom-page.scss */
  .radio_custom {
    max-width: 100%;
  }

  /* line 856, ../sass/componentes/_custom-page.scss */
  .result-finish .box p.text {
    padding-left: 15px;
    font-size: 13px;
  }
  /* line 860, ../sass/componentes/_custom-page.scss */
  .result-finish .box p.nota {
    font-size: 16px;
  }

  /* line 866, ../sass/componentes/_custom-page.scss */
  .button-menu {
    display: none;
  }

  /* line 870, ../sass/componentes/_custom-page.scss */
  .container-aula,
  div.container-materiais {
    padding: 0;
  }

  /* line 873, ../sass/componentes/_custom-page.scss */
  ul.list-materiais li a span {
    font-size: 17px;
  }

  /* line 876, ../sass/componentes/_custom-page.scss */
  div.container-commentarios {
    padding: 0 !important;
    width: 100%;
  }

  /* line 879, ../sass/componentes/_custom-page.scss */
  div.content-header .form-inline {
    margin-top: 15px;
  }

  /* line 883, ../sass/componentes/_custom-page.scss */
  /* .col-notification img, */
  .col-star img {
    height: 35px;
  }

  /* line 887, ../sass/componentes/_custom-page.scss */
  .col-star {
    margin-right: 10px;
  }
  /* line 890, ../sass/componentes/_custom-page.scss */
  .col-star span {
    font-size: 20px;
  }

  /* line 895, ../sass/componentes/_custom-page.scss */
  .col-notification span {
    font-size: 15px;
    right: 18px;
  }

  /* line 902, ../sass/componentes/_custom-page.scss */
  .date-cursos .item .title {
    margin: 10px 0;
  }
  /* line 905, ../sass/componentes/_custom-page.scss */
  .date-cursos .item p {
    line-height: 15px;
    font-size: 16px;
  }

  /* line 910, ../sass/componentes/_custom-page.scss */
  h2.title-perfil {
    font-size: 30px !important;
    margin: 10px 0 20px 0;
  }

  /* line 915, ../sass/componentes/_custom-page.scss */
  .date-cursos .item .dropdown-toggle {
    padding: 10px 0 10px 90px;
  }
  /* line 918, ../sass/componentes/_custom-page.scss */
  .date-cursos .item .dropdown-block .itens-download {
    padding: 10px;
  }

  /* line 922, ../sass/componentes/_custom-page.scss */
  .ranking {
    padding: 0;
    margin-bottom: 0;
  }
  /* line 926, ../sass/componentes/_custom-page.scss */
  .ranking .position {
    max-width: 100%;
  }
  /* line 930, ../sass/componentes/_custom-page.scss */
  .ranking .avatar {
    margin: 20px 0 -10px;
    display: block;
  }
  /* line 934, ../sass/componentes/_custom-page.scss */
  .ranking .avatar1 {
    margin-top: 50px;
  }
  /* line 937, ../sass/componentes/_custom-page.scss */
  .ranking .avatar3 {
    margin-top: 150px;
  }

  /* line 941, ../sass/componentes/_custom-page.scss */
  .table > thead > tr > th,
  .table > tbody > tr > td,
  .ranking .item {
    font-size: 14px;
  }

  .conquistas p {
    text-align: center !important;
  }

  /* line 944, ../sass/componentes/_custom-page.scss */
  .content-site .btn {
    font-size: 20px;
    padding: 7px 25px;
    margin: 0 10px 0 0;
  }

  /* line 950, ../sass/componentes/_custom-page.scss */
  .conquistas .title {
    text-align: center;
    margin: 40px 0 20px;
  }
  /* line 954, ../sass/componentes/_custom-page.scss */
  .conquistas .itens li {
    margin: 0 20px 20px;
  }
  /* line 957, ../sass/componentes/_custom-page.scss */
  .conquistas .itens li .over {
    display: none;
    width: auto;
  }
  .conquistas .itens li:hover .over {
    opacity: 0;
    overflow: hidden;
  }
}
@media (max-width: 615px) {
  /* line 964, ../sass/componentes/_custom-page.scss */
  h2.header-title {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 21px;
  }

  /* line 971, ../sass/componentes/_custom-page.scss */
  .container-subtitle .subtitle-aula {
    text-align: center;
    width: 100%;
    padding: 0;
  }
  /* line 976, ../sass/componentes/_custom-page.scss */
  .container-subtitle .subtitle-aula img,
  .container-subtitle .subtitle-aula h3 {
    float: none;
    display: inline-block;
  }
  /* line 981, ../sass/componentes/_custom-page.scss */
  .container-subtitle .subtitle-aula img {
    margin: -15px 0 0;
  }

  /* line 987, ../sass/componentes/_custom-page.scss */
  div.container-subtitle h3.detalhe {
    float: left;
    width: 230px;
  }

  /* line 992, ../sass/componentes/_custom-page.scss */
  .content-site .box-buttons .btn-comment,
  .content-site .box-buttons .btn-video {
    width: 100%;
    margin: 0 0 22px;
  }
  /* line 996, ../sass/componentes/_custom-page.scss */
  .content-site .box-buttons .btn-video {
    text-indent: 110px;
    text-align: left;
  }

  /* line 1002, ../sass/componentes/_custom-page.scss */
  .radio_custom.question-right .warning-response .warning {
    margin: 0 0 10px;
  }
}

.scrtabs-tab-scroll-arrow {
  color: #00a4e2 !important;
  border: 0 !important;
}
@media (min-width: 615px) {
  /* line 1009, ../sass/componentes/_custom-page.scss */
  .main:before {
    content: "";
    height: 100%;
    width: 283px;
    background: #012d52;
    position: absolute;
    top: 0;
    left: -283px;
  }
  /* line 1019, ../sass/componentes/_custom-page.scss */
  .main .content-aulas {
  }
}
@media (min-width: 1300px) {
  /* line 1026, ../sass/componentes/_custom-page.scss */
  .container-content-cadernos .btn {
    width: 100%;
    padding: 7px 0;
  }
}
@media (max-width: 1320px) {
  /* line 1033, ../sass/componentes/_custom-page.scss */
  h2.title-perfil {
    font-size: 20px;
  }

  /* line 1036, ../sass/componentes/_custom-page.scss */
  img.img-content-perfil {
    margin-right: 8px;
    width: 28px;
  }
}
@media (max-width: 1150px) {
  /* line 1045, ../sass/componentes/_custom-page.scss */
  .result-finish .box .line {
    display: none;
  }

  /* line 1050, ../sass/componentes/_custom-page.scss */
  .content-site {
    padding: 0 50px;
  }
}
@media (max-width: 950px) {
  /* line 1058, ../sass/componentes/_custom-page.scss */
  .result-finish .box .image {
    width: 80px;
  }
  /* line 1061, ../sass/componentes/_custom-page.scss */
  .result-finish .box p.text {
    padding-left: 25px;
    font-size: 15px;
  }
}
@media (max-width: 850px) {
  /* line 1072, ../sass/componentes/_custom-page.scss */
  .result-finish .box p.text {
    padding-left: 0;
    width: 350px;
    font-size: 15px;
  }
}
@media (max-width: 415px) {
  .content-simulados {
    padding: 0 !important;
  }

  .tabs-custom > li {
    display: block;
    float: left;
  }

  .text-resultado-simulado {
    margin-top: 0 !important;
    float: left !important;
    width: 100% !important;
  }

  .date-cursos .item .title {
    margin-right: 10px !important;
  }

  .date-cursos .item .dropdown-block .itens-download li {
    margin: 0 10px 5px 10px !important;
  }

  /* line 1081, ../sass/componentes/_custom-page.scss */
  .main {
    float: left;
    width: 100%;
  }

  .content-site .timer img {
    left: 0 !important;
  }

  .btnNext {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }

  /* line 1084, ../sass/componentes/_custom-page.scss */
  .content-site {
    padding: 0 30px;
  }

  /* line 1087, ../sass/componentes/_custom-page.scss */
  .result-finish .box {
    margin-bottom: 20px;
  }
  /* line 1090, ../sass/componentes/_custom-page.scss */
  .result-finish .box .image {
    float: none;
    display: block;
    width: 100px;
    margin: 0 auto 15px;
    position: relative;
  }
  /* line 1097, ../sass/componentes/_custom-page.scss */
  .result-finish .box p.text,
  .result-finish .box p.nota {
    position: relative;
    width: 100%;
    text-align: center;
  }
  /* line 1102, ../sass/componentes/_custom-page.scss */
  .result-finish .box p.nota {
    font-size: 27px;
    padding: 10px 0;
    height: auto;
  }

  /* line 1108, ../sass/componentes/_custom-page.scss */
  .footer {
    height: auto;
    font-size: 13px;
  }

  /* line 1112, ../sass/componentes/_custom-page.scss */
  h2.header-title {
    margin: 0;
  }

  /* line 1115, ../sass/componentes/_custom-page.scss */
  .tabs-custom > li a {
    padding: 0 15px;
  }

  /* line 1119, ../sass/componentes/_custom-page.scss */
  .content-site .timer {
    width: 100%;
    text-align: center;
  }
  /* line 1123, ../sass/componentes/_custom-page.scss */
  .content-site .timer .icon {
    display: inline-block;
    float: none;
  }

  /* line 1128, ../sass/componentes/_custom-page.scss */
  .content-site .btn.btn-grey {
    width: auto;
    margin: 9px 0 10px;
  }
}
@media (max-width: 390px) {
  /* line 1135, ../sass/componentes/_custom-page.scss */
  .content-site {
    padding: 0;
  }
}
