.cn-clubs-carousel {
display: flex;
gap: 8px;
overflow-x: auto;
padding: 6px 2px 10px 2px;
margin-bottom: 12px;
scrollbar-width: thin;
scrollbar-color: #cbd5e1 transparent;
}
.cn-clubs-carousel::-webkit-scrollbar {
height: 4px;
}
.cn-clubs-carousel::-webkit-scrollbar-thumb {
background: #cbd5e1;
border-radius: 4px;
}
.cn-cb-link-clube {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 32px;
height: 32px;
background: #f8fafc;
border-radius: 50%;
border: 1px solid #e2e8f0;
transition: all 0.2s ease;
text-decoration: none !important;
}
.cn-cb-link-clube:hover {
transform: scale(1.15);
background: #ffffff;
border-color: #f59e0b;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.cn-cb-link-clube img {
width: 22px;
height: 22px;
object-fit: contain;
}
.cn-cb-link-clube span {
display: none;
} .cn-cb-link-clube::after {
content: attr(data-tooltip);
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%) translateY(-6px);
background-color: #0f172a;
color: #ffffff;
font-size: 0.7rem;
font-weight: 700;
padding: 3px 7px;
border-radius: 4px;
white-space: nowrap;
opacity: 0;
pointer-events: none;
transition: opacity 0.2s ease, transform 0.2s ease;
z-index: 10;
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.cn-cb-link-clube:hover::after {
opacity: 1;
transform: translateX(-50%) translateY(-3px);
} .cn-img-container {
position: relative;
width: 90px;
height: 60px;
border-radius: 8px;
overflow: hidden;
flex-shrink: 0;
}
.cn-img-container img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.cn-img-container::before {
content: "";
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
background: rgba(0, 0, 0, 0.35);
z-index: 1;
}
.cn-img-letter {
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
color: #ffffff;
font-size: 1.6rem;
font-weight: 900;
text-shadow: 0 2px 6px rgba(0,0,0,0.6);
z-index: 2;
} .fizzy-btn-wrapper {
position: relative;
display: block;
width: 100%;
height: 46px;
margin-top: 12px;
}
.fizzy-btn-inner {
position: absolute;
width: 100%;
height: 100%;
top: 0; left: 0;
border-radius: 8px;
background: transparent;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none !important;
font-weight: 700;
font-size: 0.85rem;
letter-spacing: 0.5px;
text-transform: uppercase;
transition: all 0.3s ease;
}
.fizzy-btn-inner span.t {
position: relative;
z-index: 2;
} .fizzy-btn-wrapper.masculino .fizzy-btn-inner { border: 2px solid #137333; color: #137333 !important; }
.fizzy-btn-wrapper.masculino .fizzy-btn-inner:hover { background: #137333; color: #ffffff !important; box-shadow: 0 6px 16px rgba(19, 115, 51, 0.3); }
.fizzy-btn-wrapper.masculino .spot { color: #137333; }
.fizzy-btn-wrapper.feminino .fizzy-btn-inner { border: 2px solid #db2777; color: #db2777 !important; }
.fizzy-btn-wrapper.feminino .fizzy-btn-inner:hover { background: #db2777; color: #ffffff !important; box-shadow: 0 6px 16px rgba(219, 39, 119, 0.3); }
.fizzy-btn-wrapper.feminino .spot { color: #db2777; }
.fizzy-btn-wrapper.copa .fizzy-btn-inner { border: 2px solid #0284c7; color: #0284c7 !important; }
.fizzy-btn-wrapper.copa .fizzy-btn-inner:hover { background: #0284c7; color: #ffffff !important; box-shadow: 0 6px 16px rgba(2, 132, 199, 0.3); }
.fizzy-btn-wrapper.copa .spot { color: #0284c7; } .fizzy-btn-wrapper .button_spots {
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
pointer-events: none;
z-index: 1;
}
.fizzy-btn-wrapper .spot {
position: absolute;
opacity: 0;
transition: all 0.5s ease;
}
.fizzy-btn-wrapper .spot::before {
content: "⚽︎";
display: inline-block;
}
.fizzy-btn-wrapper .spot:nth-child(1)  { font-size: 11px; left: 10%; top: 30%; }
.fizzy-btn-wrapper .spot:nth-child(2)  { font-size: 15px; left: 25%; top: 30%; }
.fizzy-btn-wrapper .spot:nth-child(3)  { font-size: 12px; left: 40%; top: 30%; }
.fizzy-btn-wrapper .spot:nth-child(4)  { font-size: 17px; left: 55%; top: 30%; }
.fizzy-btn-wrapper .spot:nth-child(5)  { font-size: 13px; left: 70%; top: 30%; }
.fizzy-btn-wrapper .spot:nth-child(6)  { font-size: 16px; left: 85%; top: 30%; }
.fizzy-btn-inner:hover ~ .button_spots .spot:nth-child(odd) { animation: soccerUp 0.8s ease-out infinite alternate; }
.fizzy-btn-inner:hover ~ .button_spots .spot:nth-child(even) { animation: soccerUpAlt 1s ease-out infinite alternate; }
@keyframes soccerUp {
0% { opacity: 0; transform: translateY(0) rotate(0deg) scale(0.4); }
50% { opacity: 0.9; }
100% { opacity: 0; transform: translateY(-38px) translateX(-8px) rotate(360deg) scale(1.2); }
}
@keyframes soccerUpAlt {
0% { opacity: 0; transform: translateY(0) rotate(0deg) scale(0.4); }
50% { opacity: 1; }
100% { opacity: 0; transform: translateY(-46px) translateX(10px) rotate(-360deg) scale(1.3); }
} .cn-badge-cat {
font-size: 0.72rem;
font-weight: 800;
padding: 4px 10px;
border-radius: 20px;
text-transform: uppercase;
display: inline-block;
}
.cn-badge-cat.masculino { background-color: #e6f4ea; color: #137333; }
.cn-badge-cat.feminino { background-color: #fce7f3; color: #9d174d; }
.cn-badge-cat.mata-mata { background-color: #e0f2fe; color: #0369a1; }
.cn-badge-breve {
font-size: 0.65rem;
font-weight: 800;
color: #ffffff;
background-color: #ef4444;
padding: 3px 6px;
border-radius: 4px;
letter-spacing: 0.5px;
animation: pulseBlink 1.4s infinite;
}
@keyframes pulseBlink {
0% { opacity: 1; transform: scale(1); }
50% { opacity: 0.6; transform: scale(0.95); }
100% { opacity: 1; transform: scale(1); }
}