:root{
	
    --cor-texto:#fff ;
	--cor-card:#6d0606 ;
	--cor-icones:#f2bd0f ;
	--fonte-primaria:'Fredoka One', cursive;
	--fonte-secundaria:'Raleway', cursive;
	/*--fonte-primaria:'Bungee', cursive;
	--fonte-primaria:'Great Vibes', cursive;
	--fonte-primaria:'Raleway', cursive;*/
	
	
}
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
     
}
*,
:active,
:focus {
	outline: none !important;
}
body{
    
    padding: 0;
    margin: 0;
    font-family: "Fredoka One", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: rgb(0, 0, 0);
    box-sizing: border-box;
    overscroll-behavior-y: contain;
   
   
}

html,body,#app{
    height: 100%;
    width:100%;
    padding: 0;
    margin: 0;
   box-sizing: border-box;
   /*overflow-x: hidden;*/
}

html {
    font-size: 13px;
}
 
:target {
  scroll-margin-top: .8em;
}
a{
    text-decoration: none;
    transition: opacity 0.2s ease;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:visited {
    color:  inherit;
    text-decoration: none;
}
 a:hover{
   /* opacity: 0.9;*/
    
  }
a:focus{
    outline: 0;
    text-decoration: none;
}
a:active {
	outline: none;
	text-decoration: none;
}
.app{
    width:100%;
    height:100%;
    background-position: center;
    background-size: cover;
    
    
}
ul,
ol {
	list-style: none;
}

textarea {
	resize: none;
}






table {
	
	border-radius: 0;
	margin-bottom: 0;
	width: 100% !important; 
	
}

table thead {
	background-color: #f9f9f9;
}

table thead tr th {
	font-size: 140px;
	font-weight: 600;
	text-transform: capitalize;
	color: #282828;
	line-height: 30px !important;
	border-bottom-width: 0 !important;
	border-color: #eee;
	padding: 0;
}

table tbody tr td {
	padding: 20px;
	border-color: #eee;
}

table tbody tr td,
table tbody tr td {
	font-size: 13px;
	font-weight: 600;
	line-height: 26px;
	color: #9b9b9b;
}
section {
	padding-top: 17px;
	padding-bottom: 50px;
	overflow: hidden;
	
}
::selection {
	text-shadow: none;
}
::-moz-selection {
 text-shadow: none;
}
::-webkit-selection {
 text-shadow: none;
}

.form-control {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

::-moz-selection {
 text-shadow: none;
}

::selection {
	background-color: #c59d5f;
	color: #ffffff;
	text-shadow: none;
}
.btInstalacao {
  
    background-color:#000;
    color:#000;
    border-radius:8px;
    box-sizing: border-box;
    display :none;
    padding:10px;
    width:80%;
    font-weight:bold;
    text-overflow: auto;
    text-align:center;
    margin: 10px auto;
    cursor:pointer;
    
 
 
}

versao{
    position: fixed;
    left:50%;
    transform: translate(-50% , 0);
    height: auto;
    bottom: 0;
    background-color: transparent;
    padding:0 30px;
    width:90%;
    color:#fff;
}

