@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all ease 0.3s
}
.navbar-default {
    background: none;
    border: 0;
}
html, body{
  height: 100%;
  width: 100%;
}
h1, h2, h3, h4, h5 {
    font-weight: bolder;
    text-transform: uppercase
}
.p-40 {
    padding: 40px
}
.pl-40 {
    padding: 0 40px

}
.pt-40 {
    padding:  40px 0

}
.navbar {
    padding-top: 10px;
    box-shadow: none;
    margin-bottom: 0
}
.navbar  *{
    background: none
}
.margin-navbar {
    margin-top: 15px
}
.navbar-brand  {
    float: left;
    padding: 0;
}
/*
.text-small *:not(.bolder){
    font-size: 12px;
    font-weight: 300;
    color: #444
}
j*/
.text-small{
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    color: #444;
}
.lowercase {
    text-transform: none
}
.bold {
    font-weight: 500
}
.bolder {
    font-weight: 900
}
.relative {
    position: relative;
}
body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 25px;
}
a {
    color: #008342
}
a:hover {
    color: #008342;
    text-decoration: none;
    cursor: pointer
}
.light-green-bg {
    background: #94C325 !important;
}
.white-bg {
    background: #fff !important
}
.light-green-text, green-text * {
    color: #94C325 !important;
    font-weight: bold
}
.green-text {
    color: #008342 !important;
    
}
.logo {
    max-height: 40px;
}

.default-heading {
    text-transform: uppercase;
    font-weight: 800;
    color: #333333;
    font-size: 25px
}
.page-heading {
    text-transform: uppercase;
    font-weight: 800;
    color: #00783C;
    font-size: 25px;
    margin-top: 16.5vh;
    font-size: 40px;
}
.big-green-button {
    background: #008342;
    color: #fff !important;
    border-radius: 10px;
    padding: 5px 35px;
    text-transform: uppercase;
    font-weight: 700
}
.big-green-button:hover {
    background: #008342  !important;
}
.navbar-right img {
    max-height: 50px;

}
.navbar-right .selo {
    padding: 5px 10px 10px 0px;
    margin-top: -15px;
}
.navbar-right .selo img {
    max-height: 70px;
}
.social-header {
    margin-right: 20px;
    list-style: none;
    float: left;
    padding-top: 10px;
}
.social-header li {
    display: inline
}
.social-header>li>a {
    padding: 5px;
    color: #8FBD24 !important
}
.menu-middle {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
.menu-middle a:hover{
    border-bottom: 1px solid
}
.navbar .active a{
    background: none !important;
    font-weight: bold;
    border-bottom: 1px solid;
}
.section-home {
    padding: 30px 0
}
.default-border {
    width: 100%;
    padding: 40px 0;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 41px -11px rgba(115,114,115,1);
    -moz-box-shadow: 10px 10px 41px -11px rgba(115,114,115,1);
    box-shadow: 10px 10px 41px -11px rgba(115,114,115,1);
    float: left;
    background: #fff;
}
.default-border:hover {
  -webkit-box-shadow: 10px 10px 43px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 43px -10px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 43px -10px rgba(0,0,0,0.75);
}
.align-middle {
    display: flex;
    justify-content: center; 
    align-items: center; 
}
.img-center {
    display: table;
    clear: both;
    margin: 10px auto
}

/*parallax box*/


.parallax-block{
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 10% 0
}
.parallax-block .container{
  text-align: center;

}
.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none
}
.heading-inverse .default-heading{
    color: #fff !important
}
.full-button {
    width: 100%;
    padding: 20px 0;
    float: left;
    height: auto !important;
    border: 0 !important
}
.form-control{
    padding: 20px 
    
}
.news-img {
    position: absolute;
    top: 0;
    width: 100%;
    max-height: 215px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}
.news-description {
    margin-top: 215px;
    padding: 0 30px;
}
.news-description p, .section-title p{
 color: #444;
 font-weight: 500;
 /* font-size: 12px; j*/
 font-size: 14px;
 line-height:25px;
}
.news-description a:hover p{
 color: #444;
 text-decoration: none
}
.section-title {
    margin-top: 30px;
    padding: 50px 40px;
}
.inverse-text * {
    color: #fff;
}
.relative .form-control{
  padding-left: 60px !important;
  color: #444
}
.ico-newsletter{
  position: absolute;
  top: 15px;
  left: 40px
}
footer {
    padding-top: 10px;
    border-top: 1px solid #ccc
}
.footer-top {
    padding: 10px 0
}
.footer-top ul {
    margin-top: 10px;
    font-size: 11px;
    color: #444;
}
.footer-top ul li {
    margin: 10px
}
.footer-bottom {
    padding: 10px 0 5px 0;
    color: #fff;
    font-weight: bold;
    font-size: 12px
}
.footer .social-header li{
   margin-left: 5px !important
}
.nav {
   margin-left: 20px;
   margin-top: 5px;
}
.nav>li>a {
    padding: 15px 10px
}
.banner_breadcrumb {
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}
.grid-item { 
    height: 380px !important
}
.fixed-height {
    height: 360px;
    margin-bottom: 60px;
}
.racas .fixed-height {
    height: 340px;
}
.artigos .fixed-height {
    height: 380px;
}
.recon .fixed-height {
    height: 430px;
}
.juiz {
    margin: 10px 0
}
.juiz *:not(img){
    text-align: center;
    width: 100%;
    float: left;
    margin: 5px 0
}
.juiz small {
    font-size: 10px;
    color: #94C325;
    font-weight: 500
}
.juiz p a {
    color: #444;
    font-size: 10px;
}

.recint {
    margin: 10px 0
}
.recint *:not(img){
    text-align: left;
    width: 100%;
    float: left;
    margin: 5px 0
}
.recint small {
    font-size: 10px;
    color: #444;
    font-weight: 400
}
.recint p a {
    color: #444;
    font-size: 10px;
}
.recint span {
    margin-bottom: 20px;
    margin-top: -5px
}
.gray-text {
    color: #555;
    line-height: 13px;
    font-size: 12px;
}

.filters {
    list-style: none;
}
.filters>li>a.current {
 color: #00783C;
 font-weight: 800
}
.filters>li {
    display: inline-block
}
.filters {
    padding: 0;
    margin: 0 0 40px;
    font-size: 0
}

.filters>li>a {
    font-weight: 400;
    color: #444;
    margin: 0 5px;
    padding: 0 10px;
    font-size: 12px;
    cursor: pointer;
    border-bottom: 2px solid transparent
}
.racas {
    margin-top: 50px
}
.pagination * {
    border: 0 !important
}
.pagination li a{
    margin-top: 1.3vh;
    color: #00783C;
    font-weight: 700;
    background: none
}
/* .anterior .proximo .action j*/
.pagination li:first-of-type a.anterior, .pagination li:last-of-type a.proximo{
    padding: 15px 25px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    margin-top: 0
}
.pagination li:first-of-type a.anterior {
    background: #444;
    margin-right: 30px;
}
.pagination li:last-of-type a.proximo {
    background: #00783C;
    margin-left: 30px;

}
.pagination .active a, .pagination .active a:hover, .pagination .active a, .pagination li:first-child a{
  color: #008342;
  background-color: #eee;
  border-radius: 0px;
}
.form-group {
    position: relative
}

.form-group label {
    font-size: .8125em; 
    position: absolute;
    top: 0.6em;
    left: 1.8em;
    color: #444;
    opacity: 0;
    z-index: 1;
    -webkit-transition: .333s ease top, .333s ease opacity;
    transition: .333s ease top, .333s ease opacity;
}
.showIt {
    opacity: 1;
    top: 1.5em
}
#nome::placeholder{
    color: #fff
}


/* J*/
/* MENU DROPDOWN j*/
.br-10{
    border-radius: 10px;
}
.br-100{
    border-radius: 100%;
}
.pr-30{
    padding-right: 30px;
}
.pr-40{
    padding-right: 40px;
}
.mbt-30{
    margin-bottom: 30px;
    margin-top: 30px;
}
.mbt-15{
    margin-bottom: 15px;
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-40{
    margin-top: 40px;
}
.mb-5{
    margin-bottom: 5px!important;
}
.mb-10{
    margin-bottom: 10px!important;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-40{
    margin-bottom: 40px;
}
.list-none{
    list-style: none;
    padding: 0 20px 0 20px;
}
.list-none li{
    margin: 10px 0 10px 0;
}

.navbar .dropdown-menu{
    background-color:#fff;
    font-size: 12px;
    margin-top: -10px !important;
}
/* TABELA PAGINAS INTERNAS j*/
.table-pag-interna.table-responsive{
    border: 1px solid #008342;
    border-radius: 10px;
}
.table-pag-interna .table{
    margin-bottom: 0px;
}
.table-pag-interna .table thead{
    background-color: #008342;
    color: #fff;
}
.table-pag-interna thead tr th{
    padding: 20px 8px;
}
.table-pag-interna .table-hover tbody tr{
   transition: none;
}
.table-pag-interna .table-hover tbody tr:hover{
    background-color: #008342;
    opacity: 0.5;
    color: #fff;
    transition: none;
}
.table-pag-interna .table-hover tbody tr td{
  vertical-align: middle;
}
.table-pag-interna .table-hover tbody tr:hover a{
    opacity: 0.9;
    color: #fff;
    transition: none;
}
/* UTILIZADO PARA TABELAS DINAMICAS DO EEDITOR */
.tabela tbody tr td{
    border-bottom: 1px solid #008342;
}
.tabela tbody tr td{
    padding:10px;
}
.tabela tbody tr th{
    background-color: #008342;
    color: #fff;
}
.form-pag-interna input.form-control{
    padding: 8px;
}
.form-pag-interna .full-button{
    padding: 10px;
}
.ft-descricao{
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ft-sm-bold{
    font-size: 12px;
    font-weight: 700;
    color: #777;
}
.w-100{
    width: 100%;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.botao{
    background: #008342;
    color: #fff !important;
    border-radius: 10px;
    padding: 5px 35px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px;
    text-decoration: none;
}
.alerta {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);
}
.alerta.verde {
    color: #3c763d!important;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alerta.azul {
    color: #31708f!important;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alerta.amarelo {
    color: #8a6d3b!important;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alerta.vermelho {
    color: #a94442!important;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.fixed-height-200 {
    height: 200px;
}
.banner-link{
    z-index: 1;
    height: 100%;
    width: 100%;
}
.white-clr {
    color: #fff !important;
}
.fs-30{
    font-size: 30px;
}
.fs-20{
    font-size: 20px;
}
.primary-clr{
    color: #008342;
}
.form-group label{
    top: 0.2em;
    left: auto;
    padding-left: 20px;
}
.form-group label.label-comum{
    font-size: 14px;
    position: relative;
    opacity: 1;
    top: 0;
    left: 0;
    padding-left: 0px;
}
.select2-container--default .select2-selection--single {
    padding: 15px;
    height: 60px;
    border: 1px solid #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 10px 20px;
}
input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control{
    line-height: normal;
}
/************************************************
*** google map ***
************************************************/
.map {
    position: relative;
}
#map {
    height: 740px;
}
.street-view {
    height: 250px;
}
/************************************************
*** location ***
************************************************/
.location {
    position: absolute;
    z-index: 100px;
    bottom: 20px;
    width: 100%;
}
.location .popover {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.location .popover i {
    min-width: 40px;
}
.location .popover li {
    font-size: 19px;
    line-height: 2;
    color: #777;
}
.location .popover .popover-title {
    font-size: 24px;
    text-align: center;
    padding: 20px 14px;
    background-color: #008342;
    color: #fff;
}
@media (max-width: 768px) {
    .nav {
        margin-left: 0px;
    }
    .location .street-view {
        height: 200px;
        margin-bottom: 10px;
    }
    .location .popover .popover-title {
        padding: 5px 7px;
        font-size: 14px;
    }
    .location .popover li {
        font-size: 14px;
        line-height: 1.6;
    }
    ul li.banner-home, #rev_slider_1078_1_wrapper ul li.banner-home{
        margin-top: 90px!important;
        height: 60%!important;
    }
    .rev-slider-home, #rev_slider_1078_1_wrapper{
        height: 300px!important;
    }
}
.default-border-nucleo{
    padding: 20px 0;
    margin-top: 20px;
}
.li-tabs{
    width: 50%;
    font-weight: 700;
    font-size: 25px;
}
.cl-data, .fa-calendar.primary-clr{
    color: #000;
}
.localizacao-nucleo p{
    font-size: 14px;
}
.panel-default .panel-heading.perg-freq, .panel-default .panel-heading.perg-freq a{
    background: #008342;
    color: #fff !important;
    border-radius: 5px;
}
.default-border.artigo-home{
    height: 410px;
}
.news-description.artigo-interna{
    margin-top: 180px!important;
}
.foto-galeria{
    width: 100%;
    height: 200px;
}
@media (max-width: 500px) {
    .foto-galeria{
        max-height: 140px;
    }
}
.black-text{
    color: #444;
}