.elementor-25615 .elementor-element.elementor-element-e0d6724{--display:flex;--min-height:0px;--justify-content:center;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-25615 .elementor-element.elementor-element-e0d6724{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-1aad347 */@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;700&family=Cinzel:wght@400;700&family=Space+Mono&display=swap');



:root {

    --c-cinza: #eef0f5;

    --c-lilas: #a88dfa;

    --c-lilas-soft: #dcd0ff;

    --c-texto: #3a3a5a;

    --glass: rgba(255, 255, 255, 0.7);

}



.estacao-fics-v3 {

    background-color: var(--c-cinza);

    color: var(--c-texto);

    font-family: 'Outfit', sans-serif;

    min-height: 100vh;

    padding: 100px 20px 80px;

    position: relative;

    overflow-x: hidden;

}



/* BOTÃO VOLTAR REALMENTE FIXO */

.btn-voltar-estacao {
    position: fixed; 
    top: 20px; 
    left: 20px; 
    z-index: 999;

    display: flex;
    align-items: center;
    gap: 8px;

    text-decoration: none; 
    color: #2a2a4a;

    font-size: 10px; 
    font-weight: 700; 
    letter-spacing: 1px;

    padding: 12px 18px; 
    border-radius: 50px; 

    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255,255,255,0.4);

    box-shadow: 
        0 8px 25px rgba(0,0,0,0.08),
        inset 0 1px 0 rgba(255,255,255,0.6);

    transition: all 0.3s ease;
}



.btn-voltar-estacao:hover {
    transform: translateX(5px);

    background: rgba(168, 141, 250, 0.35);
    color: #fff;

    border-color: rgba(168,141,250,0.5);

    box-shadow: 
        0 10px 30px rgba(168,141,250,0.2),
        inset 0 1px 0 rgba(255,255,255,0.5);
}



/* --- BACKGROUND COMPLEXO --- */

.universo-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }

.grid-overlay { position: absolute; width: 100%; height: 100%; background-image: linear-gradient(rgba(168, 141, 250, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(168, 141, 250, 0.05) 1px, transparent 1px); background-size: 50px 50px; }

.nebula-1 { position: absolute; width: 600px; height: 600px; top: -100px; right: -100px; background: radial-gradient(circle, rgba(168, 141, 250, 0.12) 0%, transparent 70%); filter: blur(80px); }

.nebula-2 { position: absolute; width: 500px; height: 500px; bottom: -100px; left: -100px; background: radial-gradient(circle, rgba(220, 208, 255, 0.15) 0%, transparent 70%); filter: blur(60px); }

.star { position: absolute; background: white; border-radius: 50%; box-shadow: 0 0 10px var(--c-lilas); }

.s1 { width: 3px; height: 3px; top: 20%; left: 15%; opacity: 0.6; }

.s2 { width: 2px; height: 2px; top: 60%; left: 80%; opacity: 0.4; }

.s3 { width: 4px; height: 4px; top: 10%; left: 70%; opacity: 0.5; }

.s4 { width: 2px; height: 2px; bottom: 15%; left: 30%; opacity: 0.7; }

.orb { position: absolute; border: 1px solid rgba(168, 141, 250, 0.1); border-radius: 50%; }

.o1 { width: 300px; height: 300px; top: 10%; right: 10%; }

.o2 { width: 150px; height: 150px; bottom: 20%; left: 5%; }



/* --- HEADER --- */

.header-v3 { text-align: center; position: relative; z-index: 1; margin-bottom: 60px; }

.satellite-icon { font-size: 2rem; color: var(--c-lilas); margin-bottom: 10px; opacity: 0.8; }

.prefix { font-family: 'Space+Mono', monospace; font-size: 10px; letter-spacing: 4px; color: var(--c-lilas); font-weight: 700; }

.main-title { font-family: 'Cinzel', serif; font-size: 3rem; color: #2a2a4a; margin: 10px 0; }

.desc { max-width: 500px; margin: 0 auto; font-size: 15px; opacity: 0.8; line-height: 1.6; }

.pulse-line { height: 2px; width: 60px; background: var(--c-lilas); margin: 20px auto; border-radius: 2px; animation: pulse 2s infinite; }

.menu-estacao {
    margin: 26px auto 0;
    padding: 8px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;

    width: fit-content;
    max-width: 100%;

    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    border: 1px solid rgba(168, 141, 250, 0.25);
    border-radius: 999px;

    box-shadow: 0 12px 30px rgba(168, 141, 250, 0.12);
}

.menu-estacao a {
    text-decoration: none;
    color: #6d58b8;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;

    padding: 10px 16px;
    border-radius: 999px;

    transition: 0.3s ease;
}

.menu-estacao a:hover {
    background: rgba(168, 141, 250, 0.18);
    color: #4b3a91;
    transform: translateY(-2px);
}

@keyframes pulse { 0% { opacity: 0.3; width: 40px; } 50% { opacity: 1; width: 80px; } 100% { opacity: 0.3; width: 40px; } }



/* --- CARDS & LISTA DE FAIXAS --- */

.galeria-estelar { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; position: relative; z-index: 1; }

.glass-v3 { background: var(--glass); backdrop-filter: blur(15px); border: 1px solid rgba(255,255,255,0.6); box-shadow: 0 20px 40px rgba(0,0,0,0.04); }

.card-v3 { width: 300px; border-radius: 25px; padding: 20px; transition: 0.4s; }

.card-v3:hover { transform: translateY(-10px); border-color: var(--c-lilas); }



.card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }

.status-dot { width: 8px; height: 8px; background: #9866e9; border-radius: 50%; box-shadow: 0 0 10px #9173c2; }

.id-code { font-family: 'Space+Mono', monospace; font-size: 9px; opacity: 0.5; }



.img-wrapper { position: relative; border-radius: 18px; overflow: hidden; margin-bottom: 20px; aspect-ratio: 1; }

.img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }

.card-v3:hover img { transform: scale(1.1); }

.vagas-badge { position: absolute; bottom: 10px; left: 10px; background: white; color: var(--c-lilas); font-size: 9px; font-weight: 700; padding: 6px 12px; border-radius: 10px; }



.author { font-size: 10px; font-weight: 700; color: var(--c-lilas); letter-spacing: 2px; }

.lista-faixas-preview { display: flex; flex-direction: column; gap: 6px; margin-top: 15px; }

.faixa-item {

    background: rgba(255,255,255,0.5);

    border: 1px solid rgba(168,141,250,0.1);

    padding: 10px 15px;

    border-radius: 12px;

    font-size: 11px;

    font-weight: 600;

    color: var(--c-texto);

    cursor: pointer;

    text-align: left;

    display: flex;

    justify-content: space-between;

    align-items: center;

    transition: 0.3s;

}

.faixa-item i { font-size: 9px; opacity: 0.5; }

.faixa-item:hover {

    background: var(--c-lilas);

    color: white;

    border-color: var(--c-lilas);

    padding-left: 18px;

}



/* --- MODAL --- */

.modal-v3 { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(238, 240, 245, 0.9); z-index: 10000; display: none; align-items: center; justify-content: center; padding: 20px; }

.modal-content { width: 100%; max-width: 900px; border-radius: 30px; position: relative; overflow: hidden; }

.close-v3 { 
    position: fixed; 
    top: 18px; 
    right: 18px; 
    width: 42px;
    height: 42px;
    background: white; 
    border: none; 
    border-radius: 50%;
    font-size: 20px; 
    cursor: pointer; 
    color: var(--c-texto); 
    z-index: 10002;
    box-shadow: 0 5px 18px rgba(0,0,0,0.12);
}

.modal-grid { display: grid; grid-template-columns: 1.2fr 1fr; }



.modal-left { background: rgba(0,0,0,0.03); padding: 40px; display: flex; flex-direction: column; gap: 20px;}

.terminal-header { font-family: 'Space+Mono', monospace; font-size: 11px; color: var(--c-lilas); }



/* Letra com scroll suave */

.letra-container {

    height: 300px;

    overflow: hidden;

    position: relative;

    mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);

}



.letra-display { 

    position: absolute;

    width: 100%;

    text-align: center;

    font-style: italic; 

    line-height: 2; 

    color: var(--c-texto); 

    font-size: 15px;

    white-space: pre-line;

    top: 0;

}



.spotify-container {

    background: #000;

    border-radius: 12px;

    height: 80px;

    overflow: hidden;

}



.modal-right {
    padding: 40px;

    display: flex;
    flex-direction: column;
    justify-content: center; /* centraliza verticalmente */
    align-items: center;     /* centraliza horizontalmente */
    text-align: center;
}

.modal-right h4 { font-family: 'Cinzel', serif; font-size: 1.8rem; margin-bottom: 10px; }

.form-instruction { font-size: 13px; opacity: 0.6; margin: 20px 0 10px; }



.label-custom {

    font-size: 10px;

    letter-spacing: 2px;

    color: var(--c-lilas);

    font-weight: 700;

    margin-bottom: 5px;

}



.input-plot {

    width: 100%;

    padding: 12px;

    border-radius: 10px;

    border: 1px solid rgba(0,0,0,0.1);

    background: white;

    font-family: 'Outfit', sans-serif;

    margin-bottom: 15px;

    font-size: 12px;

}
.plot-ideia {
    line-height: 1.6;
    color: var(--c-texto);
    min-height: 90px;
}



.form-v3 input { width: 100%; padding: 15px; background: white; border: 1px solid rgba(0,0,0,0.05); border-radius: 12px; margin-bottom: 15px; outline: none; }

.btn-confirm { width: 100%; padding: 18px; background: var(--c-lilas); color: white; border: none; border-radius: 15px; font-weight: 700; cursor: pointer; }



.footer-v3 {
    text-align: center;
    margin-top: 100px;
    padding: 30px 20px;

    font-size: 10px;
    letter-spacing: 3px;

    color: rgba(136, 106, 184, 0.6);

    position: relative;
    z-index: 1;

    background: transparent;

    border-top: 1px solid rgba(147, 100, 221, 0.2);
}
.footer-icons {
    margin-top: 12px;

    display: flex;
    justify-content: center;
    gap: 14px;
}

.footer-icons i {
    font-size: 10px;
    color: var(--c-lilas);

    opacity: 0.6;
    transition: 0.3s;
}

.footer-icons i:hover {
    opacity: 1;
    transform: translateY(-3px) scale(1.1);
}
.sobre-estacao {
    display: flex;
    justify-content: center;
    margin: 60px 0;
    position: relative;
    z-index: 1;
}

.sobre-container {
    max-width: 700px;
    padding: 40px;
    border-radius: 25px;
    text-align: center;

    background: rgba(168, 141, 250, 0.12); /* lilás suave */
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(168, 141, 250, 0.25);
    box-shadow: 0 20px 40px rgba(168, 141, 250, 0.08);
}

.tag-sistema {
    font-size: 10px;
    letter-spacing: 3px;
    color: var(--c-lilas);
    font-weight: 700;
}

.sobre-container h2 {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    margin: 10px 0 20px;
    color: #2a2a4a;
}

.sobre-container p {
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.8;
    margin-bottom: 10px;
}

.highlight {
    margin-top: 15px;
    font-weight: 700;
    color: var(--c-lilas);
}
.titulo-albuns {
    text-align: center;
    margin: 30px 0 30px;
    position: relative;
    z-index: 1;
}

.titulo-albuns .tag-sistema {
    font-size: 10px;
    letter-spacing: 3px;
    color: var(--c-lilas);
    font-weight: 700;
}

.titulo-albuns h2 {
    font-family: 'Cinzel', serif;
    font-size: 2.2rem;
    margin: 10px 0;
    color: #2a2a4a;
}
.titulo-participantes {
    text-align: center;
    margin: 40px 0 20px;
    position: relative;
    z-index: 1;
}

.titulo-participantes h2 {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    margin: 10px 0;
    color: #2a2a4a;
}

.linha-participantes {
    height: 2px;
    width: 60px;
    background: var(--c-lilas);
    margin: 10px auto 0;
    border-radius: 2px;
    opacity: 0.8;
}

.linha-albuns {
    height: 2px;
    width: 60px;
    background: var(--c-lilas);
    margin: 10px auto 0;
    border-radius: 2px;
    opacity: 0.8;
}
.form-estacao {
    display: flex;
    justify-content: center;
    margin: 60px 0;
    position: relative;
    z-index: 1;
}

.form-container {
    max-width: 700px;
    width: 100%;
    padding: 40px;
    border-radius: 25px;
    text-align: center;

    background: rgba(168, 141, 250, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(168, 141, 250, 0.25);
    box-shadow: 0 20px 40px rgba(168, 141, 250, 0.08);
}

.form-container h2 {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    margin: 10px 0;
    color: #2a2a4a;
}

.form-desc {
    font-size: 13px;
    opacity: 0.7;
    margin-bottom: 22px;
}

.form-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-grid input,
.form-grid textarea {
    width: 100%;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid rgba(168, 141, 250, 0.22);
    background: rgba(255, 255, 255, 0.55);
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    color: var(--c-texto);
    outline: none;
}

.form-grid textarea {
    min-height: 110px;
    resize: none;
}

.form-grid input:focus,
.form-grid textarea:focus {
    border-color: var(--c-lilas);
    box-shadow: 0 0 0 3px rgba(168, 141, 250, 0.12);
}

.form-grid button {
    margin-top: 10px;
    padding: 16px;
    border-radius: 999px;
    border: none;
    background: var(--c-lilas);
    color: white;
    font-weight: 700;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: 0.3s;
}

.form-grid button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(168,141,250,0.3);
}
.mensagem-sucesso {
    display: none;
    margin-top: 20px;
    padding: 25px;
    border-radius: 20px;
    text-align: center;

    background: rgba(168, 141, 250, 0.12);
    border: 1px solid rgba(168, 141, 250, 0.3);

    backdrop-filter: blur(15px);

    animation: fadeIn 0.5s ease;
}

.mensagem-sucesso i {
    font-size: 22px;
    color: var(--c-lilas);
    margin-bottom: 10px;
}

.mensagem-sucesso h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.mensagem-sucesso p {
    font-size: 13px;
    opacity: 0.7;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.btn-nova-solicitacao {
    margin-top: 18px;
    padding: 12px 20px;
    border-radius: 999px;
    border: none;

    background: var(--c-lilas);
    color: white;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;

    cursor: pointer;
    transition: 0.3s;
}

.btn-nova-solicitacao:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(168,141,250,0.25);
}
.titulo-solicitacao {
    text-align: center;
    margin: 70px 0 20px;
    position: relative;
    z-index: 1;
}

.titulo-solicitacao .tag-sistema {
    font-size: 10px;
    letter-spacing: 3px;
    color: var(--c-lilas);
    font-weight: 700;
}

.titulo-solicitacao h2 {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    margin: 10px 0;
    color: #2a2a4a;
}

.linha-solicitacao {
    height: 2px;
    width: 60px;
    background: var(--c-lilas);
    margin: 10px auto 0;
    border-radius: 2px;
    opacity: 0.8;
}
.mensagem-popup-sucesso {
    display: none;
    margin-top: 12px;
    padding: 16px;
    border-radius: 14px;

    background: rgba(168, 141, 250, 0.14);
    border: 1px solid rgba(168, 141, 250, 0.28);

    color: var(--c-texto);
    text-align: center;

    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.mensagem-popup-sucesso i {
    color: var(--c-lilas);
    font-size: 18px;
}

.mensagem-popup-sucesso strong {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
}

.mensagem-popup-sucesso span {
    font-size: 12px;
    opacity: 0.7;
}
.regras-estacao {
    display: flex;
    justify-content: center;
    margin: 80px 0;
    position: relative;
    z-index: 1;
}

.regras-container {
    max-width: 750px;
    width: 100%;
    padding: 40px;
    border-radius: 25px;

    background: rgba(168, 141, 250, 0.10);
    backdrop-filter: blur(18px);

    border: 1px solid rgba(168, 141, 250, 0.25);
}

.regras-container h2 {
    font-family: 'Cinzel', serif;
    text-align: center;
    font-size: 2rem;
    margin: 10px 0 25px;
    color: #2a2a4a;
}

.regras-lista {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.regra-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    padding: 12px 16px;
    border-radius: 14px;

    background: rgba(255,255,255,0.5);
}

.regra-item i {
    color: var(--c-lilas);
    margin-top: 2px;
}

.regra-item p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}
.titulo-regras {
    text-align: center;
    margin: 30px 0 10px;
    position: relative;
    z-index: 1;
}

.titulo-regras .tag-sistema {
    font-size: 10px;
    letter-spacing: 3px;
    color: var(--c-lilas);
    font-weight: 700;
}

.titulo-regras h2 {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    margin: 10px 0;
    color: #2a2a4a;
}

.linha-regras {
    height: 2px;
    width: 60px;
    background: var(--c-lilas);
    margin: 10px auto 0;
    border-radius: 2px;
    opacity: 0.8;
}
.carrossel-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

.carrossel-track {
    display: flex;
    gap: 16px;
    width: max-content;
}

.participante-card {
    min-width: 120px;
    width: 120px;
    height: 120px;

    padding: 18px;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.75); /* branco glass */
    backdrop-filter: blur(15px);

    border: 1px solid rgba(255, 255, 255, 0.6);

    box-shadow: 0 15px 30px rgba(0,0,0,0.05);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;

    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
}
.participante-card i {
    font-size: 13px;
    color: var(--c-lilas);
}

.participante-card h3 {
    font-size: 13px;
    margin: 0;
    line-height: 1.2;
}

.participante-card p {
    font-size: 10px;
    margin: 0;
    opacity: 0.7;
}

.participante-card span {
    display: none;
}

.participante-card:hover {
    transform: translateY(-5px) scale(1.03);

    border-color: var(--c-lilas);

    box-shadow: 
        0 20px 40px rgba(168, 141, 250, 0.15);
}
.participantes-container {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 35px 30px;
    border-radius: 25px;

    background: rgba(168, 141, 250, 0.10);
    backdrop-filter: blur(18px);

    border: 1px solid rgba(168, 141, 250, 0.25);
}
.carrossel-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    padding: 25px 0;
    -webkit-overflow-scrolling: touch;
}

/* ANIMAÇÃO */
@keyframes scrollCarrossel {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.carrossel-track:hover {
    animation-play-state: paused;
}
.modal-autora {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(238, 240, 245, 0.85);
}

.modal-autora-content {
    max-width: 500px;
    width: 100%;
    padding: 35px;
    border-radius: 25px;
    text-align: center;
    position: relative;
}

.close-autora {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    background: white;
    color: var(--c-texto);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
}

#listaFaixasAutora {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

#listaFaixasAutora li {
    background: rgba(255,255,255,0.55);
    border: 1px solid rgba(168,141,250,0.18);
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 8px;
    font-size: 13px;
}
.letra-display {
    text-align: left;
    font-style: normal;
    line-height: 1.8;
}
.modal-v3.ativo {
    display: flex !important;
}
.foto-autora-popup {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 15px;

    border: 3px solid rgba(168, 141, 250, 0.35);
}
.modal-content {
    width: 95%;
}

@media (max-width: 768px) {
    
    .btn-voltar-estacao {
    top: 12px;
    left: 12px;
    padding: 8px 12px;
    font-size: 8px;
    gap: 5px;
    letter-spacing: 0.6px;
}

.btn-voltar-estacao i {
    font-size: 9px;
}

    .modal-grid { 
        grid-template-columns: 1fr; 
    }

    .modal-left { 
        display: flex;
        padding: 25px;
    }

    .letra-container {
        height: 180px;
    }

    .modal-right {
        padding: 25px;
    }

    .main-title { 
        font-size: 2rem; 
    }
    .modal-v3 {
    align-items: flex-start;
    overflow-y: auto;
}

.modal-content {
    margin-top: 70px;
    margin-bottom: 30px;
}

.menu-estacao {
    margin-top: 20px;
    padding: 7px;
    gap: 5px;
}

.menu-estacao a {
    font-size: 8px;
    padding: 8px 10px;
    letter-spacing: 1px;
}
.sobre-container {
    padding: 25px;
}

.sobre-container h2 {
    font-size: 1.5rem;
}

.sobre-container p {
    font-size: 13px;
}
.titulo-albuns h2 {
    font-size: 1.6rem;
}
.form-container {
    padding: 25px;
}

.form-container h2 {
    font-size: 1.5rem;
}

.form-grid input,
.form-grid textarea {
    font-size: 12px;
}
.titulo-solicitacao h2 {
    font-size: 1.5rem;
}
.regras-container {
    padding: 25px;
}

.regras-container h2 {
    font-size: 1.5rem;
}

.regra-item {
    font-size: 12px;
}
.titulo-regras h2 {
    font-size: 1.5rem;

}
.participantes-container {
    padding: 25px;
}

.estacao-fics-v3 {
        padding: 80px 15px 60px;
    }

.faixa-item {
        padding: 14px;
        font-size: 13px;
    }


}/* End custom CSS */