/**
 * Project: Descomplica Tim
 * Author: André Melo - https://andremelo.net
 */
/** --------------------------------------------------------
 ** Font Face
 ** ----------------------------------------------------- */
@font-face {
  font-family: 'Aprova Nova';
  src: url('../fonts/AprovaNova/AprovaNova-Black.eot');
  src: url('../fonts/AprovaNova/AprovaNova-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AprovaNova/AprovaNova-Black.woff2') format('woff2'),
    url('../fonts/AprovaNova/AprovaNova-Black.woff') format('woff'),
    url('../fonts/AprovaNova/AprovaNova-Black.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aprova Nova';
  src: url('../fonts/AprovaNova/AprovaNova-Regular.eot');
  src: url('../fonts/AprovaNova/AprovaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AprovaNova/AprovaNova-Regular.woff2') format('woff2'),
    url('../fonts/AprovaNova/AprovaNova-Regular.woff') format('woff'),
    url('../fonts/AprovaNova/AprovaNova-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aprova Nova';
  src: url('../fonts/AprovaNova/AprovaNova-Bold.eot');
  src: url('../fonts/AprovaNova/AprovaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AprovaNova/AprovaNova-Bold.woff2') format('woff2'),
    url('../fonts/AprovaNova/AprovaNova-Bold.woff') format('woff'),
    url('../fonts/AprovaNova/AprovaNova-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vanguard CF';
  src: url('../fonts/VanguardCF/VanguardCF-Bold.eot');
  src: url('../fonts/VanguardCF/VanguardCF-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/VanguardCF/VanguardCF-Bold.woff2') format('woff2'),
    url('../fonts/VanguardCF/VanguardCF-Bold.woff') format('woff'),
    url('../fonts/VanguardCF/VanguardCF-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/** --------------------------------------------------------
 ** General Styles
 ** ----------------------------------------------------- */
body {
  font: normal 20px 'Aprova Nova', Helvetica, Arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 80px;
}

a,
.transition,
.nav-link,
.btn {
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a {
  text-decoration: none;
}

.btn,
.btn:hover {
  border: 1px solid #fff;
  border-radius: 80px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 4px 15px;
}

.btn:hover {
  opacity: 0.7;
}

.btn-default,
.btn-default:hover .btn-default:disabled {
  background-color: #00E78E !important;
  border: none !important;
  color: #004691 !important;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 25px;
}

.section-description {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

/** --------------------------------------------------------
 ** Header
 ** ----------------------------------------------------- */
#header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.bg-dark {
  background-color: #1f1f1f !important;
  padding: 17px 0;
}

.nav-link {
  color: #fff;
  font-size: 16px;
}

.nav-link:hover {
  color: #fff;
  opacity: 0.7;
}

.nav-item.item-enem .nav-link {
  color: #00E78E;
  font-weight: 700;
}

.header .utils ul {
  margin: 0;
}

.header .utils ul .btn {
  font-weight: 400;
}

.header .utils ul .btn-default {
  color: #1f1f1f !important;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler span {
  background-color: #fff;
  border-radius: 9px;
  display: block;
  height: 4px;
  margin: 4px 0;
  width: 32px;
}

.navbar-brand {
  width: 207px;
  height: 47px;
}
.navbar>.container {
  max-width: 1200px;
}
/** --------------------------------------------------------
 ** Initial
 ** ----------------------------------------------------- */
body.initial {
  margin: 0;
  padding-top: 80px;
}

.initial .hellobar {
  padding: 9px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.initial .hellobar .btn-close {
  top: 15px;
}

.initial #header {
  top: 0;
}

.initial.hellobar-active #header {
  top: 86px;
}

.blackfridaybar {
  width: 100%;
  background-color: #00E88F;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 21px 0;
  text-align: center;
  font-size: 15px;
  color: #000;
}

.blackfridaybar p {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  line-height: 120%;
}
.blackfridaybar p.last {
  font-size: 15px;
  margin-top: 7px;
}
.blackfridaybar .countdown {
  margin-left: 5px;
}
.blackfridaybar .countdown span {
  font-weight: 700;
}

/** --------------------------------------------------------
 ** Home
 ** ----------------------------------------------------- */
.home {
  background-color: #054691;
  color: #fff;
  position: relative;
}

.home::after,
.home::before {
  background-repeat: no-repeat;
  content: '';
  display: none;
  position: absolute;
}

.home::before {
  background-image: url(../img/home-left.png);
  background-position: center top;
  bottom: 0;
  height: 120px;
  left: 0;
  width: 80px;
}

.home::after {
  background-image: url(../img/home-right.png);
  background-position: center bottom;
  height: 146px;
  right: 0;
  top: 0;
  width: 90px;
}

.home .box {
  position: relative;
  z-index: 99;
}

.home .box .section-description {
  line-height: 34px;
  text-align: left;
}

.home .box .section-description li {
  background: transparent url(../img/home-bullet.svg) no-repeat left 10px;
  padding: 0 0 0 34px;
}

.home .section-title,
.home .section-description {
  margin: 0 0 30px 0;
}

.home .section-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 50px
}

.home .section-title strong {
  font-weight: 700;
}

.home .section-title span,
.plans .section-title span {
  color: #00E78E;
  font-weight: 400;
}

.home .btn {
  border-width: 2px;
  font-size: 20px;
  padding: 13px 67px;
  width: 100%;
}

.home .buttons .list-inline-item {
  margin-bottom: 12px;
  width: 100%;
}

.home .col-img {
  display: flex;
  align-items: center;
}

/** --------------------------------------------------------
 ** Enem
 ** ----------------------------------------------------- */
.enem {
  background-color: #004691;
  color: #fff;
  padding: 70px 0 50px 0;
  position: relative;
}

.enem .section-title {
  font-family: 'Vanguard CF', Helvetica, Arial;
  font-size: 42px;
  line-height: 42px;
}

.enem::after {
  background-color: #054691;
  bottom: 0;
  content: "";
  display: block;
  height: 70px;
  left: 0;
  position: absolute;
  width: 100%;
}

.enem .powered {
  border-top: 1px solid #00E78E;
  font-size: 16px;
  margin: 35px 0 45px 0;
  padding-top: 25px;
  text-align: center;
}

.enem .powered img {
  margin-left: 12px;
  width: 189px;
}

.enem .img-enem {
  z-index: 99;
}

.enem .card {
  border: none;
  border-radius: 32px;
  color: #004691;
  font-size: 20px;
  height: auto !important;
  margin-bottom: 20px;
}

.enem .card .card-body {
  padding: 40px 20px;
}

.enem .card-title {
  font-weight: 700;
  margin-bottom: 30px;
}

.enem .source {
  font-size: 14px;
  line-height: 20px;
  margin-top: 40px;
}

.enem .title-colors {
  font-family: 'Aprova Nova', Helvetica, Arial;
  font-size: 42px;
  line-height: 44px;
  margin-top: 80px;
}

.enem .description-colors {
  margin: 30px 0 75px 0;
}

.blue {
  color: #0573E9;
}

.green {
  color: #00E88F;
}

.enem .video-container {
  position: relative;
  z-index: 99;
}

/** --------------------------------------------------------
 ** Plans
 ** ----------------------------------------------------- */
.plans {
  background-color: #111111;
  color: #fff;
  padding: 70px 0 0 0;
}
.faculdade .plans {
  background-color: #044690;
}

.plans.black {
  background-color: #111111;
}

.plans .section-title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}

.plans .section-description {
  margin-bottom: 75px;
}

.plans .card {
  border: none;
  border-radius: 24px;
  color: #000;
  overflow: hidden;
  border: 4px solid #fff;
}

.plans .card .card-header {
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 700;
  height: 36px;
  line-height: 18px;
  text-align: center;
}

.plans .card .card-header p {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
}

.plans .card .card-header p img {
  margin-left: 8px;
}

.plans .card.exclusive.first {
  border-color: #00E88F;
  background-color: #00E88F;
}

.plans .card.exclusive.first .card-header {
  background-color: #00E88F;
}

.plans .card.exclusive.first .btn {
  background-color: #00E88F;
}

.plans .card.exclusive.border {
  border: 4px solid #fff !important;
  border-color: #ECECEC !important;
  background-color: #ECECEC;
}

.plans .card.exclusive.border .card-header {
  background-color: #ECECEC;
  color: #004691;
}

.plans .card.exclusive.second .btn {
  border-color: #004691;
  border-width: 2px;
  color: #004691;
}

.plans .card .card-body {
  padding: 40px 20px;
  background-color: #fff;
}

.plans .card .card-body.first {
  padding: 0 20px 40px;
}

.plans .card .card-title {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
  color: #004691;
}

.plans .card .price-wrap {
  color: #004691;
}

.plans .card .price-wrap .tag {
  display: block;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  border: 1px solid #004691;
  border-radius: 6px;
  padding: 3px 10px;
  margin: 10px 0 7px;
}

.card-toggle-wrap {
  border: 2px solid #00E88F;
  border-radius: 8px;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}
.card-toggle-wrap .info {
  display: inline-block;
  text-indent: -9999px;
  background: transparent url(../img/ico-info.svg) no-repeat center center;
  width: 26px;
  height: 26px;
}
.form-check-input {
  border: none;
  background-color: #D9D9D9;
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #00E88F;
}
.form-switch .form-check-input {
  width: 33px;
  height: 18px;
}
.form-switch .form-check-input,
.form-switch .form-check-input:focus {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><circle r="3" fill="%23999"/></svg>');
}
.form-check-input:checked:focus {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><circle r="3" fill="%23F5F5F5"/></svg>');
}
.form-switch .form-check-label {
  font-size: 15px;
  margin-left: -8px;
}
.card-toggle-wrap .discount {
  font-size: 15px;
  font-weight: 700;
  color: #999;
}
.card-toggle-wrap.on .discount {
  color: #111111;
}
.custom-tooltip {
  font-size: 16px;
}


.initial .plans .card .price-wrap {
  margin-bottom: 11px;
}

.initial .plans .card .price-wrap.free .value {
  position: relative;
  top: 0;
}

.plans .card .price {
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.plans .card .price .img-badge {
  position: absolute;
  right: 0;
  top: -35px;
}

.plans .card .price .old {
  font-size: 16px;
  font-weight: 400;
}

.plans .card .price .old.strike,
.plans .card .price .strike {
  text-decoration: line-through;
}

.plans .card .price .new {
  display: block;
  font-size: 30px;
  font-weight: 800;
  position: relative;
}

.plans .card .price .new small {
  font-size: 16px;
  margin-right: 8px;
}

.plans .card .price .new .complement {
  display: block;
  font-size: 16px;
  line-height: 22px;
  list-style: 20px;
}

.plans .card .price .new .percent {
  background-color: #004691;
  border-radius: 6px;
  color: #fff;
  /* float: right; */
  font-size: 14px;
  font-weight: 700;
  margin-left: 14px;
  padding: 7px 12px;
  position: absolute;
}

.initial .plans .card .price .new .percent {
  background-color: #004691;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-left: 14px;
  padding: 7px 12px;
  position: absolute;
}

.plans .card .btn {
  margin: 0 0 20px 0;
  padding: 12px;
  width: 100%;
}

.plans .card ul {
  margin: 0;
}

.plans .card ul li {
  background: transparent url(../img/plans-bullet.svg) no-repeat left center;
  color: #3B5266;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
  padding: 0 0 0 23px;
}

.plans .card small.certificate {
  background: transparent url(../img/ico-certified.svg) no-repeat left center;
  background-size: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #3B5266;
  display: block;
  padding: 0 0 0 17px;
}

.plans .card small.access {
  font-size: 20px;
  text-align: center;
  display: block;
  color: #18478C;
  font-weight: 700;
  margin-bottom: 20px;
}

.plans .card ul li.special {
  background: transparent url(../img/plans-bullet-special.svg) no-repeat left center;
  color: #004691;
  font-weight: bold;
}

.plans .card ul li.strike {
  background: transparent url(../img/plans-bullet-strike.svg) no-repeat left center;
  color: #9E9E9E;
  text-decoration: line-through;
}

.plans .card .card-footer {
  background-color: #fff;
  border: 4px solid #fff;
  color: #004691;
  font-size: 12px;
  line-height: 16px;
  padding: 0 25px 25px 25px;
  text-align: center;
}

.plans .card .card-footer p {
  margin: 0;
}

.plans .card .card-footer strong {
  display: block;
}

.plans .text-final {
  margin: 50px 0;
}

.plans .box-trial {
  background-color: #191A1A;
  border-radius: 20px;
  text-align: center;
  max-width: 768px;
  padding: 30px 20px;
  margin: 0 auto 70px;
}
.plans .box-trial {
  background-color: #191A1A;
}

.plans .box-trial .text {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

.plans .box-trial .text span {
  color: #00E88F;
}

.plans .box-trial .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.plans .box-trial .buttons .btn {
  min-width: 258px;
  display: inline-flex;
  justify-content: center;
  border-radius: 40px;
  background-color: #00E88F;
  padding: 20px 28px;
}

@media(max-width: 768px) {
  .plans .box-trial {
    width: fit-content;
    margin: 0 15px 70px;
  }

  .plans .box-trial .buttons .btn {
    min-width: 100%;
  }
}

/** --------------------------------------------------------
 ** Hello bar
 ** ----------------------------------------------------- */
.hellobar {
  background-color: #00E88F;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 21px 0;
  text-align: center;
  font-size: 15px;
  color: #000;
  top: 0;
  left: 0;
}

.hellobar p {
  margin: 0;
  line-height: 18px;
}

.hellobar p.countdown-wrap {
  margin-bottom: 0;
}

.hellobar .countdown {
  display: block;
  font-weight: bold;
  margin-top: 6px;
}

.hellobar img {
  margin: 0 5px;
  position: relative;
  top: -3px;
}

.hellobar .btn-default {
  color: #000 !important;
  font-weight: 400;
  text-decoration: underline;
}

.hellobar .btn-close {
  background: transparent url(../img/ico-close-black.svg) no-repeat center center;
  top: 7px;
  right: 7px;
  padding: 4px;
  background-size: 17px;
}

/** --------------------------------------------------------
 ** Not Customer
 ** ----------------------------------------------------- */
.not-customer {
  padding: 60px 0;
  color: #fff;
}

.not-customer .banner {
  background-color: #0616D9;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.not-customer .banner .box {
  padding: 48px 38px 0 38px;
  position: relative;
  z-index: 99;
}

.not-customer .banner .box .section-title {
  font-size: 32px;
  line-height: 28px;
  margin-bottom: 20px;
}

.not-customer .banner .box .section-description {
  margin-bottom: 25px;
}

.not-customer .banner .box .section-description br {
  display: none;
}

.not-customer .banner .box .btn {
  border-width: 2px;
  margin: 0 0 5px 0;
  padding: 12px 65px;
  width: 100%;
}

.not-customer .banner .img-not-customer {
  width: 100%;
}

.not-customer .banner.no-image {
  background-color: #004691;
}

.not-customer .banner.no-image .box {
  padding: 45px 40px;
}

.not-customer .banner.no-image .logo-descomplica-tim {
  max-width: 185px;
  height: auto;
  margin-bottom: 15px;
}

.not-customer .banner.no-image .section-title-wrap {
  margin-bottom: 20px;
  text-align: center;
}

.not-customer .banner.no-image .section-title {
  margin: 0;
}

.not-customer .banner.no-image .section-title,
.not-customer .banner.no-image .section-description {
  display: inline;
  font-size: 18px;
  line-height: 24px;
}

.not-customer .banner.no-image .btn {
  background-color: #00E78E;
  border: none;
  color: #004691;
  font-size: 18px;
  padding: 15px 44px;
}

/** --------------------------------------------------------
 ** FAQ
 ** ----------------------------------------------------- */
.faq {
  padding: 20px 0 140px 0;
  color: #3B5266;
}

.faq .section-title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 25px;
}

.faq .accordion-item {
  border: none;
  margin-bottom: 20px;
}

.faq .accordion-button,
.faq .accordion-collapse {
  background-color: #f2f2f2;
  border: none !important;
}

.faq .accordion-button {
  color: #3B5266;
  font-size: 14px;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button::after {
  background-image: url(../img/faq-bullet-positive.svg);
  background-size: cover;
  height: 12px;
  width: 12px;
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: url(../img/faq-bullet-negative.svg);
  background-position: center;
  background-size: unset;
  transform: none;
}

.faq .accordion-body {
  color: #3B5266;
  padding-right: 45px;
  font-size: 14px;
}

.faq .accordion-body a {
  color: inherit;
  text-decoration: underline;
}

.faq .accordion-body p {
  margin-bottom: 30px;
}

.faq .accordion-body ul {
  padding-left: 20px;
}

.faq .talk {
  color: #3B5266;
  font-size: 14px;
}

.faq .talk a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

/** --------------------------------------------------------
 ** Footer
 ** ----------------------------------------------------- */
.footer .accordion {
  margin-top: 45px;
}

.footer .accordion-button:focus,
.footer .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
  color: #000;
}

.footer .accordion-header {
  font-size: 16px;
  line-height: 19px;
}

.footer .accordion-header .accordion-button {
  padding: 10px 0;
}

.footer .accordion-header span {
  display: none;
}

.footer .accordion-collapse {
  font-size: 12px;
  line-height: 24px;
}

.footer .accordion-collapse a {
  color: #666666;
}

.footer .accordion-item.app .accordion-header span,
.footer .accordion-item.app .accordion-collapse {
  display: block;
}

.footer .menu a {
  color: #717D81;
  font-size: 12px;
}

.footer .menu .descomplica {
  display: none;
}

/** --------------------------------------------------------
 ** Carreira
 ** ----------------------------------------------------- */
body.carreira {
  margin-top: 0px;
}

.carreira .hellobar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 300;
}

.carreira #header {
  position: relative;
  z-index: 90;
}

.carreira .home::before,
.carreira .home::after {
  display: none;
}

.carreira .home {
  padding: 35px 0 0 0;
}

.carreira .home .box .section-description {
  text-align: center;
  font-size: 16px;
  margin: 0;
}

.carreira .home .section-title {
  margin: 0 0 18px 0;
  line-height: 35px;
}

.carreira .home .box .section-description {
  line-height: 26px;
}

.carreira .home .btn-default {
  padding: 13px 65px;
}

.carreira .home .plans .btn-default {
  padding: 13px 20px;
}

.carreira .plans {
  background-color: #054691;
  position: relative;
  padding: 38px 0 100px 0;
}

.carreira .plans .container {
  position: relative;
  z-index: 3;
}

.carreira .plans .section-description {
  margin-bottom: 40px;
}

.carreira .plans .card.exclusive.first,
.carreira .plans .card.exclusive.second,
.carreira .plans .card.exclusive.third {
  border-color: #ECECEC;
}

.carreira .plans .card.exclusive.first .card-header,
.carreira .plans .card.exclusive.second .card-header,
.carreira .plans .card.exclusive.third .card-header {
  background-color: #ECECEC;
  color: #004691;
}

.carreira .plans .card .card-body {
  padding: 10px;
}

.carreira .plans .card .price-wrap {
  min-height: 170px;
}

.carreira .plans .card .price-wrap .card-title {
  font-size: 18px;
  height: 52px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.carreira .plans .card .card-footer {
  font-size: 10px;
  padding: 0 10px 10px 10px;
}

.plans .tag-new {
  padding: 10px;
  position: absolute;
  z-index: 900;
  right: -20px;
  top: 10px;
}


.plans .tag-new span {
  z-index: 900;
  color: #000;
  font-weight: 800;
  line-height: 50px;
  margin-left: -5px;
  position: relative;
}

.home .plans .tag-new {
  right: -30px;
  top: 75px;
}

.ofertas-e-planos #ofertas-e-planos.plans .tag-new {
  right: -5px;
  top: 75px;
}

.initial #ofertas-e-planos.plans .tag-new {
  right: -15px;
  top: 125px;
}

.carreira .plans .card .price .old {
  color: #3B5266;
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.carreira .plans .card .price .new {
  font-size: 28px;
  line-height: 28px;
}

.carreira .plans .card.exclusive.third .btn {
  background-color: #00E78E;
  border: none;
  margin-bottom: 0;
}

.carreira .plans .tag-new {
  top: 72px;
  right: 40px;
}
.carreira .plans .tag-new img {
  width: 70px;
  height: auto;
}

.carreira .section.not-customer.no-image {
  padding-top: 0;
}

.carreira .plans .card ul li {
  font-size: 12px;
  padding: 0 0 0 17px;
}

.carreira .carousel-indicators {
  position: relative;
  bottom: auto;
  margin-top: 5px;
}
.carreira .carousel-indicators [data-bs-target] {
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.carreira .carousel-indicators .active {
  background-color: #00E88F;
}

.carreira .form-select {
  background-image: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.6049 19.7285C12.9947 19.1183 12.0053 19.1183 11.3951 19.7285C10.785 20.3387 10.785 21.328 11.3951 21.9382L23.8951 34.4382C24.5053 35.0484 25.4947 35.0484 26.1049 34.4382L38.6049 21.9382C39.215 21.328 39.215 20.3387 38.6049 19.7285C37.9947 19.1183 37.0053 19.1183 36.3951 19.7285L25 31.1236L13.6049 19.7285Z" fill="%2300E88F"/><circle cx="25" cy="25" r="23.5" stroke="%2300E88F" stroke-width="3"/></svg>');
}

.home.hero-card .plans .card {
  min-height: 442px;
  height: auto !important;
}

.home.hero-card .plans .card .price-wrap {
  min-height: 140px;
}

.home.hero-card .plans .card .price {
  margin-bottom: 20px;
}

.home.hero-card .plans .card .price .new {
  line-height: normal;
}

.home.hero-card .plans {
  padding: 0;
  background-color: #004691;
}

.home.hero-card .plans::after {
  height: 0;
}

.home.hero-card .plans .card.exclusive.first .btn  {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .home.hero-card .plans::after {
    height: 0;
  }

  .home.hero-card {
    height: auto;
    min-height: auto;
  }

  .home.hero-card .section-title {
    margin-top: 0;
  }

  .home.hero-card .plans.blue {
    background-color: #004691;
  }

  .home.hero-card .card {
    max-width: 325px;
  }

  .home.hero-card .col-img img {
    width: auto;
    left: auto;
  }
  .carreira .plans .card {
    width: 100%;
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .home.hero-card .plans::after {
    height: 0;
  }

  .home.hero-card .col-img img {
    position: relative;
  }
}

/** --------------------------------------------------------
 ** Modal
 ** ----------------------------------------------------- */
.modal-content {
  border-radius: 16px;
  padding-top: 65px;
}

.modal-content .section-title {
  color: #004691;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 10px;
}

.modal-content .text {
  color: #3B5266;
  font-size: 16px;
}

.modal-content .form {
  max-width: 420px;
  margin: 0 auto;
}

.modal-content .form .form-input {
  display: block;
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  background-size: 25px 20px;
  border-color: #969A9C;
  color: #666666;
  font-size: 20px;
  padding: 12px;
}

.modal-content .form .checkbox-container {
  display: flex;
  gap: 10px;
}

.modal-content .form .form-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #191A1A;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  display: grid;
  place-content: center;
  padding: 10px;
}

.modal-content .form .form-checkbox::before {
  content: "";
  width: 14px;
  height: 14px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #00E78E;
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.modal-content .form .form-checkbox:checked::before {
  transform: scale(1);
}

.modal-content .form .form-label {
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
}

.modal-content .form .form-label a {
  color: #313335;
  text-decoration: underline;
}

.modal-content .form .form-select {
  background-size: 25px 20px;
  border-color: #969A9C;
  color: #666666;
  font-size: 20px;
  padding: 12px;
}

.modal-content .form .form-select:focus {
  box-shadow: none;
}

.modal-content .form .btn-default {
  padding: 13px 32px;
  font-size: 20px;
}

.modal-content .form .btn-default:disabled {
  background-color: initial;
  color: initial;
}

.btn-close {
  background: transparent url(../img/ico-close.svg) no-repeat center center;
  color: #3B5266;
  height: 13px;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 13px;
  z-index: 99;
}

/** --------------------------------------------------------
 ** Ofertas e planos
 ** ----------------------------------------------------- */
.ofertas-e-planos .home .plans {
  padding: 0;
}
.ofertas-e-planos .home .plans.blue {
  background-color: #004691;
}

.ofertas-e-planos .home .plans .card {
  height: auto !important;
}

.ofertas-e-planos .home .link {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.ofertas-e-planos .plans .card .price-wrap {
  margin-bottom: 11px;
}

.plans .nav-tabs {
  border-bottom: none;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 8px;
}

.plans .nav-tabs .nav-link {
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: #000;
  flex: 50%;
  font-size: 14px;
  padding: 12px;
  width: 100%;
}

.plans .nav-tabs .nav-link.active {
  background-color: #00E78E;
  color: #000;
  font-weight: bold;
}

/** --------------------------------------------------------
 ** Faculdade
 ** ----------------------------------------------------- */
body.faculdade {
  margin: 0;
}

body.faculdade.active {
  padding-top: 92px;
}

.faculdade #header {
  position: relative;
  z-index: 90;
}

.faculdade .hellobar {
  font-size: 15px;
  left: 0;
  padding: 15px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.faculdade .hellobar .copy-wrap {
  position: relative;
}

.faculdade .home::before,
.faculdade .home::after {
  display: none;
}

.faculdade .home .section-title {
  color: #00E88F;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.faculdade .home .section-subtitle {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 13px;
}

.faculdade .home .section-description {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 46px;
}

.faculdade .plans .section-description {
  font-size: 18px;
}

.faculdade .plans .section-description a {
  color: #fff;
  text-decoration: underline;
}

.faculdade .plans .section-description .badge {
  background-color: #004691;
  border-radius: 6px;
  font-weight: bold;
  padding: 6px 9px;
  cursor: pointer;
}

.faculdade .plans .green {
  font-weight: 500;
}

.faculdade .plans .section-description {
  font-size: 18px;
}

.faculdade .plans .btn-copy {
  background-color: #eb0728;
  border-radius: 3px;
  padding: 5px 4px;
  font-weight: bold;
  cursor: pointer;
}

.faculdade .plans .card .price-wrap {
  min-height: 170px;
}

.faculdade .plans .card ul {
  margin-bottom: 30px;
}

.faculdade .about {
  background-color: #191A1A;
  color: #fff;
  padding: 130px 0;
}

.faculdade .about .img-badge {
  position: absolute;
  display: block;
  right: 23px;
  top: -16px;
  width: 49px;
  z-index: 9;
}

.faculdade .about .section-title {
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 33px;
}

.faculdade .about ul {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 60px;
}

.faculdade .about ul li {
  margin-bottom: 16px;
  display: flex;
}

.faculdade .about ul li .ico {
  margin-right: 9px;
}

.faculdade .about .btn-default {
  padding: 12px 53px;
}

.faculdade .about .col-video .btn-default {
  margin-top: 60px;
}

.faculdade .not-customer .banner .box .section-title {
  font-size: 30px;
}

/** --------------------------------------------------------
 ** Media queries
 ** ----------------------------------------------------- */
@media(max-width: 350px) {
  .plans .card.third .card-title {
    font-size: 19px;
  }
}

@media(max-width: 480px) {
  .home .section-title span {
    font-size: 18px;
  }
  .plans .card .price .old {
    font-size: 14px;
  }

  .plans .card .price .new {
    font-size: 27px;
    margin-top: 10px;
  }

  .plans .card .price .new small {
    font-size: 13px;
  }

  .faculdade .home .section-description br {
    display: none;
  }
}

@media(min-width: 469px) {
  .enem::after {
    height: 110px;
  }
}

@media(max-width: 767px) {
  .home .section-title br {
    display: none;
  }

  .home .col-img {
    left: 50%;
    margin-left: -50vw;
    max-width: unset;
    padding: 0;
    position: relative;
    width: 100vw;
  }

  .home .col-img img {
    width: 100%;
  }

  .enem .section-title {
    font-size: 32px;
    line-height: 32px;
    padding: 0 10px;
  }

  .enem .section-title br {
    display: none;
  }

  .plans .card .price .img-badge {
    max-width: 73px;
    top: -20px;
  }

  .footer #accordionFooter .accordion-item:last-child {
    border-bottom: 1px solid rgb(222, 226, 230);
  }

  .footer #accordionFooterB {
    margin-top: 0;
  }

  .footer .accordion-item .accordion-body {
    padding-top: 0;
  }

  .footer .accordion-item.app span {
    margin: 20px 0;
  }

  .footer .accordion-item.app ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer .menu {
    border-bottom: 1px solid #E1E1E1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 85px;
    margin-bottom: 13px;
    padding-bottom: 10px;
  }

  .footer .social {
    display: flex;
    justify-content: space-between;
  }

  .ofertas-e-planos .home {
    padding-bottom: 65px;
  }

  .ofertas-e-planos .home .col-img {
    left: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 15px;
    position: relative;
    width: auto;
  }

  .ofertas-e-planos .home .col-img img {
    width: auto;
    position: relative;
    margin: 0;
  }

  .faculdade .home .section-title br {
    display: block;
  }

  .carreira .plans .carousel .carousel-item .card {
    min-height: 536px;
  }

  .carreira .plans .card .price-wrap {
    margin-bottom: 20px;
  } 

  .carreira .plans .card .price {
    text-align: center;
  }

  .carreira .plans .carousel .card .btn {
    max-width: 90%;
  }

  .carreira .plans .carousel .tag-new {
    top: 75px;
    right: -11px;
  }

  .carreira .plans .carousel .tag-new img {
    width: 65px;
  }

  .carreira .plans .carousel-control-next-icon,
  .carreira .plans .carousel-control-prev-icon {
    background: transparent url(../img/ico-arrow-right-green.svg) no-repeat center center;  
    margin-top: -105px;
  }

  .carreira .plans .carousel-control-prev-icon {
    transform: rotate(180deg);
  }
  .carreira .plans .carousel-control-next,
  .carreira .plans .carousel-control-prev {
    opacity: 1;
  }
  .carreira .plans .carousel-control-next {
    right: -15px;  
  }
  .carreira .plans .carousel-control-prev {
    left: -15px;
  }
}

@media(min-width: 768px) {
  .home {
    height: 470px;
  }

  .home .section-title span {
    font-size: 26px;
  }

  .home .buttons .list-inline-item,
  .home .btn {
    width: auto;
  }

  .home .btn {
    border-width: 1px;
    font-size: 16px;
    padding: 10px 28px;
  }

  .home .section-title {
    font-size: 32px;
    line-height: 40px;
    margin-top: 70px;
  }

  .home .col-img img {
    position: absolute;
    bottom: 0;
    width: 54%;
    left: 45%;
  }

  .enem {
    padding: 70px 0 100px 0;
  }

  .enem::after {
    height: 0;
  }

  .enem .powered {
    font-size: 20px;
    text-align: left;
  }

  .enem .powered img {
    width: auto;
  }

  .enem .img-enem {
    bottom: -19px;
    position: absolute;
    right: 30px;
    width: 300px;
  }

  .enem .card {
    height: 100% !important;
  }

  .enem .card-body {
    padding: 40px 30px;
  }

  .enem .source {
    font-size: 16px;
    line-height: 24px;
  }

  .hellobar {
    font-size: 18px;
    line-height: 21px;
  }

  .hellobar .countdown {
    display: inline-block;
    margin-top: 0;
  }

  .plans {
    padding: 100px 0 0 0;
  }

  .plans .card .card-title {
    font-size: 22px;
  }

  .plans .section-title {
    font-size: 42px;
    line-height: 42px;
  }

  .plans .card .card-body {
    padding: 20px 20px 30px 20px;
  }

  .plans .card .price .new {
    font-size: 32px;
  }
  .plans .card .price .new .percent {
    font-size: 12px;
  }

  .carreira .home {
    height: auto;
  }

  .carreira .home .section-title {
    margin: 9px 0 27px 0;
    line-height: 45px;
  }

  .carreira .home .box .section-description {
    font-size: 22px;
  }

  .carreira .plans {
    padding: 70px 0 100px 0;
  }

  .carreira .plans .tag-new {
    right: -10px;
  }

  .not-customer .banner {
    height: 353px;
    overflow: hidden;
  }

  .not-customer .banner.no-image {
    height: auto;
  }

  .not-customer .banner .box .section-title {
    font-size: 48px;
    line-height: 40px;
    font-weight: 400;
  }

  .not-customer .banner.no-image .section-title-wrap {
    margin-bottom: 0;
    text-align: left;
  }

  .not-customer .banner.no-image .section-title,
  .not-customer .banner.no-image .section-description {
    font-size: 22px;
    line-height: 24px;
  }

  .not-customer .banner .box .section-description {
    margin-bottom: 40px;
  }

  .not-customer .banner .box .btn {
    width: auto;
  }

  .not-customer .banner .img-not-customer {
    height: auto;
    max-width: 100%;
    right: 20px;
  }

  .faq .section-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 60px;
  }

  .faq .section-title br {
    display: none;
  }

  .faq .accordion-button {
    font-size: 20px;
  }

  .faq .accordion-body {
    font-size: 16px;
  }

  .faq .talk {
    font-size: 20px;
  }

  .faq .talk br {
    display: none;
  }

  .footer .accordion {
    display: flex;
    flex-flow: row wrap;
  }

  .footer .accordion-item {
    border: none;
    flex-basis: 15%;
    flex-grow: 1;
    margin: 0.5% !important;
    min-width: 100px;
  }

  .footer .accordion-header span,
  .footer .accordion-collapse {
    display: block;
  }

  .footer .accordion-header {
    margin-bottom: 20px;
  }

  .footer .accordion-header .accordion-button {
    display: none;
  }

  .footer .accordion-body {
    padding: 0;
  }

  .footer .accordion-item.app ul {
    margin-top: 45px;
  }

  .footer .accordion-item.app ul li {
    margin-bottom: 20px;
  }

  .footer .footer-tagline {
    border-top: 1px solid #E1E1E1;
    margin-top: 45px;
    padding: 25px 0;
  }

  .footer .menu .descomplica {
    display: inline-block;
  }

  .footer .social {
    text-align: end;
  }

  .footer .social li:first-child {
    display: none;
  }

  .carreira .plans::after {
    height: 63%;
  }

  .carreira .plans .section-description {
    margin-bottom: 70px;
  }

  .carreira .plans .card .card-body {
    padding-bottom: 0;
  }

  .modal-content .section-title {
    font-size: 40px;
    line-height: 48px;
    max-width: 520px;
    margin: 0 auto 10px auto;
  }

  .ofertas-e-planos .home {
    height: auto;
    padding: 65px 0;
  }

  .ofertas-e-planos .home .col-img img {
    left: auto;
    position: relative;
    width: auto;
  }

  body.faculdade.active {
    padding-top: 74px;
  }

  .faculdade .hellobar {
    font-size: 17px;
  }

  .faculdade .hellobar p.countdown-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .faculdade .hellobar p.countdown-wrap b {
    margin-left: 5px;
  }

  .faculdade .plans .section-description {
    font-size: 20px;
  }

  .hellobar br {
    display: none;
  }

  .hellobar .btn-default {
    background-color: #1F1F1F !important;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding: 9px 21px;
    text-decoration: none;
  }

  .hellobar .btn-default:hover {
    background-color: #666666 !important;
    opacity: 1 !important;
  }

  .hellobar .copy-wrap {
    margin-left: 36px;
    position: relative;
  }

  .faculdade .hellobar .btn-close {
    background-size: auto;
    padding: 1.25rem 1rem;
    top: 5px;
  }

  .hellobar .btn-default {
    font-size: 17px;
  }

  .faculdade .about .img-badge {
    width: 92px;
    right: 30px;
    top: -30px;
  }

  .faculdade .about .section-title {
    font-size: 32px;
    line-height: 38px;
  }

  .initial.hellobar-active #header {
    top: 54px;
  }

  /* .initial #header {
    top: 0px;
  } */
  .initial .hellobar .btn-default {
    font-size: 16px;
  }

  .initial .hellobar .btn-default {
    padding: 6px 21px;
  }

  .blackfridaybar p {
    font-size: 19px;
  }
  .blackfridaybar p.last {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .initial #ofertas-e-planos.plans .tag-new,
  .plans .tag-new {
    right: -8px;
    top: 75px;
  }
}

@media(min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

@media(max-width: 991px) {
  .initial .plans .card.margin {
    margin-top: 0;
  }
  .initial #ofertas-e-planos.plans .tag-new,
  .plans .tag-new {
    top: 75px;
  }
}

@media(min-width: 992px) {
  .section-title {
    font-size: 46px;
  }

  .home {
    height: 590px;
  }

  
  .home::after,
  .home::before {
    display: block;
  }

  .home .section-title {
    font-size: 44px;
    line-height: 52px;
    margin-top: 90px;
  }

  .home .section-title span {
    font-size: 32px;
  }

  .home .btn {
    padding: 12px 35px;
  }

  .home .col-img {
    justify-content: end;
  }

  .home .col-img img {
    left: 50%;
    width: 46%;
  }

  .enem {
    padding: 130px 0 120px 0;
  }

  .enem::after {
    height: 0;
  }

  .enem .section-title {
    font-size: 46px;
    line-height: 50px;
  }

  .enem .img-enem {
    bottom: -40px;
    right: 0;
    width: auto;
  }

  .enem .powered {
    margin: 45px 0 80px 0;
  }

  .enem .title-colors {
    margin-top: 60px;
  }

  .enem .card .card-body {
    padding: 38px;
  }

  .plans {
    padding: 90px 0 0 0;
  }

  .plans .section-title {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 13px;
  }

  .plans .text-final {
    margin: 70px 0;
  }

  .plans .card .price .new .percent {
    font-size: 14px;
  }

  .not-customer .banner {
    height: 334px;
  }

  .not-customer .banner.no-image {
    height: auto;
  }

  .not-customer .banner.no-image .logo-descomplica-tim {
    margin-bottom: 0;
  }

  .not-customer .banner .box .section-description {
    margin-bottom: 30px;
  }

  .not-customer .banner .img-not-customer {
    height: 334px;
    right: 20px;
    position: absolute;
    width: auto;
  }

  .initial .not-customer .banner .img-not-customer {
    top: 0;
  }

  .faq .accordion-button {
    font-size: 25px;
  }

  .faq .talk {
    font-size: 25px;
    line-height: 35px;
    margin-top: 45px;
  }

  .carreira .home {
    padding: 60px 0 0 0;
  }

  .carreira .home .section-title {
    margin: 9px 0 35px 0;
    line-height: 55px;
  }

  .carreira .plans {
    padding-top: 72px;
  }

  .carreira .plans::after {
    height: 43%;
  }

  .ofertas-e-planos .home {
    height: auto;
    min-height: auto;
    padding: 65px 0;
  }

  .ofertas-e-planos .home::after,
  .ofertas-e-planos .home::before {
    display: none;
  }

  .ofertas-e-planos .home .section-title {
    margin-top: 0;
  }

  .ofertas-e-planos .home .col-img img {
    width: auto;
    left: auto;
  }

  .ofertas-e-planos .home .card {
    max-width: 325px;
  }

  .hellobar {
    font-size: 18px;
  }

  .faculdade .home .section-title {
    font-size: 42px;
    line-height: 48px;
  }

  .faculdade .home .section-subtitle {
    font-size: 34px;
    line-height: 48px;
  }

  .faculdade .home .section-description {
    font-size: 18px;
    line-height: 24px;
  }

  .faculdade .about .img-badge {
    right: -5px;
    top: -14px;
  }
}

@media(min-width: 992px) and (max-width: 1100px) {
  .plans .card.third .card-title {
    font-size: 16px;
  }
}

@media(min-width: 992px) and (max-width: 1199px) {
  .plans .container {
    max-width: 100%;
  }

  .plans .card .card-header {
    font-size: 12px; 
  }

  .plans .card .price .new .percent {
    margin-left: 10px;
    padding: 7px 8px;
  }
}

@media(min-width: 992px) and (max-width: 1399px) {
  .carreira .plans .tag-new {
    left: 268px;
  }
  .carreira .plans .card .price-wrap .card-title {
    font-size: 19px;
  }
}

@media(min-width: 1200px) {

  .home::before,
  .home::after {
    display: block;
  }

  .home .col-img img {
    width: auto;
  }

  .home .section-title span {
    font-size: 44px;
  }

  .initial .home .section-title span {
    font-size: 40px;
  }

  .not-customer .banner .box .section-description br {
    display: block;
  }

  .carreira .plans .section-title {
    width: 924px;
    margin: 0 auto 35px auto;
  }

  .faculdade .home .section-title {
    font-size: 44px;
    line-height: 50px;
  }

  .faculdade .home .section-subtitle {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
  }

  .faculdade .home .section-description {
    font-size: 20px;
    line-height: 24px;
  }
}

@media(min-width: 1400px) {
  .container {
    max-width: 1030px;
  }

  .plans .container {
    max-width: 1320px;
  }

  .initial .home .section-title span {
    font-size: 36px;
  }

  .carreira .plans .container {
    max-width: 1384px;
  }
  .carreira .plans .tag-new {
    right: 40px;
  }
  .ofertas-e-planos .container {
    max-width: 1320px;
  }
}

.modal-body-hub {
  display: none;
}
