
:root {

/* Colors: */
--unnamed-color-68a22d: #68A22D;
--unnamed-color-878787: #878787;
--unnamed-color-000000: #000000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #000; /* fondo negro tipo Monster */
  background: var(--unnamed-color-000000) 0% 0% no-repeat padding-box;
  background: #fff 0% 0% no-repeat padding-box;
  color: #fff;
  line-height: 1.5;
  padding-top: 115px;
}

footer {
  background-color: #FFFFFF;
  text-align: center;
  padding: 20px;
}

main {
  max-width: 1450px;
  margin: auto;
}

section {
  margin-bottom: 50px;
}

header {
  background: #040706 url('../img/logo.png') no-repeat center center;
  background-size: 82px 82px;
  height: 115px;

  display: flex;
  text-align: center;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

header::after {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
}

header h1 {
  font-size: 2.5rem;
  z-index: 1;
  color: #00ff00; /* verde Monster */
  text-transform: uppercase;
}


.hero {
  position: relative;
  width: 100%;
  height: 565px; /* o en % / vh si quieres que escale con la pantalla */
  background: transparent url('../img/Group 4.png') no-repeat center;
  background-size: cover;
  z-index: 2;

  display: flex; /* opcional, para centrar contenido */
  justify-content: center;
  align-items: center;
}

.hero-products{
  position: absolute;
  top: 8%;             /* ajusta según dónde quieras colocarlo dentro del padre */
  background-size: contain; /* mantiene proporción */
  text-align: center;
}

.hero-products .products {
  width: 50%;
}

.hero-products .secondary {
  position: absolute;
  bottom: -229px;
  right: 0%;
  max-width: 100%;
  z-index: -1;
}


.detail-box-button {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 270px;
  flex-direction: column; /* botón arriba, detalles abajo */
  align-items: center;
  margin: auto;
}

.button-participation{
  top: 50px;
  opacity: 1;
  position: relative;
  cursor: pointer;
}

.button-participation img{
  width: 466px;
  height: 109px;
}

.participation-text{
  top: 100px;
  text-align: center;
  font: normal normal 38px/38px Teko Medium;
  color: #040706;
  font-weight: 500px;
  letter-spacing: 0px;
  text-transform: uppercase;
  position: relative;
}


.detail-box {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 980px;
  flex-direction: column; /* botón arriba, detalles abajo */
  background: #040706 0% 0% no-repeat padding-box;
  align-items: center;
  gap: 20px;
  margin: auto;
}

.title-menu-home{
  text-align: left;
  color: #FFFFFF;
  font: normal normal 28px / 28px Teko Regular;
  font-weight: 400;
  position: relative;
  top: 44.45px;
  padding-left: 126px;
}

.title-menu-tyc{
  text-align: left;
  color: #FFFFFF;
  font: normal normal 28px / 28px Teko Regular;
  font-weight: 400;
  position: relative;
  top: 44.45px;
  padding-left: 50px;
}

.vector-19{
  background: #040706 url('../img/Vector 19.png') no-repeat center center;
  left: 22px;
  opacity: 1;
  border-width: 1px;
  position: relative;

}

.title-participation{
  top: 100px;
  font: normal normal 64px/64px Teko SemiBold;  
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}

.vector-7{
  width: 564px;
  height: 1px;
  background: #040706 url('../img/Vector 7.png') no-repeat center center;
  opacity: 1;
  border-width: 1px;
  position: relative;
}

.vector-8{
  top: 50px;
  left: 95px;
  width: 85%;
  height: 1px;
  background: #040706 url('../img/Vector 8.png') no-repeat center center;
  opacity: 1;
  border-width: 1px;
  position: relative;
}

.details-container {
  top: 70px;
  width: 100%;
  position: relative;
}


.detail {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 18% 70%;
  align-items: center;
  padding-top: 8%;
}

.layer-1{
  width: 61px;
  height: 109px;
  opacity: 1;
  position: relative;
  left: 60%;
  top: 17%;
}

.layer-1 img{
  width: 61px;
  height: 46px;
}

.layer-3{
  width: 51px;
  height: 109px;
  opacity: 1;
  position: relative;
  left: 64%;
}

.layer-3 img{
  width: 51px;
  height: 109px;
}

.capa-1{
  width: 75px;
  height: 109px;
  opacity: 1;
  position: relative;
  left: 128px;
  top: 20%;

}

.capa-1 img{
  width: 75px;
  height: 62px;
}

.title-step-participation{
  top: -10px;
  left: 43px;
  text-align: left;
  font: normal normal 64px / 64px Teko SemiBold;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  position: relative;
}

.step-participation{
  left: 43px;
  position: relative;
  color: #B6B6B6;
  text-align: left;
  font: normal normal 32px/32px Proxima Nova Regular;
  letter-spacing: 0px;
  opacity: 1;
}

.detail-products{
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column; /* botón arriba, detalles abajo */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  align-items: center;
  gap: 20px;
  margin: auto;
}

.title-products{
  top: 50px;
  text-align: center;
  font: normal normal 64px/64px Teko Bold;
  color: #040706;
  font-weight: 700px;
  letter-spacing: 0px;
  text-transform: uppercase;
  position: relative;
}


.registro-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 49% 49%;
  gap: 2rem;
  align-items: center;
  padding-top: 5%;
}

.registro-grid-mobile {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 98%;
  gap: 2rem;
  align-items: center;
  padding-top: 5%;
}



.placeholder{
  position: relative;
  margin: 0;
  background-color: #FAFAFA;
  max-width: 100%;
  min-height: 568px;
  text-align: center;
}

.desc-placeholder-footer{
  color: #040706;
  text-align: center;
  font: normal normal 48px / 48px Teko SemiBold;
  position: relative;
  top: 90px;
}

.placeholder .img-can {
  position: relative;
  z-index: 2;
  height: 380px;
  top: 50px;
}

.detail-box-questions {
  display: flex;
  width: 80%;
  height: auto;
  min-height: 900px;
  flex-direction: column; /* botón arriba, detalles abajo */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  align-items: center;
  gap: 20px;
  margin: auto;
}

.detail-question {
  display: grid;
  /*grid-template-columns: 90% 10%;*/
  width: 70%;
  height: auto;
  flex-direction: column; /* botón arriba, detalles abajo */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  gap: 20px;
  padding-top: 120px;
}


.question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 2s ease;
}

.answer.active {
  max-height: 200px;
}

.rotate{
  transform: rotate(45deg);
}

.vector-vigencia{
  top: 10px;
  width: 896px;
  height: 1px;
  background: #040706 url('../img/Vector 8.png') no-repeat center center;
  opacity: 1;
  border-width: 1px;
  position: relative;
}

.vector-questions{
  top: 30px;
  width: 856px;
  height: 1px;
  background: #040706 url('../img/Vector 8.png') no-repeat center center;
  opacity: 1;
  border-width: 1px;
  position: relative;
}

.title-dates{
  color: #040706;
  text-align: center;
  font: normal normal 48px / 48px Teko SemiBold;
  position: relative;
  width: 60%;
}

.title-winers{
  color: #040706;
  text-align: center;
  font: normal normal 48px / 48px Teko SemiBold;
  position: relative;
}

.title-questions{
  top: 110px;
  text-align: center;
  font: normal normal 64px/64px Teko Bold;
  color: #040706;
  font-weight: 700px;
  letter-spacing: 0px;
  text-transform: uppercase;
  position: relative;
}

.text-question{
  position: relative;
  color: #B6B6B6;
  text-align: left;
  font: normal normal 32px/32px Proxima Nova Regular;
  letter-spacing: 0px;
  opacity: 1;
}

.detail-socialmedia {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  width: 60%;
  height: auto;
  padding: 20px;
  align-items: center;
  text-align: center;
}

.button-register{
  opacity: 1;
  position: relative;
  cursor: pointer;
}

.button-register img{
    width: 400px; 
    height: 90px;
}

.icon{
  opacity: 1;
  position: relative;
  cursor: pointer;
  width: 70px !important;
  height: 70px !important;
}

.iconX{
    width: 70px !important;
    height: 70px !important;
}


.line-footer{
  top: -15px;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #040706 url('../img/Vector 8.png') no-repeat center center;
  opacity: 1;
  border-width: 1px;
  position: relative;
}


.rights-reserved-box{
  width: 80%;
  left: 10%;
  text-align: center;
  opacity: 1;
  position: relative;
  padding-bottom: 30px;
}

.rights-reserved-letter{
  font: normal normal normal 24px/24px Proxima Nova Semibold;
  color: #000000;
  line-height: 1;
}


.detail-box-iframe {
  height: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding-top: 115px;
}

.iframe-box{
  position: relative; 
  width: 100%; 
  min-height: 500px;
}

.my-iframe {
    height: 90vh; 
    width: 100%;
    border: none; 
}

.menu-hamburguesa {
  display: none;
  padding-top: 8%;
  padding-left: 5%;
  cursor: pointer;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 998;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Menú lateral fullscreen */
.mobile-menu {
  position: fixed;
  top: 115px;
  left: -100%;
  width: 100%;
  height: 180px;
  background: #63D313;
  transition: left 0.4s ease;
  z-index: 9999;
  overflow-y: auto;
}

/* Activo */
.mobile-menu.active {
  left: 0;
}

/* Botón cerrar */
.close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 28px;
  color: white;
  cursor: pointer;
}

/* Contenido */
.menu-content {
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Links */
.menu-item {
  color: white;
  text-decoration: none;
  font: normal normal 32px/32px Teko Medium;
  text-align: left;
}

/* Línea decorativa */
.menu-line {
  width: 60px;
  height: 3px;
  background: white;
  margin-top: -20px;
}





p {
  margin-bottom: 1em;
}
ul {
  margin-left: 20px;
  margin-bottom: 1em;
}
ol {
  margin-left: 20px;
  margin-bottom: 1em;
}
a{
  text-decoration: none;
}
.section {
  margin-bottom: 2em;
}
.small {
  font-size: 0.9em;
  color: #555;
}




.slider {
  position: relative;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  
  opacity: 0;
  visibility: hidden;

  animation: slideShow 10s infinite;
  animation-fill-mode: both;
}

/* DELAYS (5 slides = 5s cada uno) */
.slide:nth-child(1) { animation-delay: 0s; }
.slide:nth-child(2) { animation-delay: 2s; }
.slide:nth-child(3) { animation-delay: 4s; }
.slide:nth-child(4) { animation-delay: 6s; }
.slide:nth-child(5) { animation-delay: 8s; }
.slide:nth-child(6) { animation-delay: 10s; }


/* Texto */
.slide h3 {
  margin: 0;
}

.winners-box{
  color: #040706;
  width: 100%;               /* ancho relativo al padre */
  max-height: 100%;          /* límite de altura */
  overflow-y: auto;         /* scroll solo vertical */
  overflow-x: hidden;       /* desactiva scroll horizontal */
  padding: 10px;
  letter-spacing: 0px;
  font: normal normal 32px / 32px Teko SemiBold;
}

.winners{
  width: 70%;
  height: 200px;
  display: flex;
  justify-content: center; /* centra hijo horizontal */
  align-items: center;  
  padding-left: 50px;   /* centra hijo vertical */

}

/* ANIMACIÓN PRO */
@keyframes slideShow {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }

  5% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  20% {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  25% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}




.slider-mobile {
  position: relative;
}

.slide-mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slideShow 30s infinite;
  animation-fill-mode: both;
}

/* Delay para cada slide */
.slide-mobile:nth-child(1) {
  animation-delay: 0s;
}
.slide-mobile:nth-child(2) {
  animation-delay: 3s;
}
.slide-mobile:nth-child(3) {
  animation-delay: 6s;
}
.slide-mobile:nth-child(4) {
  animation-delay: 9s;
}
.slide-mobile:nth-child(5) {
  animation-delay: 12s;
}
.slide-mobile:nth-child(6) {
  animation-delay: 15s;
}
.slide-mobile:nth-child(7) {
  animation-delay: 18s;
}
.slide-mobile:nth-child(8) {
  animation-delay: 21s;
}
.slide-mobile:nth-child(9) {
  animation-delay: 24s;
}
.slide-mobile:nth-child(10) {
  animation-delay: 27s;
}
.slide-mobile:nth-child(11) {
  animation-delay: 30s;
}


.cans-desktop {
  display: block;
}

.cans-mobile {
  display: none;
}


/* Responsivo */
@media (max-width: 768px) {
  .details-container {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .section {
    margin-bottom: 30px;
  }

  .hero {
    height: 423px;
  }

  .hero-products .products {
      width: 88%;
      padding-top: 12%;
  }

  .hero-products .secondary {
      position: absolute;
      bottom: -20px;
      right: 0%;
      max-width: 100%;
  }

  .menu-h {
    display: none;
  }

  .menu-hamburguesa{
    display: block;
  }

  .detail-box-button {
    min-height: 260px;
    padding-bottom: 100px;
  }

  .button-participation {
    top: 75px;
  }

  .button-participation img{
      width: 250px;
      height: 60px;
  }

  .participation-text {
    top: 100px;
    font: normal normal 24px / 24px Teko Medium;
  }

  .title-participation {
    top: 50px;
    font: normal normal 32px / 32px Teko SemiBold;
  }

  .vector-7
  {
    width: 206px;
  }

  .detail {
    max-width: 100%;
  }

  .detail-box {
    min-height: 700px;
  }


  .step-participation {
    font: normal normal 16px / 16px Proxima Nova Regul
  }

  .title-step-participation {
    font: normal normal 32px / 32px Teko SemiBold;
  }      

  .vector-8 {
    top: 30px;
    left: 35px;
    width: 85%;
  }

  .title-products {
    top: 50px;
    text-align: center;
    font: normal normal 30px / 60px Teko Bold;
  }

  .carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* Suavidad en iOS */
  }

  .item {
    flex: 0 0 100%;
    scroll-snap-align: center;
    width: 100%;
  }

  .title-dates {
    font: normal normal 24px / 24px Teko SemiBold;
    width: 100%;
  }

  .vector-vigencia {
    width: 85%;
  }

  .title-questions {
    top: 60px;
    font: normal normal 32px / 32px Teko Bold;
  }

  .text-question {
    font: normal normal 16px / 16px Proxima Nova Regul
  }

  .vector-questions{
    width: 85%;
  }

  .detail-question {
    width: 80%;
    padding-top: 50px;
  }

  .title-winers {
    font: normal normal 24px / 24px Teko SemiBold;
  }


  .button-register img{
      width: 250px;
      height: 60px;
  }

  .detail-box-questions
 {
    min-height: 600px;
    width: 85%;
    gap: 10px;
  }


  .detail-socialmedia {
    width: 100%;
    padding: 0px;
    gap: 10px;
    padding-top: 20px;
  }

  .detail-socialmedia img{
    width: 70px;
    height: 70px;
  }

  .iconX{
    width: 60px !important;
    height: 60px !important;
    padding-right: 5px;
  }

  .layer-3
   {
      left: 70%;
      top: 10%;
  }

  .layer-3 img{
    width: 25px;
    height: 53px;
  }

  .capa-1
   {
      left: 60%;
  }

  .capa-1 img{
    width: 35px;
    height: 64px;
  }

  .layer-1
   {
    top: 25%;
  }

  .layer-1 img{
    width: 39px;
    height: 30px;
  }

  .registro-grid {
    display: none;
  }

  .cans-mobile {
    display: block;
  }

  @keyframes slideShow {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  4.9% {
    opacity: 0;
    visibility: hidden;
  }

  /* aparece */
  5% {
    opacity: 1;
    visibility: visible;
  }

  20% {
    opacity: 1;
    visibility: visible;
  }

  /* desaparece antes de que el otro empiece */
  20.1% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}
}