body {
  font-family: "sofia-pro";
}
button.navbar-toggler {
  color: #fff !important;
}
#banner {
  position: relative;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  background: #000;
}
#banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 0.5;
}
#banner button.btn-sound {
  background: transparent;
  border: 0;
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
header {
  width: 100%;
  position: fixed;
  z-index: 999;
  padding: 5px 0;
  top: 0;
  transition: all 0.3s;
}
header a.nav-link, header a.nav-link:hover {
  font-size: 14px;
  color: #fff;
}
header .logo {
  max-width: 160px;
}
p {
  font-size: 14px;
}
h1 {
  font-size: 34px;
  font-weight: 300;
}
h2 {
  font-size: 24px;
  font-weight: lighter;
  margin-bottom: 20px;
}
.btn {
  border-radius: 11px;
  padding: 6px 15px 10px;
}
.btn.btn-primary {
  background: #D5C9A1;
  border: 0;
  color: #000;
}
.btn.btn-secondary {
  background: #fff;
  color: #000;
  font-weight: lighter;
}
.btn.btn-info {
  background: #6C6C6C;
  font-size: 12px;
  border: 0;
  color: #fff;
  padding: 5px 15px;
  border-radius: 6px;
}
.btn.btn-form {
  background: #153D91;
  color: #fff;
}
.jornada {
  background: #b2a484;
  background: linear-gradient(180deg, #b2a484 0%, #e8dec6 100%);
}
.jornada h1 {
  color: #7C6945;
}
.jornada .info {
  max-width: 500px;
}
.jornada .assinatura {
  max-width: 350px;
  margin-left: auto;
  display: block;
  margin-top: -30px;
}
.text-brown-light {
  color: #AA9C7C;
}
.bg-1 {
  background: url(../themes/djalma/assets/images/bg-1.jpg) center top;
  background-size: cover;
  position: relative;
}
.bg-2 {
  background: url(../themes/djalma/assets/images/bg-2.jpg) center top;
  background-size: cover;
}
.bg-4 {
  background: url(../themes/djalma/assets/images/bg-4.jpg) center top;
  background-size: cover;
}
.bg-5 {
  background: url(../themes/djalma/assets/images/bg-5.jpg) center top;
  background-size: cover;
}
.bg-6 {
  background: url(../themes/djalma/assets/images/bg-6.jpg) center top;
  background-size: cover;
}
.bg-brown {
  background: #404040;
  color: #fff;
}
.bg-brown h1 {
  color: #AA9C7C;
}
.bg-campo {
  background: url(../themes/djalma/assets/images/grass.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
.mh {
  min-height: 700px;
  display: flex;
  align-items: center;
}
.infos .info {
  display: block;
  margin: 0 auto;
  padding: 80px 0;
}
.infos.dc h1 {
  color: #153D91;
}
.jogador {
  margin-top: -180px;
}
.dados {
  margin-top: 60px;
}
.dados h1 {
  font-weight: bold;
  font-size: 26px;
}
.dados .infos {
  color: #CCC6A2;
  font-size: 90px;
  font-weight: lighter;
  line-height: 80px;
}
.dados .infos span {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  line-height: normal;
}
.dados h3 {
  font-size: 16px;
  font-weight: bold;
}
.times {
  background: #000;
  padding: 25px 0;
}
.times img {
  margin-top: -120px;
}
.filantropia {
  position: relative;
  background-size: cover;
  padding: 65px 0;
  color: #fff;
  background: #000;
}
.filantropia::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../themes/djalma/assets/images/bg-3.jpg) center;
  z-index: 8;
  opacity: 0.4;
}
.filantropia .row {
  z-index: 9;
  position: relative;
}
.filantropia .assinatura {
  max-width: 350px;
}
.filantropia h1 {
  font-size: 40px;
}
.info-humanitaria {
  background: #F6F6F6;
  padding: 40px 0;
}
.info-humanitaria button {
  text-align: left;
}
.info-humanitaria .nav-link {
  color: #000;
  border: 0;
}
.info-humanitaria .nav-link:hover {
  border: 0;
}
.info-humanitaria .nav-link.active {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: transparent;
  border-bottom: 5px solid #000;
}
.info-humanitaria .tab-content {
  padding: 25px 0;
}
.info-humanitaria .tab-content p {
  max-width: 600px;
}
.info-humanitaria ul {
  border-bottom: solid #cbcbcb 2px;
}
.dcsports {
  background: url(../themes/djalma/assets/images/dc-consulting.jpg) center no-repeat;
  background-size: cover;
  padding: 60px 0;
  color: #fff;
  margin: 3px 0;
}
.dcsports h2 {
  font-weight: lighter;
  font-size: 36px;
}
.dcsports h3 {
  font-size: 20px;
  font-weight: lighter;
  margin-bottom: 30px;
}
.dcsports.banner {
  padding-top: 130px;
  margin: 0;
}
.bbraune {
  border-bottom: 1px solid #ddd;
}
.bbraune img.logo {
  max-height: 250px;
}
.noticias {
  padding: 60px 0;
}
.noticias h1 {
  font-size: 24px;
}
.noticias .data {
  font-size: 12px;
  color: #818181;
  padding: 10px 0;
}
.noticias h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  min-height: 40px;
}
.noticias img {
  height: 400px;
  object-fit: cover;
}
footer {
  padding: 20px 0;
  min-height: 300px;
  background: #000;
}
footer a.nav-link, footer a.nav-link:hover, footer a.nav-link:focus {
  color: #fff;
  font-size: 14px;
}
footer .logo {
  max-width: 160px;
}
.inovando {
  padding: 60px 0;
  background: #F0F3F8;
}
.inovando h2 {
  color: #153D91;
  font-weight: normal;
  font-size: 40px;
}
.inovando p {
  font-size: 26px;
  font-weight: lighter;
}
.modalidades {
  padding: 60px 0;
}
.modalidades .item {
  text-align: center;
  background: #153D91;
  color: #fff;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modalidades .col {
  width: 20% !important;
}
.modalidades .col img {
  max-width: 80%;
  max-height: 100px;
  margin-bottom: 25px;
}
.modalidades .col h4 {
  font-size: 16px;
  max-width: 140px;
  margin: 0 auto;
}
.form {
  background: #F0F2F5;
  padding: 60px 0;
}
.form h1 {
  color: #153D91;
}
.form .form-control {
  margin-bottom: 5px;
}
.alert .close {
  display: none !important;
}
.alert p {
  margin: 0 !important;
}
.alert ul {
  font-size: 14px !important;
}
@media (max-width: 992px) {
  .jornada .assinatura {
    max-width: 350px;
    margin: 0 auto;
    display: block;
  }
  .bg-1::before {
    background: none;
  }
  .jogador {
    display: none;
  }
  .times img {
    margin-top: 0;
  }
  .modalidades .col {
    width: 100% !important;
  }
  .bg-1, .bg-2, .bg-4, .bg-5, .bg-6 {
    min-height: 600px;
  }
}
