@import url("https://da0nhnpjqymn2.cloudfront.net/shared/assets/styles/colors.css");

html,
body {
  height: 100%;
}

.wrapper {
  padding: 0;
  max-width: 3000px;
}

body {
  font-family: 'proxima-nova';
  color: var(--text-color-gray);
  background-color: #fdfdfd;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'proxima-nova';
}

p {
  font-size: 16px;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

header {
  background: var(--primary-pure);
  text-align: center;
}

header img {
  margin: 20px;
  height: 30px;
}

header h1 img {
  width: 170px;
  height: auto;
}

ul {
  list-style: none;
  padding: 0px 0 10px;
}

ul li {
  font-size: 18px;
  color: #9c9c9c;
  padding: 0px 0 0 25px;
}

.results ul li {
  font-size: 18px;
  color: #9c9c9c;
  line-height: 2em;
  padding: 0;
}

label {
  margin-bottom: 15px;
  font-weight: normal;
}

a {
  color: var(--primary-pure);
  text-decoration: none;
}

a:hover {
  color: var(--primary-deep);
  text-decoration: none;
}

hr {
  margin: 30px 0;
}

#startQuiz {
  margin: 24px 0 0;
}

#question {
  color: #506e84;
}

.intro h4 {
  color: var(--primary-pure);
}

.signin {
  padding-top: 30px;
  padding-bottom: 30px;
}

.signin img {
  margin: auto;
  width: 80%;
}

.signin h1 {
  color: var(--primary-pure);
  font-weight: 700;
  margin-bottom: 5px;
}

.signin h4 {
  color: var(--text-color-gray);
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0px;
}

.signin .subheader {
  color: var(--primary-clear);
  font-weight: 700;
  margin-top: 5px;
}

.content-1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #EBEBEB;
  text-align: left;
}

.content-1 img {
  max-height: 380px;
  max-width: 80%;
  margin: auto;
}

.content-1 p {
  margin-bottom: 30px;
}

.content-2 {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
}

.content-2 ul {
  list-style: disc;
}

#list-row {
  margin-top: 30px;
}

.content-2 li {
  list-style: disc;
  list-style-position: inside;
  display: list-item;
  height: 30px;
  font-size: 14px;
  color: var(--text-color-gray);
}

.cta-recall {
  padding-bottom: 40px;
  padding-top: 25px;
  background: linear-gradient(to right, var(--primary-pure), var(--primary-deep));
  color: white;
}

.cta-recall h4 {
  color: white;
  font-size: 23px;
  margin-bottom: 20px;
}

.disclaimer {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
}

.disclaimer .bordered {
  border-style: solid;
  border-radius: 8px;
  border-color: var(--primary-pure);
  border-width: 1px;
  color: var(--primary-pure);
  padding: 20px 32px 13px 32px;
  margin-bottom: 20px;
}

.disclaimer .bordered p {
  font-size: 16px;
}

.disclaimer p {
  font-size: 14px;
}

.disclaimer span {
  font-weight: 800;
}

* {
  margin: 0;
}

.intro {
  text-align: center;
  padding: 0;
}

.intro-title {
  margin-top: 40px;
}

.intro input {
  margin-top: 8px;
}

.intro h2 {
  font-weight: bold;
}

.intro h3 {
  font-size: 23px;
  color: #b0b0b0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 100;
}

.inside {
  padding-bottom: 10px;
}

.about h2 {
  color: #506e84;
  font-size: 42px;
  text-align: center;
}

.action {
  margin-top: 20px;
}

.btn-primary {
  border: none;
  background-color: var(--graduation-pure);
}

.btn-primary:hover {
  border: none;
  background-color: var(--graduation-deep);
}

.btn-primary:focus {
  border: none;
  background-color: var(--graduation-deep);
}

.btn-primary[disabled],
.btn-primary[disabled]:hover {
  border: none;
  background-color: var(--graduation-pure);
}

.progress {
  margin: 50px auto 40px;
}

.progress-bar {
  background-color: var(--school-pure);
}

ul li {
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 70px;
}

ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

ul li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 19px 35px 50px 40px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul li:hover label {
  color: #4a4a4a;
}

ul li .check {
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  top: 20px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

ul li:hover .check {
  border: 5px solid #4a4a4a;
}

ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 5px solid var(--primary-pure);
}

input[type=radio]:checked ~ .check::before {
  background: var(--primary-pure);
}

input[type=radio]:checked ~ label {
  color: var(--primary-pure);
}

.level {
  font-size: 34px;
}

.results h3 {
  color: var(--primary-pure);
  font-size: 21px;
}

.results img {
  display: block;
  height: 100%;
}

.descriptions .title,
.tips .title {
  margin-bottom: 15px;
}

.results {
  margin-bottom: 40px;
  margin-top: 20px;
}

.results .row {
  margin-left: 0;
  margin-right: 0;
}

.running h2 {
  color: var(--primary-pure);
  margin: 10px 15px;
  font-size: 26px;
}

.results p {} .row {
  margin: 0 0 0 0;
}

.results h2 {
  margin-bottom: 30px;
}

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

.result .compatibility-label {
  background: var(--primary-pure);
  border-radius: 5px;
  color: white;
  padding: 10px;
  width: 100%;
}

.result .compatibility-label .profile {
  text-align: center;
}

.result .compatibility-label span {
  font-size: 35px;
  text-transform: uppercase;
}

.descriptions .title,
.tips .title {
	align-items: center;
  display: flex;
	font-size: 22px;
  margin-top: 10px;
}

.results .title-icon {
  height: 50px;
  margin: 0 20px 0 0;
  padding: 0;
}

.results .motivational-crap {
  margin-top: 5px;
  padding: 15px 15px;
}

.cptb-bar {
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 15px 15px 0;
}

.courses-form {
  margin: 30px -2px;
  padding: 30px;
  background-color: #FAFAFA;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.courses-form h2 {
  margin: 0;
}

.courses-form .margined {
  margin-bottom: 0;
}

.courses-form .header-part {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.courses-form .header-part img {
  height: 50px;
}

.courses-form .header-part h3 {
  margin-top: 10px;
  margin-left: 15px;
  color: var(--primary-pure);
  font-size: 21px;
}

.courses-form .search-btn {
  text-align: center;
}

.courses-form .search-link {
  text-decoration: none;
  text-align: center;
  color: white;
  padding: 10px 10px;
}

.courses-form label {
  font-size: 16px;
}

/* SELECT 2 */
.select2-container .select2-choice {
  background: #FFFFFF;
}

.select2-container .select2-choice .select2-arrow {
  background: none;
  border: none;
}

.select2-container .select2-choice .select2-arrow b {
  background-position: 0 5px;
}

.select2-drop-active {
  border-color: #FFFFFF;
  padding: 5px;
  margin-top: -5px;
  margin-left: 1px;
}

.form-control {
  height: 44px;
}

.search-btn {
  width: 100%;
  margin: 30px 0;
}

.twitter-typeahead {
  border-radius: 3px;
  width: 100%;
}

.tt-menu {
  background: white;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  margin-top: -5px 5px;
}

.tt-selectable {
  cursor: pointer;
  height: 30px;
}

.tt-selectable:hover {
  font-size: 16px;
}

footer {
  padding-top: 20px;
  padding-bottom: 14px;
  display: block;
  bottom: 0;
  text-align: center;
  margin: auto;
  width: 100%;
  background-color: #EBEBEB;
  z-index: 4;
}

footer:after {
  height: 60px;
}

footer img {
  width: 130px;
  height: auto;
}

.copyright p {
  color: #b0b0b0;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -60px;
  padding-bottom: 60px;
}

.wrapper:after {
  content: "";
  display: block;
}

.options label {
  margin: 0 0 0 0;
}

.w-limited {
  max-width: 1180px;
}

div.w-limited {
  margin: auto;
}

@media (max-width: 600px) {
  .row {
    margin: 0 0 0 0;
  }

  .btn-lg,
  .btn-group-lg > .btn {
    width: 100%;
    margin: 15px 0 0 0;
  }

  footer p span {
    display: block;
  }

  .course-cta {
    margin-top: 10px;
  }

  .results h3 {
    padding-left: 15px;
  }

  .cptb-bar {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 35px;
    margin-bottom: 0px;
  }

  .course-header {
    display: block;
  }

  .content-2 li {
    height: auto;
    margin-top: 15px;
    font-size: 14px;
    color: var(--text-color-gray);
  }

  .results .motivational-crap {
    margin-top: 0px;
    padding: 0px 15px;
  }

  .courses-form {
    padding: 30px 15px;
  }

  .courses-form .search-link {
    padding: 10px 0px;
  }

  .courses-form h2 {
    font-size: 27px;
    margin-top: 20px;
  }
}

.container {
  max-width: 1200px !important;
  width: auto !important;
}

/* ==========================================================================
   TVQ design system — landing content for /teste-vocacional-cursos/*.html
   (hero, sections, FAQ, offer carousel, related courses grid)
   ========================================================================== */
.tvq-landing {
  --qb-blue: #2f4df4;
  --qb-blue-dark: #1f3a9b;
  --qb-blue-soft: #eef2ff;
  --qb-orange: #ff6a00;
  --qb-orange-dark: #e85f00;
  --tvq-text: #263238;
  --tvq-muted: #667085;
  --tvq-border: #d9dce5;
  --tvq-surface-alt: #f7f8fb;
  --tvq-shadow: 0 12px 30px rgba(31, 58, 155, 0.10);
  --tvq-radius: 14px;
  text-align: left;
  color: var(--tvq-text);
}

.tvq-landing * {
  box-sizing: border-box;
}

.tvq-landing img {
  max-width: 100%;
  display: block;
}

.tvq-landing h1,
.tvq-landing h2,
.tvq-landing h3 {
  line-height: 1.25;
  color: #1f2a44;
  font-weight: 800;
}

.tvq-landing h1 {
  font-size: clamp(28px, 4.4vw, 44px);
  letter-spacing: -1px;
  margin: 0 0 18px;
}

.tvq-landing h2 {
  font-size: clamp(22px, 2.6vw, 28px);
  letter-spacing: -.4px;
  margin: 0 0 18px;
}

.tvq-landing p {
  font-size: 16px;
  line-height: 1.65;
  color: #4b5565;
  margin: 16px 0 0;
}

.tvq-landing strong {
  color: #1f2a44;
}

.tvq-container {
  width: min(calc(100% - 32px), 1120px);
  margin: 0 auto;
}

.tvq-narrow {
  padding-top: 46px;
}

.tvq-hero {
  padding: 44px 0 36px;
  background: radial-gradient(circle at 90% 20%, rgba(47, 77, 244, .12), transparent 32%), linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}

.tvq-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 44px;
  align-items: center;
}

.tvq-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--qb-blue-soft);
  color: var(--qb-blue-dark);
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 16px;
}

.tvq-hero-copy p {
  font-size: 17px;
  max-width: 640px;
}

.tvq-trust {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 18px;
  color: var(--tvq-muted);
  font-size: 14px;
}

.tvq-trust span::before {
  content: "✓";
  color: var(--qb-blue);
  font-weight: 900;
  margin-right: 5px;
}

.tvq-hero-card {
  background: #fff;
  border: 1px solid #e5e8f0;
  border-radius: 18px;
  box-shadow: var(--tvq-shadow);
  padding: 32px;
}

.tvq-hero-card h2 {
  font-size: 24px;
  margin-bottom: 6px;
  text-align: center;
}

.tvq-sub {
  text-align: left;
  color: var(--tvq-muted);
  margin: 0 0 18px;
  font-size: 14px;
}

.tvq-field {
  margin-top: 16px;
}

.tvq-field label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.tvq-input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid var(--tvq-border);
  border-radius: 8px;
  font-size: 16px;
  outline: none;
}

.tvq-input:focus {
  border-color: var(--qb-blue);
  box-shadow: 0 0 0 3px rgba(47, 77, 244, .12);
}

.tvq-btn {
  width: 100%;
  border: 0;
  border-radius: 8px;
  min-height: 48px;
  padding: 0 20px;
  background: var(--qb-orange);
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
}

.tvq-btn:hover {
  background: var(--qb-orange-dark);
}

.tvq-btn[disabled] {
	cursor: default;
  opacity: .6;
}

.tvq-btn-inverse {
  background: #fff;
  color: var(--qb-blue-dark);
	min-width: 260px;
	width: auto;
}

.tvq-btn-inverse:hover {
  background: #eef2ff;
}

.tvq-check-list,
.tvq-plain-list {
  display: grid;
  gap: 12px 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 22px 0 0;
	padding: 0;
}

.tvq-plain-list {
  list-style: none;
  margin: 12px 0 16px;
}

.tvq-check-list li { 
  align-items: center;
	display: flex;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 10px;
  font-weight: 650;
  font-size: 16px;
	padding: 14px 16px;
  position: relative;
}

.tvq-check-list--checkmark  {
  color: var(--qb-blue);
  margin-right: 12px;
  font-weight: 900;
}

.tvq-plain-list li {
  padding: 10px 14px;
  background: var(--tvq-surface-alt);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}

.tvq-result-box {
  border-left: 5px solid var(--qb-blue);
  background: var(--qb-blue-soft);
  border-radius: 0 12px 12px 0;
  padding: 22px 24px;
  margin-top: 6px;
}

.tvq-result-box strong {
  display: block;
  margin-bottom: 8px;
}

.tvq-result-box p {
	color: #33415a;
  margin: 0;
}

.tvq-emphasis {
  margin-top: 20px;
}

.tvq-offer-section {
  background: linear-gradient(180deg, #f6f8ff 0%, #fff 100%);
  padding: 46px 0;
}

.tvq-offer-head {
  margin-bottom: 22px;
}

.tvq-offer-head p {
	margin: 8px 0 0;
  max-width: 720px;
}

.tvq-offer-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  gap: 16px;
  overflow-x: auto;
  padding: 4px 4px 14px;
}

.tvq-offer-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e3e7f2;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 8px 22px rgba(31, 58, 155, .07);
}

.tvq-tag {
  display: inline-block;
  background: #eaf8ef;
  color: #177245;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 9px;
  margin-bottom: 12px;
}

/* fixed-height zones so tag/title/university/price/link line up across every card */
.tvq-offer-card h3 {
  font-size: 17px;
  margin-bottom: 6px;
  min-height: 2.6em;
	text-align: left;
}

.tvq-offer-card p {
  font-size: 14px;
  margin-bottom: 12px;
  min-height: 1.4em;
}

.tvq-price {
	color: #1f2a44;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 12px;
  margin-top: auto;
}

.tvq-price small {
	color: var(--tvq-muted);
  font-size: 12px;
  font-weight: 600;
}

.tvq-offer-link {
  display: inline-block;
  color: var(--qb-blue);
  font-weight: 800;
  text-decoration: none;
}

.tvq-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.tvq-landing details {
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 0 20px;
}

.tvq-landing summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  color: #1f2a44;
  padding: 18px 28px 18px 0;
  position: relative;
}

.tvq-landing summary::-webkit-details-marker {
  display: none;
}

.tvq-landing summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 22px;
  color: var(--qb-blue);
}

.tvq-landing details[open] summary::after {
  content: "−";
}

.tvq-landing details p:last-child {
  margin-bottom: 20px;
}

.tvq-course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.tvq-course-link {
  display: block;
  padding: 24px;
  border: 1px solid #e4e7ec;
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  color: #334155;
}

.tvq-course-link:hover {
  border-color: var(--qb-blue);
  color: var(--qb-blue);
}

.tvq-disclaimer {
  padding: 30px 0;
}

.tvq-disclaimer-box {
  border: 1px solid var(--tvq-border);
  border-radius: 12px;
  background: var(--tvq-surface-alt);
  padding: 18px 22px;
  margin-bottom: 14px;
}

.tvq-disclaimer-box p {
  font-size: 14px;
  margin: 0;
}

.tvq-disclaimer-note {
  color: var(--tvq-muted);
	font-size: 12px;
  margin: 0;
}

.tvq-disclaimer-note span {
	color: var(--tvq-text);
  font-weight: 800;
}

.tvq-final-cta {
  background: linear-gradient(90deg, var(--qb-blue), var(--qb-blue-dark));
  color: #fff;
	padding: 40px 0;
}

.tvq-final-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.tvq-final-cta h2 {
  color: #fff;
  margin-bottom: 4px;
  font-size: 24px;
}

.tvq-final-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .85);
}

@media (max-width: 900px) {
  .tvq-hero-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .tvq-check-list,
  .tvq-plain-list,
  .tvq-course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .tvq-narrow {
    padding: 34px 0;
  }

  .tvq-landing h1 {
    font-size: 30px;
  }

  .tvq-check-list,
  .tvq-plain-list,
  .tvq-course-grid {
    grid-template-columns: 1fr;
  }

  .tvq-hero-card {
    padding: 20px 16px;
  }

  .tvq-offer-carousel {
    grid-auto-columns: 84%;
  }

  .tvq-final-cta-inner {
    text-align: center;
    justify-content: center;
  }

  .tvq-btn-inverse {
    width: 100%;
  }
}