* {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    
}

#SliderMenu {
    position: fixed;
    width: 200px;
    height: 172px;
    background: #151719;
    left: -200px;
    transition: all 500ms linear;
	color: white;
}

#SliderMenu.active{
    left: 0px;
}

#SliderMenu ul li {
    color:rgba(230,230,230,0.9);
    list-style: none;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(100,100,100,0.3);
}

#SliderMenu .ButaoMenu{
    position:relative;
    left:230px;
    top:19px;
}

#SliderMenu .ButaoMenu span {
    display:block;
    width: 30px;
    height: 5px;
    background: #000000;
    margin: 3px 0px;
}
.Menu{
	background-color: #151719;
	width: 100%;
	height: 55px;
	margin-top: 1%;
	padding-bottom: 10px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 23px -4px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 23px -4px rgba(0,0,0,1);
	box-shadow: 0px 0px 23px -4px rgba(0,0,0,1);
}
.MenuLogin {
    border-style: double;
    width: 70%;
    height: 375px;
    background-color: #D0D0DA;
    box-shadow: inset 0px 0px 3px 0px #151719;
	color: #151719;
}
.MenuLoginLogged {
    border-style: double;
    width: 70%;
    height: 170px;
    background-color: #D0D0DA;
    box-shadow: inset 0px 0px 3px 0px #151719;
	color: #151719;
	margin-top: 1.5%;
	paddin-top: 1.5%;
}
.h3Login {
	color: #151719;
	font-size: 40px;
	font-weight: 650;
}
.BTsubmit {
	width: 55%;
	height: 60px;
	font-size: 30px;
	color: #151719;
	border-radius: 30px;
	transition: 0.4s;
	text-align: center;
}
.BTsubmit:hover {
	background-color: #7AADE7;
}
.parallax {
  background-image: url("/images/hammer1.png");
  min-height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallaxLogin {
  background-image: url("/images/mapa.png");
  min-height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	
}.parallaxRegistar {
  background-image: url("/images/mapa2.png");
  min-height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.BarraPreta {
	background-color: #151719;
	width: 100%;
	height: 10px;
	padding-bottom: 10px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 23px -4px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 23px -4px rgba(0,0,0,1);
	box-shadow: 0px 0px 23px -4px rgba(0,0,0,1);
}
.BarraRodape {
	background-color: #151719;
	width: 100%;
	height: 140px;
	padding-bottom: 10px;
	border-radius: 0px;
	color: #FFFFFF;
	font-size: 13px;
}
html {
	scroll-behavior: smooth !important;
}
.CaixaTexto {
    border: 2px solid #aaa !important;
    border-radius: 10px !important;
    outline: none !important;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 2.3px;
    padding-bottom: 8px;
    box-sizing: border-box !important;
    transition: 0.4 !important;
    color: #151719 !important;
	font-size: 15px;
}
.CaixaTexto:focus {
	border-color: #151719 !important;
	boder-shadow: 0px 0px 8px 0px #151719 !important;
}
.BTindexRealLoginRegistar {
	position: absolute;
	width: 10%;
	height: 30px;
	font-size: 18px;
	color: #FFFFFF;
	border-radius: 5px;
	transition: 0.4s;
	text-align: center;
	background-color: #151719;
	right: 3%;
	top: 24%;
}
.BTindexRealLoginRegistar:hover {
	background-color: #636363;
}
.BTHomeIndexReal {
	position: absolute;
	width: 10%;
	height: 30px;
	font-size: 18px;
	color: #FFFFFF;
	border-radius: 5px;
	transition: 0.4s;
	text-align: center;
	background-color: #151719;
	right: 25%;
	top: 24%;
}
.BTHomeIndexReal:hover {
	background-color: #636363;
}
.BTHomeIndexRealDiff {
	position: absolute;
	width: 10%;
	height: 30px;
	font-size: 18px;
	color: #FFFFFF;
	border-radius: 5px;
	transition: 0.4s;
	text-align: center;
	background-color: #151719;
	right: 3%;
	top: 24%;
}
.BTHomeIndexRealDiff:hover {
	background-color: #636363;
}
.Logado {
	font-size: 18px;
	color: #FFFFFF;
	width: 10%;
	height: 60px;
	text-align: center;
	margin-left: 40%;
	padding-top: 10px;
}
.BTComandos {
	position: absolute;
	width: 10%;
	height: 30px;
	font-size: 18px;
	color: #FFFFFF;
	border-radius: 5px;
	transition: 0.4s;
	text-align: center;
	background-color: #151719;
	right: 14%;
	top: 24%;
}
.BTComandos:hover {
	background-color: #636363;
}
.BTHomeIndexRealLogado {
	position: absolute;
	width: 10%;
	height: 30px;
	font-size: 18px;
	color: #FFFFFF;
	border-radius: 5px;
	transition: 0.4s;
	text-align: center;
	background-color: #151719;
	right: 14%;
	top: 24%;
}
.BTHomeIndexRealLogado:hover {
	background-color: #636363;
}
.Letras {
	color: #151719;
}
#texto1 {
	margin-left: 10%;
	margin-right: 10%;
	font-size: 15px;
}
#top #sobre #contactos {
	width: 20%;
	height: 20%;
	color: white;
}
#baixo {
	width: 10%;
	height: 10%;
}
#top1 {
	color: #2B3FFA;
}
.DEMOPicsMain {
	margin-left: 0%;
	margin-righ: 5%;
	margin-top: 1%;
	display: flex;
}
.DEMOPicsMain2 {
	margin-left: 0%;
	margin-righ: 5%;
	margin-top: -1%;
	display: flex;
}
#DEMOPicsEdit {
	width: 88%;
	height: 88%;
	border: 5px outset rgba(223,223,223,0.51);
	border-radius: 0px 26px 0px 26px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.8);
}
.TopPaginaIMGLOG {
	display: flex;
}
.DIVIMGTOP {
	float: left;
	width: 100%;
	height: 100%;
}
.LogadoLetrasText {
	color: #151719;
	font-size: 24px;
}
.EDITDownloadIMG {
	width: 12%;
	height: 15%;
}
.downloadDIV {
	border-style: double;
	background-color: #E1F4E5;
    box-shadow: inset 0px 0px 3px 0px #151719;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 1%;
}
.TRICKSMenu {
	width: 90%;
	height: 40px;
	background-color: #151719;
	border-radius: 5px 10px 5px 10px;
	margin-top: 1%;
	padding-top: -10px;
	padding-bottom: 13px;
	color: #151719;
}
.DIVBasicControlls {
	margin-left: 5%;
	margin-right: 5%;
	display: none;
}
.DIVBasicTechniques {
	margin-left: 5%;
	margin-right: 5%;
	display: none;
}
.DIVHowtostart {
	margin-left: 5%;
	margin-right: 5%;
	display: none;
}
.ConteudoControlls {
	width: 60%;
	height: 240px;
	background-color: #EEDEDF;
	color: #151719;
	border-radius: 10px 30px 10px 30px;
	margin-top: 1%;
	-webkit-box-shadow: 0px 0px 23px -4px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 23px -4px rgba(0,0,0,1);
	box-shadow: 0px 0px 23px -4px rgba(0,0,0,1);
	border: 2px outset #B7B1B1;
	font-size: 16px;
}
.Conteudohowto {
	width: 60%;
	height: 160px;
	background-color: #EEDEDF;
	color: #151719;
	border-radius: 10px 30px 10px 30px;
	margin-top: 1%;
	-webkit-box-shadow: 0px 0px 23px -4px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 23px -4px rgba(0,0,0,1);
	box-shadow: 0px 0px 23px -4px rgba(0,0,0,1);
	border: 2px outset #B7B1B1;
	font-size: 16px;
}
.ConteudoTechniques {
	width: 85%;
	height: 600px;
	background-color: #D6DEF1;
	color: #151719;
	border-radius: 10px 30px 10px 30px;
	margin-top: 1%;
	-webkit-box-shadow: 0px 0px 23px -4px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 23px -4px rgba(0,0,0,1);
	box-shadow: 0px 0px 23px -4px rgba(0,0,0,1);
	border: 2px outset #B7B1B1;
	font-size: 16px;
}
.BTTRICKSmenu {
	font-size: 17px;
	color: #FFFFFF;
	border-radius: 5px 10px 5px 10px;
	transition: 0.4s;
	text-align: center;
	background-color: #151719;
}
.BTTRICKSmenu1 {
	font-size: 17px;
	color: #FFFFFF;
	border-radius: 5px 10px 5px 10px;
	transition: 0.4s;
	text-align: center;
	background-color: #151719;
	margin-top: 1%;
}
.BTTRICKSmenu:hover {
	background-color: #636363;
}
.BControlls {
	color:#151719;
}
.MenuTechniquesSubDiv {
	width: 95%;
	height: 43px;
	background-color: #151719;
	border-radius: 5px 10px 5px 10px;
	margin-top: 0.5%;
	padding-top: -10px;
	padding-bottom: 13px;
	color: #151719;
	margin-top: 1%;
}
.dropbtn {
  	font-size: 17px;
	color: #FFFFFF;
	border-radius: 5px 10px 5px 10px;
	text-align: center;
	background-color: #151719;
	margin-top: 1%;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #151719;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #636363;}

.DIVTecnicasMenu {
	margin-left: 10%;
	margin-right: 10%;
}
.DIVTecnicasMenuShapes .DIVTecnicasMenuVertices {
	display: flex;
}
.TextoDivTecnicas {
	color: #151719;
	text-size: 16px;
}
#IMGTecnicasBuild {
	width: 50%;
	height: 50%;
}
#BuildShapes #BuildVertices {
	display: none;
}
#IMGTecnicasVertices {
	width: 70%;
	height: 70%;
}
#ShapesVertices #Texturas #Functions #Props{
	display: none;
}
#IMGTecnicasShapes  {
	width: 50%;
	height: 50%;
	border-radius: 5px 10px 5px 10px;
}
.ShapesVerticestexto .Texturestexto .Functionstexto .Propstexto{
	color: #040303;
	font-size: 16px;
}
.ShapesVerticesSub .TexturingSub .FunctionsSub .PropsSub{
	display: flex;
}