@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
@font-face {
font-family: 'DePixelBreitF2';
src: url(https://melhoreseusresultados.com.br/wp-content/themes/unintese/fonts/DePixelHalbfett.ttf) format('truetype');
font-display: swap;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
color: #ffffff;
background-color: #0b021a;
} .backgroundGeral {
width: 100%;
min-height: 100vh;
background-color: #0b021a;
background-image: radial-gradient(circle at 50% 0%, rgba(151, 54, 255, 0.25) 0%, transparent 60%),
radial-gradient(circle at 80% 50%, rgba(59, 247, 221, 0.08) 0%, transparent 40%),
url(https://melhoreseusresultados.com.br/wp-content/themes/unintese/img/semanaProgramacao/background-semana-programacao.webp);
background-position: center top;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
padding-top: clamp(2rem, 5vw, 4rem);
padding-bottom: clamp(3rem, 7vw, 6rem);
}
.secaoDobra {
padding: clamp(2.5rem, 5vw, 4.5rem) 0;
} .areaCtaDobra {
margin-top: 2rem;
}
.btnCtaAcao {
display: inline-block;
background: linear-gradient(90deg, #9736ff, #7a15ea);
color: #ffffff !important;
font-weight: 800;
font-size: clamp(0.95rem, 1.3vw, 1.15rem);
text-decoration: none;
padding: 1.1rem 2.2rem;
border-radius: 50px;
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 6px 20px rgba(151, 54, 255, 0.5);
transition: all 0.3s ease;
animation: ctaPulse 3s infinite;
}
.btnCtaAcao:hover {
transform: translateY(-3px) scale(1.02);
box-shadow: 0 10px 30px rgba(151, 54, 255, 0.8);
color: #ffffff;
}
.btnCtaSecundario {
display: inline-block;
background: rgba(59, 247, 221, 0.1);
border: 2px solid #3bf7dd;
color: #3bf7dd !important;
font-weight: 800;
font-size: clamp(0.9rem, 1.2vw, 1.05rem);
text-decoration: none;
padding: 0.9rem 1.8rem;
border-radius: 50px;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: all 0.3s ease;
}
.btnCtaSecundario:hover {
background: #3bf7dd;
color: #0b021a !important;
transform: translateY(-2px);
box-shadow: 0 0 20px rgba(59, 247, 221, 0.6);
}
.btnCtaGrande {
padding: 1.3rem 2.8rem;
font-size: 1.25rem;
} .badgeLancamento {
display: inline-block;
background: linear-gradient(90deg, #9736ff, #ff367a);
color: #fff;
font-weight: 800;
font-size: 0.85rem;
padding: 0.5rem 1.2rem;
border-radius: 50px;
margin-bottom: 1.5rem;
box-shadow: 0 4px 15px rgba(255, 54, 122, 0.4);
letter-spacing: 1px;
}
.divTitulo {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 1.5rem;
}
.imgTitulo {
display: block;
width: min(100%, 750px);
height: auto;
}
.tituloHero {
font-size: clamp(1.5rem, 3.2vw, 2.5rem);
font-weight: 900;
color: #ffffff;
line-height: 1.3;
margin-bottom: 1.5rem;
}
.conteudoHero {
max-width: 850px;
margin: 0 auto;
font-size: clamp(1rem, 1.3vw, 1.15rem);
line-height: 1.8;
color: #d1c8ea;
}
.fraseDestaqueGradiente {
font-size: 1.35rem;
font-weight: 800;
color: #3bf7dd;
text-shadow: 0 0 15px rgba(59, 247, 221, 0.4);
margin: 1.2rem 0;
}
.boxLiveChamada {
max-width: 650px;
margin: 2.5rem auto 1.5rem;
background: rgba(15, 6, 35, 0.85);
border: 2px solid #9736ff;
border-radius: 16px;
padding: 1.5rem 2rem;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(151, 54, 255, 0.3);
text-align: center;
} .botoesLiveCanais {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 0.8rem;
margin-top: 1.2rem;
padding-top: 1rem;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.btnCanal {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
padding: 0.6rem 1.2rem;
border-radius: 8px;
font-size: 0.9rem;
font-weight: 700;
text-decoration: none;
color: #ffffff !important;
transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}
.btnCanal:hover {
transform: translateY(-2px);
opacity: 0.95;
color: #ffffff !important;
}
.btnYoutube {
background: #ff0000;
box-shadow: 0 4px 15px rgba(255, 0, 0, 0.35);
}
.btnYoutube:hover {
box-shadow: 0 6px 20px rgba(255, 0, 0, 0.6);
}
.btnInstagram {
background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
box-shadow: 0 4px 15px rgba(220, 39, 67, 0.35);
}
.btnInstagram:hover {
box-shadow: 0 6px 20px rgba(220, 39, 67, 0.6);
}
.iconeCanal {
font-size: 1rem;
}
.subLive {
color: #ff367a;
font-weight: 800;
font-size: 0.85rem;
letter-spacing: 2px;
}
.nomeLive {
color: #3bf7dd;
font-size: clamp(1.4rem, 2.8vw, 2rem);
font-weight: 900;
margin: 0.4rem 0;
}
.dataLiveDestaque {
font-size: 1.3rem;
font-weight: 800;
color: #ffffff;
margin-bottom: 0.6rem;
}
.tagsLiveHero {
font-size: 0.9rem;
color: #b5aacf;
font-weight: 600;
} .secaoIdentificacao {
background: rgba(0, 0, 0, 0.3);
border-top: 1px solid rgba(255, 255, 255, 0.05);
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.tituloSecao {
font-size: clamp(1.4rem, 2.5vw, 2.1rem);
font-weight: 800;
line-height: 1.4;
color: #ffffff;
margin-bottom: 1.2rem;
}
.subtituloSecao {
font-size: 1.1rem;
color: #b5aacf;
max-width: 750px;
margin: 0 auto;
line-height: 1.6;
}
.highlightText {
color: #3bf7dd;
text-shadow: 0 0 12px rgba(59, 247, 221, 0.4);
}
.nuvemPalavras {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.8rem;
margin: 1.5rem 0 2rem;
}
.tagPalavra {
background: rgba(151, 54, 255, 0.15);
border: 1px solid rgba(151, 54, 255, 0.4);
color: #d1c8ea;
padding: 0.4rem 1rem;
border-radius: 20px;
font-size: 0.9rem;
font-weight: 600;
}
.boxTextoIdentificacao {
max-width: 750px;
margin: 0 auto;
font-size: 1.1rem;
line-height: 1.8;
color: #d1c8ea;
}
.destaqueNao {
font-size: 2.2rem;
font-weight: 900;
color: #ff367a;
margin: 0.8rem 0;
} .gridPilaresDescobrir {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
margin: 2.5rem 0;
}
.cardPilar {
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 12px;
padding: 2rem;
position: relative;
transition: all 0.3s ease;
}
.cardPilar:hover {
transform: translateY(-5px);
border-color: #3bf7dd;
background: rgba(59, 247, 221, 0.05);
}
.numeroPilar {
font-size: 2.2rem;
font-weight: 900;
color: #9736ff;
opacity: 0.7;
line-height: 1;
margin-bottom: 0.8rem;
}
.cardPilar h3 {
font-size: 1.3rem;
font-weight: 800;
color: #3bf7dd;
margin-bottom: 0.6rem;
}
.cardPilar p {
font-size: 0.95rem;
color: #d1c8ea;
line-height: 1.6;
margin: 0;
} .boxDestaqueStart {
background: linear-gradient(135deg, rgba(151, 54, 255, 0.15) 0%, rgba(15, 6, 35, 0.9) 100%);
border: 2px solid #9736ff;
border-radius: 20px;
padding: clamp(2rem, 4vw, 3rem);
margin: 2rem auto;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}
.tagNovidade {
background: #3bf7dd;
color: #0b021a;
font-weight: 800;
font-size: 0.8rem;
padding: 0.3rem 0.8rem;
border-radius: 20px;
display: inline-block;
margin-bottom: 0.8rem;
}
.nomeStart {
font-size: clamp(1.5rem, 4vw, 3rem);
font-weight: 900;
color: #ffffff;
margin: 0 0 0.4rem;
letter-spacing: 1px;
}
.iconeMoedaStart {
display: inline-block;
width: 100px;
margin-right: 0.3rem;
vertical-align: middle;
filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.5));
}
.blocoPrecoNaoAluno {
margin-top: 1rem;
padding-top: 0.8rem;
border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.rotuloNaoAluno {
display: block;
font-size: 0.95rem;
color: #d1c8ea;
margin-bottom: 0.2rem;
}
.valorNaoAluno {
font-size: 1.35rem;
color: #3bf7dd;
font-weight: 800;
}
.valorNaoAluno strong {
color: #ffffff;
font-size: 1.5rem;
text-shadow: 0 0 10px rgba(59, 247, 221, 0.5);
}
.detalheIsencao {
display: block;
font-size: 0.8rem;
color: #c584ea;
margin-top: 0.3rem;
}
.subStart {
font-size: 1.25rem;
font-weight: 700;
color: #3bf7dd;
margin-bottom: 1.2rem;
}
.descStart {
font-size: 1.05rem;
color: #d1c8ea;
line-height: 1.7;
max-width: 650px;
margin: 0 auto 1.5rem;
}
.boxAbertoPublico {
background: rgba(255, 255, 255, 0.05);
border-radius: 10px;
padding: 1.2rem;
border: 1px dashed rgba(255, 255, 255, 0.2);
}
.boxAbertoPublico h4 {
font-size: 1rem;
color: #ff367a;
margin-bottom: 0.4rem;
}
.boxAbertoPublico p {
font-size: 1.15rem;
color: #ffffff;
margin-bottom: 0.2rem;
}
.boxAbertoPublico span {
font-size: 0.9rem;
color: #b5aacf;
} .cardQuebraObjecao {
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 16px;
padding: 2.5rem 2rem;
}
.fraseObjecao {
font-size: clamp(1.4rem, 2.5vw, 2rem);
font-weight: 800;
color: #ff367a;
margin-bottom: 0.2rem;
}
.respostaObjecao {
font-size: 1.6rem;
font-weight: 900;
color: #3bf7dd;
margin-bottom: 1.5rem;
}
.listaNaoPrecisa {
list-style: none;
padding: 0;
max-width: 550px;
margin: 0 auto 1.5rem;
text-align: left;
}
.listaNaoPrecisa li {
font-size: 1rem;
color: #d1c8ea;
margin-bottom: 0.8rem;
line-height: 1.5;
}
.frasePrecisa {
font-size: 1.3rem;
font-weight: 800;
color: #ffffff;
}
.sloganObjecao {
font-size: 1.2rem;
color: #3bf7dd;
margin-top: 1.2rem;
line-height: 1.4;
} .gridSorteios {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1.5rem;
margin: 2.5rem 0;
}
.cardSorteio {
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 12px;
padding: 1.5rem;
text-align: center;
transition: all 0.3s ease;
}
.cardSorteio:hover {
transform: translateY(-5px);
border-color: #9736ff;
background: rgba(151, 54, 255, 0.1);
}
.iconeSorteio {
width: 70px;
margin-bottom: 0.8rem;
}
.cardSorteio h3 {
font-size: 1.1rem;
font-weight: 700;
color: #3bf7dd;
margin-bottom: 0.5rem;
}
.cardSorteio p {
font-size: 0.85rem;
color: #b5aacf;
line-height: 1.5;
margin: 0;
} .secaoSorteiosBonus {
padding: 2.5rem 0;
width: 100%;
}
.cardBannerWrapper {
position: relative;
width: 100%;
border-radius: 16px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.bgBannerPicture {
width: 100%;
display: block;
}
.imgFundoBanner {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}
.conteudoSorteios {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
max-width: 480px;
text-align: center;
z-index: 2;
padding: 0 1rem;
}
.tituloSorteios {
font-size: clamp(1.2rem, 2vw, 1.8rem);
font-weight: 900;
color: #ffffff;
margin-bottom: 1.2rem;
letter-spacing: 1px;
} .gridSorteios {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 1.5rem;
row-gap: 0.8rem;
}
.itemSorteio {
font-size: clamp(0.8rem, 1.1vw, 1rem);
font-weight: 700;
color: #ffffff;
white-space: nowrap;
text-align: left;
}
.itemSorteio span {
display: inline-flex;
align-items: center;
gap: 0.4rem;
} .itemSorteio span::before,
.itemSorteio span::after {
content: none !important;
display: none !important;
} .dot {
width: 8px;
height: 8px;
background-color: #47FAB9;
border-radius: 50%;
display: inline-block;
flex-shrink: 0;
} @media (max-width: 768px) {
.conteudoSorteios {
top: 10%;
left: 50%;
transform: translateX(-50%);
max-width: 90%;
}
.tituloSorteios {
font-size: 1.3rem;
margin-bottom: 1rem;
}
.gridSorteios {
grid-template-columns: 1fr;
row-gap: 0.6rem;
}
.itemSorteio.colEsq,
.itemSorteio.colDir {
text-align: center;
justify-content: center;
}
.itemSorteio span {
justify-content: center;
}
}
@media (max-width: 420px) {
.conteudoSorteios {
top: 7%;
}
.itemSorteio {
font-size: 0.85rem;
}
} .boxConviteDestaque {
background: rgba(151, 54, 255, 0.1);
border: 2px dashed #3bf7dd;
border-radius: 20px;
padding: clamp(2rem, 4vw, 3rem);
}
.badgeConviteFree {
display: inline-block;
background: #3bf7dd;
color: #0b021a;
font-size: 1.8rem;
font-weight: 900;
padding: 0.5rem 1.8rem;
border-radius: 50px;
margin: 1rem 0 1.5rem;
box-shadow: 0 0 20px rgba(59, 247, 221, 0.5);
}
.balaoFala {
display: inline-block;
background: rgba(255, 255, 255, 0.08);
color: #ff367a;
font-size: 1.2rem;
font-weight: 700;
padding: 0.8rem 1.5rem;
border-radius: 10px;
margin: 0.5rem 0 1rem;
}
.textoConviteFinal {
font-size: 1.05rem;
color: #d1c8ea;
} .containerFormulario {
background: #ffffff;
border-radius: 20px;
padding: clamp(1.5rem, 4vw, 2.5rem);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(151, 54, 255, 0.4);
border: 2px solid #9736ff;
}
.headerOferta {
text-align: center;
border-bottom: 2px solid #f0f0f5;
padding-bottom: 1.2rem;
margin-bottom: 1.2rem;
}
.badgeVagas {
background: #ffebeb;
color: #e63946;
font-weight: 700;
font-size: 0.8rem;
padding: 0.3rem 0.8rem;
border-radius: 20px;
display: inline-block;
margin-bottom: 0.5rem;
}
.tituloOferta {
font-size: 1.35rem;
font-weight: 900;
color: #14092b;
margin: 0.3rem 0 0.8rem;
line-height: 1.4;
}
.rotuloPreco {
font-size: 0.9rem;
color: #666;
display: block;
font-weight: 600;
}
.valorPrincipal {
display: flex;
align-items: center;
justify-content: center;
color: #14092b;
line-height: 1;
margin: 0.3rem 0;
}
.valorPrincipal .moeda {
font-size: 1.3rem;
font-weight: 700;
color: #888;
margin-right: 4px;
}
.valorPrincipal .valor {
font-size: 3.2rem;
font-weight: 900;
color: #9736ff;
}
.valorPrincipal .centavos {
font-size: 1.5rem;
font-weight: 700;
color: #888;
}
.resumoOferta {
font-size: 0.9rem;
line-height: 1.5;
margin-top: 0.6rem;
}
.resumoOferta p {
color: #555;
}
.destaqueOfertaDupla {
background: #f4ecff;
border-radius: 8px;
padding: 0.6rem;
margin: 0.8rem 0;
color: #5d1fb0;
font-size: 0.95rem;
}
.avisoIsencaoAluno {
background: #eef7ff;
border: 1px solid #cce5ff;
border-radius: 6px;
padding: 0.5rem;
font-size: 0.8rem;
color: #004085;
}
.chamadaFormulario {
font-size: 1rem;
font-weight: 800;
color: #14092b;
margin: 1.2rem 0 0.8rem;
text-align: center;
} .wrapperMautic label,
.mauticform-label {
font-weight: 600 !important;
color: #333333 !important;
font-size: 0.9rem !important;
margin-bottom: 0.3rem;
display: block;
}
.wrapperMautic input[type="text"],
.wrapperMautic input[type="email"],
.wrapperMautic input[type="tel"] {
width: 100% !important;
font-family: 'Montserrat', sans-serif !important;
font-size: 1rem !important;
color: #222 !important;
border: 1.5px solid #dcd8ea !important;
border-radius: 8px !important;
padding: 0.8rem 1rem !important;
background-color: #faf9fd !important;
margin-bottom: 1rem !important;
}
#mauticform_input_semanadaprogramacao_submit {
width: 100% !important;
border: none !important;
border-radius: 8px !important;
padding: 1.1rem 1.5rem !important;
font-size: 1.15rem !important;
font-weight: 800 !important;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #fff !important;
background: linear-gradient(90deg, #9736ff, #7a15ea) !important;
box-shadow: 0 6px 20px rgba(151, 54, 255, 0.4) !important;
cursor: pointer;
transition: all 0.3s ease;
animation: ctaPulse 2.5s infinite;
}
#mauticform_input_semanadaprogramacao_submit:hover {
background: linear-gradient(90deg, #b055ff, #9736ff) !important;
box-shadow: 0 8px 30px rgba(151, 54, 255, 0.75) !important;
transform: translateY(-3px) scale(1.02);
color: #ffffff !important;
}
#mauticform_input_semanadaprogramacao_submit:active {
transform: translateY(0) scale(0.98);
box-shadow: 0 4px 14px rgba(151, 54, 255, 0.4) !important;
}
.segurancaForm {
text-align: center;
margin-top: 1rem;
font-size: 0.8rem;
}
.segurancaForm span{
color: #888;
}
.mauticform-radiogrp {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.mauticform-radiogrp .mauticform-label {
width: 100%;
}
.mauticform-radiogrp-row {
display: flex;
align-items: center;
margin-right: 20px;
}
#mauticform_semanadaprogramacao_confirma_que_e_aluno_da_u {
display: flex;
}
#mauticform_radiogrp_radio_confirma_que_e_aluno_da_u_Sim0, #mauticform_radiogrp_radio_confirma_que_e_aluno_da_u_Nao1 {
margin-right: 0.5rem;
} .boxUrgencia {
background: rgba(255, 54, 122, 0.05);
border: 2px solid #ff367a;
border-radius: 20px;
padding: clamp(2rem, 4vw, 3rem);
}
.tituloUrgencia {
font-size: clamp(1.4rem, 2.5vw, 2.1rem);
font-weight: 900;
color: #ffffff;
line-height: 1.4;
margin-bottom: 1.5rem;
}
.frasesUrgencia p {
font-size: 1.05rem;
color: #d1c8ea;
margin-bottom: 0.5rem;
}
.fraseForteUrgencia {
font-size: 1.25rem !important;
font-weight: 800;
color: #3bf7dd !important;
margin-top: 1rem;
}
.blocoDataLiveUrgencia {
margin: 1.5rem 0;
}
.dataTexto {
font-size: 1.8rem;
font-weight: 900;
color: #ffffff;
}
.nomeLiveTexto {
font-size: 1.1rem;
font-weight: 700;
color: #ff367a;
letter-spacing: 1px;
} .tituloFechamento {
font-size: clamp(1.5rem, 2.8vw, 2.3rem);
font-weight: 900;
line-height: 1.4;
color: #ffffff;
margin-bottom: 1.2rem;
}
.textoFechamento {
font-size: 1.1rem;
color: #d1c8ea;
max-width: 750px;
margin: 0 auto 2rem;
line-height: 1.7;
}
.cardImpactoFechamento {
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 16px;
padding: 2rem;
max-width: 750px;
margin: 0 auto;
}
.cardImpactoFechamento p {
font-size: 1.05rem;
color: #d1c8ea;
margin-bottom: 0.8rem;
}
.lemaFinal {
margin-top: 1.5rem;
font-size: 1.25rem;
color: #3bf7dd;
}
.lemaFinal strong {
font-size: 1.4rem;
color: #ffffff;
} .secaoTurmas {
margin-top: 3rem;
}
.textTurmas {
font-size: 1.2rem;
font-weight: 800;
color: #fff;
letter-spacing: 1px;
}
.estrelinha {
color: #3bf7dd;
}
.containerTurmas {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1.5rem;
margin-top: 1.5rem;
}
.divTurma {
display: flex;
align-items: center;
gap: 0.8rem;
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 8px;
padding: 0.8rem 1rem;
text-decoration: none;
transition: all 0.3s ease;
}
.divTurma:hover {
transform: translateY(-3px);
background: rgba(151, 54, 255, 0.15);
border-color: #3bf7dd;
}
.divData {
text-align: center;
}
.textDia {
font-size: 2.2rem;
font-weight: 900;
color: #3bf7dd;
margin: 0;
line-height: 1;
}
.textMes {
font-size: 0.85rem;
font-weight: 700;
color: #c584ea;
margin: 0;
}
.imgTurma {
width: 55px;
height: auto;
}
.textEscola {
font-family: 'DePixelBreitF2', sans-serif;
font-size: 0.65rem;
color: #fff;
margin: 0;
line-height: 1.3;
}
.secaoFaq {
padding: 4rem 0 2rem;
}
.tituloFaq {
text-align: center;
font-size: 1.8rem;
font-weight: 800;
margin-bottom: 2rem;
color: #fff;
}
.itemFaq {
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 10px;
padding: 1.2rem 1.5rem;
margin-bottom: 1rem;
}
.itemFaq h4 {
color: #3bf7dd;
font-size: 1.05rem;
font-weight: 700;
margin-bottom: 0.4rem;
}
.itemFaq p {
color: #b5aacf;
font-size: 0.9rem;
line-height: 1.6;
margin: 0;
}
.linksTransmissaoFaq {
display: flex;
flex-wrap: wrap;
gap: 0.8rem;
margin-top: 1rem;
}
.btnCanal {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 1rem;
border-radius: 6px;
font-size: 0.85rem;
font-weight: 700;
text-decoration: none;
color: #ffffff;
}
.btnYoutube {
background: #ff0000;
}
.btnInstagram {
background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
} @keyframes ctaPulse {
0% { box-shadow: 0 0 0 0 rgba(151, 54, 255, 0.6); }
70% { box-shadow: 0 0 0 15px rgba(151, 54, 255, 0); }
100% { box-shadow: 0 0 0 0 rgba(151, 54, 255, 0); }
}
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(25px); }
to { opacity: 1; transform: translateY(0); }
}
.animar {
animation: fadeInUp 0.8s ease forwards;
}
@media (max-width: 1280px) {
.containerTurmas {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 1024px) {
.gridPilaresDescobrir {
grid-template-columns: 1fr;
}
.gridSorteios {
grid-template-columns: repeat(2, 1fr);
}
.containerTurmas {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 575px) {
.gridSorteios {
grid-template-columns: 1fr;
}
.containerTurmas {
grid-template-columns: 1fr;
}
.btnCtaAcao, .btnCtaSecundario {
width: 100%;
text-align: center;
padding: 1rem;
}
}