html {
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
color: #ffffff;
background-color: #07152b;
overflow-x: hidden;
} .backgroundGeral {
width: 100%;
min-height: 100vh;
background-color: #07152b;
background-image: 
radial-gradient(circle at 50% 0%, rgba(19, 122, 190, 0.3) 0%, transparent 60%),
radial-gradient(circle at 80% 40%, rgba(59, 247, 221, 0.08) 0%, transparent 40%),
url(//unintese.com.br/wp-content/themes/unintese/img/congresso-2026/background-pagina.webp);
background-position: center top;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
padding-bottom: 4rem;
}
.secaoDobra {
padding: clamp(2.5rem, 5vw, 4.5rem) 0;
} .imgLogo {
max-width: 200px;
height: auto;
}
.badgeLancamento {
display: inline-block;
background: linear-gradient(90deg, #137abe, #00c3b9);
color: #ffffff;
font-weight: 800;
font-size: 0.85rem;
padding: 0.5rem 1.2rem;
border-radius: 50px;
box-shadow: 0 4px 15px rgba(0, 195, 185, 0.3);
letter-spacing: 1px;
}
.divDataHero {
display: inline-block;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
padding: 0.4rem 1rem;
border-radius: 20px;
font-size: 0.95rem;
color: #3bf7dd;
margin-bottom: 1rem;
}
.tituloHero {
width: 100%;
margin-bottom: 0.8rem;
}
.subtituloHero {
font-size: clamp(1.15rem, 2vw, 1.45rem);
font-weight: 700;
color: #d1e4f7;
margin-bottom: 1.2rem;
line-height: 1.4;
}
.highlightCyan {
color: #3bf7dd;
text-shadow: 0 0 15px rgba(59, 247, 221, 0.4);
}
.conteudoHero {
font-size: clamp(0.95rem, 1.2vw, 1.05rem);
line-height: 1.7;
color: #b7d1ea;
margin-bottom: 1.5rem;
} .selosHero {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin-top: 1.5rem;
}
.itemSelo {
display: flex;
align-items: center;
gap: 0.6rem;
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 10px;
padding: 0.6rem 1rem;
flex: 1 1 200px;
}
.iconeSelo {
font-size: 1.6rem;
}
.itemSelo strong {
display: block;
font-size: 0.9rem;
color: #ffffff;
}
.itemSelo span {
font-size: 0.75rem;
color: #d5ecff;
} .containerFormulario {
background: #ffffff;
border-radius: 20px;
padding: clamp(1.5rem, 3.5vw, 2.2rem);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(19, 122, 190, 0.35);
border: 2px solid #137abe;
}
.headerOferta {
text-align: center;
border-bottom: 2px solid #edf2f7;
padding-bottom: 1rem;
margin-bottom: 1rem;
}
.badgeVagas {
background: #e6f7ff;
color: #0077b6;
font-weight: 700;
font-size: 0.8rem;
padding: 0.3rem 0.8rem;
border-radius: 20px;
display: inline-block;
margin-bottom: 0.4rem;
}
.tituloOferta {
font-size: 1.4rem;
font-weight: 900;
color: #0b2545;
margin: 0.2rem 0 0.4rem;
}
.subPreco {
font-size: 0.85rem;
color: #556980;
margin: 0;
} .wrapperMautic label,
.mauticform-label {
font-weight: 600 !important;
color: #333333 !important;
font-size: 0.85rem !important;
margin-bottom: 0.2rem;
display: block;
text-align: left;
}
.wrapperMautic input[type="text"],
.wrapperMautic input[type="email"],
.wrapperMautic input[type="tel"] {
width: 100% !important;
font-family: 'Montserrat', sans-serif !important;
font-size: 0.95rem !important;
color: #222 !important;
border: 1.5px solid #cfdce8 !important;
border-radius: 8px !important;
padding: 0.75rem 0.9rem !important;
background-color: #f7fafc !important;
margin-bottom: 0.9rem !important;
}
.wrapperMautic input:focus {
border-color: #137abe !important;
background-color: #fff !important;
outline: none;
}
#mauticform_input_congresso2025_submit,
.mauticform-button-wrapper button,
.wrapperMautic button[type="submit"] {
width: 100% !important;
border: none !important;
border-radius: 8px !important;
padding: 1rem 1.5rem !important;
font-size: 1.1rem !important;
font-weight: 800 !important;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #fff !important;
background: linear-gradient(90deg, #137abe, #0096c7) !important;
box-shadow: 0 6px 20px rgba(19, 122, 190, 0.4) !important;
cursor: pointer;
transition: all 0.3s ease;
animation: ctaPulse 3s infinite;
}
#mauticform_input_congresso2025_submit:hover,
.mauticform-button-wrapper button:hover,
.wrapperMautic button[type="submit"]:hover {
background: linear-gradient(90deg, #0096c7, #00b4d8) !important;
box-shadow: 0 8px 25px rgba(0, 180, 216, 0.6) !important;
transform: translateY(-2px) scale(1.02);
color: #ffffff !important;
}
#mauticform_input_congresso2025_submit:active,
.mauticform-button-wrapper button:active,
.wrapperMautic button[type="submit"]:active {
transform: translateY(0) scale(0.98);
box-shadow: 0 4px 15px rgba(19, 122, 190, 0.4) !important;
}
.mauticform-radiogrp-row {
display: flex;
gap: 0.5rem;
}
.segurancaForm {
text-align: center;
margin-top: 0.9rem;
font-size: 0.78rem;
color: #718096;
} .btnCtaAcao {
display: inline-block;
background: linear-gradient(90deg, #137abe, #00b4d8);
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(0, 180, 216, 0.4);
transition: all 0.3s ease;
}
.btnCtaAcao:hover {
transform: translateY(-3px) scale(1.02);
box-shadow: 0 10px 30px rgba(0, 180, 216, 0.7);
color: #ffffff;
} .secaoEventosIntegrados {
background: rgba(3, 13, 28, 0.6);
border-top: 1px solid rgba(255, 255, 255, 0.08);
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.tagNovidade {
background: #3bf7dd;
color: #07152b;
font-weight: 800;
font-size: 0.8rem;
padding: 0.3rem 0.9rem;
border-radius: 20px;
display: inline-block;
margin-bottom: 0.8rem;
letter-spacing: 0.5px;
}
.tituloSecao {
font-size: clamp(1.5rem, 2.6vw, 2.3rem);
font-weight: 900;
color: #ffffff;
line-height: 1.3;
margin-bottom: 0.8rem;
}
.subtituloSecao {
font-size: 1.05rem;
color: #b7d1ea;
max-width: 800px;
margin: 0 auto 2.5rem;
line-height: 1.7;
}
.gridEventos {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1.5rem;
text-align: left;
}
.cardEvento {
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 14px;
padding: 1.8rem 1.4rem;
transition: all 0.3s ease;
}
.cardEvento:hover {
transform: translateY(-5px);
border-color: #3bf7dd;
background: rgba(59, 247, 221, 0.05);
}
.numeroEvento {
font-size: 2rem;
font-weight: 900;
color: #137abe;
line-height: 1;
margin-bottom: 0.6rem;
display: block;
}
.cardEvento h3 {
font-size: 1.15rem;
font-weight: 800;
color: #ffffff;
margin-bottom: 0.6rem;
}
.cardEvento p {
font-size: 0.88rem;
color: #9cbddb;
line-height: 1.5;
margin: 0;
} .textoCliquePalestrantes {
font-size: 1rem;
color: #3bf7dd;
margin-top: -1.5rem;
margin-bottom: 2rem;
}
.cardAreaConhecimento {
background: rgba(255, 255, 255, 0.04);
border: 2px solid rgba(255, 255, 255, 0.1);
border-radius: 16px;
padding: 1.8rem 1.2rem;
cursor: pointer;
transition: all 0.3s ease;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.cardAreaConhecimento:hover {
border-color: #137abe;
background: rgba(19, 122, 190, 0.15);
transform: translateY(-4px);
}
.cardAreaConhecimento.activeArea {
border-color: #3bf7dd;
background: rgba(59, 247, 221, 0.1);
box-shadow: 0 0 25px rgba(59, 247, 221, 0.25);
}
.iconeArea {
width: 65px;
height: auto;
margin-bottom: 1rem;
}
.cardAreaConhecimento h4 {
font-size: 1.2rem;
font-weight: 800;
color: #ffffff;
margin-bottom: 0.5rem;
}
.cardAreaConhecimento p {
font-size: 0.88rem;
color: #a6c8e8;
line-height: 1.5;
margin-bottom: 1rem;
flex-grow: 1;
}
.btnVerPalestrantes {
font-size: 0.85rem;
font-weight: 700;
color: #3bf7dd;
text-transform: uppercase;
letter-spacing: 0.5px;
} .boxPalestrantesArea {
background: rgba(2, 9, 20, 0.7);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 16px;
padding: 2.5rem 1.5rem;
margin-top: 1.5rem;
}
.subtituloGrupo {
font-size: 1.3rem;
font-weight: 800;
color: #3bf7dd;
margin-bottom: 1.8rem;
}
.gridFotosPalestrantes {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1.2rem;
}
.imgPalestrante {
width: clamp(130px, 14vw, 170px);
height: auto;
border-radius: 12px;
transition: transform 0.3s ease, filter 0.3s ease;
}
.imgPalestrante:hover {
transform: scale(1.06);
filter: drop-shadow(0 6px 15px rgba(59, 247, 221, 0.4));
} .boxCertificacaoOferta {
background: linear-gradient(135deg, rgba(19, 122, 190, 0.2) 0%, rgba(5, 17, 36, 0.9) 100%);
border: 2px solid #137abe;
border-radius: 20px;
padding: clamp(2rem, 4vw, 3rem);
display: flex;
align-items: center;
gap: 2rem;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}
.iconeCertificado {
font-size: 3.5rem;
flex-shrink: 0;
}
.conteudoCertificado h3 {
font-size: 1.4rem;
font-weight: 800;
color: #ffffff;
margin-bottom: 0.6rem;
}
.destaqueGratuito {
font-size: 1.1rem;
color: #3bf7dd;
margin-bottom: 0.5rem;
}
.detalhesCertificadoGrid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
background: rgba(255, 255, 255, 0.05);
border-radius: 10px;
padding: 1rem;
margin: 1.2rem 0;
text-align: center;
}
.rotuloDet {
display: block;
font-size: 0.78rem;
color: #8fb9dc;
text-transform: uppercase;
}
.valorDet {
font-size: 1.2rem;
font-weight: 800;
color: #ffffff;
}
.avisoObsCertificado {
display: block;
font-size: 0.8rem;
color: #a6c8e8;
line-height: 1.4;
font-style: italic;
} .secaoLogosEventos {
padding: 2rem 0;
border-top: 1px solid rgba(255, 255, 255, 0.05);
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.divProgramacaoLogos {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 2rem;
}
.programacaoImg {
max-height: 60px;
width: auto;
opacity: 0.85;
transition: opacity 0.3s ease, transform 0.3s ease;
}
.programacaoImg:hover {
opacity: 1;
transform: scale(1.05);
} .tituloFaq {
text-align: center;
font-size: 1.8rem;
font-weight: 800;
margin-bottom: 2rem;
color: #ffffff;
}
.itemFaq {
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 12px;
padding: 1.3rem 1.6rem;
margin-bottom: 1rem;
}
.itemFaq h4 {
color: #3bf7dd;
font-size: 1.05rem;
font-weight: 700;
margin-bottom: 0.4rem;
}
.itemFaq p {
color: #b7d1ea;
font-size: 0.92rem;
line-height: 1.6;
margin: 0;
} footer {
padding: 2rem 0;
background: #030a16;
}
.iconeRede {
width: 36px;
height: auto;
margin: 0 0.5rem;
transition: transform 0.2s ease;
}
.iconeRede:hover {
transform: scale(1.15);
}
.divCopyright p {
font-size: 0.85rem;
color: #718096;
margin: 0;
}
.divCopyright a {
color: #3bf7dd;
text-decoration: none;
} @keyframes ctaPulse {
0% { box-shadow: 0 0 0 0 rgba(19, 122, 190, 0.6); }
70% { box-shadow: 0 0 0 15px rgba(19, 122, 190, 0); }
100% { box-shadow: 0 0 0 0 rgba(19, 122, 190, 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) {
.gridEventos {
grid-template-columns: repeat(2, 1fr);
}
.boxCertificacaoOferta {
flex-direction: column;
text-align: center;
}
.detalhesCertificadoGrid {
grid-template-columns: 1fr;
}
}
@media (max-width: 575px) {
.gridEventos {
grid-template-columns: 1fr;
}
.btnCtaAcao {
width: 100%;
text-align: center;
padding: 1rem;
}
}