.navbar-brand{
	background-color: #fff !important;
	padding: 5px !important;
	margin-left: 1px !important;
}
.logo{
	height: auto !important;
	width: 80px !important;
	margin: 0;
	padding: 0;
}
.game-wrap-1{
	background:#b0b628 !important;
}

*{
	font-family: 'Poppins', sans-serif;
}
.mb-6 {
  margin-bottom: 2rem !important; }

.ftco-game-schedule .owl-dots .owl-dot.active{
	background: #82235F;
  }

  .ftco-team .owl-dots .owl-dot.active{
	background: #82235F;
  }

  .btn.btn-primary{
	background: #82235F !important;
	border: 1px solid #82235F !important;
	color: #fff !important;
}
.scoreboard .sport-team .score.win span{
   border-bottom: 5px solid #82235F;
}
.block-27 ul li.active a, .block-27 ul li.active span {
	 background: #82235F;
	 color: #fff;
	 border: 1px solid transparent; }

  .subscribe-form .form-group .submit {
	color: #fff !important;
background: #82235F !important ;
border-radius: 0px 5px 5px 0px;
font-size: 16px;
}

.heading-section.heading-section-white h2{
	color: #000000;
}

.game-wrap-1{
    margin-top: -100px !important;
}

@media (min-width: 1140px) {
	#logo_principal{
		width: 650px; 
		height: auto;
	}

	.mascota{
		width: 200px;
		height: auto;
	}
}

@media (min-width: 720px) {
	#logo_principal{
		width: 450px; 
		height: auto;
	}

	.mascota{
		width: 150px;
		height: auto;
	}
}

@media (max-width: 540px) {
	#logo_principal{
		width: 365px; 
		height: auto;
	}

	.mascota{
		width: 100px;
		height: auto;
	}
}

