/*
    CSS >>> Padrão Kersys
    Marcelo Moura Gonçalves : 2022.02 : v1.0
	IMPORTANTE: NÃO USAR NADA RELACIONADO AO ARGOW OU BOOTSTRAP
*/

body{
    font-size: var(--klo-all-font-family-size-base);
	font-family: var(--klo-all-font-family-regular);
    font-weight: var(--klo-all-font-weight-regular);
	color: var(--klo-1-general-text-color-regular);
	background-color: var(--klo-1-general-background-color);
	overflow: hidden;
}

/* svg {
    height: 400px;
    width: 100%;
} */

a:link, a:visited, a:hover, a:focus{
    text-decoration:none !important;
}

a:link, a:visited{
	color: var(--klo-1-general-text-color-link);
}

a:hover, a:focus{
    color: var(--klo-1-general-text-color-link-focus);
    /*font-weight: var(--klo-menu-font-weight-title);*/
}

h1, h2, h3, h4, h5, h6 {
	color: var(--font-style-color-title);
	font-family: var(--font-style-title);
}

div#horizontal-menu .krs-toggle{
	cursor: pointer;
	padding: auto;
	color: var(--klo-1-menu-text-color-title);
}

div#horizontal-menu .krs-toggle span{
	font-size: 36px; /*Não mudar*/
}

div#horizontal-menu button#krs-menu-user{
	padding: auto;
	color: var(--klo-1-menu-text-color-title);
}

div#horizontal-menu .krs-empresa {
	text-transform: uppercase;
	color: var(--klo-1-menu-text-color-title);
	font-weight: var(--klo-menu-font-weight-title);
}

div.body-all {
	width: 100%;
	height: 100vh;
}

div.main>section {
	height: calc(100vh - 40px);
	overflow-y: auto;
}

div#loading {
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: var(--klo-1-loading-background-color);
	z-index: 1;
}

video {
	top: 0;
	left: 0;
	position: fixed;
	object-fit: cover;
	width: 100vw;
	min-width: 400px;
	height: 100vh;
	min-height: 600px;
}

div#background-img {
	top: 0;
	left: 0;
	width: 100vw;
	min-width: 400px;
	height: 100vh;
	min-height: 600px;
	background-image: url("../Images/background/img_1.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section#access {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position: relative;
    background-color: rgba(0, 82, 7, 0.3);
}

/* section#access img {
	height: 100px;
} */

section#access>#form {
    width: 300px;
    background-color: aliceblue;
    padding: 20px;
    border-radius: 20px;
}

section#access>#form div {
    text-align: center;
}

section#access>#form div+div {
    margin-top: 10px;
}

form div img {
	max-height: 100px;
	max-width: 240px;
	margin-bottom: 10px;
}

div#painel-documentacao .cd-faq .cd-faq-items .col-auto {
	display: flex;
	flex-direction: column;
	justify-content: center;
}