/* ======================= Variáveis ======================= */
:root {
  --verde-principal: #51ff00;
  --verde-escuro: rgb(0, 88, 0);
  --amarelo-claro: rgb(238, 255, 0);
  --preto-transparente: rgba(0, 0, 0, 0.6);
  --vermelho-hover: rgba(255, 0, 0, 0.3);
  --fundo-claro: transparent;
  --white: #ffffff;
  --black: #000000;
}

/* ======================= Navbar + Dropdown ======================= */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-right: 0%;
}

.navbar-nav .nav-link {
  color: var(--verde-escuro) !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  transform: translateY(-2px);
  color: var(--verde-principal) !important;
}

/* Apenas dropdowns principais (não submenus) abrem com hover */
.navbar-nav > .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  border: 3px solid var(--verde-principal);
  background-color: var(--black);
  animation: fadeIn 0.3s ease-out;
}

.dropdown-header,
.dropdown-item {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0.5rem 1.5rem;
}

.dropdown-header {
  color: var(--white) !important;
}

.dropdown-item {
  color: var(--white) !important;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background-color: rgba(81, 255, 0, 0.1) !important;
  padding-left: 1.75rem;
}
/* ====== Submenu Hover ====== */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .submenu {
  top: 0;
  left: 100%;
  margin-left: 0;
  border: 3px solid var(--verde-principal);
  background-color: var(--black) !important;
  padding-left: 1.75rem;
  position: absolute;
  display: none;
  animation: fadeIn 0.3s ease-out;
  z-index: 9999;
}

.dropdown-submenu:hover > .submenu {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ======================= Tipografia ======================= */
.letras {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}

.tamanho-letra-titulo,
.tamanho-letra-titulo-verde,
.tamanho-letra-titulo-rosa {
  font-size: 3rem;
  font-weight: bold;
}

.tamanho-letra-titulo {
  color: var(--verde-principal);
  text-shadow: 0 0 5px rgba(1, 255, 1, 0.5);
}

.tamanho-letra-titulo-verde {
  color: var(--verde-escuro);
}

.tamanho-letra-titulo-rosa {
  color: red;
}

.subtitulo {
  font-size: 2rem;
  font-weight: bold;
  color: var(--amarelo-claro);
  text-shadow: 0 0 5px rgba(238, 255, 0, 0.5);
}

.texto {
  font-size: 18px;
  font-weight: bold;
  color: var(--verde-escuro);
}

/* ======================= Botões ======================= */
.border-button {
  border-width: 2px !important;
}

.btn-outline-secondary {
  border-color: black !important;
  color: black !important;
}

.btn-outine-verde,
.btn-outine-login {
  position: relative;
  z-index: 10;
  border-width: 2px !important;
  border-color: var(--verde-principal) !important;
}

.btn-outine-verde {
  color: var(--verde-principal) !important;
}

.btn-outine-verde:hover {
  background-color: var(--verde-principal) !important;
  color: black !important;
}

.btn-outine-login {
  color: black !important;
}

.btn-outine-login:hover {
  background-color: var(--verde-principal) !important;
  color: white !important;
}
/* ======================= filtros para galeria ======================= */
#offcanvasFiltros {
  top: 67px; /* altura da navbar */
  bottom: 80px; /* altura do footer */
  height: auto; /* altura automática, respeitando top e bottom */
  z-index: 1040; /* acima da navbar */
  background-color: var(--white); /* fundo consistente */
  color: var(--white);
  padding: 1.5rem; /* espaçamento interno */
  overflow-y: auto; /* permite scroll interno */
}

#offcanvasFiltros .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#offcanvasFiltros .offcanvas-title {
  color: var(--verde-principal);
  font-weight: bold;
}

#offcanvasFiltros .form-label {
  color: var(--verde-principal);
  font-weight: 500;
}

#offcanvasFiltros .form-select {
  background-color: #111; /* Fundo escuro */
  color: var(--white);
  border: 1px solid var(--verde-principal);
}

#offcanvasFiltros .form-select option {
  background-color: #111;
  color: var(--white);
}

/* Dropdowns dentro do offcanvas */
#offcanvasFiltros .dropdown-submenu {
  position: relative;
}

#offcanvasFiltros .dropdown-submenu > .submenu {
  left: 0 !important;
  top: auto;
  margin-left: 0;
  position: relative;
  border: none;
  background-color: transparent !important;
  padding-left: 0;
  display: none;
}

#offcanvasFiltros .dropdown-submenu:hover > .submenu {
  display: block;
}

#offcanvasFiltros .dropdown-item {
  padding-left: 1rem;
  background-color: transparent !important;
  color: var(--white) !important;
}

#offcanvasFiltros .dropdown-item:hover {
  background-color: rgba(81, 255, 0, 0.1) !important;
}

/* Galeria */
.galeria .col {
  display: flex;
}

.galeria .card {
  flex: 1 1 auto;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}

.galeria .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.galeria .card-img-top {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.galeria .card:hover .card-img-top {
  transform: scale(1.03);
}
/* ======================= documentos ======================= */
/* Cards de documentos */
.card {
  border: 2px solid var(--verde-principal);
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Botões de download */
.btn.btn-secondary {
  background-color: var(--verde-escuro);
  border: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.btn.btn-secondary:hover {
  background-color: var(--verde-principal);
  color: black !important;
  transform: scale(1.05);
}

/* ======================= Tabelas Geral ======================= */
/* Estilos adicionais para a tabela de classificação */
.table-classificacao {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.9em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.table-classificacao thead tr {
  background-color: #005800;
  color: #ffffff;
  text-align: center;
}

.table-classificacao th,
.table-classificacao td {
  border: 1px solid #dddddd;
  padding: 12px 15px;
  text-align: center;
}

.table-classificacao tbody tr {
  border-bottom: 1px solid #dddddd;
}

.table-classificacao tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}

.table-classificacao tbody tr:last-of-type {
  border-bottom: 2px solid #005800;
}

.posicao-destaque {
  font-weight: bold;
  color: #005800;
}

.destaque-verde {
  color: #005800;
  font-weight: bold;
}
@media (max-width: 768px) {
  .full-header {
    display: none;
  }
  .mobile-header {
    display: table-cell !important;
  }
  .table-classificacao {
    font-size: 0.8em;
  }
  .table-classificacao th,
  .table-classificacao td {
    padding: 6px 4px;
  }
}
/* ESTILOS DAS MEDALHAS - VERSÃO SIMPLES */
.medalha-ouro {
  background-color: gold !important;
}

.medalha-prata {
  background-color: silver !important;
}

.medalha-bronze {
  background-color: #cd7f32 !important; /* tom de bronze */
}

/* DESTAQUE ADICIONAL PARA O PRIMEIRO COLOCADO */
.medalha-ouro {
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.8); /* Efeito de brilho sutil */
}

/* Manter seus estilos existentes */
.posicao-destaque {
  font-weight: bold;
}
.destaque-verde {
  color: #005800;
  font-weight: bold;
}

/* Estilo para desktop */
@media (min-width: 769px) {
  .mobile-header {
    display: none !important;
  }
  .full-header {
    display: table-cell;
  }
}
/* ======================= Logos ======================= */
.tamanho-logo {
  width: 120px;
  height: 124px;
}

.tamanho-logo-footer {
  width: 230px;
  height: 93px;
}

/* ======================= Layouts ======================= */
.meu-container {
  margin-inline: 30px;
}

.barra-de-pesquisa {
  width: 100%;
  max-width: 415px;
}

.aspect-ratio {
  width: 246px;
  height: 226px;
}

.background-color {
  background-color: rgba(0, 0, 0, 0.77);
}
.divider {
  position: relative;
  height: 60px;
  overflow: hidden;
}

.divider-1 svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.divider-example {
  margin: 60px 0;
}

/* ======================= Carrossel Principal ======================= */
.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 90vh;
}

.carousel-inner,
.carousel-item {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.6s ease-in-out;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.89), rgba(0, 0, 0, 0.5));
  backdrop-filter: blur(5px);
  z-index: 1;
  pointer-events: none;
}

.carousel-item > .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.background-slide1 {
  background: url("../img/imgs_site/carrossel_2.jpg") no-repeat center center;
  background-size: cover;
}
.background-slide2 {
  background: url("../img/imgs_site/us.jpg") no-repeat center center;
  background-size: cover;
}
.background-slide3 {
  background: url("../img/imgs_site/fem_carrossel_1.jpg") no-repeat center
    center;
  background-size: cover;
}

.carousel-control {
  display: none !important;
}
.carousel-control-prev,
.carousel-control-next {
  display: none !important;
}

.carousel-indicators {
  position: absolute;
  bottom: 20px;
  z-index: 3;
  display: flex;
  gap: 10px;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  background: var(--verde-escuro);
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  border-radius: 50%;
}

/* Estilos para desktop */
.desktop-title {
  font-size: 3rem;
  font-weight: bold;
  color: var(--verde-principal);
  text-shadow: 0 0 5px rgba(1, 255, 1, 0.5);
}

.desktop-subtitle {
  font-size: 1.2rem;
  color: var(--amarelo-claro);
  text-shadow: 0 0 5px rgba(238, 255, 0, 0.5);
}

.desktop-logo {
  max-width: 75%;
  animation: float 3s ease-in-out infinite;
  margin-top: 0.75rem;
}

/* Estilos para mobile */
.mobile-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--verde-principal);
  text-shadow: 0 0 5px rgba(1, 255, 1, 0.5);
  animation: pulse 3s ease-in-out infinite;
}

.mobile-subtitle {
  font-size: 0.9rem;
  color: var(--amarelo-claro);
  text-shadow: 0 0 5px rgba(238, 255, 0, 0.5);
  animation: pulse 3s ease-in-out infinite;
}

.mobile-logo {
  height: 90%;
  width: auto;
  margin-bottom: 1rem;
  animation: float 3s ease-in-out infinite;
}

.btn-outine-verde {
  color: white;
  background-color: transparent;
  border: 2px solid var(--verde-claro);
  border-radius: 30px;
  transition: all 0.3s;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

.btn-outine-verde:hover {
  background-color: var(--verde-claro);
  color: white;
}

/* Ajustes específicos para mobile */
@media (max-width: 767.98px) {
  .carousel {
    max-height: 80vh;
  }

  .carousel-item > .container {
    padding: 1rem;
  }

  .carousel-indicators {
    bottom: 10px;
  }

  .carousel-indicators button {
    width: 10px;
    height: 10px;
  }

  .mobile-logo {
    height: 50px;
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
  }

  .btn-outine-verde {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }

  .background-slide1,
  .background-slide2,
  .background-slide3 {
    background-size: cover;
    background-position: center;
  }
}

/* Garantir que todos os slides tenham a mesma altura */
.carousel-item {
  min-height: 500px;
}

@media (max-width: 767.98px) {
  .carousel-item {
    min-height: 450px;
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* ======================= Cartões ======================= */

.card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.card-img-top {
  transition: transform 0.5s ease;
}

.card:hover .card-img-top {
  transform: scale(1.03);
}

.card-body {
  padding: 1.5rem;
}

.card-title {
  font-weight: 600;
  color: var(--verde-principal);
  margin-bottom: 0.75rem;
}

.card-text {
  color: #666;
  font-size: 0.95rem;
}

/* ======================= Carrossel Equipa ======================= */
.team-carousel {
  position: relative;
  padding: 2rem 0;
}

.team-carousel .carousel-inner {
  padding: 1rem 0;
}

.team-carousel .carousel-item {
  padding: 0 1rem;
  transition: transform 0.5s ease;
}

.team-carousel .card {
  border: none;
  border-radius: 0.75rem;
  background: white;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.team-carousel .card-img-top {
  padding: 1.5rem;
  border-radius: 50%;
  width: 80%;
  margin: 1rem auto 0 auto;
}

.team-carousel .card-body {
  padding: 1.5rem;
  text-align: center;
}

.team-carousel .carousel-item::before {
  content: none !important;
}

/* ======================= Perfil ======================= */
.perfil-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  gap: 20px;
}

.perfil-imagem {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.perfil-info {
  flex: 1;
}
.informacoes-basicas h2 {
  margin-top: 0;
}

.descricao {
  background-color: var(--fundo-claro);
  padding: 15px;
  border-radius: 8px;
}

/* ======================= Ícones Redes Sociais ======================= */
.redes-sociais img:first-child {
  display: block;
}
.redes-sociais img:last-child {
  display: none;
}

.redes-sociais:hover img:first-child {
  display: none;
}
.redes-sociais:hover img:last-child {
  display: block;
  opacity: 1;
}

/* ======================= Efeito Hover ======================= */
.home-verde {
  color: black;
  transition: color 0.5s ease;
}

.home-verde:hover {
  color: var(--verde-principal) !important;
}

/* ======================= Imagens de Fundo ======================= */
.imagem-de-fundo {
  position: relative;
  height: 441px;
  background: url("../img/imgs_site/equipa.jpg") center/cover no-repeat;
}
.bg-texto {
  position: absolute;
  background: url("../img/imgs_site/us.jpg") center/cover no-repeat;
}
.body_sobre {
  margin: 0;
  padding: 0;
  background: url("../img/imgs_site/us.jpg") no-repeat center center fixed;
  background-size: cover;
  font-family: "Arial", sans-serif; /* ou qualquer fonte que uses */
}
.fundo-inscricoes {
  position: relative;
  background: url("../img/imgs_site/teste.png") center/cover no-repeat;
}
.desktop-inscricoes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.3; /* Transparência para melhor legibilidade do texto */
}
.mobile-inscricoes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.3; /* Transparência para melhor legibilidade do texto */
}
/* ======================= FOOTER PATROCÍNIOS ======================= */
body {
  padding-bottom: 120px; /* mais espaço para não sobrepor o footer */
  background-color: #f4f6f8;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.footer_patri {
  position: fixed;
  bottom: 0; /* força no fundo */
  left: 0;
  width: 100%;
  background: black;
  padding: 1rem 0;
  z-index: 100;
  min-height: 120px; /* cobre todos os logos */
  box-shadow: 0 -6px 25px rgba(0, 0, 0, 0.4);
  border-top: 4px solid var(--verde-principal);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body {
  padding-bottom: 150px; /* cria espaço para o footer fixo */
}

.footer-title {
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.marquee-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.marquee {
  display: flex;
  align-items: center;
  animation: marquee 30s linear infinite;
  width: max-content;
}

.marquee:hover {
  animation-play-state: paused; /* pausa a animação no hover */
}

.marquee img {
  height: 60px;
  width: auto;
  margin: 0 2rem;
  object-fit: contain;
  filter: grayscale(50%) brightness(0.85);
  opacity: 0.85;
  transition: all 0.5s ease;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.marquee img:hover {
  filter: grayscale(0) brightness(1.1);
  opacity: 1;
  transform: scale(1.2) rotate(0.5deg);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Separadores finos entre logos */
.marquee span {
  width: 2px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 15px;
  border-radius: 2px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsividade */
@media (max-width: 1024px) {
  .marquee img {
    height: 50px;
    margin: 0 1.5rem;
  }
}

@media (max-width: 768px) {
  .marquee img {
    height: 45px;
    margin: 0 1rem;
  }
  .footer-title {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .marquee img {
    height: 38px;
    margin: 0 0.8rem;
  }
  .footer-title {
    font-size: 0.85rem;
    letter-spacing: 1px;
  }
}
/* ======================= PÁGINA PATROCÍNIOS ======================= */

/* Container da galeria */
.galeria-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Título da galeria */
.galeria-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--verde-escuro);
  letter-spacing: 0.5px;
  position: relative;
}

/* Linha decorativa abaixo do título */
.galeria-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: var(--verde-escuro);
  margin: 12px auto 0;
  border-radius: 2px;
}

/* Cards de patrocinador */
.card-patrocinador {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

/* Efeito de gradiente ao hover */
.card-patrocinador::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 128, 0, 0.08),
    rgba(0, 128, 0, 0)
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}

/* Imagem do patrocinador */
.card-patrocinador img {
  height: 300px;
  width: auto;
  object-fit: contain;
  transition: transform 0.5s ease, filter 0.5s ease;
  z-index: 2;
}

/* Hover do card */
.card-patrocinador:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

/* Hover da camada de gradiente */
.card-patrocinador:hover::before {
  opacity: 1;
}

/* Hover da imagem */
.card-patrocinador:hover img {
  transform: scale(1.25);
  filter: grayscale(0%) contrast(1.05);
}

/* Pequena animação de foco/acessibilidade */
.card-patrocinador:focus-within,
.card-patrocinador:active {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  outline: none;
}

/* Responsividade - Tablets */
@media (max-width: 768px) {
  .card-patrocinador {
    height: 130px;
    padding: 15px;
  }
  .card-patrocinador img {
    max-height: 70px;
  }
  .galeria-title {
    font-size: 2rem;
  }
}

/* Responsividade - Smartphones */
@media (max-width: 480px) {
  .card-patrocinador {
    height: 110px;
    padding: 12px;
    border-radius: 12px;
  }
  .card-patrocinador img {
    max-height: 55px;
  }
  .galeria-title {
    font-size: 1.8rem;
  }
}

/* Ajuste geral do container de grid */
.galeria-container .row {
  gap: 24px;
}
/* ======================= Calendário ======================= */

:root {
  --primary-color: #2c503b;
  --secondary-color: #27ae60;
  --accent-color: #e74c3c;
}

/* ESTILOS PARA A HORA */
.hora-jogo {
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.hora-text {
  background: var(--primary-color);
  color: white;
  padding: 0.3rem 0.6rem;
  border-radius: 15px;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 50px;
  text-align: center;
  display: inline-block;
}

/* AJUSTES NO LAYOUT PARA INCLUIR A HORA */
.jogo-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.5rem;
}

/* MOBILE - AJUSTES PARA A HORA */
@media (max-width: 768px) {
  .hora-text {
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
    min-width: 45px;
  }

  .jogo-content {
    gap: 0.3rem;
  }

  .hora-jogo {
    margin-right: 0.3rem;
  }
}

/* MOBILE MUITO PEQUENO */
@media (max-width: 375px) {
  .hora-text {
    font-size: 0.65rem;
    min-width: 40px;
    padding: 0.15rem 0.4rem;
  }
}

.calendar-header {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  color: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}

.calendar-table {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
}

.table thead th {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.table tbody tr {
  transition: all 0.3s ease;
}

.table tbody tr:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.table td {
  padding: 1.2rem;
  vertical-align: middle;
  border-color: #e9ecef;
}

.jornada-badge {
  background: linear-gradient(45deg, var(--secondary-color), #219653);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
}

.jogo-item {
  background: #f8f9fa;
  border-left: 4px solid var(--secondary-color);
  padding: 1rem;
  margin-bottom: 0.75rem;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.jogo-item:hover {
  background: #e8f5e8;
  transform: translateX(5px);
}

.jogo-item:last-child {
  margin-bottom: 0;
}

.empty-state {
  color: #6c757d;
  font-style: italic;
  text-align: center;
  padding: 2rem;
}

.date-cell {
  font-weight: 600;
  color: var(--primary-color);
  position: relative;
}

.stats-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}

/* LOGOS MAIORES - DESKTOP */
.club-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #dee2e6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.club-name {
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0 0.75rem;
  color: var(--primary-color);
}

.vs-text {
  color: #6c757d;
  font-weight: 700;
  font-size: 0.85rem;
  margin: 0 1rem;
  background: #f8f9fa;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  border: 1px solid #dee2e6;
}

.team-home {
  text-align: right;
  justify-content: flex-end;
  flex: 1;
}

.team-away {
  text-align: left;
  justify-content: flex-start;
  flex: 1;
}

.jogo-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* BADGE DA JORNADA PARA MOBILE */
.jornada-info-mobile {
  display: none;
}

/* MOBILE STYLES - APENAS 2 COLUNAS */
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }

  .calendar-header {
    margin: 1rem 0;
    padding: 1.5rem 1rem;
    border-radius: 12px;
  }

  .calendar-header h1 {
    font-size: 1.5rem;
  }

  .calendar-table {
    border-radius: 12px;
    margin-bottom: 2rem;
  }

  .table-responsive {
    border-radius: 12px;
  }

  /* ESCONDE HEADER COMPLETO */
  .table thead {
    display: none;
  }

  /* LAYOUT DE CARDS PARA CADA LINHA */
  .table tbody tr {
    display: block;
    margin-bottom: 1.5rem;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 0;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  /* APENAS 2 COLUNAS: DATA E JOGOS */
  .table tbody td {
    display: block;
    text-align: center;
    border: none;
    position: relative;
    padding: 1rem;
  }

  /* ESCONDE COMPLETAMENTE A COLUNA JORNADA NO MOBILE */
  .table tbody td[data-label="Jornada"] {
    display: none;
  }

  /* ESTILO PARA A COLUNA DATA NO MOBILE */
  .table tbody td[data-label="Data"] {
    background: linear-gradient(
      135deg,
      var(--primary-color),
      var(--secondary-color)
    );
    color: white;
    border-radius: 12px 12px 0 0;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .table tbody td[data-label="Data"]::before {
    content: "Data";
    position: absolute;
    left: 1rem;
    top: 1rem;
    font-weight: 700;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.7rem;
  }

  /* BADGE DA JORNADA NO MOBILE - DENTRO DA DATA */
  .jornada-info-mobile {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: white;
    color: var(--secondary-color);
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
  }

  /* ESTILO PARA A COLUNA JOGOS NO MOBILE */
  .table tbody td[data-label="Jogos"] {
    padding: 1.5rem 1rem;
  }

  .table tbody td[data-label="Jogos"]::before {
    content: "Jogos";
    position: absolute;
    left: 1rem;
    top: 1rem;
    font-weight: 700;
    color: var(--primary-color);
    background: var(--secondary-color);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.7rem;
  }

  /* MOBILE - JOGOS NA MESMA LINHA */
  .jogo-item {
    padding: 1rem;
    margin-bottom: 0.8rem;
    background: #f8f9fa;
  }

  /* MANTÉM TUDO NA MESMA LINHA */
  .jogo-content {
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: space-between;
  }

  .team-home,
  .team-away {
    text-align: center;
    justify-content: center;
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* MUDADO PARA COLUNA PARA CENTRAR VERTICALMENTE */
  }

  .team-home {
    justify-content: flex-end;
    text-align: right;
  }

  .team-away {
    justify-content: flex-start;
    text-align: left;
  }

  /* CONTEÚDO DA EQUIPA - LOGO + NOME */
  .team-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .vs-text {
    margin: 0 0.8rem;
    background: white;
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    font-weight: 800;
    font-size: 0.75rem;
    padding: 0.3rem 0.8rem;
    flex-shrink: 0;
    border-radius: 20px;
  }

  /* LOGOS E TEXTO PARA NOMES COMPLETOS */
  .club-logo {
    width: 32px;
    height: 32px;
    border: 2px solid #dee2e6;
    flex-shrink: 0;
    margin-bottom: 0.3rem;
    /* ESPAÇO ENTRE LOGO E TEXTO */
  }

  /* TEXTO CENTRADO QUANDO QUEBRA EM VÁRIAS LINHAS */
  .club-name {
    font-size: 0.8rem;
    margin: 0;
    font-weight: 600;
    line-height: 1.2;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    /* SEMPRE CENTRADO */
    width: 100%;
  }

  /* DATA STYLING MOBILE */
  .date-cell {
    text-align: center;
    padding-top: 3rem;
    font-size: 0.85rem;
  }

  .date-cell .badge {
    position: absolute;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-size: 0.7rem;
  }

  .date-cell small {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8rem;
  }

  .stats-card {
    margin-bottom: 1rem;
    padding: 1rem;
  }

  .stats-card h3 {
    font-size: 1.1rem;
  }

  /* HOJE STYLING MOBILE */
  .table-warning td[data-label="Data"] {
    background: linear-gradient(135deg, #ffc107, #fd7e14);
  }
}

/* MOBILE MUITO PEQUENO (iPhone SE, etc) */
@media (max-width: 375px) {
  .club-name {
    font-size: 0.75rem;
  }

  .club-logo {
    width: 28px;
    height: 28px;
  }

  .vs-text {
    font-size: 0.7rem;
    margin: 0 0.5rem;
    padding: 0.2rem 0.6rem;
  }

  .jogo-item {
    padding: 0.8rem;
  }

  .jogo-content {
    gap: 0.3rem;
  }
}

/* TABLETS */
@media (max-width: 1024px) and (min-width: 769px) {
  .club-logo {
    width: 35px;
    height: 35px;
  }

  .club-name {
    font-size: 0.85rem;
  }

  .jogo-item {
    padding: 0.8rem;
  }
}

/* DESKTOP - MOSTRA 3 COLUNAS */
@media (min-width: 769px) {
  .jornada-info-mobile {
    display: none !important;
  }

  .table tbody td[data-label="Jornada"] {
    display: table-cell;
  }
}

/* ======================= RESPONSIVO ======================= */
@media (max-width: 992px) {
  body {
    padding-bottom: 100px;
  }

  .footer_patri {
    height: 70px;
  }

  .marquee img {
    height: 40px;
    margin: 0 1.5rem;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 80px;
  }

  .footer_patri {
    height: 60px;
    padding: 0.5rem 0;
  }

  .marquee img {
    height: 35px;
    margin: 0 1rem;
  }

  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
}

@media (max-width: 576px) {
  .marquee img {
    height: 30px;
    margin: 0 0.75rem;
  }
}
