@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-header__nav .mo-menu a {
font-size: 14px;
font-weight: 400;
}
.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;
height: 62px;
padding: 0 10px;
}
.mo-header__logo {
width: 44px;
}
.mo-header__logo img,
.mo-header__logo .custom-logo {
width: 44px;
}
.mo-header__acoes {
width: auto;
flex-wrap: nowrap;
}
.mo-header__nav,
.mo-header__cta {
display: none;
}
.mo-header__burger {
display: block;
margin: 0 6px 0 0;
}
.mo-header__burger svg {
display: block;
width: 28px;
height: 28px;
}
} .mo-offcanvas {
position: fixed;
inset: 0;
z-index: 1000;
overflow: auto;
background: #000;
opacity: 0;
visibility: hidden;
transition:
opacity 0.35s ease,
visibility 0s linear 0.35s;
}
.mo-offcanvas.is-open {
opacity: 1;
visibility: visible;
transition: opacity 0.35s ease;
}
.mo-offcanvas__conteudo {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
position: relative;
min-height: 100vh;
padding: 110px 32px 32px;
} .mo-offcanvas__fechar {
position: absolute;
top: 37px;
right: 37px;
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
padding: 0;
border: 0;
background: transparent;
color: #fff;
cursor: pointer;
} .mo-icone--menu-x .mo-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;
}
.mo-offcanvas.is-open .mo-icone__linha--1 {
transform: rotate(45deg) translateY(7px);
}
.mo-offcanvas.is-open .mo-icone__linha--2 {
opacity: 0;
}
.mo-offcanvas.is-open .mo-icone__linha--3 {
transform: rotate(-45deg) translateY(-7px);
}
.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],
.mo-offcanvas,
.mo-offcanvas.is-open,
.mo-icone--menu-x .mo-icone__linha {
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-hero {
--mo-hero-coluna: 310px;
position: relative;
z-index: 1;
display: flex;
min-height: 710px;
margin-top: -120px;
padding: 179px var(--mo-lateral) 104px;
background: #000 url(//marianaoliveira.work/wp-content/themes/mariana-oliveira-theme/assets/img/hero-bg.jpg) center / cover no-repeat;
}
.mo-hero__interno {
display: flex;
flex: 1;
flex-direction: column;
justify-content: flex-end;
width: 100%;
max-width: var(--mo-largura-max);
margin: 0 auto;
}
.mo-hero__principal {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 40px;
} .mo-hero__titulo {
max-width: 500px;
font-size: 56px;
line-height: 1em;
color: #fff;
}
.mo-hero__quebra {
display: none;
} .mo-hero__destaque-fim {
background: var(--mo-gradiente-texto);
-webkit-background-clip: text;
background-clip: text;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
-webkit-text-fill-color: transparent;
}
.mo-hero__lateral {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 35px;
} @media (min-width: 1025px) {
.mo-hero__destaque {
background: linear-gradient(90deg, #fff 0%, var(--mo-azul-claro) 50%, var(--mo-azul) 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
-webkit-text-fill-color: transparent;
}
.mo-hero__destaque-fim {
background: none;
}
}
.mo-hero__subtitulo {
max-width: var(--mo-hero-coluna);
margin: 0;
font-family: var(--mo-fonte);
font-size: 18px;
font-weight: 400;
line-height: 1.3em;
color: #a7acb4;
} .mo-hero__explorar {
position: relative;
display: inline-flex;
align-items: center;
gap: 10px;
height: 39px;
padding: 0 28px;
border-radius: 100px;
font-family: var(--mo-fonte);
font-size: 12px;
font-weight: 400;
line-height: 1;
text-transform: uppercase;
color: #7eb3da;
transition: background-color 0.3s ease;
}
.mo-hero__explorar::before {
content: '';
position: absolute;
inset: 0;
padding: 1px;
border-radius: inherit;
background: linear-gradient(90deg, #fff 0%, var(--mo-azul-claro) 45%, var(--mo-azul) 100%);
-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
}
.mo-hero__explorar svg {
display: block;
width: 12px;
height: 12px;
} .mo-hero__explorar path {
stroke: currentColor;
} .mo-hero__explorar svg {
animation: mo-explorar-seta 1.8s ease-in-out infinite;
}
@keyframes mo-explorar-seta {
0%,
100% {
transform: translateY(-1.5px);
}
50% {
transform: translateY(2.5px);
}
}
@media (prefers-reduced-motion: reduce) {
.mo-hero__explorar svg {
animation: none;
}
}
.mo-hero__explorar:hover,
.mo-hero__explorar:focus-visible {
background-color: rgba(255, 255, 255, 0.06);
}
.mo-hero__rodape {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
margin-top: 54px;
padding-top: 24px;
border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.mo-hero__assinatura {
display: flex;
align-items: center;
gap: 16px;
}
.mo-hero__avatar {
display: block;
width: 63px;
height: 63px;
}
.mo-hero__nome {
margin: 0;
font-family: var(--mo-fonte);
font-size: 14px;
font-weight: 400;
line-height: 1.45em;
color: #fff;
}
.mo-hero__nome span {
display: block;
color: var(--mo-cinza);
} .mo-hero__chamada {
flex: 0 0 var(--mo-hero-coluna);
margin: 0;
font-family: var(--mo-fonte);
font-size: 14px;
font-weight: 500;
line-height: 1.5em;
color: #7c848f;
} .mo-hero__chamada span {
display: block;
max-width: 260px;
}
.mo-hero__chamada .mo-hero__chamada-mobile {
display: none;
}
.mo-btn {
display: inline-block;
padding: 12px 24px;
border-radius: 3px;
font-family: var(--mo-fonte);
font-size: 15px;
line-height: 1;
text-align: center;
transition: all 0.3s;
}
.mo-btn__conteudo {
display: flex;
justify-content: center;
gap: 5px;
}
.mo-btn__icone {
display: flex;
align-items: center;
}
@media (max-width: 1024px) {
.mo-hero {
min-height: 0;
padding-top: 200px;
}
.mo-hero__principal {
flex-direction: column;
gap: 32px;
} .mo-hero__titulo {
max-width: none;
font-size: 48px;
white-space: nowrap;
}
.mo-hero__quebra {
display: inline;
}
.mo-hero__subtitulo {
max-width: 420px;
}
}
@media (max-width: 767px) { .mo-hero {
padding: 150px 20px 50px;
}
.mo-hero__principal {
gap: 20px;
} .mo-hero__titulo {
font-size: min(28px, calc((100vw - 40px) / 11.6));
line-height: 1.1em;
}
.mo-hero__lateral {
gap: 28px;
} .mo-hero__subtitulo {
max-width: 300px;
font-size: 16px;
line-height: 1.3em;
} .mo-hero__rodape {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0; min-height: 86px;
margin-top: 64px;
padding-top: 17px;
}
.mo-hero__assinatura {
gap: 10px;
}
.mo-hero__avatar {
width: 45px;
height: 45px;
}
.mo-hero__nome {
font-size: 12px;
line-height: 1.5em;
}
.mo-hero__nome span {
font-size: 11px;
}
.mo-hero__chamada {
display: flex;
align-items: center;
align-self: stretch; padding-left: 20px;
border-left: 1px solid rgba(255, 255, 255, 0.12);
font-size: 11px;
font-weight: 400;
line-height: 1.55em;
color: var(--mo-cinza);
}
.mo-hero__chamada span {
max-width: none;
}
.mo-hero__chamada .mo-hero__chamada-desktop {
display: none;
}
.mo-hero__chamada .mo-hero__chamada-mobile {
display: block;
}
} .mo-painel {
position: relative;
z-index: 9;
display: flex;
flex-direction: column;
gap: 36px;
padding: 48px var(--mo-lateral);
background: #fff;
}
.mo-painel__interno {
display: flex;
flex-direction: column;
gap: 36px;
width: 100%;
max-width: 1269px;
margin: 0 auto;
}
.mo-cabecalho {
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
}
.mo-cabecalho__titulo {
font-size: 60px;
line-height: 60px;
color: #000;
}
.mo-cabecalho__icone {
display: block;
text-align: end;
}
.mo-cabecalho__icone img {
display: inline-block;
vertical-align: middle;
}
@media (max-width: 1024px) {
.mo-cabecalho__titulo {
font-size: 48px;
line-height: 1em;
}
}
@media (max-width: 767px) {
.mo-painel {
align-items: center;
gap: 24px;
padding: 24px 0;
}
.mo-painel__interno {
gap: 24px;
}
.mo-cabecalho {
padding: 0 20px;
}
.mo-cabecalho__titulo {
font-size: 24px;
line-height: 1.1em;
}
.mo-cabecalho__icone img {
width: 37px;
}
} .mo-projetos {
margin-top: -60px;
}
@media (max-width: 767px) {
.mo-projetos {
margin-top: -30px;
}
}
.mo-projetos__grade {
display: grid;
grid-template-columns: repeat(3, 1fr);
column-gap: 16px;
}
.mo-card {
position: relative;
display: flex;
}
.mo-card--oculto {
display: none;
}
.mo-card__link {
display: block;
width: 100%;
margin-bottom: 16px;
color: #fff;
}
.mo-card__miniatura {
position: relative;
overflow: hidden;
border: 1px solid #efefef;
border-radius: 30px;
}
.mo-card__miniatura img {
display: block;
width: 100%;
height: auto;
} .mo-card__veu {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
padding: 0 16px;
background: rgba(0, 0, 0, 0.6);
opacity: 0;
transition: opacity 0.3s ease;
}
.mo-card__titulo {
margin: 0;
text-align: center;
font-size: 40px;
line-height: 60px;
color: #fff;
}
.mo-card__link:hover .mo-card__veu,
.mo-card__link:focus-visible .mo-card__veu {
opacity: 1;
}
.mo-projetos__mais {
margin-top: 30px;
text-align: center;
}
.mo-projetos__botao {
border: 1px solid var(--mo-tinta);
border-radius: 100px;
background: #fff;
font-family: var(--mo-fonte);
font-size: 16px;
font-weight: 500;
color: var(--mo-tinta);
cursor: pointer;
transition-duration: 0.5s;
}
.mo-projetos__botao .mo-btn__conteudo {
gap: 16px;
}
.mo-projetos__botao:hover,
.mo-projetos__botao:focus {
background: var(--mo-tinta);
border-color: var(--mo-tinta);
color: #fff;
}
@media (max-width: 1024px) {
.mo-projetos__grade {
grid-template-columns: repeat(2, 1fr);
}
.mo-card__titulo {
font-size: 24px;
line-height: 30px;
}
}
@media (max-width: 767px) {
.mo-projetos__lista,
.mo-projetos__vazio {
margin: 0 20px;
}
.mo-projetos__grade {
grid-template-columns: 1fr;
}
.mo-card__titulo {
font-size: 24px;
line-height: 30px;
}
} .mo-etapas {
display: flex;
flex-direction: column;
align-items: center;
padding: 42px var(--mo-lateral) 70px;
}
.mo-etapas__interno {
display: flex;
flex-direction: column;
gap: 42px;
width: 100%;
max-width: var(--mo-largura-max);
}
.mo-cabecalho__titulo--claro {
color: #fff;
}
.mo-etapas__linha {
display: flex;
align-items: stretch;
justify-content: space-between;
gap: 22px;
width: 100%;
}
.mo-etapas__loop {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 500px;
min-height: 462px;
border-radius: 40px;
background: url(//marianaoliveira.work/wp-content/themes/mariana-oliveira-theme/assets/img/bg-etapas.png) center no-repeat;
}
.mo-etapas__loop img {
display: block;
width: 314px;
height: auto;
animation: mo-girar 20s linear infinite;
}
@keyframes mo-girar {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
} .mo-acordeao {
display: flex;
flex: 1 0 0;
flex-direction: column;
gap: 24px;
width: 0;
}
.mo-acordeao__item {
flex-grow: 0;
padding: 20px 30px;
border: 1px solid var(--mo-borda-acordeao);
border-radius: 40px;
background: transparent;
transition: flex-grow 0.5s ease;
}
.mo-acordeao__item.is-ativo {
flex-grow: 1;
}
@media (prefers-reduced-motion: reduce) {
.mo-acordeao__item {
transition: none;
}
}
.mo-acordeao__item[open] {
background: rgba(255, 255, 255, 0.04);
}
.mo-acordeao__titulo {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
padding: 8px 0 5px;
list-style: none;
cursor: pointer;
}
.mo-acordeao__titulo::-webkit-details-marker {
display: none;
}
.mo-acordeao__nome {
font-family: var(--mo-fonte);
font-size: 32px;
font-weight: 400;
line-height: 1.5;
color: #fff;
}
.mo-acordeao__icone {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 22px;
height: 15px;
}
.mo-acordeao__icone svg {
display: block;
width: 22px;
height: 15px;
}
.mo-acordeao__item[open] .mo-acordeao__mais,
.mo-acordeao__item:not([open]) .mo-acordeao__menos {
display: none;
}
.mo-acordeao__conteudo {
overflow: hidden;
}
.mo-acordeao__interno {
display: flex;
padding-top: 12px;
}
.mo-acordeao__interno p {
margin: 0 0 0.9rem;
font-family: var(--mo-fonte);
font-size: 20px;
font-weight: 400;
line-height: 25px;
color: var(--mo-cinza);
}
@media (max-width: 1024px) {
.mo-etapas {
padding: 100px var(--mo-lateral) 40px;
}
.mo-etapas__linha {
gap: 16px;
}
.mo-etapas__loop img {
width: 250px;
}
} @media (min-width: 768px) and (max-width: 1024px) {
.mo-etapas__loop {
flex: 0 0 45%;
width: auto;
background-size: cover;
}
.mo-acordeao {
gap: 16px;
}
.mo-acordeao__item {
padding: 16px 24px;
}
.mo-acordeao__nome {
font-size: 24px;
}
}
@media (max-width: 767px) {
.mo-etapas {
padding: 42px 20px 40px;
} .mo-etapas .mo-cabecalho {
padding: 0;
}
.mo-etapas__interno {
gap: 32px;
}
.mo-etapas__linha {
flex-wrap: wrap;
}
.mo-etapas__loop {
width: 100%;
min-height: 100px;
}
.mo-etapas__loop img {
margin: 32px;
}
.mo-acordeao {
flex-basis: 100%;
width: auto;
}
.mo-acordeao {
gap: 16px;
}
.mo-acordeao__nome {
font-size: 24px;
}
.mo-acordeao__interno p {
font-size: 16px;
line-height: 1.3em;
}
} .mo-sobre {
background: #f5f5f5;
} .mo-sobre__titulo {
max-width: 700px;
font-size: 50px;
line-height: 1em;
}
.mo-sobre__selo {
flex: 0 0 auto;
display: block;
width: 121px;
height: 121px;
animation: mo-selo-girar 24s linear infinite;
}
@keyframes mo-selo-girar {
to {
transform: rotate(360deg);
}
}
.mo-sobre__linha {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 18px;
width: 100%;
}
.mo-sobre__foto {
display: block;
min-width: 0;
}
.mo-sobre__foto img {
display: block;
width: 365px;
max-width: 100%;
height: auto;
border-radius: 40px;
}
.mo-sobre__cartao {
display: flex;
flex: 1 0 auto;
flex-direction: column;
align-items: flex-start;
justify-content: center;
align-self: stretch;
width: 0;
padding: 56px;
border-radius: 40px;
background: #fff;
}
.mo-sobre__cartao-titulo {
font-size: 24px;
font-weight: 500;
line-height: 1.2em;
color: var(--mo-tinta);
}
.mo-sobre__cartao-texto {
max-width: 624px;
margin: 32px 0 0;
font-family: var(--mo-fonte);
font-size: 18px;
font-weight: 500;
line-height: 1.5em;
color: var(--mo-cinza);
}
.mo-numeros {
display: flex;
align-items: flex-start;
gap: 110px;
margin-top: 40px;
}
.mo-numero {
display: flex;
flex-direction: column;
gap: 6px;
}
.mo-numero__valor {
display: flex;
font-family: var(--mo-fonte);
font-size: 56px;
font-weight: 400;
line-height: 1em;
color: #000;
} .mo-numero__titulo {
font-family: var(--mo-fonte);
font-size: 20px;
font-weight: 500;
line-height: 1em;
white-space: pre-line;
color: #000;
}
@media (prefers-reduced-motion: reduce) {
.mo-sobre__selo {
animation: none;
}
}
@media (max-width: 1024px) {
.mo-sobre__titulo {
max-width: 540px;
font-size: 40px;
}
.mo-sobre__selo {
width: 96px;
height: 96px;
}
.mo-sobre__linha {
justify-content: flex-start;
gap: 16px;
}
.mo-sobre__cartao {
width: 52%;
padding: 32px;
}
.mo-sobre__cartao-texto {
margin-top: 24px;
font-size: 16px;
}
.mo-numeros {
gap: 20px;
margin-top: 32px;
}
.mo-numero__valor {
font-size: 32px;
}
.mo-numero__titulo {
font-size: 14px;
line-height: 1.2em;
}
} @media (max-width: 767px) {
.mo-sobre {
padding-top: 32px;
}
.mo-sobre .mo-cabecalho {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
}
.mo-sobre__linha {
flex-wrap: wrap;
gap: 18px;
padding: 0 20px;
}
.mo-sobre__linha > * {
max-width: 100%;
}
.mo-sobre__foto {
flex: 1 0 auto;
}
.mo-sobre__foto img {
width: 100%;
border-radius: 30px;
}
.mo-sobre__cartao {
width: 100%;
padding: 56px 20px;
border-radius: 30px;
}
.mo-sobre__cartao-texto {
margin-top: 32px;
font-size: 14px;
}
.mo-numeros {
gap: 40px;
margin-top: 40px;
}
.mo-numero__valor {
font-size: 38px;
}
.mo-numero__titulo {
font-size: 12px;
}
} .mo-contato {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: -120px;
padding: 120px var(--mo-lateral) 250px;
}
.mo-contato::before {
content: '';
position: absolute;
inset: 0;
z-index: 0;
background: url(//marianaoliveira.work/wp-content/themes/mariana-oliveira-theme/assets/img/bg-footer.png) center / cover no-repeat;
opacity: 0.69;
pointer-events: none;
}
.mo-contato__interno {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
max-width: var(--mo-largura-max);
}
.mo-contato__titulo {
font-size: 52px;
line-height: 60px;
color: #fff;
}
.mo-contato__subtitulo {
margin: 30px 0 60px;
font-family: var(--mo-fonte);
font-size: 18px;
font-weight: 400;
line-height: 30px;
color: #a7acb4;
}
.mo-form {
width: 516px;
max-width: 100%;
}
.mo-form__campo {
display: block;
width: 100%;
min-height: 40px;
padding: 8px 16px;
border: 1px solid #fff;
border-radius: 20px;
background-color: rgba(0, 0, 0, 0.29);
font-family: var(--mo-fonte);
font-size: 16px;
font-weight: 400;
line-height: 25px;
color: #fff;
transition: all 0.3s;
}
.mo-form__campo::placeholder {
color: #fff;
opacity: 1;
}
.mo-form__campo:hover {
border-color: var(--mo-azul);
background-color: rgba(0, 0, 0, 0.45);
box-shadow: 0 0 0 3px rgba(68, 145, 202, 0.2);
}
.mo-form__campo:focus {
outline: none;
border-color: var(--mo-azul-claro);
background-color: rgba(0, 0, 0, 0.45);
box-shadow: 0 0 0 3px rgba(68, 145, 202, 0.5);
}
.mo-form__campo--area {
height: 112px;
margin-top: 16px;
padding: 5px 14px;
overflow: auto;
resize: vertical;
}
.mo-form__botao {
display: block;
width: 100%;
height: 58px;
margin-top: 17px;
padding: 12px 32px;
border: 0;
border-radius: 50px;
background: var(--mo-gradiente-botao);
background-size: 200% 200%;
background-position: 0% 50%;
font-family: var(--mo-fonte);
font-size: 18px;
font-weight: 400;
line-height: 1.3em;
text-transform: uppercase;
color: #000;
cursor: pointer;
transition: background-position 0.6s ease, transform 0.3s ease, box-shadow 0.3s ease;
} .mo-form__botao-conteudo {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.mo-form__botao.is-carregando {
cursor: default;
}
.mo-form__botao-spinner {
display: none;
flex-shrink: 0;
width: 18px;
height: 18px;
border: 2px solid rgba(0, 0, 0, 0.25);
border-top-color: #000;
border-radius: 50%;
animation: mo-imagem-girar 0.7s linear infinite;
}
.mo-form__botao.is-carregando .mo-form__botao-spinner {
display: block;
} .mo-form__botao.is-carregando .mo-form__botao-texto {
display: none;
}
@media (prefers-reduced-motion: reduce) {
.mo-form__botao-spinner {
animation: none;
}
} .mo-form__botao:hover,
.mo-form__botao:focus-visible {
color: #000;
background-color: transparent;
background-position: 50% 50%;
box-shadow: 0 8px 24px rgba(68, 145, 202, 0.35);
transform: translateY(-2px);
}
.mo-form__botao:active {
transform: translateY(0);
box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
.mo-form__botao:hover,
.mo-form__botao:focus-visible {
transform: none;
}
}
.mo-form__armadilha {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
opacity: 0;
} .mo-form__captcha {
display: flex;
justify-content: center;
}
.mo-form__captcha:empty {
display: none;
}
.mo-form__aviso {
margin: 0 0 16px;
font-family: var(--mo-fonte);
font-size: 14px;
line-height: 25px;
text-align: center;
color: #fff;
}
@media (max-width: 767px) {
.mo-contato {
margin-bottom: -200px;
padding: 40px 20px 250px;
}
.mo-contato__titulo {
font-size: 24px;
}
.mo-contato__subtitulo {
margin: 0 0 30px;
text-align: center;
font-size: 14px;
line-height: 20px;
}
.mo-form__botao {
font-size: 16px;
}
}
@media (max-width: 1024px) {
.mo-contato__titulo {
text-align: center;
}
} @media (min-width: 768px) and (max-width: 1024px) {
.mo-painel__interno,
.mo-etapas__interno,
.mo-contato__interno {
max-width: 768px;
}
}