/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
*{
    list-style-type: none;
}
html,
button,
input,
select,
textarea {
    color: #222;
}

/* PARA MANTER RODAPE FIXO NA BASE */
html, body { height: 100%; }

section.main { 
    min-height: 60%;
    position: relative;
}
/* PARA MANTER RODAPE FIXO NA BASE */

body {
    font-family: 'open sans', sans-serif;
    font-size: 14px;
    color: #006619;
    text-rendering: optimizelegibility;
	border-top: 4px solid #00661a;
	overflow-x: hidden;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 4px;
    background: #00661a;  
    margin-top:0;
    padding: 0;
    border:0;
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: #006619;
}
a:hover {
    text-decoration: underline;
}

/*img {
    vertical-align: top;
}*/

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.no_margin{margin: 0;}

/***** TEXT-ALIGN *****/
.txt_left { text-align: left !important; }
.txt_center { text-align: center !important; }
.txt_right { text-align: right !important; }
/***** FIM || TEXT-ALIGN *****/

/***** BORDER *****/
.borderzero { border: 0; }
.border1px { border: 1px solid #468c00; }
/***** FIM || BORDER *****/

/* ==========================================================================
   Estilos
   ========================================================================== */

#topo {
    height: 171px;
}
#topo .logotipo {
    background-image: url(../img/logo-jacupiranga.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 95px;
    margin: 1.45em 0 0;
    text-indent: -9999px;
    width: 100%;
}
#topo .logotipo a {
    display: block;
    height: auto;
    min-height: 100%;
    width: 100%;
    margin-top: 60px;
}
#topo .box_consulta {
    background-image: url(../img/bg_scpc.png);
    display: block;
    height: 119px;
    margin: 1.75em 0 0;
    width: 100%;
}
#form_consulta ul {
    margin-left: 8px;
}
#form_consulta ul li {
    float: left;
    margin:45px 0 0 5px;
}
#form_consulta label {
    color: #666;
    font-size: 0.750em;
}
#form_consulta input[type="text"], input[type="password"] {
    width: 80px;
    border:1px solid #666;
    padding: 8px;
}
#form_consulta input[type="submit"] {
    width: 70px;
    height: 30px;
    margin-left: 5px;
    border: none;
    background-color: #d51611; 
    color:#fff;
    text-transform: lowercase;
}
#topo .contato{
    margin: 2em 0 0;
    width: 280px;
}
#topo .contato .facebook a,
#topo .contato .facebook a:link,
#topo .contato .facebook a:visited {
    color: #006619;
    font-size: 1.0em;
    text-decoration: none;
}

.facebook {
    display: inline-block;
    margin-right: 5px; 
    margin-bottom: 20px;
}

.facebook img {
    width: 32px; 
    height: 32px;
    transition: transform 0.3s ease;
}

.facebook img:hover {
    transform: scale(1.1);
}
.contato .menor { font-size: 0.750em; color: #006619; }
.tel { font-size: 1.400em; color: #006619; margin-top: -12px;}


.menu-principal {
    background-image: url(../img/bg_menu.gif);
    background-repeat: repeat-x;
}


/* MENU */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
    margin: 0;
    padding: 0;
    position: relative;
    border: 0;
    line-height: 1;
    box-sizing: content-box;
    z-index: 10;
}
#cssmenu {
    height: 37px;
    /*border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;*/

    /* FUNDO DO MENU
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eee9f0));
    background: -webkit-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
    background: linear-gradient(top, #fefefe 0%, #eee9f0 100%);  
    border-bottom: 2px solid #00661a;*/
    width: 100%;
}
#cssmenu:after,
#cssmenu ul:after {
    content: '';
    display: block;
    clear: both;
}
#cssmenu a {
    /*
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: linear-gradient(top, #fefefe 0%, #ececec 100%);*/
    color: #000;
    display: inline-block;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 37px;
    padding: 0 20px;
    text-decoration: none;
}
#cssmenu ul {
    list-style: none;
}
#cssmenu > ul {
    float: left;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu > ul > li > a {
    color: #ffffff;
    font-size: 14px;
}
#cssmenu > ul > li:hover:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00661a;
    margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
    /*border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;*/
}
#cssmenu > ul > li.active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00661a;
    margin-left: -10px;
}
#cssmenu > ul > li.active > a {
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background: #ececec;
    background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
    background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
}
/*#cssmenu > ul > li:hover > a {
  background: #ececec;
  background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
  background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}*/
#cssmenu .has-sub {
    z-index: 1;
}
#cssmenu .has-sub:hover > ul {
    display: block;
}
#cssmenu .has-sub ul {
    display: none;
    position: absolute;
    width: 200px;
    top: 100%;
    left: 0;
}
#cssmenu .has-sub ul li {
    *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
    background: #00661a;
    border-bottom: 1px dotted #009927;
    filter: none;
    font-size: 14px;
    display: block;
    line-height: 120%;
    padding: 10px;
    color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
    background: #00330d;
}
#cssmenu .has-sub .has-sub:hover > ul {
    display: block;
}
#cssmenu .has-sub .has-sub ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
    background: #00330d;
    border-bottom: 1px dotted #009927;
}
#cssmenu .has-sub .has-sub ul li a:hover {
    background: #001a06;
}

/* FIM MENU */

.destaque {
    margin-top: 10px;
}

.main {
    font-size: 0.875em;
}

#box_noticias {
    margin: 0 3.2655em 0 0;
}
.item-noticias h2 {
    background-color: #468c00;
    /*
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    */
    font-size: 1.5em;
    height: 32px;
    padding-left: 24px;
    padding-top: 5px;
    color:#fff;
}
.item-noticias h2 .mais-noticias,
.item-noticias h2 .mais-noticias:link,
.item-noticias h2 .mais-noticias:visited {
    color: #fff;
    font-size: 14px;
    padding-left: 67%;
    overflow: hidden;
}
article#bx-noticias {
    clear: both;
    min-height: 170px;
}
/*
article#bx-noticias img {
  float:left;
  margin-right: 15px;
}
*/
article#bx-noticias .bx-imagem{
    position:relative;
    float: left;
    margin-right: 12px;
    position: relative;
    margin-bottom: 20px;
    max-height: 135px;
    overflow: hidden;
}
article#bx-noticias .bx-imagem img {
    max-width: 180px !important;
}
article#bx-noticias .data {
    padding: 3px;
    background-color: #888;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
}

#paginate .listage_not {
    border-bottom: 1px solid #CCCCCC;
    float: left;
    margin: 10px 10px 10px 0;
    padding: 0 10px 20px 0;
    text-align: justify;
    width: 940px;
    /*font-size: 1.2em;*/
}
#paginate .listage_not span.p_titulo {
    font-size: 18px;
    font-weight: bold;
}
#paginate .listage_not img {
    margin-right:10px;
}
.clearfix{ clear:both; }

aside .parceiros ul {
    margin-left: 22px;
}
aside .parceiros h2 {
    background-color: #468c00;
    font-size: 1.5em;
    height: 32px;
    padding-left: 24px;
    padding-top: 5px;
    color:#fff;
    width: 196px;
}

.anuncios {
    display:block;
    /*width:960px;
	max-width: 960px;*/
    height:auto;
    margin-top:20px;
}

.anuncios h2 {
    background-color: #468c00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.5em;
    height: 32px;
    padding-left: 24px;
    padding-top: 5px;
    color:#fff;
}

.newsletter {
    background-color: #00661a;
    height: 53px;
    margin-top: 20px;
}
.newsletter p {
    font-size: 2.0em;
    color: #fff;
    display: block;
    float:left;
    margin-top: 10px;
}
.newsletter p .menor {
    font-size: 0.7em;
}

form.formnews {
    float:left;
    display:block;
    border-color: 1px solid red;
}


/* FORMULARIO CONTATO */
#form_faleconosco {
    margin: 0;
    padding: 0;
    text-align: left;
}
#form_faleconosco label {
    line-height: 3em;
}
#form_faleconosco label.espaco_01 {
    margin-left: 45.5%;
}
#form_faleconosco label.espaco_02 {
    margin-left: 44.5%;
}
#form_faleconosco .campo_01 {
    border:1px solid #999;
    padding: 1%;
    width: 97%;
    color:#006619;
}
#form_faleconosco .campo_02 {
    border:1px solid #999;
    padding: 1%;
    width: 46.98%;
    color:#006619;
}
#form_faleconosco .campo_03 {
    width: 49% !important;
    color:#006619;
}
#form_faleconosco input[type="submit"] {
    background: none repeat scroll 0 0 #DDDDDD;
    border: medium none;
    font-size: 1em;
    font-weight: bold;
    text-transform:uppercase;
    padding: 2% 4%;
    color:#006619;
}
/* FIM FORMULARIO CONTATO */

/* FORMULARIO OPINI�O */
#form_opiniao {
    margin: 0;
    padding: 0;
    text-align: left;
}
#form_opiniao label {
    line-height: 3em;
}
#form_opiniao label.espaco_01 {
    margin-left: 45.5%;
}
#form_opiniao label.espaco_02 {
    margin-left: 44.5%;
}
#form_opiniao .campo_01 {
    border:1px solid #999;
    padding: 1%;
    width: 97%;
    color:#006619;
}
#form_opiniao .campo_02 {
    border:1px solid #999;
    padding: 1%;
    width: 46.98%;
    color:#006619;
}
#form_opiniao .campo_03 {
    width: 49% !important;
    color:#006619;
}
#form_opiniao input[type="submit"] {
    background: none repeat scroll 0 0 #DDDDDD;
    border: medium none;
    font-size: 1em;
    font-weight: bold;
    text-transform:uppercase;
    padding: 2% 4%;
    color:#006619;
}
/* FIM FORMULARIO OPINI�O */

/* FORMULARIO ASSOCIE-SE */
#formassocie, input.campoform, textarea.campoform {
    border:1px solid ccc;
    width: 530px;
    padding: 10px;
    color: #333;
}
/* FIM FORMULARIO ASSOCIE-SE */

footer {
    background-color: #468c00;
    color: #fff;
    height: 160px;
}
footer address {
    width: 500px;
    height: auto;
    display: block;
    float: left;
    /*margin-left: -183px;*/
}
address h5 {
    color:#004020;
    font-size: 1.0em;
    font-style: normal;
    margin-bottom: 5px;
}
footer a,
footer a:link,
footer a:visited {
    color: #fff;
}
footer a:hover {
    text-decoration: underline;
}
footer .assinatura {
    margin-top: 50px;
    display: block;
    float:right;
}
/* ==========================================================================
   Fim Estilos
   ========================================================================== */

/**** PAGINA��O ****/
ol#pagination {
    overflow:hidden;
    margin-top: 20px;
    margin-left: -7px;
    font: 12px Calibri,Arial,sans-serif;
}
ol#pagination li {
    float:left;
    list-style:none;
    cursor:pointer;
    margin:0 0 0 .5em;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    text-align: center;
    background: #1d731d;
    color: #ffffff;
    padding: 3px 0 0 0;
}
ol#pagination li.prev, ol#pagination li.next {
    float:left;
    list-style:none;
    cursor:pointer;
    margin:0 0 0 .5em;
    width: 82px;
    height: 20px;
    border: 1px solid #ccc;
    text-align: center;
}
ol#pagination li.current {
    background: #0f3a0f;
    font-weight:bold;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    text-align: center;
}
/**** FIM || PAGINA��O ****/

/****** GALERIA DE FOTOS ******/
.geral_galeria {
    width: 960px;
}
.geral_galeria .listage_galeria {
    width: 200px; 
    min-height: 230px; 
    border: 1px solid #cccccc; 
    text-align: center; 
    padding-top: 10px; 
    margin: 20px 10px 10px 20px; 
    float: left;
}
/****** FIM || GALERIA DE FOTOS ******/

/****** GALERIA DE INFORMATIVOS ******/
.geral_inf {
    width: 960px;
}
.listage_inf {
    width: 206px; 
    min-height: 250px; 
    border: 1px solid #cccccc; 
    text-align: center; 
    padding-top: 10px; 
    margin: 20px 10px 10px 20px; 
    float: left;
}
/****** FIM || GALERIA DE INFORMATIVOS ******/

/****** IMG PARCEIROS ******/
.bx_parceiros {
    text-align: center;
    width: 100%;
}
.img_parceiros {
    width: 190px;
    height: 86px;
}
/****** FIM || IMG PARCEIROS ******/

/**** GUIA COMERCIAL - PAGINAÇÃO ****/
.titulo_paginacao {
    font: 18px/24px 'open sans', sans-serif !important;
    color: #00661A !important;
    text-align: center !important;
    font-weight: bold !important;
}
ul#paginacao li {
    width: 33px;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #00661A;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
}
ul#paginacao li:hover, ul#paginacao li.prev:hover, ul#paginacao li.next:hover {
    background-color: #eeeeee;
    cursor: pointer;
}
ul#paginacao li.prev, ul#paginacao li.next {
    width: 91px;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #00661A;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
}
ul#paginacao li.current {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #00661A;
    text-decoration: none;
    background-color: #F3F3F3;
    border: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
}
/**** FIM || GUIA COMERCIAL - PAGINAÇÃO ****/

/***** MAIS NOTÍCIAS *****/
.btn_maisnoticias {
    -moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    -webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
    background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
    background-color:#9dce2c;
    -webkit-border-top-left-radius:0px;
    -moz-border-radius-topleft:0px;
    border-top-left-radius:0px;
    -webkit-border-top-right-radius:0px;
    -moz-border-radius-topright:0px;
    border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:0px;
    -moz-border-radius-bottomright:0px;
    border-bottom-right-radius:0px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomleft:0px;
    border-bottom-left-radius:0px;
    text-indent:0;
    border:1px solid #83c41a;
    display:inline-block;
    color:#ffffff;
    font-family:Verdana;
    font-size:14px;
    font-weight:bold;
    font-style:normal;
    height:34px;
    line-height:30px;
    width:120px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #689324;
    cursor: pointer;
}
.btn_maisnoticias:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
    background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
    background-color:#8cb82b;
}
.btn_maisnoticias:active {
    position:relative;
    top:1px;
}
/***** FIM || MAIS NOTÍCIAS *****/

/***** BOX PARCEIROS *****/
.carousel ul li {
    min-height: 86px !important;
}
/***** FIM || BOX PARCEIROS *****/