@charset "UTF-8";
/* CSS Document */
.section {
  position: relative;
}

:root {
  --golden: #9b7b48;
  --red: #e10600;
  --dark-blue: #152446;
}

img {
  width: 100%;
  height: auto;
}
.border_button.white_border,
.border_button.white_border:hover {
  border: 1px solid #fff;
}
#footerPatrocinadores img {
  width: auto;
}

.blue_bg {
  background-color: #003494;
}
.red_bg {
  background-color: #f12d19;
}

.border_button a,
.border_button a:visited,
.border_button span {
  padding: 10px 35px 10px;
  font-size: 1.6rem;
}

.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(6vw);
  display: inline-block;
  transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1); /* easeOutQuart */
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); /* easeOutQuart */
}

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

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

@media (max-width: 1000px) {
  .border_button a,
  .border_button a:visited,
  .border_button span {
    font-size: 1rem;
  }
}

#menu_logo.black .mexicogp_black_logo {
  display: block;
}
#menu_logo.black .mexicogp_white_logo {
  display: none;
}

.logo_helper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.red_arrow {
  width: 5vw;
  height: 5vw;
  padding: 1.3vw;
  background-color: var(--red);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.red_arrow img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.red_arrow.inverted{
  background-color: #fff;
}
.red_arrow.inverted img{
  filter: invert(1)
}

.is_mobile .red_arrow {
  width: 6vw;
  height: 6vw;
}

/* COVERAGE MENU */
#coverage_menu {
  position: relative;
  top: 0;
  width: 100vw;
  height: 100vh; /* or the height you want */
  overflow: hidden;
  z-index: 10;
}
#coverage_menu_container {
  position: relative;
  padding: 120px 5vw 50px;
  height: 100vh;
}

.coverage-options {
  display: flex;
  flex-direction: row;
  width: calc(45vw * 6.5); /* N = number of options */
  height: 100%;
}

.coverage-options .option {
  width: 45vw;
  flex-shrink: 0;
  position: relative;
  height: 100%;
  background-color: #ccc;
  margin-right: 2vw;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2vw;
}
.coverage-options .option .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.coverage-options .option .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coverage-options .option .description {
  font-size: 4.8vw;
  line-height: 5vw;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 0 5px 20px rgb(21 19 60 / 50%);
}

.name_button_container {
  position: relative;
  display: flex;
  z-index: 1;
  align-items: flex-end;
}
.name_button_container .title {
  font-size: 3vw;
  line-height: 3.1vw;
  background-color: #fff;
  color: #000;
  border-radius: 100px;
  padding: 1vw 2.5vw;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.is_mobile .name_button_container .title {
  font-size: 3vw;
  line-height: 4vw;
}

.coverage-options .option a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.is_mobile #coverage_menu {
  height: auto;
}

.is_mobile #coverage_menu_container {
  padding: 5vw 3vw;
  height: auto;
}
.is_mobile .coverage-options {
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  justify-content: space-between;
  gap: 4vw;
}

.is_mobile .coverage-options .option {
  padding: 10px 8px;
  height: 45vw;
  width: 45vw;
  border-radius: 20px;
  margin-right: 0;
}

.is_mobile .coverage-options .option .description {
  font-size: 4.6vw;
  line-height: 4.6vw;
}

/* SAFETIX */
.safetix_container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.safetix_container .safetix_text,
.safetix_container .safetix_image {
  width: 48.5%;
  border-radius: 50px;
}

.safetix_container .safetix_text {
  padding: 4vw 2vw;
  background-color: var(--red);
  font-size: 4.5vw;
  line-height: 4.6vw;
  color: #fff;
}

.safetix_container .safetix_image {
  display: flex;
  flex-direction: column;
  background-image: url("../images/cobertura2025/safetix_bg.webp");
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 2vw;
  justify-content: space-between;
}
.safetix_container .safetix_image .title {
  font-size: 4vw;
  line-height: 3.8vw;
  width: 70%;
  color: #fff;
  position: relative;
  z-index: 2;
}
.safetix_container .safetix_image .phone {
  position: absolute;
  width: 50%;
  right: 7%;
  bottom: 0;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  z-index: 0;
}
.safetix_container .safetix_image .red_arrow {
  position: relative;
  z-index: 2;
  align-self: flex-end;
}
.safetix_text a,
.safetix_image a{
  position: absolute;
  left: 0;
  top:0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.is_mobile .safetix_container {
  padding: 0 3vw;
  flex-wrap: wrap;
  gap: 3vw;
}

.is_mobile .safetix_container .safetix_text,
.is_mobile .safetix_container .safetix_image {
  width: 100%;
  border-radius: 20px;
  padding: 30px 16px;
}

.is_mobile .safetix_container .safetix_text {
  font-size: 7.5vw;
  line-height: 6.6vw;
}

.is_mobile .safetix_container .safetix_image .title {
  font-size: 8vw;
  line-height: 6.8vw;
}

#mexicogp10{
  position: relative;
  width: 100%;
  padding: 0 20px;
  height: 80vh;
  margin: 5vw auto;
}

#mexicogp10_video_bg{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}

@media(max-width:767px){
  #mexicogp10{
    padding: 0 3vw;
    height: 40vh;
  }
  #mexicogp10_video_bg{
    border-radius: 20px;
  }
}


/* COVERAGE CARROUSEL */

#coverage_title_container {
  position: relative;
  width: 100%;
  padding: 90px 20px 20px;
}
#coverage_title_container .coverage_title {
  border-radius: 50px;
  padding: 20px;
  text-transform: uppercase;
  background-color: var(--golden);
  display: flex;
  justify-content: space-between;
}
#coverage_title_container .coverage_title .title {
  font-size: min(11vw, 190px);
  line-height: 9vw;
}
#coverage_title_container .red_arrow {
  align-self: flex-end;
}

#coverage_carrousel {
  position: relative;
  top: 0;
  width: 100vw;
  height: 100vh; /* or the height you want */
  overflow: hidden;
  z-index: 10;
}
#coverage_carrousel_container {
  position: relative;
  padding: 0px 5vw 50px;
  height: 70vh;
}

.coverage-carrousel-options {
  display: flex;
  flex-direction: row;
  width: calc(30vw * 10); /* N = number of options */
  height: 100%;
}

.coverage-carrousel-options .option {
  width: 30vw;
  flex-shrink: 0;
  position: relative;
  height: 100%;
  background-color: #ccc;
  margin-right: 2vw;
  border-radius: 30px;
  overflow: hidden;
}
.coverage-carrousel-options .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.coverage-carrousel-options .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coverage-carrousel-options .info{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  padding: 2vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}

.coverage-carrousel-options .info .description{
  font-size: 3.5vw;
  line-height: 3.6vw;
  text-transform: uppercase;
}

.coverage-carrousel-options .info .name_button_container{
  justify-content: right;
}

.coverage-carrousel-options .info .option_link{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  z-index: 3;
}


.is_mobile #coverage_title_container {
  padding: 3vw;
}

.is_mobile #coverage_title_container .coverage_title {
  border-radius: 20px;
  padding: 5vw 2vw;
}

.is_mobile #coverage_title_container .coverage_title .title {
  font-size: 11.5vw;
  line-height: 7vw;
}

.is_mobile #coverage_carrousel {
  position: relative;
  height: auto;
}

.is_mobile #coverage_carrousel_container {
  padding: 0 3vw;
  height: auto;
}
.is_mobile .coverage-carrousel-options {
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  gap: 2vw;
}

.is_mobile .coverage-carrousel-options .option {
  width: 30vw;
  height: 45vw;
  flex-shrink: inherit;
  margin: 0;
  border-radius: 20px;
}

/* APP */
.app_container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.app_container .app_text,
.app_container .app_image {
  width: 48.5%;
  border-radius: 50px;
  position: relative;
}

.app_container .app_text {
  
  padding: 4vw 2vw;
  background-color: var(--dark-blue);
  font-size: 4.5vw;
  line-height: 4.6vw;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2vw;
}

.app_container .app_text .mobile_image{
  display: none;
}

.app_container .app_image {
  display: flex;
  background-image: url("../images/cobertura2025/app_bg.webp");
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 1vw;
  justify-content: center;
}

.app_container .app_image img {
  width: 40%;
  height: 100%;
  object-fit: contain;
}
.app_container a{
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}


.is_mobile .app_container {
  flex-wrap: wrap;
  padding: 0 3vw;
  gap: 0;
  justify-content: space-between;
  margin-top: 3vw;
}

.is_mobile .app_container .app_text{
  width: 100%;
  border-radius: 20px;
  padding: 4vw 3vw;
  background-image: url("../images/cobertura2025/app_bg.webp");
  background-size: cover;
}
.is_mobile .app_container .app_text .text{
  width: 70%
}


.is_mobile .app_container .app_text .mobile_image{
  display: block;
  position: absolute;
  right: 10px;
  top:0;
  height: 100%;
  width: 30%;
}
.is_mobile .app_container .app_text .mobile_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.is_mobile .app_container .app_image {
  width: 49%;
  border-radius: 20px;
  padding: 0;
  display: none
}
.is_mobile .app_container .app_image img{
  width: 50%;
  left: -5px;
  position: relative;
}

.is_mobile .app_container .app_text .name_button_container {
  margin-top: 7vh;
}

.is_mobile .app_container .app_text {
  padding: 4vw;
  background-color: var(--dark-blue);
  font-size: 6.5vw;
  line-height: 6.6vw;
}




/* COUNTDOWN */

#countdown_container{
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.countdown_table_container{
  position: relative;
  display: inline-block;
}

/* FOOTER SPONSOR */
.home_sponsors_2025 {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 2vw;
  background-color: #000;
  padding: 20px 5vw;
  flex-wrap: wrap;
  margin-top: 5vh;
}
.home_sponsors_2025 div{
  display: flex;
  align-items: center;
}
.home_sponsors_2025 div img {
  height: 18px;
  width: auto;
}

#sponsor_cdmx {
  height: 30px;
}
#sponsor_heineken {
  height: 35px;
  transform: translateY(-6px);
}
#sponsor_banamex {
  height: 23px;
}

#sponsor_banorte {
  height: 15px;
}
#sponsor_gnp {
  height: 25px;
}
#sponsor_hsbc {
  height: 22px;
}
#sponsor_tane {
  height: 22px;
}
#sponsor_heraldo {
  height: 28px;
}
#sponsor_telcel {
  height: 14px;
}
#sponsor_value {
  height: 21px;
}

@media (max-width: 1200px) {
  .home_sponsors_2025 div img {
    height: 14px;
  }

  #sponsor_cdmx {
    height: 25px;
  }
  #sponsor_heineken {
    height: 23px;
  }
  #sponsor_banorte {
    height: 10px;
  }
  #sponsor_gnp {
    height: 20px;
  }
  #sponsor_hsbc {
    height: 17px;
  }
  #sponsor_tane {
    height: 17px;
  }
  #sponsor_heraldo {
    height: 24px;
  }
  #sponsor_telcel {
    height: 12px;
  }
}

@media (max-width: 767px) {
  .home_sponsors_2025 {
    gap: 17px;
    padding: 40px 5vh;
  }
  .home_sponsors_2025 div img {
    height: 12px;
  }
  #sponsor_cdmx {
    height: 18px;
  }
  #sponsor_heineken {
    height: 24px;
  }
  #sponsor_banamex {
      height: 16px;
  }
  #sponsor_banorte {
    height: 13px;
  }
  #sponsor_gnp {
    height: 18px;
  }
  #sponsor_hsbc {
    height: 15px;
  }
  #sponsor_tane {
    height: 16px;
  }
  #sponsor_heraldo {
    height: 22px;
  }
  #sponsor_telcel {
    height: 10px;
  }
  #sponsor_value {
      height: 16px;
  }
  #homeCobertura #footer-container{
    display: none;
  }
}

.is_mobile #homeCobertura #footer-container{
  display: none;
}

.page_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/cobertura2025/page_bg.webp);
}

/* hero slider */
/* HOME MAIN SLIDER */

#home_slider {
  position: relative;
  width: 100%;
  height: 100vh;
}

#loader {
  background-color: #000;
}

/* GALLERY */
#gallery_container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 15px;
}

.gallery_animation {
  -webkit-transition: all 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95); /* easeInOutSine */

  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); /* easeInOutSine */
}

.slider_images_container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  z-index: 1;
  transform-origin: center bottom;
  overflow: hidden;
  border-radius: 50px;
}

#gallery_images_container {
  opacity: 0;
  min-height: 768px;
}
#gallery_images_container.in {
  opacity: 1;
}

.slider_images_container .image {
  position: absolute;
  top: 0;
  width: 0%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  -webkit-transition: all 1500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1500ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */

  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
}
.slider_images_container .image.left {
  left: 0;
}
.slider_images_container .image.right {
  right: 0;
}

.slider_images_container .image.in {
  width: 100%;
}
.slider_images_container .image.faded {
  opacity: 0;
}

#slider_buttons {
  position: absolute;
  z-index: 1000;
  right: 30px;
  bottom: 30px;
}

/*
#gallery_container .arrows{
	display: inline-block;
}
*/
#gallery_container .arrow {
  position: absolute;
  display: block;
  top: 45%;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 0 5px rgba(9, 255, 244, 0);
  z-index: 100;
  -webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */

  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
}

#gallery_container .arrow .icon {
  font-size: 55px;
  transform: rotate(180deg) scaleY(0.9) scaleX(1.1);
  margin-bottom: 4px;
}
#gallery_container .arrow .name {
  font-size: 11px;
}

/*
#slider_buttons .arrows .arrow:hover{
	color: #a9d8f7;
	text-shadow: 0 0 8px rgba(9, 255, 244,1);
}
*/

#gallery_container #left_arrow {
  left: -100px;
  transform: rotate(-90deg);
}
#gallery_container #right_arrow {
  right: -100px;
  transform: rotate(90deg);
}
#gallery_container #left_arrow.in {
  left: 20px;
}
#gallery_container #right_arrow.in {
  right: 20px;
}

#gallery_container .arrow:hover .icon {
  transform: rotate(180deg) scaleY(0.9) scaleX(1.1) translateY(3px);
  color: #f12d1a;
}

#gallery_container .arrow:hover .name {
  transform: scaleX(0.95);
  color: #f12d1a;
}

#slider_buttons #dots {
  display: inline-block;
  vertical-align: middle;
}
#slider_buttons #dots .dot {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: white;
  margin: 0 3px;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  cursor: pointer;
}
#slider_buttons #dots .dot:hover,
#slider_buttons #dots .dot.active {
  background-color: #f12d1a;
  /* 	box-shadow: 0 0 8px rgba(247, 70, 54,1); */
  transform: scaleY(1.1);
  transform-origin: center;
}

#slider_buttons #dots .dot,
#gallery_container .arrow .icon,
#gallery_container .arrow .name {
  -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */

  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
}

@media (max-width: 767px) {
  #gallery_container .arrow .icon {
    font-size: 36px;
    margin-bottom: 0px;
  }
  #gallery_container .arrow .name {
    font-size: 9px;
    line-height: 9px;
  }
  #gallery_container #right_arrow.in {
    right: 0px;
  }
  #gallery_container #left_arrow.in {
    left: 10px;
  }
  #init_menu_mxgp{
    padding: 35px 10px 8px;
  }
}

@media (max-width: 600px) {
  #gallery_container{
    padding: 15px 10px;
  }
  #gallery_container .arrow .name {
    display: none;
  }
  #gallery_container .arrow .icon {
    font-size: 35px;
  }
  #gallery_container .arrow {
    top: 55%;
  }

  #slider_buttons {
    right: 30px;
    left: auto;
    bottom: 20px;
  }
  #gallery_container .arrow {
    display: none;
  }
  #home_slider {
    height: 100vh;
    height:65vh;
    top:16px;
  }
  #gallery_images_container {
    min-height: auto;
  }
  .slider_images_container{
    border-radius: 20px;
  }
}

#home_countdown {
  position: absolute;
  left: 0px;
  padding: 20px;
  bottom: 100px;
}
#home_countdown:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 0px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom-right-radius: 30px;
}
.in_width#home_countdown:after {
  width: 100%;
}
.in_height#home_countdown:after {
  height: 50px;
}

#home_countdown:after {
  -webkit-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */

  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
}

.home_countdown_col {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}

#race_month {
  font-size: 14px;
  line-height: 24px;
}
#race_days {
  font-size: 38px;
  line-height: 38px;
  letter-spacing: 1px;
}

.race_countdown_big_numbers {
  font-size: 28px;
  line-height: 28px;
}
.race_countdown_big_numbers {
  font-size: 7vw;
  line-height: 7vw;
  font-variant-numeric: tabular-nums;
  letter-spacing: -9px;
}

#race_countdown tr td {
  padding-right: 15px;
}
#race_countdown {
  font-size: 1vw;
  margin-bottom: 10vh;
}
#home_countdown .countdown_text {
  opacity: 0;
  transform: scale(1.4);
  transform-origin: center center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
#home_countdown .countdown_text.in {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 600px) {
  #home_countdown {
    margin-top: 0px;
    position: absolute;
    bottom: 40px;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  }

  .home_countdown_col {
    padding: 0 5px;
  }
}

/* Main slides */

.big_slider_text {
  font-size: 80px;
  line-height: 75px;
  opacity: 0;
  transform: translateX(-150px);
  text-shadow: -4px 3px 15px rgba(0, 0, 0, 0.7);
}
.small_slider_text,
.big_slider_text.small_slider_text {
  font-size: 40px;
  line-height: 45px;
  opacity: 0;
  transform: translateX(-150px);
  text-shadow: -4px 3px 15px rgba(0, 0, 0, 0.7);
}

.slide_info_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  width: 100vw;
  height: 100%;
}
.slide_info_container .fullsize_link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.slide_info {
  position: relative;
  display: block;
  /* 	margin-left: 10vw; */
  padding: 0 10vw;
  text-align: left;
}
.slide_info .red_button {
  margin-top: 30px;
  font-size: 16px;
}

.slide_info.in {
  opacity: 1;
  transform: translateX(0);
}

.slide_info .red_button a {
  padding: 6px 20px 8px;
}
.slide_info .animation_item {
  transform: scale(1.1);
  opacity: 0;
  transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}
.slide_info .animation_item.in {
  opacity: 1;
  transform: scale(1);
}

.no_text_shadow {
  text-shadow: none !important;
}

@media (max-width: 1500px) {
  .big_slider_text {
    font-size: 6vw;
    line-height: 5.7vw;
  }
  .small_slider_text {
    font-size: 3vw;
    line-height: 3vw;
  }
  .slide_info .red_button {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .slide_info_container {
    align-items: flex-end;
  }
  .slide_info {
    margin-bottom: 10vw;
  }
  .big_slider_text {
    font-size: 7vw;
    line-height: 6.5vw;
  }
}

/* VIDEO IN SLIDER */

.slider_images_container video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider_images_container video.hidden {
  display: none;
}


/* Hall of fame */

.hall_of_fame {
  background-image: url("../images/home/slider/muro_de_honor.jpg");
  background-position: center center !important;
}

.hall_of_fame video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hall_of_fame video.hidden {
  display: none;
}

.hall_of_fame .slide_info {
  position: relative;
  display: block;
  margin-left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 120px;
}
.hall_of_fame .slide_info .logo {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}
.hall_of_fame .slide_info .red_button {
  background-color: #f2555a;
  box-shadow: 0 0 80px #f2555a;
}
.hall_of_fame .slide_info .red_button a {
  padding: 6px 50px 8px;
  letter-spacing: 2px;
  font-size: 14px;
}
#hall_of_fame_btn .cta {
  margin-top: 40px;
  letter-spacing: 0.5vw;
  font-size: 20px;
}
@media (max-width: 767px) {
  #hall_of_fame_container {
    align-items: center;
  }
  .hall_of_fame .slide_info .red_button a {
    font-size: 10px;
  }
  #hall_of_fame_btn .cta {
    font-size: 1rem;
  }

  .hall_of_fame .slide_info .logo {
    width: 100%;
  }
}

/* countdown slide */

.countdown {
  position: relative;
  width: calc(100vw - 40px);
  height: 96vh;
  min-height: 700px;
  background-color: #fff;
  background-image: url("../images/home/slider/countdown_loop_poster.jpg");
  background-position: center center !important;
  /* margin: 5vw auto;
  border-radius: 50px;
  overflow: hidden; */
}

#countdown_container {
  justify-content: center;
  z-index: 2;
}

.countdown video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-right: 50px;
}
.countdown video.hidden {
  display: none;
}

.countdown .slide_info {
  position: relative;
  display: block;
  margin-left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 120px;
}
.countdown .slide_info .logo {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}
.countdown .slide_info .red_button {
  background-color: #f2555a;
  box-shadow: 0 0 80px #f2555a;
}
.countdown .slide_info .red_button a {
  padding: 6px 50px 8px;
  letter-spacing: 2px;
  font-size: 14px;
}
.countdown .black_screen {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  overflow: hidden;
  border-right: 50px;
  background-color: rgba(0, 0, 0, 1);
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
}
.countdown .black_screen.in {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.countdown_text {
  overflow: hidden;
  position: relative;
  padding: 0 5px;
}

.countdown_text span {
  display: block;
  padding-right: 2px;
  transform: translateY(1.5vw);
  transition: all 1500ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
}
.race_countdown_big_numbers .countdown_text span {
  transform: translateY(7vw);
}
#race_date {
  font-size: 2vw;
  line-height: 2vw;
  margin-top: 35px;
}
#race_date span {
  transform: translateY(2.2vw);
}
.missing_days_title {
  font-size: 1.5vw;
  line-height: 2vw;
}
.missing_days_title span {
  transform: translateY(1.8vw);
}

.missing_days_title.in span,
.countdown_text.in span,
#race_date.in span {
  transform: translateY(0vw);
}

.countdown_logo {
  position: relative;
  margin:0 auto 30px;
  width: 30%;
  opacity: 0;
  transition: all 1500ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
}
.countdown_logo.in {
  opacity: 1;
}
 #race_countdown table{ 
  margin: 0 auto;
}

.table_titles td {
  padding-left: 13px;
}

/* .is_mobile .countdown{
  width: 94%;
  height: 60vh;
  min-height: initial
}
.is_mobile #countdown_container{
  min-height: initial;
} */


@media (max-width: 992px) {
  .countdown,
  .countdown .black_screen{
    border-radius: 20px;
  }
  #countdown_container {
    padding: 0 10vw;
  }
  .countdown_logo {
    margin: 0 auto 20px;
    width: 60%;
  }
  .missing_days_title {
    font-size: 2.5vw;
    line-height: 3vw;
  }
  #race_countdown {
    font-size: 1.5vw;
  }
  #race_date {
    text-align: center;
    font-size: 3vw;
    line-height: 3vw;
    margin-bottom: 5px;
  }
  #race_name {
    text-align: center;
  }
  .race_countdown_big_numbers {
    letter-spacing: -7px;
  }
  .countdown_text span {
    padding-right: 5px;
  }
  #race_date span {
    transform: translateY(3.2vw);
  }
  .missing_days_title span {
    transform: translateY(2.8vw);
  }
  .countdown_text span {
    transform: translateY(2.8vw);
  }
}

@media (max-width: 767px) {
  #countdown_container {
    align-items: center;
    padding: 0 4vw;
  }
  .countdown .slide_info .red_button a {
    font-size: 10px;
  }
  .race_countdown_big_numbers {
    letter-spacing: -2px;
  }
  .table_titles td {
    padding-left: 3px;
  }
  #race_countdown tr td {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  #race_countdown {
    font-size: 2.5vw;
    margin: 0;
  }
  #race_date {
    font-size: 5vw;
    line-height: 5vw;
    margin-bottom: 5px;
  }
  #race_name {
    text-align: center;
  }
  .race_countdown_big_numbers {
    letter-spacing: -3px;
  }
  .countdown{
    min-height: initial;
  }
  .countdown_text {
    padding: 0 2px;
  }
  .countdown_text span {
    padding-right: 5px;
  }
  .race_countdown_big_numbers {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: -1px;
  }
  #race_date span {
    transform: translateY(5.2vw);
  }
  .missing_days_title {
    font-size: 3.5vw;
    line-height: 4vw;
  }
  .missing_days_title span {
    transform: translateY(4.8vw);
  }
  .countdown_text span {
    transform: translateY(5.8vw);
  }
  #race_countdown tr td {
    padding-right: 2px;
  }
  #race_name span {
    transform: translateY(7.8vw);
  }
  #race_name.in span {
    transform: translateY(0vw);
  }
}



/* latest news slide */
.latest_news {
  background-position: center center !important;
}

.latest_news .black_screen {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0.95+0,0.15+50,0.81+100 */
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.35) 50%,
    rgba(0, 0, 0, 0.3) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.latest_news .slide_info {
  /* 	margin: 0 */
  width: 75%;
}
@media (max-width: 768px) {
  .latest_news .slide_info {
    width: 100%;
  }
}


/* Campeonato */

.championship {
  background-image: url("../images/home/slider/championship_bg.jpg");
  background-position: center center !important;
}

@media (max-width: 600px) {
  .championship {
    background-image: url("../images/home/slider/championship_mobile_bg.jpg");
  }
}

.poster2025 {
  background-image: url("../images/home/slider/2025/poster_2025_bg.webp");
}

/*
.poster2025 .slide_info_container{
	align-items: flex-end;
}
*/

.poster2025 .frame {
  position: absolute;
  z-index: 1;
  width: 90%;
  height: 85%;
  top: 10%;
  left: 5%;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/home/slider/2025/poster_2025_pleca_desktop.webp");
}
#poster_btn {
  margin-top: 13vh;
  z-index: 2;
}
.poster2025 .red_button {
  margin-top: 15px;
}

@media (max-width: 1500px) {
  .poster2025 .slide_info .red_button {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .poster2025 .frame {
    background-image: url("../images/home/slider/2025/poster_2025_pleca_tablet.webp");
    width: 115%;
    height: 93%;
    left: -9vw;
  }
}

@media (max-width: 767px) {
  .poster2025 .frame {
    background-image: url("../images/home/slider/2025/poster_2025_pleca_mobile.webp");
    top: 6%;
    width: 120%;
    height: 100%;
    left: -9vw;
  }

  .poster2025 .slide_info_container {
    align-items: center;
  }
  .poster2025 .small_slider_text {
    font-size: 6vw;
    line-height: 6.1vw;
  }
  .poster2025 .slide_info {
    width: 80%;
  }
}


/* app */

#app {
    padding: 15vh 5vw;
    color: #fff;
    min-height: 100vh;
    background-image: url("../images/cobertura2025/blue_10_bg.webp");
    background-size: cover;
}

.app_content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
}
#app .app_content .image {
    width: 30%;
}

#app .info {
    width: 70%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#app .info .title {
    font-size: 10vw;
    line-height: 10vw;
    margin-bottom: 20px;
}

#app .info .button_container {
    position: relative;
    width: 90%;
    max-width: 500px;
    display: flex;
    margin-top: 30px;
    margin-bottom: 40px;
}
#app .info .button_container .app_btn {
    width: 50%;
    padding: 0 5px;
}
#app .info .button_container .app_btn img {
    max-height: 65px;
    object-fit: contain;
}

#app .info  .name_button_container .title{
  font-size: max(2vw, 1.2rem);
  line-height: max(2vw, 1.2rem);
  margin: 0;
}

@media(max-width:992px){
  .app_content{
    flex-direction: column-reverse;
    text-align: center;
  }
  #app .info{
    align-items: center;
  }
  #app .app_content .image {
      width: 40%;
  }
}