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

.red_button span {
	display: block;
    padding: 6px 20px 8px;
}


/* SCROLLER */
html,
body {
  height: 100%;
}
body {
  overflow: hidden;
}
.scroll-animations-example > .scrollsection {
/*   padding: 10vh 10vh 10vh 10vmax; */
/*   min-width: 150vh; */
}
.scroll-animations-example > .scrollsection > .item {
  display: inline-block;
  position: relative;
/*   margin: 0 -30vh 0 3vh; */
}
/* SCROLLER */


#site_container{
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}



#poster{
	position: relative;
	width: 65vw;
	height: 100vh;
	top:0;
/* 	margin-left: -5vw; */
	vertical-align: top;
	background-size: cover;
	background-position: center center;
	z-index: 0;
	
}

#mexicogp_logo_container{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#gnp_logo{
	width:60%;
	max-width: 800px;
}

#frame{
	position: absolute;
	z-index: 2;
	width: 90%;
	height: 90%;
	top: 6%;
	left: 5%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/landingFanzones2023/f1_frame.png");
}


#tickets_container{
	position: relative;
    height: 100vh;
    top: 0;
    vertical-align: top;
    padding-bottom: 50px;
    overflow: hidden;
    z-index: 1;
}


#landing_bg{
	position: fixed;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	z-index: 0;
	background-size: cover;
}
#landing_bg img{
	width: 100%;
	height: auto;
}

#welcome{
	position: relative;
	width: 35vw;
	height: 100vh;
	top:0;
	vertical-align: top;
	padding-bottom: 50px;
	padding-left: 40px;
	display: inline-block;
}
#welcome .logo{
	height: 6vh;
	max-height: 80px;
	margin-bottom: 30px;
}
#welcome .logo img{
	width: auto;
	height: 100%;
}
#welcome .info{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 0px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	white-space:normal;
}
#welcome .info .top, #welcome .info .bottom{
	display: block;
	position: relative;
	margin-bottom: 2vh;
}

#welcome .info h2{
	font-size: 2.5vw;
	line-height: 3vw;
	margin-bottom: 3vh;
}
#welcome .info #content{
	margin-top: 2vh;
	width: 90%;
}

#welcome .info #content h3{
	font-size: 1.5vw;
	line-height: 2vw;
	margin-bottom: 2vh;
}


/*
#countdown_container .race_countdown_big_numbers .countdown_text{
	font-size: 5vh;
	line-height: 5vh;
	color: #f22f1d;
	
	
}
#countdown_container .race_countdown_big_numbers .countdown_text div{
	position: relative;
	
}
*/
/*
#countdown_container .race_countdown_big_numbers .countdown_text div:before{
	content: attr(data-before);
	position: absolute;
	z-index: 0;
	color:#fff;
	font-size: 4vw;
	transform: scale(0.9);
	transform-origin: center center;
	letter-spacing: 0;
}
*/


#small_poster{
	margin-bottom: 20px;
	height: 22vh;
	max-height: 232px;
	display: none;
}
#small_poster img{
	width: auto;
	height: 100%;
}

.tickets_call_to{
	width: 100%;
	margin-bottom: 2vh;
}
.tickets_call_to h4, .tickets_call_to h5{
	margin-bottom: 1.5vh;
}


/*
.column_container{
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.column_container .poster{
	width: 65%;
	background-image: url("../images/landingTickets2023/MexicoGP2022_share_1200x630.jpg");
	background-size: cover;
	background-position: center center;
}
.column_container .info{
	width: 35%;
	background-color: white;
}
*/

.top_padding{
	padding-top: 100px;
}


#tickets_link{
	position: absolute;
	bottom: 100px;
	left: 10vw;
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	z-index: 2;
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
#tickets_link a{
	color: #000;
}
#tickets_link .content{
	display: flex;
	text-transform: uppercase;
	gap:20px;
	font-size: 14px;
	line-height: 14px;
}
#tickets_link .content .text{
	display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#tickets_link .content p{
	margin: 0;
}
#back_btn{
	font-size: 12px;
	position: absolute;
	top: -22px;
	cursor: pointer;
}
#fanzone_logo{
	position: absolute;
	right: 5vh;
	bottom: 70px;
	display: flex;
}

#fanzone_logo img{
	height: 100px;
	width: auto;
}
@media(max-width:1500px){
	#welcome .info #content{
		width: 100%;
	}
	#poster{
		width: 55vw;
	}
	#welcome{
		width: 45vw;
	}
	
}


@media(max-width:1024px){
	body{
		overflow: auto;
	}
	#site_container {
	    position: relative;
	    width: 100vw;
	    height: auto;
	    overflow: auto;
	}
	.scroll-animations-example > .scrollsection > .item{
		display: block;
	}
	#poster{
		width: 100vw;
		margin-left: 0;
	}
	#tickets_btn{
		display: none;
	}
	#tickets_container{
		height: auto;
		padding-bottom: 0;
	}
	#welcome {
    	position: relative;
		width: 100%;
		height: auto;
		padding-left: 0;
		padding-bottom: 0;
    }
    #welcome .info {
	    text-align: center;
    }
    #back_btn{
	    display: none;
    }
    #tickets_link{
	    position: relative;
	    left: 0;
	    bottom: 0;
	    width: 90%;
	    margin-left: 5%;
	    margin-top: 100px;
	    margin-bottom: 30px;
    }
    #tickets_menu{
	    position: relative;
	    width: 100%;
	    top: 0;
	    right: 0;
	    justify-content: center;
	    margin-bottom: 30px;
    }
    #tickets_menu img {
	    height: 16px;
	}
	#mapDiv{
		width: 100%;
		left: 0;
	}
}

@media(max-width:768px){
    #welcome .info {
	    flex-direction: column;
	    text-align: center;
	    font-size: 12px;
    }
    #welcome .logo{
	    display: none;
    }
    #welcome .info h2{
	    font-size: 9vw;
	    line-height: 9vw;
    }
    .top_padding {
  	  padding-top: 70px;
	}
	#countdown_container table{
		width: 100%;
	}
    .tickets_call_to {
    	width: 100%;
    }
    #countdown_container .race_countdown_big_numbers .countdown_text {
	    font-size: 4vh;
	    line-height: 4vh;
	    color: #f22f1d;
	}
	#frame{
		background-image: url("../images/landingFanzones2023/f1_frame_mobile.png");
		width: 100%;
		left: 0;
		top:0;
	}
	#gnp_logo{
		width:80%;
	}
	#welcome .info #content h3 {
    	font-size: 1.5rem;
		line-height: 1.5rem;
		margin-bottom: 2vh;
	}
}
@media(max-width:600px){
	#welcome .info h2 {
	    font-size: 2rem;
	    line-height: 2rem;
	}
	#countdown_container{
		margin: 25px 0px;
	}
}




.font_site {	font-family: 'nunito_regular'; }
.font_bold, b, strong {	font-family: 'Inter'; font-weight:700; }
.font_tech { /* font-family: 'michromaregular'; */ font-family: 'Formula1_regular'; }
.font_f1_bold{ font-family: 'Formula1_bold'; }
.font_f1_wide{ font-family: 'Formula1_wide'; }
.font_f1{ font-family: 'Formula1_regular'; }
.uppercase { text-transform: uppercase; }
.red_font, .txt_red { color: red !important; }
.font_white { color: white; }
.font_black {color: #000; }
.font_grey{ color: #9f9f9f; }





#map_container{
	position: relative;
	width: 100vw;
	height: 100vh;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    z-index: 1;
}

#map_wrapper{
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
}

#map_container *, #map_container ::after, #map_container ::before {
    box-sizing: border-box;
}



#size_helper{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 0;
	pointer-events: none;
	opacity: 0;
}
#size_helper img{
	width: 100%;
	height: 100%;
}
#size_helper .mobile{
	display: none;
}

#mapDiv{
	position: absolute;
	left: 35%;
	top: 0;
	width: 40%;
/* 	z-index: 10; */
	
}
#cardContainer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	z-index: 1;
	padding-right: 5vw;
	padding-bottom: 10vh;
}
#cardContainer #card{
	width: 90%;
	max-width: 550px;
	padding: 50px;
	background-color: #fff;
	box-shadow: 10px 10px 50px rgba(0,0,0,0.4);
	opacity: 0;
	pointer-events: none;
	transform: scale(0.5);
	transition: all 250ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
#cardContainer #card.active{
	opacity: 1;
	pointer-events: all;
	transform: scale(1);
	transition: all 750ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

#cardContainer #card .logo{
	height: 80px;
}
#cardContainer #card .logo img{
	width: auto;
	height: 100%;
}
#cardContainer #card .address{
	width: 100%;
	white-space: normal;
}
#cardContainer #card .address p{
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 5px;
}
#cardContainer #card .time{
	margin-bottom: 2vh;
}
.mobile_only{
	display: none;
}


.font_grey {
    color: #737373;
}
.map_submenu .submenu_item {
    font-size: 10px;
    line-height: 13px;
}

.page_title {
    font-size: 82px;
    line-height: 80px;
}

#map_menu{
	position: absolute;
	left: 10vw;
	top: 40px;
	z-index: 20;
	width: 240px;
	white-space: normal;
}
#map_menu .title{
	position: relative;
	padding-left: 15px;
	margin-bottom: 20px;
}
#map_menu .title:after{
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 0px;
	background-color: #f22c1a;
}

#map_info_container{
	position: relative;
	width: 100%;
	text-align: left;
	display: block;
	margin-bottom: 50px;
}

#map_menu .column{
	position: relative;
	display: inline-block;
	vertical-align: top;
}

#map_menu .left_column{
	padding-right: 10px;
	display: none;
}


#map_zone_menu{
	font-size: 12px;
}
.map_zone{
	position: relative;
	width: 220px;
	padding: 7px 0 15px 24px;
	cursor: pointer;
	margin-top: 2vh;
	margin-bottom: 2vh;
	color: #9f9f9f;
}
.map_zone.active{
	color: #000;
}

.map_zone:before{
	content: '';
	position: absolute;
	width: 3px;
    height: 10px;
    top: 15px;
    left: 13px;
	background-color: red;
	z-index: 1;
}

.map_zone:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    border-bottom: 2px solid #dcdcdc;
    border-right: 2px solid #dcdcdc;
    border-bottom-right-radius: 15px;
    background-color: #fff;
-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	   -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	     -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	        transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
	
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	   -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	     -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	        transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}
.map_zone.active:after, .map_zone:hover:after{
	width: 100%;
	border-bottom: 2px solid #9f9f9f;
    border-right: 2px solid #9f9f9f; 
    background-color: #fff;
    z-index: 0;
}
.map_zone span{
	position: relative;
	z-index: 1;
	top:5px;
}

#map_stands_menu{
	position: relative;
	width: 240px;
	height: 430px;
	overflow: scroll;
	margin-bottom: 15px !important;
}

/*
#map_stands_menu ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
}
#map_stands_menu ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
*/

.st0{
	transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.st0.active{
	fill:#FF0E1C;}




@media(max-height:1000px){

	.page_title {
	    font-size: 62px;
	    line-height: 60px;
	}
}
@media(max-height:900px){

	#welcome .logo{
		display: none;
	}
}


@media(max-width:1700px){

	.page_title {
	    font-size: 62px;
	    line-height: 60px;
	}
}


@media(max-width:1300px){
	
	#map_info_container{
		width: 90%;
	}
}

@media(max-width:1350px){
	#map_menu {
		top:0;
	    height: 100%;

	}
/*
	#map_stands_menu {
	    position: relative;
	    width: 100%;
    }
*/
}

@media(max-width:1024px){
	#mapDiv {
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	}
	#map_container{
		display: block;
	}
	#fanzone_logo {
	    position: absolute;
	    right: 0;
	    left: 0;
	    width: 80%;
	    margin: 0 auto;
	    bottom: 70px;
	    display: flex;
	}
	#fanzone_logo img{
		width: 100%;
		height: auto;
	}
	#cardContainer {
		padding-right: 5vw;
    	padding-left: 5vw;
/* 		justify-content: center; */
	}
	#cardContainer .title h2{
		font-size: 1.5rem;
	}
	#cardContainer #card{
		width: 60%;
	}
}

@media(max-width:900px){
	
	#cardContainer #card{
		width: 100%;
		padding: 35px 25px;
	}
	
	#map_info_container {
	    width: 100%;
	    margin-bottom: 10px;
	}
	
	#description p{
		margin-bottom: 5px;
	}
	
	
    #map_stands_menu {
    	width: 215px;
    }
    .map_zone {
	    width: 190px;
	    font-size: 10px;
	    padding: 7px 0 15px 18px;
    }
    .map_zone:before {
	    top: 8px;
		left: 8px;
    }
	
}

@media(max-width:768px){
	#map_wrapper{
		margin-top: 100px;
	}
	#map_menu{
		background: transparent;
		width: 100%;
		top:-80px;
		height: auto;
	    left: 0;
	    text-align: center;
	    padding: 0 20px;
    }
    
	
	#map_menu .left_column{
		display: none;
	}
	#map_menu .right_column {
	    border-left: 0px solid transparent;
	    width: 100%;
	    padding-bottom: 10px;

	}
	
	#map_zone_menu {
	    font-size: 10px;
	    width: 100%;
	    margin: 0 auto 10px;
	    text-align: center;
	}
	
	.map_zone {
	    position: relative;
	    width: auto;
	    padding: 5px 10px;
	    cursor: pointer;
	    margin-top: 0px;
	    margin-bottom: 0px;
	    color: #9f9f9f;
	    display: inline-block;
	}
	.map_zone:before {
	    top: 9px;
	    left: 0px;
    }
	
	.map_zone:after{
		display: none;
	}
	

}


@media(max-width:767px){
	
	.page_title {
	    font-size: 32px;
	    line-height: 30px;
	    margin-bottom: 0;
	}
	.small_desc_font {
	    margin-bottom: 3px;	  
	    font-size: 7px;
	    line-height: 7px;
	}
	#description p {
	    font-size: 11px;
	}

/*
	#init_menu_mxgp #logo_menu_mxgp {
	    position: relative;
	    margin-top: -50px;
	    margin-left: 7px;
	}
*/
	#map_menu .title{
		padding-left: 0;
	}
	#map_menu .title:after{
		display: none;
	}
	.map_zone{
		padding: 2px 22px 2px 12px;
	}
	.map_zone:before {
/*     	top: 4px; */
		width: 2px;
    }
    #main_bg_container{
	    background-position: right center;
    }
    
    .map_card {
	    position: absolute;
	    top: 0px;
	    left: 0;
	    width: 100vw;
	    padding: 0 20px;
	    
    }
    .map_card .close_card{
	    display: block;
    } 
}

@media(max-width:600px){
	#map_container{
 	   padding: 0px;
 	   height: auto;
    }
    
    .main.container {
	    padding-bottom: 0;
	}
	#size_helper .mobile{
		display: block;
	}
	#size_helper .desktop{
		display: none;
	}
	
	.point-button {
	    width: 13px;
	    height: 13px;
	    padding-top: 0px;
	    font-size: 6px;
	}
	
	.point-button .icon{
		height: 10px;
	}
	
	.point-button.close_up{
		transition-delay: 1s;
		transform: scale(1.8);
	}
	.mobile_only{
		display: block;
	}
	.map_card{
		top:-80px;
	}
	#mapDiv{
		z-index: 0;
		top:15vh;
	}
/*
	#size_helper{
		z-index: 1;
		pointer-events: all;
	}
*/
	
}


