/*==========================================================================
	GERAL
==========================================================================*/

:root {
	--primaria: #ffa10d;
	--primaria-escuro: #e87100;
	--secundaria: #ff5700;
	
	--roxo: #9c26ff;
	--amarelo: #ffd100;
	--azul: #0d8cff;
	--verde: #4caf50;
	
	--fundo: #f7f7f7;
	--borda: #eee;
	
	--texto: #454545;
	--titulo: #222;
}

body {
	background: #f2f2f2!important;
}

.form-control {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	outline: none;
	box-shadow: none;
	height: auto;
	padding: 10px 12px;
	font-size: 15px;
    color: var(--titulo);
}

.form-control:hover {
	border-color: #b6bbbd;
}

.form-control:focus {
	border-color: #b6bbbd;
	background-color: #fff;
}

.form-control::-webkit-input-placeholder {
	font-weight: 300;
	color: #b6bbbd;
}

/*------------------------------------------*/
/*	Botão
/*------------------------------------------*/

.btn-base {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 3px;
	background-color: var(--primaria);
	padding: 12px 15px;
	transition: all .2s ease-out;
}

.btn-base:hover, .btn-base:focus {
	background-color: var(--secundaria);
	color: #fff;
}


/*Invert*/
.btn-base.invert {
	background: #fff;
	color: var(--titulo);
}

.btn-base.invert:hover, .btn-base.invert:focus {
	background-color: var(--secundaria);
	color: #fff;
}


/*Alt*/
.btn-base.alt {
	background: var(--secundaria);
}

.btn-base.alt:hover, .btn-base.alt:focus {
	background-color: var(--primaria);
	color: #fff;
}


/*------------------------------------------*/
/*	Titulo
/*------------------------------------------*/

.titulo {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

.titulo h2 {
	font-size: 35px;
	font-weight: 700;
	color: var(--titulo);
	margin: 0;
}

.titulo h2::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	width: 10px;
	height: 3px;
	background: var(--primaria);
	margin: auto;
}

.titulo span {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 4em;
	font-weight: 100;
	letter-spacing: 10px;
	color: var(--titulo);
	text-transform: uppercase;
	transform: translate(-50%, -50%);
	opacity: .15;
}


/*------------------------------------------*/
/*	Header
/*------------------------------------------*/

#top-bar {
	background: var(--titulo);
	padding: 5px;
}

.top-bar-bloco {
	text-align: right;
	color: #fff;
}

.top-bar-bloco p {
	margin: 0;
}

.top-bar-bloco p, .top-bar-bloco p b {
	font-size: 12px;
}

.navbar {
	background-color: #fff;
	border-bottom: 1px solid var(--borda);
	padding: 15px;
	margin-bottom: 15px;
}

.navbar > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar > .container::before, .navbar > .container::after {content: none;}

.navbar-brand {
	float: none;
	height: auto !important;
	line-height: 1;
	padding: 0 !important;
	margin: 0 !important;
}

.navbar-brand svg {
	height: 24px;
}

.logo-1{fill:#ffa10d;}
.logo-2{fill:#ff5700;}

.navbar-nav.nav > li {
	font-size: 15px;
	float: none;
	display: inline-block;
	border: none !important;
}

.navbar-nav > li > a {
	font-size: 15px;
	color: var(--titulo);
	padding: 8px;
}

.navbar-nav li a:hover, .navbar-nav li.active a  {
	color: var(--primaria);
	background-color: transparent;
}

.navbar-toggle {
	font-size: 14px;
	text-transform: uppercase;
	float: none;
	padding: 5px;
	margin: 0;
}


/*------------------------------------------*/
/*	Footer
/*------------------------------------------*/

#footer {
	background-color: #fff;
	padding: 20px;
}

.footer-bloco p {
	font-size: 14px;
	text-align: center;
	margin: 0;
}

.qmais-1{fill:#222;}
.qmais-2{fill:#e4473c;}




/*------------------------------------------*/
/*	Login
/*------------------------------------------*/

#login-cliente {
	background: url(/img/landing-page-facil-banner-2.jpg) no-repeat;
	background-position: 100% 0;
	background-size: cover;
	height: calc(100vh - 61px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
}

.login-bloco {
	max-width: 360px;
	background: #fff;
    text-align: center;
	border-top: 3px solid var(--primaria);
	border-radius: 5px;
	box-shadow: 0 0 20px rgb(0 0 0 / .07);
	padding: 30px 30px 40px;
	margin: auto;    
}

.login-logo svg {
	height: 38px;
}

.login-campos {
	margin: 20px 0;
}

.login-campos h3 {
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -.5px;
	margin-bottom: 20px;
}

.login-campos input + input {
	margin-top: 10px;
}

.login-botoes > * {
	display: block;
	margin: auto;
}

.login-botoes button{
	cursor: pointer;
	outline: none;
	border: none;
}

.login-botoes a {
	font-size: 12px;
	font-weight: 500;
	color: var(--texto);
	margin-top: 20px;
}


/*------------------------------------------*/
/*	Editor
/*------------------------------------------*/

.editor-resumo {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
	padding: 20px;
	margin-bottom: 15px;
}

.editor-resumo h4 {
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 5px;
}

.editor-resumo p {
	margin: 0;
}

.list-group {
	background: #fff;
	border: none !important;
	box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
	height: calc(100vh - 347px);
	margin: 0;
	overflow: hidden scroll;
}


/*Scrollbar*/
.list-group::-webkit-scrollbar {
    width: 5px;
	border-radius: 0 6px 6px 0;
}

.list-group::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 0 6px 6px 0;
}

.list-group::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 15px;
}


/*Menus*/
.list-group li.list-group-item {
	border: none;
	margin: 0;
}

.list-group li.list-group-item:hover {
	background: #eee;
}

.list-group li.list-group-item + li.list-group-item {
	border-top: 1px solid #eee;
}

.list-group li.list-group-item > button {
	outline: none;
	border: none;
	font-size: 15px;
	padding: 0;
	
	position: absolute;
	top: 0;
	left: 0;	
	width: 100%;
	height: 100%;
	text-align: right;
    background: none;
    padding: 0 10px;
}

.list-group li.list-group-item > button:hover, .list-group li.list-group-item > button:focus {
	background: none !important;
	box-shadow: none !important;
	color: #ffa10d !important;
	outline: none !important;
}

/*
.list-group li.list-group-item button i {
	content: "\f304";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
*/

/*Itens*/
.list-group li.list-group-item form .row:first-child > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-group li.list-group-item form .row:first-child > div label {
	flex-basis: 50%;
	margin: 0;
}

.list-group li.list-group-item form .row:first-child > div .switch__container {
	width: 57%;
	flex-basis: 57px;
}

.list-group li.list-group-item form .row:first-child > div .switch__container .switch--shadow + label {
    padding: 0;
	width: 57px;
	height: 27px;
}

.list-group li.list-group-item form .row:first-child > div .switch__container  .switch--shadow + label:after {
	width: 25px;
}

/*Resultado*/
.editor-resultado {
	padding-left: 0;
}

#resultado_template {
	border: none !important;
	border-radius: 5px;
	box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
	height: calc(100vh - 196px);
	margin-bottom: 15px;
}

