
a {
    color : #0AA66B;
}

a:hover {
    color: #E13300;
}

fieldset {
    margin-top: 10px;
}

.btn-group > button .glyphicon {
    font-size: 20px;
    color: #ffffff;
}

.panel-heading h4 a {
  color: #FFF;
}

.panel {
  border-color: #2DAC7C;
}

.panel > .panel-heading {
  color: #C6FEE9;
  background-color: #2DAC7C;
  border-color: #2DAC7C;
}

.panel > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #2DAC7C;
}

.alert-success {
  background-color: rgba(214, 233, 198, 0.8);
  border-color: rgba(214, 233, 198, 0.8);
}

//-----------

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.open > .dropdown-menu {
  display: block;
}

.div-btn{
    margin-bottom: 10px;
}

h4{
    margin: 0px;
}

div#carousel-example-generic{
    width: 1140px;
    alignment-adjust: central;
}

.btn-verde {
  color: #fff;
  background-color: #327E04;
  border-color: #006400;
}

.btn-verde:hover,
.btn-verde:focus,
.btn-verde:active,
.btn-verde.active,
.open .dropdown-toggle.btn-verde {
  color: #fff;
  background-color: #006400;
  border-color: #006400;
}

.h1-carousel a{
    color: #fff;
}

.home-carousel{
    margin: 30px 0 30px 0;
}

.footer-h3{
    color: #7DC48A;
}

.footer-a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.footer-a:hover,
.footer-a:focus{
    color: #fff;
    text-decoration: underline;
}

.footer-ul-li{
    list-style-type: none;
    margin-bottom: 5px;
}

.footer-links{
    background: #034811;
    margin-top: 20px;
    color: #fff;
}

.footer{
    background: #0AA66B;
    padding: 10px;
    color: #fff;
    text-align: center;
}

/* Sticky footer styles
 * -------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 105px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 105px;
}


/* Custom page CSS
 * -------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer a {
  color: #FFF;
}

#content .title {
  color: #0AA66B;
  border-bottom: 2px solid #0AA66B; /* #479D9A, #6F5BB1, #224389, #3AAC1C, #9C1A72, #CD2E22 */
  padding-bottom: 10px;
  margin-bottom: 10px;
}

header {
  background: #0AA66B; /* #479D9A, #6F5BB1, #224389, #3AAC1C, #9C1A72, #CD2E22 */
  padding: 20px 0;
}

header h1 {
  font-size: 300%;
  color: #FFFFFF;
  margin: 30px 0 10px;
  text-align: left;
}

.content {
  margin: 20px 0;
}

#eventos {
  margin-top: 30px;
}

#eventos .title {
  margin-bottom: 40px;
}

#eventos .bloco-evento {
  margin-bottom: 30px;
}

#eventos a:hover {
  text-decoration: none;
}

#eventos a:hover .bloco-evento {
  border: 1px solid #E13300;
}

#eventos a:hover .bloco-evento h4 {
  color: #E13300;
}

.bloco-evento {
  border: 1px solid #0AA66B;
  border-radius: 5px;
  padding: 20px;
}

.bloco-evento h4 {
  color: #0AA66B;
  text-align: center;
}

#content .bloco-evento p {
  text-align: center;
  margin-top: 20px;
}

#content .bloco-evento .glyphicon {
  font-size: 90px;
}

