@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;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;
} .backgroundGeral {
width: 100%;
min-height: 100vh;
background-color: #0b021a;
background-image: radial-gradient(circle at top center, rgba(151, 54, 255, 0.2) 0%, transparent 60%),
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);
} .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: 1rem;
}
.imgTitulo {
display: block;
width: min(100%, 750px);
height: auto;
}
.subtituloHero {
font-size: clamp(1.4rem, 2.5vw, 2rem);
font-weight: 800;
color: #fff;
margin-bottom: 1.2rem;
}
.highlightText {
color: #3bf7dd;
text-shadow: 0 0 15px rgba(59, 247, 221, 0.5);
}
.conteudoIntroducao {
max-width: 1200px;
margin: 0 auto;
font-size: clamp(1rem, 1.3vw, 1.15rem);
line-height: 1.8;
color: #d1c8ea;
}
.textoDestaque {
font-weight: 700;
color: #ffffff;
font-size: clamp(1.1rem, 1.8vw, 1.3rem);
} .cardBonusConvite {
max-width: 1200px;
margin: 2rem auto;
background: rgba(151, 54, 255, 0.15);
border: 2px dashed #3bf7dd;
border-radius: 12px;
padding: 1.2rem 1.8rem;
display: flex;
align-items: center;
gap: 1.2rem;
text-align: left;
backdrop-filter: blur(8px);
}
.iconePresente {
font-size: 2.2rem;
}
.textoPresente {
font-size: 1rem;
color: #ffffff;
line-height: 1.5;
}
.textoPresente strong {
color: #3bf7dd;
}
.avisoIsencaoAluno {
color: #000;
} .divTextData {
max-width: 600px;
margin: 2rem auto;
background: rgba(15, 6, 35, 0.8);
border-radius: 12px;
padding: 1.5rem;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.tagLive {
color: #ff367a;
font-weight: 800;
font-size: 0.85rem;
letter-spacing: 2px;
}
.textData {
margin: 0.5rem 0;
color: #3bf7dd;
font-size: clamp(1.4rem, 2.5vw, 1.9rem);
font-weight: 800;
}
.textDescricaoLive {
color: #d1c8ea;
font-size: 0.95rem;
margin: 0;
line-height: 1.6;
} .secaoBeneficios {
padding: 3rem 0;
}
.gridBeneficios {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1.5rem;
}
.cardBeneficio {
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 12px;
padding: 1.5rem;
text-align: center;
transition: transform 0.3s ease, border-color 0.3s ease;
}
.cardBeneficio:hover {
transform: translateY(-5px);
border-color: #9736ff;
background: rgba(151, 54, 255, 0.1);
}
.iconeBen {
font-size: 2rem;
display: block;
margin-bottom: 0.8rem;
}
.cardBeneficio h4 {
font-size: 1.1rem;
font-weight: 700;
color: #3bf7dd;
margin-bottom: 0.5rem;
}
.cardBeneficio p {
font-size: 0.85rem;
color: #b5aacf;
line-height: 1.5;
margin: 0;
} .secaoFormulario {
margin: 2rem 0 4rem;
}
.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 25px rgba(151, 54, 255, 0.4);
border: 2px solid #9736ff;
}
.headerOferta {
text-align: center;
border-bottom: 2px solid #f0f0f5;
padding-bottom: 1.5rem;
margin-bottom: 1.5rem;
}
.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;
}
.textFormulario {
font-size: 1.6rem;
font-weight: 900;
color: #14092b;
margin: 0.4rem 0 0.8rem;
}
.boxPreco {
margin-top: 0.5rem;
}
.rotuloPreco {
font-size: 0.9rem;
color: #666;
display: block;
}
.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;
margin-right: 4px;
}
.valorPrincipal .valor {
font-size: 3rem;
font-weight: 900;
color: #9736ff;
}
.valorPrincipal .centavos {
font-size: 1.5rem;
font-weight: 700;
}
.moeda, .centavos {
color: gray;
}
.subPreco {
font-size: 0.85rem;
color: #2a9d8f;
font-weight: 700;
} .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;
}
.wrapperMautic input:focus {
border-color: #9736ff !important;
background-color: #fff !important;
outline: none;
}
#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: transform 0.3s ease, box-shadow 0.3s ease;
animation: ctaPulse 2.5s infinite;
}
#mauticform_input_semanadaprogramacao_submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(151, 54, 255, 0.7) !important;
}
.segurancaForm {
text-align: center;
margin-top: 1.2rem;
font-size: 0.8rem;
}
.segurancaForm span {
color: gray;
}
.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;
} .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 a {
transition: 0.3s all ease-in-out;
}
.linksTransmissaoFaq a:hover {
color: #3BF7DD;
} @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: 991px) {
.gridBeneficios {
grid-template-columns: repeat(2, 1fr);
}
.containerTurmas {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 575px) {
.gridBeneficios {
grid-template-columns: 1fr;
}
.containerTurmas {
grid-template-columns: 1fr;
}
.cardBonusConvite {
flex-direction: column;
text-align: center;
}
.divTurma {
justify-content: flex-start;
}
}