/*
 *  Table Of Sections
 *
 *  1. Reset
 *  2. Basic Elements
 *  3. Generic Classes
 *  4. Basic Layout
 *  5. Header
 *  6. Content
 *  7. Sidebar
 *  8. Footer
 *  9. Navigation
 * 10. Forms
 * 11. Modules
 * 12. Print styles
 *
 */
 
a{
	font-size:13px;
	color:#333;
}

a:hover{
	color:#06F;
}

/*  MARCELO  */
.menu-lateral ul li a{
	font-family:'PillGothic300mgSemibd', Arial, Helvetica, sans-serif;
	font-size:13px;
	font-stretch:condensed;
	text-decoration:none;
	color:#333;
}

.menu-lateral ul li a:hover{
	color:#06F;
}
.listaNoticia a{
	font-family:'PillGothic300mgSemibd', Arial, Helvetica, sans-serif;
	font-size:13px;
	font-stretch:condensed;
	text-decoration:none;
	color:#333;
}

.listaNoticia a:hover{
	color:#06F;
}

/* Reset  - do NOT modify!
-------------------------------------*/
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; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Basic Elements
-------------------------------------*/
* {
	margin: 0;
}

html, body { height: 100%; }

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px; /* 1em = 10px */
	line-height: 1.5em;
	color: #333;
	background: url(../images/header-greenline.jpg) repeat-x #F8F8F8;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}


.footer, .push {
	height: 100px;
	clear: both;	
}

.clear {
	clear:both;
}

input[type=text] { 
	border:1px solid #CCC;
	padding:5px;
	margin-bottom:5px;
}
textarea{
	border:1px solid #CCC;
	padding:5px;
	margin-bottom:5px;
}

select{
	margin-bottom:5px;
}
	

#social-media{
	margin-left: 780px;
	margin-top: -35px;
}
/* Generic Classes
-------------------------------------*/
/* --- Link list --- */
/* --- News list --- */
/* --- Attachments list --- */
/* --- Links --- */
/* --- Messages --- */
/* --- photo frame & content photos --- */
/* --- Other --- */
.container-700{
	width:700px;
	padding:20px;
	text-align:center;
	margin:0 auto;
}

.container-940{
	width:940px;
	padding:20px;
	margin:0 auto;
}

.color-grey{
	color:#999;
}

.color-blue{
	color:#09F;
}

/* Basic Layout
-------------------------------------*/

h1{
	font-family:'PillGothic600mgThin', Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height:100%;
	font-weight:100;
}

.h1-bold{
	font-weight:bold;
}

h2{
	font-family:'PillGothic600mgThin', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:100%;
	font-weight:100;
}

h3{
	font-family:'PillGothic600mgSemibd', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:100%;
	font-weight:100;
}

h4{
	font-family:'PillGothic600mgThin', Arial, Helvetica, sans-serif;
}

.hr-960{
	border-top:1px dashed #CCC;
	border-bottom:1px solid #F8F8F8;
	border-left:1px solid #F8F8F8;
	border-right:1px solid #F8F8F8;
	width:960px;
	margin:0 auto;
}

.hr-640{
	border-top:1px dashed #CCC;
	border-bottom:1px solid #F8F8F8;
	border-left:1px solid #F8F8F8;
	border-right:1px solid #F8F8F8;
	width:640px;
	margin-top:10px;
	margin-bottom:10px;
	
}

.hr-280{
	border-top:1px dashed #CCC;
	border-bottom:1px solid #F8F8F8;
	border-left:1px solid #F8F8F8;
	border-right:1px solid #F8F8F8;
	width:280px;
	margin-top:10px;
	margin-bottom:10px;
	
}

.left{
	float:left;
}

.right{
	float:right;
}
	

/* Header
-------------------------------------*/
#header-container{
	width:980px;
	margin:0 auto;
}

#header-container img{
	float:left;
	margin-right:10px;
}

/* Content
-------------------------------------*/
#content-cotainer{
	width:960px;
	margin:0 auto;
	min-height:50px;
}
#content-noview{
	display:none;
	visibility:hidden;
}

#content-cotainer p{
	font-size:12px;
}

#right-column{
	float:right;
	width:280px;
	padding-left:10px;
	padding-right:20px;
	min-height:300px;
	border-left:1px dashed #CCCCCC;
	text-align:justify;
}

#left-column{
	float:left;
	width:640px;
	min-height:300px;
	text-align:justify;
}

/* external link */
/* --- Banners --- */
#header-banner{
	margin:0 auto;
	width:980px;
	height:340px;
	background:url(../images/banner-bg-shadow.jpg) no-repeat;	
}

#header-banner-container{
	margin:0 auto;
	width:960px;
	height:340px;
}

#banners{
	border:1px solid #CCC;
	width:960px;
	height:340px;
}

/* --- Featured Links --- */
#feat-links{
	width:960px;
	margin:0 auto;
	
}

#feat-links-container{
	width:240px;
	height:110px;
	float:left;
	background:url(../images/bg-featured-bt.jpg) no-repeat #FFF;
}

#feat-links-container:hover{
	background:url(../images/bg-featured-bt-hover.jpg) no-repeat #CCC;
	cursor:pointer;
}

#feat-links-container .icon{
	padding-top:10px;
	width:60px;
	height:60px;
	margin:0 auto;
}

#feat-links-container .feat-description{
	font-family:'PillGothic600mgThin', Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	padding-top:10px;
}

#feat-links a{
	font-family:'PillGothic300mgSemibd', Arial, Helvetica, sans-serif;
	font-size:13px;
	font-stretch:condensed;
	text-decoration:none;
	color:#333;
}

#feat-links a:hover{
	color:#06F;
}

/* --- video --- */
/* --- unsorted list --- */
/* --- numbered list --- */
/* --- tables --- */
/* --- Icons in content --- */
/* --- Search results --- */
/* --- Photogallery --- */
/* --- News --- */

/* Sidebar
-------------------------------------*/
#leftside ul li{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px dashed #CCCCCC;
}
	

/* Footer
-------------------------------------*/
.footer{
	background:#CCC;
}

.footer-green{
	background:#99c554;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	padding:20px;
}

.footer-copy{
	padding-top:5px;
	text-align:center;
}
.footer-copy-2{
	padding-top:5px;
	text-align:center;
	font-size: 8px; 
	color: #ffffff;
}

/* Navigation
-------------------------------------*/
/* --- Breadcrumbs --- */
/* --- Sitemap --- */
/* --- Main Menu --- */
#menu-header{
	margin-top:20px;
	margin-bottom:10px;
	padding-left:10px;
}

#menu-header ul{
	list-style:none;
	margin:0;
}

#menu-header ul li{
	float:left;
	margin-right:10px;
}

#menu-header ul li a{
	font-family:'PillGothic300mgSemibd', Arial, Helvetica, sans-serif;
	font-size:15px;
	font-stretch:condensed;
	text-decoration:none;
	color:#333;
}

#menu-header ul li a:hover{
	color:#06F;
}



.cookieConsentContainer {
    z-index: 10000;
    width: 100%;
    min-height: 20px;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 3px 6px 5px rgb(0 0 0 / 20%);
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: none;
    background: #fff;
}

.cookieConsentContainer .cookieContainer {
    max-width: 1200px;
    margin: 0 auto;
}

.cookieConsentContainer .cookieMessage {
    float: left;
    width: calc(100% - 225px);
}

.cookieConsentContainer .cookieTitle a {
    font-family: "Open Sans", arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    display: block;
    font-weight: bold;
}

.cookieConsentContainer div {
    color: #333;
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    display: block;
    margin-top: 8px;
}

.cookieConsentContainer .cookieDesc a {
    font-family: "Open Sans", arial, sans-serif;
    text-decoration: underline;
    color: #333;
}

.cookieConsentContainer .cookieButton a.see-options {
    margin-top: 10px;
    background-color: #999;
}

.cookieConsentContainer .cookieButton a {
    border-radius: 5px;
    width: 200px;
    display: inline-block;
    font-family: "Open Sans", arial, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #555;
    box-sizing: border-box;
    padding: 11px 15px;
    text-align: center;
    transition: background 0.3s;
    float: right;
}

.painelPanel .painelSave:hover,
.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #155299 !important;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .cookieConsentContainer {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }
    .cookieConsentContainer .cookieMessage,
    .cookieConsentContainer .cookieButton a {
        width: 100%;
    }
    .cookieConsentContainer .cookieButton a {
        margin: 15px 0px 0px 0px;
        float: none;
    }
}


/* Forms
-------------------------------------*/

/* Modules
-------------------------------------*/
/* --- News --- */
/* --- FAQ --- */
/* --- Poll --- */
/* --- Quick links --- */

/* Print styles
-------------------------------------*/
@media print {

	/* Your print styles go here */

}