.container-header,
.container-mapa .container {
  background-color: #006336 !important;
}

.btn-criar-evento a {
  color: #fff;
  background-color: #138a54;
}

.btn-criar-evento a:hover {
  color: #fff;
  background-color: #006336;
}

.container-mapa #cell-tower {
  fill: #000;
}

.custom-person .custom-imagem .custom-text-overlay {
  background-color: rgba(0, 99, 54, 0.8);
}

.custom-line,
.container-programacao .custom-nav-tab:hover,
.container-programacao .custom-nav-tab.active {
  border-color: #006336;
}

.row-palestrante .custom-hora-programacao {
  background-color: #006336;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #006336;
  border-color: #006336;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #01331c;
  border-color: #01331c;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #3d7159;
  border-color: #3d7159;
}
.btn-primary .badge {
  color: #3d7159;
  background-color: #ffffff;
}

.custom-flex-row.more-partner div{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.custom-flex-row.more-partner a:hover{
  background:#007c42;
}
.custom-flex-row.more-partner a{
  width: 150px;
  height: 150px;
  text-decoration: none;
  background: #005A31;
}
.custom-flex-row.more-partner span{
  color: #FFF;
  margin-top: 15px;
}
.custom-flex-row .img-partners{
  width:70px;
  height:70px;
  margin-top: 25px;
}