body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  /*
* Created with https://www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=010101&c2=060519&gt=r&gd=dtl
*/
background: #010101;
background: radial-gradient(at left top, #010101, #060519);
 /* background-image: url(imgB.jpg);*/
  text-align: center;
}

.container {
  max-width: 400px;
  margin: auto;
  padding: 20px;
}

.perfil img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 4px solid #d4af37;
  object-fit: cover;
  margin-top: 20px;
}

/* NOMBRE */
.nombre {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 10px 0 5px;
  background: linear-gradient(to right, #eef587, #fcb902);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* LÍNEA DEBAJO DEL NOMBRE */
.linea {
  width: 200px;
  height: 4px;
  margin: 0 auto 20px;
  background: linear-gradient(to right, #f0a911, #ebcc67); /* Puedes modificar este degradado */
  border-radius: 2px;
}

/* DESCRIPCIÓN */
.descripcion {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 1.1rem;
  background: linear-gradient(to right, #ebd19b, #ebbd29); /* Puedes modificar este degradado */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* BOTONES */
.botones {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}

.boton {
  padding: 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  background-color: #1c1c1c;
  border: 1px solid #444;
  transition: background 0.3s;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* BOTONES CON DEGRADADOS INDEPENDIENTES */
.boton1 {display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 30px;
  padding: 15px 20px;
  color: #f7c14b;
  text-decoration: none;
  max-width: 90%;
  margin: 1px auto;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  transition: width 2s, height 4s;
  background-image: linear-gradient(to right, #f7c14b, #d4af37);
}
.boton2 {
display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 30px;
  padding: 15px 20px;
  color: #f7c14b;
  text-decoration: none;
  max-width: 90%;
  margin: 1px auto;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  background-image: linear-gradient(to right, #fdba02, #fcbd35);
}
.boton3 {
display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 30px;
  padding: 15px 20px;
  color: #f7c14b;
  text-decoration: none;
  max-width: 90%;
 margin: 1px auto;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  background-image: linear-gradient(to right, #e6b800, #ffcc66);
}

.boton:hover {
  background-color: rgba(255, 215, 0, 0.1);
  transform: scale(1.02);
}

.redes {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.redes a {
  font-size: 1.5rem;
  color: #f7c14b;
  transition: transform 0.3s;
}

.redes a:hover {
  transform: scale(1.2);
}

footer {
  font-size: 0.8rem;
  color: #777;
}

/* NAVBAR */
.navbar {
 /* background-color: #0d0d0d;*/
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  position: relative;
  z-index: 1000;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  background: linear-gradient(to right, #fd9813, #ecc851);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-toggle {
  font-size: 1.5rem;
  cursor: pointer;
  color: #f7c14b;
  display: block;
}

.nav-menu {
  display: none;
  position: absolute;
  top: 60px;
  right: 20px;
  background: #1a1a1a;
  border: 1px solid #f7c14b30;
  border-radius: 10px;
  padding: 10px 0;
  width: 180px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.6);
}

.nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu li {
  border-bottom: 1px solid #333;
}

.nav-menu li:last-child {
  border-bottom: none;
}

.nav-menu a {
  color: #f1f1f1;
  text-decoration: none;
  display: block;
  padding: 12px 20px;
  transition: background 0.3s, color 0.3s;
}

.nav-menu a:hover {
  background: #2a2a2a;
  color: #f7c14b;
}



.boton-instagram {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 30px;
  padding: 15px 20px;
  color: #f7c14b;
  text-decoration: none;
  max-width: 90%;
  margin: 20px auto;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}

.boton-instagram:hover {
  background-color: rgba(255, 215, 0, 0.1);
  transform: scale(1.02);
}

.boton-instagram .icono i {
  font-size: 2.5rem;
  color: #f7c14b;
}

.boton-instagram .texto {
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
}
