@charset "UTF-8";

/* Import font Roboto */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  height: auto;
  min-height: 100%;
  overflow-x: hidden !important;
  text-size-adjust: 100%;
}

.page-title {
  display: none !important;
}

.pages.show .show-content {
  padding: 0;
}

.header-bar {
  border-bottom: none;
}

#quiz-time-elapsed {
  display: none;
}

body {
  counter-reset: footnotes;
}

@media print {

  .header-bar,
  .quiz-header,
  .quiz-submission .alert,
  .quiz_score,
  .quiz-submission .quiz_duration,
  .answer_arrow {
    display: none;
  }
}

select {
  width: auto !important;
}

.graduation {
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
  max-width: 780px !important;
}

body {
  font-size: 1.0625rem !important;
  font-weight: normal;
  margin: 0;
  line-height: 1.47059 !important;
  color: #1d1d1f !important;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  /*"Lato", "Helvetica Neue",
  letter-spacing: -0.01em;*/
}

.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}

.container:after {
  clear: both;
}

p {
  margin: 16px 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal !important;
  font-family: inherit !important;
}

/* -------------------------
--------- CONTENT ----------
------------------------- */
.graduation,
.quiz_comment {
  margin: 0 auto;
}

.graduation .container,
.quiz_comment .container {
  margin: 0 auto;
  padding: 0 20px;
}

.graduation .content iframe,
.graduation iframe,
.quiz_comment .content iframe,
.quiz_comment iframe {
  height: 416px;
  transform: translateY(2px);
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  overflow: auto;
}

.graduation .arredondado,
.quiz_comment .arredondado {
  border-radius: 20px;
}

.graduation iframe[src*="youtube"],
.quiz_comment iframe[src*="youtube"] {
  min-width: 100% !important;
}

.graduation .btn,
.quiz_comment .btn {
  background-color: black;
  padding: 10px;
  color: white;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s;
  cursor: pointer;
  font-size: 1rem;
}

.header .btn {
  font-size: inherit;
}

.graduation .btn:hover,
.quiz_comment .btn:hover {
  background-color: #00838f;
}

.graduation .btn.btn-padrao,
.quiz_comment .btn.btn-padrao {
  background-color: #f2f2f2;
  color: #1d1d1f;
  border: 1px solid #C7CDD1;
}

.graduation .btn.btn-padrao:hover,
.graduation .btn.btn-padrao:focus,
.quiz_comment .btn.btn-padrao:hover,
.quiz_comment .btn.btn-padrao:focus {
  background-color: #e8e8e8;
}

.graduation .btn-bar,
.quiz_comment .btn-bar {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 30px;
  font-size: 12px;
  align-items: center;
}

.graduation .btn-bar a,
.quiz_comment .btn-bar a {
  max-width: 50%;
  background-color: #f2f2f2;
  color: black;
  text-align: center;
}

.graduation .btn-bar a:hover,
.quiz_comment .btn-bar a:hover {
  background-color: #e5e5e5;
}

.graduation .btn-bar a:not(:last-child),
.quiz_comment .btn-bar a:not(:last-child) {
  border-right: 2px solid white;
}

.graduation .btn-bar a.no-btn {
  background-color: #fff;
  color: #20399d;
  text-align: center;
  padding: 0 10px;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.graduation .btn-bar a.no-btn:hover {
  background-color: #fff;
  color: #000;
  text-decoration: underline;
}

.graduation h1,
.quiz_comment h1 {
  margin: 0;
  font-weight: bold;
}

.graduation h2,
.graduation h3,
.quiz_comment h2,
.quiz_comment h3 {
  font-size: 16px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}

.graduation h4,
.quiz_comment h4 {
  margin-top: 2em;
}

.graduation h5,
.quiz_comment h5 {
  font-size: 12px;
  color: #005662;
  border-bottom: 1px solid #005662;
  padding-bottom: 5px;
  margin-top: 3em;
  text-transform: uppercase;
}

.graduation a,
.quiz_comment a {
  color: #20399d;
}

.graduation blockquote,
.quiz_comment blockquote {
  font-size: 14px;
  margin-left: 30px;
  font-style: italic;
  color: black;
  border-left: 0;
}

.graduation hr,
.quiz_comment hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  border-top: 1px solid #005662;
  margin-left: 0;
  text-align: left;
}

.graduation hr+h4,
.quiz_comment hr+h4 {
  color: #005662;
  margin-top: 1em;
}

.graduation img,
.quiz_comment img {
  max-width: 100%;
  height: auto;
}

.graduation figure,
.quiz_comment figure {
  text-align: center;
}

.graduation figcaption,
.quiz_comment figcaption {
  color: black;
  font-size: 12px;
  max-width: 500px;
  text-align: center;
  margin: auto;
}

.graduation .caixa,
.quiz_comment .caixa {
  padding: 15px 30px;
  background-color: #f2f2f2;
}

.graduation .caixa h4,
.quiz_comment .caixa h4 {
  margin-top: 1em;
  color: black;
}

.graduation .destaque,
.quiz_comment .destaque {
  margin: 50px 0;
}

.graduation .destaque hr,
.quiz_comment .destaque hr {
  width: 100%;
  border-top: 1px solid #005662;
  margin-left: 0;
  text-align: left;
}

.graduation .destaque h4,
.quiz_comment .destaque h4 {
  color: #005662;
  margin-top: 1em;
}

.graduation ul,
.graduation ol,
.quiz_comment ul,
.quiz_comment ol {
  list-style: none;
  color: black;
  padding-left: 36px;
  margin: 0 0 16px 0 !important;
}

.graduation .description ul,
.graduation .description ol,
.quiz_comment .description ul,
.quiz_comment .description ol {
  list-style: none;
  color: black;
  /*padding-left: 12px;*/
  margin: 0 0 16px 0 !important;
}

.graduation ul ol,
.graduation ol ol,
.graduation ul li ol,
.graduation ol li ol,
.quiz_comment ul ol,
.quiz_comment ol ol,
.quiz_comment ul li ol,
.quiz_comment ol li ol {
  list-style-position: inside;
  padding-left: 1.7em;
  counter-reset: list;
}

.graduation ul ul,
.graduation ol ul,
.graduation ul li ul,
.graduation ol li ul,
.quiz_comment ul ul,
.quiz_comment ol ul,
.quiz_comment ul li ul,
.quiz_comment ol li ul {
  padding-left: 1.4em;
  list-style-position: inside;
}

.graduation ol>li,
.quiz_comment ol>li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  margin-bottom: 6px;
}

.graduation ul>li,
.quiz_comment ul>li {
  list-style-type: none;
  position: relative;
  margin-bottom: 6px;
}

.graduation ul>li:before,
.quiz_comment ul>li:before {
  content: "•";
  color: rgb(0, 165, 162);
  left: -36px;
  top: 0px;
  position: absolute;
  text-align: center;
  width: 36px;
  font-size: 1.5em;
  line-height: 1.1;
}

.graduation ol>li:before,
.quiz_comment ol>li:before {
  content: counter(list) ".";
  color: #00838f;
  left: -36px;
  top: 0;
  position: absolute;
  text-align: right;
  width: 25px;
  font-weight: bold;
}

.graduation ol.a>li:before,
.quiz_comment ol.a>li:before {
  content: counter(list, lower-alpha) ".";
}

.graduation ol.a-caps>li:before,
.quiz_comment ol.a-caps>li:before {
  content: counter(list, upper-alpha) ".";
}

.graduation ol.i>li:before,
.quiz_comment ol.i>li:before {
  content: counter(list, upper-roman) ".";
}

.graduation ol.i-min>li:before,
.quiz_comment ol.i-min>li:before {
  content: counter(list, lower-roman) ".";
}

.graduation table,
.quiz_comment table {
  border-collapse: collapse;
  width: 100%;
  /* margin-left: 0!important;
    margin-right: 0!important; */
  margin-top: 2em;
  margin-bottom: 2em;
  /* compatibilidade */
  /**/
}

.graduation table th,
.graduation table td,
.quiz_comment table th,
.quiz_comment table td {
  text-align: left;
  padding: .3em 1em;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

.graduation table th,
.quiz_comment table th {
  background-color: #f2f2f2;
}

.graduation table thead th,
.quiz_comment table thead th {
  background-color: #fff;
  border-top: 0;
  border-bottom: 2px solid black;
}

.graduation table thead tr,
.quiz_comment table thead tr {
  border-bottom: 2px solid black;
}

.graduation table thead td,
.quiz_comment table thead td {
  background-color: #fff;
  border-top: 0;
  font-weight: bold;
}

.graduation table tfoot tr,
.quiz_comment table tfoot tr {
  border-top: 2px solid black;
}

.graduation table th.center,
.graduation table td.center,
.quiz_comment table th.center,
.quiz_comment table td.center {
  text-align: center;
}

.graduation table th.right,
.graduation table td.right,
.quiz_comment table th.right,
.quiz_comment table td.right {
  text-align: right;
}

.graduation table.head_sidebar tbody td:first-child,
.quiz_comment table.head_sidebar tbody td:first-child {
  background-color: #f2f2f2;
  font-weight: bold;
}

.graduation .footer,
.quiz_comment .footer {
  margin-top: 60px;
}

.graduation .footer *,
.graduation .footer ol li:before,
.quiz_comment .footer *,
.quiz_comment .footer ol li:before {
  color: #4d4d4d;
}

.graduation .footer ol li:before,
.quiz_comment .footer ol li:before {
  content: "[" counter(list) "]";
}

.graduation .footer hr,
.quiz_comment .footer hr {
  width: 100%;
  border-top: 1px solid #4d4d4d;
  margin-left: 0;
  text-align: left;
}

.graduation .footer :target,
.quiz_comment .footer :target {
  background: #f2f2f2;
}

.graduation .footer .visually-hidden,
.quiz_comment .footer .visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  visibility: hidden;
  opacity: 0;
}

.graduation [aria-describedby="footnote-label"],
.quiz_comment [aria-describedby="footnote-label"] {
  counter-increment: footnotes;
  text-decoration: none;
  color: inherit;
  cursor: default;
  outline: none;
}

.graduation [aria-describedby="footnote-label"]::after,
.quiz_comment [aria-describedby="footnote-label"]::after {
  content: "[" counter(footnotes) "]";
  vertical-align: super;
  font-size: 0.6em;
  margin-left: 2px;
  color: #005662;
  cursor: pointer;
}

.graduation [aria-describedby="footnote-label"]:focus::after,
.quiz_comment [aria-describedby="footnote-label"]:focus::after {
  outline: thin dotted;
  outline-offset: 2px;
}

.graduation [aria-label="Back to content"],
.quiz_comment [aria-label="Back to content"] {
  font-size: 0.8em;
}

.quiz_comment {
  margin: 25px !important;
  background-image: none !important;
}

.enhanceable_content.tabs.playlist,
.enhanceable_content.tabs.slideshow {
  max-width: 700px !important;
  margin-top: 30px;
}

.enhanceable_content.tabs.playlist>div,
.enhanceable_content.tabs.slideshow>div {
  padding: 0;
  background-color: black !important;
  border-color: transparent;
}

.enhanceable_content.tabs.playlist ul li,
.enhanceable_content.tabs.slideshow ul li {
  width: 100%;
  background-color: #f2f2f2;
  transition: .25s all;
  cursor: pointer;
  border-radius: 0 !important;
}

.enhanceable_content.tabs.playlist ul li.ui-tabs-active.ui-state-active,
.enhanceable_content.tabs.slideshow ul li.ui-tabs-active.ui-state-active {
  background: #00838f !important;
  border-color: transparent !important;
}

.enhanceable_content.tabs.playlist ul li.ui-tabs-active.ui-state-active a,
.enhanceable_content.tabs.slideshow ul li.ui-tabs-active.ui-state-active a {
  color: white !important;
}

.enhanceable_content.tabs.playlist ul li.ui-state-default.ui-corner-top.ui-state-hover,
.enhanceable_content.tabs.slideshow ul li.ui-state-default.ui-corner-top.ui-state-hover {
  border-radius: 0 !important;
  border-color: transparent !important;
}

.enhanceable_content.tabs.playlist ul li:hover,
.enhanceable_content.tabs.slideshow ul li:hover {
  border-color: transparent !important;
}

.enhanceable_content.tabs.playlist ul li a,
.enhanceable_content.tabs.slideshow ul li a {
  text-decoration: none;
  color: black;
}

.enhanceable_content.tabs.slideshow>div {
  background-color: transparent;
}

.enhanceable_content.tabs.slideshow ul {
  display: flex;
  background-color: #f2f2f2;
  border-bottom-color: transparent;
}

.enhanceable_content.tabs.slideshow ul li {
  max-width: 20%;
  padding: 0;
  background-color: transparent !important;
  opacity: .25;
}

.enhanceable_content.tabs.slideshow ul li.ui-tabs-active.ui-state-active {
  opacity: 1;
  background-color: transparent !important;
}

.enhanceable_content.tabs.slideshow ul li a {
  padding: 0;
}

.enhanceable_content.tabs.slideshow ul li img {
  width: 100%;
  height: auto;
}

.enhanceable_content.tabs.playlist.acessibilidade ul {
  list-style: none !important;
}

.enhanceable_content.tabs.playlist.acessibilidade ul li {
  width: auto;
  display: inline !important;
}

.enhanceable_content.tabs.playlist.acessibilidade ul li a {
  text-decoration: none;
  color: black;
  display: inline-block !important;
}

.enhanceable_content.tabs li:before {
  content: "";
}

.enhanceable_content.tabs .tasks_form .input1 {
  width: 300px;
  background: #e6e6e6;
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.47059;
  color: #505050;
}

.enhanceable_content.tabs .tasks_form input.input1 {
  width: 300px;
  height: 30px;
  border-radius: 25px;
  padding: 0 30px;
}

.enhanceable_content.tabs .tasks_form input.input1+.shadow-input1 {
  border-radius: 25px;
}

.enhanceable_content.tabs .tasks_form textarea.input1 {
  min-height: 150px;
  border-radius: 25px;
  padding: 12px 30px;
}

.enhanceable_content.tabs .tasks_form textarea.input1+.shadow-input1 {
  border-radius: 25px;
}

/* -------------------------
----------- MENUS ----------
------------------------- */
/* ----- Elementos comuns -----*/
a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.container.header {
  text-align: center;
  position: relative;
}

.container.header img,
.container.header .img-banner {
  max-width: 700px !important;
  height: auto;
}

.container.header .banner-background {
  width: 100%;
  height: 160px;
  /*background-position: center bottom;*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.container.header div.container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0;
  margin: 0 20px;
}

.container.header div.container>div {
  padding: 0 15px;
  margin-top: -15px;
}

.container.header * {
  color: white;
}

.container.header span {
  text-transform: uppercase;
  font-size: 1rem;
}

.container.header h1 {
  line-height: 1.1;
  font-size: 1.75rem;
}

.container.header a {
  position: absolute;
  bottom: -20px;
  text-align: center;
}

.container.header a:hover {
  color: #fff;
}

/* ----- Página inicial ----- */
.intro {
  margin-top: 15px !important;
}

.intro h2,
.intro h3 {
  text-transform: none;
}

.intro h2 {
  background-color: #f2f2f2;
  color: #1d1d1f;
  padding: 18px 20px;
  margin-bottom: 15px;
  margin-top: 30px;
  font-size: 1.75rem;
  font-weight: normal !important;
}

.intro .subheader {
  color: #005662;
  text-transform: uppercase;
  margin: 0;
  border-bottom: none;
}

.intro .title {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  margin-bottom: 10px;
}

.intro .title * {
  align-items: stretch;
}

.intro .title h1 {
  color: #00838f;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 2px solid #005662;
  margin: 0;
  font-size: 2rem;
  line-height: 1.19048;
}

.intro .title span {
  margin: 0;
  font-size: 55px;
  color: #005662;
  font-weight: bold;
  padding-right: 15px;
  padding-left: 15px;
  transform: translateX(2px);
  line-height: 1;
  border-right: 2px solid #005662;
}

.teacher {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
}

.teacher:not(:last-child) {
  border-bottom: 2px solid #f2f2f2;
}

/*
@media (max-width: 767px) {
  .teacher {
    flex-flow: row wrap;
  }
}*/

.teacher h3,
.teacher h4,
.teacher p {
  margin: 0;
}

.teacher h3 {
  font-size: 1.5rem;
}

.teacher h4 {
  margin-bottom: 10px;
  font-size: 1.1875rem;
  line-height: 1.25;
}

.teacher p {
  margin: 0;
}

.teacher img {
  border-radius: 50%;
  margin-right: 30px;
  width: 115px;
  height: auto;
}

/* ----- Lista de conteúdo da semana ----- */
.content-item {
  display: flex;
  align-items: flex-start;
  text-decoration: none !important;
  margin-top: 2px;
  transition: all 0.25s;
  position: relative;
  -webkit-print-color-adjust: exact;
  padding: 30px 15px;
}

.content-item>div>*:not(p) {
  margin: 0;
}

.content-item h2,
.content-item h3 {
  text-transform: none;
}

.content-item .content {
  width: 100%;
}

.content-item .content img {
  height: auto;
}

.content-item .icon,
.content-item div.arrow {
  width: 30px;
}

.content-item .icon {
  margin-right: 15px;
  margin-top: 0px;
}

.content-item .icon img {
  width: 26px;
  height: auto;
}

.content-item .icon+div {
  margin-left: 15px;
}

.content-item .arrow {
  margin-left: 15px;
  align-self: center;
  text-align: right;
  display: none;
}

.content-item.primary {
  box-shadow: inset 57px 0 0 0 #005662;
}

.content-item.tasks.primary {
  box-shadow: inset 57px 0 0 0 #a01f1f;
}

.content-item.forum.primary {
  box-shadow: inset 57px 0 0 0 #563895;
}

.content-item.secondary {
  box-shadow: inset 57px 0 0 0 #005662;
  /*#00838f;*/
}

.content-item.tasks.secondary {
  box-shadow: inset 57px 0 0 0 #d23a3a;
}

.content-item.neutral {
  box-shadow: inset 57px 0 0 0 #f2f2f2;
}

.content-item.neutral .icon img {
  filter: invert(100%);
}

.content-item h2,
.content-item h2 span {
  color: black;
  font-weight: bold;
  margin: 0;
  font-size: 20px;
  padding-bottom: 5px;
}

.content-item h2 span,
.content-item h2 span span {
  color: #005662;
}

.content-item h5,
.content-item h5 span {
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: none;
}

.content-item.primary h5 {
  color: #005662;
}

.content-item.tasks.primary h5 {
  color: #a01f1f;
}

.content-item.forum.primary h5 {
  color: #563895;
}

.content-item.secondary h5 {
  color: #00838f;
}

.content-item.tasks.secondary h5 {
  color: #d23a3a;
}

.content-list>.content-item {
  background-color: transparent;
}

.content-list>.content-item div.arrow {
  display: block;
}

.content-list>.content-item,
.content-list>.content-item * {
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
}

.content-list>.content-item:not(.no-transition):hover *,
.content-list>.content-item:not(.no-transition):hover h5 {
  color: white;
}

.content-list>.content-item:not(.no-transition).primary:hover {
  box-shadow: inset 700px 0 0 0 #005662;
}

.content-list>.content-item:not(.no-transition).tasks.primary:hover {
  box-shadow: inset 700px 0 0 0 #a01f1f;
}

.content-list>.content-item:not(.no-transition).forum.primary:hover {
  box-shadow: inset 700px 0 0 0 #563895;
}

.content-list>.content-item:not(.no-transition).secondary:hover {
  box-shadow: inset 700px 0 0 0 #00838f;
}

.content-list>.content-item:not(.no-transition).tasks.secondary:hover {
  box-shadow: inset 700px 0 0 0 #d23a3a;
}

.content-list>.content-item.guide>div,
.content-item.guide>div {
  padding: 15px;
}

.content-list>.content-item.guide.box,
.content-item.guide.box {
  background-color: #f2f2f2;
}

.content-list>.content-item.guide *,
.content-list>.content-item.guide:hover *,
.content-item.guide *,
.content-item.guide:hover * {
  color: #1d1d1f;
}

.content-item.no-transition .overlay {
  visibility: hidden;
}

/* -------------------------
------- WEEK UPDATE --------
------------------------- */
.title {
  position: relative;
  padding: 0;
  text-decoration: none !important;
  /* Semanas habilitadas 3o bimestre 2017 */
  /* Semanas habilitadas 4o bimestre 2017 */
  /* Semanas habilitadas 1o bimestre 2018 */
  /* Semanas habilitadas 2o bimestre 2018 */
  /* Semanas habilitadas 3o bimestre 2018 */
  /* Semanas habilitadas 4o bimestre 2018 */
  /* Semanas habilitadas 1o bimestre 2019 */
  /* Datas do Bimestre Atual */
  /* Semanas habilitadas 2o bimestre 2019 */
  /* Seta na última semana habilitada */
  /* Semanas desabilitadas */
}

.title span {
  position: relative;
}

.title.semana-1 h1,
.title.semana-2 h1,
.title.semana-3 h1,
.title.semana-4 h1,
.title.semana-5 h1,
.title.semana-6 h1,
.title.semana-7 h1,
.title.semana-8 h1 {
  transition: 0.25s all;
}

.title.semana-1:hover h1,
.title.semana-2:hover h1,
.title.semana-3:hover h1,
.title.semana-4:hover h1,
.title.semana-5:hover h1,
.title.semana-6:hover h1,
.title.semana-7:hover h1,
.title.semana-8:hover h1 {
  color: #005662;
}

.title.s1b4a17 h1,
.title.s2b4a17 h1,
.title.s3b4a17 h1,
.title.s4b4a17 h1,
.title.s5b4a17 h1,
.title.s6b4a17 h1,
.title.s7b4a17 h1 {
  transition: 0.25s all;
}

.title.s1b4a17:hover h1,
.title.s2b4a17:hover h1,
.title.s3b4a17:hover h1,
.title.s4b4a17:hover h1,
.title.s5b4a17:hover h1,
.title.s6b4a17:hover h1,
.title.s7b4a17:hover h1 {
  color: #005662;
}

.title.s1b1a18 h1,
.title.s2b1a18 h1,
.title.s3b1a18 h1,
.title.s4b1a18 h1,
.title.s5b1a18 h1,
.title.s6b1a18 h1,
.title.s7b1a18 h1,
.title.s8b1a18 h1 {
  transition: 0.25s all;
}

.title.s1b1a18:hover h1,
.title.s2b1a18:hover h1,
.title.s3b1a18:hover h1,
.title.s4b1a18:hover h1,
.title.s5b1a18:hover h1,
.title.s6b1a18:hover h1,
.title.s7b1a18:hover h1,
.title.s8b1a18:hover h1 {
  color: #005662;
}

.title.s1b2a18 h1,
.title.s2b2a18 h1,
.title.s3b2a18 h1,
.title.s4b2a18 h1,
.title.s5b2a18 h1,
.title.s6b2a18 h1,
.title.s7b2a18 h1,
.title.s7b2a18 h1,
.titles8b2a18 h1 {
  transition: 0.25s all;
}

.title.s1b2a18:hover h1,
.title.s2b2a18:hover h1,
.title.s3b2a18:hover h1,
.title.s4b2a18:hover h1,
.title.s5b2a18:hover h1,
.title.s6b2a18:hover h1,
.title.s7b2a18:hover h1,
.title.s7b2a18:hover h1,
.titles8b2a18:hover h1 {
  color: #005662;
}

.title.s1b3a18 h1,
.title.s2b3a18 h1,
.title.s3b3a18 h1,
.title.s4b3a18 h1,
.title.s5b3a18 h1,
.title.s6b3a18 h1,
.title.s7b3a18 h1,
.title.s8b3a18 h1 {
  transition: 0.25s all;
}

.title.s1b3a18:hover h1,
.title.s2b3a18:hover h1,
.title.s3b3a18:hover h1,
.title.s4b3a18:hover h1,
.title.s5b3a18:hover h1,
.title.s6b3a18:hover h1,
.title.s7b3a18:hover h1,
.title.s8b3a18:hover h1 {
  color: #005662;
}

.title.s1b4a18 h1,
.title.s2b4a18 h1,
.title.s3b4a18 h1,
.title.s4b4a18 h1,
.title.s5b4a18 h1,
.title.s6b4a18 h1,
.title.s7b4a18 h1,
.title.s8b4a18 h1 {
  transition: 0.25s all;
}

.title.s1b4a18:hover h1,
.title.s2b4a18:hover h1,
.title.s3b4a18:hover h1,
.title.s4b4a18:hover h1,
.title.s5b4a18:hover h1,
.title.s6b4a18:hover h1,
.title.s7b4a18:hover h1,
.title.s8b4a18:hover h1 {
  color: #005662;
}

.title.s0b1a19 h1,
.title.s1b1a19 h1,
.title.s1medb1a19 h1,
.title.s2b1a19 h1,
.title.s2medb1a19 h1,
.title.s3medb1a19 h1,
.title.s3b1a19 h1,
.title.s4b1a19 h1,
.title.s5b1a19 h1,
.title.s6b1a19 h1,
.title.s7b1a19 h1,
.title.s8b1a19 h1 {
  transition: 0.25s all;
}

.title.s0b1a19:hover h1,
.title.s1b1a19:hover h1,
.title.s1medb1a19:hover h1,
.title.s2b1a19:hover h1,
.title.s2medb1a19:hover h1,
.title.s3medb1a19:hover h1,
.title.s3b1a19:hover h1,
.title.s4b1a19:hover h1,
.title.s5b1a19:hover h1,
.title.s6b1a19:hover h1,
.title.s7b1a19:hover h1,
.title.s8b1a19:hover h1 {
  color: #005662;
}

.title .before {
  line-height: .9rem;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 5px;
  white-space: pre;
  font-weight: 700;
  border: 1px solid #005662;
  color: #005662;
  border-radius: 21px;
  height: 40px;
  min-width: 40px;
  z-index: 1;
  background-color: white;
}

.title.s1b2a19:before,
.title.s9b1a19:before,
.title.s2b2a19:before,
.title.s3b2a19:before,
.title.s10b1a19:before,
.title.s4b2a19:before,
.title.s5b2a19:before,
.title.s11b1a19:before,
.title.s6b2a19:before,
.title.s7b2a19:before,
.title.s12b1a19:before,
.title.s8b2a19:before {
  line-height: .9rem;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 5px;
  white-space: pre;
  font-weight: 700;
  border: 1px solid #005662;
  color: #005662;
  border-radius: 21px;
  height: 40px;
  min-width: 40px;
  z-index: 1;
}

.title.s1b2a19:before,
.title.s9b1a19:before {
  content: "1 \A mai";
}

.title.s2b2a19:before {
  content: "8 \A mai";
}

.title.s3b2a19:before,
.title.s10b1a19:before {
  content: "15 \A mai";
}

.title.s4b2a19:before {
  content: "22 \A mai";
}

.title.s5b2a19:before,
.title.s11b1a19:before {
  content: "29 \A mai";
}

.title.s6b2a19:before {
  content: "5 \A jun";
}

.title.s7b2a19:before,
.title.s12b1a19:before {
  content: "12 \A jun";
}

.title.s8b2a19:before {
  content: "19 \A jun";
}

.title.s1b2a19 h1,
.title.s9b1a19 h1,
.title.s2b2a19 h1,
.title.s3b2a19 h1,
.title.s10b1a19 h1,
.title.s4b2a19 h1,
.title.s5b2a19 h1,
.title.s11b1a19 h1,
.title.s6b2a19 h1,
.title.s7b2a19 h1,
.title.s12b1a19 h1,
.title.s8b2a19 h1 {
  transition: 0.25s all;
}

.title.s1b2a19:hover h1,
.title.s9b1a19:hover h1,
.title.s2b2a19:hover h1,
.title.s3b2a19:hover h1,
.title.s10b1a19:hover h1,
.title.s4b2a19:hover h1,
.title.s5b2a19:hover h1,
.title.s11b1a19:hover h1,
.title.s6b2a19:hover h1,
.title.s7b2a19:hover h1,
.title.s12b1a19:hover h1,
.title.s8b2a19:hover h1 {
  color: #005662;
}

.title.atual:before,
.title.s8b2a19:before {
  background-color: #005662;
  color: white;
}

.title.atual span:before,
.title.s8b2a19 span:before {
  content: "▶";
  position: absolute;
  left: -16px;
  top: 17px;
  color: #005662;
  z-index: -1;
  font-size: 24px;
}

.title.atual .before {
  background-color: #005662;
  color: white;
}

.title.desabilitada {
  cursor: default;
  filter: grayscale(1);
  opacity: .15;
}

.title.desabilitada a.overlay {
  visibility: hidden;
}

/* -------------------------
---------- PRINT -----------
------------------------- */
.print-only {
  display: none;
}

@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

@media print {

  @page {
    margin: 1.2cm 0.6cm;
  }

  body {
    font-size: 1rem !important;
  }

  a[href]:after {
    content: "" !important;
  }

  a {
    font-weight: normal !important;
  }

  iframe {
    display: none !important;
  }

  .no-print {
    display: none;
  }

  .print-only {
    display: inline-block;
    margin-top: 0px !important;
  }

  .print-only h1,
  .print-only h5,
  .print-only span {
    color: black !important;
  }

  .print-only .title h1 {
    border-color: black !important;
  }

  .print-only .title span {
    border-color: black !important;
  }

  .graduation .content-item {
    box-shadow: none !important;
    margin-left: 0;
    padding-left: 0;
  }

  .graduation .content-item .icon {
    align-self: stretch;
    padding: 15px;
    -webkit-print-color-adjust: exact;
  }

  .graduation .content-item.primary .icon {
    background-color: #005662 !important;
  }

  .graduation .content-item.secondary .icon {
    background-color: #00838f !important;
  }

  .graduation .content-item.tasks.primary .icon {
    background-color: #a01f1f !important;
  }

  .graduation .content-item.tasks.secondary .icon {
    background-color: #d23a3a !important;
  }

  .graduation .content-item.forum.primary .icon {
    background-color: #563895 !important;
  }

  .quiz-header h1#quiz-title,
  .quiz-submission .quiz-score,
  .quiz-submission #quiz-duration,
  #quiz_student_details,
  #quiz-submission-version-table,
  #question-not-graded-text+div,
  .quiz-header h2 {
    display: none !important;
  }

  .display_question.question.essay_question {
    width: 100% !important;
  }
}

/* ------------------------
------ NOVOS MODELOS ------
------------------------- */
.sona.content-item.neutral,
.abaco.content-item.neutral,
.dinamo.content-item.neutral {
  box-shadow: none;
  flex-direction: column;
  padding: 15px 0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.graduation .content-item.neutral {
  padding: 15px 35px;
}

.sona.content-item.neutral .header,
.abaco.content-item.neutral .header,
.dinamo.content-item.neutral .header {
  display: flex;
  align-items: center;
}

.sona.content-item.neutral .header .icon,
.abaco.content-item.neutral .header .icon,
.dinamo.content-item.neutral .header .icon {
  padding-left: 0;
  padding-right: 15px;
  margin-right: 15px;
}

.sona.content-item.neutral .header h2,
.abaco.content-item.neutral .header h2,
.dinamo.content-item.neutral .header h2 {
  padding: 0;
}

.sona.content-item.neutral .content,
.abaco.content-item.neutral .content,
.dinamo.content-item.neutral .content {
  margin-left: 0;
  margin-top: 15px;
}

.sona.content-item.neutral .content img,
.abaco.content-item.neutral .content img,
.dinamo.content-item.neutral .content img {
  margin: 25px auto;
  max-width: 100% !important;
  display: block;
}

.sona.content-item.parabens.opt1,
.abaco.content-item.parabens.opt1,
.dinamo.content-item.parabens.opt1 {
  background-color: #f2f2f2;
  max-width: calc(100% - 100px) !important;
}

.sona.content-item.parabens.opt1 .personagem,
.abaco.content-item.parabens.opt1 .personagem,
.dinamo.content-item.parabens.opt1 .personagem {
  position: absolute;
  width: 170px;
  z-index: -1;
  top: -70px;
  right: -135px;
}

.sona.content-item.parabens.opt1:hover .personagem,
.abaco.content-item.parabens.opt1:hover .personagem,
.dinamo.content-item.parabens.opt1:hover .personagem {
  animation: bandeira ease-in-out 1s infinite alternate;
}

.sona.content-item.parabens.opt2,
.abaco.content-item.parabens.opt2,
.dinamo.content-item.parabens.opt2 {
  display: block !important;
  padding: 0;
}

.sona.content-item.parabens.opt2 .box,
.abaco.content-item.parabens.opt2 .box,
.dinamo.content-item.parabens.opt2 .box {
  display: flex;
  max-width: 100%;
  min-height: 250px;
  align-items: center;
  position: relative;
  background-color: #edf5fd;
  transition: all 1s;
}

.sona.content-item.parabens.opt2 .box:hover,
.abaco.content-item.parabens.opt2 .box:hover,
.dinamo.content-item.parabens.opt2 .box:hover {
  background-color: #c8e9f6;
}

.sona.content-item.parabens.opt2 .box .content,
.abaco.content-item.parabens.opt2 .box .content,
.dinamo.content-item.parabens.opt2 .box .content {
  padding: 30px;
}

.sona.content-item.parabens.opt2 .box .mountain,
.abaco.content-item.parabens.opt2 .box .mountain,
.dinamo.content-item.parabens.opt2 .box .mountain {
  max-width: 33% !important;
  z-index: 1;
  align-self: flex-end;
}

.sona.content-item.parabens.opt2 .box .sol,
.abaco.content-item.parabens.opt2 .box .sol,
.dinamo.content-item.parabens.opt2 .box .sol {
  position: absolute;
  border-radius: 50%;
  bottom: 10px;
  right: 50px;
  background-color: #ffeb7f;
  height: 100px;
  width: 100px;
  transition: all ease-in-out .5s;
}

.sona.content-item.parabens.opt2:hover .sol,
.abaco.content-item.parabens.opt2:hover .sol,
.dinamo.content-item.parabens.opt2:hover .sol {
  bottom: 70px;
  background-color: #FFD700;
}

.sona .guide.box,
.abaco .guide.box,
.dinamo .guide.box {
  margin-top: 30px;
  margin-bottom: 30px;
}

.resumo-visual {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: white !important;
  background-color: #00838f;
  transition: background-color 1s;
}

.resumo-visual h3,
.resumo-visual p {
  color: white;
}

.resumo-visual img {
  transform: scale(0.75) translateX(15px);
  transition: all 0.5s;
}

.resumo-visual a {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.resumo-visual:hover {
  background-color: #005662;
}

.resumo-visual:hover img {
  transform: scale(0.8) translateX(15px);
}

.resumo-visual-b {
  display: flex;
  flex-flow: row;
  align-items: center;
  background-color: white;
  border: 1px solid lightgray;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  transition: all .25s;
}

.resumo-visual-b:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 5px lightgray;
}

.resumo-visual-b .content {
  flex-grow: 1;
  padding: 15px;
}

.resumo-visual-b .content h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.resumo-visual-b .content p {
  margin: 0;
}

.resumo-visual-b .preview {
  width: 300px;
  align-self: stretch;
  background-image: url("../sona-mapaMental.png");
  background-size: cover;
  background-color: #00838f;
  background-blend-mode: multiply;
}

.resumo-visual-b a {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.owner {
  position: relative;
  z-index: 2;
}

.owner img {
  margin-left: 5px;
}

.owner:after {
  content: 'Produzido pela Univesp';
  background-color: #ED8A19;
  color: black;
  margin-left: 5px;
  text-transform: none;
  display: inline;
  padding: 0 5px;
  opacity: 0;
  font-size: 13px;
  transition: .25s all;
}

.owner:hover::after {
  opacity: 1;
}

.content-item.guide.balao-fala {
  padding: 30px 0;
  display: flex;
  flex-flow: row nowrap;
  padding-right: 0;
}

.content-item.guide.balao-fala .foto {
  width: 110px !important;
  position: relative;
  padding: 0 15px 0 15px !important;
}

.content-item.guide.balao-fala .foto img {
  border-radius: 50%;
  max-width: 100% !important;
  height: auto;
}

.content-item.guide.balao-fala .foto:before {
  content: "";
  height: 16px;
  width: 16px;
  background-color: #f2f2f2;
  position: absolute;
  transform: rotate(-45deg);
  display: flex;
  top: calc(50% - 8px);
  align-self: stretch;
}

.content-item.guide.balao-fala .foto:first-child {
  margin-right: 15px;
}

.content-item.guide.balao-fala .foto:first-child:before {
  right: calc(-15px - 8px);
}

.content-item.guide.balao-fala .foto:last-child:before {
  left: calc(1px - 8px);
}

.content-item.guide.balao-fala .content {
  background-color: #f2f2f2;
  position: relative;
  padding: .8em 1.5em;
  margin-right: 0;
  min-height: 75px;
}

.content-item.guide.balao-fala .content p {
  margin: 12px 0;
}

.content-item.guide.balao-fala.align-top {
  align-items: flex-start;
}

.content-item.guide.balao-fala.align-top .content:before {
  top: 4em;
}

.content-item.guide.balao-fala.align-center {
  align-items: center;
}

.content-item.guide.balao-fala.align-center .content:before {
  top: calc(50% - 8px);
}

.content-item.guide .label {
  display: inline-block;
  padding: 7px 14px;
  padding-left: 30px;
  transform: translateX(-45px);
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  border-radius: 0;
  font-size: 1rem;
}

.content-item.guide .label:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
}

.content-item.guide.bg-roxo {
  background-color: #f1edf8;
}

.content-item.guide.bg-roxo p {
  color: #2b1c4b;
}

.content-item.guide.bg-roxo .label {
  background-color: #563895;
  color: white;
}

.content-item.guide.bg-roxo .label:before {
  border-color: transparent transparent #2b1c4b transparent;
}

.content-item.guide.bg-vermelho {
  background-color: #fbeded;
}

.content-item.guide.bg-vermelho p {
  color: #4b0e0e;
}

.content-item.guide.bg-vermelho .label {
  background-color: #d23a3a;
  color: white;
}

.content-item.guide.bg-vermelho .label:before {
  border-color: transparent transparent #a01f1f transparent;
}

.content-item.guide.bg-azul {
  background-color: #edf5fd;
}

.content-item.guide.bg-azul p {
  color: #001b3a;
}

.content-item.guide.bg-azul .label {
  background-color: #1976d2;
  color: white;
}

.content-item.guide.bg-azul .label:before {
  border-color: transparent transparent #004ba0 transparent;
}

.content-item.guide.bg-verde {
  background-color: #ebfdff;
}

.content-item.guide.bg-verde p {
  color: black;
}

.content-item.guide.bg-verde .label {
  background-color: #00838f;
  color: white;
}

.content-item.guide.bg-verde .label:before {
  border-color: transparent transparent #005662 transparent;
}

/*.graduation * {
    max-width: 100% !important;
  }*/

.graduation>* {
  /*margin-left: auto !important;
  margin-right: auto !important;*/
  position: relative !important;
}

.graduation>.fluid,
.graduation>.fluid * {
  max-width: 100% !important;
}

.pages.show .show-content {
  overflow-x: inherit !important;
}

/*# sourceMappingURL=ava_global.css.map */

/* Exercícios Diferenciados */

/* Estilo Alert */
.alerta2 {
  border: 3px solid #38465B;
  border-radius: 10px;
  margin-top: -8px;
  background-color: #f7f7f7;
}

.botaoOk {
  text-transform: uppercase;
  color: white;
  background-color: #38465b;
  text-decoration: none;
  box-shadow: 2px 2px 8px #888888;
  border-radius: 3px;
  border: none;
  padding: 10px;
  margin: 20px 33% 20px 33%;
  cursor: pointer;
}

.botaoOk:hover {
  color: #ccc;
  background-color: #3b5987;
  box-shadow: 4px 4px 10px #888888;
}

/* Estilo Botoes Diferenciados */

.botao-enviar-gabarito,
.botao-enviar-gabarito1,
.botao-mostrar-rubrica,
.botao-exibir-questao,
.botao-enviar-gabarito2,
.botao-enviar-gabarito3,
.botao-enviar-gabarito4,
.botao-enviar-gabarito5,
.botao-enviar-gabarito6,
.botao-enviar-gabarito7,
.botao-enviar-gabarito8,
.botao-enviar-gabarito9,
.botao-enviar-gabarito10,
.botao-enviar-gabarito1-modelo3,
.botao-enviar-gabarito2-modelo3,
.botao-enviar-gabarito3-modelo3,
.botao-enviar-gabarito4-modelo3,
.botao-enviar-gabarito5-modelo3,
.botao-enviar-gabarito6-modelo3,
.botao-enviar-gabarito7-modelo3,
.botao-enviar-gabarito8-modelo3,
.botao-enviar-gabarito9-modelo3,
.botao-enviar-gabarito10-modelo3,
#botao-saber-mais,
#imprimir {
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-size: 12px;
  background-color: #ed3a47;
  text-decoration: none;
  box-shadow: 2px 2px 8px #888888;
  border-radius: 3px;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.botao-enviar-gabarito:hover,
.botao-enviar-gabarito1:hover,
.botao-mostrar-rubrica:hover .botao-exibir-questao:hover,
.botao-enviar-gabarito2:hover,
.botao-enviar-gabarito3:hover,
.botao-enviar-gabarito4:hover,
.botao-enviar-gabarito5:hover,
.botao-enviar-gabarito6:hover,
.botao-enviar-gabarito7:hover,
.botao-enviar-gabarito8:hover,
.botao-enviar-gabarito9:hover,
.botao-enviar-gabarito10:hover,
#botao-saber-mais:hover,
#imprimir:hover {
  background-color: #d33338;
  box-shadow: 4px 4px 10px #888888;
}

.botao-enviar-gabarito1-modelo3:hover,
.botao-enviar-gabarito2-modelo3:hover,
.botao-enviar-gabarito3-modelo3:hover,
.botao-enviar-gabarito4-modelo3:hover,
.botao-enviar-gabarito5-modelo3:hover,
.botao-enviar-gabarito6-modelo3:hover,
.botao-enviar-gabarito7-modelo3:hover,
.botao-enviar-gabarito8-modelo3:hover,
.botao-enviar-gabarito9-modelo3:hover,
.botao-enviar-gabarito10-modelo3:hover {
  background-color: #d33338;
  box-shadow: 4px 4px 10px #888888;
}

.botao-refazer,
.botao-verde {
  text-transform: uppercase;
  text-align: center;
  color: white;
  background-color: #38465b;
  text-decoration: none;
  box-shadow: 2px 2px 8px #888888;
  border-radius: 3px;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.botao-verde {
  background-color: #005662;
  min-width: 110px;
  box-shadow: none;
  margin: 20px 0;
}

.botao-refazer:hover,
.botao-verde:hover {
  background-color: #607789;
  box-shadow: 4px 4px 10px #888888;
}

.botao-verde:hover {
  background-color: #008092;
  box-shadow: none;
}

/* classes usadas em mais de um modelo */
.inicio-diferenciados p {
  font-size: 18px;
  font-weight: 500;
  color: black;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
  text-align: center;
}

.border-diferenciados {
  font-size: 15px;
  width: 630px;
  height: auto;
  padding: 20px;
  border: 2px solid #61788A;
}

.nada {
  text-transform: none !important;
}

.btn,
.Button,
.ui-button {
  background: #f5f5f5;
  overflow: hidden;
  text-shadow: none;
  user-select: none;
}

/* Modelo 1 */

.btn-challenge,
a.btn-challenge {
  font-family: "Barlow", sans-serif;
  white-space: normal;
  padding: 10px;
  border-radius: 5px;
  background-color: #DFE6E8;
}

.btn-challenge:hover {
  cursor: pointer;
}

#conteudo {
  padding: 1rem 2rem;
  flex-grow: 1;
  color: #172833;
}

#conteudo .item:not(.ativo) {
  display: none;
}

#conteudo .item .titulo {
  font-family: "Barlow", sans-serif;
  margin-bottom: 2rem;
}

#conteudo .item .lista-perguntas li {
  margin-top: 2rem;
}

#conteudo .item .lista-perguntas .alternativas {
  margin-top: 1rem;
}

#conteudo .item .lista-perguntas .alternativas button.btn-challenge {
  background-color: #DFE6E8;
  border: 2px solid transparent;
}

#conteudo .item .lista-perguntas .alternativas button.btn-challenge:hover {
  background-color: #C4D1D6;
}

#conteudo .item .lista-perguntas .alternativas.alternativas-block button.btn-challenge {
  display: block;
  margin-top: .5rem;
  text-align: left;
}

#conteudo .item .lista-perguntas .alternativas .feedback {
  font-size: .8rem;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}

#conteudo .item .lista-perguntas .alternativas * {
  display: inline;
}

#conteudo .item .lista-perguntas .alternativas-block * {
  display: block;
}

/* Modelo 2 */
.collapse-cx-curta1,
.collapse-cx-curta2,
.collapse-cx-curta3,
.collapse-cx-curta4,
.collapse-cx-curta5,
.collapse-cx-curta6,
.collapse-cx-curta7,
.collapse-cx-curta8,
.collapse-cx-curta9,
.collapse-cx-curta10 {
  display: none;
  color: #ff0000;
  margin-bottom: 20px;
  font-size: 12pt;
}

#collapse-cx-curta-saber {
  display: none;
  color: #ff0000;
  margin-bottom: 20px;
  font-size: 12pt;
}

.collapse-cx-longa1,
.collapse-cx-longa2,
.collapse-cx-longa3,
.collapse-cx-longa4,
.collapse-cx-longa5,
.collapse-cx-longa6,
.collapse-cx-longa7,
.collapse-cx-longa8,
.collapse-cx-longa9,
.collapse-cx-longa10 {
  display: none;
  color: #ff0000;
  font-size: 12pt;
  margin-bottom: 20px;
}

.form-cx-curta {
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.47059;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-cx-curta2 {
  width: 204px;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.47059;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Modelo 3 */
.form-control-modelo3 {
  display: block;
  width: 600px;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.47059;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Modelo 4 */
.gridContainer-modelo4 {
  display: grid;
  grid-template-columns: 200px 200px 200px;
  grid-row-gap: 60px;
  margin-top: 15px;
  grid-column-gap: 40px;
}

.dropabble-modelo4 {
  width: 165px;
  height: 90px;
  background: white;
  border: 3px dashed #61788A;
  padding-top: 10px;
  border-radius: 10px;
}

.draggable-modelo4 {
  width: 150px;
  height: 80px;
  background: #DEE5E8;
  padding-top: 10px;
  border-radius: 10px;
  border: 3px solid transparent;
  text-align: center;
  cursor: grab;
  display: flex;
  align-items: center;
  font-size: 10.5pt;
  box-shadow: 2px 2px 4px #888888;
}

.draggable-modelo4:hover {
  box-shadow: 2px 2px 7px #888888;
  background: #a5c0cc;
  border: 2px solid #DEE5E8;
}

.topicos-modelo4 {
  width: 150px;
  margin-top: -10px;
  margin-left: 30px;
  border-radius: 10px;
  border: 3px solid transparent;
  text-align: left;
  line-height: 1.47059;
  display: flex;
  align-items: center;
}

.gridContainer-button-modelo4 {
  display: grid;
  grid-template-columns: 100px 100px 100px;
  margin-top: 50px;
  grid-column-gap: 15px;
  padding-left: 33%;
}

/* Modelo 5 */
.gridContainer-modelo5 {
  display: grid;
  grid-template-columns: 190px 190px 190px;
  grid-column-gap: 20px;
}

.gridItem-modelo5 {
  width: 140px;
  height: 85px;
  ;
  background: #DEE5E8;
  padding: 20px;
  margin: 10px;
  cursor: pointer;
  box-shadow: 2px 2px 8px #888888;
  border-radius: 10px;
  color: black;
}

.gridItem-modelo5:hover {
  background: #FFE370;
}

.gridItem-modelo5 p {
  text-align: center;
  text-transform: uppercase;
}

.gridContainer2-modelo5 {
  display: grid;
  grid-template-columns: 150px 150px;
  grid-column-gap: 40px;
  margin-top: 30px;
  padding-left: 31.5%;
}

/* Modelo 6 */
.gridContainer-checkbox {
  display: grid;
  grid-template-columns: 20px auto;
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  margin-left: 5%;
  margin-top: 20px;
  padding-left: 170px;
  align-items: start;
}

.gridContainer-checkbox label {
  font-size: inherit;
  margin-top: 0px;
  line-height: 1.47059;
}

.gridContainer-checkbox input[type='checkbox'] {
  min-width: 17px;
  min-height: 17px;
}

.caixa-checkbox {
  padding: 10px;
  grid-column-gap: 0px;
  width: .5px;
  height: .2px;
  border-radius: 3.5px;
  background-color: #e0e0e0;
}

.gridContainer-button-modelo6 {
  display: grid;
  grid-template-columns: 100px 100px 100px;
  margin-top: 70px;
  grid-column-gap: 15px;
  padding-left: 395px;
}

/* Modelo 7 */
.gridContainer1-modelo7 {
  display: grid;
  grid-template-columns: 20px 670px;
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  margin-top: 20px;
}

.caixa-checkbox-modelo7 {
  padding: 11px;
  height: 1px;
  grid-column-gap: 0px;
  width: .7px;
  border-radius: 50%;
  background-color: #e0e0e0;
}

.gridContainer-button-modelo7 {
  display: grid;
  grid-template-columns: 150px 150px;
  margin-top: 70px;
  grid-column-gap: 25px;
  margin-left: 25%;
}

/* --- Slider--- */
.slider>div {
  max-width: 100%;
  display: none;
}

.slider>div.active {
  display: block;
  margin: auto;
}

.slider-nav {
  margin-bottom: 8%;
  margin-top: 0%;
}

.slider-nav i {
  cursor: pointer;
  padding: 15px;
  border: 1px solid black;
  border-radius: 50%;
  transition: all .5s;
}

.slider-nav i:hover {
  background-color: #f2f2f2;
}

/* --- Flexbox --- */
.flex {
  display: flex
}

.flex-start {
  align-self: flex-start
}

.flex-justify-around {
  justify-content: space-around
}

.copy {
  color: white;
  background: #ccc;
  padding: 0 5px 0 5px;
  border-radius: 5px;
  margin-left: 80%;
}

.copy:hover {
  color: white;
  background: #08b0bf;
  padding: 0 5px 0 5px;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 80%;
}

a.external.insertAudio .ui-icon-extlink {
  display: none
}

.div-audio {
  display: flex;
  align-items: center;
}

.div-audio i {
  color: #3d3a3a;
  font-size: 18px;
  margin-right: 15px;
}

.div-audio i:hover {
  color: #777575 !important;
}

.div-audio audio {
  width: 100%;
  margin: 0;
}

/* PAGINA DE DOCUMENTOS DE ESTAGIO */
.menu-estagio {
  display: inline-flex;
  float: inherit;
  margin-left: auto;
  margin-right: auto;
}

.botao-estagio {
  margin-left: 12px;
  margin-right: 30px;
  background-color: #ed3a47;
  color: white;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  box-shadow: 1px 1px 6px #888888;
  text-transform: uppercase;
  font-size: 13px;
  padding: 15px;
}

.botao-estagio:hover {
  margin-left: 12px;
  margin-right: 30px;
  background-color: #ba303a;
  color: white;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  box-shadow: 2px 2px 8px #888888;
  text-transform: uppercase;
  font-size: 13px;
  padding: 15px;
}

#wrapper-estagio {
  display: flex;
}

.planejamento-estudo {
  background-color: #fff1c9;
  color: #8e7130;
  margin: 40px 20px 0 20px;
  border-radius: 5px;
  padding: 20px;
  /*background-image: url(../img/logo-univesp_completo_cor-positivo.svg);
  background-size: 125px;
  background-position: calc(100% - 20px) 25px;
  background-repeat: no-repeat;*/
}

.planejamento-estudo p {
  margin: 12px 0 !important;
}

.planejamento-estudo>p:last-child {
  margin-bottom: 0 !important;
}

.planejamento-estudo h1 {
  font-size: 1.75rem;
  margin-bottom: 0;
}

.planejamento-estudo hr {
  border-top: 2px solid rgba(142, 113, 48, 0.9);
  /*#8e7130;*/
}

/* TRANSCRIÇÃO ÁUDIO */
.balao-fala * {
  transition: none !important;
}

.transcricao-audio-collapse,
.transcricao-audio-collapse-texto {
  display: none;
  width: 100%;
  font-size: 14px;
  margin-bottom: 24px !important;
}

.transcricao-audio-botao,
.transcricao-audio-botao-texto {
  cursor: pointer;
  font-size: 14px;
  text-align: right;
  font-family: 'Lato', sans-sans-serif;
}

.transcricao-audio-botao:hover,
.transcricao-audio-botao-texto:hover {
  text-decoration: underline;
}

pre.transcricao-audio-conteudo,
pre.transcricao-audio-conteudo-texto {
  font-family: 'Lato', sans-serif;
  word-break: normal;
  font-size: 16px;
  background-color: #fff;
  overflow-y: scroll;
  height: 250px;
  resize: vertical;
  white-space: pre-wrap;
  padding: 1rem;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}

.btn-primary,
.Button--primary {
  background: #af1e23;
  color: white;
  border: 1px solid;
  border-color: #C7CDD1;
}

.btn-primary:hover,
.Button--primary:hover {
  background: #991a1f;
  color: white;
}

.btn-primary:hover.ui-state-hover,
.Button--primary:hover.ui-state-hover {
  background: #951a1e;
  color: white;
  border-color: #6e1316;
}

.btn-primary:focus,
.Button--primary:focus {
  background: #991a1f;
  color: white;
}

.btn-info,
.Button--secondary {
  background: #303031;
  color: #fff;
  border: 1px solid;
  border-color: #C7CDD1;
}

.before span {
  display: none;
}

.tooltipbr {
  text-decoration: none;
  color: #000;
  position: relative;
  text-decoration: underline;
  cursor: pointer;
}

.tooltipbr:hover:after {
  content: "";
  position: absolute;
  z-index: 101;
  width: 0;
  height: 0;
  left: 0px;
  bottom: -17px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #000 transparent;
  transition: all .4s ease;
}

.tooltipbr:hover:before {
  content: attr(data-title);
  background-color: #000;
  color: #FFF;
  font-size: 1rem;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  left: -10px;
  bottom: -55px;
  width: 250px;
  z-index: 100;
  transition: all .4s ease;
  border-radius: 4px;
}

.tooltipbr-n2:hover:before {
  bottom: -79px;
}

.desativado {
  cursor: default;
  filter: grayscale(1);
  opacity: 0.5;
}

.menu-suspenso {
  position: relative;
  display: inline-block;
}

.menu-suspenso-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.menu-suspenso-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.menu-suspenso-content a:hover {
  background-color: #f1f1f1
}

.menu-suspenso:hover .menu-suspenso-content {
  display: block;
}

.menu-suspenso:hover .btn-menu-suspenso {
  background-color: #3e8e41;
}

.btn-menu-suspenso {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

@media print {
  #ex7_int100 * {
    visibility: hidden;
  }

  #printable,
  #printable * {
    visibility: visible;
  }

  #printable {
    position: fixed;
    left: 0;
    top: 0;
  }
}

#mostra-videoaula {
  cursor: pointer;
  text-align: center;
  background-color: #ed3a47;
  border-radius: 15px;
  color: white;
}

.novo-resumo-visual {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 25px;
  margin: 20px;
  color: #00838f !important;
  background-color: white;
  transition: background-color 1s;
  border-top: 1px solid #00838f;
  border-left: 1px solid #00838f;
  border-right: 4px solid #00838f;
  border-bottom: 4px solid #00838f;
}

.novo-resumo-visual h3 {
  color: #00838f;
  font-weight: bold;
  font-size: 2rem;
  text-decoration: underline;
  margin: 8px 0;
}

.novo-resumo-visual p {
  color: black;
  margin: 8px 0 12px 0 !important;
}

.novo-resumo-visual img {
  transform: scale(0.75) translateX(15px);
  transition: all 0.5s;
  margin-right: 5%;
  width: 105px;
}

.novo-resumo-visual a {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.novo-resumo-visual:hover {
  outline: 1px solid #00838f;
}

.novo-resumo-visual:hover img {
  transform: scale(0.8) translateX(15px);
}

.temas-semanas {
  display: flex;
  margin-bottom: 1%;
  /*display: grid;
  grid-template-columns: 70px 1fr;*/

}

.temas-semanas:nth-child(2n+1) {
  background-color: #f2f2f2;
}

.data-semana {
  display: flex;
  padding: 2% 5px;
  background-color: #00838f;
  color: white !important;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 65px;
}

.titulo-semana {
  padding: 2%;
  font-size: 1.1875rem;
  border-radius: 2px;
  width: 100%;
  line-height: 1.4;
  background-color: inherit;
}

#checkbox-em-sintese {
  min-width: 19.5px;
  min-height: 19.5px;
}

/*---- 04.04.2023 ------*/

.user_content {
  max-width: 740px !important;
  padding: 0 20px !important;
  margin: 0 auto !important;
}

.user_content ul {
  list-style: none;
  color: black;
  padding-left: 36px;
  margin: 0 0 16px 0 !important;
}

.user_content ul>li {
  list-style-type: none;
  position: relative;
  margin-bottom: 6px;
}

.user_content ul>li:before {
  content: "•";
  color: rgb(0, 165, 162);
  left: -36px;
  top: 0;
  position: absolute;
  text-align: center;
  width: 36px;
  font-size: 1.5em;
  line-height: 1.1;
}

.user_content a:hover {
  color: #20399d;
}

span.line-break-mobile {
  display: none;
}

@media (min-width: 0px) and (max-width: 700px) {
  span.line-break-mobile {
    display: block;
  }
}

ul.li-style-check,
ul.li-style-line {
  padding-left: 0;
  margin: 0 0 16px 0 !important;
}

ul.li-style-check li,
ul.li-style-line li {
  list-style: none;
  padding-left: 36px;
  position: relative;
  margin-bottom: 6px;
}

ul.li-style-check li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 18px;
  height: 17px;
  background-image: url("../img/check.svg");
}

ul.li-style-line li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 9px;
  width: 18px;
  height: 2px;
  background: #00a5a2;
}

a.mais-info {
  margin-left: 5px;
  float: right;
  text-decoration: none !important;
}

.aspas-gray blockquote {
  font-style: italic;
  color: #000;
  margin: 20px 40px 30px 40px;
  border-left: 4px solid #ebebeb;
  border-radius: 2px;
  padding-left: 15px;
  position: relative;
}

.aspas-gray blockquote p {
  margin: 0 0 12px;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.47059;
}

.aspas-gray blockquote:before {
  content: "\f10d";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: -40px;
  top: 5px;
  color: #ebebeb;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.quote-block {
  padding-left: 36px;
  border-radius: 2px;
  position: relative;
}

.quote-block:before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 4px;
  content: "";
  border-radius: 2px;
  background-color: #ebebeb;
}

.synopsis-1 {
  font-size: 0.875rem;
  color: #545658;
  margin: -20px 0 18px 0 !important;
}

.graduation .synopsis-1 p {
  line-height: 20px !important;
  max-width: 560px !important;
  margin: 0 0 12px 0 !important;
}

p>iframe {
  /*margin: 23px 0 27px 0 !important;*/
  margin-bottom: 27px !important;
}

.container {
  width: auto !important;
}

/*---- End 04.04.2023 ------*/


/* Telas menores */
@media (min-width: 0px) and (max-width: 450px) {

  /*.graduation * {
    max-width: 100% !important;
  }*/

  .container.header img,
  .container.header .img-banner {
    max-width: 100% !important;
    height: 100px;
  }

  .user_content {
    padding: 0 15px !important;
  }

  .user_content .sona.content-item.neutral {
    padding: 0;
  }

  .container.header {
    line-height: 100%;
  }

  .container.header h1 {
    font-size: 1.375rem;
    line-height: 100%;
    margin-top: 5px;
  }

  .container.header span {
    text-transform: uppercase;
    font-size: 0.875rem;
  }

  .planejamento-estudo {
    margin: 40px 0 0 0;
    padding: 20px 15px;
    /*background-size: 100px;
    background-position: calc(100% - 15px) 23px;*/
  }

  .planejamento-estudo h1 {
    font-size: 1.375rem;
    line-height: 1.2;
  }

  .resumo-visual h3,
  .resumo-visual p {
    color: white !important;
  }

  .content-item .content img {
    height: auto;
  }

  .intro .title h1 {
    font-size: 1.625rem;
    line-height: 1.1;
  }

  .intro h2 {
    font-size: 1.5rem;
    padding-left: 15px;
    line-height: 1.25;
  }

  .intro .container h2 {
    display: none;
  }

  .intro .container.desbloqueio h2 {
    display: block;
  }

  .intro .title span {
    font-size: 40px;
  }

  .teacher img {
    border-radius: 50%;
    margin-right: 0;
    width: 120px;
    height: auto;
    z-index: 2;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border: #ddd 5px solid;
  }

  .teacher {
    /*flex-flow: nowrap;*/
    flex-direction: column;
    align-items: center;
    padding: 15px 0 30px 0;
  }

  .teacher div {
    background-color: #f2f2f2;
    padding: 85px 15px 15px 15px;
    margin-top: -65px;
    z-index: 1;
  }

  .teacher h3 {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 8px;
  }

  .teacher h4 {
    font-size: 1.125rem;
  }

  .novo-resumo-visual {
    padding: 5px 10px 0 0;
    margin: 15px 0;
  }

  .novo-resumo-visual h3 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin: 0 0 6px 0;
  }

  .novo-resumo-visual img {
    width: 100px;
  }

  .novo-resumo-visual p {
    display: none;
  }

  .content-item.guide.balao-fala .foto {
    /*display: none;*/
    position: absolute;
    width: 120px !important;
    top: 20px;
    left: calc(50% - 85px);
    z-index: 5;
  }

  .content-item.guide.balao-fala .foto:before {
    display: none;
  }

  .content-item.guide.balao-fala .foto img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border: #ddd 5px solid;
  }

  .content-item.guide.balao-fala .content {
    padding: 60px 15px 15px 15px;
    margin-top: 55px;
  }

  .sona.content-item.parabens.opt1,
  .abaco.content-item.parabens.opt1,
  .dinamo.content-item.parabens.opt1 {
    max-width: calc(100% - 60px) !important;
  }

  .sona.content-item.parabens.opt1 .personagem,
  .abaco.content-item.parabens.opt1 .personagem,
  .dinamo.content-item.parabens.opt1 .personagem {
    width: 140px;
    top: -55px;
    right: -110px;
  }

  .content-item .opt1 {
    padding: 15px 0px;
  }

  .graduation .container {
    padding: 0;
  }

  .graduation .content-item.neutral {
    padding: 15px;
  }

  .container.header div.container {
    margin: 0;
  }

  .quote-block {
    padding-left: 20px;
  }

  .data-semana {
    padding: 10px 5px;
  }

  .titulo-semana {
    font-size: 1.1875rem;
    padding: 10px;
  }
}

@media (min-width: 0px) and (max-width: 269px) {
  .planejamento-estudo {
    background-image: none;
  }

  .planejamento-estudo h1 {
    margin-right: 0;
  }
}

@media (min-width: 451px) and (max-width: 700px) {

  /*.graduation * {
    max-width: 100% !important;
  }*/

  .container.header img,
  .container.header .img-banner {
    max-width: 100% !important;
    height: 100px;
  }

  .content-item.guide.balao-fala .foto {
    width: 105px !important;
  }

  .container.header h1 {
    font-size: 1.625rem;
  }

  .container.header span {
    text-transform: uppercase;
    font-size: 0.875rem;
  }

  .teacher h3 {
    font-size: 1.25rem;
  }

  .planejamento-estudo h1,
  .intro h2 {
    font-size: 1.625rem;
  }

  .resumo-visual h3,
  .resumo-visual p {
    color: white !important;
  }

  .content-item .content img {
    /*max-width: 100% !important;*/
    height: auto;
  }

  .intro .title h1 {
    font-size: 1.75rem;
  }

  .intro .title span {
    font-size: 45px;
  }

  .teacher img {
    border-radius: 50%;
    margin-right: 30px;
    width: 95px;
    height: auto;
  }

  .teacher {
    flex-flow: nowrap;
  }

  .novo-resumo-visual h3 {
    font-size: 1.625rem;
    line-height: 1.25;
  }

  .sona.content-item.parabens.opt1,
  .abaco.content-item.parabens.opt1,
  .dinamo.content-item.parabens.opt1 {
    max-width: calc(100% - 100px) !important;
  }

  .sona.content-item.parabens.opt1 .personagem,
  .abaco.content-item.parabens.opt1 .personagem,
  .dinamo.content-item.parabens.opt1 .personagem {
    width: 140px;
    top: -55px;
    right: -110px;
  }

}

@media (min-width: 701px) and (max-width: 1024px) {

  /*.graduation * {
    max-width: 100% !important;
  }*/

  .container.header img,
  .container.header .img-banner {
    max-width: 100% !important;
    height: 100px;
  }

  .container.header h1 {
    font-size: 1.75rem;
  }

  .container.header span {
    text-transform: uppercase;
  }

  .teacher h3 {
    font-size: 1.5rem;
  }

  .resumo-visual h3,
  .resumo-visual p {
    color: white !important;
  }

  .content-item .content img {
    /*max-width: 100% !important;*/
    height: auto;
  }

  .teacher img {
    border-radius: 50%;
    margin-right: 30px;
    width: 115px;
    height: auto;
  }

  .teacher {
    flex-flow: nowrap;
  }

  .sona.content-item.parabens.opt1,
  .abaco.content-item.parabens.opt1,
  .dinamo.content-item.parabens.opt1 {
    max-width: calc(100% - 100px) !important;
  }
}