:root {
  --laranja-curso: #f5821f;
}

* {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.home{
  justify-content: center;
  align-items: center;
}

body .capa {
  position:absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url(../img/bg.png) no-repeat;
  background-size: 100% 100%;
}
body .topo{
  height: 100px;
}

body .capa .capa-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 70vh;
}

body .capa .capa-container img {
  max-width: 400px;
  min-width: 300px;
  margin-bottom: 20px;
}

.voltar{
  width: 50px;
  height: 50px;
  border-radius: 30px;
}
.home button {
  width: 162.5px;
  height: 50px;
  margin: 20px;
  background: #18a0fb;
  border-radius: 30px;
  color: white;
  font-size: 24px;
}

body .bg-modulos {
  width: 100%;
  height: 100vh;
  background-color: #414041;
  background-image: url(../img/bg_modulos1.svg), url(../img/bg_modulos2.svg);
  background-repeat: no-repeat;
  background-size: 30%, 50%;
  background-position: right top, bottom left;
}

body .bg-modulos .modulos {
  width: auto;
  height: auto;
}

body .bg-modulos .modulos .inativo {
  text-decoration: none;
}

body .bg-modulos .modulos .inativo .card-modulos {
  opacity: 0.5;
  cursor: no-drop;
}

body .bg-modulos .modulos a .card-modulos:hover {
  opacity: 0.8;
}

body .bg-modulos .text-curso {
  font-family: Secular One;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 52px;
  text-align: right;
  letter-spacing: -0.015em;

  color: var(--laranja-curso);
}

body .bg-modulo {
  width: 100%;
  height: 100vh;
  
  background-image: url(../img/textura.png), url(../img/textura2.png);
  background-repeat: no-repeat;
  background-size: cover, 25%;
  background-position: center, top right;
}

.topo{
  margin-bottom: 20px;
}

body .bg-modulo .w-conteudo {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

body .bg-modulo .w-conteudo .conteudo {
  width: 95%;
  max-width: 1200px;
}
@media screen and (max-height: 750px) {
  .fixed-top {
    position: relative;
  }
}

body .bg-modulos .card-modulos .card-title {
  font-size: 40px;
}

body .bg-modulo .menu-modulos {
  width: 45px;
  height: 80vh;
  position: fixed;
  right: 0;
  margin-right: 7px;
  float: right;
  transition-duration: 0.5s;
}

body .bg-modulo .active {
  right: -25px;
  transition-duration: 0.5s;
}

body .bg-modulo .menu-modulos .ripple {
  width: 60px;
  height: 32px;
  background: #2a4a81;
  border-radius: 30px 0 0 30px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body .bg-modulo .menu-modulos .ripple .fas {
  font-size: 22px;
  color: white;
}

body .bg-modulo .menu-modulos .main-menu {
  list-style: none;
  margin-left: 20px;
}

body .bg-modulo .menu-modulos .main-menu li {
  width: 60px;
  height: 35px;
}

body .bg-modulo .menu-modulos .main-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 32px;
  border-radius: 30px 0 0 30px;
  font-size: 14px;
  color: #fff;
  transition: none;
  background: #93b0c6;
  text-decoration: none;
}

body .bg-modulo .menu-modulos .main-menu li .active {
  background: #f5821f !important;
}

body .bg-modulo .menu-modulos .main-menu li a:hover {
  background: #427fa5;
}

body .bg-modulo .menu-modulos .main-menu li a span {
  z-index: -1;
}

body .bg-modulo .menu-modulos .main-menu li .inativo {
  background: #d9e7f0;
  cursor: no-drop;
}

.loader {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #000000de;
  z-index: 10000;
}

.text-laranja {
  color: var(--laranja-curso);
}

.text-verde {
  color: #bfe284;
}

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

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

.logoCaraiba {
  padding-top: 20px;
  padding-left: 20px;
  width: 243px;
  height: 80px;
}

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

.modelo_bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.modelo_2 {
  background-image: url(../img/mod2_bg.png);
}

.modelo_4 {
  background-image: url(../img/mod4_bg.png);
}

.modelo_5 {
  background-image: url(../img/mod5_bg.png);
}

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

.bg-laranja {
  background-color: #ffa171;
}

.bg-laranja-claro {
  background-color: #FAD189;
}

.bg-amarelo {
  background-color: #f7de59;
}

.bg-azul-1 {
  background-color: #A6D7FF;
}

.bg-azul-2 {
  background-color: #7aa1dc;
}

.bg-azul-3 {
  background-color: #7ab3dc;
}

.bg-azul-4 {
  background-color: #3669a5;
}

.bg-azul-5 {
  background-color: #3586db;
}

.bg-azul-6 {
  background-color: #7fb8e5;
}

.bg-verde {
  background-color: #BFE284;
}

.bg-sombra {
  background-color: #2a3c67;
  opacity: 0.7;
}

.bg-modulo .fixed-bottom {
  height: 60px;
}

.bg-modulo .fixed-bottom .btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-azul {
  color: #fff;
  background-color: #7fb8e5;
  border-color: #7fb8e5;
}

.btn-azul:hover,
.btn-azul:active {
  background-color: #8c9faf;
  border-color: #8c9faf;
}

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

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

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

.carousel-inner {
  width: 90% !important;
  margin: 0 auto !important;
}

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

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

.carousel-inner .active {
  right: 0px !important;
}

.fique-atento {
  margin-top: 24px;
  border-bottom: 5px #f5821f solid;
  border-radius: 15px;
  border-top: 2px #f5821f solid;
  border-left: 2px #f5821f solid;
  border-right: 2px #f5821f solid;
}

.fique-atento p{
  width: 66%;
}

.fique-atento::before {
  content: "";
  background-image: url(../img/atento.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 188px;
  height: 130px;
  right: 0px;
  bottom: 0px;
}

#custom-handle {
  min-width: 37px;
  height: 36px;
  top: 50%;
  margin-top: -18px;
  text-align: center;
  line-height: 32px;
  border-radius: 54px;
  background: white;
  border: 2px #93b0c6 solid;
  color: #f28043;
  font-size: 15px;
  cursor: grab;
  outline: 0;
}

.card-exercicio {
  border: 2px solid #f5821f;
  box-sizing: border-box;
  border-radius: 20px;
}

.card-exercicio .card-text {
  font-size: 25px;
}
.card-info {
  background-color: white;
  border: 2px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0px 20px 20px 20px;
  text-align: center;
}
.card-info .title-info{
  background-color: #f5821f;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px;
  color: white;
  font-size: 22px;
  font-weight: bold;
  width: 40%;
  min-width: 150px;
  margin-bottom: 20px;
  
}
.card-info p{
  font-size: 12px;
  padding-top: 10px;
  font-weight: bold;
  
}
.card-info .content-info{
  padding:20px;
}
.card-info .content-info p{
  font-weight: normal;
  text-align: left;
  font-size: 15px;
  width: 100%;
}
.card-info .content-info ol{
  padding-left: 40px;
  text-align: left;
}
.nuvem{
  vertical-align: middle;
  text-align: center;
}
.nuvem a{
  color: #f5821f;
}
.loadMidiaAni{
  background: transparent;
}