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

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

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

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

.custom-person .custom-imagem .custom-text-overlay {
  background-color: rgba(200, 9, 69, 0.7);
}

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

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

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

.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: #bd1327;
  border-color: #bd1327;
}

.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: #941221;
  border-color: #941221;
}
.btn-primary .badge {
  color: #d64052;
  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:#e62b3a;
}
.custom-flex-row.more-partner a{
  width: 150px;
  height: 150px;
  text-decoration: none;
  background: #e9424f;
}
.custom-flex-row.more-partner span{
  color: #FFF;
  margin-top: 15px;
}
.custom-flex-row .img-partners{
  width:70px;
  height:70px;
  margin-top: 25px;
}