body {
  font-family: 'Google Sans Code', sans-serif;
  background-color: #f5f5f5;
}

.hero h1 {
  font-size: 4rem;
}

.hero p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.hero .btn {
  font-size: 1.2rem;
  padding: 15px 30px;
  margin: 10px;
}

.fighters {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 20px;
}

.fighters img {
  height: 300px;
  border-radius: 5px;
}

.newsletter {
  background: linear-gradient(90deg, #6d214f 0%, #0d1323 100%);
  color: #fff;
  padding: 30px;
  border-radius: 4px;
  margin-top: 30px;
}

footer {
  background-color: #eee;
  padding: 40px 20px;
  font-family: Inter;
  letter-spacing: 3px;
}

.footer-suboption {
  color: #00000099;
  font-size: .8rem;

}

.social-icons {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

#title_social_media {
  margin-bottom: 20px;
  font-family: 'Google Sans Code', sans-serif;
  letter-spacing: 1px;
}

#newsletter-logo {
  height: 80px;
  margin-bottom: 20px;
}

.nav-item {
  margin: 0 30px;
}

.nav-item .nav-link {
  font-family: 'Google Sans Code', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #1a1a1a;
  padding: 10px 50px;
}

#newsletter-text {
  font-family: 'Google Sans Code', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
}

.btn {
  font-family: 'Google Sans Code', sans-serif;
}

#input_add_email_newsletter {
  font-family: 'Google Sans Code', sans-serif;
  letter-spacing: 1px;
  color: #00000099;
}

.footer-suboption a {
  color: #00000099;
  text-decoration: none;
}

.banner-img{
    position: relative;
    height: 320px;
    background-size: cover;
    background-position: center 45%;
    background-repeat: no-repeat;
    margin-bottom: 2rem;
    border-radius: 2px;
    overflow: hidden;
}

.banner-img-mate{
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.35); /* Ajusta el 0.35 para más o menos mate */
    z-index: 1;
    border-radius: 2px;
}