.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';
}



#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 .logo{
	position: relative;
	width: 50%;
	max-width: 500px;
	margin: 0 auto;
}
#cobertura-hero .title .logo img{
	width: 100%;
	height: auto;
}

#cobertura-hero .title h1{
	font-size: min(5vw, 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;
}

.logo_container{
	position: relative;
	display: flex;
	justify-content: center;
	padding: 5vh 0 5vh;
}
.logo_container:before{
	content: '';
	width: 3px;
	height: 10px;
	left: 0;
	right: 0;
	top: calc(100% - 10px);
	margin: 0 auto;
	background-color: #B2EF0F;
	position: absolute;
}
.logo_container:after{
	content: '';
	width: 45%;
	height: 30px;
	border-top: 3px solid #B2EF0F;
	border-left: 3px solid #B2EF0F;
	border-right: 3px solid #B2EF0F;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	position: absolute;
	top: 100%;
}
.logo_container .logo{
	width: 30%;
	max-width: 200px;
}
.logo_container .logo img{
	width: 100%;
	height: auto;
}

.actions_container{
	padding: 5vh 0 10vh;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.actions_container .action{
	width: 45%;
	text-align: center;
	position: relative;
	padding: 0 6% 10vh;
	margin-bottom: 5vh;
}

.actions_container .action:after{
	content: '';
	width: 3px;
	height: 5vh;
	left: 0;
	right: 0;
	bottom: 0%;
	margin: 0 auto;
	background-color: #B2EF0F;
	position: absolute;
}
.actions_container  .action img{
	width: 100%;
	height: auto;
}

.actions_container .action:nth-last-child(1):after,
.actions_container .action:nth-last-child(2):after{
	display: none;
}


.icon_container{
	width: 50%;
	max-width: 450px;
	display: flex;
	position: relative;
	justify-content: center;
	margin: 0 auto 5vh;
	align-items: center;
	color: #0045D7;
	font-size: 0.85rem;
}
.icon_container .col{
	width: 30%;
}
.actions_container  .action .title{
	margin-bottom: 30px;
}
.actions_container  .action .title h2{
	font-size: 2rem;
	margin: 0;
}

.actions_container  .action .extract{
	font-size: 1.2rem;
	padding: 20px;
	position: relative;
	margin-bottom: 30px;
}
.actions_container  .action .extract h3{
	font-size: 1.2rem;
	margin: 0;
	position: relative;
	z-index: 1;
}

.actions_container  .action .extract:before{
	content: '';
	width: 100%;
	height: 100%;
	transform: skewX(-28deg);
	background-color: #B2EF0F;
	position: absolute;
	left: 0;
	top:0;
	z-index: 0;
}

.actions_container  .action .desc{
	font-size: 1rem;
	margin-bottom: 30px;
}
.actions_container  .action .cover{
	position: relative;
	width: 70%;
	margin: 0 auto;
}



@media(max-width:1200px) {

}
@media(max-width:992px){
	#cobertura-hero{
		height: 290px;
	}
	.actions_container  .action{
		width: 90%;
		text-align: center;
	}
	.actions_container .action:nth-last-child(2):after{
		display: block;
	}
	.logo_container:after{
		width: 70%;
	}
}
@media(max-width:768px) {

	#cobertura-hero {
		height: 220px;
	}
	#cobertura-hero .title{
		padding: 0;
	}
	#cobertura-hero .flag{
	}
	#cobertura-hero .title h1 span{
		font-size: 9vw;
		margin-bottom: -5vw;
	}

	.actions_container .action .title h2 {
		font-size: 1.3rem;
		margin: 0;
	}
	.actions_container .action .extract h3{
		font-size: 1rem;
	}
	.actions_container  .action .extract:before{
		transform: skewX(-20deg);
	}
}
@media(max-width:600px) {
	#cobertura-hero .title{
		width: 80%;
	}
	#cobertura-hero .title h1{
		font-size: 8vw;
	}
  #cobertura-hero {
	  height: 150px;
  }
  #cobertura-hero .flag{
	  width: 15%;
  }
}
