/* AMX Regular */
@font-face {
  font-family: "AMX";
  src: url("/fonts/AMX-Regular.woff2") format("woff2"),
       url("/fonts/AMX-Regular.woff") format("woff"),
       url("/fonts/AMX-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* AMX Medium */
@font-face {
  font-family: "AMX";
  src: url("/fonts/AMX-Medium.woff2") format("woff2"),
       url("/fonts/AMX-Medium.woff") format("woff"),
       url("/fonts/AMX-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* AMX Bold */
@font-face {
  font-family: "AMX";
  src: url("/fonts/AMX-Bold.woff2") format("woff2"),
       url("/fonts/AMX-Bold.woff") format("woff"),
       url("/fonts/AMX-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


body {
  background-image: url("images/bg-desktop.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "AMX", sans-serif;
  font-family: 400;
}

section[id] {
  scroll-margin-top: 90px; /* alto del navbar */
}

h1, h2, h3 {
  font-weight: 700;
}

.navbar {
    background: #ff0000;
    font-weight: 700;
}

.navbar img.logo {
    max-width: 60px;
}

.navbar .nav-link {
    color: #fff;
}

.navbar-toggler-icon {
  filter: invert(1) brightness(5); /* blanco más fuerte */
  opacity: 1;
  font-size: 1.4em;
}

.navbar-toggler {
    border: 0;
}

.btn-primary {
    background: #42040c;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #faad34;
    font-size: 1em;
}

.btn-primary:hover, .btn-primary:active {
    background: #faad34;
    color: #42040c;
}

/* CONTAINERS GLOBALS */

.headings {
    max-width: 400px;
    width: 100%;
}

.headings-larger {
     max-width: 700px;
     width: 100%;
}

#start, #encuentra {
    color: #fff
}


/* START  */

#start .logo {
    max-width: 400px;
}

h2 span {
  color: #faad34
}

h3 {
    font-weight: 400;
}

h3 span {
    font-style: italic;
}

.img-btn-group img {
    max-width: 250px;
}

/* .img-btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px; 
}

.img-btn img {
  display: block;
  max-width: 100%;
  height: auto;
} */

/* END START  */


/* REGLAS  */


.qr-list {
  list-style: none;
  padding: 0;
      max-width: 1000px;
    margin: 0 auto;
  padding-left: 38px; /* 25px icon + espacio */
  position: relative;
}

.qr-icon{
  position: absolute;
  left: 0;
  top: .15em; /* ajusta para alinear con la primera línea */
  line-height: 0;
}

.qr-icon svg{
  width:25px;
  height:25px;
  fill:#f5c04a;
  display:block;
}

.qr-list li {
  margin-bottom: 14px;
      line-height: 1.4em;
      padding-left: 40px; 
  color: #fff;
  font-size: 1.6em;
  position: relative;
}

.qr-icon {
  margin-top: 2px;
}

.qr-list em, .qr-list a {
    color: #fff
}


/* END REGLAS  */




/* ENCUENTRA */

.puntos {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.puntos p {
      line-height: 1.2em;
  font-size: 1.6em;
}

.puntos span {
    color: #f5c04a;
    font-weight: 700;
}

.my-carousel {
  position: relative;
}

.my-carousel .item {
  overflow: hidden;
}

/* Quita dots */
.my-carousel .owl-dots {
  display: none !important;
}

/* NAV */
.my-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;

  display: flex !important;
  justify-content: space-between;
  align-items: center;

  transform: translateY(-50%);
  pointer-events: none; /* permite swipe */
}

/* Botones nav */
.my-carousel .owl-nav button {
  pointer-events: all; /* re-activa click */
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  line-height: 0;
}


/* Separación lateral */
.my-carousel .owl-nav .owl-prev {
  margin-left: -10px; /* ajusta según diseño */
}

.my-carousel .owl-nav .owl-next {
  margin-right: -10px;
}


/* PNGs */
.my-carousel .owl-nav button img {
  height: auto;
  width: 40px;
  display: block;
}

/* Disabled state */
.my-carousel .owl-nav button.disabled {
  opacity: .35;
  cursor: default;
}

.my-carousel .item img {
  width: 100%;
  height: auto;
  display: block;
}

.tablero h1 {
    color: #fff;
}

.reglas a {
    text-decoration: none;
    color: #fff;
    font-style: italic;
}
.reglas a:hover {
    text-decoration: none;
    color: #faad34
}




/* FOOTER  */

footer img {
    max-width: 150px !important;
    width: 100%;
    padding-bottom: 100px;
} 

.site-footer {
  background-image: url("images/bg-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


/* Elimina cualquier padding lateral raro */
.site-footer .container {
  padding-left: 0;
  padding-right: 0;
}

/* Logo subido */
.site-footer .footer-logo {
  margin-top: -70px;               
  max-width: 120px;                
}


.nav-img-btn{
  cursor: pointer;
  display: block;
  max-height: 44px; /* ajusta */
  width: auto;
}


/* Mobile */
@media (max-width: 767px) {

  body {
    background-image: url("images/bg-mobile.jpg");
  }

  .navbar-nav {
    text-align: center;
  }

  #mainNav .nav-cta {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }

  #btnPoints {
    margin: 0 auto;
  }

  .navbar img.logo {
    max-width: 50px;
  }

  #start .logo {
    max-width: 70%;
    width: 100%;
}

.img-btn-group img {
    max-width: 150px;
}

.qr-list li, .puntos p {
      line-height: 1em;
  font-size: 1.2em;
}

.headings,
.headings-larger {
    max-width: 60%;
}

footer img {
    padding-bottom: 50px;
} 

.site-footer .footer-logo {
    margin-top: -80px;
    max-width: 90px;
  }

  .nav-img-btn{
    max-height: 44px;
  }

}