body {
  font-family: 'Russo One', sans-serif;
  background-color: #f5f5f5;
}

.hero {
  background: url('/images/landing/clandestino-banner-03.jpg') center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 120px 20px;
  position: relative;
}

.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: black;
  color: white;
  padding: 30px;
  border-radius: 10px;
  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: 'Russo One', sans-serif;
  letter-spacing: 1px;
}

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

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

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

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

.btn {
  font-family: 'Inter', sans-serif;
  font-weight: bold;

}

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