/* ILMAR RODRIGUEZ - COVERGIRL*/

@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Nobel';
  src: url('../fonts/Nobel-Regular.woff2') format('woff2'),
       url('../fonts/Nobel-Regular.woff') format('woff'),
       url('../fonts/Nobel-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nobel';
  src: url('../fonts/Nobel-Bold.woff2') format('woff2'),
       url('../fonts/Nobel-Bold.woff') format('woff'),
       url('../fonts/Nobel-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}


html, body {
  margin: 0;
  padding: 0;
  font-family: 'Nobel', sans-serif;
  background-color: #ffffff; /* fondo blanco limpio */
  color: #1e1e1e; /* texto base gris oscuro */
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 18px;
  line-height: 1.6;
}

/* Elimina subrayados y colores en todos los enlaces, hasta que se defina hover */
a {
  color: inherit !important;
  text-decoration: none !important;
}


	.text-center {
		text-align: center !important; }

	.bordes-redondeados {
		border-radius:100px;
	}

	.negro {
		color: #000;
	}

	.gris-oscuro {
		color: #1e1e1e;
	}

	.rosado-girl {
		color: #eea8cb;
	}

	.blanco {
		color: #fff;
	}

/* ===== ESTILOS DE PESO TIPOGRÁFICO (SIN FUENTE) ===== */

.bold {
  font-weight: bold; /* Equivalente a 700 */
}

.semibold {
  font-weight: 600; /* Entre regular y bold */
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

/* Alternativas con nombres más expresivos */

.fuente-fuerte {
  font-weight: 700;
}

.fuente-media {
  font-weight: 600;
}

.fuente-normal {
  font-weight: 400;
}

.fuente-suave {
  font-weight: 300;
}

.card-title {
	color: #000;
}

	
	/*----*****---- << 02. Headings >> ----*****----*/
	
	h1, h2, h3, h4, h5, h6 { color:#4d4d4d; font-weight:500; line-height:normal; margin-bottom:20px; font-family: 'Nobel', sans-serif;}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color:#4d4d4d; font-family: 'Nobel', sans-serif; }
	
	h1{ font-size:30px; }
	h2{ font-size:26px; }
	h3{ font-size:24px; }
	h4{ font-size:20px; }
	h5{ font-size:18px; }
	h6{ font-size:16px; }
	
	h1.border-title { font-size:32px; }
	h3.border-title { font-size:28px; background-position:0 7px; }
	h4.border-title { font-size:25px; }
	h5.border-title { font-size:23px; background-position:0 4px; }
	h6.border-title { font-size:20px;  background-position:0 1px; }
	
	.border-title.aligncenter { text-align:center; margin-bottom:50px; }
	
	.border-title.alignright { text-align:right; margin-bottom:40px; width:100%; }
	.border-title { margin-bottom:40px; }


.center-button {
    text-align: center;
}

/* Inputs y botones coherentes con el diseño */
input, button, textarea, select {
  font-family: 'Nobel', sans-serif;
  font-size: inherit;
  line-height: 1.2;
}



/******************
** \padding-
******************/

.top10 {
	margin-top: 10px;
 }
 .top15 {
	margin-top: 15px;
 }
 .top20 {
padding-top: 20px;
 }
 .top25 {
	margin-top: 25px;
 }
 .top30 {
	margin-top: 30px;
 }
 .top40 {
	margin-top: 40px;
 }
 .top50 {
	margin-top: 50px;
 }
 .top60 {
	margin-top: 60px;
 }
 .top70 {
	margin-top: 70px;
 }
 .top80 {
	margin-top: 80px;
 }
 .top90 {
	margin-top: 90px;
 }
 .top100 {
	margin-top: 100px;
 }

 @media (max-width: 767px) {
	.top200mob {
	   margin-top: 200px;
	}
	.top40mob {
		margin-top: 40px;
	}
  .mt-5, .my-5 {
    margin-top: 0rem !important;
}
 }

.top110 {
	margin-top: 110px;
 }

 .top120 {
	margin-top: 120px;
 }
 .top130 {
	margin-top: 130px;
 }
 .top140 {
	margin-top: 140px;
 }
 .top150 {
	margin-top: 150px;
 }
 .top160 {
	margin-top: 160px;
 }
 .top170 {
	margin-top: 170px;
 }
 .top180 {
	margin-top: 180px;
 }
 .top190 {
	margin-top: 190px;
 }
 .top200 {
	margin-top: 200px;
 }
 .bottom5 {
	margin-bottom: 5px;
 }
 .bottom10 {
	margin-bottom: 10px;
 }
 .bottom15 {
	margin-bottom: 15px;
 }
 .bottom20 {
	margin-bottom: 20px;
 }
 .bottom25 {
	margin-bottom: 25px;
 }
 .bottom30 {
	margin-bottom: 30px;
 }
 .bottom10 {
	margin-bottom: 10px;
 }
 .bottom20 {
	margin-bottom: 20px;
 }
 .bottom35 {
	margin-bottom: 35px;
 }
 .bottom40 {
	margin-bottom: 40px;
 }
 .bottom45 {
	margin-bottom: 45px;
 }
 .bottom50 {
	margin-bottom: 50px;
 }
 .bottom60 {
	margin-bottom: 60px;
 }
 .bottom80 {
	margin-bottom: 80px;
 }
 .bottom90 {
	margin-bottom: 90px;
 }
 .bottom100 {
	margin-bottom: 100px;
 }
 .bottom120 {
	margin-bottom: 120px;
 }
 .bottom130 {
	margin-bottom: 130px;
 }
 .bottom140 {
	margin-bottom: 140px;
 }
 .bottom150 {
	margin-bottom: 150px;
 }
 .bottom60 {
	margin-bottom: 60px;
 }
 .bottom0 {
	margin-bottom: 0;
 }
 .nomargin {
	margin: 0;
 }
 .nopadding {
	padding: 0;
 }
 .fontbold {
	font-weight: bold;
 }
 .font-medium {
	font-weight: 500;
 }
 .font-normal {
	font-weight: normal !important;
 }
 .font-light {
	font-weight: 300;
 }
 .font-xlight {
	font-weight: 200;
 }

.font-10 {
	font-size: 10px;
}
.font-12 {
	font-size: 12px;
}
.font-14 {
	font-size: 14px;
}
.font-15 {
	font-size: 15px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}

.align-izq {

	text-align: left;
	padding-left: 30px;
}



/* ===== ESTILOS LANDING COVERGIRL ===== */

.hero-covergirl {
  position: relative;
  width: 100%;
  height: 100vh;
  font-family: 'Nobel', sans-serif;
  color: white;
  overflow: hidden;
}

/* Imagen para mobile con <img> */
.hero-img-mobile img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
  object-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-content {
  z-index: 2;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
}

/* Texto sobre la imagen - móvil (arriba) */
.hero-texto-responsive {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.hero-subtitle {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.1;
}

.hero-title {
  font-size: 45px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1.1;
}

/* === Desktop overrides === */
@media screen and (min-width: 769px) {
  .hero-covergirl {
    background-image: url('../images/intro-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .hero-img-mobile {
    display: none !important;
  }

  .hero-content {
    justify-content: center;
    align-items: flex-end; /* 👈 posicionamos texto abajo */
    padding-bottom: 10px;  /* 👈 espacio desde abajo */
    padding-top: 0;
  }

  .hero-texto-responsive {
    position: relative; /* 👈 ya no absolute */
    top: auto;
    left: auto;
    transform: none;
    z-index: 2;
  }

  .hero-subtitle {
    font-size: 50px;
  }

  .hero-title {
    font-size: 150px;
  }
}

/*  NUEVO 05-06-2025  */

.hero-logo-svg {
  position: absolute;
  top: 60px; /* un poco más arriba */
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.hero-logo-svg img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Estilos para mobile (forzamos tamaño mayor) */
@media screen and (max-width: 768px) {
  .hero-logo-svg img {
    width: 80vw; /* 👈 escalado proporcional al viewport */
    max-width: none; /* 👈 eliminamos la restricción previa */
    padding-top: 40px;
  }
}

/* Estilos para desktop */
@media screen and (min-width: 769px) {
  .hero-logo-svg {
    position: relative;
    top: auto;
    bottom: 0;
    left: auto;
    transform: none;
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: center;
  }

  .hero-logo-svg img {
    max-width: 70%;
  }
}






/*  SEGUNDO BLOQUE */

.bloque-oportunidad {
  background: #fff;
  padding: 80px 20px;
  position: relative;
  font-family: 'Nobel', sans-serif;
}

.texto-intro {
  font-size: 32px;
  color: #000;
  font-weight: normal;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.3;
}

.boton-casting {
  max-width: 550px;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.subtexto-oportunidad {
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  font-weight: normal;
}

.btn-participa {
  display: inline-block;
  padding: 14px 80px;
  border: 5px solid #1C6DB4;
  font-size: 35px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-participa:hover {
  background-color: #1C6DB4;
  color: #fff;
  text-decoration: none;
}

.icono-estrellas {
  width: 80px;
  height: auto;
}

.estrella-inferior {
  position: absolute;
  left: 25%;
  top: 57%;
  width: 70px;
}

.estrella-superior {
  position: absolute;
  top: 60px;
  left: 8%;
  width: 70px;
  z-index: 1;
}

.estrella-superior img {
  width: 60%;
  height: auto;
}


@media screen and (max-width: 768px) {

	.bloque-oportunidad {
    	padding: 30px 20px;
	}

 .texto-intro {
    font-size: 22px;
    padding: 0 10px;
    max-width: 100%;
	font-weight: normal;
  }

  .boton-casting {
    max-width: 400px;
  }

  .subtexto-oportunidad {
    font-size: 22px;
    margin-top: 20px;
  }

  .btn-participa {
    font-size: 22px;
    padding: 12px 40px;
    margin-top: 5px;
  }

  .estrella-superior {
    top: 10px;
    left: 0;
    width: 50px;
  }

  .estrella-inferior {
    left: 10%;
    top: 60%;
    width: 45px;
  }
}


/* TERCER BLOQUE */

.bloque-participa {
  background: #fff;
  font-family: 'Nobel', sans-serif;
}

.participa-img {
  max-width: 100%;
  height: auto;
}

.participa-texto {
  font-family: 'Nobel', sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 500px;
  padding: 0 15px;
}

/* Móvil */
@media screen and (max-width: 768px) {
  .participa-texto {
    font-size: 22px;
    padding: 0 10px;
  }
}


/*  COMO PARTICIPAR  */

.bloque-como-participar {
  background: #fff;
  font-family: 'Nobel', sans-serif;
}

.boton-como-participar {
  max-width: 550px;
  height: auto;
}

.texto-paso {
  font-size: 22px;
  color: #000;
  line-height: 1.6;
  padding: 0 10px;
  max-width: 360px;
  margin: 0 auto;
}

/* Decoraciones flotantes */

.estrella-boton {
  position: absolute;
  top: 5px;
  right: -60px;
  width: 40px;
}

.estrella-paso1 {
  position: absolute;
  top: 55%;
  left: 3%;
  width: 50px;
}

.dos-estrellas-paso1 {
  position: absolute;
  top: 76%;
  left: 4%;
  width: 50px;
}

.dos-estrellas-paso2 {
  position: absolute;
  top: 5%;
  left: 20%;
  transform: translateX(-50%);
  width: 70px;
}

/* Mobile adjustments */
@media screen and (max-width: 768px) {
  .boton-como-participar {
    max-width: 340px;
  }

  .texto-paso {
    font-size: 22px;
  }

  .estrella-boton {
    top: 0;
    right: -30px;
    width: 25px;
  }

  .estrella-paso1 {
    top: 37%;
    left: 12%;
    width: 20px;
  }

  .dos-estrellas-paso1 {
    top: 48%;
    left: 15%;
    width: 40px;
  }

  .dos-estrellas-paso2 {
    top: 36%;
    width: 40px;
  }
}

/*   BLOQUE DE FECHA FINAL  */

.bloque-final {
  background: #fff;
  font-family: 'Nobel', sans-serif;
}

.texto-fecha {
  font-size: 36px;
  text-transform: uppercase;
  color: #000;
  font-weight: normal;
}

.link-productos {
  color: #1C6DB4!important;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline !important;
  font-size: 25px;
}

.link-productos:hover {
  color: #073e6f !important;
}



.estrella-final-superior {
  position: absolute;
  top: 30px;
  left: 10%;
  width: 60px;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .texto-fecha {
    font-size: 25px;
    padding: 0 15px;
  }

  .estrella-final-superior {
    top: 15px;
    left: 10%;
    width: 40px;
  }

  .link-productos {
    font-size: 20px;
  }
}



/*  SECCION  PRODUCTOS  */

/* BANNER PPAL */

.seccion-felicidades {
  position: relative;
  width: 100%;
  height: 100vh;
  font-family: 'Nobel', sans-serif;
  color: white;
  overflow: hidden;
}

.felicidades-img-mobile img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
  object-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.felicidades-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}

.felicidades-svg {
  max-width: 800px;
  width: 100%;
}

.felicidades-subtexto {
  font-size: 22px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 1px;
}

@media screen and (min-width: 769px) {
  .seccion-felicidades {
    background-image: url('../images/felicidades-desktop.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .felicidades-img-mobile {
    display: none !important;
  }

  .felicidades-subtexto {
    font-size: 28px;
  }
}

/*  SEGUNDA PARTE   */

/* Sección productos */

.productos-intro {
  background-color: #ffffff;
  font-family: 'Nobel', sans-serif;
  padding: 60px 20px;
}

.iconos-deco {
  font-size: 36px;
  line-height: 1;
}

.titulo-covergirlies {
  font-size: 70px;
  font-weight: bold;
  color: #8bb1da;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.subtexto-productos {
  font-size: 35px;
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
}

.scroll-boton img {
  max-width: 400px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .titulo-covergirlies {
    font-size: 36px;
  }

  .subtexto-productos {
    font-size: 20px;
    line-height: 1.2;
  }

  .iconos-deco {
    font-size: 28px;
  }

  .scroll-boton img {
  max-width: 200px;
  width: 100%;
  height: auto;
}
}

.galeria-productos {
  padding: 0;
  margin: 0;
}

.img-galeria-producto {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}



/*  SIN SECCIÓN PRODUCTOS



/*  FOOTER   */

.footer-casting {
  background: #fff;
  font-family: 'Nobel', sans-serif;
}

.footer-line-top {
  height: 1px;
  background-color: #000;
  width: 100%;
}

.footer-line-bottom {
  height: 6px; /* Línea más gruesa */
  background-color: #000;
  width: 100%;
}

.footer-link {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  text-decoration: underline;
  color: #073b68;
}

.footer-icon {
  font-size: 54px;
  color: #1C6DB4 !important;
}

.footer-icon:hover {
  opacity: 0.8;
}

.footer-hashtag {
  font-family: 'Nobel', sans-serif;
  color: #edaac9; /* rosa pastel similar a los íconos */
  font-size: 28px !important;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .footer-hashtag {
    font-size: 20px;
  }

  .footer-link {
    font-size: 20px;
}
}


@media screen and (min-width: 768px) {

  .footer-desktop {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    /*flex: 1;*/
    text-align: center;
  }

  .footer-left {
    text-align: left;
  }

  .footer-right {
    text-align: right;
  }

  .footer-center .footer-link {
    font-size: 24px;
  }

  .footer-left .footer-link,
  .footer-right .footer-icon {
    font-size: 24px;
  }
}


/*  MODAL  */

.modal-content {
  border-radius: 14px;
  border: 4px solid #1C6DB4;
  background-color: #fff;
  font-family: 'Nobel', sans-serif;
}

.modal-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.modal-content p {
  font-size: 18px;
  color: #333;
}


/*   LANDING SIN REGISTRO */

.section-logo-covergirl {
  background-color: #ffffff;
  padding: 30px 20px 20px 20px;
}

.logo-covergirl {
  width: 350px;
  height: auto;
}

.productos-intro-2 {
  background-color: #ffffff;
  font-family: 'Nobel', sans-serif;
  padding: 5px 20px 20px 20px;
}

  @media (max-width: 768px) {
  .logo-covergirl {
    width: 180px;
    height: auto;
  }
  }


/* REGLAS */

.reglas {
    font-family: 'Nobel', sans-serif;
    background-color: #fff;
    color: #1e1e1e;
    text-align: justify;
  }

  .reglas h1:first-of-type {
  font-size: 30px;
  color: #1C6DB4; /* o el que prefieras */
}


  .reglas h1 {
    font-size: 38px;
  }
  

  .titulo-seccion {
    font-size: 28px;
    color: #1C6DB4;
    font-weight: bold;
    text-align: left;
  }

  .subseccion {
    font-size: 22px;
    font-weight:600;
    text-align: left;
  }

  .reglas p, .reglas li {
    font-size: 20px;
    line-height: 1.7;
  }

  .indentado {
    padding-left: 30px;
  }

  .lista-sin-bullets {
  list-style: none;
  padding-left: 0;
  }

  .lista-sin-bullets > li {
    margin-bottom: 15px;
  }

  .sublista-indentada {
  padding-left: 60px; /* puedes ajustar el valor */
  }


.tabla-paises th {
  font-weight: bold;
  font-size: 18px;
}

.tabla-paises td {
  font-size: 18px;
  vertical-align: middle;
}


  @media (max-width: 768px) {
    .reglas h1 {
      font-size: 28px;
    }

    .titulo-seccion {
      font-size: 26px;
    }

    .subseccion {
      font-size: 18px;
    }

    .indentado {
    padding-left: 12px;
    }

    .reglas p, .reglas li {
      text-align: left;
    }
  }

  /* ===== Tabla "Períodos y Calendario" responsiva ===== */

/* Desktop: puedes afinar anchos si quieres */
.table.tabla-paises th,
.table.tabla-paises td {
  vertical-align: top;
}

/* --- Móvil: convertir en tarjetas apiladas --- */
@media (max-width: 767.98px) {
  .table-responsive { overflow: visible; } /* evita doble scroll */

  .table.tabla-paises {
    border-collapse: separate;
    border-spacing: 0;
  }

  .table.tabla-paises thead {
    /* Ocultamos encabezado visualmente pero conservamos accesibilidad */
    position: absolute !important;
    width: 1px; height: 1px; margin: -1px; padding: 0;
    overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%);
    border: 0;
  }

  .table.tabla-paises,
  .table.tabla-paises tbody,
  .table.tabla-paises tr,
  .table.tabla-paises td {
    display: block;
    width: 100%;
  }

  .table.tabla-paises tr {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 12px;
    padding: 12px 12px 6px;
    margin-bottom: 14px;
    box-shadow: 0 4px 14px rgba(0,0,0,.05);
  }

  .table.tabla-paises td {
    position: relative;
    padding: 12px 12px 12px 44%;
    border: none !important;
    border-bottom: 1px solid #f2f5fa !important;
    font-size: 15px;
    line-height: 1.45;
    word-break: break-word;
  }
  .table.tabla-paises td:last-child {
    border-bottom: 0 !important;
    padding-bottom: 6px;
  }

  /* Etiquetas por celda */
  .table.tabla-paises td::before {
    content: "";
    position: absolute;
    left: 12px; top: 12px;
    width: 36%;
    font-weight: 700;
    color: #253B5C;
    font-size: 13px;
    line-height: 1.2;
  }
  .table.tabla-paises td:nth-child(1)::before { content: "Período"; }
  .table.tabla-paises td:nth-child(2)::before { content: "Motivo"; }
  .table.tabla-paises td:nth-child(3)::before { content: "Premios por período"; }

  /* Listado dentro de la celda de premios: más compacto y legible */
  .table.tabla-paises td ol {
    margin: 6px 0 0;
    padding-left: 1.1rem;
  }
  .table.tabla-paises td li { margin-bottom: 6px; }
}




  /*  CINTA ROSADA Y BOTÓN    */

.contenedor-cinta {
  position: relative;
  display: inline-block;
  width: 100%;
}

.btn-participa-superpuesta {
  position: absolute;
  top: 49%;
  right: 2%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: 32px;
  padding: 10px 100px;
  border: 2px solid #eea8cb;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 10;
}

.btn-participa-superpuesta:hover {
  background-color: #f3005f;
  color: #fff !important;
  text-decoration: none;
}

@media (max-width: 768px) {
  .btn-participa-superpuesta {
  position: absolute;
  top: 46%;
  right: 2%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: 11px;
  padding: 3px 8px;
  border: 2px solid #eea8cb;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 10;
  }
}


@media (width: 800px) and (height: 1280px) {
  .btn-participa-superpuesta {
    position: absolute;
    top: 46%;
    right: 2%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-size: 25px;
    padding: 3px 30px;
    border: 2px solid #eea8cb;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 10;
    }
}




/* ===== MENÚ MOBILE COVERGIRL FINAL ===== */
#menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  z-index: 999;
  color: white;
  text-align: center;
  padding-top: 100px;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
}

#menu-overlay.visible {
  display: block;
  opacity: 1;
}

.linea-menu {
  width: 30px;
  height: 4px;
  margin: 5px 0;
  transition: background-color 0.3s ease;
}

/* Color dinámico según clase del botón */
#boton-menu.hamburguesa-blanca .linea-menu {
  background-color: white;
}

#boton-menu.hamburguesa-negra .linea-menu {
  background-color: black;
}


/* Oculta la hamburguesa cuando el menú está abierto */
#boton-menu.oculto {
  display: none !important;
}

/* Opciones del menú */
.menu-opciones a {
  font-size: 28px;
  color: white;
  text-decoration: none;
}

.menu-opciones a:hover {
  color: #eea8cb;
}

/* Footer con línea blanca + logo */
.menu-footer {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.linea-blanca {
  width: 90%;
  height: 2px;
  background-color: white;
  margin: 0 auto 15px auto;
}

.logo-menu {
  width: 220px;
  height: auto;
}

@media screen and (min-width: 769px) {
  #menu-mobile-covergirl {
    display: none !important;
  }
}


/* ===== MENU DESKTOP COVERGIRL ===== */

/* Estilo general del botón de menú */
#boton-menu-desktop {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2000;
  cursor: pointer;
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#boton-menu-desktop:hover {
  color: #edaac9;
}

/* Rayitas tipo hamburguesa */
.linea-desktop {
  width: 32px;
  height: 4px;
  margin: 2px 0;
  transition: background-color 0.3s ease;
}

/* Colores según fondo */
#boton-menu-desktop.hamburguesa-blanca .linea-desktop {
  background-color: white;
}

#boton-menu-desktop.hamburguesa-negra .linea-desktop {
  background-color: black;
}


/* Panel lateral derecho */
#panel-menu-desktop {
  position: fixed;
  top: 0;
  right: -300px; /* oculto inicialmente */
  width: 300px;
  height: 100vh;
  background-color: black;
  color: white;
  z-index: 1999;
  transition: right 0.4s ease;
  padding-top: 60px;
  box-shadow: -2px 0 8px rgba(0,0,0,0.5);
}

/* Mostrar panel */
#panel-menu-desktop.activo {
  right: 0;
}

.opciones-menu-desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-top: 60px;
}

.opciones-menu-desktop a {
  font-size: 20px;
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.opciones-menu-desktop a:hover {
  color: #47a0ed!important;
}

/* Botón cerrar */
.cerrar-panel {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 30px;
  cursor: pointer;
  font-weight: bold;
  color: white;
}

/* Oculta el botón hamburguesa */
#boton-menu-desktop.oculto {
  display: none !important;
}


/* BLOQUE PARTICIPA  */

/* ==== Temporizador (scope a la sección para no afectar otros módulos) ==== */
.bloque-participa :root{
  --grad-a:#534999; /* púrpura claro marca */
  --grad-b:#2B2152; /* púrpura oscuro marca */
  --accent:#6EB6FF; /* celeste CTA */
  --ring:#FFD200;   /* dorado del contador */
}

.bloque-participa .timer-wrap{ position:relative; display:inline-block; }

.bloque-participa .timer-btn{
  --p:0; /* progreso 0..100 */
  position:relative; display:inline-flex; align-items:center; justify-content:center;
  gap:10px; padding:14px 24px 14px 56px;
  font:800 16px/1.1 system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif;
  color:#0F1420;
  background:linear-gradient(90deg,var(--accent),#9fd2ff);
  border:none; border-radius:12px; cursor:pointer; user-select:none;
  box-shadow:0 6px 24px rgba(0,0,0,.18);
}
.bloque-participa .timer-btn:disabled{ opacity:.85; cursor:default; }

.bloque-participa .timer-ring{
  position:absolute; left:14px; width:28px; height:28px; border-radius:50%;
  background: conic-gradient(var(--ring) calc(var(--p)*1%), #ffffff33 0);
  box-shadow:0 0 0 4px #ffffff66 inset, 0 1px 0 #ffffff55 inset;
}

.bloque-participa .hint{ font-size:12px; }

/* Confeti */
.bloque-participa .confetti-wrap{
  position:absolute; inset:-40px -80px -40px -80px; pointer-events:none; overflow:visible;
}
.bloque-participa .confetti{
  position:absolute; width:8px; height:14px; opacity:0; will-change:transform,opacity;
  animation:bp-fall 1200ms ease-out forwards;
}
@keyframes bp-fall{
  0%{transform:translate3d(var(--x,0), var(--y,0),0) rotate(0deg) scale(1); opacity:0}
  10%{opacity:1}
  100%{transform:translate3d(var(--tx,0), var(--ty,240px),0) rotate(var(--rot,160deg)) scale(.9); opacity:0}
}

/* Aparición del CTA */
.bloque-participa #ctaPlayWrap.reveal{
  animation:bp-pop .35s ease-out both;
}
@keyframes bp-pop{
  from{ transform:scale(.94); opacity:0 }
  to{ transform:scale(1); opacity:1 }
}

/* Estilo sugerido para .btn-participa si no existiera aún */
.bloque-participa .btn-participa{
  display:inline-block; padding:12px 22px; border-radius:10px;
  font-weight:800; letter-spacing:.3px; text-decoration:none; color:#111;
  background:linear-gradient(90deg,#FFD200,#FFEB7A);
  box-shadow:0 6px 18px rgba(0,0,0,.15);
}

/* Opcional: estilo sutil para el título del modal de ganadores */
#modalGanadores .modal-title{
  font-weight:800;
  background: linear-gradient(90deg,#534999,#2B2152);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#modalGanadores .list-group-item{ border-color:#eee; }




.ico-paso{ transition: transform .25s ease, filter .25s ease; }
.ico-paso:hover{ transform: translateY(-4px) scale(1.03); filter: drop-shadow(0 8px 18px rgba(29,113,184,.25)); }


/* ====== Animaciones infinitas para cada SVG ====== */

/* --- Paso 1: Play (titilar + ondas) --- */
.playcard .play{
  transform-origin: 64px 64px; /* centro del triángulo */
  animation: playPulse 1.6s ease-in-out infinite;
}
.playcard .ripple{
  transform-origin: 64px 64px;
  transform-box: fill-box;
  animation: ripple 2.6s ease-out infinite;
}
.playcard .ripple.r2{ animation-delay: .9s; }

@keyframes playPulse{
  0%,100%{ transform: scale(1); opacity:1; }
  50%    { transform: scale(1.06); opacity:.92; }
}
@keyframes ripple{
  0%   { transform: scale(.6); opacity:.22; }
  70%  { opacity:.06; }
  100% { transform: scale(1.6); opacity:0; }
}

/* --- Paso 2: Cronómetro (progreso 10s continuo) --- */
/* Para r=30 => circunf ≈ 188.5 */
.cronometro .ring-progress{
  stroke-dasharray: 188.5;
  stroke-dashoffset: 188.5;
  animation: ring 10s linear infinite;
}
.cronometro .pill-fill{
  transform-box: fill-box;
  transform-origin: left center;
  animation: pillFill 10s linear infinite;
}
@keyframes ring{
  from { stroke-dashoffset: 188.5; }
  to   { stroke-dashoffset: 0; }
}
@keyframes pillFill{
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

/* --- Paso 3: Calendario (3 taps + confeti en el 18) --- */
/* Ciclo de 6s: taps en 0.5s, 1.5s, 2.5s; highlight y confeti 3.2s */
.calendar .tap{
  opacity:0; transform: scale(.2);
  transform-box: fill-box; transform-origin: center;
  animation: tap 6s ease-in-out infinite;
}
.calendar .tap.t2{ animation-delay: 1.0s; }
.calendar .tap.t3{ animation-delay: 2.0s; }

@keyframes tap{
  0%,8%   { opacity:0; transform: scale(.2); }
  4%      { opacity:.95; transform: scale(1); }
  8%      { opacity:0; transform: scale(.2); }
}

/* Resalte del 18 */
.calendar .day18pulse{
  transform-box: fill-box; transform-origin: center;
  animation: dayPulse 6s ease-in-out infinite;
  animation-delay: 3.2s;
}
@keyframes dayPulse{
  0%   { transform: scale(1); }
  20%  { transform: scale(1.12); }
  40%  { transform: scale(1); }
  100% { transform: scale(1); }
}

/* Confeti */
.calendar .confetti > *{
  opacity:0;
  transform-box: fill-box; transform-origin: center;
  animation: confetti 6s ease-out infinite;
  animation-delay: 3.2s; /* sincronizado con el 18 */
}
@keyframes confetti{
  0%   { opacity:0; transform: translate(0,0) rotate(0deg); }
  10%  { opacity:1; }
  60%  { transform: translate(var(--dx), var(--dy)) rotate(240deg); opacity:1; }
  100% { opacity:0; }
}

/* (Extra) Evitar que decoraciones bloqueen interacciones */
.bloque-como-participar .estrella-boton,
.bloque-como-participar .estrella-paso1,
.bloque-como-participar .dos-estrellas-paso1,
.bloque-como-participar .dos-estrellas-paso2 { pointer-events: none; }

.bloque-como-participar .legal {
  text-align: center;
  max-width: 820px;      /* opcional, para mejor legibilidad */
  margin: 12px auto 0;   /* centra el bloque */
  font-size: 22px;     /* opcional */
  line-height: 1.45;     /* opcional */
}

.legal a{
  color: inherit;               /* usa el color del texto */
  text-decoration: underline;   /* visible como enlace */
  font-weight: 600;
}
.legal a:hover{ text-decoration-thickness: 3px; }

/* Móvil (≤576px): más angosto y tipografía más cómoda */
@media (max-width: 575.98px){
  .bloque-como-participar .legal{
    max-width: 320px;     /* o 320–360px si prefieres fijo */
    font-size: 20px;     /* opcional: baja el tamaño */
    line-height: 1.5;    /* opcional: más legible */
  }
}

/*   TRIVIA PREGUNTAS   */


/* ===== TRIVIA GAME LAYOUT ===== */


/* ===== TRIVIA GAME LAYOUT ===== */
.trivia-game {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}
.trivia-ui {
  background: linear-gradient(90deg, #002980 0%, #0049ba 100%);
  color: #fff;
  border-radius: 0;
  padding: 24px 16px 28px;
}

/* ===== HEADER ESTABLE ===== */
.trivia-header{
  display: grid;
  grid-template-columns: 1fr auto 1fr;  /* centro fijo + balance a ambos lados */
  align-items: center;
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto 20px;
  position: relative;
}
.th-center{ grid-column: 2; justify-self: center; text-align: center; }
.th-right { 
  grid-column: 3; 
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1;
}
.th-left { display: none !important; } /* no se usa */

/* Número de pregunta (círculo) */
.qnum {
  width: clamp(90px, 12vw, 150px);
  height: clamp(90px, 12vw, 150px);
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  margin: 0 auto 6px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.qnum span {
  font-size: clamp(80px, 6vw, 64px);
  font-weight: 900;
  background: linear-gradient(180deg, #f7425e, #e81746);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


  @media (max-width: 768px) {
.qnum span {
  font-size: clamp(50px, 6vw, 64px);
}
  }



.qlabel {
  font-size: 12px;
  opacity: 0.85;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Timer (número grande + etiqueta) */
.timer {
  display: inline-block;
  min-width: 2.5ch;              /* estable de 10→9 */
  text-align: right;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
  white-space: nowrap;
  font-weight: 900;
  font-size: clamp(28px, 3.6vw, 48px);  /* << tamaño del número de segundos */
}
.timer-label{
  display: block;
  white-space: nowrap;
  margin-top: 2px;
  opacity: .9;
  font-size: clamp(11px, 1.1vw, 13px); opacity: .8; /* etiqueta “segundos” */
}

/* ===== MAIN ===== */
.trivia-main {
  max-width: 1100px;
  margin: 0 auto;
}
.question-card {
  background: #fff;
  color: #f33557;
  padding: clamp(16px, 2.4vw, 24px);
  border: 2px solid rgba(255,255,255,0.6);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.question-text {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 24px);
}

/* Opciones */
.options-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 768px) {
  .options-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}
.option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: linear-gradient(90deg, #002980 0%, #0049ba 100%);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  transition: transform .05s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
}
/* No muestres outline en foco normal (click o focus programático) */
.option:focus { outline: none; }
/* Sólo muestra el outline al navegar con teclado (Tab) */
.option:focus-visible { outline: 2px dashed #72E300; outline-offset: 2px; }
.option:hover { box-shadow: 0 6px 16px rgba(0,0,0,0.2); transform: translateY(-1px); }

/* Etiqueta A/B/C/D */
.option .tag {
  width: 28px; height: 28px;
  display: inline-grid; place-items: center;
  border-radius: 0;
  font-weight: 900; font-size: 14px;
  flex: 0 0 28px;
}

/* Estados de respuesta */
.option.disabled { pointer-events: none; opacity: .9; }
.option.correct {
  border-color: #72E300;
  box-shadow: 0 0 0 3px rgba(114,227,0,0.25);
}
.option.correct::after {
  content: "✓";
  margin-left: auto;
  font-weight: 900;
  color: #72E300;
}
.option.wrong {
  border-color: #e81746;
  box-shadow: 0 0 0 3px rgba(232,23,70,0.25);
}
.option.wrong::after {
  content: "✕";
  margin-left: auto;
  font-weight: 900;
  color: #ff4a6a;
}

/* Botones acciones */
.actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.btn-skip, .btn-next {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  padding: 10px 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  cursor: pointer;
}
.btn-next[disabled] { opacity: .5; cursor: not-allowed; }

/* Resultado */
.trivia-result {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  background: linear-gradient(90deg, #1D71B8 0%, #29235C 100%);
}
.result-card {
  background: #fff; color: #333;
  padding: 28px 24px;
  width: min(560px, 92vw);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  text-align: center;
  width: 100%;
}
.result-card h3 { margin-top: 0; color: #f33557; }
.result-actions { display: flex; gap: 12px; justify-content: center; margin-top: 12px; }
.btn-outline, .btn-primary {
  text-decoration: none; display: inline-block; padding: 10px 16px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .05em;
}
.btn-outline { color: #1D71B8; border: 2px solid #1D71B8; background: #fff; }
.btn-primary { color: #fff !important; background: linear-gradient(180deg, #f7425e, #e81746); border: 0; }

/* Confeti */
.confetti-canvas {
  position: absolute; inset: 0;
  pointer-events: none;
}

/* Tipografías en Arial */
.trivia-game .options-grid .option,
.trivia-game .options-grid .option span,
.trivia-game .options-grid .option .tag {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
.trivia-game .question-text { 
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; 
}
/* Pregunta en Arial, sin negrita */
.trivia-game .question-card .question-text{
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-weight: 400 !important;   /* ó 'normal' */
  color: #e81746;

}

.participa-titulo {
font-size: 60px;
color: #000;
font-weight: 600;
}

 @media (max-width: 767px) {
.participa-titulo {
font-size: 40px;
color: #000;
font-weight: 600;
}
 }






