@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;800;900&family=Montserrat:wght@100;300;400;500;600&family=Rubik:wght@300;400;500;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

main {
  background: #16243d 100%;
}

header {
  position: absolute;
  z-index: 10;
  width: 100vw;
}

.container-f1-fg {
  display: none;
}

nav {
  padding: 0 !important;
  margin: 0 !important;
}
.toast-header {
  border-top: 4px solid #0a2341;
  font-size: 1rem;
}

.name-bussines {
  padding: 1rem;
}
.name-bussines strong {
  position: relative;
}
.name-bussines strong::after {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #0a2341;
  position: absolute;
  left: -5px;
  top: 0;
}

.about-title {
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  margin-bottom: 5rem;
}
.about-title .about-title-paragraph {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  position: relative;
  margin: 0;
}
.about-title .paragraph-left {
    right: 9rem;
    color: #00ecff;
    font-weight: bold;
    text-shadow: 0 0 5px #00ecff00, 0 0 10px #00ecff87, 0 0 20px #00ecff, 0 0 40px #00a3ff, 0 0 80px #00a3ff;
}
.about-title .paragraph-right {
  left: 12rem;
}

.about-description-event {
  color: #fff;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  text-align: left;
}
.about-description-event h3 {
  font-family: "Inter";
  font-weight: 600;
  width: 100%;
}
.about-description-event h3 span {
   color: #00ecff;
    font-weight: bold;
    text-shadow:
        0 0 5px #00ecff,
        0 0 10px #00ecff,
        0 0 20px #00ecff,
        0 0 40px #00a3ff,
        0 0 80px #00a3ff;
}
.about-description-event p {
  font-weight: 200;
}

.container-about-description {
  justify-content: end;
  display: flex;
  position: relative;
  background-image: url("https://tvazteca.brightspotcdn.com/dims4/default/120ea93/2147483647/strip/true/crop/1920x1080+0+0/resize/928x522!/format/webp/quality/90/?url=http%3A%2F%2Ftv-azteca-brightspot.s3.amazonaws.com%2F95%2F4f%2F74c421094fc4bdc272803dcde303%2Flas-vegas-f1.jpg");
  -webkit-mask-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.91) 5%, rgba(0, 0, 0, 0.671) 95%, transparent);
          mask-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.91) 5%, rgba(0, 0, 0, 0.671) 95%, transparent);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  margin: 8rem 0;
}
.container-about-description::after {
  position: absolute;
  z-index: 11;
  content: "";
  background: radial-gradient(circle, rgba(199, 242, 6, 0) 15%, rgb(22 36 61 / 79%) 45%, rgb(22 36 61) 93%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.container-about-description .about-description {
  color: #fff;
}
.container-about-description .about-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-about-description .about-image img {
  width: 100%;
  height: 100%;
}

.banner__experiencia {
  margin-top: 10rem;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  height: 800px;
}
.banner__experiencia img {
  width: 100%;
  height: 100%;
}

.about-title-paragraph,
.about-image,
.about-description-event {
  position: relative;
  z-index: 12;
}

.toast-body {
  background-color: #fff;
  padding: 0 !important;
  cursor: pointer;
}

.container__navbar {
  padding: 1rem 0 !important;
}

.container-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
}

.card-event h2 {
  font-family: "Inter", sans-serif;
}

.container-button a {
  text-decoration: none;
}
.container-button a button {
  border-radius: 5px;
  font-family: "Inter", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 1rem 3rem;
  border: 0;
  background-color: #0a2341;
}
.container-button a button span svg {
  width: 1.5rem;
  height: 1.5rem;
}

.logo img {
  width: 13rem;
}

.navbar-collapse {
  flex-grow: 0 !important;
}

.navbar-nav .nav-item {
  padding: 0 1rem;
}
.navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  border-radius: 30px;
  transition: background-color 500ms ease-in-out;
}
.navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.5333333333);
}

.menu {
  display: flex;
  justify-content: center;
  display: flex;
  justify-content: center;
  border: solid 1px rgba(169, 169, 169, 0.2274509804);
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.4823529412);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.758);
}
.menu ul {
  letter-spacing: 1px;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
}
.menu ul li {
  color: white !important;
}

.banner-content {
  width: 100vw;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
  z-index: 10;
  padding: 0 0 5rem 0;
  color: #fff;
  z-index: 11;
}
.banner-content .logo-evento img {
  width: 10rem;
}
.banner-content .date {
  font-family: Helvetica, sans-serif;
  font-weight: 600;
  font-size: 50px;
}
.banner-content .banner-info__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1rem;
}
.banner-content .banner-info {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.banner-content .banner-info span {
  font-size: 17px;
}
.banner-content .banner-info svg {
  width: 1.3rem;
  height: 1.3rem;
}
.banner-content .button-banner__container {
  display: flex;
  gap: 1rem;
}

.accordion-button {
  font-family: "Inter", sans-serif;
}
.btn-submit {
    background-color: #ffffff;
    color: #ff0000;
    border: 1px solid #ff0000 !important;
    font-weight: bold !important;
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1rem 3rem;
    border-radius: 35px;
    text-transform: uppercase;
    font-size: 15px;
    gap: 1rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.button-banner__container a {
  text-decoration: none;
}
.button-banner__container .btn-fe {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  border: 0;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 15px;
  gap: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.button-banner__container .btn-fe:hover span {
  transition: all 300ms ease-out;
}
.button-banner__container .btn-fe:hover span:nth-child(2) {
  transform: translateX(20px);
}
.button-banner__container .btn-fe span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-banner__container .btn-fe-white {
  background-color: #fff;
  color: #0a2341;
}
.button-banner__container .btn-fe-blue {
  background-color: rgb(255, 255, 255);
  color: #ff0000;
  font-weight: bold;
}

.bg-banner {
  background-image: url("/assets/AS-Banner.png");
  -webkit-mask-image: linear-gradient(rgb(181, 255, 9) 75%, transparent);
          mask-image: linear-gradient(rgb(181, 255, 9) 75%, transparent);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 40%;
  height: 800px;
  position: relative;
  z-index: 9;
}
.bg-banner::after {
  content: "";
  position: absolute;
  background-image: url("/assets/back-light.png");
  background-size: 100% 140%;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 10;
  top: 0;
  left: 0;
}

.bg-banner::before {
  z-index: 8;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.352);
}

.event-container {
  background: radial-gradient(circle, rgba(199, 242, 6, 0) 15%, rgb(22 36 61 / 79%) 45%, rgb(22 36 61) 93%);
  padding: 14rem 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.event-container .event-content {
  transform: translateX(200px);
}

.title-events {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.title-events::after {
  content: "";
  width: 5px;
  height: 100%;
  background: red;
  position: absolute;
  top: 0;
  left: -20px;
}

.paragraph-events {
  color: #ababab;
}

.card-content {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}

.card-event {
  height: 380px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: grid;
  place-content: center;
  background-image: linear-gradient(180deg, rgba(83, 113, 8, 0) 0%, rgba(22, 154, 13, 0) 0%);
}
.card-event .card-event__header {
  -webkit-mask-box-image-source: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiI+CiAgICA8cGF0aCBkPSJNIDAgMTIKICAgICAgICAgICAgICAgQSAxMiAxMiAwIDAgMCAxMiAwCiAgICAgICAgICAgICAgIEwgMjQgMAogICAgICAgICAgICAgICBBIDEyIDEyIDAgMCAwIDM2IDEyCiAgICAgICAgICAgICAgIEwgMzYgMjQKICAgICAgICAgICAgICAgQSAxMiAxMiAwIDAgMCAyNCAzNgogICAgICAgICAgICAgICBMIDEyIDM2CiAgICAgICAgICAgICAgIEEgMTIgMTIgMCAwIDAgMCAyNAogICAgICAgICAgICAgICBaIiBmaWxsPScjMDAwJy8+Cjwvc3ZnPgo=");
  -webkit-mask-box-image-slice: 14 fill;
  -webkit-mask-box-image-repeat: stretch;
  -webkit-mask-box-image-width: 0px 12px 12px 12px;
  overflow: hidden;
}
.card-event .card-event__header img {
  z-index: 18;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s ease-in-out;
}
.card-event .card-event__header img:hover {
  transform: scale(1.2);
}
.card-event .card-event__body {
  background-color: #fff;
  -webkit-mask-box-image-source: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiI+CiAgICA8cGF0aCBkPSJNIDAgMTIKICAgICAgICAgICAgICAgQSAxMiAxMiAwIDAgMCAxMiAwCiAgICAgICAgICAgICAgIEwgMjQgMAogICAgICAgICAgICAgICBBIDEyIDEyIDAgMCAwIDM2IDEyCiAgICAgICAgICAgICAgIEwgMzYgMjQKICAgICAgICAgICAgICAgQSAxMiAxMiAwIDAgMCAyNCAzNgogICAgICAgICAgICAgICBMIDEyIDM2CiAgICAgICAgICAgICAgIEEgMTIgMTIgMCAwIDAgMCAyNAogICAgICAgICAgICAgICBaIiBmaWxsPScjMDAwJy8+Cjwvc3ZnPgo=");
  -webkit-mask-box-image-slice: 14 fill;
  -webkit-mask-box-image-repeat: stretch;
  -webkit-mask-box-image-width: 12px 12px 0 12px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.card-event .card-event__body p {
  margin: 0;
}
.card-event .card-event__body .card-event__body__title {
  font-size: 1rem;
  font-weight: 600;
  color: rgb(255, 0, 0);
  text-shadow: 1px 1px 1px rgba(3, 48, 8, 0.168);
}
.card-event .card-event__body .card-event__body__date {
  font-size: 14px;
  font-weight: 400;
}
.card-event .card-event__body .card-event__body__location {
  font-size: 13px;
  font-weight: 300;
}
.card-event .card-event__body .card-event__body__business {
  font-size: 10px;
  font-weight: 500;
  padding-top: 1rem;
}

.card-event:has(.card-event__video) {
  display: initial;
}

.video__experiencia {
  width: 100%;
  height: 300px;
}

.card-event__video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-event__video:hover img {
  transition: transform 2s ease-in-out;
  transform: scale(1.2);
}
.card-event__video .event__video__play {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-event__video .event__video__play svg {
  width: 3rem;
  height: 3rem;
  z-index: 30;
}
.card-event__video .event__video__play::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(1, 1, 1, 0.078) 45%, rgb(1, 1, 1) 90%);
}

.title__piloto h2 {
  transform: translateX(15rem);
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-text-stroke: 2px rgb(255, 255, 255);
  color: transparent;
}
.title__piloto h1 {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 700;
}
.title__piloto .title__piloto__name {
  display: flex;
  justify-content: start;
  align-items: center;
}

.clock-container {
  position: relative;
  z-index: 30;
}

.title-clock {
  text-align: center;
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.title-clock h2 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
}

.clock-fecha {
  text-align: center;
}
.clock-fecha span {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
}

.bg-clock {
  overflow: hidden;
  position: relative;
  padding: 10rem 0;
  color: #fff;
  display: flex;
  position: relative;
  background-image: url("/assets/quien-pidio-los-donuts.png");
  -webkit-mask-image: linear-gradient(rgb(255, 9, 9) bottom 100%, transparent);
          mask-image: linear-gradient(rgb(255, 9, 9) bottom 100%, transparent);
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 7;
}
.bg-clock::after {
  position: absolute;
  z-index: 1;
  content: "";
   background: radial-gradient(circle, rgba(199, 242, 6, 0) 15%, rgb(22 36 61 / 79%) 45%, rgb(22 36 61) 93%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bg-clock .btn_f1 {
  text-align: center;
  border: solid 2px rgba(176, 176, 176, 0.631372549);
  background-color: transparent;
  color: #fff;
  border-radius: 50px;
  padding: 1rem;
  margin-top: 3rem;
  transition: background-color 200ms ease-in-out;
}
.bg-clock .btn_f1 a {
  font-weight: 300;
  text-decoration: none;
  color: #fff;
}
.bg-clock .btn_f1:hover {
  background-color: #fff;
}
.bg-clock .btn_f1:hover a {
  font-weight: 700;
  color: #0a2341;
}
.bg-clock .row {
  position: relative !important;
  z-index: 15;
}

.clock-titles {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-team {
background: linear-gradient(180deg, rgb(22 36 62) 0%, rgb(26 26 26), rgb(0 0 0));
  padding: 8rem 0;
}

.title-teams {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 5rem;
}

.container-team {
  padding: 2rem 2rem;
  border-radius: 10px;
  background: #ffffff;
}
.container-team h4 {
  font-family: "Inter", sans-serif;
}

.teams-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.circuito-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.team-wrap {
  margin-top: 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.team-wrap .number-pilot {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Inter", sans-serif;
}
.team-wrap:hover img {
  filter: drop-shadow(5px 5px 10px #000);
}
.team-wrap:hover .number-pilot {
  color: red;
}
.team-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-circuito {
  margin-bottom: 2rem;
}
.image-circuito img {
  padding: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.title-horario {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  text-align: center;
  padding: 1rem 0;
  text-transform: uppercase;
}

.date-container {
  padding: 1rem 0;
  border-radius: 5px;
  border-left: 12px solid #000000;
  margin: 1rem 0;
  background-color: #fff;
}

.date-title {
  font-size: 19px;
}

.date-container:nth-child(1),
.date-container:nth-child(3),
.date-container:nth-child(5) {
  border-left: 12px solid #ff0000;
}

.video-container {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-formulario {
  padding: 4rem 2rem;
  border-radius: 15px;
  background-color: #fff;
}
.card-formulario h2 {
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
list-group-item.active{
        background-color: #ff0000 !important;
}

input,
select {
  width: 100%;
  border: 2px solid #010153;
  padding: 0.5rem;
  border-radius: 15px;
}

form label {
  padding: 0.5rem 0;
}
form .accordion-body {
  padding: 1rem;
}

.container-registro {
  position: relative;
  opacity: 1;
  padding: 3rem 0;
}

@media screen and (max-width: 750px) {
  .logo-evento {
    display: block;
  }
  .access__form .row label {
    padding: 1rem;
    font-family: "Inter", sans-serif;
    font-size: 1rem !important;
  }
  .access__form {
    padding: 100rem 0;
    top: 100px !important;
    right: 30px !important;
    width: 320px !important;
    height: 100px !important;
  }
  .access__form .row img {
    width: 10rem !important;
  }
  .access__form .row input {
    font-family: "Inter", sans-serif;
    margin-top: 0.5rem;
  }
  .banner-content {
    padding-top: 8rem;
  }
  .banner-content .date {
    font-family: Helvetica, sans-serif;
    font-weight: 600;
    font-size: 35px;
  }
  .button-banner__container .btn-fe {
    padding: 1rem 2rem;
  }
  .about-title .paragraph-right {
    left: 0rem;
  }
  .about-title .about-title-paragraph {
    font-size: 2rem;
  }
  .title__piloto h2 {
    transform: translateX(1rem);
  }
  .title__piloto .title__piloto__name {
    flex-direction: column;
  }
  .banner__experiencia {
    margin-top: 10rem;
    height: 2459px;
  }
  .bg-clock {
    padding: 0;
  }
  .bg-clock img {
    width: 100%;
  }
  .event-container {
    padding: 4rem 0 2rem 0 !important;
  }
  .banner__experiencia img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .info-evento {
    padding: 1rem;
  }
  .about-title .paragraph-left {
    right: 0rem;
  }
  .about-description-event {
    text-align: center;
  }
  .container-team {
    padding: 1rem;
  }
  .image-circuito {
    padding-top: 2rem;
  }
  .logo-fg__f1 {
    width: 9rem !important;
  }
  .info-evento {
    margin-top: 1rem;
  }
  .title-events {
    text-align: center;
  }
  .card-formulario {
    transform: translate(0px, 0px);
    padding: 1rem;
  }
  .video-container {
    height: 300px;
  }
  #Horarios {
    padding: 0 0.2rem;
  }
  .logo-evento img {
    width: 10rem !important;
  }
  .card-event h2 {
    font-size: 16px;
  }
  .card-content {
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  }
  .container-button a button {
    padding: 1rem 2rem;
  }
  .navbar-brand img {
    width: 8rem;
  }
  .navbar-toggler {
    display: none !important;
  }
  .banner-content {
    height: auto !important;
  }
  .banner-content .button-banner__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem 0;
  }
  .card-event {
    height: 350px;
  }
}
#mytoast {
  z-index: 999;
  position: absolute;
  top: 30px;
  right: 10px;
}

.days {
  background-color: #d9d9d9;
  border-radius: 15px;
  padding: 8px;
}

.required::after {
  content: " *";
  color: red;
  font-weight: bold;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.bg-video-gradient {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background: url("/assets/bg-login.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.container-about-description {
  -webkit-mask-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.91) 1%, rgba(0, 0, 0, 0.671) 100%, transparent);
          mask-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.91) 1%, rgba(0, 0, 0, 0.671) 100%, transparent);
}

.container-formulario {
  position: relative;
  z-index: 5;
  padding: 5rem 2rem;
}

.info-evento {
  background-color: #16243d;
  padding: 2rem;
  border-radius: 10px;
}
.info-evento h4 {
  color: #fff;
}
.info-evento p {
  color: #e3e3e3;
}

.circuito-icono {
  margin-bottom: 1rem;
}

.circuito-text {
  font-family: "Inter", sans-serif;
}

.logo-fg__f1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 20rem;
}
.logo-fg__f1 img {
  width: 100%;
  height: 100%;
}

.access__form {
  padding: 10rem 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 300px;
  right: 200px;
  width: 500px;
  height: 400px;
  background-color: white;
  border-radius: 10px;
  z-index: 10;
  display: none;
}
.access__form .row {
  padding: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.access__form .row img {
  width: 20rem;
}
.access__form .row label {
  padding: 2rem;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
}
.access__form .row input {
  font-family: "Inter", sans-serif;
  margin-top: 0.5rem;
}

.list-group-item {
  border-radius: 10px !important;
}

.list-group-item.active {
  z-index: 2;
  color: #ffffff !important;
  background-color: #0a2341;
  border-color: #0a2341 !important;
  border-radius: 10px !important;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4% !important;
  padding: 0;
  color: #ffffff !important;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.step-check {
  background-color: green !important;
  color: white !important;
  border: none !important;
}

.step-no-check {
  background-color: #ff0000 !important;
  border: none !important;
}

#submit2,
#submit3 {
  display: block;
}

#Regresiva,
#Experiencia,
#Circuito,
#Registro {
  display: block;
}

#Experiencia {
  width: 100%;
  height: 100%;
}

.container-login {
  overflow: hidden;
  overflow-y: hidden;
  width: 100vw;
  height: 100vh;
  display: grid;
  place-content: center;
  position: relative;
}
.container-login video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-login input,
.container-login h2 {
  position: relative;
  z-index: 11;
}
/* Estilo para el contenedor del login */
.container-login .container-login__content {
  background-color: rgb(0 0 0 / 46%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(8px);
  padding: 5rem;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

/* Logo animado encima del título */
.container-login__content .evento-logo {
  width: 220px;
  margin-bottom: 1rem;
  animation: glowVegas 2s ease-in-out infinite alternate;
}

/* Título */
.container-login .container-login__content h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

/* Input estilo Las Vegas */
.container-login__content .input-lasvegas {
  padding: 0.8rem 1rem;
  border: 2px solid #cacaca;
  border-radius: 8px;
  font-size: 1rem;
  outline: none;
  width: 100%;
  max-width: 300px;
  color: #000;
  background: transparent;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
  transition: all 0.3s ease-in-out;
  position: relative;
}

.container-login__content .input-lasvegas:focus {
  border-color: red;
  box-shadow: 0 0 15px red, 0 0 20px gold;
}

/* Efecto glow del logo */
@keyframes glowVegas {
  from { filter: drop-shadow(0 0 5px gold); }
  to { filter: drop-shadow(0 0 15px red); }
}

/* Fichas de casino que caen */
.casino-chip {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('https://cdn.shopify.com/s/files/1/0257/8494/2641/files/pngtree-casino-chip-icon-png-image_8666099.png?v=1754685478') no-repeat center center / contain;
  animation: chipFall 1s linear forwards;
  pointer-events: none;
  z-index: 999;
}


@keyframes chipFall {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(100px) scale(0.3) rotate(360deg);
    opacity: 0;
  }
}

.input-lasvegas {
  width: 100%;
  max-width: 300px;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  border: 2px solid #007fff;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff !important;
  text-transform: uppercase;
  text-shadow: 0 0 5px #007fff, 0 0 10px #007fff, 0 0 20px #007fff;
  box-shadow: 0 0 5px #007fff, 0 0 10px #007fff inset;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.input-lasvegas::placeholder {
  color: #00ffe7;
  text-shadow: 0 0 3px #007fff;
  font-style: italic;
}

.input-lasvegas:focus {
  border-color: #00ffe7;
  box-shadow:
    0 0 10px #00ffe7,
    0 0 20px #00ffe7,
    0 0 30px #007fff,
    inset 0 0 10px #007fff;
  animation: pulseBorder 1s infinite alternate;
}

@keyframes pulseBorder {
  from {
    box-shadow:
      0 0 10px #007fff,
      0 0 20px #007fff,
      0 0 30px #007fff,
      inset 0 0 10px #007fff;
  }
  to {
    box-shadow:
      0 0 15px #007fff,
      0 0 25px #007fff,
      0 0 35px #00ffe7,
      inset 0 0 15px #00ffe7;
  }
}


.audio-btn {
  position: absolute;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.4823529412);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: fixed;
  border: 1px solid #fff;
}
.audio-btn svg {
  width: 1rem;
}/*# sourceMappingURL=styles-f1.css.map */

  .casino-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
  }

  .roulette-simulated {
    position: relative;
    width: 220px;
    height: 220px;
    animation: spin 2s linear infinite;
    border-radius: 50%;
    background: repeating-conic-gradient(
      red 0deg 10deg,
      black 10deg 20deg,
      red 20deg 30deg,
      black 30deg 40deg,
      red 40deg 50deg,
      black 50deg 60deg,
      red 60deg 70deg,
      black 70deg 80deg,
      red 80deg 90deg,
      black 90deg 100deg,
      red 100deg 110deg,
      black 110deg 120deg,
      red 120deg 130deg,
      black 130deg 140deg,
      red 140deg 150deg,
      black 150deg 160deg,
      red 160deg 170deg,
      black 170deg 180deg,
      red 180deg 190deg,
      black 190deg 200deg,
      red 200deg 210deg,
      black 210deg 220deg,
      red 220deg 230deg,
      black 230deg 240deg,
      red 240deg 250deg,
      black 250deg 260deg,
      red 260deg 270deg,
      black 270deg 280deg,
      red 280deg 290deg,
      black 290deg 300deg,
      red 300deg 310deg,
      black 310deg 320deg,
      red 320deg 330deg,
      black 330deg 340deg,
      red 340deg 350deg,
      green 350deg 360deg
    );
    border: 6px solid #333;
    box-shadow: 0 0 20px #ff0000aa, 0 0 40px #ffff00aa;
  }

  .roulette-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 10px #999;
  }

  .logo-loader {
    width: 60px;
    height: 60px;
  }

  @keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
  
  body {
  cursor: url('https://cdn.shopify.com/s/files/1/0257/8494/2641/files/cursor_ficha_b0f5964a-0e8c-4110-8223-4f0382d9de14.png?v=1754689132') 36 36, auto; /* Ajusta el 16 16 al centro de tu imagen */
}

/* Fichas pequeñas que se generan al mover el mouse */
.mouse-chip {
  position: absolute;
  width: 20px;
  height: 20px;
  background: radial-gradient(circle at center, #FFD700 0%, #FF0000 40%, #000 70%);
  border: 1px solid #fff;
  border-radius: 50%;
  pointer-events: none;
  animation: chipFade 0.8s forwards;
  box-shadow: 0 0 5px #ff0000, 0 0 10px #ffff00;
  z-index: 9999;
}

@keyframes chipFade {
  0% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  100% {
    transform: scale(0.5) translateY(15px);
    opacity: 0;
  }
}