/*
#### DEFAULTS
*/
body {
  font-family: 'Source Sans Pro', arial, sans-serif;
  font-weight: 100;
}

.btn, a, h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
  color: #666;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  /*color: #5BA07A ;*/
  color: #FF8F00 ;
}

ul {
  list-style: none;
  padding-left: 0;
}

.btn,
.form-control,
.btn.active {
  border-radius: 3px;
  border: 2px solid #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-weight: 400;
}

.form-control {
  height: 36px;
}

.btn {
  color: #fff;
}

label {
  font-weight: 400;
}

.btn-default {
  /*border-color: #5BA07A;*/
  /*background-color: #5BA07A;*/
  background-color: #66BB6A;
  /*background-color: #FFB64D;*/
  /*background-color: rgba(0, 0, 0, 0.2);*/
}



.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active,
.btn-default:hover,
.btn-default:focus {
  color: #fff;
  border-color: #43A047;
  background-color: #43A047;
}

.btn-primary {
  background-color: #278A54;
}

.btn-primary:hover,
.btn-primary.active,
.btn-primary:focus {
  background-color: #43A047;
  color: #fff;
  border-color: #43A047;
}

/*
####### HEADER
*/

#header {
  padding: 20px 0;
  text-align: center;
}

#header #logo {
  height: 120px;
  margin-top: 50px;
  margin-bottom: 40px;
}

#propaganda_topo {
  overflow: hidden;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  height: 160px;
  /*box-shadow: 0px 5px 25px -15px;*/
}

#propaganda_topo > li {
  position: relative;
}

#propaganda_topo  img {
  overflow: hidden;
}

#propaganda_topo .propaganda-titulo {
  display: none;
  /*position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  color: #666;
  font-weight: 400;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;*/
}

#header h1 {
  position: absolute;
  left: -9999999px;
}

.top-bar {
  /*background: #1E824C;;*/
  /*background: #99DA82;;*/
  /*background-color: #53BF80;*/
  /*background: #73C17A;;*/
  /*background: #FFB64D;;*/
  /*background: #9ECAA1;;*/
  /*background: #9CCC65;*/
  background: #81C784;
}

.top-bar .btn-default {

}

.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}

.social-icons li {
  float: left;
}
/*#5D916B
#FFA844
#F4AC45
#FA7921
#FF8C42
#D5573B*/
/*#53BF80*/
.social-icons a {
    display: inline-block;
    background: #278A54;
    /*background: #5BA07A;*/
    /*background: #E49035;*/
    /*background: #E46F35;*/
    /*background: #278A54;*/
    /*background: #1E824C;*/
    /*background: #99DA82;*/
    /*background: #1E824C;*/
    /*background: #8ac24d;*/
    width: 32px;
    height: 32px;
    text-align: center;
    padding-top: 4px;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
    float: left;
    /*color: #99DA82;*/
    /*color: #1E824C;*/

    /*color: #73C17A;*/
    /*color: #FFB64D;*/
    /*color: #9ECAA1;*/
    color: #81C784;
}

.top-bar .navbar-form {
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0;
}

.top-bar .input-group .form-control {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}


.login-nav {
  padding: 8px 0 0;
}


/*
### MAIN NAV
*/

.main-nav {
  /*background-color: #278A54;*/
  /*background-color: #9ECAA1;*/
  /*background-color: #FFB64D;*/
  /*background-color: #9ECAA1;*/
  background-color: #FF8F00;
  margin-bottom: 30px;
  box-shadow: 0 1px 3px #CCCCCC;
}

.main-nav li.actived {
  /*background-color: #5BA07A;*/
  background-color: #FFB74D;
}

.main-nav .nav li a:hover {
  background-color: #FFB74D;
}

.main-nav a {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}



/*
##### PAGE WRAPPER
*/

.page-wrapper {
  position: relative;
  padding: 15px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
  box-shadow: 0px 2px 2px #E0E0E0;
}

.page-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 80px;
  height: 2px;
  /*background-color: #1E824C;*/
  background-color: #FF8F00;
}

/*
## Panel component
*/

.page-heading .heading-title {
    margin-top: 0;
    display: inline-block;
    font-size: 28px;
}


/*
##### SIDEBAR
*/
#side_bar .heading-title a {
  font-size: 18px;
}

/*#side_bar .page-heading {
  margin-bottom: 0;
}*/

/*#side_bar ul {
  padding-left: 10px;
  font-size: 12px;
}*/
/*
##### Event page
*/

.event-item {
  position: relative;
  min-height: 70px;
  margin: 20px 0;
}

.date-label-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}

.event-item .details {
  padding-left: 60px;
}

.event-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}

.event-item .info {
  font-weight: 600;
  font-size: 12px;
  color: #666;
}

.date-label-wrapper {
  padding: 0;
}

.date-label {
  background-color: #fff ;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 13px;
}

.date-label .month,
.date-label .year {
  /*background: #9ECAA1;*/
  /*background: #9CCC65;*/
  background: #81C784;
  color: #fff;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}

.date-label .day {
  clear: left;
  padding: 8px 0;
  display: block;
  padding-top: 5px;
  font-size: 15px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 900;
}

/*
** Eventos passados
*/

#eventos_passados .event-item {
  opacity: .6;
}


/*
##### Style for dynamic infos (CKEDITOR)
*/

img[style*='float: left'] {
  margin-right: 15px;
}

img[style*='float: right'] {
  margin-left: 15px;
}


/*
#### NOTICIA POST
*/

.show-post .post-heading,
.last-post .post-heading a {
  font-size: 20px;
  font-weight: 600;
  color: #8E8E8E;
  text-transform: uppercase;
}

.post-resume .post-heading a {
  font-size: 17px;
  font-weight: 400;
  color: #8E8E8E;
  text-transform: uppercase;
}

.last-post .post-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.post-resume .post-image {
  height: 100px;
  width: 100px;
  object-fit: cover;
}


.show-post .post-info,
.post-resume .post-info {
  font-weight: 600;
  font-size: 12px;
  color: #666;
}

/*.show-post .post-heading,
.last-post .post-heading,
.post-resume .post-heading {
  font-size: 17px;
  text-transform: lowercase;
}

.show-post .post-heading::first-letter,
.last-post .post-heading::first-letter,
.post-resume .post-heading::first-letter {
  text-transform: uppercase;
}*/


/*
##### FOOTER
*/

footer {
  position: relative;
  padding: 40px 0 54px;
  font-size: 15px;
  min-height: 300px;
  /*background-color: #FFC35B;*/
  /*background-color: #FFD285;*/
  background-color: #81C784;
}

footer address {
  position: relative;
}

footer address i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #508C52;
}

footer address p {
  padding-left: 25px;
  font-weight: 400;
  color: #FFF;
}

footer a {
  font-weight: 400;
  color: #FFF;
}

footer h2 {
  margin-bottom: 15px;
  color: #508C52;
}

.bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  /*background-color: #FFA50A;  */
  /*background-color: #FFC156;  */
  background-color: #81A55A;
}

.bottom-bar .copyright {
  font-size: 11px;
  color: #fff;
  line-height: 3;
}

/*
#### Painel Lateral
*/

#widget_publicidade_lateral img {
  width: 100%;
}

.propaganda-titulo {
  padding: 15px;
  background-color: #fff;
  font-size: 17px;
  box-shadow: 0px 2px 2px #E0E0E0;
}

/*
#### Others
*/

.user-status-message {
  margin-top: 10px;
}
