* {
  margin: 0;
  padding: 0;

}

:root {
  --yellow-curso: #fdc300;
  --font-gugi: "Gugi", cursive;
  --font-roboto: "Roboto";
  --color-turquesa: #3eb2d2;
}

body {
  overflow: hidden;
  font-family: "Roboto";
  font-size: 1rem;
}

@media(max-width:1080px) {
  html {
    font-size: 93, 75%;
  }
}

@media(max-width:720px) {
  html {
    font-size: 87, 5%;
  }
}



html::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

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

.font-16 {
  font-size: 16px;
}

.font-20 {
  font-size: 20px;
}

.font-25 {
  font-size: 25px;
}

.font-40 {
  font-size: 40px;
}

.font-roboto {
  font-family: "roboto";
}

.font-viga {
  font-family: "viga";
}

.font-teko {
  font-family: "teko";
}

.text-laranja {
  color: #ff955c;
}

.text-laranja-1 {
  color: #ff7347;
}

.text-azul {
  color: #18a0fb;
}

.bg-berge {
  background: #fdefbe;
}

.bg-laranja {
  background: #ff955c;
}

.bg-laranja-escuro {
  background: #fdaf03;
}

.bg-laranja-1 {
  background: #ff7347;
}

.bg-amarelo {
  background: #fdc300;
}

.bg-verde {
  background: #c0c662;
}

.bg-verde-claro {
  background: #98d9d5;
}

.bg-turquesa {
  background: var(--color-turquesa);
}

.bg-roxo {
  background: #8d6ecf;
}

.bg-marron {
  background-color: #f3c2a0;
}

.bg-azul {
  background-color: #18a0fb;
}

.bg-azul-claro {
  background-color: #a6cef5;
}

.bg-azul-escuro {
  background-color: #0A4D87;
}

.border-laranja {
  border-color: #ff7347 !important;
}

.border-verde {
  border-color: #c0c662 !important;
}

.border-azul {
  border-color: #207ed0 !important;
}

.border-roxo {
  border-color: #8d6ecf !important;
}

.border-radius-20 {
  border-radius: 20px !important;
}

.border-radius-top-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.border-radius-bottom-20 {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.border-solid-5 {
  border: 5px solid;
}

.border-solid-10 {
  border: 10px solid;
}

.border-radius-img img {
  background: white;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  width: 150px;
  height: 150px;
}

.seta {
  width: 30px;
  height: 30px;
}

.seta-top {
  clip-path: polygon(0 100%, 100% 100%, 50% 0);
}

.seta-bottom {
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.seta-right {
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.seta-left {
  clip-path: polygon(100% 100%, 100% 0, 0 50%);
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px !important;
  height: 40px;
  position: absolute;
  top: 50%;
}

.carousel-inner {
  width: 90% !important;
  margin: 0 auto !important;
  border-top: 5px #dcc23e solid;
  border-bottom: 5px #dcc23eed solid;
}



.carousel-indicators li {
  background-color: #b6babe !important;
}

.carousel-indicators .active {
  background-color: #18a0fb !important;
}

.btn-icons {
  /* border: 10px #adaeae solid;
  border-radius: 100px; */
  width: 110px;
  height: 110px;
  border-radius: 100px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;

}

.btn-icons img {
  width: 60px;
  height: 60px;
}

.action-show-itens-descricao>div {
  display: none;
}

.action-show-itens-descricao>.active-item {
  display: block;
}

.btn-icons:hover:before,
.active-item-button:before {
  content: "";
  position: absolute;
  background: #18a0fb;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 30px;
  height: 20px;
  top: 114px;
}

.btn-primary:hover:before,
.active-item-button:before {

  background: #007bff;

}

.btn-warning:hover:before,
.active-item-button:before {
  background: #ffc107;
}

.btn-danger:hover:before,
.active-item-button:before {
  background: #dc3545;
}

.btn-success:hover:before,
.active-item-button:before {
  background: #28a745;
}

.btn-secondary:hover:before,
.active-item-button:before {
  background: #6c757d;
}

.pull-center {
  margin: 0 auto;
  display: table;
}

.apresentacao {
  background: url(../img/modulos/modulo0/mod0_pag1.png);
  background-size: 100% 100%;
  background-position: right;
  background-repeat: no-repeat;
}

.article {
  width: auto;
  height: 90vh;
  background-color: white;
  overflow-y: scroll;
}



.home {
  background: url(../img/bg_left.png), url(../img/bg-right.png);
  background-size: 40%, 90%;
  background-position: bottom left, bottom right;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-color: #f2d958;
}

.modulos {
  background: url(../img/logo_unindustria2.svg);
  background-size: 30%;
  background-position: top right;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-color: #f2d958;
}

.modulos header {
  width: auto;
  min-height: 195px;
  display: flex;
  align-items: center;
}

.modulos header img {

  max-width: 280px;
  min-width: 200px;
  margin-left: 5rem;

}

.home header .logos {

  max-width: 350px;
  min-width: 200px;
  margin-top: 3rem;

}

.home header .row .col-md-6 {

  display: flex;
  align-items: flex-end;
}



.modulos main {
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
}

.modulos main>.menu-modulos {

  margin-right: 0px !important;
  margin-left: 0px !important;
}

.modulos main>.menu-modulos a .card-modulos {
  border-radius: 10px;
  width: 100%;
  height: 174px;
  color: var(--color-turquesa);
  font-size: 18px;
  font-weight: bold;
  box-shadow: 12px 12px 0px 0px rgb(0 0 0 / 13%);
  -webkit-box-shadow: 12px 12px 0px 0px rgb(0 0 0 / 13%);
  -moz-box-shadow: 12px 12px 0px 0px rgb(0 0 0 / 13%);
}

.modulos main>.menu-modulos a .card-modulos::before {
  content: "";
  background-image: url(../img/icones/after_modulo.png);
  position: absolute;
  /* left: -30%; */
  width: 100%;
  height: 100%;
  background-size: 220px;
  background-repeat: no-repeat;
  opacity: 0.9;
}

.modulos main>.menu-modulos a {
  font-size: 16px;
}

.modulos main>.menu-modulos a .card-modulos .card-body .descricao {
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modulos main>.menu-modulos .inativo {
  text-decoration: none;
  cursor: no-drop;
}

.modulos main>.menu-modulos .inativo .card-modulos {
  opacity: 0.5;
}

.modulos main>.menu-modulos .inativo p {
  color: #343a4057 !important;
}


.modulo .navbar {
  padding: 10px 0px 0px 0px;
  height: 90px;
  align-items: center;
}

.modulo .navbar div {
  width: 50%;
}

.modulo .navbar .nav-left img {
  width: 150px;
  height: 65px;
}

.modulo .navbar .nav-left .navbar-brand {
  background: #c6269d;
  width: 35px;
  height: 35px;
  color: white;
  border-radius: 5px;
  text-align: center;
  line-height: 25px;
}

.modulo .navbar .nav-left .navbar-brand:hover {
  background: #c6269d69;
  color: #ffffff91;
}

.modulo .navbar .nav-right {
  display: flex;
  justify-content: flex-end;
}

.modulo .navbar .nav-right .btn {
  width: 104px;
  height: 32px;
  margin-right: 20px;
  font-family: Roboto;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

.modulo .navbar .nav-right .two {
  color: #0a4d87;
}

.modulo .navbar .nav-right .two:hover {
  color: #ffffff;
  background-color: #ffc10700;
}

.modulo .navbar .nav-right .one {
  color: #ffffff;
  border-color: #ffffff;
}

.modulo .navbar .nav-right .one:hover {
  color: #0a4d87;
  background-color: #ffffff;
}

.modulo .navbar .nav-right .navbar-brand {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 25px;
  margin: 0;
}

.modulo {
  width: 100%;
  height: auto;
  background: url(../img/bg_modulos.png);
  background-size: cover;
}

.modulo .container section {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.post {
  height: auto;
  margin: 20px 30px 60px 30px;
}

.post:not(:first-child) {
  border-top: 2px #e2e2e2 solid;
}

.post .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80%;
  margin: 0;
  padding: 0;
}

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

.post .container-titulo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post .container-titulo .titulo-pagina {
  font-size: 20px;
  color: #0068af;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  line-height: 25.14px;
}

.post .container-titulo small {
  font-family: 'roboto';
  font-size: 12px;
  line-height: 15px;
  color: #666666;
  font-style: normal;
  font-weight: bold;
}

.container-modulos {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: flex;
  font-size: 16px;
}

.container-modulos .nome-modulo {
  letter-spacing: -0.015em;
  font-weight: bold;

  color: #0a4d87;
}

.container-modulos span {
  color: #00e0ff;
  margin-left: 10px;
  margin-right: 10px;
}

.container-modulos .nome-aula {
  color: white;
}

.modulo .menu-hamburg {
  background: rgba(30, 30, 28, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 10000;
  opacity: 0;
  top: 0;
  right: -100%;
  transition-duration: 0.5s;
}

.modulo .menu-container {
  background: var(--color-turquesa);
  width: 300px;
  height: 100vh;
  transition-duration: 3s;
  position: absolute;
  right: 0;
}

.modulo .menu-hamburg .menu-container .menu-hamburg-action {
  width: 300px;
  height: 50px;
  background: var(--color-turquesa);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  color: white;
}

.modulo .menu-hamburg .menu-container .menu-hamburg-action a {
  position: absolute;
  left: -60px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.modulo .menu-hamburg .menu-container .menu-hamburg-action i {
  color: #3a3131;
  font-size: 39px;

}

.modulo .menu-hamburg .menu-container .menu-hamburg-action i:hover {
  color: #0068af;
}

.modulo .menu-hamburg .menu-hamburg-home {
  width: auto;
  height: 50px;
  display: flex;

  align-items: center;
  color: white;
  text-decoration: none;
}

.modulo .menu-hamburg .menu-hamburg-home i {
  padding-left: 10px;
}

.modulo .menu-hamburg .menu-hamburg-home span {
  padding-left: 10px;
  color: #fdc300;
}

.modulo .active {
  right: 0px !important;
  transition-duration: 0.5s;
  opacity: 1;
}

.modulo .active-partes {
  right: 0px !important;
}

.menu-modulo {
  max-width: 450px;
  min-width: 250px;
}

.menu-modulo .list-group-item {
  margin-bottom: 10px;
  border-radius: 20px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0068af;
  color: white;
}

.menu-modulo .inativo {
  background: #0068af94;
  color: #ffffffa6;
  cursor: no-drop;
}

.navbar-home {
  height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navbar-home img {
  margin-right: 30px;
}

.button-action {
  background: white;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  font-size: 20px;
  color: #333333;

  -webkit-box-shadow: inset -6px 7px 21px -9px rgba(0, 0, 0, 0.63);
  -moz-box-shadow: inset -6px 7px 21px -9px rgba(0, 0, 0, 0.63);
  box-shadow: inset -1px 1px 19px -9px rgba(0, 0, 0, 0.63);
}

.status-bar {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px;
  text-align: center;
  z-index: 1;
  background: #2a0260;
}

.menu-hamburg .menu {
  width: auto;
  overflow: hidden;
}

.menu-hamburg .menu a {
  text-decoration: none;
}

.menu-item {
  list-style: none;
  border-top: 1px solid var(--dark-blue);
  overflow: hidden;
}

.menu-item>.btn {
  display: block;
  padding: 0.8rem 1rem;
  background: #ffc108;
  color: white;
  position: relative;
  border-radius: 0;
  border-top: 2px #a97e00 solid;
  text-align: left;
}

.menu-item>.btn i {
  margin-right: 0.5rem;
}

.menu-item>.btn:hover {
  background: #d6a000;
}

.menu-item>.inativo {
  /* background: #8B2670; */
  color: #ffffff54;
  cursor: no-drop;
}

.menu-item>.inativo:hover {
  background: #d6a001 !important;
}

.menu-item__sub {
  background: var(--grey);
  overflow: hidden;
  transition: max-height 0.3s;
  max-height: 0;
}

.menu-item__sub a {
  display: block;
  padding: 0.8rem 1rem;
  color: #ffc107;
  font-size: 0.9rem;
  position: relative;
  border-top: 1px solid #8b2670;
  text-align: left;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-item__sub a span .fas {
  margin-right: 0.5rem;
}

.menu-item__sub a:hover {
  /* background: #ffc10800; */
  color: #d6a000;
}

.menu-item__sub .active {
  background: #d6a000;
  color: white;
}

.menu-item__sub .active:hover {

  color: white;
}

.menu-item__sub .inativo {
  color: #ffc1075e !important;
  cursor: no-drop;
}

.menu-item__sub .inativo:hover {
  background: #ececec !important;
  color: #ffbf02 !important;
}

.menu-item:target .menu-item__sub {
  max-height: 30em;
}

.menu-item .ativo {
  max-height: 30em;
}

.sub-menu-modulo {
  list-style: none;
}

.sub-menu-modulo li {
  width: auto;
  min-height: 20px;
  margin-bottom: 5px;
  background-color: #ffeb87;
  display: flex;
  align-items: center;
}

.sub-menu-modulo li a {
  width: 100%;
  height: auto;
  color: #333333;
  padding: 5px;
}

.lupa {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lupa a {
  position: absolute;
  background: #333333ab;
  width: 50px;
  height: 50px;
  color: white;
  text-align: center;
  padding: 15px;
  border-radius: 100px;
  display: none;
}

.lupa:hover a {
  display: block;
}

.titulo-modulo-aula {
  font-size: 50px;
  font-family: Teko;
  color: #8b2670;
  border-bottom: 5px #8b2670 solid;
  text-align: center;
}

.list-menu-aula {
  max-height: 400px;
}

.list-menu-aula .list-group-item {
  padding: 0.4rem 1.25rem;
  border: 2px solid #8b2670;
}

.list-menu-aula .list-group-item-container {
  max-height: 320px;
  overflow-y: scroll;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

.hide {
  display: none;
}

.hide-item {
  display: none !important;
}

.item-ativo {
  display: block !important;
}

.invisivel {
  display: none;
}

.invisivelSection {
  display: none;
}

.flex-now-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.feedback {
  background: url(../img/feedback.png);
  background-size: 100% 100%;
  background-position: left;
  width: 100%;
  height: 100vh;
}

.bg-mod3-part2_pag7 {
  background: url(../img/modulos/modulo3/parte2/part2_pag7.png);
  background-size: contain;
  background-position: center;
  width: 100%;
  min-height: 400px;
  background-repeat: no-repeat;
}

.loader {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10000;
  background: #ffc107;
  overflow: hidden;
  top: 0;
}

.loader body {
  overflow: hidden;
}

.concluido {
  color: #4ed00ceb;
  background: #ffffff21;
  border-radius: 100px;
  padding: 3px;
  width: 150px;
}

.saiba-mais {
  border: 10px #FFBE1E solid !important;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.saiba-mais:before {
  content: '';
  background-image: url(../img/mark.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30%;
  position: absolute;
  /* top: 10%; */
  width: 100%;
  height: 100%;
  left: -110px;
  bottom: 0px;

}

@media(max-width:767px) {

  .modulos {
    background-size: 28%;
  }

  .modulos header {
    min-height: 90px;
  }

  .modulos header img {
    max-width: 150px;
    min-width: 150px;
    margin-left: 2rem;
  }


  .modulos main {
    height: 100%;
    align-items: end;
    overflow-x: scroll;
  }

  .modulos main .menu-modulos {
    margin-right: 0px;
    margin-left: 0px;
  }



  .flex-wrap {
    flex-wrap: nowrap !important;
    flex-direction: column;
  }

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

}

@media(max-width:850px) {
  .saiba-mais:before {
    background-image: url('');
  }

  .saiba-mais .w-75 {
    width: 100% !important;
  }

  .conteudo {
    max-width: 820px !important;
  }

  .modulo .navbar .nav-left img {
    width: 110px;
    height: 65px;

  }

  .post {
    margin: 20px;
  }

  .home header .logos {

    max-width: 250px;
    min-width: 200px;
    margin-top: 1rem;

  }

  .modulos header {

    min-height: 105px;
    margin-bottom: 0rem;
  }

  .modulos header img {
    max-width: 200px;
    min-width: 200px;
  }

  .modulos main>.menu-modulos a .card-modulos {
    width: auto;
    height: 90px;
    font-size: 14px;
    margin-bottom: 5px !important;
    box-shadow: none;
  }

  .modulos main>.menu-modulos a .card-modulos .card-body .descricao img {
    width: 60px;
  }

  .modulos main>.menu-modulos a {
    font-size: 14px;
  }

  .border-radius-img img {
    background: #ffffff00;
  }

  .border-radius-img img {
    background: #ffffff00;
  }

  .border-radius-img .card-body .card-text {
    padding: 20px;
    flex-direction: column;
  }

}

@media(min-width:1200px) {
  .home {
    background-size: 25%, 60%;
  }
}

@media(max-height:680px) {
  .home {
    background-size: 26%, 60%;
  }

  .modulo .menu-container {
    height: auto;
    max-height: 470px;
    overflow-x: scroll;
  }
}

@media(max-height:570px) {
  .modulos {
    background-size: 25%;
  }

  .modulos main {
    align-items: end;
  }

  .modulos main>.menu-modulos a .card-modulos {
    width: 100%;
    height: 90px;
    font-size: 16px;
  }

  .modulos main>.menu-modulos a .card-modulos .card-body img {
    width: 60px;
  }

  .modulos main>.menu-modulos a {
    font-size: 14px;
  }

  .home header .logos {

    max-width: 250px;
    min-width: 200px;
    margin-top: 1rem;

  }
}




.delay-6s {
  animation-delay: 6s;
}

.delay-7s {
  animation-delay: 7s;
}

.delay-8s {
  animation-delay: 8s;
}

.delay-9s {
  animation-delay: 9s;
}

.delay-10s {
  animation-delay: 10s;
}

.delay-11s {
  animation-delay: 11s;
}

.delay-12s {
  animation-delay: 12s;
}

.delay-13s {
  animation-delay: 13s;
}

.delay-14s {
  animation-delay: 14s;
}



::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #8888889c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}