<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General */
html {
  /* General Styles */
  /* List Group */ }
  html a {
    color: #8e8e8e; }
    html a:hover, html a:focus {
      color: #4e4e4e; }
  html body {
    background-color: #FEFEFE; }
  html .video-js {
    background-color: black !important; }
  html .page {
    background-color: #f2f2f2; }
    html .page .form-control:focus {
      border-color: #8e8e8e; }
    html .page .active a,
    html .page .active a:hover,
    html .page .active a:focus,
    html .page .active a:active {
      color: #8e8e8e;
      border-color: #8e8e8e; }
    html .page .btn-primary {
      background-color: #8e8e8e;
      border-color: #8e8e8e; }
      html .page .btn-primary:hover, html .page .btn-primary:focus {
        background-color: #4e4e4e; }
    html .page .list-group .list-group-item.active {
      background-color: #8e8e8e;
      border-color: #000000 !important; }
    html .page .icon-arrow-right:before,
    html .page .icon-check:before {
      color: #8e8e8e; }
    html .page .busy {
      border-color: #8e8e8e !important; }
      html .page .busy:after {
        background: #8e8e8e !important; }
  html * {
    text-decoration: none !important;
    font-family: "Open Sans", "sans-serif"; }
    html * strike {
      text-decoration: line-through !important; }
  html .theme-button.default {
    background-color: #8e8e8e;
    color: #ffffff; }
  html .theme-button:hover {
    background-color: #686868; }
  html .theme-button:active, html .theme-button:focus {
    background-color: #4e4e4e; }
  html #another-header {
    background-color: #f2ff00; }
    html #another-header .container {
      background-color: #f2ff00;
      position: relative; }
      html #another-header .container:before {
        z-index: 2;
        position: absolute;
        margin: auto;
        width: 30px;
        height: 30px;
        background-color: #f2ff00;
        content: '';
        right: 65px;
        bottom: 5px;
        transform: translateY(50%) rotate(45deg);
        z-index: 1; }
  html .user-navbar-links .user-link span {
    color: #000000; }
  html .navbar {
    background-color: #8e8e8e; }
    html .navbar .navbar-brand span {
      font-family: "Merriweather", "sans-serif";
      color: #ffffff; }
    html .navbar .navbar-links .link {
      font-family: "Open Sans", "sans-serif"; }
      html .navbar .navbar-links .link span {
        color: #ffffff; }
    html .navbar.darker {
      background-color: rgba(0, 0, 0, 0.55); }
    @media (max-width: 768px) {
      html .navbar {
        display: none; } }
  html .home-page .home-presentation {
    background-color: #8e8e8e; }
    html .home-page .home-presentation .content .small-title {
      font-family: "Open Sans", "sans-serif";
      color: #ffffff; }
    html .home-page .home-presentation .content .large-title {
      font-family: "Merriweather", "sans-serif";
      color: #ffffff; }
    html .home-page .home-presentation .slider-footer {
      background-color: #8e8e8e; }
      html .home-page .home-presentation .slider-footer .description:before {
        z-index: 2;
        position: absolute;
        margin: auto;
        width: 30px;
        height: 30px;
        background-color: #8e8e8e;
        content: '';
        top: 0;
        right: 0;
        left: 0;
        transform: translateY(-50%) rotate(45deg); }
      html .home-page .home-presentation .slider-footer .title {
        font-size: 16px;
        font-family: "Merriweather", "sans-serif";
        color: #ffffff;
        font-weight: 700; }
      html .home-page .home-presentation .slider-footer .description {
        font-size: 14px;
        font-family: "Open Sans", "sans-serif";
        color: #ffffff;
        line-height: 1.8; }
    html .home-page .home-presentation .owl-dot {
      border-color: #ffffff; }
      html .home-page .home-presentation .owl-dot.active {
        background-color: #ffffff; }
  html .home-page .benefits {
    background-color: #FEFEFE; }
    html .home-page .benefits .section-title {
      font-size: 36px;
      font-family: "Merriweather", "sans-serif";
      font-weight: 700; }
      @media (min-width: 1800px) {
        html .home-page .benefits .section-title {
          font-size: 4em; } }
    html .home-page .benefits .title {
      font-family: "Merriweather", "sans-serif";
      font-size: 16px; }
    html .home-page .benefits .description {
      font-family: "Open Sans", "sans-serif";
      font-size: 12px;
      line-height: 1.8; }
      @media (min-width: 1800px) {
        html .home-page .benefits .description {
          font-size: 1.8em; } }
    html .home-page .benefits .description {
      color: #787878; }
    html .home-page .benefits .section-title,
    html .home-page .benefits .title,
    html .home-page .benefits .icon {
      color: #8e8e8e; }
  html .home-page .grid .available {
    font-family: "Open Sans", "sans-serif"; }
    html .home-page .grid .available strong {
      font-family: "Open Sans", "sans-serif";
      color: red; }
  html .home-page .grid .card-md .content,
  html .home-page .grid .card-lg .content {
    background-color: #f2ff00; }
  html .home-page .grid .card-lg:not(.inverted) .content:before {
    z-index: 2;
    position: absolute;
    margin: auto;
    width: 30px;
    height: 30px;
    background-color: #f2ff00;
    content: '';
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(50%) rotate(45deg); }
  html .home-page .grid .card-lg.inverted .content:before {
    z-index: 2;
    position: absolute;
    margin: auto;
    width: 30px;
    height: 30px;
    background-color: #f2ff00;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    transform: translateY(-50%) rotate(45deg); }
  html .home-page .grid .card-md.left .content:before {
    z-index: 2;
    position: absolute;
    margin: auto;
    width: 30px;
    height: 30px;
    background-color: #f2ff00;
    content: '';
    top: 0;
    right: -15px;
    bottom: 0;
    transform: translateY(0%) rotate(45deg); }
  html .home-page .grid .card-md.right .content:before {
    z-index: 2;
    position: absolute;
    margin: auto;
    width: 30px;
    height: 30px;
    background-color: #f2ff00;
    content: '';
    top: 0;
    bottom: 0;
    left: -15px;
    transform: translateY(0%) rotate(45deg); }
  html .home-page .grid .texts .text-md {
    font-family: "Merriweather", "sans-serif";
    font-size: 16px;
    font-weight: 700;
    color: #000000; }
  html .home-page .grid .texts .text-sm {
    font-family: "Open Sans", "sans-serif"; }
    html .home-page .grid .texts .text-sm p {
      color: #000000; }
  html .home-page .grid .content .prices {
    font-family: "Open Sans", "sans-serif"; }
    html .home-page .grid .content .prices strike,
    html .home-page .grid .content .prices strong {
      color: #000000; }
    html .home-page .grid .content .prices .base-price {
      color: #000000; }
      html .home-page .grid .content .prices .base-price strike {
        color: #262626; }
  html .home-page .home-professors .content {
    background: #8e8e8e; }
    html .home-page .home-professors .content .title {
      font-family: "Merriweather", "sans-serif";
      font-size: 36px;
      font-weight: 700;
      line-height: 1.4;
      color: #ffffff; }
    html .home-page .home-professors .content .description {
      font-family: "Open Sans", "sans-serif";
      font-size: 12px;
      line-height: 1.8;
      color: #ffffff; }
  html .home-page .home-professors .professor .name {
    font-family: "Merriweather", "sans-serif";
    color: #ffffff;
    font-size: 14px; }
  html .home-page .home-professors .professor .description {
    font-family: "Open Sans", "sans-serif";
    font-size: 12px;
    font-weight: 300;
    line-height: 1.8; }
  html .home-page .home-testimonials {
    background-color: #ffff00; }
    html .home-page .home-testimonials .content {
      position: relative; }
      html .home-page .home-testimonials .content:before {
        z-index: 2;
        position: absolute;
        margin: auto;
        width: 30px;
        height: 30px;
        background-color: #ffff00;
        content: '';
        top: 0;
        right: -15px;
        bottom: 0;
        transform: translateY(0%) rotate(45deg); }
      html .home-page .home-testimonials .content .quot {
        color: #8e8e8e; }
      html .home-page .home-testimonials .content .title,
      html .home-page .home-testimonials .content .description,
      html .home-page .home-testimonials .content .info .name,
      html .home-page .home-testimonials .content .info .subtitle {
        color: #000000; }
      html .home-page .home-testimonials .content .title {
        font-family: "Merriweather", "sans-serif";
        font-size: 36px;
        font-weight: 700; }
      html .home-page .home-testimonials .content .description {
        font-family: "Open Sans", "sans-serif";
        font-size: 14px; }
      html .home-page .home-testimonials .content .info .name {
        font-family: "Merriweather", "sans-serif";
        font-size: 16px; }
      html .home-page .home-testimonials .content .info .subtitle {
        font-family: "Open Sans", "sans-serif";
        font-size: 12px; }
    html .home-page .home-testimonials .owl-nav button {
      border-color: #000000; }
      html .home-page .home-testimonials .owl-nav button span {
        color: #000000; }
  html .course-page .card-progress .description,
  html .course-page .card-progress .description * {
    color: black; }
  html .course-page .card-progress .progress-bar-component {
    border: 1px solid #8e8e8e;
    background-color: #8e8e8e; }
    html .course-page .card-progress .progress-bar-component .percent {
      color: #ffffff; }
  html .course-page .card-progress .progress-bar-success {
    background-color: #000000; }
  html .lesson-page .js-fix-scroll-wrapper {
    max-width: 100%; }
  html .lesson-page #js-comments-container .title,
  html .lesson-page #js-comments-container .title * {
    color: black !important; }
  html .lesson-page .panel-heading,
  html .lesson-page h4 p {
    color: black; }
  html .lesson-page #upload {
    border-color: black; }
  html .lesson-page .label-success,
  html .lesson-page .progress-bar-success {
    background-color: #000000; }
  html .lesson-page .label-info,
  html .lesson-page .progress-bar-info {
    background-color: #8e8e8e; }
  html .lesson-page .course-content .modules .list-group-item .content-lesson .class-info .right .icon-check {
    color: #8e8e8e; }
  html .lesson-page .active a {
    color: #8e8e8e;
    border-bottom-color: #8e8e8e; }
    html .lesson-page .active a:hover {
      color: #5b5b5b;
      border-bottom-color: #5b5b5b; }
  html .product-page .image .title {
    color: #ffffff; }
  html .product-page .image .content .price strike,
  html .product-page .image .content .price strong,
  html .product-page .image .content .price option,
  html .product-page .image .content .installments strike,
  html .product-page .image .content .installments strong,
  html .product-page .image .content .installments option {
    color: #ffffff; }
  html .product-page .image .content .enroll .dropdown-menu {
    background: #8e8e8e; }
    html .product-page .image .content .enroll .dropdown-menu li a {
      color: #ffffff; }
    html .product-page .image .content .enroll .dropdown-menu li:hover {
      background: #ffffff; }
      html .product-page .image .content .enroll .dropdown-menu li:hover a {
        color: #8e8e8e; }
    html .product-page .image .content .enroll .dropdown-menu:before {
      background: #8e8e8e; }
  html .product-page .header-description {
    background-color: #f2ff00; }
    html .product-page .header-description h2 img,
    html .product-page .header-description img {
      height: 100% !important;
      width: 100% !important; }
    html .product-page .header-description:before {
      z-index: 2;
      position: absolute;
      margin: auto;
      width: 30px;
      height: 30px;
      background-color: #f2ff00;
      content: '';
      top: 0;
      right: 0;
      left: 0;
      transform: translateY(-50%) rotate(45deg); }
    html .product-page .header-description .description-text {
      color: #000000; }
      html .product-page .header-description .description-text p {
        font-family: "Open Sans", "sans-serif";
        color: #8e8e8e;
        font-weight: bold;
        text-align: center;
        padding: 0 60px; }
  html .product-page .product-details {
    background-color: #333333; }
    html .product-page .product-details .course-content-div {
      background-color: #ffff00;
      position: relative; }
      html .product-page .product-details .course-content-div .busy {
        border-color: #000000 !important; }
        html .product-page .product-details .course-content-div .busy:after {
          background: #000000 !important; }
      html .product-page .product-details .course-content-div .title {
        color: #000000; }
      html .product-page .product-details .course-content-div .list-group-item * {
        color: #000000; }
      html .product-page .product-details .course-content-div .list-group-item span {
        font-family: "Open Sans", "sans-serif"; }
      html .product-page .product-details .course-content-div .list-group-item.module:hover &gt; .icon {
        color: black; }
  html .product-page .product-path .path-quantity {
    background: #ffffff;
    position: relative; }
    html .product-page .product-path .path-quantity .subtitle {
      font-family: "Open Sans", "sans-serif";
      color: #000000; }
  html .product-page .product-path .title {
    font-size: 16px; }
  html .product-page .product-path .course-info {
    background: #f2ff00; }
    html .product-page .product-path .course-info p {
      color: #000000;
      font-family: "Open Sans", "sans-serif";
      font-size: 14px; }
    html .product-page .product-path .course-info .duration {
      color: #000000;
      font-family: "Open Sans", "sans-serif";
      font-size: 12px; }
  html .product-page .product-path .owl-dot {
    background-color: #ffffff;
    border-color: #8e8e8e; }
    html .product-page .product-path .owl-dot.active {
      background-color: #8e8e8e; }
  html .product-page .product-path .text-center {
    background-color: #ffffff; }
    html .product-page .product-path .text-center .pagination {
      margin: 50px 0; }
  html .product-page .product-professors .block-placeholder {
    background-color: #616600; }
  html .product-page .product-professors .professor-info {
    background-color: #000000; }
    html .product-page .product-professors .professor-info &gt; p {
      color: #ffffff;
      font-family: "Open Sans", "sans-serif"; }
  html .product-page .product-professors .professor-name span {
    color: #ffffff;
    font-family: "Merriweather", "sans-serif"; }
  html .product-page .product-topics-and-rating .product-topics {
    background-color: #000; }
    html .product-page .product-topics-and-rating .product-topics .title {
      color: #ffffff;
      font-family: "Merriweather", "sans-serif"; }
    html .product-page .product-topics-and-rating .product-topics p {
      color: #ffffff;
      font-family: "Open Sans", "sans-serif"; }
    html .product-page .product-topics-and-rating .product-topics * {
      color: #ffffff;
      font-family: "Open Sans", "sans-serif"; }
    html .product-page .product-topics-and-rating .product-topics .owl-nav span {
      color: #ffffff; }
  html .product-page .product-topics-and-rating #rating-container .title {
    font-family: "Merriweather", "sans-serif"; }
  html .product-page .product-topics-and-rating #rating-container .student-name,
  html .product-page .product-topics-and-rating #rating-container .student-note p {
    font-family: "Open Sans", "sans-serif"; }
  html .product-page .product-topics-and-rating .rating-top {
    background-color: #ffffff;
    position: relative; }
    html .product-page .product-topics-and-rating .rating-top:before {
      z-index: 2;
      position: absolute;
      margin: auto;
      width: 30px;
      height: 30px;
      background-color: #ffffff;
      content: '';
      right: 0;
      bottom: 0;
      left: 0;
      transform: translateY(50%) rotate(45deg); }
    html .product-page .product-topics-and-rating .rating-top .title {
      color: #000000; }
  html .product-page .product-topics-and-rating .rating-bottom {
    background-color: #f2ff00; }
    html .product-page .product-topics-and-rating .rating-bottom .student-note {
      color: #000000; }
    html .product-page .product-topics-and-rating .rating-bottom .owl-dot {
      border-color: #000000;
      background-color: transparent; }
      html .product-page .product-topics-and-rating .rating-bottom .owl-dot.active {
        background-color: #000000; }
  html .product-page .product-footer {
    background-color: #ffffff;
    position: relative; }
    html .product-page .product-footer:before {
      z-index: 2;
      position: absolute;
      margin: auto;
      width: 30px;
      height: 30px;
      background-color: #000;
      content: '';
      right: 0;
      bottom: 0;
      left: 0;
      transform: translateY(50%) rotate(45deg); }
    html .product-page .product-footer .product-text {
      color: #000000; }
  html .products-page .card.normal .content {
    position: relative; }
    html .products-page .card.normal .content:before {
      z-index: 2;
      position: absolute;
      margin: auto;
      width: 30px;
      height: 30px;
      background-color: #f2ff00;
      content: '';
      top: 0;
      bottom: 0;
      left: -15px;
      transform: translateY(0%) rotate(45deg); }
  html .products-page .card.inverted .content {
    position: relative; }
    html .products-page .card.inverted .content:before {
      z-index: 2;
      position: absolute;
      margin: auto;
      width: 30px;
      height: 30px;
      background-color: #f2ff00;
      content: '';
      top: 0;
      right: -15px;
      bottom: 0;
      transform: translateY(0%) rotate(45deg); }
  html .products-page .card .content {
    background-color: #f2ff00; }
    html .products-page .card .content .title {
      font-family: "Merriweather", "sans-serif";
      font-size: 16px;
      color: #000000; }
    html .products-page .card .content .description {
      font-family: "Open Sans", "sans-serif";
      font-size: 12px;
      line-height: 1.8;
      color: #000000; }
    html .products-page .card .content .price {
      font-family: "Open Sans", "sans-serif";
      font-size: 14px;
      color: #000000; }
      html .products-page .card .content .price strike {
        color: #262626; }
  html .products-page #product-more {
    background-color: #ffffff; }
  html .page-footer {
    background-color: #000000;
    align-items: baseline;
    padding-top: 60px; }
    html .page-footer .container {
      align-items: baseline;
      display: flex;
      flex-direction: column; }
      html .page-footer .container .caixa-topo {
        margin-bottom: 40px;
        display: flex;
        align-items: baseline; }
        @media (max-width: 768px) {
          html .page-footer .container .caixa-topo {
            flex-direction: column;
            align-items: center; } }
      html .page-footer .container .caixa-meio {
        margin: 40px 0; }
        @media (max-width: 768px) {
          html .page-footer .container .caixa-meio {
            width: 100%;
            margin: 0; } }
        html .page-footer .container .caixa-meio .lista-links {
          display: flex; }
          @media (max-width: 768px) {
            html .page-footer .container .caixa-meio .lista-links {
              flex-direction: column;
              text-align: center;
              padding: 0; } }
          html .page-footer .container .caixa-meio .lista-links .link {
            display: inline-block;
            margin-left: 40px;
            font-size: 13px;
            font-weight: 700; }
            @media (max-width: 768px) {
              html .page-footer .container .caixa-meio .lista-links .link {
                margin: 10px 0; } }
            html .page-footer .container .caixa-meio .lista-links .link:hover a {
              color: #fff;
              transition: color ease 0.25s; }
      html .page-footer .container .caixa-fim {
        padding-left: 70px;
        margin: 20px 0 60px; }
        @media (max-width: 767px) {
          html .page-footer .container .caixa-fim {
            padding-left: 0;
            margin: 20px 0;
            text-align: center; } }
        html .page-footer .container .caixa-fim p {
          color: #fff;
          font-size: 13px;
          margin: 0; }
      html .page-footer .container .footer-topic {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center; }
        @media (max-width: 768px) {
          html .page-footer .container .footer-topic {
            margin-top: 20px; } }
        html .page-footer .container .footer-topic .title {
          color: #8e8e8e;
          font-weight: 700;
          margin-bottom: 10px; }
        html .page-footer .container .footer-topic .content {
          color: #fff;
          text-align: center;
          font-size: 13px; }
      html .page-footer .container .social-media i:hover {
        color: #8e8e8e;
        transition: color ease-in-out 0.25s; }
      html .page-footer .container .shop .shop-link {
        color: #fff;
        font-size: 13px;
        margin-bottom: 5px; }
        html .page-footer .container .shop .shop-link:hover {
          color: #8e8e8e; }
      html .page-footer .container .help .box-buttons {
        margin-top: 20px;
        display: flex;
        justify-content: space-evenly; }
        html .page-footer .container .help .box-buttons .button-help {
          border: 1px solid #8e8e8e;
          padding: 10px;
          font-size: 13px;
          width: 115px;
          border-radius: 3px;
          font-weight: 800; }
          html .page-footer .container .help .box-buttons .button-help:hover {
            background-color: #8e8e8e;
            color: #fff;
            transition: all ease 0.25s; }
    html .page-footer .newsletter .text-field {
      border-color: #ffffff;
      color: #ffffff; }
      html .page-footer .newsletter .text-field::placeholder {
        color: rgba(255, 255, 255, 0.8); }
    html .page-footer .newsletter .submit-btn {
      border-color: #ffffff;
      color: #ffffff; }
    html .page-footer .payment span {
      color: #ffffff; }
    html .page-footer .logo {
      font-family: "Merriweather", "sans-serif";
      color: #ffffff; }
    html .page-footer .topic,
    html .page-footer .title {
      color: #ffffff; }
    html .page-footer .company-name {
      color: #ffffff;
      font-family: "Merriweather", "sans-serif";
      font-weight: 700; }
    html .page-footer .school-info .title {
      font-family: "Open Sans", "sans-serif";
      font-weight: 600;
      font-size: 12px; }
    html .page-footer .school-info .cnpj {
      font-family: "Open Sans", "sans-serif";
      font-size: 12px; }
    html .page-footer .social-media .icon {
      color: #ffffff; }

#blockColorblindContent {
  display: none; }

body *:focus {
  outline: none; }

#path_courses_carousel {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  @media (max-width: 768px) {
    #path_courses_carousel {
      grid-template-columns: 1fr; } }

body &gt; div.content-wrapper &gt; div.home-page.page &gt; section.home-redacao &gt; div.container.caixa-conteudo &gt; div.content &gt; a {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none !important;
  font-family: "Open Sans", "sans-serif";
  transition: all 0.2s ease;
  font-size: 16px;
  line-height: 1.618;
  user-select: none;
  display: inline-block;
  margin-bottom: 0;
  outline: 0 !important;
  background-image: none;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-appearance: none;
  margin-top: 20px;
  padding: 8px 25px;
  width: fit-content;
  border: 1px solid #136100;
  border-radius: 5px;
  color: #136100; }
  body &gt; div.content-wrapper &gt; div.home-page.page &gt; section.home-redacao &gt; div.container.caixa-conteudo &gt; div.content &gt; a:hover {
    color: #fff;
    background-color: #136100; }

.whatsapp {
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000; }
</pre></body></html>