body {
	padding-bottom: 240px;
	/*background: url(background.png) no-repeat center center;*/
}

.background {
    background: 
        linear-gradient(
            rgba(3, 25, 46, 0.9), 
            rgba(3, 25, 46, 0.9)
        ),
        url("https://img.freepik.com/fotos-gratis/silos-agricolas-exterior-do-edificio_146671-19102.jpg?w=1380&t=st=1674676403~exp=1674677003~hmac=afcae90a0a119016a49d3b758363ba85ea31366c6f26736539f709a33abb45f2") no-repeat center center;
    background-size: cover;
	background-repeat: no-repeat;
}

#banner {
	height: 90px;
	width: 100%;
	object-fit: fill;
	border-radius: 15px;
	border-style: outset;
	margin: 0px;
	
}

.header-label {
	display: flex;
	flex-direction: row;
	justify-content: end;/*space-between;*/
	
}

.navbar {
	background-color: #212529;
	border: 0.5px solid gray;
}

.dark-mode {
	background-color: rgba(32, 64, 90, 0.7); 
	border-radius: 15px; 
	/*border: 1px solid black;
	box-shadow: 3px 3px black;*/
	color: white;
	padding: 3px 0 3px 0;
}
/*
.light-mode {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 9px; 
	border: 1px solid gray;
	box-shadow: 3px 3px gray;
	color: black;
}*/



.header {
	width: 100%;
	height: 180px;
	position: relative;
	top: 0;
	background: url(banner9.png) no-repeat center center;
	background-size: 100%;
}

div.qvobject, div.qvplaceholder {
	flex: 1 1 auto;
	
}

ion-icon {
  color: white;
}

.nav-side-menu {
}

.nav-side-menu .navbar-dropdown {
	background-color: rgba(32, 64, 90, 0.99);
	border-radius: 9px; 
	z-index: 1000;  /* valor alto para garantir que fique sobre outros elementos */
    position: absolute;  /* pode ser necessário ajustar dependendo do layout */
    width: 100%; /* opcional, dependendo do design desejado */
	
}
.nav-side-menu .navbar-item.has-dropdown.is-hoverable {
    position: relative;  /* posiciona o dropdown em relação ao seu pai */
	padding: 8px 12px 8px 12px;
}
.navbar-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 8px 12px 0px 12px; 
	
}

.card {
	background-color: rgba(60, 60, 60, 0);
	border-radius: 9px;
	border: 1.5px solid white;
	border-style: outset;
	margin: 9px 9px 9px 9px;
	padding: 0 0 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: calibri;
	margin: 9px 9px 9px 9px;

	color: white;

	text-align: right;
}

h1 {
	font-family: Arial Narrow, sans-serif;
	font-size: 36px;
	text-align: center;
}
h2 {
	font-size: 27px;
	text-align: center;
}
h5 {
	font-size: 18px;
}

h6 {
	font-size: 15px;
}
.cell {
	align-self: center;
}

.kpi{
  	display: flex;
	height: 45px;
	width: 60px;
	align-items: right;
}

.kpi-total{
  	display: flex;
	height: 60px;
	width: 90px;
	align-items: end;
}

.container-row {
  	display: flex;
  	flex-flow: row wrap;
  	justify-content: space-between;
	align-content: space-between;
  	margin: 0;
  	padding: 0;
}

.item-flex{
  	padding: 10px;
  	/*display: flex;
  	grid-template-columns: 35px auto;
  	grid-template-rows: 1fr 1fr;*/
}

.banner {
	height: 100px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*border: 2px solid black;
	border-radius: 3px;*/
	
}

.container-1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.item {
	height: 100px;
	width: 50px;
	display: flex;
  	align-items: center;
}

div.a {
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	display: flex;
  	align-items: center;
}

div.banner {
	padding: 3px 3px 3px 3px;
	height: 120px;
	display: flex;
	width: 100%;
}

#main {
	width: 100%;
	padding: 0;
}

.navbar {
	margin-bottom: 0 !important;
}

.nav {
	color: white;
}

.navbar-brand{
	max-width: 345px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*
 * Overrides Bootstrap navbar z-index to avoid conflict with selections bar
 */
.navbar-fixed-top {
	position: relative;
	z-index: 100;
}

.full {
	width: 100%;
	height: 100%;
}

.width {
	width: 80%;
}

.borderShadow {
	margin: 15px 0;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 16px -5px rgba(50, 50, 50, 0.52);
	-moz-box-shadow: 0 0 16px -5px rgba(50, 50, 50, 0.52);
	box-shadow: 0 0 16px -5px rgba(50, 50, 50, 0.52);
}

#carousel-example-generic {
	width: 100%;
}

.content-section-a {
	width: 100%;
	margin-bottom: 9px;
	padding-bottom: 9px;
	position: relative;
}

.content-section-a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	background: #F5F5F5;
}

.content-section-a:after {
	content: '';
	position: absolute;
	top: 0;

	right: 0;
	height: 100%;
	width: 50%;
	background: #F5F5F5;
}

.content-section-b {
	padding-top: 45px;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	z-index: 1;
	position: relative;
	bottom: 60px;

}

.content-section-b:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	background: #b4b4b4;
	-webkit-transform: skew(0deg, 6deg);
	-moz-transform: skew(0deg, 6deg);
	-ms-transform: skew(0deg, 6deg);
	-o-transform: skew(0deg, 6deg);
	transform: skew(0deg, 6deg);
}

.content-section-b:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	background: #b4b4b4;
	-webkit-transform: skew(0deg, -6deg);
	-moz-transform: skew(0deg, -6deg);
	-ms-transform: skew(0deg, -6deg);
	-o-transform: skew(0deg, -6deg);
	transform: skew(0deg, -6deg);
	z-index: -1;
}

.qcmd {
	cursor: pointer;
}

#rodape {
	background: url(bg-rodape.png) no-repeat center center;
}

#parallax {
	width: 100%;
	height: 240px;
	position: relative;
	margin-top: 10px;
	top: 0;
	background: url(banner3.png) no-repeat center center;
	background-size: 100%;
	/*background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}

#popup {
	background-color: #7f8c8d;
	color: #FFFFFF;
	position: fixed;
	padding: 10px;
	margin: 10px;
	bottom: 0;
	right: 0;
	display: none;
	border-radius: 5px;
	z-index: 6;
}
/*
#footer {
	background-color: #3F4944;
	text-align: center;
	color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: -30px;
}*/

.equals-symbol {
    position: absolute;
    top: 50%; /* Centralize verticalmente */
    left: 50%; /* Centralize horizontalmente */
    transform: translate(-50%, -50%); /* Centralize absolutamente */
    z-index: 1; /* Certifique-se de que o símbolo está sobreposto aos objetos */
    /* Outros estilos conforme necessário */
}
