/* * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
} */

body {
  overflow-x: hidden;
  padding: 12px;
  /* background-color: rgb(0, 25, 255); */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover {
  opacity: 50%;
}

/* espacios negativos*/
.mt-n1 {
  margin-top: -0.25rem !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-border-opacity)
  ) !important;
}

img {
  width: 250px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 768px) {
  #datos h3,
  h5,
  h6 {
    font-size: 14px !important;
  }
  #datos {
    margin-top: 12px;
  }
  #datos h2 {
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  #malonso img {
    width: 40% !important;
    height: auto;
  }
}

@media (max-width: 992px) {
  #menu a {
    font-size: 12px !important;
  }
}

@media (max-width: 992px) {
  .navbar {
    background-color: rgb(212, 0, 255) !important;
  }
}
