﻿/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #000;
	background: #bc2014;
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Geral */
h1 {
	font-size: 13px;
	color: #fff;
	margin-bottom: 0px;
	font-weight: bold;
}
	
h2 {
	font-size: 13px;
	font-weight: bold;
}
	
p {
	margin-bottom: 10px;
}
	
a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #6d6d6d;
}	

/* Estrutura */
#geral {
	width: 960px; 
	font-size: 11px;
	color: #000;
	margin: 0 auto;
	background: #fff;
}	

#topo {
	width: 960px; 
	height: auto;
}

#banner {
	float: left;
	width: 960px; 
	height: 306px;
	position: relative;
	overflow: hidden;
}

#banner ul#slide {
	position: relative;
	width: 960px;
	height: 306px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#banner ul#slide li {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 306px;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

#banner ul#slide li.active {
	opacity: 1;
}

#banner ul#slide li img {
	display: block;
	width: 960px;
	height: 306px;
}

/* Menu */
#menu {
	float: right;
	width: 710px;
	height: 35px;
	padding: 40px 0px 0px 250px;
	font-size: 14px;
	background: url('/assets/img/bg_menu.jpg');
}
	
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
		
#menu ul li {
	display: inline;
}
	
#menu ul li a {
	padding: 40px 30px 10px 30px;
	color: #fff;
	text-decoration: none;
}
				
#menu ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #9c392b;
}

/* Conteudo */
#centro {
	float: left;
	width: 100%;
	background: url('/assets/img/bg_conteudo.jpg') #ffeab6 repeat-x;
}

#conteudo {
	float: left;
	width: 94%;
	margin: 10px 0 10px 19px;
	padding: 10px;
	background: #fff;
	box-sizing: content-box;
}

#identificador {
	float: left;
	width: 264px;
	height: 28px;
	padding: 10px;
	box-sizing: content-box;
}

#identificadorInternas {
	float: left;
	width: 870px;
	height: 44px;
	margin: 10px 0 0 12px;
	padding-left: 10px;
	box-sizing: content-box;
}
#identificadorInternas h1 {
	line-height: 44px;
}
	
#boxDestaques {
	float: left;
	width: 284px;
	min-height: 268px;
	font-size: 11px;
	margin: 10px 0px 10px 13px;
	box-sizing: content-box;
}

#destaques {
	float: left;
	width: 284px;
	height: 183px;
	font-size: 11px;
	margin: 10px 0px 0px 0px;
	box-sizing: content-box;
}

#destaqueInferior {
	float: left;
	width: 860px;
	margin-left: 12px;
	margin-bottom: 10px;
	padding: 10px;
	line-height: 1.4;
	box-sizing: content-box;
}
	
/* Rodape */
#rodape {
	float: left;
	clear: both;
	width: 942px;
	color: #fff;
	padding: 10px 0px 0px 19px;
	margin: 0 0 10px 0;
	background: #b43d13;
	line-height: 1.5;
	box-sizing: content-box;
}
	
#creditos {
	position: relative;
	top: -14px;
	left: 875px;
	width: 45px;
	height: 16px;
}

/* Classes */
.identIndex1 {
	float: right;
	background: url('/assets/img/bg_ident1.jpg') #d2382b no-repeat; 
}

.identIndex2 {
	float: right;
	background: url('/assets/img/bg_ident2.jpg') #ee8d48 no-repeat;
}

.identIndex3 {
	float: right;
	background: url('/assets/img/bg_ident3.jpg') #e5be5a no-repeat;
}

.identIndex4 {
	float: right;
	background: url('/assets/img/bg_ident4.jpg') #aeaeae no-repeat;
}

.bgDestaque1 {
	background: #dc5132;
	color: #fff;
}

.bgDestaque2 {
	background: #ffb47e;
	color: #b43d13;
}

.bgDestaque3 {
	background: #f8db8f;
	color: #a47600;
}

.bgDestaque4 {
	background: #e8e8e8;
	color: #000;
}

.img {
	float: right;
	margin: 10px;
}

.imgDestaques {
	margin: 10px 0 0 10px;
}

.colorBold {
	color: #bc2014;
	font-size: 20px;
	font-weight: bold;
}

.bold { 
	font-weight: bold;
}

/* Lightbox Modal Vanilla JS */
.lightbox-modal {
	display: none;
	position: fixed;
	z-index: 99999;
	inset: 0;
	background: rgba(0, 0, 0, 0.82);
	align-items: center;
	justify-content: center;
}

.lightbox-modal.active {
	display: flex;
}

.lightbox-modal img {
	max-width: 90vw;
	max-height: 85vh;
	border: 3px solid #fff;
	box-shadow: 0 4px 25px rgba(0,0,0,0.7);
}

.lightbox-close {
	position: absolute;
	top: 24px;
	right: 28px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	cursor: pointer;
	line-height: 1;
	user-select: none;
}

.lightbox-close:hover {
	color: #ff9999;
}
