:root{
  --colorBackground: #051D3B;
  --blue300: #5081FB;
  --blue200: #7BA4FC;
  --blue100: #96B9FD;
  --white: #FFFFFF;
  --neutral: rgba(255, 255, 255, 1);
 
  --sombra:#0000000F;
 
 --fonte: Inter, sans-serif;
  
 }

body{
  background-color: var(--colorBackground);
  font-family: var(--fonte);
  color: var(--neutral);
  margin: 2rem;
}

/*Header*/
.container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.logo{
  display: flex;
  align-items: center;   
  width: 170px;
 
}


.busque{
  background-color:rgba(255, 255, 255, 0.16);
  width: 100%;
  display: block;
  height: 56px;
  
  border-radius: 8px;
  border: none;
  box-sizing: border-box;

  font-size: 16px;
  font-style: normal;
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.64);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.busque::placeholder{
  font-size: 16px;
  font-style: normal;
 
  padding-top: 16px;
  color: rgba(255, 255, 255, 0.64);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.busque:hover{
  background: rgba(255, 255, 255, 0.24);
}

.perfil{
  display: flex;
  align-items: center;
  height: 32px;
  border-radius: 8px;
  padding: 12px;
}

.perfil:hover{
  background-color: rgba(255, 255, 255, 0.08);
}


.fontePerfil{
  width: 2rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.fotoPerfil, .fontePerfil, .busque{
  display: none;
}

#menu-icon{
  width: 1.8rem;
  margin-right: 12%;
}

.fonteMenuLateralE{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  color: var(--neutral);

  margin-left: 16px;
}

.tituloMenuLateralE{
  width: 51px;
  height: 18px;
  left: 32px;
  top: 128px;
  
  /* Sidebar title */
 
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  /* identical to box height, or 150% */
  
  letter-spacing: 0.4em;
  text-transform: uppercase;
  
  /* Neutral/$white */
  
  color: #FFFFFF;

}

.menu-navegacao .menu-navegacao-item{
  width: 189px;
  
  margin-top: 16px;
}


.imagens-link, .menu-navegacao-item{
  display: flex;
  justify-content:start;
  align-items: center;
}

.menuLateralE-icone{
  height: 48px;
  width: 48px;
  left: 0px;
  top: 0px;
  border-radius: 16px;
}

/*Main*/
.body-container{
  display: flex;
  flex-direction: column;
}

.menuEsquerdo{
  display: none;
}

/*Quadro editor*/
.quadros{
  width: 95%;
  display: flex;
  flex-direction: column;
}

.quadro{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5%;
  padding-left: 7%;


  width: 95%;

  background: #6BD1FF;
  border-radius: 8px;
}

.editor{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 4%;
  padding-left: 4%;

  width: 90%;
  height: 87%;

  /* Neutral/$dark-gray */

  background: #141414;
  /* $editor-shadow */

  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.24);
  border-radius: 8px;

/* Inside Auto Layout */

  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 10px 0px;
}

.dot-container{
  width: 52px;
  height: 12px;


  display: flex;
  justify-content: space-between;
}

.dot{
  width: 12px;
  height: 12px;
  left: 16px;
  top: 16px;

  border-radius: 16px;
}

.macRed{
  background: #FF5F56;
}
.macYellow{
  /* Mac/$mac_yellow */
  background: #FFBD2E;
}
.macGreen{
/* Mac/$mac_green */
  background: #27C93F;
}

.codigo{

  width: 98%;
  height: 234px;

}

.fonteCodigo{
  height: 80%;
  margin-top: 10px;
}

.tituloProjeto{
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 31px;

  margin-top: 24px;
}

.descricaoProjeto{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;

  margin-top: 8px;
}

.quadro-container{
  margin-bottom: 4%;
}

.icone-container{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;

  margin-top: 4%;
  padding-right: 4%;
}

.autor-container{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.iconeComentaLike-container{
  display: flex;
  align-items: center;
}

.iconeComentaLike{
  margin: 10px;
}

/*menu hamburguer*/
.menuHamburguer{
  width: 254px;
  height: 912px;
  background: #2D415B;
  border-radius: 8px;
  position: absolute;
  display: none;
  top: 100px;
  right: 10px;

  padding-top: 24px;
  padding-left: 24px;
}

.show{
  display: block;
}

.divisoria{
 
  opacity: 0.08;
  
  border: 1px solid #FFFFFF;
  margin: 24px 24px 24px 0;
}

.perfilHamburguer{
  display: flex;
  align-items: center;
  margin-right: 5%;
}

.perfilHamburguer, .autorPerfil{
  width: 2rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .body-container{
    flex-direction: column;
  }

.busque{
  margin-left: 4%;
  width: 55%;
  display: block;

}
.fotoPerfil, .fontePerfil{
  width: 2rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}

/*Editor*/
.quadros{
  width: 95%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.quadro-container{

  width: 45%;
}

  .quadro{
    width: 95%;
    height: 350px;
  }

  .fonteCodigo{
    font-family: Roboto Mono,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: var(--neutral);
  
    background: #141414;
  
    height: 100%;
    width: 90%;
    border: none;
    resize: none;
  
    margin-top: 10px;
    
  }

  .fonteCodigo::-webkit-scrollbar{
    width: 6px;
  }
  
  .fonteCodigo::-webkit-scrollbar-thumb{
    background-color: rgba(80, 129, 251, 0.16);
  }
  /*Menu hamburguer*/
.menuHamburguer{
  display: flex;
  flex-direction: column;

  width: 254px;
  height: 912px;
  background: #2D415B;
  border-radius: 8px;
  position: absolute;
  display: none;
  top: 100px;
  right: 10px;

  padding-top: 24px;
  padding-left: 24px;
}

.show{
  display: block;
}

}
@media screen and (min-width: 1025px) {
/*Header*/
  .fotoPerfil, .fontePerfil{
    display: inline;
  }

  header .perfil {
    display: flex;
    align-items: center;
    margin-right: 5%;
}

  input{
    width: 100%;
  }

  #menu-icon {
    display: none;
  }


/*Menu Lateral Esquerdo*/

.menuEsquerdo{
  /* Menu */
    width: 189px;
    height: 146px;
    left: 32px;
    top: 128px;
    margin-right: 12%;  
  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .editor-icone{
    opacity: 0.50;
  }
  .editor-icone:hover{
    opacity: 0.70;
  }
  .editor-icone:active{
    opacity: 1;
  }

    

  .body-container{
    flex-direction: row;
  }

  /*Quadro*/
  .fonteCodigo{
    height: 100%;
  }
/*Menu hamburguer*/
.menuHamburguer{
  display: none;
}

}