@CHARSET "UTF-8";


:root {
  --cor1: #579976;
  --cor1-hover: #3A634D;
  --cor2: #E8B612;
  
  --primary: #A11A1A;
  --secondary: #E8B612;
  --light: #F5F5F5;
  --dark: #14141F;
  
  --cinza1 : #F6F6F6;
  --cinza2 : #E9E9E9;
  --cinza3 : #E7E7E7;
  --cinza4: #DFD8D8;
  
  --bs-table-striped-bg: rgba(0,0,0,0.02) !important;
}

body{
    /*font-family: 'Pilsen Plakat', sans-serif;*/
    /*font-family: Arial;
    font-size: 16px;
    background-color: #400606;
    min-height: 100vh;*/
    
}

/*.h1, .h2, .h3, h1, h2, h3 {
	font-family: 'Pilsen Plakat', sans-serif;
	text-transform: uppercase;
	color: #DA9309;
}*/


/*C-Loader*/
.c-loader-box{ 
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    text-align: center;
    background-image: url('../img/loader.png');
    background-position: center center;
    background-repeat: no-repeat;

}

.c-loader-box .c-loader {
    animation: is-rotating 1s infinite;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top-color: #E6E6E6;
    height: 80px;
    width: 80px;
    position: relative;
    margin: 0 auto;
}
@keyframes is-rotating {
    to {
      transform: rotate(1turn);
    }
  }


@media only screen and (max-width : 768px) {
   
 }
 

 
.btnShowLoginPass {
	position: absolute;
	right: 1px;
	top: 9%;
	/* z-index: 2; */
	background: none;
	border: none;
	font-size: 1.5em;
	color: #9F9F9F;
	z-index: 9;
}
.btnShowLoginPass:hover,.btnShowLoginPass:active,.btnShowLoginPass:link, .btnShowLoginPass:visited {
    background: none;
    box-shadow: none !important;
}
/*
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	width: 100%;
}*/