.mexicogp_white_logo {
	display: none;
}
.mexicogp_black_logo {
	display: block;
}

@font-face {
	font-family: 'Northwell-Clean-Alt';
	src: url('fonts/cobertura2025/Northwell-Clean-Alt.otf') format('opentype');
	font-weight: normal;
	font-style: normal;

}

.font_script{
	font-family: 'Northwell-Clean-Alt';
}


.phm-item {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 15px;
}
.phm-item span {
	position: relative;
	padding: 0 4px 2px;
	cursor: pointer;
}
.phm-item:hover span::before,
.phm-item.active span::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #000;
	bottom: 0;
	left: 0;
	right: 0;
}
.phm-body {
	display: none;
}
.phm-body.active {
	display: flex;
	flex-direction: column;
}
.phm-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	padding: 15px 30px;
	margin-bottom: 30px;
}
.phm-row.Rojo {
	color: #f00 !important;
}
.phm-row .phm-col:last-child {
	text-align: right;
}
.horarios_border {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-top-right-radius: 30px;
}

#cobertura-section {
	position: relative;
	padding: 0;
	margin: 100px auto 0px;
}
#cobertura-hero {
	width: 100%;
	position: relative;
	background-position: right top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	display: flex;
	align-items: center;
}
#cobertura-hero .flag{
	width: 25%;
	height: 100%;
	overflow: hidden;
}
#cobertura-hero .flag img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#cobertura-hero .flag:nth-child(1) img{
	object-position: right;
}
#cobertura-hero .flag:nth-child(3) img{
	object-position: left;
}

#cobertura-hero .title{
	position: relative;
	width: 50%;
	padding: 2vh;
}
#cobertura-hero .title h1{
	font-size: min(8vw, 140px);
	color: #fff;
	text-align: center;	
}
#cobertura-hero .title h1 span{
	font-size: min(7.5vw, 110px);
	display: block;
	margin-bottom: max(-4.5vw, -80px);
	position: relative;
	z-index: 1;
}
#cobertura-hero .title .font_script{
	color:#E6F854;
	text-transform: initial;
}


#parrilla-horarios-container {
	position: relative;
	max-width: calc(100vw - 150px);
	margin: 0 auto;
	padding: 50px 0;
	z-index: 10;
	min-height: 50vh;
	display: flex;
	flex-direction: row;
}
#parrilla-horarios-menu,
#parrilla-horarios-body {
	display: flex;
	flex-direction: column;
}
#parrilla-horarios-menu {
	width: 20vw;
	gap: 10px;
}
#parrilla-horarios-body {
	width: 80vw;
}
@media(max-width:1200px) {
	.phm-item {
		display: flex;
	}
	.phm-row {
		width: calc(100vw - 80px);
		margin-bottom: 20px;
	}
	
	#parrilla-horarios-container {
		flex-direction: column;
		max-width: calc(100vw - 80px);
	}
	#parrilla-horarios-menu,
	#parrilla-horarios-body {
		width: auto;
	}
	#parrilla-horarios-menu {
		flex-wrap: wrap;
		flex-direction: row;
		margin-bottom: 20px;
	}
}
@media(max-width:992px){
	#cobertura-hero{
		height: 290px;
	}
}
@media(max-width:768px) {
	.phm-row {
		display: flex;
		flex-direction: column;
	}
	.phm-row .phm-col:last-child {
		text-align: left;
	}
	
	#cobertura-hero {
		height: 220px;
	}
	#cobertura-hero .title{
		padding: 0;
	}
	#cobertura-hero .flag{
	}
	
	#cobertura-hero .title h1{
		font-size: 10vw;
	}
	#cobertura-hero .title h1 span{
		font-size: 9vw;
		margin-bottom: -5vw;
	}
}
@media(max-width:600px) {
	.phm-item {
    font-size: 16px;
    line-height: 18px;
  }
  #cobertura-hero {
	  height: 150px;
  }
}
