/*sports*/
body{
	background: var(--kfc-black);
}
.header-sports {
  background: url(../images/header-kfc-sports.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 100vh;
}
section h2 {
  font-weight: bold;
  color: #d6001c;
}
footer {
  font-size: 0.9rem;
}
.header-sect {
  width: 100%;
}
.header-sect div.row{
	min-height: 100vh;
}
.krunch-section{
	background: url(../images/kfc-bg-krunch-section.jpg);
	 background-size: cover;
  background-position: center;
}
.texto-sport1{
	font-family: 'National 2 regular';
}
.teams-section{
	background: url(../images/bg-sport-teams.jpg);
	display: flex;
	align-items: center;
}
.escenarios-section{
	background: url(../images/bg-escenarios-sport.jpg);
	margin-bottom: 2px;
}
.dinamicas-section{
	background: url(../images/bg-dinamica-sport.jpg);
}
.krunch-section, .teams-section, .escenarios-section, .dinamicas-section{
	background-size: cover;
  background-position: center;
}

.swiper-slide .card{
	overflow: hidden;
	height: 300px;
	position: relative;
	width: 100%;
	border-radius: 30px;
	border:0px;
}
.swiper-slide .card img{
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
  transform: translateX(-50%); 
}

.jersey-gallery {
  gap: 1rem;
}
.jersey-gallery div{
 padding: 0;
}
.jersey-frame {
  /*border: 5px solid #444;*/
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  padding: 0;
  transition: transform 0.3s ease;
}


.jersey-frame:hover {
  transform: scale(1.90);
}

.central {
  /*border-color: #ffcc00;*/
  box-shadow: 0 0 30px rgba(255, 204, 0, 0.8);
}


@media screen and (min-width:430px) and (max-width:1024px){
	.header-sect, .krunch-section, .teams-section, .escenarios-section, .dinamicas-section{
	  width: 100%;
	  min-height: auto;
	}
	.texto-sport1{
		font-size: 1.8rem;
		line-height: 2rem;
	}
	.krunch-section img{
		width: 90%;
	}
	.title-escenarios{
		width: 70%;
		margin: 0 auto;
	}
	.mySwiper{
		padding: 0 2rem !important;
	}
	.title-dinamicas{
		width: 70%;
		margin: 0 auto;
	}
}

@media screen and (min-width:1025px) and (max-width:1920px){
	.header-sect, .krunch-section, .teams-section, .escenarios-section, .dinamicas-section{
	  width: 100%;
	   min-height: 100vh;
	}

	.krunch-section img{
		width: 60%;
		margin-top:15%;
	}
	.texto-sport1{
		font-family: 'National 2 regular';
		font-size: 2.3rem;
		line-height: 2.5rem;
	}
	.title-escenarios{
		width: 50%;
	}
	.title-dinamicas{
		width: 60%;
		margin: 0 auto;
	}
}