/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.relative {
  position: relative;
}

.m-auto {
  margin: auto;
}

.m-\[0px\] {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.h-\[30px\] {
  height: 30px;
}

.h-10 {
  height: 2.5rem;
}

.h-full {
  height: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 2.5rem;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-3\/4 {
  width: 75%;
}

.max-w-\[100\%\] {
  max-width: 100%;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.items-end {
  align-items: flex-end;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-2 {
  border-width: 2px;
}

.border-\[3px\] {
  border-width: 3px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#F27020\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 112 32 / var(--tw-border-opacity));
}

.border-\[\#1E92B4\] {
  --tw-border-opacity: 1;
  border-color: rgb(30 146 180 / var(--tw-border-opacity));
}

.border-\[\#0000\] {
  border-color: #0000;
}

.p-6 {
  padding: 1.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pt-\[50\%\] {
  padding-top: 50%;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.font-\[\'AvenirMedium\'\] {
  font-family: 'AvenirMedium';
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#F27020\] {
  --tw-text-opacity: 1;
  color: rgb(242 112 32 / var(--tw-text-opacity));
}

.text-\[\#606060\] {
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
}

.text-\[\#7c0e0e\] {
  --tw-text-opacity: 1;
  color: rgb(124 14 14 / var(--tw-text-opacity));
}

.text-\[\#00678f\] {
  --tw-text-opacity: 1;
  color: rgb(0 103 143 / var(--tw-text-opacity));
}

.text-\[\#ff8500\] {
  --tw-text-opacity: 1;
  color: rgb(255 133 0 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.opacity-70 {
  opacity: 0.7;
}

/* latin */

@font-face {
  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */

@font-face {
  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 900;

  font-display: swap;

  src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gnD_g.woff2) format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'AvenirHeavy';

  src: url('../fonts/avenir/heavy/avenir-heavy.eot');

  src: url('../fonts/avenir/heavy/avenir-heavy.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir/heavy/avenir-heavy.woff') format('woff'),
         url('../fonts/avenir/heavy/avenir-heavy.ttf') format('truetype'),
         url('../fonts/avenir/heavy/avenir-heavy.svg#avenir-heavy.') format('svg');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'AvenirMedium';

  src: url('../fonts/avenir/medium/avenir-medium.eot');

  src: url('../fonts/avenir/medium/avenir-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir/medium/avenir-medium.woff') format('woff'),
         url('../fonts/avenir/medium/avenir-medium.ttf') format('truetype'),
         url('../fonts/avenir/medium/avenir-medium.svg#avenir-medium.') format('svg');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'AvenirBlack';

  src: url('../fonts/avenir/black/avenir-black.eot');

  src: url('../fonts/avenir/black/avenir-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir/black/avenir-black.woff') format('woff'),
         url('../fonts/avenir/black/avenir-black.ttf') format('truetype'),
         url('../fonts/avenir/black/avenir-black.svg#avenir-black.') format('svg');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'AvenirLight';

  src: url('../fonts/avenir/light/avenir-light.eot');

  src: url('../fonts/avenir/light/avenir-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir/light/avenir-light.woff') format('woff'),
         url('../fonts/avenir/light/avenir-light.ttf') format('truetype'),
         url('../fonts/avenir/light/avenir-light.svg#avenir-light.') format('svg');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'AvenirBook';

  src: url('../fonts/avenir/book/avenir-book.eot');

  src: url('../fonts/avenir/book/avenir-book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir/book/avenir-book.woff') format('woff'),
         url('../fonts/avenir/book/avenir-book.ttf') format('truetype'),
         url('../fonts/avenir/book/avenir-book.svg#avenir-book.') format('svg');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'AvenirNextLTPro-Bold';

  src: url('../fonts/avenir/bold/AvenirNextLTPro-Bold.eot');

  src: url('../fonts/avenir/bold/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/avenir/bold/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg'),
        url('../fonts/avenir/bold/AvenirNextLTPro-Bold.ttf') format('truetype'),
        url('../fonts/avenir/bold/AvenirNextLTPro-Bold.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'AvenirNextLTPro-BoldCn';

  src: url('../fonts/avenir/bold-condensed/AvenirNextLTPro-BoldCn.eot');

  src: url('../fonts/avenir/bold-condensed/AvenirNextLTPro-BoldCn.eot?#iefix') format('embedded-opentype'),
       url('../fonts/avenir/bold-condensed/AvenirNextLTPro-BoldCn.svg#AvenirNextLTPro-BoldCn') format('svg'),
       url('../fonts/avenir/bold-condensed/AvenirNextLTPro-BoldCn.ttf') format('truetype'),
       url('../fonts/avenir/bold-condensed/AvenirNextLTPro-BoldCn.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

.center {
  width: 1170px;
  margin: 0 auto;
}

header.line .center{
  display: flex;
}

header.line .center img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1000;
}

header.line {
  background-color: #F27020;
  width: 100%;
  float: left;
}

.participacao-warning {
  display: none;
  background-color: #f5ff60;
  border: 1px solid #333;
  border-radius: 7px;
  box-shadow: 1px 1px 2px #333;
}

* {
  box-sizing: border-box;
}

.btn, .quiz input[type="submit"] {
  font-family: 'AvenirNextLTPro-Bold';
  color: white;
  cursor: pointer;
  padding: 10px 10px 7px 10px;
  background-image: url("../images/btn-background-middle.png");
  background-repeat: repeat;
  background-size: auto 100%;
  position: relative;
  text-transform: uppercase;
}

.btn::before, .quiz input[type="submit"]::before {
  background-image: url("../images/btn-background-start.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  content:"";
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  left: 0px;
  top: 0px;
}

.btn::after, .quiz input[type="submit"]::after {
  background-image: url("../images/btn-background-end.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  content:"";
  display:block;
  position:absolute;
  width:8%;
  height:100%;
  left: 100%;
  top: 0px;
}

.intro img {
  margin: 0 auto;
}

.intro .background {
  background-repeat: no-repeat;
  position: relative;
  right: -234px;
  top: -330px;
  width: 60%;
  height: 170px;
  background-image: url(../images/background-text-desktop.png);
  background-size: 100% auto;
}

.intro .background .text {
  float: right;
  padding-top: 140px;
}

.intro .background .text span{
  color: #fff;
  font-family: 'AvenirMedium';
  width: 40%;
  float: right;
}

.intro .background span{
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.intro .background-text {
  position: absolute;
  right: 28%;
  top: 61%;
  width: 44%;
}

.intro .background-paragraph {
  color: #fff;
  font-family: 'AvenirMedium';
  position: absolute;
  width: 21.8%;
  bottom: 0%;
  right: 20%;
}

.intro .btn {
  padding: 16px;
  font-size: x-large;
}

.intro .main {
  position: relative;
  z-index: 2;
  margin-top: -12%;
}

.wpcf7-checkbox input[type=checkbox] {
  cursor: pointer;
  accent-color: #00678f;
  width: 1.25rem;
  height: 1.25rem;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  padding-left: 0px;
  color: #363233!important;
}

form .newletter .wpcf7-list-item-label,
form .notice-form {
  font-size: 12px;
  font-weight: 100;
  line-height: 2;
  text-align: left;
  color: #fff;
  vertical-align: top;
}

form .notice-form {
  margin-top: 0 !important;
}

form .newletter .wpcf7-list-item-label,
form .notice-form {
  color: #606060;
  font-family: 'AvenirMedium';
}

.quiz {
  padding: 0;
  margin: 0;
}

.quiz span.wpcf7-list-item {
  margin: 0;
  label {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
  }
}

.msg-uni {
  background-color: #fcf4d4;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  padding: 4px 10px;
  border: 2px solid #f7e700;
  color: #000;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  display: none;
}

.quiz .logo-lp {
  margin: 0 auto;
  display: block;
  margin-top: 35px;
  width: 150px;
}

.quiz h1 {
  font-family: 'AvenirNextLTPro-Bold';
  text-transform: uppercase;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  line-height: 35px;
  font-size: 30px;
}

.quiz h1 span {
  color: #fff;
  font-size: 1.1em;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 2;
}

.quiz h1 strong {
  font-size: 3.5em;
  color: #fff;
  line-height: 95px;
  font-family: inherit;
  letter-spacing: 5px;
  margin-top: 3px;
  display: inline-block;
}

.quiz h2 {
  font-family: 'AvenirNextLTPro-Bold';
}

.quiz .woman {
  position: relative;
  margin-top: -35px;
  z-index: 2;
  max-width: 100%;
  width: 455px;
}

.quiz .coluna-esquerda {
  width: 50%;
  float: left;
  text-align: center;
}

.quiz .coluna {
  width: 50%;
  margin-bottom: 100px;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  z-index: 3;
  padding: 40px 40px;
  background-color: white;
  box-shadow: 6px 7px 10px 0px rgba(51, 51, 51, 0.18);
  border-radius: 40px;
}

.quiz .coluna #chartjs-radar {
  border-radius: 15px;
  background-color: #F1F1F1;
}

.quiz .coluna form {
  padding: 5px;
  z-index: 2;
  position: relative;
}

.quiz .answers {
  width: 50%;
  background-color: #F1F1F1;
  margin: 20px auto;
}

.quiz .grupo-de-colunas {
  background-color: #F27020;
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: top;
  min-height: 70vh;
}

.quiz .grupo-de-colunas-aula-gratis-online img {
  margin-top: 15px;
}

.quiz .grupo-de-colunas.grupo-de-colunas-aula-gratis-online::after {
  bottom: 0;
}

.quiz footer.footer-lp-aula-gratis {
  padding-top: 50px;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding-bottom: 50px;
  background-color: #c74a1b;
  position: relative;
}

.quiz footer.footer-lp-aula-gratis p {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
}

.quiz .share-footer {
  display: inline-block;
  margin-top: 15px;
}

.quiz .share-footer li {
  display: inline-block;
}

.quiz .share-footer li a.icone-facebook {
  background-position: -3px -48px;
}

.quiz .share-footer li a.icone-instagram {
  background-position: -50px -48px;
}

.quiz .share-footer li a span {
  float: left;
  text-indent: -9999px;
}

.quiz footer.footer-lp-aula-gratis p a {
  color: inherit;
}

.quiz .tabs-group {
  padding-top: 45px;
  display: inline-block;
  width: 100%;
  padding-bottom: 110px;
  vertical-align: top;
  position: relative;
  background-color: #fff;
}

.quiz .tabs-group .title-top {
  color: #f37021;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 1.5em;
}

.quiz .tabs-group .title-top strong {
  font-weight: inherit;
  font-family: inherit;
  font-size: 1.55em;
  margin-top: 4px;
  display: inline-block;
}

.quiz .coluna form p.description {
  font-size: 1.15em;
  line-height: 25px;
  text-align: center;
  margin-bottom: 30px;
}

.quiz .coluna .description span {
  display: block;
  width: 78%;
  margin: 0 auto;
}

.quiz .coluna form p {
  margin-bottom: 17px;
  width: 100%;
}

.quiz .coluna form p.select-bairros {
  float: none;
}

.quiz .coluna form p.msg-uni {
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}

.quiz .coluna form p strong {
  font-weight: 900;
}

.quiz .coluna form label i {
  font-style: normal;
  color: #00678f;
  font-family: 'AvenirNextLTPro-Bold';
  font-weight: 400;
  font-size: 0.75em;
  margin-bottom: 10px;
}

.quiz input[type="text"],
.quiz input[type="email"],
.quiz input[type="tel"],
.quiz select {
  width: 100%;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}

.quiz select {
  height: 43px;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form-control-wrap:has([type="checkbox"]) span.wpcf7-not-valid-tip {
  left: 19px;
  top: -15px;
}

.quiz .coluna form label.icone-nome::before {
  background-position: 0px -20px;
}

.quiz .coluna form label.icone-email::before {
  background-position: 0px 2px;
}

.quiz .coluna form label.icone-telefone::before {
  background-position: -28px -2px;
}

.quiz .coluna form label.icone-cidade:before {
  background-position: -53px -2px;
}

.quiz .coluna form label.icone-unidades::before {
  display: none;
}

.quiz input[type="text"],
.quiz input[type="email"],
.quiz input[type="tel"],
.quiz select {
  /* padding-left: 50px; */
  border-color: #00678f;
  outline-color: #F27020;
}

.quiz select {
  -webkit-appearance: none;
  background: url('../images/blue_arrow_down.png');
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 42%;
}

.quiz select:focus {
  background: url('../images/orange_arrow_down.png');
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 42%;
}

.quiz input[type="text"]::-moz-placeholder, .quiz input[type="email"]::-moz-placeholder, .quiz input[type="tel"]::-moz-placeholder {
  color: #d4d4d4;
}

.quiz input[type="text"]::placeholder,
.quiz input[type="email"]::placeholder,
.quiz input[type="tel"]::placeholder {
  color: #d4d4d4;
}

.quiz p.select-bairros span {
  width: 100%;
}

.quiz .content-tabs {
  display: inline-block;
  width: 100%;
}

.quiz .content-tabs p a {
  color: #015fe4;
  font-weight: 900;
}

.quiz .content-tabs ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
  display: inline-block;
}

.quiz .content-tabs ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  height: 37px;
  position: relative;
  border-bottom: 2px solid #616161;
  text-align: center;
  padding-left: 30px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 30px;
}

.quiz .content-tabs ul.tabs li::last-child {
  margin-right: 0;
}

.quiz .content-tabs ul.tabs li span {
  position: relative;
  font-weight: 900;
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  color: #616161;
}

.quiz .content-tabs ul.tabs li.active {
  border-bottom: 2px solid #f37021;
}

.quiz .content-tabs ul.tabs li.active span {
  display: block;
  color: #f37021;
}

.quiz .content-tabs ul.tabs li.active:hover {
  color: #000;
}

.quiz .content-tabs ul.tabs li:hover {
  color: #000;
}

.quiz .content-tabs .tab_container {
  border-top: none;
  clear: both;
  float: none;
  width: 100%;
  margin: 0 auto;
  margin-top: 35px;
  border-radius: 10px;
}

.quiz .content-tabs .tab_container .image {
  float: left;
  width: 50%;
  height: 350px;
  position: relative;
}

.quiz .content-tabs .tab_container .image .loader {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  width: 20px;
}

.quiz .content-tabs .tab_container .text {
  float: left;
  width: 50%;
  padding-top: 80px;
  padding-left: 80px;
  box-sizing: border-box;
}

.quiz .content-tabs .tab_container .text .number {
  color: #f37021;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.1em;
  margin-bottom: 20px;
  display: block;
}

.quiz .content-tabs .tab_container .text p {
  color: #414141;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  text-align: left;
  margin-top: 10px;
  line-height: 27px;
}

.quiz .content-tabs .tab_container .text .title-tab {
  color: #616161;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25em;
}

.quiz .content-tabs .tab_content {
  padding: 20px;
  display: none;
  position: relative;
  z-index: 2;
}

.quiz .content-tabs .tab_content.active {
  display: block;
}

.quiz .content-tabs .tab_content img {
  display: inline-block;
  float: left;
  max-width: 100%;
}

.quiz .content-tabs .tab_content p,
.quiz .content-tabs .tab_content ul li {
  color: #000;
  font-size: 0.87em;
  line-height: 20px;
  padding-bottom: 15px;
  text-align: justify;
}

.quiz .content-tabs .tab_drawer_heading {
  display: none;
}

.quiz .content-tabs .wrapper-list {
  display: block;
  width: 95%;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
}

.quiz span.wpcf7-not-valid-tip {
  display: inline;
  padding: 1px 10px;
  position: absolute;
  right: -5px;
  top: -30px;
  font-size: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.quiz div.wpcf7 .ajax-loader::before {
  display: none;
}

.quiz div.wpcf7 .ajax-loader {
  background-image: url(../../../wp-content/themes/supera/images/src/ajax-loader.gif);
  width: 100%;
  background-size: 25px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center;
  background-color: transparent;
}

.quiz div.wpcf7-response-output {
  position: absolute;
  right: 0;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  bottom: -30px;
  font-size: 12px;
}

.quiz .newletter .wpcf7-list-item-label a,
.quiz .checkboxtext span.wpcf7-list-item a,
.quiz .notice-form a,
.quiz article#content aside.sidebar-content .box.news p.notice-form a {
  color: #646162;
}

.quiz .coluna {
  margin-top: 20px;
  margin-bottom: 20px;
}

.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
  position: relative;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

@media screen and (max-width: 1185px) {
  .center {
    width: 100%;
  }
}

@media screen and (max-width: 1115px) {
  .intro .background-text {
    right: 16%;
    top: 76%;
    width: 60%;
  }

  .intro .background {
    background-image: url("../images/background-text-mobile.png");
    background-size: 100% auto;
    right: -29%;
    top: -215px;
    height: inherit;
    padding-left: 45px;
  }

  .intro .background .text {
    display: block;
    margin: 16% 50% 0px 0px;
  }

  .intro .background .text span{
    width: 100%;
  }

  .intro .background span{
    display: initial;
  }

  .intro .background .btn {
    transform: translateX(26%);
    top:11vh;
  }
}

@media screen and (max-width: 980px) {
  .quiz h1 {
    margin-top: 0;
  }

  .quiz .show-content-mobile {
    display: block !important;
  }

  .quiz .grupo-de-colunas-aula-gratis-online img {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quiz .coluna-esquerda.coluna-esquerda-aula-gratis-online img {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quiz div.wpcf7-response-output {
    position: inherit;
  }

  .quiz .tabs-group .title-top {
    font-size: 1.2em;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quiz .content-tabs .tab_container .text .number {
    font-size: 3.3em;
    margin-bottom: 20px;
  }

  .quiz .content-tabs .tab_drawer_heading.d_active .circle {
    background-position: -9px -934px;
  }

  .quiz .content-tabs .tab_container .text {
    padding-top: 0;
    padding-left: 25px;
    position: relative;
    z-index: 2;
  }

  .quiz .content-tabs .tab_drawer_heading {
    display: inline-block;
    font-size: 1.7em;
    text-align: center;
    z-index: 2;
    position: relative;
    color: #f37021;
    font-weight: 900;
    margin-bottom: 12px;
    width: 100%;
  }

  .quiz .center {
    width: 100%;
  }

  .quiz .coluna-esquerda {
    width: 100%;
    text-align: center;
  }

  .quiz .coluna, .quiz .answers, .quiz .levels {
    width: 70%;
  }

  .quiz .content-tabs ul.tabs {
    display: none;
  }

  .quiz .content-tabs .tab_container .image {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 1450px) {
  .quiz .logo-lp {
    width: 90px;
  }

  .quiz .coluna form p.description {
    font-size: 1em;
    line-height: 21px;
  }
}

@media screen and (max-width: 950px) {
  .quiz h1 {
    margin-top: 0;
  }
}

@media screen and (max-width: 790px) {
  .quiz .coluna {
    padding: 15px 30px;
  }

  .intro .background .text {
    margin: 30% 32% 0% 0%;
  }

  .intro .background .btn {
    transform: translateX(17%);
    top: 8vh;
  }

  .quiz .coluna form,
    .quiz form {
    max-width: 100% !important;
  }

  .quiz .coluna, .quiz .answers, .quiz .levels {
    width: 90%;
  }

  .quiz .coluna form label {
    text-align: left;
  }
}

@media screen and (max-width: 520px) {
  .quiz .coluna {
    padding: 12px 14px;
  }

  .intro .background {
    right: -15%;
    top: -115px;
    width: 82%;
  }

  .intro .background .text {
    margin: 0% 12% 0px 0px;
  }

  .intro .background .btn {
    transform: translateX(13%);
  }

  .quiz .tabs-group {
    padding-top: 70px;
  }

  .quiz input[type="submit"] {
    font-size: 1em;
  }

  .quiz .content-tabs .tab_container .text p {
    font-size: 1em;
    line-height: 21px;
  }

  .quiz .content-tabs .tab_container .text .number {
    font-size: 2em;
  }

  .quiz .coluna, .quiz .answers, .quiz .levels {
    width: 90%;
  }

  .quiz .coluna form {
    padding: 15px;
  }

  .quiz .content-tabs .tab_container .image {
    width: 100%;
    height: auto;
  }

  .quiz .content-tabs .tab_container .text {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .quiz .content-tabs .wrapper-list {
    margin-top: 60px;
  }

  .quiz h1 {
    margin-top: 0;
  }

  .quiz h1 span {
    font-size: 0.9em;
  }

  .quiz .woman {
    margin-top: 0;
  }

  .quiz h1 strong {
    font-size: 1.3em;
    margin-top: 0;
    line-height: 1;
  }

  .quiz #wrapper:before {
    width: 100px;
    height: 89px;
    background-color: #F27020;
    background-position: -5px -978px;
  }

  .quiz .logo-lp {
    width: 110px;
  }

  .quiz footer.footer-lp-aula-gratis p {
    line-height: 21px;
    font-size: 1em;
  }
}

@media screen and (max-width: 320px) {
  .quiz .coluna {
    padding: 0px 3px;
  }

  .intro .background .text {
    margin: 0% 3% 0% 9%;
  }

  .intro .background {
    width: 90%;
    right: -10%;
    top: -126px;
    padding-left: 0px;
  }

  .quiz input[type="submit"] {
    font-size: 0.8em;
  }

  .quiz .content-tabs .tab_container .text .title-tab {
    font-size: 1.7em;
  }
}

.hover\:border-\[\#1E92B4\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 146 180 / var(--tw-border-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .sm\:w-1\/2 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .md\:w-1\/2 {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .lg\:max-w-\[90\%\] {
    max-width: 90%;
  }
}