@charset "UTF-8";
body {
  font-family: "Arial Narrow", Arial, sans-serif;
  background-color: #000000;
  color: #ffffff;
}

header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #444;
  background-color: #000000;
}

.logo {
  height: 5vh;
  width: auto;
}

.navbar-nav {
  gap: 20px;
}

.nav-link {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #ff9098;
}

.nav-link.active {
  color: #ff9098 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.nav-link:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

@keyframes outline-secondary-hover {
  0% {
    background-color: transparent;
    border-color: #aaaaaa;
    color: #ffffff;
  }
  100% {
    background-color: #aaaaaa;
    border-color: #aaaaaa;
    color: #ffffff;
  }
}
.outline-secondary-anim, .btn-outline-secondary:hover, .contact-btn:hover {
  animation: outline-secondary-hover 0.3s ease forwards;
}

.lift-up, .feature-card, .btn-primary, .btn-primary:hover, .partner-logo:hover, .news-card:hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.lift-up:hover, .feature-card:hover, .btn-primary:hover, .partner-logo:hover, .news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255, 144, 152, 0.1);
}

.scale-up, .contact-btn, .presentation-btn, .partner-logo, .play-button:hover, .visit-btn:hover, .news-card:hover .news-image img, .page-btn,
.next, .social-icon {
  transition: transform 0.3s ease;
}
.scale-up:hover, .contact-btn:hover, .presentation-btn:hover, .partner-logo:hover, .play-button:hover, .visit-btn:hover, .news-card:hover .news-image img:hover, .page-btn:hover,
.next:hover, .social-icon:hover {
  transform: scale(1.1);
}

.scale-in, .product-image img, .partner-logo img, .news-card, .news-image img, .news-link, .team-box, .achievement-card, .player-card, .tournament-item, .contact-form .form-control, .info-card, .social-icon {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.move-up, .page-btn:hover,
.next:hover, .achievement-card:hover, .player-card:hover, .tournament-item:hover {
  transform: translateY(-5px);
}

footer {
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
  border-top: 1px solid #444;
  padding: 40px 0 20px 0;
}

.footer-section {
  padding: 0 15px;
  margin-bottom: 20px;
}

.footer-logo {
  width: 120px;
  max-width: 100%;
  margin-bottom: 15px;
  display: block;
  text-align: left;
}

.social-media {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.social-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.copyright-text {
  font-size: 14px;
  text-align: left;
  margin: 15px 0;
  line-height: 1.4;
}

.footer-title {
  font-size: 16px;
  color: #ff9098;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 0;
}

.footer-section a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  outline: none;
  box-shadow: none;
}

.footer-section a:focus,
.footer-section a:active {
  outline: none !important;
  box-shadow: none !important;
}

.footer-section a:hover {
  color: #ff9098;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin: 0;
}

.footer-section li {
  margin-bottom: 8px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .navbar-nav .nav-item:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
  }
  .navbar-nav .nav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #888;
  }
  .navbar-nav .nav-item:last-child::after {
    display: none;
  }
  footer .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  footer .row {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  footer .col-lg-3:first-child {
    text-align: left;
    flex: 0 0 25%;
    max-width: 25%;
  }
  footer .col-lg-2 {
    text-align: left;
    flex: 0 0 18%;
    max-width: 18%;
  }
  footer .col-lg-3:last-child {
    text-align: left;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .footer-section {
    padding: 0 15px;
    margin-bottom: 0;
  }
  .footer-section:first-child {
    text-align: left;
  }
  .footer-title {
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
  }
  .social-media {
    margin-top: 20px;
    gap: 12px;
    justify-content: flex-start;
  }
  footer .col-lg-2 .footer-title,
  footer .col-lg-2 ul,
  footer .col-lg-3:last-child .footer-title,
  footer .col-lg-3:last-child ul {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .news-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .news-card.featured {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .news-card.featured .news-image {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    border-top: 1px solid #444;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  .navbar-nav {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  .hero-section {
    padding: 40px 20px;
    gap: 30px;
    flex-direction: column;
  }
  .teams-section {
    padding: 2rem 1.5rem 1.5rem;
  }
  .teams-heading {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }
  .teams-subheading {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
    padding-bottom: 15px;
  }
  .teams-grid {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  .team-box {
    padding: 1rem;
  }
  .team-box img {
    max-height: 140px;
  }
  .achievements-section,
  .players-section,
  .tournaments-section {
    padding: 3rem 1.5rem 2rem;
    margin-top: 1.5rem;
  }
  .achievements-title,
  .players-title,
  .tournaments-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .achievements-grid,
  .players-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .achievement-card,
  .player-card {
    padding: 1.5rem;
  }
  .tournament-item {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .tournament-date {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .player-avatar {
    width: 60px;
    height: 60px;
  }
  .news-section {
    padding: 4rem 1.5rem 3rem;
  }
  .news-title {
    font-size: 2.5rem;
    margin-bottom: 0.8rem;
  }
  .news-subtitle {
    font-size: 1rem;
  }
  .news-header {
    margin-bottom: 3rem;
  }
  .news-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .news-content {
    padding: 1.2rem;
  }
  .news-card.featured .news-content {
    padding: 1.5rem;
  }
  .news-card-title {
    font-size: 1.1rem;
  }
  .news-card.featured .news-card-title {
    font-size: 1.4rem;
  }
  .news-image {
    height: 180px;
  }
  .news-card.featured .news-image {
    height: 200px;
  }
  .pagination {
    margin-top: 2rem;
  }
  .page-btn,
  .next {
    padding: 10px 14px;
    font-size: 0.9rem;
  }
  .contact-main {
    padding: 4rem 0 3rem;
  }
  .contact-title {
    font-size: 2.5rem;
    margin-bottom: 0.8rem;
  }
  .contact-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .contact-form {
    padding: 2rem 1.5rem;
    margin: 0 1rem;
  }
  .contact-media {
    margin-top: 3rem;
  }
  .media-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .form-buttons {
    flex-direction: column;
    align-items: center;
  }
  .form-buttons .btn {
    width: 100%;
    max-width: 200px;
  }
  .partners-header {
    padding: 4rem 0 3rem;
  }
  .partners-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
  }
  .partners-buttons {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 3rem;
  }
  .contact-btn,
  .presentation-btn {
    width: 100%;
    max-width: 250px;
    justify-content: center;
  }
  .featured-partner {
    padding: 2rem 1.5rem;
    margin: 0 1rem 3rem;
  }
  .partner-info {
    padding-left: 0;
    padding-top: 2rem;
  }
  .partner-name {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .partner-description {
    font-size: 0.9rem;
    text-align: left;
  }
  .visit-btn {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }
  footer {
    padding: 30px 15px 15px 15px;
  }
  footer .container-fluid {
    max-width: 100%;
    padding: 0;
  }
  footer .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 0;
  }
  .footer-section {
    padding: 20px 15px;
    margin-bottom: 0;
    text-align: center;
  }
  footer .col-lg-3:first-child {
    grid-column: 1/-1;
    order: 1;
  }
  footer .col-lg-2:nth-child(3) {
    order: 2;
  }
  footer .col-lg-3:last-child {
    order: 3;
  }
  footer .col-lg-2:nth-child(2) {
    order: 4;
  }
  footer .col-lg-2:nth-child(4) {
    order: 5;
  }
  .copyright-text, .footer-title {
    text-align: center;
  }
  .footer-section ul {
    text-align: center;
  }
  .social-media {
    justify-content: center;
    margin-top: 15px;
  }
  .footer-logo {
    margin: 0 auto 10px auto;
    display: block;
  }
  .footer-title {
    color: #ff9098;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
  }
}
@media (max-width: 576px) {
  .footer-section {
    margin-bottom: 20px;
  }
  .footer-title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .footer-section li {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
*:focus {
  outline: 2px solid #ff9098;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
html {
  scroll-behavior: smooth;
}

.text-muted {
  color: #aaaaaa !important;
}

.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.hero-section {
  padding: 70px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.hero-content {
  text-align: center;
}

.about-section {
  background-color: #000000;
  color: #ffffff;
}

.section-title {
  font-size: 3rem;
  font-weight: bold;
  color: #ff9098 !important;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.section-description {
  font-size: 1.2rem;
  color: #cccccc !important;
  max-width: 800px;
  margin: 0 auto 3rem auto;
  line-height: 1.6;
}

.info-card {
  background-color: #1a1a1a;
  border-radius: 10px;
  border: 1px solid #333;
  height: 100%;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255, 144, 152, 0.1);
}

.info-card h3 {
  color: #ffffff !important;
  font-weight: bold;
  margin-bottom: 1rem;
}

.info-card p {
  color: #cccccc !important;
  line-height: 1.6;
}

.info-icon {
  margin-bottom: 1rem;
}

.info-icon i {
  color: #ff9098;
}

.contact-main {
  background-color: #000000;
  color: #ffffff;
  min-height: 80vh;
  padding: 2rem 0 4rem;
}

.contact-form-section {
  margin-bottom: 5rem;
}

.contact-title {
  font-size: 3rem;
  font-weight: bold;
  color: #ff9098 !important;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

.contact-subtitle {
  font-size: 1.2rem;
  color: #cccccc !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  text-align: center;
  margin-bottom: 3rem;
}

.contact-form {
  background-color: #111;
  padding: 3rem;
  border-radius: 12px;
  border: 1px solid #333;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.contact-form .form-label {
  color: #ffffff !important;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.contact-form .form-control {
  background-color: #1a1a1a;
  border: 1px solid #333;
  color: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: 8px;
}

.contact-form .form-control:focus {
  border-color: #ff9098;
  box-shadow: 0 0 0 0.2rem rgba(255, 144, 152, 0.25);
  color: #ffffff;
}

.contact-form .form-control::placeholder {
  color: #888;
}

.contact-form .form-control-color {
  width: 60px;
  height: 45px;
  padding: 0.25rem;
  border-radius: 8px;
}

.form-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-media {
  margin-top: 4rem;
}

.media-title {
  color: #ff9098 !important;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  text-align: center;
}

.map-container iframe,
.contact-form label {
  display: block;
  width: 100%;
  text-align: center;
}

.teams-section {
  padding: 2rem 3rem 2rem;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  border: 1px solid #111;
}

.teams-heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #ffffff !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.teams-subheading {
  font-size: 0.9rem;
  color: #ffffff !important;
  margin-bottom: 2rem;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.teams-subheading span {
  color: #ff8f97;
}

.teams-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.team-box {
  background-color: #0a0a0a;
  padding: 1.5rem;
  border: 1px solid #111;
  border-radius: 8px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-box:hover {
  transform: scale(1.05);
  border-color: #ff8f97;
}

.team-box img {
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
}

.achievements-section {
  padding: 4rem 3rem 3rem;
  border-top: 1px solid #333;
  margin-top: 2rem;
}

.achievements-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  color: #ff9098 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}

.achievements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.achievement-card {
  background-color: #1a1a1a;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #333;
}

.achievement-card:hover {
  box-shadow: 0 10px 20px rgba(255, 144, 152, 0.1);
  border-color: #ff9098;
}

.achievement-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.achievement-card h3 {
  color: #ffffff !important;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.achievement-card p {
  color: #cccccc !important;
  font-size: 0.9rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.players-section {
  padding: 4rem 3rem 3rem;
  background-color: #000000;
  border-top: 1px solid #333;
  margin-top: 2rem;
}

.players-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  color: #ff9098 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}

.players-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.player-card {
  background-color: #0a0a0a;
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #111;
}

.player-card:hover {
  border-color: #ff9098;
}

.player-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 1rem;
  overflow: hidden;
  border: 2px solid #ff9098;
}

.player-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.player-card h3 {
  color: #ffffff !important;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.player-role {
  color: #ff9098 !important;
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.player-stats {
  color: #cccccc !important;
  font-size: 0.8rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.tournaments-section {
  padding: 4rem 3rem 3rem;
  border-top: 1px solid #333;
  margin-top: 2rem;
}

.tournaments-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  color: #ff9098 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}

.tournaments-list {
  max-width: 800px;
  margin: 0 auto;
}

.tournament-item {
  display: flex;
  align-items: center;
  background-color: #1a1a1a;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 10px;
  border: 1px solid #333;
}

.tournament-item:hover {
  border-color: #ff9098;
}

.tournament-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ff9098;
  color: black;
  padding: 1rem;
  border-radius: 8px;
  margin-right: 1.5rem;
  min-width: 70px;
}

.tournament-date .day {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

.tournament-date .month {
  font-size: 0.8rem;
  font-weight: bold;
}

.tournament-info {
  flex: 1;
}

.tournament-info h3 {
  color: #ffffff !important;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.tournament-info p {
  color: #cccccc !important;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.tournament-prize {
  color: #ff9098 !important;
  font-weight: bold;
  font-size: 0.9rem;
}

.news-section {
  min-height: 80vh;
  background-color: #000000;
  color: #ffffff;
  padding: 2rem 3rem 4rem;
  max-width: 1200px;
  margin: 0 auto;
}

.news-header {
  text-align: left;
  margin-bottom: 4rem;
}

.news-title {
  font-size: 3rem;
  font-weight: bold;
  color: #ff9098 !important;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.news-subtitle {
  font-size: 1.2rem;
  color: #cccccc !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  max-width: 600px;
  margin: 0;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
  align-items: stretch;
}

.news-card {
  background-color: #111;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #333;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-card:hover {
  box-shadow: 0 10px 25px rgba(255, 144, 152, 0.15);
  border-color: #ff9098;
}

.news-card.featured {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 300px;
  flex-direction: row;
}

.news-image {
  position: relative;
  overflow: hidden;
  height: 200px;
  border-radius: 12px 12px 0 0;
}

.news-card.featured .news-image {
  height: 100%;
  border-radius: 12px 0 0 12px;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.news-category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #ff9098;
  color: black;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.news-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
  flex-grow: 1;
}

.news-card.featured .news-content {
  justify-content: center;
  padding: 2rem;
  height: auto;
}

.news-meta {
  margin-bottom: 1rem;
}

.news-date {
  color: #ff9098 !important;
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.news-card-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff !important;
  margin-bottom: 1rem;
  line-height: 1.4;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  text-align: left;
}

.news-card.featured .news-card-title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.news-excerpt {
  color: #cccccc !important;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  text-align: left;
  flex-grow: 1;
}

.news-link {
  color: #ff9098 !important;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  text-align: left;
  align-self: flex-start;
}

.news-link:hover {
  color: #ffffff !important;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 3rem;
}

.page-btn,
.next {
  background: #111;
  padding: 12px 16px;
  border: 1px solid #333;
  color: #ffffff !important;
  cursor: pointer;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  min-width: 45px;
  text-align: center;
}

.page-btn:hover,
.next:hover {
  background: #ff9098;
  color: #000000 !important;
  border-color: #ff9098;
}

.page-btn.active {
  background: #ff9098;
  color: #000000 !important;
  border-color: #ff9098;
}

.partners-main {
  background-color: #000000;
  color: #ffffff;
  min-height: 100vh;
}

.partners-header {
  padding: 8rem 0 4rem;
  text-align: center;
  position: relative;
}

.partners-title {
  font-size: 4rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  letter-spacing: 3px;
}

.partners-title::before {
  content: "OUR";
  color: #ff9098;
}

.partners-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.contact-btn {
  padding: 0.8rem 2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  outline: none;
  box-shadow: none;
}

.contact-btn:focus,
.contact-btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.presentation-btn {
  padding: 0.8rem 2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  outline: none;
  box-shadow: none;
}

.contact-btn {
  border-color: #ffffff;
  color: #ffffff;
}

.contact-btn:hover {
  background-color: #aaaaaa;
  color: #ffffff;
  border-color: #aaaaaa;
}

.presentation-btn {
  border-color: #ff9098;
  color: #ff9098;
  background-color: transparent;
}

.presentation-btn:hover {
  background-color: #ff9098;
  color: #ffffff;
  border-color: #ff9098;
}

.presentation-btn:focus,
.presentation-btn:active {
  background-color: transparent !important;
  color: #ff9098 !important;
  border-color: #ff9098 !important;
  outline: none !important;
  box-shadow: none !important;
}

.partners-grid {
  margin-bottom: 6rem;
}

.partner-logo {
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 12px;
  padding: 2rem;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.partner-logo:hover {
  border-color: #ff9098;
  box-shadow: 0 10px 25px rgba(255, 144, 152, 0.2);
}

.partner-logo img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(100%) brightness(0.8);
}

.partner-logo:hover img {
  filter: grayscale(0%) brightness(1);
}

.featured-partner {
  background-color: #111;
  border-radius: 20px;
  padding: 4rem;
  border: 1px solid #333;
  margin-bottom: 4rem;
}

.play-button {
  width: 80px;
  height: 80px;
  background-color: #ff9098;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #000000;
  cursor: pointer;
  z-index: 2;
}

.play-button:hover {
  background-color: #ff7a85;
}

.optic-logo-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}

.motion-logo {
  height: 40px;
  width: auto;
  filter: brightness(0.8);
}

.partner-info {
  padding-left: 3rem;
}

.partner-name {
  font-size: 2.5rem;
  font-weight: 900;
  color: #ff9098;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.partner-description {
  font-size: 1rem;
  line-height: 1.8;
  color: #cccccc;
  margin-bottom: 2rem;
  text-align: justify;
}

.visit-btn {
  background-color: #333;
  border-color: #333;
  color: #ffffff;
  padding: 0.8rem 2rem;
  font-weight: bold;
  border-color: #ff9098;
  color: #ff9098;
  background-color: transparent;
}

.presentation-btn:hover {
  background-color: #ff9098;
  color: #000000;
  border-color: #ff9098;
}

.presentation-btn:focus,
.presentation-btn:active {
  background-color: transparent;
  color: #ff9098;
  border-color: #ff9098;
  outline: none;
  box-shadow: none;
}

.visit-btn:hover {
  background-color: #ff9098;
  border-color: #ff9098;
  color: #000000;
}

.products-main {
  background-color: #000000;
  color: #ffffff;
  min-height: 80vh;
}

.products-title {
  font-size: 3rem;
  font-weight: bold;
  color: #ff9098 !important;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.products-subtitle {
  font-size: 1.2rem;
  color: #ffffff !important;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 2px rgba(204, 153, 153, 0.8);
}

.product-category {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #ff9098 !important;
  color: #000000 !important;
  font-weight: bold;
  border: none !important;
}

.product-name {
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff !important;
  text-align: left;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.product-price {
  color: #ff9098 !important;
  font-weight: bold;
  text-align: left;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.product-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #ffffff !important;
  text-align: left;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.product-info {
  text-align: left;
}

.product-actions {
  text-align: left;
}

.product-image img {
  max-width: 100%;
  height: auto;
}

.product-image img:hover {
  transform: scale(1.05);
}

.feature-card {
  background-color: #1a1a1a;
  border-radius: 10px;
  border: 1px solid #333;
  height: 100%;
}

.feature-card h5 {
  color: #ffffff !important;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.feature-card p {
  color: #cccccc !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.características-title,
h3 {
  color: #ffffff !important;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.text-muted {
  color: #cccccc !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.feature-icon i {
  color: #ff9098;
}

.btn-primary {
  background-color: #ff9098 !important;
  border-color: #ff9098 !important;
  color: #000000 !important;
  font-weight: bold;
  transition: all 0.3s ease;
}

.btn-primary:focus,
.btn-primary:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn-primary:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.btn-primary:hover {
  background-color: #ff7a85 !important;
  border-color: #ff7a85 !important;
  color: #000000 !important;
}

.btn-outline-secondary {
  border-color: #aaaaaa;
  color: #ffffff;
  transition: all 0.3s ease;
}

.btn-outline-secondary:hover {
  background-color: #aaaaaa;
  border-color: #aaaaaa;
  color: #ffffff;
}

/* =====================================
   PÁGINA DE PRODUCTOS - ESTILOS PRINCIPALES
   ===================================== */
.products-main {
  background-color: #000000;
  color: #ffffff;
  min-height: 80vh;
}

.products-title {
  font-size: 3rem;
  font-weight: bold;
  color: #ff9098 !important;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.products-subtitle {
  font-size: 1.2rem;
  color: #ffffff !important;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 2px rgba(204, 153, 153, 0.8);
}

.product-category {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #ff9098 !important;
  color: #000000 !important;
  font-weight: bold;
  border: none !important;
}

.product-name {
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff !important;
  text-align: left;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.product-price {
  color: #ff9098 !important;
  font-weight: bold;
  text-align: left;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.product-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #ffffff !important;
  text-align: left;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.product-info {
  text-align: left;
}

.product-actions {
  text-align: left;
}

.product-image img {
  max-width: 100%;
  height: auto;
}

.feature-card {
  background-color: #1a1a1a;
  border-radius: 10px;
  border: 1px solid #333;
  height: 100%;
}

.feature-card h5 {
  color: #ffffff !important;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.feature-card p {
  color: #cccccc !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.características-title,
h3 {
  color: #ffffff !important;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.text-muted {
  color: #cccccc !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255, 144, 152, 0.1);
}

.feature-icon i {
  color: #ff9098;
}

.btn-primary {
  background-color: #ff9098;
  border-color: #ff9098;
  color: #000000;
  font-weight: bold;
}

.btn-primary:hover {
  background-color: #ff7a85;
  border-color: #ff7a85;
  color: #000000;
  transform: translateY(-2px);
}

.btn-outline-secondary {
  border-color: #aaaaaa;
  color: #ffffff;
}

.btn-outline-secondary:hover {
  background-color: #aaaaaa;
  border-color: #aaaaaa;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .news-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .news-card.featured {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .news-card.featured .news-image {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgb(39, 36, 36);
    border-top: 1px solid #444;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  .navbar-nav {
    padding: 10px 0;
    align-items: center;
    width: 100%;
  }
  .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
  }
  .about-section .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .hero-section {
    padding: 40px 20px;
    gap: 30px;
    flex-direction: column;
  }
  .teams-section {
    padding: 2rem 1.5rem 1.5rem;
  }
  .teams-heading {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }
  .teams-subheading {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
    padding-bottom: 15px;
  }
  .teams-grid {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  .team-box {
    padding: 1rem;
  }
  .team-box img {
    max-height: 140px;
  }
  .achievements-section,
  .players-section,
  .tournaments-section {
    padding: 3rem 1.5rem 2rem;
    margin-top: 1.5rem;
  }
  .achievements-title,
  .players-title,
  .tournaments-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .achievements-grid,
  .players-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .achievement-card,
  .player-card {
    padding: 1.5rem;
  }
  .tournament-item {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .tournament-date {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .player-avatar {
    width: 60px;
    height: 60px;
  }
  .news-section {
    padding: 4rem 1.5rem 3rem;
  }
  .news-title {
    font-size: 2.5rem;
    margin-bottom: 0.8rem;
  }
  .news-subtitle {
    font-size: 1rem;
  }
  .news-header {
    margin-bottom: 3rem;
  }
  .news-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .news-content {
    padding: 1.2rem;
  }
  .news-card.featured .news-content {
    padding: 1.5rem;
  }
  .news-card-title {
    font-size: 1.1rem;
  }
  .news-card.featured .news-card-title {
    font-size: 1.4rem;
  }
  .news-image {
    height: 180px;
  }
  .news-card.featured .news-image {
    height: 200px;
  }
  .pagination {
    margin-top: 2rem;
  }
  .page-btn,
  .next {
    padding: 10px 14px;
    font-size: 0.9rem;
  }
  .contact-main {
    padding: 4rem 0 3rem;
  }
  .contact-title {
    font-size: 2.5rem;
    margin-bottom: 0.8rem;
  }
  .contact-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .contact-form {
    padding: 2rem 1.5rem;
    margin: 0 1rem;
  }
  .contact-media {
    margin-top: 3rem;
  }
  .media-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .form-buttons {
    flex-direction: column;
    align-items: center;
  }
  .form-buttons .btn {
    width: 100%;
    max-width: 200px;
  }
  .partners-header {
    padding: 4rem 0 3rem;
  }
  .partners-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
  }
  .partners-buttons {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 3rem;
  }
  .contact-btn,
  .presentation-btn {
    width: 100%;
    max-width: 250px;
    justify-content: center;
  }
  .featured-partner {
    padding: 2rem 1.5rem;
    margin: 0 1rem 3rem;
  }
  .partner-info {
    padding-left: 0;
    padding-top: 2rem;
  }
  .partner-name {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .partner-description {
    font-size: 0.9rem;
    text-align: left;
  }
  .visit-btn {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }
  footer {
    padding: 30px 15px 15px 15px;
  }
  footer .container-fluid {
    max-width: 100%;
    padding: 0;
  }
  footer .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 0;
    justify-items: center;
  }
  .footer-section {
    padding: 20px 15px;
    margin-bottom: 0;
    text-align: center;
  }
  footer .col-lg-3:first-child {
    grid-column: 1/-1;
    order: 1;
  }
  footer .col-lg-2:nth-child(3) {
    order: 2;
  }
  footer .col-lg-3:last-child {
    order: 3;
  }
  footer .col-lg-2:nth-child(2) {
    order: 4;
  }
  footer .col-lg-2:nth-child(4) {
    order: 5;
  }
  .copyright-text, .footer-title {
    text-align: center;
  }
  .footer-section ul {
    text-align: center;
  }
  .social-media {
    justify-content: center;
    margin-top: 15px;
  }
  .footer-logo {
    margin: 0 auto 10px auto;
    display: block;
  }
  .footer-title {
    color: #ff9098;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
  }
}
@media (max-width: 576px) {
  .footer-section {
    margin-bottom: 20px;
  }
  .footer-title {
    font-size: 15px;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  .footer-section li {
    font-size: 13px;
    margin-bottom: 6px;
  }
}

/*# sourceMappingURL=styles.css.map */
