/*
tailwind css: 🤓
css vanilla: 😎
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Parkinsans:wght@300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Parkinsans:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --oqsobradobeta: #ffffff40;
  --background: #131318;
  --azu: #4864ff;
  --azu2: #2c3da1;
  --azu3: #3D42B0;
  --white: white;
  --grey: #2c2f3a;
  --lightgrey: #3d4150;
  --aprendizadogrey: #5d5d5d;
  --black: black;
  --black2: #0a0b10;
  --lightergrey: #5e5e5e;
  --lightblue: #AEB2FF;
  --sidebarcolor: #1e1e2f;
  --card:#2a2a3f;
  --card-desafios-blue:rgba(61,66,176,1);;
  --menu-margin-top: 29vh;
  --button-small-grey-width: 16vh;
  --button-title-size: 0.9rem;
  --texto-small-size: 0.7rem;
  --3vh: 3vh;
  --1vh: 1vh;
  --5vh: 5vh;
}
.w-theme{
   --oqsobradobeta: #ffffff40;
  --background: #d4d4d4;
  --azu: #E6E6E6;
  --azu2: #2c3da1;
  --azu3: #666ABC;
  --white: #111111;
  --grey: #2c2f3a;
  --lightgrey: #3d4150;
  --aprendizadogrey: #5d5d5d;
  --black: white;
  --black2: #F5F5F5;
  --lightergrey: #5e5e5e;
  --lightblue: #AEB2FF;
  --card:#2b365e;
  --sidebarcolor: #161a34;
  --card-desafios-blue:rgba(61,66,176,1);
}
.w-theme * button, .w-theme * .calendar td:hover, .w-theme * .title-text, .w-theme * .logo-blue {
  --azu: var(--white) !important;
}
 .w-theme * .calendar td:hover, .w-theme * .card{
  color: var(--black) !important;
 }
 .w-theme * .circle{
  background-color: var(--black);
 }
 .w-theme * div[class*='block'], .w-theme * span[class*='block'], .w-theme * .rank,
 .w-theme * .background-white, .w-theme #imgProfile, .w-theme input[class*='edit']{
      background-color: var(--black) !important;
    border: 1px groove;
 }
 .w-theme * #menu.menu.celular, .w-theme #menu.menu.celular .user-profile-menu,
  .w-theme * input[required][class='form-input']{
      background-color: var(--black) !important;
 }
  .w-theme * input[required][class='form-input']{
    --lightgrey: var(--lightblue);
  }
 .w-theme .button.sandbox.small.disabled{
  opacity: 75%;
 }.w-theme .button.sandbox.small{
  color: var(--black);
 }
 .w-theme * .title-icon-big.margin-top-medium.logo-white path{
  fill: var(--white);
 }
.w-theme * .login-button, .w-theme * .login-button[name*='submitLogin']{
  --azu: var(--lightblue);
  --azu2: #2c3da1;  
}
.w-theme * .login-button[name*='submitLogin']{
  --azu: var(--black) !important;
}

@font-face {
  font-family: "Pixel Operator";
  src:
    local(""),
    url("../fonts/pixeloperator/PixelOperator.ttf") format("truetype") tech(color-COLRv1),
}
@font-face {
  font-family: "undertale";
  src:
    local(""),
    url("../fonts/undertale/MonsterFriendBack.otf") format("opentype") tech(color-COLRv1);
}

div.swal2-popup.swal2-modal{
  background-color: var(--black) !important;
  color: var(--white);
}
/*
NATURAL
*/
* {
  border-color: transparent;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
}
body {
  min-height: 90vh;
  background-color: var(--background);
}
/* 
fontes
*/
.bold{
  font-weight: bold;
}
.undertale{
  font-family: 'undertale', sans-serif !important;
}
.pixeloperator{
  font-family: 'Pixel Operator', sans-serif !important;
}
.montserrat, montserrat {
  font-family: "Montseratt", sans-serif;
}
.poppins{
  font-family: "Poppins", sans-serif;
}
.roboto {
  font-family: "roboto", sans-serif;
}
/*  form   */
.form-input {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 20px;
  width: 80vw;
  height: 2.5vh;
  border-radius: 5px;
  background-color: var(--grey);
  color: var(--white);
  box-shadow: 0px -1px 0px 3px var(--lightgrey);
}
.form-input-small {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 20px;
  width: 40vw;
  height: fit-content;
  border-radius: 5px;
  background-color: var(--grey);

  box-shadow: 0px -1px 0px 3px var(--lightgrey);
}
.form-input:hover,
.form-input-small:hover {
  background-color: var(--lightgrey);
}
/* checkbox, labels e radios */
label.file-label{
  background-color: var(--azu);
  padding: 0.5vh;
  border-radius: 5px;
}
.checkbox-label {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
  max-height: fit-content;
}

.checkbox {
  display: none;
}

.checkbox:checked + button {
  background-color: var(--grey);

  box-shadow: 0px 7px 0px 0px var(--lightgrey);
}

.checkbox-label button {
  pointer-events: none;
}
.word {
  display: inline;
  background-color: var(--lightgrey);
  border-color: var(--lightgrey);
  border: 1vh;
  padding: 1vh;
  border-radius: 8px;
  margin: 0.1rem;
  color: var(--white);
}
.radio-sandbox .word input[type="radio"] {
  display: none;
}
.radio-sandbox .word:has(input[type="radio"]:checked) {
  background-color: var(--azu2);
  border-color: var(--azu2);
  border: 1vh;
  padding: 1vh;
  border-radius: 9px;
  color: var(--white);
}
.radio-sandbox .word:has(input[type="radio"]:disabled) label {
  cursor: not-allowed;
  opacity: 0.5;
}

.radio-sandbox label {
  color: var(--white);
}
/* img */
.fotos.easteregg .foto{
 background-position: center;
 background-color: #000;
}
  .fotos.easteregg .foto.um{
  filter:grayscale(100%) contrast(200%) brightness(1.5);
--imagem-dev:url(../img/easteregg/giovane1.gif) !important;
}.fotos.easteregg .foto.dois{
--imagem-dev:url(../img/easteregg/gabigol.webp) !important;
}.fotos.easteregg .foto.tres{
--imagem-dev:url(../img/easteregg/beatriz.webp) !important;
}
.foto.um{
--imagem-dev:url(../img/foto-dev/giovane.jpg);
}.foto.dois{
--imagem-dev:url(../img/foto-dev/gabriel.jpg);
}.foto.tres{
--imagem-dev:url(../img/foto-dev/beatriz.jpg);
}
.foto{
  background-image: var(--imagem-dev);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40vh;
  height: 40vh;
  background-color: var(--white);
}


.img-home {
  margin-top: 10vh;
  width: 65vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.robot-idle {
  margin-top: 5vh;
  width: 95vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.title-icon {
  width: 6vh;
  height: 6vh;
  margin-top: 2vh;
}.title-icon-esmall {
  width: 3vh;
  height: 3vh;
  margin-top: 4vh;
}
.title-icon-small {
  width: 4vh;
  height: 4vh;
  margin-top: 2.5vh;
}
.title-icon-big {
  width: 9vh;
  height: 9vh;
}
.button-app-icon {
  width: 3vh;
  height: 3vh;
  display: inline;
  margin-right: 1vh;
  margin-left: -1vh;
  margin-bottom: -0.7vh;
}
.icon-card {
  width: 15vw;
  height: 15vh;
}
/*  divs */
.dashboard{
  max-width: calc(75vw - 250px) !;
}
.fotos{
  
      display: flex;
      gap:1vh;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.circle-stat{
      width: 10vh;
      height: 10vh;
      border-radius: 50%;
      background: conic-gradient(var(--azu3) 0% 100%, transparent 0%);
      mask: radial-gradient(farthest-side, transparent 90%, black 61%);
}
.circle-progression{
  margin-left: -7vh;
  font-size:1.2rem;
}
.objetivo-stats-wrapper{
      display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.objetivo-card, .stats-card{
          margin: 3vw;
        padding: 1vw;
        
        color: var(--white);
        background-color: var(--background);
        border-radius: 32px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: center;
        center p{
          margin:0 !important;
        }
}
.objetivo-card{
 width: 50vw;
        max-width: 50vw;
}
.legenda {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .items {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .bolinha {
      width: 2vh;
      height: 2vh;
      border-radius: 50%;
    }

    .tpa { background-color: #f7e463; }
    .design { background-color: #2e2e9f; }
    .web { background-color: #b170f7; }
    .banco { background-color: #ef6a66; }
.stats-card{
   width: 75vw;
        max-width: 75vw;
        height: fit-content;
        align-items: center;
}
.login-button-app {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.title-div {
  display: flex;
  justify-content: center;
  align-content: center;
}
.centralizar-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}
.centralizars{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.password {
  min-width: fit-content;
  flex-wrap: wrap;
  display: flex;
}
/* texto */
.button-title {
  font-size: var(--button-title-size);
}
.title-text {
  color: var(--azu);
  margin-top: 2.8vh;
  font-family: "Montseratt", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
  text-decoration: none;
}
.texto {
  font-family: "Montseratt", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
  margin-left: 7vh;
  margin-right: 7vh;
  margin-bottom: 7vh;
  color: var(--white);
}
.texto-pequeno {
  font-family: "Montseratt", sans-serif;
  font-size: 0.75rem;
  margin-left: 7vh;
  margin-right: 7vh;
  margin-bottom: 7vh;
}
.texto-medium {
  font-family: "Montseratt", sans-serif;
  font-size: 1.1rem;
  margin-left: 7vh;
  margin-right: 7vh;
  margin-bottom: 7vh;
}
.texto-large {
  font-size: 2rem;
  margin-left: 7vh;
  margin-right: 7vh;
  margin-bottom: 7vh;
}
.texto-small {
  font-size: var(--texto-small-size);
}
.text-small {
  font-size: 1.2rem;
}
.textin{
  font-size: 0.9rem;
}
.hamburguer-icon {
  width: 4vh;
  height: 4vh;
}
/* button */
.trilhas-medallion{
  background-color: var(--azu3);
  border-radius: 12px;
  width: 10vh;
}
.hamburguer-button {
  color: var(--white);
  background-color: var(--background);
  border-color: transparent;
  border-radius: 4px;
}
.button.sandbox {
  background-color: var(--azu);
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  border: none;
  padding: 1vh;
  width: 75%;
  border-radius: 6px;
}.button.sandbox.small.disabled {
  background-color: var(--grey);
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  border: none;
  padding: 1vh;
  width: 30%;
  border-radius: 6px;
  cursor: not-allowed;
}.button.sandbox.small {
  background-color: var(--azu);
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  border: none;
  padding: 1vh;
  width: 30%;
  border-radius: 6px;
  cursor: pointer;
}
.button-small {
  box-shadow: 0px 7px 0px 0px var(--azu);
  text-align: center;
  text-decoration: none;
  color: var(--azu);
  border: 1px solid var(--azu);
  border-color: var(--azu);
  background-color: transparent;
  padding: 1vh;
  width: 30vh;
  border-radius: 10px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  flex: 1 1 40%;
  margin: 1vh;
  min-width: 15vh;
  max-width: 20vh;
  margin-bottom: 3vh;
}
.button-small.facebook,
.button-small.google {
  text-align: center;
}

.button-small-grey {
  box-shadow: 0px 7px 0px 0px var(--grey);
  text-align: center;
  text-decoration: none;
  color: var(--azu);
  border: 1px solid var(--grey);
  border-color: var(--grey);
  background-color: transparent;
  padding: 1vh;
  width: var(--button-small-grey-width);
  border-radius: 10px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  flex: 1 1 40%;
  margin: 1vh;
  min-width: 10vh;
  max-width: 20vh;
  min-height: 15vh;
  max-height: 15vh;
  margin-bottom: 3vh;
}
.login-button {
  box-shadow: 0px 7px 0px 0px var(--azu2);
  text-align: center;
  text-decoration: none;
  color: var(--white);
  background-color: var(--azu);
  padding: 1vh;
  width: 30vh;
  border-color: transparent;
  border-radius: 7px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.login-button-2 {
  box-shadow: 0px 7px 0px 0px var(--azu);
  text-align: center;
  text-decoration: none;
  color: var(--azu);
  border: 1px solid var(--azu);
  border-color: var(--azu);
  background-color: var(--white);
  padding: 1vh;
  width: 30vh;
  border-radius: 7px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
/* cores */
.grey {
  color: var(--lightgrey) !important;
}
.white {
  color: var(--white) !important;
}
.lightgrey {
  color: var(--lightgrey) !important;
}
.aprendizadogrey {
  color: var(--aprendizadogrey) !important;
}
.blue2{
  color: var(--azu2) !important; 
}
.blue{
  color: var(--azu) !important;
}.blue3{
  color: var(--azu3) !important;
}
.lightblue{
  color: var(--lightblue) !important;
}
/* outros */
.password {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: center;
}
.edit{
  height: fit-content;
  border-radius: 5px;
    background-color: var(--grey); 
    height: 1.25rem;
}
span small {
  margin-top: -1vh;
  color: var(--lightergrey);
}
.a {
  color: var(--azu);
}
.large {
  width: 80vw;
}
.large-text {
  font-size: 1.3rem;
  margin-bottom: 2vh;
}
.extra-large-text {
  font-size: 1.4618742rem;
  margin-bottom: 1.3vh;
}
.f-c {
  display: flex;
  justify-content: center;
}
.f-c-w {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.j-c-c{
  display: flex;
  justify-content: center;
  align-content: center;
}
.f-c-c {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.t-a {
  text-align: center;
}
.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: var(--lightgrey);
  text-align: center;
  height: 1.5em;
  opacity: 0.5;
  &:before {
    content: "";
    background: linear-gradient(
      to right,
      transparent,
      var(--lightgrey),
      transparent
    );
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 3px;
  }
  &:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: var(--black);
    padding: 0 0.5em;
    line-height: 1.5em;
    color: var(--grey);
    background-color: var(--background);
  }
}

.bold{
  font-weight: bold;
}
.output,
.input {
  color: var(--white);
  background-color: var(--background);
  border-color: var(--white);
  border-radius: 4px;
  width: 100%;
}
.a-none{
  all:unset;
}
.margin-right-esmall {
  margin-right: 0.5vh;
}
.margin-right-small {
  margin-right: var(--1vh);
}
.margin-left-small {
  margin-left: var(--1vh);
}
.margin-top-small {
  margin-top: var(--1vh);
}
.margin-bottom-small {
  margin-bottom: var(--1vh);
}
.margin-right-medium {
  margin-right: var(--3vh);
}
.margin-left-medium {
  margin-left: var(--3vh);
}
.margin-top-medium {
  margin-top: var(--3vh);
}
.margin-bottom-medium {
  margin-bottom: var(--3vh);
}.margin-right-large {
  margin-right: var(--5vh);
}
.margin-left-large {
  margin-left: var(--5vh);
}
.margin-top-large {
  margin-top: var(--5vh);
}
.margin-bottom-large {
  margin-bottom: var(--5vh);
}


.padding-right-esmall {
  padding-right: 0.5vh;
}
.padding-left-esmall {
  padding-left: 0.5vh;
}
.padding-top-esmall {
  padding-top: 0.5vh;
}
.padding-bottom-esmall {
  padding-bottom: 0.5vh;
}
.padding-right-small {
  padding-right: var(--1vh);
}
.padding-left-small {
  padding-left: var(--1vh);
}
.padding-top-small {
  padding-top: var(--1vh);
}
.padding-bottom-small {
  padding-bottom: var(--1vh);
}
.padding-right-medium {
  padding-right: var(--3vh);
}
.padding-left-medium {
  padding-left:var(--3vh);
}
.padding-top-medium {
  padding-top: var(--3vh);
}
.padding-bottom-medium {
  padding-bottom: var(--3vh);
}
.padding-right-large {
  padding-right: var(--5vh);
}
.padding-left-large {
  padding-left: var(--5vh);
}
.padding-top-large {
  padding-top: var(--5vh);
}
.padding-bottom-large {
  padding-bottom: var(--5vh);
}



.logo-blue {
  fill: var(--azu);
}
.logo-white {
  fill: var(--white);
}
.logo-blue1{
  fill: var(--azu2);
}
.logo-blue3{
  fill: var(--azu3);
}

.course-icon svg{
  fill: var(--black);
}
#menu.menu {
  display: flex;
  position: absolute;
  margin-left: -1vh;
  top: 0;
  margin-top: 6vh;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  font-family: "Montserrat", sans-serif !important;
  max-width: 80vw;
  max-height: 80vh;
  background-color: var(--grey);
  li {
    list-style: none;
  }
  li > a {
    font-family: "Montserrat", sans-serif !important;
    color: var(--white);
    background: none;
    font-weight: 500;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: inherit;
    text-decoration: none;
  }
}
.menu-scroll {
  display: flex;
  flex-direction: column;
}
.one {
  margin-top: -6vh;
}
.three {
  margin-top: var(--menu-margin-top);
}
.content {
  display: none;
  margin-left: 1vh;
}
.wrapper-login {
    display: flex
;
       flex-direction: row-reverse;
}


.dropdown-wtrilhas:hover li a.content.trilhas,
.dropdown-wdesafios:hover li a.content.desafios,
.dropdown-wevolucao:hover li a.content.evolucao {
  display: block;
}
.dropdown-wtrilhas:hover li span.white {
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 0.5vh;
}
.dropdown-wdesafios:hover li span.white {
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 0.5vh;
}
.dropdown-wevolucao:hover li span.white {
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 0.5vh;
}
.user-profile-menu {
  background-color: var(--grey);
  margin-top: 5vh;
  display: flex;
}
.profile-picture {
  border-radius: 10px;
  background-color: var(--white);
  width: 5vh;
  height: 5vh;
  margin: 1vh;
}
.profile-picture.easteregg{
  --user-image: url("../img/easteregg/user.png");
background-image: var(--user-image);
background-size: cover;
background-color:transparent;
border-radius: 0;
width: 4vh;
  height: 4vh;
  margin-left: 2vh;
}
.profile-text {
  margin-top: -1vh;
}
.titulo-hamburguer{
 display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -7vh;
}

  .cursos {
    display: flex;
    justify-content: center;
  }
  .curso-card {
    text-align-last: center;
    max-width: 30vw;
    width: 30vw;
    max-height: 20vh;
    height: 20vh;
    margin: 1vh;
    border-radius: 10px;
    background-color: var(--white);
    color: var(--black);
    svg {
      margin-top: 1vh;
    }
  }
  .desafio-container {
    margin: 3vw;
    padding: 3vw;
    color: var(--white);
    background-color: var(--background);
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    .title {
      font-size: 1.5rem;
    }
    .item {
      display: flex;
      align-items: center;
      margin-bottom: 1vh;
    }
    .item:hover {
      .block,
      .block-text {
        background-color: var(--azu);
      }
      .block.rotate{
  display: inline-block;
  rotate: 90deg;
 }
    }

    .block {
      align-content: space-evenly;
      width: 4vh;
      height: 4vh;
      border-radius: 2px;
      flex-shrink: 0;
      background-color: var(--grey);
      margin-left: 1vh;
    }

    .block-text {
      margin-left: 1vh;
      background-color: var(--grey);
      padding: 1vh;
      width: 56vw;
      height: 2vh;
      border-radius: 4px;
    }
  } 


.desafios-containers{
      align-content: center;
  height: 85vh;
  padding-left: 0vh;
.desafios {
            min-width: 30vw;
            width: 75vw;
            max-width: 80vw;
            padding: 0.5vh;
            padding-right: 0vh;
            margin: 2.5vh;
            padding-left: 1.5vw;
            border-radius: 12px;
            background-color: var(--grey);
            box-shadow: -8px -1px 0px -1px var(--card-desafios-blue);
        }
.desafio-tempo{
  font-size: 0.8rem;
}
.desafio-title{
  font-size: 1.5rem;
}
.desafio-button{
  border-radius:4px;
  padding: 1vh;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin: 5vh;
  background-color: var(--card-desafios-blue);
  font-size:1rem;
}
}
.trilha-body{
        display: flex;
        flex-direction: column;
        align-items: center;
     
    
    }
    .d-c-wrapper{
      
        margin-right: 0vh;
    }
   .d-c-wrapper .desafios-completados{
      
        padding: 4vh;
        border-radius: 10px;
        background-color: var(--background);
        .dc-title{
            font-size: 1.4rem;
 display: flex;
        justify-content: center;
        align-items: center;
        margin-top:-5.5vh;
        p{
            margin-left: 1vh;
            margin-top:5.5vh;
        }
        }
        .dc-body{
            p{
                margin-left: 1vh;
                margin-right: 1vh;
                font-size: 1.1rem;
            }
            blue{
                color: var(--azu3);
            }
        }
    }

    @media (max-width:150px){
     *{
      --1vh: 0;
      --3vh: 0;
      --5vh: 0;
     }
     .text-small{
      font-size: 0.8rem;
     }
     .title-icon-small{
      width: 2.5vh;
    height: 2.5vh;
    margin-top: 3.2vh;
     }
    }
@media (min-width: 420px) {
  * {
    --button-title-size: 1rem;
    --texto-small-size: 0.75rem;
    --button-small-grey-width: 30rem;
  }
}
@media (min-width: 768px) {
  .title-div{
 margin-top: -6vh;
 margin-bottom: 6vh;
  }
  .wrapper-login{
    display: flex;
  flex-direction: column;
  }
  .hamburguer-button {
    display: none;
  }
  .component-nologin {
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 75vw;
    max-height: 75vh;
    left: 12%;
    position: relative;
  }
  .img-home {
    width: 100%;
  }
  .login-button-2,
  .login-button {
    width: 50%;
  }
  .form-input {
    width: 50vw;
  }
  .large {
    width: 50vw;
  }
  .wrapper-login {
    display: flex
;
    flex-direction: row;
}
  #menu.menu {
    display: flex;
    position: sticky;
    top: 0;
    background-color: transparent;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    font-family: "Montserrat", sans-serif !important;
    max-width: 20vw;
    max-height: 80vh;
    li {
      list-style: none;
    }
    li > a {
      font-family: "Montserrat", sans-serif !important;
      color: var(--white);
      background: none;
      font-weight: 500;
      border: none;
      padding: 0;
      cursor: pointer;
      outline: inherit;
      text-decoration: none;
    }
  }
  .three {
    --menu-margin-top:30vh;
  }
  .content {
    display: none;
    margin-left: 1vh;
  }



  .dropdown-wtrilhas:hover li a.content.trilhas,
  .dropdown-wdesafios:hover li a.content.desafios,
  .dropdown-wevolucao:hover li a.content.evolucao {
    display: block;
  }
  .dropdown-wtrilhas:hover li span.white {
    display: inline-block;
    transform: rotate(90deg);
    margin-left: 0.5vh;
  }
  .dropdown-wdesafios:hover li span.white {
    display: inline-block;
    transform: rotate(90deg);
    margin-left: 0.5vh;
  }
  .dropdown-wevolucao:hover li span.white {
    display: inline-block;
    transform: rotate(90deg);
    margin-left: 0.5vh;
  }
  .user-profile-menu {
    margin-top: 5vh;
    background-color: transparent;
    display: flex;
  }
  .profile-picture {
    border-radius: 10px;
    background-color: var(--white);
    width: 5vh;
    height: 5vh;
    margin: 1vh;
  }
  .profile-text {
    margin-top: -1vh;
  }
  .cursos {
    display: flex;
    justify-content: center;
  }
  .curso-card {
    text-align-last: center;
    max-width: 20vw;
    width: 20vw;
    max-height: 20vh;
    height: 20vh;
    margin: 3vh;
    border-radius: 10px;
    background-color: var(--white);
    color: var(--black);
    svg {
      margin-top: 1vh;
    }
  }
  .desafio-container {
    margin: 3vw;
    padding: 3vw;
    color: var(--white);
    background-color: var(--background);
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    .title {
      font-size: 1.5rem;
    }
    .item {
      display: flex;
      align-items: center;
      margin-bottom: 1vh;
    }
    .item:hover {
      .block,
      .block-text {
        background-color: var(--azu);
      }
      /*.block.rotate{
  display: inline-block;
  rotate: 90deg;
 }*/
    }

    .block {
      align-content: space-evenly;
      width: 4vh;
      height: 4vh;
      border-radius: 2px;
      flex-shrink: 0;
      background-color: var(--grey);
      margin-left: 1vh;
    }

    .block-text {
      margin-left: 1vh;
      background-color: var(--grey);
      padding: 1vh;
      width: 30vw;
      height: 2vh;
      border-radius: 4px;
    }
  }


.circle-stat{
      width: 10vh;
      height: 10vh;
      border-radius: 50%;
      background: conic-gradient(var(--azu3) 0% 100%, transparent 0%);
      mask: radial-gradient(farthest-side, transparent 90%, black 61%);
}
.circle-progression{
  margin-left: -7vh;
  font-size:1.2rem;
}
.objetivo-stats-wrapper{
      display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.objetivo-card, .stats-card{
          margin: 3vw;
        padding: 1vw;
        
        color: var(--white);
        background-color: var(--background);
        border-radius: 32px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: center;
}
.objetivo-card{
 width: 25vw;
        max-width: 30vw;
}
.legenda {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .item {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .bolinha {
      width: 15px;
      height: 15px;
      border-radius: 50%;
    }

    .tpa { background-color: #f7e463; }
    .design { background-color: #2e2e9f; }
    .web { background-color: #b170f7; }
    .banco { background-color: #ef6a66; }
.stats-card{
   width: 20vw;
        max-width: 20vw;
        height: 20vh;
        align-items: center;
}
.desafios-containers{
      align-content: center;
  height: 85vh;
  padding-left: 5vh;
.desafios {
            min-width: 30vw;
            width: 35vw;
            max-width: 35vw;
            padding: 0.5vh;
            padding-right: 1vh;
            margin: 5vh;
            padding-left: 2vw;
            border-radius: 12px;
            background-color: var(--grey);
            box-shadow: -8px -1px 0px -1px var(--card-desafios-blue);
        }
.desafio-tempo{
  font-size: 0.8rem;
}
.desafio-title{
  font-size: 1.5rem;
}
.desafio-button{
  border-radius:4px;
  padding: 1vh;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin: 5vh;
  background-color: var(--card-desafios-blue);
  font-size:1rem;
}
}
.trilha-body{
       flex-direction: row;
        gap: 0vh;
    
    }
    .d-c-wrapper{
      
        margin-right: 3vh;
    }
   .d-c-wrapper .desafios-completados{
      
        padding: 4vh;
        border-radius: 12px;
        background-color: var(--background);
        .dc-title{
            font-size: 1.4rem;
 display: flex;
        justify-content: center;
        align-items: center;
        margin-top:-5.5vh;
        p{
            margin-left: 1vh;
            margin-top:5.5vh;
        }
        }
        .dc-body{
            p{
                margin-left: 1vh;
                margin-right: 1vh;
                font-size: 1.1rem;
            }
            blue{
                color: var(--azu3);
            }
        }
    }
}

.community-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;   
  margin: 0 auto;      
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: flex-start;
  padding: 2rem 1rem;  
}

.community-header,
.community-feed,
.post-card {
  width: 100%;
  max-width: 100%;
  color: #fff;
}

.community-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.community-header p {
  font-size: 0.9rem;
  color: #bdbdbd;
  margin-top: 4px;
}

.create-post-btn {
  background: #3b5bfd;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.7rem 1.3rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
}

.create-post-btn:hover {
  background: #4d6dff;
}

.community-feed {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.post-card {
  background: #2a2b33;
  border-radius: 12px;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  transition: 0.2s;
}

.post-card:hover {
  background: #32333d;
}

.post-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.user-info img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.tag {
  background: #3b5bfd;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.8rem;
}

.post-content h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.post-content p {
  font-size: 0.9rem;
  color: #ccc;
}

.post-actions {
  display: flex;
  gap: 1rem;
}

.post-actions button {
  background: transparent;
  border: none;
  color: #bdbdbd;
  cursor: pointer;
  font-size: 0.9rem;
  transition: 0.2s;
}

.post-actions button:hover {
  color: #fff;
}

.editor-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem 1.5rem;
  gap: 1.25rem;
  min-height: calc(100vh - 120px);
  box-sizing: border-box;
}

.editor-row{
  display: flex;
  gap: 1rem;
  width: 100%;
  max-width: 1200px;
  align-items: stretch;
  justify-content: center;
}

.editor-column{
  flex: 1 1 0;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.editor-area{
  height: 480px;
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--black2);
  border: 1px solid rgba(255,255,255,0.04);
  box-shadow: 0 10px 30px rgba(2,6,20,0.6);
}

.editor-area > * { height: 100% !important; }

.editor-controls{
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

#rodar{
  margin-top: 0;
}

.editor-output{
  width: 100%;
  max-width: 1200px;
  height: 480px;
  margin-top: 0.75rem;
  border-radius: 12px;
  background: #0a0b10;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 10px 30px rgba(2,6,20,0.6);
  overflow: hidden;
}

@media (max-width: 1000px){
  .editor-row{ flex-direction: column; }
  .editor-area, .editor-output { height: 360px; }
}

@media (max-width: 480px){
  .editor-area, .editor-output { height: 260px; }
  .editor-container { padding: 1rem; }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: black !important;
}.editor-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  gap: 1.25rem;
  min-height: calc(100vh - 120px);
  box-sizing: border-box;
}

.editor-row{
  display: flex;
  gap: 1rem;
  width: 100%;
  max-width: 1200px;
  align-items: stretch;
  justify-content: center;
}

.editor-column{
  flex: 1 1 0;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.editor-area{
  height: 480px;
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--black2);
  border: 1px solid rgba(255,255,255,0.04);
  box-shadow: 0 10px 30px rgba(2,6,20,0.6);
}

.editor-area > * { height: 100% !important; }

.editor-controls{
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

#rodar{
  margin-top: 0;
}

.editor-output{
  width: 100%;
  max-width: 1200px;
  height: 480px;
  margin-top: 0.75rem;
  border-radius: 12px;
  background: #0a0b10;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 10px 30px rgba(2,6,20,0.6);
  overflow: hidden;
}

@media (max-width: 1000px){
  .editor-row{ flex-direction: column; }
  .editor-area, .editor-output { height: 360px; }
}

@media (max-width: 480px){
  .editor-area, .editor-output { height: 260px; }
  .editor-container { padding: 1rem; }
}
