@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');

#mlb-section {
  font-family: "Roboto", sans-serif;

}

#d-mlb-body{
	color: #243858;
	font-size: 23px;
	padding: 100px 0;
	overflow: hidden;
}

#d-mlb-body h1{
	font-size: 36px;
	font-weight: 500;
}
.c-blue{
	color: #45979e;
}

#d-mlb-body h2{
	font-size: 34px;
	font-weight: 700;
}

#d-mlb-body small{
    font-size: 15px;
    line-height: 150%;
    display: block;
    max-width: 470px;
    margin: 0 auto;
}
 

#d-mlb-body ul{
	width: 77%;
	margin: 1em auto;
}

#d-mlb-body ul li{
	padding-bottom: 1em;
	padding-left: 70px;
	list-style: none;
	
	background: url("../images/mlb2025/img-ball1.png") no-repeat top left;
	background-size: 50px 50px;
}


#d-mlb-body-baseball0{
	position: relative;
}

#d-mlb-body-baseball img{
	position: absolute;
	top: 0;
	right: -13%;
	width: auto;
	height: 100%;
	max-width: 100%;
}
/*
#d-mlb-footer{
	background: url('../images/mlb2024/footer-mlb-img.png') no-repeat bottom center;
	background-size: 100% auto;
}*/

#d-mlb-footer-texto{
	font-size: 30px;
	font-weight: bold;
	background: #45979e;
	color: #fff;
	padding: 0.5em 2em;
	max-width: 1000px;
	margin: 0 auto;
	border-radius: 80px;
}

#d-mlb-footer-texto2{
	max-width: 990px;
	margin: 0 auto;
	padding-bottom: 9em;
	font-size: 16px;
	text-align: center !important;
}
#d-mlb-footer-texto2 a{

	font-weight: 700;
}

#d-mlb-footer-video0{
	background: url('../images/mlb/footer-mlb-video.png') no-repeat top center;
	background-size: 100% 100%;
	margin: 1em auto 13em;
}

/*#d-mlb-footer-video iframe{
	display: block;
    width: 69%;
    height: 57em;
    margin: 0 auto 14%;
}*/


#d-mlb-footer-video {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 44.25%;
	
}

#d-mlb-footer-video .responsive-iframe {
	position: absolute;
	top: 2%;
	left: 15.5%;
	width: 69%;
	height: 88%;
}
.ejemplo h1{
	font-family:'Diazy Regular' !important ;
}
.promo-section{
	background-image: url('../images/mlb2025/textura-web-mlb.png');
	margin-top: -50px;
	padding-bottom: 25px;
	background-size: cover;

}
.promo-section a {
    color: #fff;
    text-decoration: none;
    padding: 20px 50px;
    background-color: #0b3447;
    font-weight: 800;
    font-size: clamp(1.5rem, 1.1rem + 2vw, 3.5rem);
    border-radius: 100px;
    display: inline-block;
    font-family: 'Montserrat';
    margin: 100px 0;
    transition: background-color 0.5s ease, transform 0.3s ease; /* Transiciones suaves */
}

.promo-section a:hover {
    background-color: #45979e;
    transform: scale(1.05) rotate(-3deg); /* Efecto de ligero rebote y rotación */
}

.promo-section a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: url('url-a-la-imagen-de-pelota') no-repeat center/cover; 
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.promo-section a:hover::before {
    width: 30px;
    height: 30px;
    opacity: 1;
    transform: translate(150%, -50%) scale(1.2); 
}




/*sm*/

@media screen and (max-width: 991px){
	#d-mlb-body img{ max-width: 200px; }
	#d-mlb-body-baseball{ max-height: auto; }

	#d-mlb-body-baseball img{ position: relative; max-width: 90%; padding-bottom: 2em;}


	#d-mlb-body h1 { font-size: 26px; }
	#d-mlb-body h2 { font-size: 24px; }

	#d-mlb-body { font-size: 19px; }

	#d-mlb-footer{padding: 0 1.5em;}
	#d-mlb-footer-texto {font-size: 20px;}


	#d-mlb-footer-video0{
		background: url('../images/mlb/footer-mlb-video-movil.png') no-repeat top center;
		background-size: 100% 100%;
		margin: 1em auto 5em;
	}

	#d-mlb-footer-video {
		padding-top: 61.25%;
	}

	#d-mlb-footer-video .responsive-iframe {
		position: absolute;
		top: 3%;
		left: 2%;
		width: 96%;
		height: 88%;
	}
	#d-mlb-body{
		padding: 50px 10px;

	}
}

@media screen and (max-width: 500px){
	ol, ul{
		padding: 0;
	}
	#d-mlb-body ul{
		width: 90%;
	}
	#d-mlb-footer{
		background: none;
	}
	#d-mlb-footer-texto2{
		padding-bottom: 0;
	}

	
	.promo-section a{
		padding: 20px 20px;
		margin: 50px 0;
	}
	#d-mlb-footer-texto{
		border-radius: 35px;
	}
}

@media screen and (min-width: 500px) and (max-width:991px){
	#d-mlb-body ul li{
		padding-bottom: 1.5em;
	}
	#d-mlb-body-baseball img {
		margin-left: 50px;
	}

}