.text-gold {
  color: #FFD700;
  font-weight: bold; 
}

.text-black{
    color: #0c0c0c;
    font-size: 24px;
    font-weight: bold;
}

.negrita{
    font-weight: bold;
}

.fuentetitulos{
    font-size: 24px;
}

.bordered-text {
text-shadow:
-1px -1px 0 rgb(255, 255, 255),
1px -1px 0 rgb(255, 255, 255),
-1px 1px 0 rgb(255, 255, 255),
1px 1px 0 rgb(255, 255, 255);
}

.banner-image {
  width: 100%;
  height: 300px; /* Define una altura fija para el banner */
  object-fit: cover;
  object-position: center; /* Centra la imagen, útil si se recorta */
}

/* #sidebar {
    width: 300px;
    height: 280px;
    overflow: auto;
/* position: fixed;
z-index: 1000; */

.copiable {
    cursor: pointer;
    color: #4a90e2; /* Opcional: cambia el color para que se vea como un enlace */
}