@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;
}
}