button {
  width: 100%;
  height: 40px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 4px;
  opacity: 0.7;
  display: flex;
  justify-content: space-between;
  background: transparent;
  border: none;
}
button:hover {
  opacity: 1;
}

label {
  color: hsl(0, 0%, 100%);
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 30px;
}
label:first-child {
  margin-top: 0;
}

input {
  background: transparent;
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 2px solid hsl(45, 100%, 55%);
  color: hsl(0, 0%, 100%);
  font-size: 1.25rem;
  padding-left: 20px;
}
input:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.4);
}
input::-moz-placeholder {
  color: hsl(0, 0%, 100%);
  font-weight: 300;
}
input::placeholder {
  color: hsl(0, 0%, 100%);
  font-weight: 300;
}

textarea {
  background: transparent;
  width: 100%;
  height: 240px;
  border: none;
  color: hsl(0, 0%, 100%);
  padding: 20px;
  font-size: 1.25rem;
  margin-bottom: 30px;
  border-bottom: 2px solid hsl(45, 100%, 55%);
}
textarea:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.4);
}

.icon__next {
  width: auto !important;
  height: auto !important;
  color: hsl(0, 0%, 100%) !important;
  line-height: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px !important;
}

.icon__event, .icon__schedule, .icon__alarm_on {
  font-size: 18px !important;
  margin-right: 10px !important;
}

.icon__visibility, .icon__forum {
  font-size: 18px !important;
  margin-right: 10px !important;
}

.icon__home, .icon__notifications, .icon__notifications_off {
  font-size: 24px !important;
  margin-right: 15px !important;
}

.icon__expand_more {
  font-size: 24px !important;
  margin-left: 10px !important;
}

.icon__play_circle {
  font-size: 96px !important;
}

a span.icon__play_circle {
  color: hsl(0, 0%, 100%) !important;
  text-decoration: none !important;
}
a span.icon__play_circle:hover {
  color: hsl(45, 100%, 55%) !important;
}

.footer {
  width: 100%;
  height: 40px;
  color: hsl(0, 0%, 100%);
  font-weight: 400;
  font-size: 0.9rem;
  display: flex;
  flex-direction: row;
  align-items: space-between;
  position: sticky;
  top: 100vh;
}
.footer__copyright {
  width: 50%;
  padding: 0 0 0 40px;
  text-align: left;
}
.footer__privacy {
  width: 50%;
  padding: 0 40px 0 0;
  text-align: right;
}
.footer__privacy a {
  text-decoration: none;
  color: hsl(0, 0%, 100%);
}
.footer__privacy a:hover {
  color: hsl(45, 100%, 55%);
  text-decoration: none;
}

/* Extra large devices (large laptops and desktops, 1200px and down) */
/* Extra large devices (large laptops and desktops, 1200px and down) */
/* Large devices (laptops/desktops, 992px and down) */
/* Medium devices (landscape tablets, 768px and down) */
/* Small devices (portrait tablets and large phones, 600px and down) */
/* Extra small devices (phones, 360px and down) */
.f-tw {
  font-family: "Titillium Web", sans-serif !important;
}

.fw-3 {
  font-weight: 300 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.c-w {
  color: hsl(0, 0%, 100%) !important;
}

.c-b {
  color: hsl(0, 0%, 0%) !important;
}

.c-y {
  color: hsl(45, 100%, 55%) !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.m-auto {
  margin: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.w-100 {
  width: 100px !important;
}

.w-200 {
  width: 200px !important;
}

.w-300 {
  width: 300px !important;
}

.w-400 {
  width: 400px !important;
}

.w-500 {
  width: 500px !important;
}

.w-100-p {
  width: 100% !important;
}

.w-100-v {
  width: 100vw !important;
}

.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.ta-j {
  text-align: justify !important;
}

.va-t {
  vertical-align: top !important;
}

.va-m {
  vertical-align: middle !important;
}

.va-b {
  vertical-align: bottom !important;
}

.o-0 {
  opacity: 0 !important;
}

.o-01 {
  opacity: 0.1 !important;
}

.o-02 {
  opacity: 0.2 !important;
}

.o-03 {
  opacity: 0.3 !important;
}

.o-04 {
  opacity: 0.4 !important;
}

.o-05 {
  opacity: 0.5 !important;
}

.o-06 {
  opacity: 0.6 !important;
}

.o-07 {
  opacity: 0.7 !important;
}

.o-08 {
  opacity: 0.8 !important;
}

.o-09 {
  opacity: 0.9 !important;
}

.o-1 {
  opacity: 1 !important;
}

.d-b {
  display: block !important;
}

.d-f {
  display: flex !important;
}

.d-g {
  display: grid !important;
}

.d-ib {
  display: inline-block !important;
}

.d-i {
  display: inline !important;
}

.d-n {
  display: none !important;
}

.j-fe {
  justify-content: flex-end !important;
  text-align: right !important;
}

.j-fs {
  justify-content: flex-start !important;
  text-align: left !important;
}

html {
  box-sizing: border-box;
  font-size: 16px;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  min-height: 100vh;
  color: hsl(0, 0%, 100%);
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  color: hsl(45, 100%, 55%);
  text-decoration: none;
  font-weight: 600;
}
a:hover {
  text-decoration: underline;
}

.master__container {
  background: hsl(220, 5%, 12%) url("../images/bg-noise.jpg") repeat;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.master__container--lesson {
  position: relative;
  background: none;
  min-height: 100vh;
}

.inner-container {
  width: 100%;
  height: 100%;
  padding: 40px;
}

.topBar {
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid hsl(45, 100%, 55%);
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  font-size: 1.25rem;
  color: hsl(0, 0%, 100%);
  text-transform: uppercase;
}
.topBar__title, .topBar__instructor {
  display: flex;
  align-items: center;
}
.topBar__title span, .topBar__instructor span {
  color: hsl(45, 100%, 55%);
  margin-right: 20px;
  text-transform: capitalize;
}
.topBar__title--regular, .topBar__instructor--regular {
  text-transform: none;
}
.topBar__title--regular a, .topBar__instructor--regular a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}
.topBar__title--regular a:hover, .topBar__instructor--regular a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

a.messages__link {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
a.messages__link:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
a.messages__link--unread {
  color: hsl(45, 100%, 55%) !important;
}
a.messages__link--unread:hover {
  text-decoration: none;
}

.bold {
  font-weight: 600;
}

.mobile-warning {
  width: 100vw;
  height: 100vh;
  background: #1d1d1d url("/assets/images/bg-start.jpg") no-repeat center center/cover fixed;
  font-size: 1.25rem;
  padding: 40px min(40px, 10vw);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .mobile-warning {
    display: flex;
  }
}

.main-content {
  display: block;
}
@media only screen and (max-width: 992px) {
  .main-content {
    display: none;
  }
}

.nav {
  width: 100%;
  height: auto;
  color: hsl(0, 0%, 100%);
  font-size: 1.25rem;
}
.nav__header {
  width: 100%;
  height: auto;
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.nav__logo {
  width: 50%;
  height: 80px;
}
.nav__logo img {
  width: auto;
  height: 100%;
}
.nav__navigation {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav__notifications {
  width: 40px;
  height: 40px;
  margin-right: 30px;
}
.nav__userPicture {
  width: 32px;
  height: 32px;
  margin-right: 30px;
  margin-left: 40px;
}
.nav__userPicture img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.nav__menu {
  position: absolute;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown__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;
  right: 0;
}
.dropdown__content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown__content a:hover {
  background-color: #ddd;
}
.dropdown__content:hover {
  display: block;
}
.dropdown__trigger {
  background: transparent;
  border: none;
  color: hsl(0, 0%, 100%);
  padding: 0;
}
.dropdown__trigger div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login {
  background: #1d1d1d url("../../assets/images/bg-start.jpg") no-repeat center center/cover fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.login__logo {
  width: 300px;
  margin: 40px auto 0 auto;
}
.login__logo img {
  width: 100%;
  height: auto;
}
.login__container {
  width: 50%;
  max-width: 600px;
  height: auto;
  padding: 40px 60px;
  background-color: rgba(9, 0, 43, 0.8);
}
.login__title {
  font-size: 2rem;
  color: hsl(45, 100%, 55%);
  font-weight: 600;
  margin-bottom: 20px;
}
.login__input {
  width: 100%;
  margin-bottom: 20px;
}
.login__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}
.login__input::placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}
.login__button {
  width: 100%;
  background-color: rgb(255, 198, 26);
  border: 1px solid rgba(255, 198, 26, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: hsl(220, 5%, 12%);
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-top: 20px;
}
.login__button:hover {
  background-color: rgba(255, 198, 26, 0);
  border: 1px solid rgb(255, 198, 26);
  color: hsl(45, 100%, 55%);
}

.container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.start {
  background: #1d1d1d url("/assets/images/bg-start.jpg") no-repeat center center/cover fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.start__top, .start__middle, .start__bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.start__top, .start__bottom {
  height: 30%;
}
.start__middle {
  height: 40%;
}
.start__bottom {
  justify-content: space-between;
  padding-bottom: 20px;
}
.start__logo {
  width: 600px;
  height: auto;
  position: absolute;
  opacity: 0;
  animation: 4s fadeinout linear forwards;
}
.start__logo--top {
  width: 400px;
  height: auto;
  opacity: 0;
  animation: 2s fadein linear forwards;
  animation-delay: 14s;
}
.start__apresenta {
  width: 500px;
  opacity: 0;
  position: absolute;
  text-align: center;
  font-size: 4rem;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1rem;
  animation: 3s fadeinout linear forwards;
  animation-delay: 4s;
}
.start__title {
  margin-bottom: 100px;
  position: absolute;
  opacity: 0;
  animation: 3s fadein linear forwards;
  animation-delay: 7s;
}
.start__frase {
  font-size: 2.5rem;
  font-weight: 400;
  margin-top: 200px;
  position: absolute;
  opacity: 0;
  letter-spacing: 0.5rem;
  transform: translateY(0);
  animation: 2s fadeinmove linear forwards;
  animation-delay: 10s;
}
.start__frase2 {
  font-size: 1.5rem;
  font-weight: 400;
  opacity: 0;
  animation: 1s fadein linear forwards;
  animation-delay: 12s;
}
.start__frase2 span {
  font-weight: 600;
  color: hsl(45, 100%, 55%);
}
.start__frase3 {
  opacity: 0;
  animation: 1s fadein linear forwards;
  animation-delay: 14s;
}
.start__iniciar {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: hsl(45, 100%, 55%);
  opacity: 0;
  animation: 1s fadein linear forwards;
  animation-delay: 14s;
}

@keyframes fadeinout {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinmove {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(-80px);
  }
}
a.button--start {
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  background-color: #000;
  text-transform: uppercase;
  border: 1px solid hsl(45, 100%, 55%);
  cursor: pointer;
  opacity: 0;
  animation: 1s fadeintransparent linear forwards;
  animation-delay: 3s;
  text-decoration: none;
}
a.button--start:hover {
  opacity: 1;
  background-color: hsl(45, 100%, 55%);
  color: #1d1d1d;
}

@keyframes fadeintransparent {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
.intro {
  background: #1d1d1d url("/assets/images/bg-intro.jpg") no-repeat center center/cover fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.intro input {
  visibility: hidden;
  display: none;
}

.intro input:nth-child(1):checked ~ .buttons label:nth-child(1),
.intro input:nth-child(2):checked ~ .buttons label:nth-child(2),
.intro input:nth-child(3):checked ~ .buttons label:nth-child(3) {
  opacity: 1;
  width: 50px;
  margin: 30px 0 10px 0;
}

.buttons {
  position: absolute;
  width: 320px;
  height: 60px;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  gap: 10px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.buttons label {
  width: 20px;
  height: 20px;
  background: #fff;
  opacity: 0.5;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.5s;
  z-index: 999;
  margin: 30px 0 10px 0;
}

.svg-wrapper {
  position: absolute;
  margin: 0 auto;
  width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shape {
  stroke-dasharray: 140 540;
  stroke-dashoffset: -474;
  stroke-width: 8px;
  fill: transparent;
  stroke: hsl(45, 100%, 55%);
  border-bottom: 5px solid black;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

.content {
  position: relative;
  width: 300vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: 0.5s;
}
.content .box {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 40px;
}

.intro input:nth-child(1):checked ~ .content {
  left: 100vw;
}

.intro input:nth-child(2):checked ~ .content {
  left: 0;
}

.intro input:nth-child(3):checked ~ .content {
  left: -100vw;
}

.content .box .contentBox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 100px;
}

.contentBox p {
  width: 80%;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: justify;
}
.contentBox p span {
  font-weight: 700;
}

.intro__image {
  width: 100%;
  height: auto;
  max-height: 200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro__image img {
  max-width: auto;
  max-height: 100%;
}

a.button--intro {
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  background-color: #000;
  text-transform: uppercase;
  border: 1px solid hsl(45, 100%, 55%);
  cursor: pointer;
  opacity: 0;
  animation: 1s fadeintransparent linear forwards;
  animation-delay: 3s;
  text-decoration: none;
}
a.button--intro:hover {
  opacity: 1;
  background-color: hsl(45, 100%, 55%);
  color: #1d1d1d;
}

@keyframes fadeintransparent {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
.equipe {
  background: #1d1d1d url("../../assets/images/equipe.jpg") no-repeat center center/cover fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}

.personagem {
  background: #1d1d1d url("../../assets/images/personagem.jpg") no-repeat center center/cover fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}

.full-page {
  display: block;
  width: 100vw;
  height: 100vh;
}

.interaction {
  background: #1d1d1d url("../../assets/images/bg-office-1.jpg") no-repeat center center/cover fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}
.interaction__henrique, .interaction__player, .interaction__player--2 {
  position: absolute;
  height: 85vh;
  width: auto;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  bottom: 0;
}
.interaction__henrique {
  animation-name: slideInFromLeft;
  animation-delay: 0.5s;
  left: 200px;
}
.interaction__henrique img {
  height: 100%;
  width: auto;
}
.interaction__player {
  animation-name: slideInFromRight;
  animation-delay: 2s;
  right: 200px;
}
.interaction__player img {
  height: 100%;
  width: auto;
}
.interaction__player--2 {
  opacity: 0;
  height: 90vh;
  left: 300px;
}
.interaction__player--2 img {
  height: 100%;
  width: auto;
}
.interaction__options {
  background-color: rgba(0, 0, 0, 0.9);
  width: 50vw;
  height: auto;
  position: absolute;
  right: 100px;
  padding: 40px;
  opacity: 0;
}
.interaction__options--button {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  text-align: left;
  padding: 20px;
  font-size: 1.25rem;
  color: #1d1d1d;
  font-weight: 600;
  text-transform: initial;
  letter-spacing: initial;
  font-weight: 600;
}
.interaction__options--button:hover {
  background-color: rgba(255, 198, 26, 0.9);
}
.interaction__decision {
  font-size: 1.25rem;
  margin-bottom: 30px;
  font-weight: 600;
}

@keyframes slideInFromLeft {
  0% {
    left: -500px;
    opacity: 0;
  }
  100% {
    left: 200px;
    opacity: 1;
  }
}
@keyframes slideInFromRight {
  0% {
    right: -500px;
    opacity: 0;
  }
  100% {
    right: 200px;
    opacity: 1;
  }
}
.dialogue-box {
  font-family: "Comic Neue", cursive;
  position: absolute;
  bottom: 100px;
  padding: 20px 40px;
  width: 75vw;
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  z-index: 999;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  cursor: pointer;
  opacity: 0;
  animation: fadeIn ease-out 0.5s forwards;
  animation-delay: 3s;
}

.hidden {
  display: none;
}

.character-name {
  color: hsl(45, 100%, 55%);
  font-weight: 600;
  font-size: 1.25rem;
}

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

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

.visibility-hidden {
  visibility: hidden;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out {
  opacity: 1;
  animation: fadeOut 1s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.dashboard {
  width: 100%;
  height: 100vh;
  background: #1d1d1d url("../../assets/images/bg-start.jpg") no-repeat center center/cover fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.dashboard__home {
  position: absolute;
  top: 10px;
  left: 10px;
}
.dashboard__grid {
  width: 100vw;
  height: 100vh;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(10, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.dashboard__titulo {
  display: grid;
  place-content: center;
  grid-area: 1/1/2/4;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
}
.dashboard__data {
  display: grid;
  place-content: center;
  grid-area: 1/4/2/5;
  border: 1px solid #fff;
}
.dashboard__cenario {
  display: grid;
  place-content: center;
  text-align: center;
  grid-area: 2/1/4/4;
  background-color: rgba(9, 0, 43, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.25);
  padding: 20px 40px;
}
.dashboard__progresso {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  grid-area: 4/1/8/4;
  background-color: rgba(9, 0, 43, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.25);
  padding: 20px 40px;
}
.dashboard__equipe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  grid-area: 8/1/11/4;
  background-color: rgba(9, 0, 43, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.25);
}
.dashboard__membros {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.dashboard__membro {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.dashboard__foto {
  width: 50px;
  height: 50px;
}
.dashboard__foto img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.dashboard__nome {
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 5px;
}
.dashboard__avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-area: 2/4/11/5;
  background-color: rgba(9, 0, 43, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.25);
  position: relative;
}
.dashboard__avatar img {
  width: auto;
  height: 90%;
}
.dashboard__interacoes {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 80%;
  height: auto;
  text-align: center;
}
.dashboard__interacoes a {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border: 1px solid hsl(45, 100%, 55%);
  text-decoration: none;
  margin-bottom: 20px;
}
.dashboard__interacoes a:last-child {
  margin-bottom: 0;
}
.dashboard__interacoes a:hover {
  background-color: hsl(45, 100%, 55%);
  border: 1px solid hsl(45, 100%, 55%);
  color: #000;
}
.dashboard__interacoes a.dashboard__button--disabled {
  pointer-events: none;
  color: #888;
  border-color: #888 !important;
}
.dashboard__interacoes a.dashboard__button--disabled:hover {
  background-color: transparent;
  border-color: #888 !important;
  color: #888 !important;
}
.dashboard__interacoes a.dashboard__button--done {
  pointer-events: none;
  color: #00ff37;
  border-color: #00ff37 !important;
}
.dashboard__subtitulo {
  font-weight: 600;
  font-size: 1.5rem;
  color: hsl(45, 100%, 55%);
  text-transform: unset;
  margin-bottom: 15px;
}
.dashboard__gantt {
  width: 100%;
  height: 100%;
}
.dashboard__link {
  text-decoration: none;
  opacity: 0.75;
  color: hsl(45, 100%, 55%);
}
.dashboard__link:hover {
  opacity: 1;
  text-decoration: none;
  color: #fff !important;
}
.dashboard__link--on {
  opacity: 1;
  text-decoration: none;
  color: #fff !important;
}
.dashboard__link--on img {
  border: 2px solid hsl(45, 100%, 55%);
}
.dashboard__link--off {
  cursor: not-allowed;
}

.gantt {
  width: 100%;
  margin: 0 auto;
}
.gantt__line {
  width: 100%;
  min-width: 100%;
  height: 15px;
  display: flex;
  margin-bottom: 7px;
}
.gantt__area {
  width: 20%;
  text-align: left;
  font-size: 0.9rem;
}

.line {
  width: 80%;
  min-width: 80%;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.25);
  position: relative;
}

.expected, .actual {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.expected {
  background-color: rgba(105, 202, 14, 0.5);
}

.actual {
  background-color: rgba(255, 198, 26, 0.65);
}

.dashboard__media {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}
.dashboard__media a {
  width: auto;
  height: auto;
  border: none;
  text-decoration: none;
  color: hsl(45, 100%, 55%);
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.dashboard__media a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.icon__picture_as_pdf, .icon__play_circle-2 {
  width: auto !important;
  height: 36px !important;
  display: inline-block !important;
  font-size: 2rem !important;
  margin: 0 !important;
  padding: 0 !important;
}
.icon__picture_as_pdf:hover, .icon__play_circle-2:hover {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
}

.calendar {
  width: 100%;
  height: auto;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .calendar {
    flex-direction: column;
    padding: 40px 0;
  }
}
.calendar__left {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-right: 30px;
}
@media only screen and (max-width: 992px) {
  .calendar__left {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .calendar__left {
    width: 100%;
    padding-right: 0;
  }
}
.calendar__month {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.calendar__month-year {
  width: 50%;
  height: auto;
  text-transform: capitalize;
  font-size: 2rem;
  font-weight: 300;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 1200px) {
  .calendar__month-year {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .calendar__month-year {
    font-size: 1.2rem;
  }
}
.calendar__up-down {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.calendar__up, .calendar__down {
  font-size: 3rem;
  display: flex;
  cursor: pointer;
}
.calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-size: 1.2rem;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  padding: 10px;
}
.calendar__grid:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .calendar__grid {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 992px) {
  .calendar__grid {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .calendar__grid {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 600px) {
  .calendar__grid {
    margin-bottom: 40px;
    border-radius: 10px;
  }
}
.calendar__day {
  padding: 20px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .calendar__day {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .calendar__day {
    padding: 5px 0;
  }
}
.calendar__day--we {
  opacity: 0.5;
}
.calendar__appointments {
  width: 100%;
  height: 5px;
  display: flex;
  justify-content: center;
  margin-top: 7px;
}
.calendar__appointment {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 5px;
}
.calendar__appointment:last-child {
  margin-right: 0;
}
.calendar__appointment.live {
  background-color: hsl(72, 100%, 50%);
}
.calendar__appointment.content {
  background-color: hsl(290, 100%, 50%);
}
.calendar__appointment.assign_new {
  background-color: hsl(30, 100%, 50%);
}
.calendar__appointment.assign_due {
  background-color: hsl(190, 100%, 50%);
}
.calendar__right {
  width: 50%;
  height: auto;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .calendar__right {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
.calendar__right h2 {
  font-size: 2rem;
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .calendar__right h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .calendar__right h2 {
    font-size: 1.2rem;
  }
}

.appointment {
  width: 100%;
  height: 100px;
  padding: 20px;
  display: flex;
  border-left: 7px solid #CEFF00;
  font-size: 1.1rem;
  background-color: rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .appointment {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .appointment {
    font-size: 0.9rem;
    padding: 20px 10px;
  }
}
.appointment.type-live {
  border-color: hsl(72, 100%, 50%);
}
.appointment.type-content {
  border-color: hsl(290, 100%, 50%);
}
.appointment.type-assign_new {
  border-color: hsl(30, 100%, 50%);
}
.appointment.type-assign_due {
  border-color: hsl(190, 100%, 50%);
}
.appointment:last-child {
  margin-bottom: 0;
}
.appointment__left {
  width: 35%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
}
@media only screen and (max-width: 992px) {
  .appointment__left {
    width: 40%;
    padding-left: 5px;
  }
}
.appointment__right {
  width: 65%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  border-left: 1px solid hsl(0, 0%, 100%);
}
@media only screen and (max-width: 992px) {
  .appointment__right {
    width: 60%;
    padding-left: 10px;
  }
}
.appointment__day, .appointment__time, .appointment__title, .appointment__info {
  width: 100%;
  height: 40px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 992px) {
  .appointment__day, .appointment__time, .appointment__title, .appointment__info {
    height: 30px;
  }
}
.appointment__day, .appointment__title {
  margin-bottom: 10px;
}
.appointment__title {
  font-weight: 600;
}
.appointment__title.type-live {
  color: hsl(72, 100%, 50%);
}
.appointment__title.type-content {
  color: hsl(290, 100%, 50%);
}
.appointment__title.type-assign_new {
  color: hsl(30, 100%, 50%);
}
.appointment__title.type-assign_due {
  color: hsl(190, 100%, 50%);
}

.today {
  color: hsl(45, 100%, 55%);
  background-color: rgba(0, 0, 0, 0.4);
  font-weight: 700;
}

.forum {
  width: 100%;
  height: auto;
  padding: 40px 0;
}
.forum a {
  text-decoration: none;
}
.forum__newButton {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.forum__newButton a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.forum__newButton span {
  font-size: 2rem;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.forum__content {
  width: 100%;
  height: 100%;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
}
.forum__content--thread {
  padding-bottom: 0;
}
.forum__thread {
  width: 100%;
  height: auto;
  padding: 40px 60px;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: space-between;
  margin-bottom: 60px;
  text-decoration: none;
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 992px) {
  .forum__thread {
    padding: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .forum__thread {
    flex-direction: column;
  }
}
.forum__thread:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.forum__thread--container {
  width: 100%;
  height: auto;
  padding: 40px 60px;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .forum__thread--container {
    padding: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .forum__thread--container {
    padding: 20px;
    flex-direction: column;
  }
}
.forum__thread-left {
  width: 10%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  .forum__thread-left {
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    margin-right: 0;
  }
}
.forum__user-picture {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.forum__user-picture img {
  width: auto;
  height: 100%;
  border-radius: 50%;
}
.forum__user-name {
  width: 100%;
  height: auto;
}
.forum__thread-right {
  width: 90%;
  height: 100%;
}
.forum__thread-line-1 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .forum__thread-line-1 {
    flex-direction: column;
    text-align: center;
  }
}
.forum__thread-created_at, .forum .forum__posts-created_at {
  font-size: 0.8rem;
  font-weight: 300;
}
@media only screen and (max-width: 600px) {
  .forum__thread-created_at, .forum .forum__posts-created_at {
    width: 100%;
    margin-top: 10px;
  }
}
.forum__thread-title {
  font-size: 1.25rem;
  font-weight: 600;
}
.forum__thread-body {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}
.forum__thread-body a {
  text-decoration: none;
  color: hsl(0, 0%, 100%);
}
.forum__thread-body a:hover {
  color: hsl(45, 100%, 55%);
}
.forum__thread-line-2 {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-right: 200px;
}
@media only screen and (max-width: 992px) {
  .forum__thread-line-2 {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .forum__thread-line-2 {
    padding-right: 0;
  }
}
.forum__thread-line-3 {
  width: 100%;
  height: 1px;
  margin: 60px 0;
  background-color: rgba(255, 255, 255, 0.25);
}
.forum__thread-line-4 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.forum__thread-views {
  margin-right: 30px;
  display: flex;
}
.forum__thread-replies {
  display: flex;
}
.forum__thread-tags {
  width: 70%;
  display: flex;
  justify-content: flex-start;
}
.forum__threads-tags-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.forum__threads-tags-list li {
  margin-right: 20px;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.25);
  color: hsl(0, 0%, 100%);
  font-size: 0.9rem;
  font-weight: 600;
}
.forum__thread-statistics {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
}
.forum__posts {
  padding-left: 200px;
}
.forum__posts-content {
  width: 100%;
  height: auto;
  padding: 40px 60px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: space-between;
  margin: 60px auto;
}
@media only screen and (max-width: 600px) {
  .forum__posts-content {
    padding: 20px;
  }
}
.forum__posts-content:first-child {
  margin-top: 0;
}
.forum__posts-right {
  width: 10%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.forum__posts-left {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.forum__posts-body {
  margin-bottom: 60px;
  font-size: 1.1rem;
}
.forum__posts-created_at {
  font-size: 0.9;
}
.forum__posts-user-picture {
  width: 40px;
  height: 40px;
  margin: 0 auto 20px;
  display: flex;
}
.forum__posts-user-picture img {
  width: auto;
  height: 100%;
  border-radius: 50%;
}
.forum__reply {
  width: max(600px, 60%);
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 30px 60px;
  margin: 30px auto;
  background: rgb(13, 13, 13);
  background: linear-gradient(27deg, rgb(13, 13, 13) 0%, rgb(48, 48, 49) 100%);
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 600px) {
  .forum__reply {
    width: 100%;
    padding: 20px;
  }
}
.forum__form-title {
  width: 100%;
  margin-bottom: 25px;
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  text-align: left;
  font-size: 1.5rem;
}
.forum__reply-form {
  width: 100%;
}
.forum__textarea-input {
  width: 100%;
  height: 140px;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  color: hsl(0, 0%, 100%);
  padding: 20px;
  font-size: 1.1rem;
  margin-bottom: 30px;
}
.forum__button-area {
  width: 100%;
  display: flex;
}

.auth__button--right {
  background-position-x: right;
  padding-right: 300px;
  text-align: right;
}

.messages {
  width: 100%;
  height: auto;
  padding: 40px 0;
}
.messages a {
  text-decoration: none;
}
.messages__topBar {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  font-size: 1.25rem;
  color: hsl(0, 0%, 100%);
}
.messages__search {
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: none;
}
.messages__search span {
  margin-right: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.messages__searchField {
  width: 400px;
  opacity: 0.5;
}
.messages__newButton {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.messages__newButton a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.messages__newButton span {
  font-size: 2rem;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.messages__content {
  width: 100%;
  height: 100%;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
}
.messages__content--message {
  width: 100%;
  height: auto;
  margin: 40px auto 0 auto;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .messages__content--message {
    padding: 0;
  }
}
.messages__line {
  width: auto;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 50px;
  font-size: 1rem;
}
@media only screen and (max-width: 992px) {
  .messages__line {
    display: none;
  }
}
.messages__line:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.messages__senderPicture {
  width: 5%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.messages__senderPicture img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
@media only screen and (max-width: 992px) {
  .messages__senderPicture {
    width: 10%;
    height: auto;
  }
}
.messages__senderName {
  width: 25%;
  height: 100%;
  text-align: left;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0 10px;
}
@media only screen and (max-width: 992px) {
  .messages__senderName {
    width: 90%;
    height: auto;
    border: 0;
    padding: 0;
    font-weight: 600;
  }
}
.messages__senderName--message {
  width: 70%;
  border: none;
  padding: 0;
  margin-left: 20px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .messages__senderName--message {
    font-size: 1rem;
  }
}
.messages__subject {
  width: 55%;
  height: 100%;
  text-align: left;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0 10px;
}
@media only screen and (max-width: 992px) {
  .messages__subject {
    width: 100%;
    height: auto;
    border: 0;
    padding: 0 0 0 10%;
    margin-bottom: 10px;
  }
}
.messages__subject--message {
  width: 100%;
  height: auto;
  font-size: 2rem;
  font-weight: 600;
  border: none;
}
@media only screen and (max-width: 992px) {
  .messages__subject--message {
    font-size: 1.25rem;
  }
}
.messages__sent {
  width: 15%;
  height: 100%;
  text-align: left;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0 10px;
}
@media only screen and (max-width: 992px) {
  .messages__sent {
    width: 100%;
    height: auto;
    border: 0;
    padding: 0;
    padding: 0 0 0 10%;
    font-size: 0.8rem;
  }
}
.messages__sent--message {
  width: 25%;
  border: none;
  padding: 0;
  margin-left: 20px;
  font-size: 1.5rem;
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .messages__sent--message {
    font-size: 0.8rem;
  }
}
.messages a.messages__link {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
}
.messages a.messages__link--read {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.messages a.messages__link:hover {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.messages__message {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  border: none;
}
.messages__senderInfo {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 50px;
  margin-top: 40px;
}
.messages__messageBody {
  width: 100%;
  height: auto;
  min-height: 400px;
  margin: 20px auto;
  font-size: 1.5rem;
  line-height: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 40px 0;
}
@media only screen and (max-width: 992px) {
  .messages__messageBody {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.messages__line--mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .messages__line--mobile {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #fff;
  }
}
.messages__sender {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 7px 0;
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.message {
  width: min(1000px, 90%);
  height: auto;
  padding: 40px 0;
  margin: 40px auto;
}
.message__title {
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .message__title {
    font-size: 1.25rem;
  }
}
.message__formulario {
  width: 100%;
  height: auto;
  display: none;
  flex-direction: column;
}
.message__contatos {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  font-size: 1.5rem;
  line-height: 2rem;
}
.message__to {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 50px;
  font-size: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
}
.message__to:last-child {
  border-bottom: none;
}
.message__to:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.message__toPicture {
  width: 10%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .message__toPicture {
    width: 15%;
  }
}
.message__toPicture img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.message__toName {
  width: 90%;
}
@media only screen and (max-width: 992px) {
  .message__toName {
    width: 85%;
  }
}

.video {
  width: 100%;
  height: auto;
  padding: 40px 0;
  margin: 40px auto;
}
.video__module {
  font-size: 1.25rem;
}
.video__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 15px;
}
.video__gallery {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px 0;
}
.video__thumbnail {
  width: 100%;
  height: auto;
}
.video__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.video__thumbnail a {
  width: 100%;
  display: block;
  overflow: hidden;
}
.video__thumbnail a:hover img {
  transform: scale(1.05);
}
.video__hr {
  width: 100%;
  height: 2px;
  background-color: hsl(45, 100%, 55%);
  margin: 40px 0;
}

body.body__lesson {
  background-color: #14110f;
}

.master__container--bg {
  opacity: 0.15;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.master__container--bg1 {
  background: url("../images/video/thumbnail-1-bg.jpg") no-repeat center center;
  background-size: cover;
}

.master__container--bg2 {
  background: url("../images/video/thumbnail-2-bg.jpg") no-repeat center center;
  background-size: cover;
}

.master__container--bg3 {
  background: url("../images/video/thumbnail-3-bg.jpg") no-repeat center center;
  background-size: cover;
}

.master__container--bg-ab-1 {
  background: url("../images/video/aula_bonus-1-bg.jpg") no-repeat center center;
  background-size: cover;
}

.master__container--bg-ab-2 {
  background: url("../images/video/aula_bonus-2-bg.jpg") no-repeat center center;
  background-size: cover;
}

.master__container--bg-e-1 {
  background: url("../images/video/base_exercicio-1-bg.jpg") no-repeat center center;
  background-size: cover;
}

.master__container--tutorial-1 {
  background: url("../images/video/tutorial-1-bg.jpg") no-repeat center center;
  background-size: cover;
}

.lesson {
  width: 100%;
  height: auto;
  padding: 40px 0;
  z-index: 1;
}
.lesson__content {
  width: 100%;
  height: 100%;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
}
.lesson__main-video {
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 60px;
}
.lesson__main-video--left {
  width: 80%;
}
.lesson__main-video--right {
  width: 20%;
  display: flex;
  justify-content: flex-start;
  text-align: right;
  align-items: center;
}
.lesson__theme {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.lesson__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 600;
  margin-bottom: 20px;
}
.lesson__description {
  font-size: 1.25rem;
  font-weight: 400;
}
.lesson__thumbnails {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.lesson__thumbnails--left, .lesson__thumbnails--right {
  width: 50%;
}
.lesson__thumbnails--right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: right;
}
.lesson__thumbnail--left, .lesson__thumbnail--right {
  width: 100%;
}
.lesson__thumbnail--left img, .lesson__thumbnail--right img {
  width: 200px;
  height: auto;
}
.lesson__thumbnail--right {
  display: flex;
  justify-content: flex-end;
}
.lesson__previous-video, .lesson__next-video {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.curso__path {
  text-transform: capitalize;
}

.lesson__curso {
  background-color: rgba(0, 0, 0, 0.4);
}

.material-symbols-outlined--lesson {
  font-size: 8rem;
  width: 120px;
  height: 120px;
  cursor: pointer;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}

.video-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

img.lesson__play {
  width: 100px;
  text-decoration: none;
  opacity: 0.75;
  fill: hsl(45, 100%, 55%) !important;
}
img.lesson__play:hover {
  opacity: 1;
}

.spotlightr-id {
  max-width: 80% !important;
}

.popup-container.opened {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.thread {
  width: min(1000px, 90%);
  height: auto;
  padding: 40px 0;
  margin: 40px auto;
}
.thread__title {
  font-size: 2rem;
  font-weight: 600;
}
.thread__formulario {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.profile {
  width: min(1000px, 90%);
  height: auto;
  margin: 40px auto;
}
.profile__formulario {
  width: 100%;
  max-width: 600px;
  height: auto;
  flex-direction: column;
  margin: 30px auto 0 auto;
}
.profile__block {
  width: 100%;
  margin-bottom: 40px;
}
.profile__block:last-child {
  margin-bottom: 0;
}
.profile__image {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
}
.profile__image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.profile__label {
  color: hsl(0, 0%, 100%);
  font-size: 1rem;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.profile__input {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 2px solid hsl(45, 100%, 55%);
  color: hsl(0, 0%, 100%);
  font-size: 1.25rem;
}
.profile__input--readonly {
  opacity: 0.5;
}
.profile__input:focus {
  outline: none;
}
.profile__input::-moz-placeholder {
  color: hsl(0, 0%, 100%);
  font-weight: 300;
  opacity: 0.2;
}
.profile__input::placeholder {
  color: hsl(0, 0%, 100%);
  font-weight: 300;
  opacity: 0.2;
}
.profile__imagePreview {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}
.profile__imagePreview img {
  width: 100%;
  height: auto;
}

.assignment {
  width: 100%;
  max-width: 1000px;
  height: auto;
  padding: 40px 0;
  margin: 0 auto;
  font-size: 1.25rem;
}
.assignment h2 {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.assignment__forma {
  background-color: hsl(45, 100%, 55%);
  padding: 20px 30px;
  font-size: 0.9rem;
  margin-bottom: 40px;
  color: hsl(220, 5%, 12%);
  font-weight: 600;
}
.assignment__number {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}
.assignment__item {
  width: 100%;
  height: auto;
  border: 1px solid #fff;
  padding: 30px 40px;
  margin-bottom: 40px;
}
.assignment__name {
  color: hsl(45, 100%, 55%);
  font-weight: 600;
}
.assignment__hr {
  border: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}
.assignment__data {
  color: hsl(45, 100%, 55%);
  border: 1px solid #fff;
  padding: 3px 10px;
  margin-left: 20px;
}

.lp {
  width: 100%;
  max-width: 1000px;
  height: auto;
  padding: 40px 0;
  margin: 0 auto;
  font-size: 1.25rem;
}
.lp__item {
  margin-bottom: 60px;
}
.lp__item:last-child {
  margin-bottom: 0;
}
.lp__title {
  font-weight: 600;
}
.lp__hr {
  width: 100%;
  height: 1px;
  background-color: hsl(0, 0%, 100%);
  margin: 15px 0;
  opacity: 0.5;
}
.lp__description {
  margin-bottom: 15px;
}
.lp__destaque {
  color: hsl(45, 100%, 55%);
  font-weight: 600;
}
.lp__aviso {
  font-size: 0.9rem;
  width: 100%;
  height: auto;
  padding: 30px 40px;
  border: 1px solid hsl(45, 100%, 55%);
  text-align: center;
}

a.lp__link {
  display: inline-block;
  background-color: hsl(45, 100%, 55%);
  color: hsl(220, 5%, 12%);
  padding: 0 5px;
}
a.lp__link:hover {
  background-color: hsl(0, 0%, 100%);
  text-decoration: none;
}

.character {
  width: 100%;
  height: 100vh;
  background: #1d1d1d url("../../assets/images/bg-start.jpg") no-repeat center center/cover fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.character__home {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.character__grid {
  width: 100vw;
  height: 100vh;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.character__titulo {
  display: grid;
  place-content: center;
  grid-area: 1/1/2/4;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.character__photo {
  width: 100%;
  height: 100%;
  grid-area: 2/1/6/2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(9, 0, 43, 0.75);
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.25);
}
.character__photo img {
  width: 80%;
  height: auto;
  max-height: 80%;
  border-radius: 10px;
  border: 3px solid #fff;
}
.character__descricao {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 40px;
  grid-area: 2/2/6/4;
  background-color: rgba(9, 0, 43, 0.75);
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.25);
}
.character__descricao p {
  margin-bottom: 15px;
}
.character__rendimento {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  grid-area: 6/1/7/2;
  background-color: rgba(9, 0, 43, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.25);
  padding: 20px 40px;
}
.character__animo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  grid-area: 6/2/7/3;
  background-color: rgba(9, 0, 43, 0.75);
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.25);
}
.character__interacao {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  grid-area: 6/3/7/4;
  background-color: rgba(9, 0, 43, 0.75);
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.25);
}
.character__interacao a {
  display: inline-block;
  display: flex;
  text-decoration: none;
}
.character__interacao a:hover {
  text-decoration: none;
  color: #fff;
}
.character__interacao a.chat__link--disabled {
  pointer-events: none;
  color: #888;
  border-color: #888 !important;
}
.character__interacao a.chat__link--disabled:hover {
  background-color: transparent;
  border-color: #888 !important;
  color: #888 !important;
}
.character__word {
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 20px;
}
.character__barrinha {
  width: 5px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.25);
  margin-left: 5px;
}
.character__barrinha--yellow {
  background-color: #ffd900;
}
.character__barrinha--red {
  background-color: #ff002b;
}
.character__barrinha--green {
  background-color: #72c018;
}

.icon__chat {
  margin-top: 5px;
}

.container--interacoes {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto;
  height: auto;
  min-height: 100vh;
  background-color: #1d1d1d;
}

.interacoes {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.interacoes__user {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.interacoes__image {
  width: 10%;
  height: 100px;
}
.interacoes__image img {
  width: auto;
  height: 100%;
  border-radius: 50%;
}
.interacoes__apelido {
  width: 90%;
  font-size: 1.5rem;
  margin-left: 40px;
}
.interacoes__interacao {
  margin-bottom: 40px;
  border: 1px solid hsl(45, 100%, 55%);
  padding: 40px;
  font-size: 1.25rem;
}
.interacoes__interacao-numero {
  font-weight: 600;
  color: hsl(45, 100%, 55%);
  font-size: 1rem;
  margin-bottom: 12px;
}
.interacoes__interacao-titulo {
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.interacoes__interacao-enunciado {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 25px;
}
.interacoes__interacao-enunciado-image {
  width: 10%;
  height: 100px;
}
.interacoes__interacao-enunciado-image img {
  width: auto;
  height: 100%;
  border-radius: 50%;
}
.interacoes__interacao-enunciado-texto {
  width: 90%;
  font-size: 1.25rem;
  margin-left: 40px;
}
.interacoes__interacao-respostas {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  font-size: 1.25rem;
}
.interacoes__interacao-resposta {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.5);
}
.interacoes__interacao-membro {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 12px 0;
  background-color: #fff;
  color: #1d1d1d;
  margin-top: 60px;
}
.interacoes__interacao-dialogo {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: auto;
}
.interacoes__interacao-image {
  width: 10%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.interacoes__interacao-image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.interacoes__interacao-frases {
  width: 90%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-size: 1.25rem;
  margin-left: 40px;
}
.interacoes__interacao-frase {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.5);
}
.interacoes__interacao-frase:last-child {
  margin-bottom: 0;
}
.interacoes__texto {
  width: 100%;
  font-size: 1.25rem;
  margin-bottom: 25px;
}
.interacoes__texto--amarelo {
  color: hsl(45, 100%, 55%);
  font-weight: 600;
}
.interacoes__acao {
  width: 100%;
  height: auto;
  height: auto;
  margin: 25px auto;
  padding: 25px;
  color: #fff;
  border: 1px solid hsl(45, 100%, 55%);
  font-size: 1.25rem;
}

.resposta-escolhida {
  color: hsl(45, 100%, 55%);
  font-weight: 600;
}

hr.interacoes__hr {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 25px auto;
}

hr.dialogo__hr {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0);
  margin: 30px auto;
  border: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

.frasesR {
  text-align: right;
  justify-content: flex-end;
  margin-left: 0 !important;
  margin-right: 40px !important;
}

.fraseR {
  text-align: right;
  justify-content: flex-end;
}

.no-show {
  display: none;
}

.conversas__ordem {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.reverse-order {
  flex-direction: column-reverse !important;
}

.usuarios {
  width: 100%;
  height: auto;
  padding: 40px 0;
  margin: 0 auto;
  font-size: 1rem;
}
.usuarios__title {
  font-weight: 600;
  margin-bottom: 30px;
}

.b-t {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.b-r {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.b-b {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.b-l {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

table {
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

th, td {
  padding: 5px;
  text-align: left;
}/*# sourceMappingURL=main.css.map */