* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

nav {
  padding-top: 0px;
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  z-index: 1000;
}

.max-width-70 {
  max-width: 70% !important;
}

.item-inativo {
  display: none;
}

.item-ativo {
  display: block !important;
}

nav .nav-container {
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav .nav-container .nav-left {
  width: 50%;
}

nav .nav-container .nav-left .desktop {
  width: 260px;
  margin-left: 50px;
}

nav .nav-container .nav-left .mobile {
  width: 70px;
  margin-left: 50px;
}

nav .nav-container .nav-right {
  width: 50%;
}

nav .nav-container .nav-right ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  width: 100%;
  margin-bottom: 0;
}

nav .nav-container .nav-right ul li a {
  color: black;
  text-decoration: none;
}

nav .nav-container .nav-right ul li .search {
  background: #0068d0;
  padding: 7px;
  border-radius: 30px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

main {
  max-width: 1200px;
  height: 100vh;
  margin: 80px auto;
}

main .section-modulos-container {
  max-width: 100%;
  margin: 0px 40px 0 40px;
  justify-content: flex-start;
}

.list-menu-section {
  background: white;
}

main .section-modulos-container .list-menu {
  width: 90%;
}

main .section-modulos-container .titulo-modulo {
  width: 90%;
  font-family: Roboto;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
}

main .section-modulos-container .titulo-modulo .descricao-modulo {
  width: 70%;
  display: flex;
}

main .section-modulos-container .titulo-modulo .descricao-modulo .modulo-nome {
  margin-right: 5px;
}

main .section-modulos-container .titulo-modulo .size_fonts {
  width: 70px;
  height: 20px;
}

main .section-modulos-container .titulo-modulo .size_fonts ul {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  list-style: none;
}

main .section-modulos-container section {
  width: 90%;
  min-height: 200px;
  background: #ffffff;
}

main .section-modulos-container section .container-section {
  margin: 20px 40px 20px 40px;
}

main .section-modulos-container section .container-section .barra {
  height: 4px;
  background-color: #eef1f2;
}

main .section-modulos-container section .container-section .barra .destaque {
  width: 140px;
  height: 4px;
  background: #25a548;
}

main .section-modulos-container section .container-section .count-pagina {
  text-align: right;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #999999;
}

main .section-modulos-container section .container-section .count-titulo {
  font-style: normal;
  font-weight: bold;

  line-height: 28px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #25a548;
}

main .section-modulos-container section .container-section .count-titulo span {

  font-size: 20px;

}

main .section-modulos-container section .container-section .count-titulo span i {

  font-size: 20px;

}

.home nav {
  background: #ffffff00 !important;
}

.hide {
  display: none;
}

.nome-curso {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 49px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 1px 2px #5f5f5f;
}

.header-home-top {
  width: 100%;
  height: 50%;
}

.header-home-bottom {
  width: 100%;
  height: 50%;

}

.header-home-top .titulo {
  color: #3c3c3c;
  font-size: 37px;
  text-transform: uppercase;

  height: auto;
  margin: 0px 0px 60px 60px;
  text-align: center;
  text-shadow: 0px 2px 2px #ffffff;
}

.descricao-home {
  background-color: #00a3ff;
}

.header-home-bottom .descricao p {
  font-size: 14px;
}

.header-home-bottom .container-apresentacao {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
  color: white;
  height: 90%;
  padding-top: 20px;
}

.header-home-bottom .container-apresentacao p {
  /* padding-bottom: 20px; */
  padding-left: 15px;
  padding-right: 15px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-25 {
  font-size: 25px;
}

.font-30 {
  font-size: 30px;
}

.font-35 {
  font-size: 35px;
}

.pull-center {
  margin: 0 auto;
  display: table;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

#section-home {
  background-image: url("../images/bg.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.section-modulos-container {
  display: flex;
  flex-direction: column;
  min-height: 180px;
  justify-content: space-between;
  align-items: center;
}

.section-modulos-container .text-rodape {
  width: 100%;
  height: 18px;
  color: #999999;
  text-align: center;
  padding-bottom: 10px;
}

.section-modulos-container .list-menu {
  width: 70%;
  min-height: 44px;
  list-style: none;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}

.section-modulos-container .list-menu li {
  width: auto;
  height: auto;
}

.section-modulos-container .list-menu li a {
  width: auto;
  height: 44px;
  text-decoration: none;
  text-align: center;
  color: #333333;
  margin: 0px 5px 0 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
}

.section-modulos-container .list-menu li a:hover {
  color: white;
  height: 44px;
}

.section-modulos-container .list-menu li .inativo {
  cursor: no-drop;
  color: white;
}

.section-modulos-container .list-menu li .menu-1 {
  border-top: 10px #69bc35 solid;
}

.section-modulos-container .list-menu li .menu-1:hover,
.section-modulos-container .list-menu li .menu-1:active {
  background-color: #69bc35;
}

.section-modulos-container .list-menu li .menu-2 {
  border-top: 10px #05c4e3 solid;
}

.section-modulos-container .list-menu li .menu-2:hover {
  background-color: #05c4e3;
}

.section-modulos-container .list-menu li .menu-3 {
  border-top: 10px #727eed solid;
}

.section-modulos-container .list-menu li .menu-3:hover {
  background-color: #727eed;
}

.section-modulos-container .list-menu li .menu-4 {
  border-top: 10px #dc3b6b solid;
}

.section-modulos-container .list-menu li .menu-4:hover {
  background-color: #dc3b6b;
}

.section-modulos-container .list-menu li .menu-5 {
  border-top: 10px #fe9f2f solid;
}

.section-modulos-container .list-menu li .menu-5:hover {
  background-color: #fe9f2f;
}

.menu-4-inativo {
  background: #ebddcf !important;
  color: #333333 !important;
  cursor: no-drop !important;
}

.menu-3-inativo {
  background: #ebcfcf !important;
  color: #333333 !important;
  cursor: no-drop !important;
}

.menu-2-inativo {
  background: #cfe8eb !important;
  color: #333333 !important;
  cursor: no-drop !important;
}

.menu-1-inativo {
  background: #cfebd7 !important;
  color: #333333 !important;
  cursor: no-drop !important;
}

.modulo {
  background: #e5e5e5;
}

.modulo nav {
  background: white;
}

.card-retangulo {
  clip-path: polygon(50% 0%, 100% 0, 100% 1%, 92% 100%, 0 96%, 0 0);
  padding: 20px;
  background-color: #eef1f2 !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
}

.card-retangulo-inclincado {
  clip-path: polygon(50% 0%, 78% 0, 84% 0, 100% 100%, 0 100%, 0 0);
  padding-right: 180px;
  border-left: 5px #a5a5a5 solid !important;
}

.card-retangulo-seta {
  clip-path: polygon(90% 0, 100% 50%, 91% 99%, 0% 100%, 6% 51%, 0% 0%);
  padding-left: 80px;
  padding-right: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.card-destaque {
  background: #00a3ff;
  border-radius: 10px;
  min-height: 150px;
  margin-bottom: 50px;
}

.card-destaque .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.card-destaque::after {
  content: "";
  background: #00a3ff;
  width: 50px;
  height: 50px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0px 5px 1px 0px rgba(0, 0, 0, 0.2);
  margin: -20px auto;
}

.card-destaque-verde-suave {
  background: #b4efc4 !important;
}

.card-destaque-verde-claro {
  background: #39c881 !important;
}

.card-destaque-verde-claro::after {
  background: #39c881 !important;
}

.card-destaque-verde-escuro {
  background: #01a6b0 !important;
}

.card-destaque-verde-escuro::after {
  background: #01a6b0 !important;
}

.card-destaque-azul-claro {
  background: #05c4e3 !important;
}

.card-destaque-azul-claro::after {
  background: #05c4e3 !important;
}

.card-destaque-azul-medio {
  background: #00a3ff !important;
}

.card-destaque-azul-medio::after {
  background: #00a3ff !important;
}

.card-destaque-azul-marinho {
  background: #0068d0 !important;
}

.card-destaque-azul-marinho::after {
  background: #0068d0 !important;
}

.list-styles-letras .media-body {
  min-height: 8vh;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
  border-bottom: 2px #cccccc solid;
  margin-bottom: 10px;
}

.card-destaque-azul-suave {
  background: #b1f0ec !important;
}

/* .carousel{    width: 60%;} */

.carousel .carousel-inner .carousel-item .carousel-caption {
  height: 100%;
  display: flex;
  align-items: center;
}

.carousel .carousel-inner .carousel-item .carousel-caption .container {
  max-width: 750px;
  height: 50%;
  background: #156d2d;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.carousel .carousel-inner .carousel-item .carousel-caption .container h1 {
  font-size: 5.5rem;
  font-weight: bold;
}

.carousel .carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel .carousel-control-prev a,
.carousel .carousel-control-next a {
  width: 50px;
  height: 50px;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .carousel-control-prev a:hover,
.carousel .carousel-control-next a:hover {
  background: #156d2d;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-styles-color-horizontal {
  min-height: 116px;
}

.card-styles-color-horizontal .card-body {
  padding: 10px;
}

.card-styles-color-horizontal .col-md-1 {
  min-height: 116px;
}

.border-bottom-azul-medio {
  border-bottom: 5px #00a3ff solid;
}

.border-bottom-azul-claro {
  border-bottom: 5px #05c4e3 solid;
}

.border-bottom-azul-marinho {
  border-bottom: 5px #0068d0 solid;
}

.border-bottom-verde-medio {
  border-bottom: 5px #01a6b0 solid;
}

.border-bottom-verde {
  border-bottom: 5px #25a548 solid;
}

.list_child_seta {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.list_child_seta li {
  margin-right: 20px;
  margin-bottom: 20px;
}

.list_child_seta li p {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #666666;
  text-align: center;
  padding-top: 10px;
}

.list_child_seta .seta {
  margin-right: 20px !important;
}

.progress {
  background-color: #ffffff !important;
  height: 4px;
}

.plase {
  width: 47px;
  height: 70px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.plase .plase-center {
  background: #25a548;
  width: 25px;
  height: 70px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.plase .plase-center span {
  width: 47px;
  height: 45px;
  font-size: 28px;
  background: #f8f8f8;
  color: #333333;
  position: absolute;
  border-radius: 100px;
  border: 5px #25a548 solid;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 13px;
  left: 0;
}

.card-horizontal .titulo {
  background: #62bdff;
  color: #ffffff;
}

.card-horizontal .card-body {
  background: #eef1f2;
  border-left: 10px white solid;
}

.card-horizontal .seta {
  margin-top: 5px;
  height: 30px;
  font-size: 20px;
}

.card-section-15 {
  min-height: 330px;
}

.card-section-15 .card-text {
  font-size: 15px !important;
}

.card-seta .card-body .seta {
  /* content: ""; */
  background: red;
  position: absolute;
  width: 20px;
  height: 30px;
  left: -10px;
  clip-path: polygon(100% 45%, 0 1%, 0 100%);
}

.card-seta .card-body .card-text {
  padding-left: 20px;
}

.card-simples {
  min-height: 90px;
}

.video video {
  width: 100%;
}

.card-simples-section-25 {
  min-width: 150px;
  min-height: 220px;
  padding: 5px;
}

.destaq-section-saiba-mais {
  padding: 0 34px 0 34px;
}

.button-proximo-modulo {
  background: #0068d0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  width: 70%;
  height: 40px;
  color: white;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.button-proximo-modulo:hover {
  text-decoration: none;
  color: #cccccc;
}

.titulo-seta {
  border: 4px solid #e1e3e3;
  height: 70px;
  border-radius: 5px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titulo-seta .seta {
  background: red;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 44px;
  left: 10px;
  clip-path: polygon(100% 45%, 0 1%, 0 100%);
}

.card-section-10 {
  min-width: 200px;
  min-height: 325px;
}

.card-section-10 .seta-vertical {
  position: absolute;

  width: 30px;
  height: 100%;
  border-left: 2px #666666 solid;
  display: flex;
}

.card-section-10 .card-header {
  padding: 0;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.card-section-10 .card-header .titulo {
  font-size: 70px;
  color: #f3b804;
  font-style: normal;
  font-weight: bold;
  line-height: 60px;
}

.card-section-10 .card-body {
  min-height: 185px;
  margin-left: 15px;
}

.card-section-10 .card-footer {
  background: white;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

.card-section-12 .titulo {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.03em;
  border-bottom: 2px #ff8322 solid;
  padding-bottom: 10px;
  width: 100%;
  margin: 10px auto;
}

.card_color_horizontal {
  min-height: 50px;
}

.card_color_horizontal h2 {
  margin-bottom: 0px !important;
}

.card_color_horizontal .card-body {
  padding: 0px 0px 0px 20px;
}

.card_color_horizontal .card_color_horizontal_titulo {
  min-height: 50px;
}

.card-img-rounded {
  width: 80px;
  height: 80px;
  background: #e77924;
  margin-bottom: 5px;
}

.card-img-rounded:hover {
  background: #ec8b3f;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.bg-light .card-header {
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
}

/* .card-section-21 .card-body{
    min-height: 400px;
} */

.card-section-21 .card-header {
  margin: -1px;
  padding: 1px !important;
}

.card-section-27 .card-body {
  min-height: 180px;
}

.card-section-31 .titulo {
  color: #ff8322;
  font-weight: bold;
  font-size: 69.7137px;
  line-height: 82px;
  width: 80px;
  margin: auto;
  display: table;
  border-bottom: 2px #ff8322 solid;
}

.card-section-31 .card-body {
  min-height: 260px;
}

.footer-pag {
  height: 60px;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: none;
  position: fixed;
  z-index: 998;
  width: 40px;
  height: 55px;
  line-height: 30px;
  font-size: 18px;
  right: 5px;
  bottom: 0px;
  color: #ffffff;
}

.button-top .click {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #094e88 !important;
  width: 40px;
  height: 40px;
}

.button-top .click img {
  margin-top: 5px;
}

.button-top p {
  font-size: 14px;
  height: 5px;
  color: #999999;
  margin-bottom: 20px;
  margin-top: 2px;
}

.bg-light .card-header-light {
  background-color: rgb(238, 241, 242) !important;
  border-bottom: 1px solid rgb(238, 241, 242) !important;
}

.flex {
  display: flex;
}

.animacao {
  display: none;
}

.indicador {
  width: 36px;
  height: 45px;
  position: absolute;
  top: -60px;
  font-size: 20px;
  animation: vertical 2s linear alternate;
  opacity: 0;
}

.indicador i {
  font-size: 43px;
  color: #0068d0;
}

@keyframes vertical {
  0% {
    opacity: 1;
    top: -60px;
  }

  20% {
    opacity: 1;
    top: -42px;
  }

  40% {
    opacity: 1;
    top: -60px;
  }

  60% {
    opacity: 1;
    top: -42px;
  }

  80% {
    opacity: 1;
    top: -60px;
  }

  100% {
    opacity: 1;
    top: -42px;
  }
}

.myNavbar {
  /* animation: vertical_index 2s infinite linear alternate; */
  /* opacity: 0; */
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  /* top: 100px;
    position: absolute;
    left: 50%; */
}

.myNavbar:hover {
  background: #ffffff30;
}

.myNavbar img {
  animation: slidenavSection 1s ease-in-out infinite;
}

@keyframes slidenavSection {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0px, 5px);
  }
}

@keyframes vertical_index {
  0% {
    opacity: 1;
    margin-top: -50px;
  }

  20% {
    opacity: 1;
    margin-top: -40px;
  }

  40% {
    opacity: 1;
    margin-top: -50px;
  }

  60% {
    opacity: 1;
    margin-top: -40px;
  }

  80% {
    opacity: 1;
    margin-top: -50px;
  }

  100% {
    opacity: 1;
    margin-top: -40px;
  }
}

.container-card-rounded {
  width: 100%;
  display: flex;
  justify-content: space-around;
  /* align-items: center; */
  flex-wrap: wrap;
}

.container-card-rounded .card-rounded-item {
  width: 220px;
}

.container-card-rounded .card-rounded-item a {
  text-decoration: none;
}

.container-card-rounded .card-rounded-item a span {
  font-size: 70px;
  color: white;
  font-weight: bold;
}

.container-card-rounded .card-header {
  background: #ffffff00;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.container-card-rounded .card-body {
  background: #eef1f2;
}

.loader {
  background: #e5e5e5;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 82px; */
}

/* .loader,
body {
  overflow: hidden;
} */

.paper {
  position: relative;
  width: 100%;
  max-width: 800px;
  min-width: 270px;
  min-height: 300px;
  margin: 0 auto;
  background: #fafafa;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.paper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  background: radial-gradient(#575450 6px, transparent 7px) repeat-y;
  background-size: 30px 30px;
  border-right: 3px solid #d44147;
  box-sizing: border-box;
}

.paper-content {
  position: relative;
  top: 30px;
  right: 0;
  bottom: 30px;
  left: 60px;
  background: linear-gradient(transparent, transparent 28px, #91d1d3 28px);
  background-size: 30px 30px;
}

.paper-content .text_conteudo {
  width: 100%;
  max-width: 100%;
  min-height: 300px;
  max-height: 100%;
  line-height: 30px;
  padding: 0 10px;
  border: 0;
  outline: 0;
  background: transparent;
  color: mediumblue;
  font-family: "Handlee", cursive;
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
  z-index: 1;
}

.paper-content .text_conteudo ul {
  list-style: none;
  height: auto;
  max-width: 700px;
  margin-bottom: 50px;
  margin-right: 70px;
}

footer {
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

footer a {
  color: rgba(255, 255, 255, 0.8);
}

.conteudo .row .col-md-1,
.conteudo .row .col-md-2,
.conteudo .row .col-md-3,
.conteudo .row .col-md-4,
.conteudo .row .col-md-5,
.conteudo .row .col-md-6,
.conteudo .row .col-md-7,
.conteudo .row .col-md-8,
.conteudo .row .col-md-9,
.conteudo .row .col-md-10,
.conteudo .row .col-md-11,
.conteudo .row .col-md-12 {
  -ms-flex: none;
  flex: none;
}

.casos {
  background: #ffffff00;
  border: 0;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  height: 150px;
  margin: 0;
  padding: 0;
}

.casos a {
  width: auto;
  height: auto;
}

.casos a img {
  width: 90px;
  height: 90px;
}

@media (min-width: 760px) and (max-width: 980px) {
  .casos {
    height: 110px;
  }
}

@media (min-width: 300px) and (max-width: 759px) {
  .casos {
    height: 60px;
  }

  .casos a img {
    width: 60px;
    height: 60px;
  }

  .flickity-viewport {
    height: auto !important;
    min-height: 440px !important;
  }

  .carousel-cell .card {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .seta-modulo {
    transform: rotate(90deg) !important;
  }

  .grid-list {
    grid-template-columns: auto !important;
  }

  .grid-list .card .card-body .card-text {
    font-size: 16px !important;
  }
}

@media (max-width: 750px) {
  .header-home {
    background-image: url(../images/bg_mobile.png);
    background-size: 100% 44%;
    background-position: top;
  }

  .header-home-top {
    height: 40%;
  }

  .header-home-top .titulo {
    margin: 0px 10px 0px 10px;
    height: 120px;
  }

  .header-home-top .titulo .font-20 {
    font-size: 16px;
    width: 100% !important;
    padding-right: 0 !important;
  }

  .header-home-bottom {
    height: 60%;
  }

  .header-home-bottom .p-3 {
    height: 400px !important;
    overflow: scroll;
  }

  .header-home-bottom .p-3 .font-16 {
    font-size: 14px;
  }

  .header-home-bottom .card {
    height: 100%;
  }

  .header-home-bottom .card .card-body {
    height: 72%;
  }

  .header-home-bottom .card .card-body {
    padding: 10px;
  }

  .header-home-bottom .container-apresentacao {
    padding: 0px;
  }

  .header-home-bottom .container-apresentacao p {
    padding-left: 0px;
    padding-right: 0px;
  }

  .section-modulos {
    background-size: contain;
    background-position: top;
    height: 30vh;
  }

  .section-modulos-container {
    min-height: 70%;
  }

  .section-modulos-container .list-menu {
    width: 100%;
  }

  .section-modulos-container .list-menu li {
    height: auto;
  }

  .section-modulos-container .list-menu li>a {
    height: 44px;
    padding: 0px 5px;
  }

  .section-modulos-container .list-menu li>a .modulo-item {
    display: none;
  }

  main .section-modulos-container {
    margin: 0px 10px 0 10px;
  }

  .card-retangulo {
    clip-path: none;
    padding: 10px;
  }

  .card-retangulo-seta {
    clip-path: none;
    padding: 0;
  }

  .card-retangulo-inclincado {
    clip-path: none;
    padding-right: 0px;
  }

  main .section-modulos-container .titulo-modulo .descricao-modulo {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }

  main .section-modulos-container .titulo-modulo .descricao-modulo .modulo-nome b {
    font-size: 14px;
  }

  main .section-modulos-container .titulo-modulo .descricao-modulo .modulo-titulo {
    font-size: 13px;
  }

  main .section-modulos-container .titulo-modulo .size_fonts {
    display: none;
  }

  main .section-modulos-container section .container-section {
    margin: 20px 20px 20px 20px;
  }
}

@media (min-width: 930px) and (max-width: 1082px) {
  .section-modulos-container .list-menu li a {
    padding: 0px 20px;
  }
}

.grid-list {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto auto;
  align-items: center;
  padding: 10px;
  align-items: stretch;
}


.grid-list .text {
  font-size: 1.3vw;
}

.card-modulo-1 {
  background-color: rgb(232, 243, 226);
}

.card-modulo-2 {
  background-color: rgb(226, 241, 243);
}

.card-modulo-3 {
  background-color: #e7e0f6;
}

.card-modulo-4 {
  background-color: #f5dddf;
}

.card-modulo-5 {
  background-color: #fe9f2f;
}

.card-modulo-verde-1 {
  background-color: #01a6b0;
}

.card-modulo-verde-2 {
  background-color: #27ac8c;
}

.card-modulo-verde-3 {
  background-color: #0a7e77;
}

.card-modulo-verde-4 {
  background-color: #2ebc67;
}

.card-modulo-verde-5 {
  background-color: #1ba150;
}

.card-modulo-roxo-1 {
  background-color: #9282c1;
}

.card-modulo-roxo-2 {
  background-color: #a38bea;
}

.card-modulo-roxo-3 {
  background-color: #8668dd;
}

.card-modulo-roxo-4 {
  background-color: #3a38b0;
}

.card-modulo-azul-1 {
  background-color: #00b2ff;
}

.card-modulo-azul-2 {
  background-color: #2db0d9;
}

.card-modulo-azul-3 {
  background-color: #6cb2c9;
}

.card-modulo-vermelho-1 {
  background-color: #dc3b6b !important;
}

.card-modulo-amarelo-1 {
  background-color: #fe9f2f !important;
}

.card-modulo-amarelo-2 {
  background-color: #ffe1cb !important;
}

.color-modulo-4 {
  color: #dc3b6b;
}

.color-modulo-5 {
  color: #fe9f2f;
}

.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;
}

.border-roxo {
  border-color: #727eed !important;
}

.border-vermelho {
  border-color: #dc3b6b !important;
}

.seta-modulo {
  width: 30px;
  height: 30px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.seta-modulo-bottom {
  width: 30px;
  height: 30px;
  clip-path: polygon(100% 0, 0 0, 46% 100%);
}

.btn-disable-next {
  opacity: 0.5;
  cursor: no-drop;
}