/* 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: 16px;
  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;
	}
 }

.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: 90vw; /* 👈 escalado proporcional al viewport */
    max-width: none; /* 👈 eliminamos la restricción previa */
  }
}

/* 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 #eea8cb;
  font-size: 35px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-participa:hover {
  background-color: #eea8cb;
  color: #fff;
  text-decoration: none;
}

.icono-estrellas {
  width: 80px;
  height: auto;
}

.estrella-inferior {
  position: absolute;
  left: 25%;
  top: 57%;
  width: 40px;
}

.estrella-superior {
  position: absolute;
  top: 60px;
  left: 8%;
  width: 100px;
  z-index: 1;
}

.estrella-superior img {
  width: 100%;
  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: 55%;
    width: 25px;
  }
}


/* 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: 20px;
    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: 20px;
  }

  .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: #eea8cb !important;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline !important;
  font-size: 25px;
}

.link-productos:hover {
  color: #f3005f !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;
}

.felicidades-subtexto_2 {
  font-size: 24px;
  font-weight: normal;
  color: white;
}

@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: #e15a9e;
}

.footer-icon {
  font-size: 24px;
  color: #eea8cb !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: 2px solid #eea8cb;
  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: #edaac9; /* o el que prefieras */
}


  .reglas h1 {
    font-size: 38px;
  }
  

  .titulo-seccion {
    font-size: 28px;
    color: #eea8cb;
    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: 22px;
    }

    .subseccion {
      font-size: 18px;
    }

    .indentado {
    padding-left: 12px;
    }

    .reglas p, .reglas li {
      font-size: 16px;
    }

    .tabla-paises th,
    .tabla-paises td {
      font-size: 16px;
    }
  }

  /*  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;*/
  background-color: #eea8cb;
}

#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;*/
  background-color: #eea8cb;
}

#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: #eea8cb !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;
}



