html {
  scroll-behavior: smooth;
}
.cnvs-hamburger {
    --cnvs-hamburger-size: 1.5rem !important;}
#section-inscricao {
  scroll-margin-top: 100px; /* ajusta ao tamanho do teu header */
}
.section {
    position: relative;
    width: 100%;
    margin: var(--cnvs-section-margin) 0;
    padding: var(--cnvs-section-padding) 0;
    background-color: #d9ffdc !important;
    overflow: hidden;
}
.bg-dark-2 {
    background-color: #4ec45d !important;
}

.bg-pink{
    background-color: #DF047D;
}
.rounded-xl{
    border-radius: 2.5rem;
}
.green-color{
    color: #7CB62F;
}

.green-color-2{
    color: #2dec36;
}
.bg-green-color{
    background-color: #edffd6 !important;
}

.bg-green-color-2{
    background-color: #d4e0b8 !important;
}
.color-green-light{
color: #b8ffb6;
text-decoration: none!important;
}

#footer {
    border-top: none !important;
}
.orange-color{
    color: #f4a029!important;
}
.yellow-color{
    color: #f4e129!important;
}
.grey-ligth{
    color: #ced4da;
}

#footer {
    background-color: #01903E;
    
}
#copyrights {
    padding: 10px 0 !important;
 
}
#equipas .modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#equipas .modal-dialog {
  max-width: none;
  display: inline-block;
  margin: 0;
}

#equipas .modal-content {
  background: transparent;
  border: none;
}

#equipas .modal-body {
  padding: 0;
}
#equipas .modal-body img {
  max-height: 100vh;
  width: auto;
  max-width: 100vw;
}

.is-expanded-menu #header.transparent-header.semi-transparent{
    --cnvs-header-bg: rgb(1 144 62) !important;
}
.is-expanded-menu .sticky-header #header-wrap {
    background-color: rgba(1 144 62 / 96%) !important;
}

#countdown.video-background-wrapper {
  position: relative;
  overflow: hidden;
  color: white;
  font-family: 'Orbitron', sans-serif;
}

#countdown .background-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

#countdown .overlay {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.45); /* overlay escuro */
  padding: 80px 20px;
  text-align: center;
}

/* A partir daqui segue o CSS adaptado com o prefixo #countdown */
#countdown h2 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 10px;
}

#countdown .league-badge {
  display: inline-block;
  background: #c0392b;
  padding: 8px 16px;
  margin-top: 10px;
  font-weight: bold;
  border-radius: 4px;
}

#countdown .teams {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 50px;
}

#countdown .team img {
  width: 90px;
  margin-bottom: 10px;
}

#countdown .team h3 {
  font-size: 1.3rem;
  margin: 5px 0;
}

#countdown .countdown-display {
  display: flex;
  gap: 20px;
  justify-content: center;
}

#countdown .countdown-display div {
  background: rgba(255,255,255,0.1);
  padding: 15px 20px;
  border-radius: 10px;
  text-align: center;
}

#countdown .countdown-display span {
  font-size: 3rem;
  font-weight: bold;
  display: block;
  color: #fff;
}

#countdown .countdown-display small {
  color: #ccc;
  font-size: 0.9rem;
}

#countdown .buttons {
  margin-top: 30px;
}

#countdown .btn {
  background: #fff;
  color: #000;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 4px;
  margin: 5px;
  cursor: pointer;
  transition: background 0.3s;
}
#countdown .btn:hover {
  background: #ddd;
}

@keyframes heartbeat {
  0% { transform: scale(1); }
  14% { transform: scale(1.3); }
  28% { transform: scale(1); }
  42% { transform: scale(1.3); }
  70% { transform: scale(1); }
}

.heartbeat-icon {
  animation: heartbeat 1.5s infinite;
  color: greenyellow; /* cor do ícone */
}

.irs-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.irs-modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 10px;
  position: relative;
  z-index: 1100;
}

.irs-close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}


#modalIRS > div {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 10px;
  z-index: 1100; /* reforça que fica acima */
  position: relative;
}

#edicao ul li {
    margin-left: 1.4rem !important; 
    margin-bottom: 0.5rem !important;
}

.itinerario-list, .voluntario-list {
    padding-left: 1.2rem !important; 
    margin-bottom: 2rem !important;
}

.itinerario-list li, .voluntario-list li {
    margin-bottom: 0.5rem !important;
}


@media (max-width: 980px) {
    .voluntario .ticker-wrap .ticker .ticker-item {
        color: #f2f2f3;
        font-size: 50px ;
        font-weight: 700;
        font-family: 'Oswald', sans-serif;
    }
}


.voluntario .ticker-wrap .ticker .ticker-item {
    color: #F2F2F3;
    font-size: 150px!important;
    font-weight: 700;
    font-family: Oswald;
 
}
.voluntario .ticker-wrap .ticker .ticker-item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 1.5rem;
}

.voluntario .button.button-border.button-light:hover {
    background-color: #00873c;
}

.greenyellow{color:greenyellow;}

.pulse-icon {
    animation: pulse 1.4s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.9; }
    100% { transform: scale(1); opacity: 1; }
}

#inscricao p{
    margin-bottom: 16px;
}
.lightbox-nav {
  background: none;
  border: none;
  opacity: 0.7;
}
.lightbox-nav:hover {
  opacity: 1;
}


/* Garante que o divisor fica sempre branco */
.shape-divider-complete .shape-divider-fill,
.shape-divider-complete svg path {
  fill: #fff !important;
}

/* Ajustes gerais */
.video-section {
  position: relative;
  overflow: hidden;
}

.video-section .video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9, muda se precisares de outra proporção */
}

.video-section video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shape-divider-complete {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none;
}
.sub-menu-container {
  max-height: 75vh; /* 75% da altura da viewport */
  overflow-y: auto; /* scroll vertical quando necessário */
}

@media (max-width: 480px) { 
    #countdown .countdown-display {
        gap: 10px;
    }
    #countdown .countdown-display span {
        font-size: 1.8rem;
    }
}
.card {
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}
.card-header {
  font-weight: 600;
}
.list-group-item {
  border: none;
  padding: 0.20rem 1rem;
}
.table th, .table td {
  font-size: 0.675rem;
  vertical-align: middle;
  text-align: center;
}
.bg-playoffs{
    background-color: #ababab!important;
}

.footer-widgets-wrap img{max-width: 100px;}

.mx-250{
    max-width: 300px !important;
}

.patrocinador-logo {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 0;
    border-radius: 0.5rem;
    background: white;
}

.patrocinador-logo:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.titulo-pagina {
    font-weight: 700;
    font-size: 2rem;
}

.logo-img {
    max-height: 100px;
    object-fit: contain;
    width: auto;
}