:root {
  --purple: #4F2D91;
  --blue:#28B5DB;
}
html {
  scroll-behavior: smooth;
}

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

.page-template-temp_nextgen_2026 .mexicogp_white_logo {
	display: block;
}
.page-template-temp_nextgen_2026 .mexicogp_black_logo {
	display: none;
}

.page-template-temp_nextgen_2026 #footer-container.footer p {
	color: #cfcfcf;
}

@font-face {
	font-family: 'BDR-A3MIK-Regular';
	src: url('fonts/nextgen2026/BDR-A3MIK-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;

}

.nextgen_font_bold{
	font-family: 'BDR-A3MIK-Regular';
}
@font-face {
	font-family: 'BDRmono-2006-Bold';
	src: url('fonts/nextgen2026/BDRmono-2006-Bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;

}

.nextgen_font_mono_bold{
	font-family: 'BDRmono-2006-Bold';
}


@font-face {
	font-family: 'DINNextLTPro-Condensed';
	src: url('fonts/nextgen2026/DINNextLTPro-Condensed.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

.nextgen_font_title{
	font-family: 'DINNextLTPro-Condensed';
}

.section_bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
}
.section_bg.ellipse:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 30%;
	background-image: url(../images/nextgen2026/nextgen_bg_elipse.webp);
	background-size: cover;
	background-position: left center;
}

.page-template-temp_nextgen_2026_interna .section_bg .element_01,
.page-template-temp_nextgen_2026_interna .section_bg .element_02 {
	position: absolute;
}
.page-template-temp_nextgen_2026_interna .section_bg .element_01{
	left: 0;
	top: 10vh;
	width: 12vw;
}
.page-template-temp_nextgen_2026_interna .section_bg .element_02{
	right: 0;
	top: 0;
	width: 15vw;
}

.page-template-temp_nextgen_2026_interna .section_bg .element_01 img,
.page-template-temp_nextgen_2026_interna .section_bg .element_02 img {
	width: 100%;
	height: auto;
}


@media(max-width:768px){
	.page-template-temp_nextgen_2026_interna .section_bg .element_01 {
		left: 0;
		top: 64px;
		width: 35vw;
	}
	.page-template-temp_nextgen_2026_interna .section_bg .element_02 {
		right: 0;
		top: 0;
		width: 25vw;
	}
	.section_bg{
		height: 100dvh;
	}
}


/* HOME */

#nextgen_home{
	position: relative;
	display: flex;
	color: #fff;
	padding-top: 120px;
	height: auto;
	min-height: 100vh;
	margin-bottom: 50px;
}
#nextgen_home .column{
	width: 50%;
	padding: 0 2.5vw;
}
#nextgen_home .big_title{
	font-size: 6vw;
	line-height: 6vw;
}

#nextgen_home .content{
	font-size: 2rem;
	line-height: 2.2rem;
	padding: 10px 0;
}
#nextgen_home .logo{
	width: 70%;
}
#nextgen_home .logo img{
	width: 100%;
	height: auto;
}
#nextgen_home .cover{
	position: relative;
	width: 95%;
	margin-top: 2vh;
}
#nextgen_home .cover img{
	width: 100%;
	height: auto;
}
#nextgen_home .cover iframe{
	width: 100%;
	aspect-ratio: 16/9;
	filter: saturate(0);
	transition: all 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */

}
#nextgen_home .cover:hover iframe{
	filter: saturate(1)
}


@media(max-width:768px) {
	#nextgen_home .big_title {
		font-size: 4rem;
		line-height: 4rem;
	}
	#nextgen_home .column:nth-child(2){
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#nextgen_home .column:nth-child(1){
		display: flex;
		flex-direction: column-reverse;
	}
	#nextgen_home .logo{
		width: 50%;
	}
}


/* MENU */

.nextgen_menu .option{
	position: relative;
	display: flex;
	gap:10px;
	align-items: center;
}

.nextgen_menu .option .page_num a{
	color: #91DB28;
	font-size: 2.5rem;
	line-height: 2.5rem;
	text-decoration: none;
}
.nextgen_menu .option:hover .page_num a,
.nextgen_menu .option:hover .page_name a,
.nextgen_menu .option .page_num a:hover,
.nextgen_menu .option .page_name a:hover{
	color: var(--blue);
}


.nextgen_menu .option .page_name a{
	color: #fff;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.2rem;
	line-height: 1.2rem;
}

#nextgen_home .nextgen_menu{
	padding: 5vh 0;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
#nextgen_home .nextgen_menu .option{
	width: max(30%, 220px);
}
#nextgen_section .nextgen_menu{
	flex-wrap: wrap;
}

#nextgen_section .nextgen_menu .option:hover .page_name a,
#nextgen_section .nextgen_menu .option .page_name a:hover{
	color: #fff;
}


#nextgen_section .nextgen_menu .option{
	flex-direction: column;
	justify-content: center;
	width: 100px;
	padding-bottom: 25px;
}
#nextgen_section .nextgen_menu .option .page_name{
	opacity: 0;
	position: absolute;
	text-align: center;
	top:40px;
}
#nextgen_section .nextgen_menu .option .page_name a{
	font-size: 0.8rem;
	line-height: 0.8rem;
	display: block;
}
#nextgen_section .nextgen_menu .option:hover .page_name{
	opacity: 1;
}

@media(max-width:992px){
	#nextgen_home{
		flex-wrap: wrap;
	}
	#nextgen_home .column {
		width: 100%;
	}
	#nextgen_home .cover{
		margin-top:5vh;
	}
}

@media(max-width:768px){
	#nextgen_section .nextgen_menu{
		align-items: flex-start;
	}

	#nextgen_section .nextgen_menu .option .page_num a {
		font-size: 2rem;
		line-height: 2rem;
	}

	#nextgen_section .nextgen_menu .option{
		flex-direction: column;
		justify-content: center;
		width: 100px;
		padding-bottom: 25px;
	}
	#nextgen_section .nextgen_menu .option .page_name{
		opacity: 1;
		position: relative;
		text-align: center;
		top:0px;
	}
	#nextgen_section .nextgen_menu .option .page_name a{
		font-size: 0.7rem;
		line-height: 0.7rem;
		display: block;
	}
	#nextgen_home .nextgen_menu{
		justify-content: center;
	}
	#nextgen_home .nextgen_menu .option{
		gap:15px;
	}

	#nextgen_home .nextgen_menu .option .page_num a{
		font-size: 2.8rem;
		line-height: 2.8rem;
	}
}


/* INTERNA */

#nextgen_section{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: max(15vh, 120px);
}

#nextgen_section .section_container {
  flex: 1; /* empuja el footer hacia abajo */
}

#nextgen_section .nextgen_menu {
	position: relative;
	width: 100%;
	padding: 20px;
	background-image: url(../images/nextgen2026/submenu_bg.webp);
	background-size: 100% 100%;
	display: flex;
}

#nextgen_section .nextgen_content {
	position: relative;
	width: 100%;
	max-width: 1300px;
	padding: 5vh 3% 10vh;
	margin: 0 auto;
}

#nextgen_section .big_title {
	position: relative;
	width: 100%;
	max-width: 1300px;
	padding: 0 3%;
	color: var(--purple);
	font-size: 4rem;
	line-height: 4rem;
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap:30px;
}
#nextgen_section .big_title a{
	position: relative;
	display: block;
	/* left: 3%; */
	height: 100%;
}
#nextgen_section .big_title a img{
	height: 4rem;
	width: auto;
}
.nextgen_content .wp-block-columns{
	display: flex;
	gap: 2vw;
	justify-content: center;
}
.nextgen_content .wp-block-columns .wp-block-column{
	padding: 2vw;
	border-radius: 10px;
	width: 30%;
	flex-basis: auto;
	flex-grow: initial;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nextgen_content .wp-block-columns .wp-block-column h4{
	font-size: 1.5rem;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.nextgen_content .wp-block-columns .wp-block-column .white_link{
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.nextgen_content .wp-block-columns .wp-block-column .wp-block-button__link {
	color: var(--purple);
	background-color: #fff;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: 10px 45px;
	font-size: 1.3em;
	line-height: 1.3em;
	font-family: 'DINNextLTPro-Condensed';
}
.nextgen_content .wp-block-columns .wp-block-column .question{
	font-size: 1.3rem;
	line-height: 1.5rem;
}
.purple_bg{
	border: 1px solid var(--purple);
	background-color: var(--purple);
	color:#fff;
}
.blue_bg{
	border: 1px solid var(--purple);
	background-color: var(--blue);
	color: #fff;
}
.green_bg{
	border: 1px solid var(--purple);
	background-color: #18b579;
	color: #fff;
}
.purple_font{
	color: var(--purple);
}
.blue_font{
	color: var(--blue);
}

#video_container,
#video_container .frm-show-form{
	position: relative;
	width: 100%;
}
#video_container .frm-show-form iframe{
	width: 100%;
	aspect-ratio: 16/9;
}

@media(max-width:992px){
	#nextgen_section .big_title{
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
	#nextgen_section .big_title a{
		position: absolute;
		left: 3%;
	}
	#nextgen_section .big_title a img{
		height: 2rem;
	}

	.nextgen_content .wp-block-columns {
		flex-direction: column;
		align-items: center !important;
		gap:20px;
	}
	.nextgen_content .wp-block-columns .wp-block-column{
		width: 85%;
		padding: 30px;
	}
}

/* TESTIMONIAL */

.nextgen_content .wp-block-columns.testimonial{
	align-items: center;
}

.nextgen_content .wp-block-columns.testimonial .wp-block-column:nth-child(1){
	width: 25%;
	flex-basis: auto;
	flex-grow: initial;
}
.nextgen_content .wp-block-columns.testimonial .wp-block-column:nth-child(2){
	width: 75%;
	flex-basis: auto;
	flex-grow: initial;
}
.testimonial_photo img{
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 100%;
}

@media(max-width:768px){
	.nextgen_content .wp-block-columns.testimonial{
		flex-direction: column;
	}

	.nextgen_content .wp-block-columns.testimonial .wp-block-column:nth-child(1){
		width: 45%;
	}
	.nextgen_content .wp-block-columns.testimonial .wp-block-column:nth-child(2){
		width: 85%;
	}
}

/* REGISTRO */

.frm_forms .frm-show-form{
	display: none !important;
	padding-top: 130px;
}
.frm_forms .frm-show-form.show{
	display: block !important;
}

.frm_form_field .frm_submit button, .frm_style_formidable-style.with_frm_style .frm_submit button {
	background: #000 !important;
	border: 1px solid #000 !important;
	padding: 10px 70px;
	text-transform: uppercase;
	font-family: 'futura_bold' !important;
}



input[type=text], input[type=email], input[type=date], input[type=tel], input[type=number], input[type=url], textarea, select, .custom-file-label {
	border-radius: 5px !important;
	border: 2px solid #979797 !important;
	margin: 10px 0;
}

/* FAQS */
.c-accordion__item{
	border: 1px solid var(--purple);
	border-radius: 5px;
	padding: 30px;
	margin-bottom: 20px;
}

.c-accordion__title{
	color: var(--purple);
	padding-left: 0px;
}

.c-accordion__title:after{
	display: none;
}
