body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  /*background: url(/src/SVG/Recurso\ 1.svg);*/
   background: radial-gradient(
    circle at top left,
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
  z-index: -1;
  opacity: 1;
  align-items: center;
  display: flex;
  justify-content: center;

}


header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

/* Menú a la izquierda */
.menu-icon {
  flex: 0 0 auto;
}

/* Centro absoluto del logo */
.logo-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Logo responsivo */
.logo {
  width: 150px;
  max-width: 50vw;
}


h1 {
  margin: 0;
 
}

.menu-icon {
  font-size: 30px;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  color: #111;
 

}


#side-menu {
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
   background: radial-gradient(
    circle at top left,
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
  overflow-x: auto;
  transition: 0.5s;
  padding-top: 30px;
 
  
 
  
}

#side-menu ul {
  padding: 0;
  list-style: none;

 
}

#side-menu li {
  padding: 15px;
  text-align: center;
}

#side-menu a {
  text-decoration: none;
  color: white;
  font-size: 18px;
 
}

#side-menu a:hover {
  background-color: #a7a7a7;
  border-radius: 3px;
  padding: 3px;
 

}
main{
  margin-top: 40px;
  text-align: center;
  padding: 20px;
  color: rgb(255, 251, 251);
  font-size: 18pt;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  width: 80%;
  max-width: 600px;
 display: flex;
 flex-direction: column;
 align-items: center;
 
  
}




.bloque{
  background-color: rgba(255, 255, 255, 0.927);
  border-radius: 10px;
  padding: 10px;
  font-size: 15pt;
  color: rgb(0, 0, 0);   
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  
  

}

.bloqueinstrucciones{
  background-color: rgba(255, 255, 255, 0.927);
  border-radius: 10px;
  padding-bottom: 0pz;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0px;
  font-size: 10pt;
  color: rgb(0, 0, 0);   
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  
  

}

.fecha{
  font-weight: bold;
}


img{
width: 100%;
height: auto;
border-radius: 40px;


}
.imagenmini{
width: 150px;
height: auto;

}

.imagenchica{
width: 200px;
height: auto;
border-radius: 10px;

}
.imagenmedia{
width: 100%;
height: auto;

}



.enlace{

color: rgb(181, 63, 63);
}
.bloqueenlace {
  border-radius: 10px;
  padding: 10px;
  font-size: 15pt;
  color: #000;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 rgba(0,0,0,0); /* sombra inicial */
}

.bloqueenlace:hover {
  background-color: #000;         /* fondo negro al pasar */
  color: #fff;                    /* texto blanco */
  transform: scale(1.02) translateY(-2px); /* sutil levantamiento */
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);  /* sombra flotante */
  cursor: pointer;
}




.ytvideo{
width: 100%;
aspect-ratio: 16/9;
border-radius: 20px;
}

.ytshort{
  width: 100%;
  aspect-ratio: 9/16;
  }

  .botonsexy {
    background: linear-gradient(135deg, #ff66b2, #6b5bff);
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(255, 102, 178, 0.3);
    transition: all 0.3s ease;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
  }
  
  .botonsexy:hover {
    background: linear-gradient(135deg, #ff8ac6, #7d70ff);
    box-shadow: 0 10px 20px rgba(255, 102, 178, 0.5);
    transform: scale(1.05);
    filter: brightness(1.1);
  }
  


  .presentación {
  
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #fff; /* blanco o lo que combine con tu fondo */
    /* No hay fondo ni borde */
    
  }
  
  .foto-redonda {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 3px solid #000000;
    box-shadow: 0 0 12px rgba(255,255,255,0.2);
  }
  













