@font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 200 800;
font-display: swap;
src: url(//marianaoliveira.work/wp-content/themes/mariana-oliveira-theme/assets/fonts/plus-jakarta-sans-variable.woff2) format('woff2');
}
:root { --mo-branco: #ffffff;
--mo-cinza: #7c848f;
--mo-cinza-form: #9c9da9;
--mo-verde: #61ce70;
--mo-azul: #4491ca;
--mo-azul-claro: #a0c7e4;
--mo-roxo: #635696;
--mo-fundo: #0b0b0b;
--mo-card-escuro: #1b1b1b;
--mo-tinta: #181c21; --mo-gradiente-botao: linear-gradient(90deg, #ffffff 0%, #a0c7e4 25%, #4491ca 50%, #635696 75%, #4491ca 100%);
--mo-gradiente-texto: linear-gradient(90deg, #ffffff 0%, #a0c7e4 36%, #4491ca 71%, #635696 100%); --mo-borda-header: rgba(255, 255, 255, 0.14);
--mo-borda-rodape: rgba(255, 255, 255, 0.18);
--mo-borda-acordeao: rgba(255, 255, 255, 0.2); --mo-fonte: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; --mo-largura-max: 1296px;
--mo-lateral: 70px;
--mo-header-altura: 120px;
}
@media (max-width: 767px) {
:root {
--mo-lateral: 20px;
--mo-header-altura: 100px;
}
}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
scroll-behavior: smooth;
}
*,
*::before,
*::after {
box-sizing: border-box;
} * {
-webkit-tap-highlight-color: transparent;
}
body {
margin: 0;
font-family: var(--mo-fonte);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333;
background-color: var(--mo-fundo);
background-image: url(//marianaoliveira.work/wp-content/themes/mariana-oliveira-theme/assets/img/gradient-body.svg);
background-position: top right;
background-repeat: no-repeat;
background-size: contain;
-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;
}
.mo-skip-link {
position: absolute;
left: -9999px;
top: 0;
z-index: 10000;
padding: 0.75rem 1rem;
background: #fff;
color: #000;
}
.mo-skip-link:focus {
left: 0;
} .mo-titulo {
margin: 0;
padding: 0;
font-family: var(--mo-fonte);
font-weight: 400;
}  .mo-cta {
display: flex;
align-items: center;
gap: 0;
padding: 0;
border: 0;
background: transparent;
font-family: var(--mo-fonte);
font-size: 15px;
font-weight: 500;
line-height: 20px;
color: #000;
}
.mo-cta:hover,
.mo-cta:focus {
color: #000;
}
.mo-cta__texto,
.mo-cta__icone {
background-image: var(--mo-gradiente-botao);
background-size: 200% 200%;
background-position: 0% 50%;
transition: background-position 0.6s ease;
}
.mo-cta__texto {
display: block;
padding: 12px 32px;
border-radius: 50px;
text-transform: uppercase;
}
.mo-cta__icone {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 44px;
height: 44px;
border-radius: 50%;
}
.mo-cta:hover .mo-cta__texto,
.mo-cta:hover .mo-cta__icone,
.mo-cta:focus .mo-cta__texto,
.mo-cta:focus .mo-cta__icone {
background-position: 100% 50%;
}
.mo-icone {
display: block;
flex-shrink: 0;
} .mo-header {
position: relative;
z-index: 99;
min-height: var(--mo-header-altura);
padding: 30px var(--mo-lateral) 0;
}
.mo-header__pill {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
max-width: var(--mo-largura-max);
margin: 0 auto;
padding: 12px 20px 12px 16px;
border: 1px solid var(--mo-borda-header);
border-radius: 500px;
}
.mo-header__logo {
flex: 0 0 auto;
display: block;
}
.mo-header__logo img,
.mo-header__logo .custom-logo {
display: block;
width: 53px;
height: auto;
}
.mo-header__acoes {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 32px;
width: 500px;
}
.mo-menu {
display: flex;
margin: 0;
padding: 0;
list-style: none;
}
.mo-menu a {
display: flex;
padding: 13px 20px;
font-family: var(--mo-fonte);
font-size: 16px;
font-weight: 300;
line-height: 1em;
text-transform: uppercase;
color: #fff;
transition: color 0.4s ease-in-out;
}
.mo-menu a:hover,
.mo-menu a:focus {
color: var(--mo-azul-claro);
}
.mo-header__burger {
display: none;
padding: 0;
border: 0;
background: transparent;
color: #fff;
cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1024px) {
.mo-header__pill {
max-width: 768px;
}
}
@media (max-width: 1024px) {
.mo-menu a {
padding-left: 12px;
padding-right: 12px;
}
}
@media (max-width: 767px) { .mo-header {
padding: 20px 20px 40px;
}
.mo-header__pill {
flex-wrap: nowrap;
padding: 10px;
}
.mo-header__logo {
width: 31px;
}
.mo-header__logo img,
.mo-header__logo .custom-logo {
width: 32px;
}
.mo-header__acoes {
width: auto;
flex-wrap: nowrap;
}
.mo-header__nav,
.mo-header__cta {
display: none;
}
.mo-header__burger {
display: block;
margin: -1px 10px 0 0;
}
} .mo-offcanvas {
position: fixed;
inset: 0;
z-index: 1000;
display: none;
overflow: auto;
background: #000;
}
.mo-offcanvas.is-open {
display: block;
animation: mo-fade-in 0.5s both;
}
.mo-offcanvas__conteudo {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
min-height: 100vh;
padding: 30px 32px 32px;
} .mo-offcanvas__conteudo::before {
content: '';
height: 0;
}
.mo-offcanvas__fechar {
display: flex;
align-items: flex-start;
align-self: flex-end;
height: 30px;
margin: 10px 10px 0 0;
padding: 0;
border: 0;
background: transparent;
color: #fff;
cursor: pointer;
}
.mo-offcanvas__menu {
margin-top: 20px;
}
.mo-offcanvas__menu .mo-menu {
flex-direction: column;
align-items: center;
text-align: center;
}
.mo-offcanvas__menu .mo-menu a {
padding: 20px 21px;
}
.mo-offcanvas__cta {
margin-top: 20px;
font-size: 14px;
line-height: 1.4em;
}
body.mo-scroll-travado {
overflow: hidden;
} .mo-fallback {
max-width: 1436px;
min-height: 40vh;
margin: 130px auto 100px;
padding: 0 var(--mo-lateral);
}
.mo-fallback__titulo {
font-size: 52px;
line-height: 60px;
color: #fff;
}
.mo-fallback__conteudo {
margin: 30px 0 0;
font-size: 20px;
line-height: 30px;
color: var(--mo-cinza-form);
}
.mo-fallback__conteudo a {
color: var(--mo-azul-claro);
}
.mo-fallback__acao {
display: inline-flex;
margin-top: 40px;
}
@media (max-width: 1024px) {
.mo-fallback {
margin-top: 100px;
}
}
@media (max-width: 767px) {
.mo-fallback {
margin-top: 35px;
}
.mo-fallback__titulo {
font-size: 32px;
line-height: 35px;
}
.mo-fallback__conteudo {
font-size: 16px;
line-height: 20px;
}
} .mo-footer {
position: relative;
z-index: 99;
}
.mo-footer__inner {
max-width: var(--mo-largura-max);
margin: 0 auto;
}
.mo-footer__linha {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 120px;
border-top: 1px solid var(--mo-borda-rodape);
}
.mo-footer__logo {
display: block;
}
.mo-footer__logo img,
.mo-footer__logo .custom-logo {
display: block;
width: 48px;
height: auto;
}
.mo-footer__texto {
margin: 0;
align-self: center;
text-align: center;
font-family: var(--mo-fonte);
font-size: 14px;
font-weight: 400;
line-height: 1em;
text-transform: uppercase;
color: #fff;
}
a.mo-footer__texto:hover,
a.mo-footer__texto:focus {
color: #fff;
}
@media (max-width: 1024px) {
.mo-footer {
padding: 0 70px;
}
}
@media (max-width: 767px) {
.mo-footer {
padding: 0 20px;
}
.mo-footer__linha {
flex-direction: column;
justify-content: center;
gap: 16px;
min-height: 200px;
}
} .mo-whatsapp {
position: fixed;
right: 28px;
bottom: 28px;
z-index: 9000;
width: 60px;
height: 60px;
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: mo-whatsapp-entrada 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s both;
}
.mo-whatsapp:hover,
.mo-whatsapp:focus {
background-color: #128c7e;
}
@keyframes mo-whatsapp-entrada {
from {
transform: scale(0);
}
to {
transform: scale(1);
}
}
@media (max-width: 480px) {
.mo-whatsapp {
right: 14px;
bottom: 14px;
}
} @keyframes mo-fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
} .mo-js [data-mo-animar]:not(.is-visible) {
visibility: hidden;
}
.mo-js [data-mo-animar].is-visible {
animation: mo-fade-in var(--mo-anim-duracao, 1.25s) both;
animation-delay: var(--mo-anim-atraso, 0s);
}  img[data-mo-img] {
transition: opacity 0.5s ease;
}
.mo-carregando {
background: rgba(128, 128, 128, 0.12);
}
.mo-carregando > img[data-mo-img] {
opacity: 0;
}
.mo-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:
mo-imagem-girar 0.8s linear infinite,
mo-fade-in 0.3s ease 0.3s both;
}
@keyframes mo-imagem-girar {
to {
transform: rotate(360deg);
}
}
@media (prefers-reduced-motion: reduce) {
img[data-mo-img] {
transition: none;
}
.mo-carregando::before {
animation: none;
}
}
@media (prefers-reduced-motion: reduce) {
.mo-js [data-mo-animar]:not(.is-visible) {
visibility: visible;
}
.mo-js [data-mo-animar].is-visible,
.mo-whatsapp,
.mo-offcanvas.is-open {
animation: none;
}
}.mo-projeto__topo {
display: flex;
max-width: 1436px;
margin: 130px auto 0;
padding: 0 70px;
}
.mo-projeto__coluna {
display: flex;
flex: 0 0 50%;
flex-direction: column;
min-width: 0;
}
.mo-projeto__titulo {
width: 65%;
max-width: 65%;
font-size: 52px;
line-height: 60px;
color: #fff;
}
.mo-projeto__resumo {
font-family: var(--mo-fonte);
font-size: 20px;
font-weight: 400;
line-height: 30px;
color: var(--mo-cinza-form);
}
.mo-projeto__resumo p {
margin: 0 0 0.9rem;
} .mo-projeto__galeria {
margin-top: 100px;
}
.mo-projeto__imagem {
position: relative;
display: block;
}
.mo-projeto__imagem img {
display: block;
width: 100%;
height: auto;
} .mo-video {
display: grid;
}
.mo-video__el {
display: block;
grid-area: 1 / 1;
width: 100%;
height: auto;
background: #000;
}
.mo-video__controle {
position: sticky;
bottom: 16px;
z-index: 1;
display: grid;
grid-area: 1 / 1;
align-self: end;
justify-self: start;
place-items: center;
width: 44px;
height: 44px;
margin: 0 0 16px 16px;
padding: 0;
border: 1px solid rgba(255, 255, 255, 0.35);
border-radius: 50%;
background: rgba(0, 0, 0, 0.55);
color: #fff;
cursor: pointer;
opacity: 0;
transition: opacity 0.2s ease, background-color 0.2s ease;
}
.mo-video__controle[hidden] {
display: none;
}
.mo-video:hover .mo-video__controle,
.mo-video__controle:focus-visible,
.mo-video__controle.is-pausado {
opacity: 1;
}
.mo-video__controle:hover,
.mo-video__controle:focus-visible {
background: rgba(0, 0, 0, 0.8);
} .mo-video__controle .mo-video__icone--tocar,
.mo-video__controle.is-pausado .mo-video__icone--pausar {
display: none;
}
.mo-video__controle.is-pausado .mo-video__icone--tocar {
display: block;
} @media (hover: none) {
.mo-video__controle {
opacity: 1;
}
} .mo-projeto__outros {
display: flex;
flex-direction: column;
max-width: 1436px;
margin: 83px auto 75px;
padding: 0 70px;
}
.mo-projeto__outros-titulo {
width: 65%;
max-width: 65%;
margin-bottom: 53px;
font-size: 32px;
line-height: 60px;
color: #fff;
}
.mo-outros__grade {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}
.mo-outro__link {
position: relative;
display: block;
padding-bottom: 118.6%;
color: #fff;
}
.mo-outro__imagem,
.mo-outro__veu {
position: absolute;
inset: 0;
border-radius: 30px;
}
.mo-outro__imagem {
overflow: hidden;
}
.mo-outro__imagem img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.mo-outro__veu {
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
transition: opacity 0.3s ease;
}
.mo-outro__link:hover .mo-outro__veu,
.mo-outro__link:focus-visible .mo-outro__veu {
opacity: 1;
}
.mo-outro__titulo {
font-size: 24px;
line-height: 30px;
text-align: center;
color: #fff;
} @media (max-width: 1024px) {
.mo-projeto__topo {
margin-top: 100px;
}
.mo-projeto__titulo {
width: 72%;
max-width: 72%;
font-size: 40px;
}
.mo-projeto__resumo {
font-size: 18px;
line-height: 24px;
}
.mo-projeto__outros {
margin: 80px auto 50px;
}
.mo-projeto__outros-titulo {
width: 72%;
max-width: 72%;
font-size: 28px;
line-height: 28px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.mo-projeto__topo,
.mo-projeto__outros {
max-width: 908px;
}
} @media (max-width: 767px) {
.mo-projeto__topo {
flex-direction: column;
margin-top: 35px;
padding: 0 20px;
}
.mo-projeto__coluna {
flex-basis: auto;
}
.mo-projeto__titulo {
width: 100%;
max-width: 100%;
text-align: center;
font-size: 32px;
line-height: 35px;
}
.mo-projeto__resumo {
margin-top: 25px;
text-align: center;
font-size: 16px;
line-height: 20px;
}
.mo-projeto__galeria {
margin-top: 35px;
}
.mo-projeto__outros {
align-items: center;
margin: 45px auto 0;
padding: 0 20px;
}
.mo-projeto__outros-titulo {
width: 100%;
max-width: 100%;
margin-bottom: 24px;
text-align: start;
font-size: 20px;
line-height: 20px;
}
.mo-outros__grade {
grid-template-columns: 1fr;
width: 100%;
}
}