@font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 200 800;
font-display: swap;
src: url(//luizc.work/wp-content/themes/luizc-theme/assets/fonts/plus-jakarta-sans-variable.woff2) format('woff2');
}
:root { --lc-amarelo: #ffc000;
--lc-roxo: #522ee1; --lc-branco: #ffffff;
--lc-fundo: #1a1d21;
--lc-card-escuro: #23262b;
--lc-painel-claro: #f4f2f3;
--lc-tinta: #23282d;
--lc-cinza: #8b9099;
--lc-cinza-claro: #b4b8bf;
--lc-cinza-escuro: #5d626b; --lc-gradiente: linear-gradient(135deg, #ffc000 0%, #ff7a3d 45%, #522ee1 100%); --lc-borda-header: rgba(255, 255, 255, 0.08);
--lc-borda-rodape: rgba(255, 255, 255, 0.14);
--lc-borda-acordeao: rgba(255, 255, 255, 0.14);
--lc-borda-campo: rgba(255, 255, 255, 0.4); --lc-fonte: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; --lc-largura-max: 1216px;
--lc-lateral: 76px;
--lc-header-altura: 96px;
}
@media (max-width: 1024px) {
:root {
--lc-lateral: 40px;
}
}
@media (max-width: 767px) {
:root {
--lc-lateral: 20px;
--lc-header-altura: 72px;
}
}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
scroll-behavior: smooth;
} html.lc-scroll-suave {
scroll-behavior: auto;
}
*,
*::before,
*::after {
box-sizing: border-box;
} * {
-webkit-tap-highlight-color: transparent;
}
body {
margin: 0;
font-family: var(--lc-fonte);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333;
background-color: var(--lc-fundo);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0.5rem;
margin-bottom: 1rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
p {
margin-top: 0;
margin-bottom: 0.9rem;
}
a {
background-color: transparent;
text-decoration: none;
color: #c36;
}
img {
border-style: none;
height: auto;
max-width: 100%;
}
details {
display: block;
}
summary {
display: list-item;
}
[hidden] {
display: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 1rem;
line-height: 1.5;
margin: 0;
}
.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.lc-skip-link {
position: absolute;
left: -9999px;
top: 0;
z-index: 10000;
padding: 0.75rem 1rem;
background: #fff;
color: #000;
}
.lc-skip-link:focus {
left: 0;
} .lc-titulo {
margin: 0;
padding: 0;
font-family: var(--lc-fonte);
font-weight: 400;
}  .lc-cta {
display: flex;
align-items: center;
gap: 2px;
padding: 0;
border: 0;
background: transparent;
font-family: var(--lc-fonte);
font-size: 14px;
font-weight: 500;
line-height: 20px;
color: var(--lc-tinta);
}
.lc-cta:hover,
.lc-cta:focus {
color: var(--lc-tinta);
}
.lc-cta__texto,
.lc-cta__icone {
background: #fff;
transition: background-color 0.3s ease, transform 0.3s ease;
}
.lc-cta__texto {
display: block;
padding: 14px 32px;
border-radius: 50px;
text-transform: uppercase;
}
.lc-cta__icone {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 48px;
height: 48px;
border-radius: 50%;
}
.lc-cta:hover .lc-cta__texto,
.lc-cta:hover .lc-cta__icone,
.lc-cta:focus-visible .lc-cta__texto,
.lc-cta:focus-visible .lc-cta__icone {
background: var(--lc-amarelo);
}
.lc-icone {
display: block;
flex-shrink: 0;
} .lc-header {
position: relative;
z-index: 99;
border-bottom: 1px solid var(--lc-borda-header);
}
.lc-header__barra {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
max-width: calc(var(--lc-largura-max) + 2 * var(--lc-lateral));
min-height: var(--lc-header-altura);
margin: 0 auto;
padding: 0 var(--lc-lateral);
}
.lc-header__logo {
flex: 0 0 auto;
display: block;
}
.lc-header__logo img,
.lc-header__logo .custom-logo {
display: block;
width: 120px;
height: auto;
}
.lc-header__acoes {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 16px;
}
.lc-menu {
display: flex;
margin: 0;
padding: 0;
list-style: none;
}
.lc-menu a {
display: flex;
padding: 13px 16px;
font-family: var(--lc-fonte);
font-size: 14px;
font-weight: 400;
line-height: 1em;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #fff;
transition: color 0.3s ease;
}
.lc-menu a:hover,
.lc-menu a:focus {
color: var(--lc-amarelo);
}
.lc-header__burger {
display: none;
padding: 0;
border: 0;
background: transparent;
color: #fff;
cursor: pointer;
}
@media (max-width: 767px) {
.lc-header__logo img,
.lc-header__logo .custom-logo {
width: 96px;
}
.lc-header__nav,
.lc-header__cta {
display: none;
}
.lc-header__burger {
display: block;
}
.lc-header__burger svg {
display: block;
width: 28px;
height: 28px;
}
} .lc-offcanvas {
position: fixed;
inset: 0;
z-index: 1000;
overflow: auto;
background: var(--lc-fundo);
opacity: 0;
visibility: hidden;
transition:
opacity 0.35s ease,
visibility 0s linear 0.35s;
}
.lc-offcanvas.is-open {
opacity: 1;
visibility: visible;
transition: opacity 0.35s ease;
}
.lc-offcanvas__conteudo {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
position: relative;
min-height: 100vh;
padding: 110px 32px 32px;
} .lc-offcanvas__fechar {
position: absolute;
top: 22px;
right: 20px;
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
padding: 0;
border: 0;
background: transparent;
color: #fff;
cursor: pointer;
} .lc-icone--menu-x .lc-icone__linha {
transform-box: view-box;
transform-origin: 12px 12px;
transition:
transform 0.4s cubic-bezier(0.65, 0, 0.35, 1),
opacity 0.2s ease;
}
.lc-offcanvas.is-open .lc-icone__linha--1 {
transform: rotate(45deg) translateY(7px);
}
.lc-offcanvas.is-open .lc-icone__linha--2 {
opacity: 0;
}
.lc-offcanvas.is-open .lc-icone__linha--3 {
transform: rotate(-45deg) translateY(-7px);
}
.lc-offcanvas__menu {
margin-top: 20px;
}
.lc-offcanvas__menu .lc-menu {
flex-direction: column;
align-items: center;
text-align: center;
}
.lc-offcanvas__menu .lc-menu a {
padding: 20px 21px;
}
.lc-offcanvas__cta {
margin-top: 20px;
font-size: 14px;
line-height: 1.4em;
}
body.lc-scroll-travado {
overflow: hidden;
} .lc-fallback {
max-width: calc(var(--lc-largura-max) + 2 * var(--lc-lateral));
min-height: 40vh;
margin: 130px auto 100px;
padding: 0 var(--lc-lateral);
}
.lc-fallback__titulo {
font-size: 52px;
line-height: 60px;
color: #fff;
}
.lc-fallback__conteudo {
margin: 30px 0 0;
font-size: 20px;
line-height: 30px;
color: var(--lc-cinza);
}
.lc-fallback__conteudo a {
color: var(--lc-amarelo);
}
.lc-fallback__acao {
display: inline-flex;
margin-top: 40px;
}
@media (max-width: 1024px) {
.lc-fallback {
margin-top: 100px;
}
}
@media (max-width: 767px) {
.lc-fallback {
margin-top: 35px;
}
.lc-fallback__titulo {
font-size: 32px;
line-height: 35px;
}
.lc-fallback__conteudo {
font-size: 16px;
line-height: 20px;
}
} .lc-footer {
position: relative;
z-index: 99;
padding: 0 var(--lc-lateral);
}
.lc-footer__inner {
max-width: var(--lc-largura-max);
margin: 0 auto;
}
.lc-footer__linha {
display: grid;
grid-template-columns: 1fr auto 1fr;
align-items: center;
gap: 24px;
min-height: 128px;
border-top: 1px solid var(--lc-borda-rodape);
}
.lc-footer__logo {
display: block;
justify-self: start;
}
.lc-footer__logo img,
.lc-footer__logo .custom-logo {
display: block;
width: 120px;
height: auto;
}
.lc-footer__texto {
margin: 0;
text-align: center;
font-family: var(--lc-fonte);
font-size: 12px;
font-weight: 400;
line-height: 1.4;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #fff;
}
a.lc-footer__texto {
justify-self: end;
transition: color 0.3s ease;
}
a.lc-footer__texto:hover,
a.lc-footer__texto:focus {
color: var(--lc-amarelo);
}
@media (max-width: 767px) {
.lc-footer__linha {
grid-template-columns: 1fr;
justify-items: center;
gap: 16px;
padding: 40px 0;
}
.lc-footer__logo,
a.lc-footer__texto {
justify-self: center;
}
} .lc-whatsapp {
position: fixed;
right: 24px;
bottom: 24px;
z-index: 9000;
width: 52px;
height: 52px;
border-radius: 50%;
background: #25d366 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0s4.686 12.283 0 16.97a12 12 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12 12 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.85 9.85 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918s-10.075-3.843-13.918 0a9.85 9.85 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22zm6.534-7.003-.933 1.164a9.84 9.84 0 0 1-3.497-3.495l1.166-.933a.79.79 0 0 0 .23-.94L9.561 6.96a.79.79 0 0 0-.924-.445l-2.023.524a.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.79.79 0 0 0-.445-.923L14.6 13.327a.79.79 0 0 0-.94.23z'/%3E%3C/svg%3E") 50% / 60% no-repeat;
box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, 0.24);
transition: background-color 0.2s linear;
animation: lc-whatsapp-entrada 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s both;
}
.lc-whatsapp:hover,
.lc-whatsapp:focus {
background-color: #128c7e;
}
@keyframes lc-whatsapp-entrada {
from {
transform: scale(0);
}
to {
transform: scale(1);
}
}
@media (max-width: 480px) {
.lc-whatsapp {
right: 14px;
bottom: 14px;
}
} @keyframes lc-fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
} .lc-js [data-lc-animar]:not(.is-visible) {
visibility: hidden;
}
.lc-js [data-lc-animar].is-visible {
animation: lc-fade-in var(--lc-anim-duracao, 1.25s) both;
animation-delay: var(--lc-anim-atraso, 0s);
} @keyframes lc-subir {
from {
opacity: 0;
transform: translateY(28px);
filter: blur(8px);
}
to {
opacity: 1;
transform: none;
filter: blur(0);
}
}
.lc-js [data-lc-animar="subir"].is-visible {
animation: lc-subir var(--lc-anim-duracao, 0.9s) cubic-bezier(0.22, 1, 0.36, 1) both;
animation-delay: var(--lc-anim-atraso, 0s);
}  .lc-rolar {
position: relative;
display: inline-block;
overflow: hidden;
vertical-align: top;
}
.lc-rolar > span,
.lc-rolar::after {
display: block;
transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.lc-rolar::after {
content: attr(data-texto);
content: attr(data-texto) / '';
position: absolute;
top: 100%;
left: 0;
width: 100%;
}
a:hover .lc-rolar > span,
a:hover .lc-rolar::after,
a:focus-visible .lc-rolar > span,
a:focus-visible .lc-rolar::after,
button:hover .lc-rolar > span,
button:hover .lc-rolar::after,
button:focus-visible .lc-rolar > span,
button:focus-visible .lc-rolar::after {
transform: translateY(-100%);
} @keyframes lc-seta-passa {
0% {
transform: translateX(0);
opacity: 1;
}
45% {
transform: translateX(140%);
opacity: 0;
}
55% {
transform: translateX(-140%);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
.lc-cta__icone {
overflow: hidden;
}
.lc-cta:hover .lc-cta__icone svg,
.lc-cta:focus-visible .lc-cta__icone svg {
animation: lc-seta-passa 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}  .lc-blur-pe {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 90;
height: 120px;
pointer-events: none;
transition: opacity 0.4s ease;
}
.lc-blur-pe.is-oculto {
opacity: 0;
}
.lc-blur-pe > i {
position: absolute;
inset: 0;
}
.lc-blur-pe > i:nth-child(1) {
-webkit-backdrop-filter: blur(0.25px);
backdrop-filter: blur(0.25px);
-webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12.5%, #000 25%, transparent 37.5%);
mask-image: linear-gradient(to bottom, transparent 0%, #000 12.5%, #000 25%, transparent 37.5%);
}
.lc-blur-pe > i:nth-child(2) {
-webkit-backdrop-filter: blur(0.5px);
backdrop-filter: blur(0.5px);
-webkit-mask-image: linear-gradient(to bottom, transparent 12.5%, #000 25%, #000 37.5%, transparent 50%);
mask-image: linear-gradient(to bottom, transparent 12.5%, #000 25%, #000 37.5%, transparent 50%);
}
.lc-blur-pe > i:nth-child(3) {
-webkit-backdrop-filter: blur(1px);
backdrop-filter: blur(1px);
-webkit-mask-image: linear-gradient(to bottom, transparent 25%, #000 37.5%, #000 50%, transparent 62.5%);
mask-image: linear-gradient(to bottom, transparent 25%, #000 37.5%, #000 50%, transparent 62.5%);
}
.lc-blur-pe > i:nth-child(4) {
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
-webkit-mask-image: linear-gradient(to bottom, transparent 37.5%, #000 50%, #000 62.5%, transparent 75%);
mask-image: linear-gradient(to bottom, transparent 37.5%, #000 50%, #000 62.5%, transparent 75%);
}
.lc-blur-pe > i:nth-child(5) {
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
-webkit-mask-image: linear-gradient(to bottom, transparent 50%, #000 62.5%, #000 75%, transparent 87.5%);
mask-image: linear-gradient(to bottom, transparent 50%, #000 62.5%, #000 75%, transparent 87.5%);
}
.lc-blur-pe > i:nth-child(6) {
-webkit-backdrop-filter: blur(7px);
backdrop-filter: blur(7px);
-webkit-mask-image: linear-gradient(to bottom, transparent 62.5%, #000 75%);
mask-image: linear-gradient(to bottom, transparent 62.5%, #000 75%);
}
@media (max-width: 767px) {
.lc-blur-pe {
height: 72px;
}
}  img[data-lc-img] {
transition: opacity 0.5s ease;
}
.lc-carregando {
background: rgba(128, 128, 128, 0.12);
}
.lc-carregando > img[data-lc-img] {
opacity: 0;
}
.lc-carregando::before {
content: '';
position: absolute;
top: min(50%, 200px);
left: 50%;
z-index: 1;
width: 22px;
height: 22px;
margin: -11px 0 0 -11px;
border: 2px solid rgba(128, 128, 128, 0.28);
border-top-color: rgba(128, 128, 128, 0.85);
border-radius: 50%;
pointer-events: none;
animation:
lc-imagem-girar 0.8s linear infinite,
lc-fade-in 0.3s ease 0.3s both;
}
@keyframes lc-imagem-girar {
to {
transform: rotate(360deg);
}
}
@media (prefers-reduced-motion: reduce) {
img[data-lc-img],
.lc-offcanvas,
.lc-offcanvas.is-open,
.lc-icone--menu-x .lc-icone__linha {
transition: none;
}
.lc-carregando::before {
animation: none;
}
}
@media (prefers-reduced-motion: reduce) {
.lc-js [data-lc-animar]:not(.is-visible) {
visibility: visible;
}
.lc-js [data-lc-animar].is-visible,
.lc-js [data-lc-animar="subir"].is-visible,
.lc-whatsapp,
.lc-offcanvas.is-open,
.lc-cta:hover .lc-cta__icone svg,
.lc-cta:focus-visible .lc-cta__icone svg {
animation: none;
}
.lc-rolar > span,
.lc-rolar::after {
transition: none;
}
a:hover .lc-rolar > span,
a:hover .lc-rolar::after,
a:focus-visible .lc-rolar > span,
a:focus-visible .lc-rolar::after,
button:hover .lc-rolar > span,
button:hover .lc-rolar::after,
button:focus-visible .lc-rolar > span,
button:focus-visible .lc-rolar::after {
transform: none;
}
}.lc-painel {
position: relative;
z-index: 9;
padding: 48px var(--lc-lateral) 64px;
border-radius: 60px 60px 0 0;
background: #fff;
}
.lc-painel__interno {
display: flex;
flex-direction: column;
gap: 60px;
width: 100%;
max-width: var(--lc-largura-max);
margin: 0 auto;
}
.lc-cabecalho {
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
gap: 24px;
}
.lc-cabecalho__titulo {
font-size: 40px;
font-weight: 400;
line-height: 1.2;
letter-spacing: -0.01em;
color: var(--lc-tinta);
}
.lc-cabecalho__titulo--claro {
color: #fff;
}
.lc-cabecalho__icone {
display: block;
flex-shrink: 0;
}
.lc-cabecalho__icone img {
display: block;
width: 56px;
height: 56px;
}
@media (max-width: 1024px) {
.lc-cabecalho__titulo {
font-size: 36px;
}
}
@media (max-width: 767px) {
.lc-painel {
padding: 32px 20px 40px;
border-radius: 30px 30px 0 0;
}
.lc-painel__interno {
gap: 32px;
}
.lc-cabecalho__titulo {
font-size: 26px;
}
.lc-cabecalho__icone img {
width: 40px;
height: 40px;
}
} .lc-projetos {
margin-top: -60px;
padding-bottom: 96px;
background: var(--lc-painel-claro);
} .lc-projetos .lc-painel__interno {
max-width: 1240px;
}
.lc-projetos .lc-cabecalho {
padding: 0 12px;
}
@media (max-width: 767px) {
.lc-projetos {
margin-top: -30px;
padding-bottom: 48px;
}
.lc-projetos .lc-cabecalho {
padding: 0;
}
}
.lc-projetos__grade {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 32px 40px;
}
.lc-card {
position: relative;
display: flex;
}
.lc-card--oculto {
display: none;
}
.lc-card__link {
display: flex;
flex-direction: column;
gap: 12px;
width: 100%;
color: var(--lc-tinta);
}
.lc-card__miniatura {
position: relative;
overflow: hidden;
aspect-ratio: 600 / 472;
border-radius: 24px;
background: #e6e3e5;
}
.lc-card__miniatura img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition:
transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
filter 0.5s ease,
opacity 0.5s ease;
} .lc-card__ver {
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
display: flex;
align-items: center;
gap: 10px;
padding: 14px 22px;
border-radius: 50px;
background: #fff;
font-family: var(--lc-fonte);
font-size: 14px;
font-weight: 500;
line-height: 1;
white-space: nowrap;
color: var(--lc-tinta);
opacity: 0;
transform: translate(-50%, -50%) scale(0.85);
transition:
opacity 0.35s ease,
transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
pointer-events: none;
}
.lc-card__legenda {
display: flex;
align-items: baseline;
gap: 10px;
min-height: 64px;
padding: 17px 20px;
border-radius: 20px;
background: #fff;
}
.lc-card__titulo {
font-size: 24px;
font-weight: 400;
line-height: 30px;
color: var(--lc-tinta);
}
.lc-card__tipo {
flex-shrink: 0;
font-family: var(--lc-fonte);
font-size: 13px;
font-weight: 400;
line-height: 1;
color: var(--lc-cinza);
transition: color 0.3s ease;
} @media (hover: hover) {
.lc-card__link:hover .lc-card__miniatura img {
transform: scale(1.08);
filter: blur(5px) brightness(0.85);
}
.lc-card__link:hover .lc-card__ver {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
.lc-card__link:hover .lc-card__tipo {
color: var(--lc-tinta);
}
}
.lc-card__link:focus-visible .lc-card__ver {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
@media (prefers-reduced-motion: reduce) {
.lc-card__miniatura img,
.lc-card__ver {
transition: opacity 0.2s ease;
}
.lc-card__link:hover .lc-card__miniatura img {
transform: none;
}
}
.lc-projetos__mais {
margin-top: 48px;
text-align: center;
}
.lc-btn {
display: inline-block;
padding: 14px 28px;
font-family: var(--lc-fonte);
font-size: 14px;
line-height: 1;
text-align: center;
transition: all 0.3s;
}
.lc-btn__conteudo {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
}
.lc-btn__icone {
display: flex;
align-items: center;
}
.lc-projetos__botao {
border: 1px solid var(--lc-tinta);
border-radius: 100px;
background: transparent;
font-weight: 500;
color: var(--lc-tinta);
cursor: pointer;
}
.lc-projetos__botao:hover,
.lc-projetos__botao:focus {
background: var(--lc-tinta);
color: #fff;
}
.lc-projetos__vazio {
margin: 0;
font-family: var(--lc-fonte);
font-size: 18px;
color: var(--lc-cinza-escuro);
}
@media (max-width: 1024px) {
.lc-projetos__grade {
gap: 24px;
}
.lc-card__titulo {
font-size: 20px;
line-height: 26px;
}
}
@media (max-width: 767px) {
.lc-projetos__grade {
grid-template-columns: 1fr;
}
.lc-card__miniatura {
border-radius: 20px;
}
.lc-card__legenda {
min-height: 0;
padding: 14px 18px;
border-radius: 16px;
}
.lc-card__titulo {
font-size: 18px;
line-height: 24px;
}
}.lc-hero {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
align-items: center;
padding: 40px var(--lc-lateral) 114px;
overflow: hidden;
} .lc-hero__guias {
position: absolute;
top: 91px;
left: 50%;
z-index: 0;
width: 1069px;
max-width: none;
height: auto;
transform: translateX(-50%);
pointer-events: none;
}
.lc-hero__guias-h {
opacity: 0.05;
}
.lc-hero__guias-v {
opacity: 0.07;
}
@media (max-width: 1024px) {
.lc-hero__guias {
display: none;
}
}
.lc-hero__conteudo {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.lc-hero__avatar {
display: block;
width: 120px;
height: 120px; padding: 4.8px;
border-radius: 50%; background: linear-gradient(205deg, #f0b216 14%, #522ee1 86%);
} .lc-hero__avatar-foto {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 50%;
}
.lc-hero__avatar img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
filter: grayscale(1);
transform: scale(1.06);
}
.lc-hero__titulo {
width: 100%;
max-width: 760px;
margin-top: 28px;
text-align: center;
font-size: 54px;
font-weight: 300;
line-height: 1.04;
letter-spacing: -0.01em;
color: #fff;
}
.lc-hero__subtitulo {
width: 100%;
max-width: 540px;
margin: 32px 0 0;
text-align: center;
font-family: var(--lc-fonte);
font-size: 18px;
font-weight: 300;
line-height: 24px;
color: var(--lc-cinza);
}
.lc-servicos {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 16px 44px;
margin: 72px 0 0;
padding: 0;
list-style: none;
}
.lc-servico {
display: flex;
align-items: center;
gap: 14px;
}
.lc-servico__icone {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 48px;
height: 48px;
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 50%;
background: var(--lc-card-escuro);
color: var(--lc-amarelo);
}
.lc-servico__texto {
max-width: 96px;
font-family: var(--lc-fonte);
font-size: 13px;
font-weight: 400;
line-height: 1.3;
color: var(--lc-cinza-claro);
}
@media (max-width: 1024px) {
.lc-hero__titulo {
font-size: 46px;
}
}
@media (max-width: 767px) {
.lc-hero {
padding: 32px 20px 72px;
}
.lc-hero__avatar {
width: 108px;
height: 108px;
padding: 4.2px;
}
.lc-hero__titulo {
margin-top: 24px;
font-size: 32px;
line-height: 1.1;
}
.lc-hero__subtitulo {
margin-top: 20px;
font-size: 16px;
line-height: 1.4;
}
.lc-servicos {
flex-direction: column;
align-items: flex-start;
gap: 16px;
margin-top: 40px;
}
.lc-servico__texto {
max-width: none;
font-size: 14px;
}
} .lc-etapas {
padding: 56px var(--lc-lateral) 72px;
}
.lc-etapas__interno {
display: flex;
flex-direction: column;
gap: 56px;
width: 100%;
max-width: var(--lc-largura-max);
margin: 0 auto;
}
.lc-etapas__linha {
display: grid;
grid-template-columns: minmax(0, 502px) minmax(0, 1fr);
align-items: stretch;
gap: 20px;
}
.lc-etapas__frase {
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 32px;
padding: 48px 56px;
border-radius: 40px;
background: var(--lc-card-escuro);
overflow: hidden;
} .lc-etapas__luz {
position: relative;
display: block;
width: 150px;
}
.lc-etapas__luz::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
z-index: 0;
width: 260px;
height: 260px; margin: -120px 0 0 -131px;
border-radius: 50%;
background: radial-gradient(circle, rgba(255, 192, 0, 0.16) 0%, rgba(255, 192, 0, 0.05) 40%, transparent 70%);
animation: lc-lampada-halo 2.4s ease-in-out infinite alternate;
pointer-events: none;
}
.lc-etapas__lampada {
position: relative;
z-index: 1;
display: block;
width: 150px;
height: auto;
overflow: visible;
} .lc-lampada__corpo,
.lc-lampada__raios {
transform-box: view-box;
transform-origin: 64px 90px;
animation: lc-lampada-flutuar 2.4s ease-in-out infinite alternate;
}
.lc-lampada__bulbo {
animation: lc-lampada-brilho 2.4s ease-in-out infinite alternate;
}
.lc-lampada__raio {
transform-box: view-box;
transform-origin: 64px 72px;
stroke-dasharray: 30;
stroke-dashoffset: 0;
animation: lc-lampada-raio 2.4s ease-in-out infinite;
}
.lc-lampada__raio:nth-child(2) {
animation-delay: 0.3s;
}
.lc-lampada__raio:nth-child(3) {
animation-delay: 0.6s;
}
.lc-etapas__frase:hover .lc-lampada__bulbo {
animation-play-state: paused;
filter: drop-shadow(0 0 22px rgba(255, 192, 0, 0.75));
}
.lc-etapas__frase:hover .lc-lampada__raio {
animation: none;
opacity: 1;
transform: scale(1.12);
}
.lc-etapas__frase:hover .lc-etapas__luz::before {
animation-play-state: paused;
opacity: 1;
transform: scale(1.15);
}
@keyframes lc-lampada-flutuar {
from {
transform: translateY(-12px) rotate(-4deg);
}
to {
transform: translateY(12px) rotate(4deg);
}
}
@keyframes lc-lampada-brilho {
from {
filter: drop-shadow(0 0 0 rgba(255, 192, 0, 0));
}
to {
filter: drop-shadow(0 0 18px rgba(255, 192, 0, 0.55));
}
}
@keyframes lc-lampada-halo {
from {
opacity: 0.5;
transform: scale(0.85);
}
to {
opacity: 1;
transform: scale(1.1);
}
} @keyframes lc-lampada-raio {
0%,
100% {
stroke-dashoffset: 0;
opacity: 1;
transform: scale(1);
}
25% {
stroke-dashoffset: 30;
opacity: 0.15;
transform: scale(0.9);
}
55% {
stroke-dashoffset: 0;
opacity: 1;
transform: scale(1.14);
}
}
@media (prefers-reduced-motion: reduce) {
.lc-lampada__corpo,
.lc-lampada__bulbo,
.lc-lampada__raios,
.lc-lampada__raio,
.lc-etapas__luz::before {
animation: none;
}
}
.lc-etapas__texto {
max-width: 340px;
margin: 0;
font-family: var(--lc-fonte);
font-size: 28px;
font-weight: 300;
line-height: 1.3;
color: var(--lc-cinza);
}
.lc-etapas__texto strong {
font-weight: 700;
color: var(--lc-cinza-claro);
}
.lc-acordeao {
display: flex;
flex-direction: column;
gap: 16px;
min-width: 0;
}
.lc-acordeao__item {
padding: 0 40px 0 44px;
border: 1px solid var(--lc-borda-acordeao);
border-radius: 28px;
background: transparent;
transition: background-color 0.3s ease;
}
.lc-acordeao__item[open] {
background: rgba(255, 255, 255, 0.02);
}
.lc-acordeao__titulo {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
min-height: 76px;
list-style: none;
cursor: pointer;
}
.lc-acordeao__titulo::-webkit-details-marker {
display: none;
}
.lc-acordeao__nome {
font-family: var(--lc-fonte);
font-size: 24px;
font-weight: 400;
line-height: 1.3;
color: #fff;
}
.lc-acordeao__icone {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 18px;
height: 18px;
opacity: 0.8;
}
.lc-acordeao__icone svg {
display: block;
width: 18px;
height: auto;
}
.lc-acordeao__item[open] .lc-acordeao__mais,
.lc-acordeao__item:not([open]) .lc-acordeao__menos {
display: none;
}
.lc-acordeao__conteudo {
overflow: hidden;
}
.lc-acordeao__interno {
display: flex;
padding-bottom: 26px;
}
.lc-acordeao__interno p {
max-width: 460px;
margin: 0;
font-family: var(--lc-fonte);
font-size: 15px;
font-weight: 400;
line-height: 1.4;
color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 1024px) {
.lc-etapas__linha {
grid-template-columns: 1fr 1fr;
}
.lc-etapas__frase {
min-height: 0;
padding: 40px;
}
.lc-etapas__texto {
font-size: 22px;
}
.lc-acordeao__item {
padding: 0 28px 0 32px;
}
.lc-acordeao__nome {
font-size: 22px;
}
}
@media (max-width: 767px) {
.lc-etapas {
padding: 40px 20px 48px;
}
.lc-etapas__interno {
gap: 32px;
}
.lc-etapas__linha {
grid-template-columns: 1fr;
gap: 16px;
}
.lc-etapas__frase {
gap: 28px;
padding: 32px;
border-radius: 30px;
}
.lc-etapas__luz,
.lc-etapas__lampada {
width: 110px;
}
.lc-etapas__texto {
font-size: 20px;
}
.lc-acordeao {
gap: 16px;
}
.lc-acordeao__item {
padding: 0 24px;
border-radius: 24px;
}
.lc-acordeao__titulo {
min-height: 68px;
}
.lc-acordeao__nome {
font-size: 20px;
}
.lc-acordeao__interno {
padding-bottom: 24px;
}
.lc-acordeao__interno p {
font-size: 15px;
}
} .lc-sobre {
padding-top: 64px;
}
.lc-sobre__titulo {
max-width: 620px;
}
.lc-sobre__linha {
display: flex;
align-items: stretch;
gap: 20px;
width: 100%;
}
.lc-sobre__foto {
flex: 0 0 364px;
min-width: 0;
}
.lc-sobre__foto img {
display: block;
width: 100%;
height: 100%;
min-height: 464px;
border-radius: 40px;
object-fit: cover;
filter: grayscale(1);
}
.lc-sobre__cartao {
display: flex;
flex: 1 1 0;
flex-direction: column;
align-items: flex-start;
justify-content: center;
gap: 32px;
min-width: 0;
padding: 70px;
border-radius: 40px;
background: var(--lc-fundo);
}
.lc-sobre__cartao-titulo {
font-size: 40px;
font-weight: 400;
line-height: 1.2;
color: #fff;
}
.lc-sobre__cartao-texto {
max-width: 620px;
margin: 0;
font-family: var(--lc-fonte);
font-size: 18px;
font-weight: 300;
line-height: 1.4;
color: var(--lc-cinza);
}
@media (max-width: 1024px) {
.lc-sobre__foto {
flex-basis: 40%;
}
.lc-sobre__foto img {
min-height: 0;
}
.lc-sobre__cartao {
gap: 16px;
padding: 40px;
}
.lc-sobre__cartao-titulo {
font-size: 30px;
}
.lc-sobre__cartao-texto {
font-size: 16px;
}
}
@media (max-width: 767px) {
.lc-sobre {
padding-top: 32px;
}
.lc-sobre__linha {
flex-direction: column;
gap: 16px;
}
.lc-sobre__foto {
flex-basis: auto;
}
.lc-sobre__foto img {
height: auto;
aspect-ratio: 364 / 464;
border-radius: 30px;
}
.lc-sobre__cartao {
padding: 32px 24px;
border-radius: 30px;
}
.lc-sobre__cartao-titulo {
font-size: 26px;
}
} .lc-contato {
display: flex;
flex-direction: column;
align-items: center;
padding: 80px var(--lc-lateral) 72px;
}
.lc-contato__interno {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
max-width: var(--lc-largura-max);
}
.lc-contato__titulo {
text-align: center;
font-size: 48px;
font-weight: 300;
line-height: 1.2;
color: #fff;
}
.lc-contato__subtitulo {
margin: 20px 0 52px;
text-align: center;
font-family: var(--lc-fonte);
font-size: 18px;
font-weight: 300;
line-height: 1.4;
color: var(--lc-cinza);
}
.lc-form {
width: 516px;
max-width: 100%;
}
.lc-form__campo {
display: block;
width: 100%;
min-height: 46px;
padding: 10px 14px;
border: 1px solid var(--lc-borda-campo);
border-radius: 10px;
background-color: transparent;
font-family: var(--lc-fonte);
font-size: 15px;
font-weight: 400;
line-height: 24px;
color: #fff;
transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.lc-form__campo::placeholder {
color: var(--lc-cinza);
opacity: 1;
}
.lc-form__campo:hover {
border-color: rgba(255, 255, 255, 0.7);
}
.lc-form__campo:focus {
outline: none;
border-color: var(--lc-amarelo);
background-color: rgba(255, 255, 255, 0.03);
box-shadow: 0 0 0 3px rgba(255, 192, 0, 0.2);
}
.lc-form__campo--area {
height: 132px;
margin-top: 20px;
overflow: auto;
resize: vertical;
}
.lc-form__botao {
display: block;
width: 100%;
height: 58px;
margin-top: 18px;
padding: 12px 32px;
border: 0;
border-radius: 50px;
background: #fff;
font-family: var(--lc-fonte);
font-size: 14px;
font-weight: 500;
line-height: 1.3em;
letter-spacing: 0.02em;
text-transform: uppercase;
color: var(--lc-tinta);
cursor: pointer;
transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
} .lc-form__botao-conteudo {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.lc-form__botao.is-carregando {
cursor: default;
}
.lc-form__botao-spinner {
display: none;
flex-shrink: 0;
width: 18px;
height: 18px;
border: 2px solid rgba(0, 0, 0, 0.2);
border-top-color: var(--lc-tinta);
border-radius: 50%;
animation: lc-imagem-girar 0.7s linear infinite;
}
.lc-form__botao.is-carregando .lc-form__botao-spinner {
display: block;
} .lc-form__botao.is-carregando .lc-form__botao-texto {
display: none;
}
.lc-form__botao:hover,
.lc-form__botao:focus-visible {
background: var(--lc-amarelo);
box-shadow: 0 8px 24px rgba(255, 192, 0, 0.2);
transform: translateY(-2px);
}
.lc-form__botao:active {
transform: translateY(0);
box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
.lc-form__botao-spinner {
animation: none;
}
.lc-form__botao:hover,
.lc-form__botao:focus-visible {
transform: none;
}
}
.lc-form__armadilha {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
opacity: 0;
} .lc-form__captcha {
display: flex;
justify-content: center;
}
.lc-form__captcha:empty {
display: none;
}
.lc-form__aviso {
margin: 0 0 16px;
font-family: var(--lc-fonte);
font-size: 14px;
line-height: 25px;
text-align: center;
color: #fff;
}
@media (max-width: 767px) {
.lc-contato {
padding: 48px 20px 56px;
}
.lc-contato__titulo {
font-size: 30px;
}
.lc-contato__subtitulo {
margin: 12px 0 32px;
font-size: 15px;
}
}