/*
Theme Name: Energia
Theme URI: http://noxer.com.br/
Author: Noxer
Author URI: http://noxer.com.br/
Description:  
Version: 0.1
Tags:
*/

/**
* Sistema de Area Restrita - Energia Coop
Data: 11 e 12 de 2025
By: AGT Online
* ----------------------------------------------------------------------------
*/

/**
* Geral
* ----------------------------------------------------------------------------
*/
.content-wrapper.sistema {
	padding: 140px 0 60px 0;
	min-height: 600px;
}

.content-wrapper.pagetitle {
	padding: 80px 0 60px 0;
	min-height: 600px;
}

.content-wrapper.sistema * {
	font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
}

.conteudo-principal {
	padding-left: 30px;
}

.mt-1 {
	margin-top: 10px;
}

.mt-2 {
	margin-top: 20px;
}

.mt-3 {
	margin-top: 30px;
}

.mt-4 {
	margin-top: 40px;
}

.mb-1 {
	margin-bottom: 10px;
}

.mb-2 {
	margin-bottom: 20px;
}

.mb-3 {
	margin-bottom: 30px;
}

.mb-4 {
	margin-bottom: 40px;
}

/**
* Tela Inicial (Dashboard)
* ----------------------------------------------------------------------------
*/
.card-sistema {
	background-color: #f8f8f8;
	/* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); */
	border-radius: 10px;
	padding: 15px 25px;
	min-height: 360px;
	border: 1px solid #dfdfdf;
}

.card-sistema .card-header {
	padding: 10px 0;
	font: 'Roboto-Bold', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0c715d;
	font-weight: bold;
	margin-bottom: 10px;
}

.card-sistema .card-body {
}

.card-sistema .card-body ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.card-sistema .card-body ul li {
	background: transparent url(images/visitante/icone-download.svg) no-repeat 10px center;
	background-size: 14px;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 8px 34px;
	margin: 8px 0;
	font-size: 15px;
}

.card-sistema.card-avisos .card-body ul li {
	background-image: url(images/visitante/icone-alerta.svg);
}

.card-sistema .card-body ul li span {
	font-size: 13px;
}

.card-sistema .card-body .botao {
	text-align: center;
}

.card-sistema .card-body .botao a {
	display: inline-block;
	padding: 6px 12px;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #004060;
	font-family: 'Roboto-Bold';
	background: #ffd052;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	transition: all 0.3s;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 15px;
	text-decoration: none;
}

.card-sistema .card-body .botao a:hover {
	/* background-color: transparent;
	border-color: #ffd052; */
	opacity: 0.8;
}

/**
* Formularios
* ----------------------------------------------------------------------------
*/
.section-form {
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	/* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); */
	border-radius: 8px;
	margin: 0 auto 35px auto;
	padding: 35px;
}

.section-form .form-group {
}

.section-form h4 {
	color: #002737;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 35px;
	margin-top: 0;
}

.section-form label {
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 8px;
}

.section-form hr {
	margin: 40px 0;
}

.section-form input[type='text'],
.section-form input[type='email'],
.section-form input[type='phone'],
.section-form input[type='password'],
.section-form textarea {
	border: 1px solid #dfdfdf;
	width: 100%;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
}

.section-form input[type='submit'],
.section-form input[type='button'],
.section-form button,
.section-form button[type='submit'] {
	display: inline-block;
	padding: 6px 12px;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #004060;
	font-family: 'Roboto-Bold';
	background: #ffd052;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	transition: all 0.3s;
	margin: 0 auto;
	font-size: 15px;
	text-decoration: none;
}

.section-form input[type='submit']:hover,
.section-form input[type='button']:hover,
.section-form button:hover,
.section-form button[type='submit']:hover {
	opacity: 0.8;
}

.section-form .info {
	display: block;
	font-size: 14px;
}

.section-form .info a {
	font-size: 14px;
}

/* Alertas */
.alert {
	border: 1px solid #dfdfdf;
	border-radius: 15px;
	font-size: 18px;
	font-weight: bold;
	/* margin: 25px 0; */
	margin: 0 0 25px 0;
	padding: 6px 10px;
	text-align: center;
}

.alert.error {
	background-color: #fff;
	border-color: #b33;
	color: #b33;
}

.alert.success {
	background-color: #fff;
	border-color: #50a14f;
	color: #50a14f;
}

/**
* Menu Lateral
* ----------------------------------------------------------------------------
*/
#menu-visitante {
}

#menu-visitante a {
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 16px;
	padding-left: 40px;
}

#menu-visitante a:hover,
#menu-visitante a.active {
	background-color: #86d1af85;
	border-color: #86d1af85;
	color: #000;
	font-weight: bold;
}

#menu-visitante .menu-inicio {
	background-image: url(images/visitante/icone-inicio.svg);
}

#menu-visitante .menu-downloads {
	background-image: url(images/visitante/icone-download.svg);
}

#menu-visitante .menu-mural {
	background-image: url(images/visitante/icone-aviso.svg);
}

#menu-visitante .menu-perfil {
	background-image: url(images/visitante/icone-perfil.svg);
}

#menu-visitante .menu-logout {
	background-image: url(images/visitante/icone-sair.svg);
}

/**
* Pagina - Area do Visitante -> Login
* ----------------------------------------------------------------------------
*/

.section-form.login {
	max-width: 500px;
}

.section-form.esqueceu-senha {
	width: 480px;
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	.section-form.login {
		width: 90%;
		margin: 35px auto;
	}

	.section-form.login form,
	.section-form.esqueceu-senha form {
		margin-top: 20px;
	}

	.section-form.esqueceu-senha {
		max-width: 90%;
	}
}

/**
* Pagina - Editar Perfil
* ----------------------------------------------------------------------------
*/

/**
* Taxonomy/Archive - Listagem das categorias e subcategorias
* ----------------------------------------------------------------------------
*/

/* Titulo */
.page-title-wrapper {
	min-height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 50px;
	background: url(images/visitante/bg-pagetitle.jpg) repeat-x center top #a8e3c8;
}

.page-title {
	text-align: left;
	width: 100%;
}

.page-title * {
	color: #fff;
}

.page-title h1 {
	color: #142344;
	font-weight: bold;
	font-size: 40px;
	margin: 30px 0 15px 0;
}

.page-parent-title {
	display: block;
	font-size: 14px;
	color: #777;
	margin-bottom: 4px;
}

/* Breadcrumbs */
.breadcrumb-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 30px;
	list-style: none;
	padding: 0;
}

.breadcrumb-list li {
	color: #000;
	font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.breadcrumb-list li::after {
	content: '>';
	margin-left: 6px;
}

.breadcrumb-list li:last-child::after {
	content: '';
}

.breadcrumb-list li.current {
	/* font-weight: 600; */
}

.breadcrumb-list li a {
	color: #000;
}

/* Listagem de Categorias */
.categorias-download-wrapper {
}

.item-pasta-download {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 30px;
}

.categoria-download-item {
	background-color: #fff;
	border-radius: 8px;
	padding: 16px 20px;
	height: 200px;
	text-align: center;
	transition: all 0.3s ease;
}

.categoria-download-item:hover {
	background-color: #dfdfdf;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.categoria-download-item img {
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}

.categoria-download-item:hover {
	/* opacity: 0.9; */
}

.categoria-download-item a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.categoria-download-item h4 {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	font-weight: 400;
}

.categoria-download-item p {
	margin-top: 6px;
	font-size: 14px;
	color: #666;
}

/* Listagem de Posts */
.download-item {
	display: flex;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid #e5e5e5;
}

.download-thumb img {
	width: 80px;
	height: auto;
	display: block;
}

.download-meta {
	font-size: 13px;
	color: #777;
	margin-bottom: 4px;
}

.download-category {
	margin-left: 10px;
}

.download-title {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
}

.download-desc {
	margin-top: 6px;
	font-size: 14px;
	color: #666;
}

/**
* Single - Listagem de Downloads
* ----------------------------------------------------------------------------
*/

/* Filtros */
.search-downloads {
	margin-bottom: 50px;
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}

.search-downloads select {
	padding: 0 15px 0 10px;
	border: 1px solid #dfdfdf;
	border-radius: 8px;
	height: 36px;
}

.download-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
	margin: 0 0 15px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.download-item * {
	font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
}

.download-item .foto {
	flex: 0 0 200px;
}

.download-item .foto img {
}

.download-item .infos {
}

.download-item .nome-arquivo {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 7px;
}

.download-item .infos h4 {
	line-height: 1.1;
	margin: 0;
}

.download-item .infos p {
	margin-bottom: 0;
}

.download-item .desc {
	color: #575757;
	font-size: 14px;
	margin-top: 15px;
}

.download-item .data {
	/* margin-top: 20px; */
	margin-bottom: 10px;
}

.download-item .data span {
	display: inline-block;
	font-size: 13px;
	margin-right: 20px;
}

.download-item .data span.cat {
	margin-left: 20px;
}

.download-item .link {
	/* flex: 0 0 175px; */
	flex: 0 0 120px;
	margin-left: auto;
	text-align: right;
}

.download-item .link a {
}

.download-item .cta a {
	background-repeat: no-repeat !important;
	background-position: left 8px center !important;
	background-size: 18px !important;
	padding: 7px 15px;
	border: 1px solid #2e6da4;
	color: #004060;
	background: #ffd052;
	font-size: 15px;
	font-weight: 600;
}

.download-item .cta a:hover {
	background-color: #ffc107;
	color: #002737;
}

/**
* Page - Listagem de Avisos
* ----------------------------------------------------------------------------
*/

.aviso-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* flex-direction: column; */
	background: #f8f8f8;
	border-radius: 8px;
	border: 1px solid #dfdfdf;
	padding: 25px;
	margin-bottom: 35px;
}

.aviso-item .col-esq {
	width: 80%;
}

.aviso-item .col-dir {
	flex: 1;
	text-align: center;
}

.aviso-item .dados {
}

.aviso-item .aviso-data {
	/* background: transparent url(images/visitante/icone-calendario-big.png) no-repeat center;
	background-size: 60px;
	padding-top: 100px; */
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.aviso-item .aviso-data img {
	margin-bottom: 10px;
	width: 60px;
}

.aviso-item .aviso-conteudo {
	color: #575757;
	font-size: 14px;
	margin-top: 15px;
}
