#bodycontacto{
    background-image: url(asimovfondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#bodyblog{
    background-image: url(hiperbestiafondo.jpg);
}
#bodysobremi {
    background-image: url(dragonlorefondo.jpg);
}
#bodyinicio {
    background-image: url(ctTfondo.jpg);
}
body {
    margin: 0;
}
h1 {
    color: yellow;
    font-weight: bolder !important;
}
h2 {
    color: yellow;
}
h3 {
    color: yellow;
}
p {
    color: #FFFFFF;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}
.text-muted {
  --bs-text-opacity: 1;
  color: gold !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  }
  .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled a {
  text-decoration: none;
  color: rgb(255, 255, 0);
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
  background-color: rgb(194, 182, 182);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
  background-color: grey;
}
.listamapas {
  color: var(--bs-white);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}
.listamapas ul {
  list-style: none;
}
.listaarmasct {
  color: orange;
   text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}
.listaarmasct ul {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0, 7);
}
.listaarmast {
  color: red;
   text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}
.listaarmast ul {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0, 7);
}
.listaarmasambos {
  color: yellow;
   text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}
.listaarmast ul {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0, 7);
}
.cajalateral a:hover {
    color: orange;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-back-to-top {
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

.btn-back-to-top:hover {
  color: #0d6efd;
  transform: scale(1.1);
}

