/* CSS Document */
@charset "UTF-8";

.page_content{
	position: relative;
}
.page__header{
	margin-bottom: 0;
	padding-top: 10vh;
}
.page__header h1.small_title {
	margin-top: 0vh;
}

.page__header:before, .page__header:after{
	display: none;
}

.content_page{
	padding-bottom: 20vh;
}

.yellow_frame{
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
	pointer-events: none;
	transform: scale(2);
}
.yellow_frame.in{
	transform: scale(1);
}


.yellow_frame div{
	position: absolute;
}
.yellow_frame .top{
	left: 158px;
	width: calc(100% - 316px);
	top:0;
	height: 34px;
	background-color:#ffd659;
	background-size: contain; background-repeat: repeat-x;
}
.yellow_frame .top_left{
	top:0;
	left: 0px;
	width: 160px;
	height: 160px;
	background-image: url("../images/elements/yellow_frame_left_top.png");
	background-size: contain; background-repeat: no-repeat;
}
.yellow_frame .top_right{
	top:0;
	right: 0px;
	width: 160px;
	height: 160px;
	background-image: url("../images/elements/yellow_frame_right_top.png");
	background-size: contain; background-repeat: no-repeat;
}
.yellow_frame .left{
	left: 0px;
	width: 34px;
	top: 156px;
	height: calc(100% - 314px);
	background-image: url("../images/elements/yellow_frame_left.png");
	background-size: contain; background-repeat: repeat-y;
}
.yellow_frame .right{
	right: 0px;
	width: 34px;
	top: 156px;
	height: calc(100% - 314px);
	background-image: url("../images/elements/yellow_frame_right.png");
	background-size: contain; background-repeat: repeat-y;
}
.yellow_frame .bottom{
	left: 158px;
	width: calc(100% - 316px);
	bottom:0;
	height: 34px;
	background-color:#ffd659;
	background-size: contain; background-repeat: repeat-x;
}
.yellow_frame .bottom_left{
	bottom:0;
	left: 0px;
	width: 160px;
	height: 160px;
	background-image: url("../images/elements/yellow_frame_left_bottom.png");
	background-size: contain; background-repeat: no-repeat;
}
.yellow_frame .bottom_right{
	bottom:0;
	right: 0px;
	width: 160px;
	height: 160px;
	background-image: url("../images/elements/yellow_frame_right_bottom.png");
	background-size: contain; background-repeat: no-repeat;
}

#coverage_map .yellow_frame .top_left{
	width: 100px;
	height: 130px;
	background-image: url("../images/elements/yellow_frame_02_left_top.png");
}
#coverage_map .yellow_frame .top_right{
	background-image: url("../images/elements/yellow_frame_02_right_top.png");
	width: 100px;
	height: 130px;
	background-position: right;
}
#coverage_map .yellow_frame .bottom_left{
	width: 100px;
	height: 130px;
	background-image: url("../images/elements/yellow_frame_02_left_bottom.png");
}
#coverage_map .yellow_frame .bottom_right{
	width: 100px;
	height: 130px;
	background-image: url("../images/elements/yellow_frame_02_right_bottom.png");
	background-position: right;
}
#coverage_map .yellow_frame .top{
	background-image: url("../images/elements/yellow_frame_02_top.png");
	background-color: transparent;
	left: 90px;
	width: calc(100% - 10px);
	height: 70px;
}
#coverage_map .yellow_frame .bottom{
	background-image: url("../images/elements/yellow_frame_02_bottom.svg");
	background-color: transparent;
	height: 70px;
	left: 90px;
	width: calc(100% - 10px);
}

#coverage_map .yellow_frame .left{
	left: 0px;
	width: 70px;
	top: 128px;
	height: calc(100% - 120px);
	background-image: url("../images/elements/yellow_frame_02_left.png");
	background-size: contain; background-repeat: repeat-y;
}
#coverage_map .yellow_frame .right{
	right: 0px;
	width: 70px;
	top: 128px;
	height: calc(100% - 120px);
	background-image: url("../images/elements/yellow_frame_02_right.png");
	background-size: contain; background-repeat: repeat-y;
}



.corner_elements{
	 position: absolute;
	 z-index: 0;
	 left: 0;
	 top:0;
	 width: 100%;
	 height: 100%;
 }
.corner_elements .paper_element{
	position: absolute;
	width: 2.5vw;
	height: 2.5vw;
}
.corner_elements .paper_element.top_left{
	left: 1.5vw;
	top: 1.5vw;
}
.corner_elements .paper_element.top_right{
	right: 1.5vw;
	top:1.5vw;
}
.corner_elements .paper_element.bottom_left{
	left: 1.5vw;
	bottom: 1.5vw;
	transform: rotate(-90deg);
}
.corner_elements .paper_element.bottom_right{
	right: 1.5vw;
	bottom: 1.5vw;
	transform: rotate(90deg);
}



@media(max-width:992px){
	.yellow_frame .top,
	.yellow_frame .bottom{
		left: 78px;
		width: calc(100% - 156px);
		height: 17px;
	}

	.yellow_frame .left,
	.yellow_frame .right{
		width: 17px;
		top: 78px;
		height: calc(100% - 154px);
	}
	.yellow_frame .top_left,
	.yellow_frame .top_right,
	.yellow_frame .bottom_left,
	.yellow_frame .bottom_right{
		width: 80px;
		height: 80px;
	}
	#coverage_map .yellow_frame .top,
	#coverage_map .yellow_frame .bottom{
		height: 35px;
		left: 40px;
		width: calc(100% - 10px);
	}
	#coverage_map .yellow_frame .left,
	#coverage_map .yellow_frame .right{
		width: 35px;
		top:56px;
		height: calc(100% - 110px);
	}
	#coverage_map .yellow_frame .top_left,
	#coverage_map .yellow_frame .top_right,
	#coverage_map .yellow_frame .bottom_left,
	#coverage_map .yellow_frame .bottom_right {
		width: 40px;
		height: 58px;
	}

	.corner_elements .paper_element {
		position: absolute;
		width: 6.5vw;
		height: 6.5vw;
	}
}
@media(max-width:767px){
	.page__header{
		padding: 5vh 5vw 0;
	}


	.yellow_frame .top,
	.yellow_frame .bottom{
		left: 38px;
		width: calc(100% - 76px);
		height: 8px;
	}

	.yellow_frame .left,
	.yellow_frame .right{
		width: 8px;
		top: 38px;
		height: calc(100% - 76px);
	}
	.yellow_frame .top_left,
	.yellow_frame .top_right,
	.yellow_frame .bottom_left,
	.yellow_frame .bottom_right{
		width: 38px;
		height: 38px;
	}
	#coverage_map .yellow_frame .top,
	#coverage_map .yellow_frame .bottom{
		height: 35px;
		left: 40px;
		width: calc(100% - 10px);
	}
	#coverage_map .yellow_frame .left,
	#coverage_map .yellow_frame .right{
		width: 35px;
		top:56px;
		height: calc(100% - 110px);
	}
	#coverage_map .yellow_frame .top_left,
	#coverage_map .yellow_frame .top_right,
	#coverage_map .yellow_frame .bottom_left,
	#coverage_map .yellow_frame .bottom_right {
		width: 40px;
		height: 58px;
	}

}

#hero{
	width: 100vw;
	max-width: 100%;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
}
.section_bg{
	position: absolute;
	left: 0;
	top:-3vh;
	width: 100%;
	height: 100%;
	transform: scale(1.3);
	z-index: 0;
}
.section_bg .img_bg{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;

}


#hero .section_bg .img_bg{
	background-image: url(../images/cobertura/hero_bg.webp);
	opacity: 0;
}
#hero .section_bg .img_bg.in{
	opacity: 1;
}


.welcome_text{
	font-size: 5vw;
	line-height: 5vw;
	position: relative;
	z-index: 1;
}

.big_title{
	font-size: 10vw;
	line-height: 7.5vw;
	position: relative;
	display: inline-block;
	z-index: 1;
	width: 62%;
}
.weekend {
	position: absolute;
	font-size: 3vw;
	line-height: 3vw;
	right: 4.5vw;
	bottom: 4.4vw;
}
.hero_content{
	position: relative;
	z-index: 1;
	padding: 60px;
}
.hero_content .button_container{
	display: flex;
	gap:30px;
	margin-top: 10px;
}
.hero_content .button_container .paper_btn{
	transform: translateY(50vh);
}
.hero_content .button_container .paper_btn.in{
	transform: translateY(0);
}


.hero_content .first_row{
	display: flex;
	gap: 3vw;
	align-items: center;
	position: relative;
}
.welcome_text{
	width: 70%;
}
.welcome_series{
	position: relative;
	width: 30%;
	max-width: 664px;
	display: flex;
	gap:1.4vw;
}
.welcome_series div {
	position: relative;
	display: block;
	width: 25%;
	transform: translateY(-200px);
}
.welcome_series div.in{
	transform: translateY(0px);
}
.welcome_series img{
	max-width: 100%;
	height: auto;
}

.hero_pilots{
	position: absolute;
	right: 0;
	bottom: -5vh;
	width: 40%;
	max-width: 863px;
	z-index: 3;
}
.hero_pilots img{
	width: 100%; height: auto;
	transform: translateX(50vw);
}
.hero_pilots img.in{
	transform: translateX(0);
}
.sponsors{
	position: relative;
	right: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #181a33;
	padding-bottom: 40px;
	z-index: 2;
	transform: translateY(20vw);
}
.sponsors.in{
	transform: translateY(0)
}

.sponsors img{
	width: 100%; height: auto;
	max-width: 1300px;
}


.paper_btn{
	position: relative;
}
.paper_btn a{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 14vw;
	aspect-ratio: 349/161;
	background-image: url(../images/elements/paper_btn.svg);
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 1.6vw;
	color: #161A32;
	text-transform: uppercase;
}
.paper_btn a:before{
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background-image: url(../images/elements/paper_btn_hover.svg);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 800ms 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 */
}

.paper_btn a:hover:before{
	opacity: 1;
}
.paper_btn a div{
	position: relative;
	z-index: 1;
	text-align: center;
}
.paper_btn a span{
	position: absolute;
	display: block;
	bottom: 20%;
	z-index: 1;
	margin-top: 1rem;
	font-size: 0.9vw	;
}

@media(max-width:767px){
	#hero{
		height: calc( 100dvh - 70px)
	}
	.hero_pilots {
		position: absolute;
		right: 0;
		bottom: 30px;
		width: 96%;
		z-index: 2;
		pointer-events: none;
		padding: 0 35px;
	}
	.hero_pilots img {
		transform: translateX(100vw);
	}
	.hero_content {
		padding: 20px;
		height: 100%;
	}
	.hero_content .first_row {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.welcome_series {
		align-self: center;
		margin-bottom: 10px;
		width: 60%;
	}
	.welcome_series div{
		transform: translateY(0px) scale(1.2);
		opacity: 0;
	}
	.welcome_series div.in{
		transform: translateY(0px) scale(1);
		opacity: 1;
	}
	.weekend {
		position: absolute;
		font-size: 5vw;
		line-height: 5vw;
	}
	.big_title {
		font-size: 15vw;
		line-height: 11vw;
		width: 100%;
	}
	.hero_content .button_container {
		gap: 10px;
		justify-content: center;
		position: relative;
	}
	.hero_content .button_container .paper_btn {
		transform: translateY(0vh) scale(1.2);
		opacity: 0;
	}
	.hero_content .button_container .paper_btn.in {
		transform: translateY(0vh);
		opacity: 1;
	}
	.paper_btn a{
		width: 30vw;
		font-size: 4vw;
	}
	.paper_btn a span {
		font-size: 2vw;
	}
	.sponsors {
		padding: 0 15px 20px;
		position: absolute;
		bottom: 0;
	}

}

/* section 2 */

.sections_button_container .section_bg .img_bg{
	background-image: url(../images/cobertura/bg2.webp);
}

.sections_button_container{
	position: relative;
	padding: 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	overflow: hidden;
}
.sections_button_container .row{
	position: relative;
	width: 100%;
}
.sections_button_container .big_phrase{
	font-size: 4vw;
	line-height: 3.5vw;
	text-align: center;
	width: 70%;
	margin: 0 auto;
	text-transform: uppercase;
}

.sections_button_container .button_container{
	padding: 5vh 0;
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	margin: 0 auto;
}
.sections_button_container .button_container .cell{
	width: 33%;
	display: flex;
	justify-content: center;
	padding: 2vw;
}
.sections_button_container .button_container .cell .paper_btn a{
	width: 18vw;
	font-size: 2vw;
}

.sections_button_container .button_container .cell .paper_btn a.smaller_font{
	font-size: 1.5vw;
}
.sections_button_container .button_container .cell .paper_btn{
	opacity: 0;
	transform: scale(1.1);
}
.sections_button_container .button_container .cell .paper_btn.in{
	opacity: 1;
	transform: scale(1);
}


.gnp_banner{
	position: relative;
	width: 80%;
	max-width: 720px;
	margin: 0 auto;
	opacity: 0;
}
.gnp_banner img{
	width: 100%;
	height: auto;
}
.gnp_banner.in{
	opacity: 1;
}


@media(max-width:767px){
	.sections_button_container{
		padding: 40px;
	}
	.sections_button_container .big_phrase{
		width: 100%;
		font-size: 5vw;
		line-height: 4.5vw;
	}
	.sections_button_container .button_container{
		width: 100%;
	}
	.sections_button_container .button_container .cell {
		width: 48%;
	}
	.sections_button_container .button_container .cell .paper_btn a {
		width: 35vw;
		font-size: 3.9vw;
	}
	.sections_button_container .button_container .cell .paper_btn a.smaller_font {
		font-size: 3vw;
	}
	.sections_button_container .button_container .cell .paper_btn a span {
		font-size: 2vw;
	}

	.sections_button_container .button_container .cell .paper_btn a.smaller_font div{
		margin-bottom: 5px;
	}
}


/* MAP */
#coverage_map{
	position: relative;
	overflow: hidden;
	padding: 60px;
}

#coverage_map .section_bg .img_bg{
	background-image: url(../images/cobertura/bg3.webp);
}

#coverage_map .info{
	position: relative;
	display: flex;
	text-transform: uppercase;
	padding: 25vh 5vw;
	align-items: center;
	justify-content: center;
}
#coverage_map .info .left{
	width: 64%;
}
#coverage_map .info .right{
	width: 36%;
}
#coverage_map .title{
	margin-bottom: 10px;
}

#coverage_map .title h2{
	font-size: 12vw;
	line-height: 10vw;
	margin: 0;
}
#coverage_map .desc{
	width: 70%;
	font-size: 2vw;
	line-height: 2vw;
	margin-bottom: 3vh;
	opacity: 0;
}
#coverage_map .desc.in{
	opacity: 1;
}

#coverage_map .btn_container{
	opacity: 0;
}
#coverage_map .btn_container.in{
	opacity: 1;
}

.thumb_container{
	position: relative;
	width: 80%;
	max-width: 850px;
	margin: 0 auto;
	opacity: 0;
	transform: scale(0.7)
}
.thumb_container.in{
	transform: scale(1);
	opacity: 1;
}
.thumb_container img{
	width: 100%;
	height: auto;
}

@media(max-width:767px){
	#coverage_map .info {
		padding: 6vh 2vw;
		flex-direction: column;
	}
	#coverage_map .info .left,
	#coverage_map .info .right{
		width: 100%;
		margin-bottom: 20px;
	}

	#coverage_map .info .left{
		text-align: center;
	}
	#coverage_map .title h2 {
		font-size: 15vw;
	}
	#coverage_map .desc {
		width: 100%;
		font-size: 4vw;
		line-height: 4vw;
		margin-top: 2vh;
	}
}


#social_wall_container{
	position: relative;
	padding: 2.5vw;
}
#social_wall_container .corner_elements .paper_element{
	width: 7.5vw;
	height: 7.5vw;
}

#social_wall_container .corner_elements .paper_element.top_left,
#social_wall_container .corner_elements .paper_element.top_right {
	top: 2.5vw;
}
#social_wall_container .corner_elements .paper_element.bottom_left,
#social_wall_container .corner_elements .paper_element.bpttom_right {
	bottom: 2.5vw;
}

#social_wall_container .title{
	text-transform: uppercase;
	font-size: 8.8vw;
	line-height: 7vw;
	text-align: center;
	margin-bottom: 3vw;
}
#social_wall_container .image_container{
	width: 100%;
}
#social_wall_container .image_container img{
	width: 100%;
	height: auto;
}
#social_wall_container .images_container{
	display: flex;
	width: 100%;
}
#social_wall_container .images_container .column{
	width: 25%;
	padding: 1vw;
}
#social_wall_container .images_container .column .content{
	position: relative;
	width: 100%;
	aspect-ratio: 1/1.5;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
#social_wall_container .images_container .column .content img{
	width: 100%;
	height: auto;
	opacity: 0;
}
#social_wall_container .images_container .column .content img.in{
	opacity: 1;
}
.hashtag_container{
	display: flex;
	justify-content: center;
	align-items: center;
	padding:3vw 5vw;
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
}
.hashtag_container.in{
	opacity: 1;
}
.hashtag_container .column{
	width: 42.5%;
}
.hashtag_container .column:nth-child(2){
	width: 15%;
}
.hashtag_instruction{
	font-size: 2vw;
}
.hashtag{
	font-size: 3vw;
}
@media(max-width:767px){
	.hashtag_container .column:nth-child(2){
		width: 50%;
	}
	.hashtag {
		font-size: 2.4vw;
	}
	.hashtag_instruction {
		font-size: 1.5vw;
	}
	.hashtag_container {
		padding: 3vw 0vw;
	}

	#social_wall_container .corner_elements .paper_element.top_left, #social_wall_container .corner_elements .paper_element.top_right {
		top: 3vw;
	}
	#social_wall_container .corner_elements .paper_element {
		width: 5.5vw;
		height: 5.5vw;
	}
}


/* COVERAGE */
#coverage_container{
	position: relative;
	padding: 5vh 0;
	overflow: hidden;
}
#coverage_container .bg{
	position: absolute;
	left: 0;
	top: 3vh;
	width: 100%;
	font-size: 12vw;
	line-height: 9vw;
	text-transform: uppercase;
	text-align: center;
	z-index: 0;
}

#coverage_container .content .image{
	position: relative;
	width: 100%;
	z-index: 1;
}
#coverage_container .content .image img{
	width: 100%;
	height: auto;
}

#coverage_container .button_container{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	padding: 5vh 0 0;
}

@media(max-width:767px){
	#coverage_container {
		position: relative;
		padding: 3vh 0;
	}
	#coverage_container .bg{
		line-height: 10vw;
	}
}



/* ANIMATIONS */


.phrase{
	display: inline-block;
}
.phrase .word{
	display: inline-block;
}

.phrase .word .letter_mask{
	display: inline-block;
	overflow: hidden;
}

.phrase .word .letter_mask .letter{
	transform: translateY(4vw);
	display: inline-block;
	transition: all 800ms 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 */
}

.phrase .word .letter_mask .in.letter{
	transform: translateY(0vw);
}

#nascar_title .phrase .word .letter_mask .letter{
	transform: translateY(8vw);
}
#nascar_title .phrase .word .letter_mask .letter.in{
	transform: translateY(0);
}

.welcome_text .phrase .word .letter_mask .letter{
	transform: translateY(8vw);
}
.welcome_text .phrase .word .letter_mask .letter.in{
	transform: translateY(0);
}

#coverage_map .phrase .word .letter_mask .letter{
	transform: translateY(10vw);
}
#coverage_map .phrase .word .letter_mask .letter.in{
	transform: translateY(0);
}

#social_wall_container .phrase .word .letter_mask .letter{
	transform: translateY(10vw);
}
#social_wall_container .phrase .word .letter_mask .letter.in{
	transform: translateY(0);
}


.animation_item{
	transition: transform 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 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 */
}
.sponsors{
	transition-delay: 250ms;
}
.hero_pilots img{
	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 */
	transition-delay: 700ms;
}

@media(max-width:767px){
	#nascar_title .phrase .word .letter_mask .letter{
		transform: translateY(13vw);
	}
	#nascar_title .phrase .word .letter_mask .letter.in{
		transform: translateY(0);
	}
	#coverage_map .phrase .word .letter_mask .letter{
		transform: translateY(14vw);
	}
	#coverage_map .phrase .word .letter_mask .letter.in{
		transform: translateY(0);
	}
	#social_wall_container .phrase .word .letter_mask .letter{
		transform: translateY(10vw);
	}
	#social_wall_container .phrase .word .letter_mask .letter.in{
		transform: translateY(0);
	}
}