@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-hero {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
align-items: center;
min-height: 90vh;
margin-top: -120px;
}
.mo-hero::before {
content: '';
position: absolute;
inset: 0;
z-index: 0;
background: url(//marianaoliveira.work/wp-content/themes/mariana-oliveira-theme/assets/img/bg-hero.png) center / cover no-repeat;
opacity: 0.5;
pointer-events: none;
}
.mo-hero__espaco {
position: relative;
width: 100%;
min-height: 120px;
}
.mo-hero__conteudo {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
align-items: center;
gap: 32px;
width: 100%;
padding: 20px 0 0;
}
.mo-hero__avatar {
display: block;
width: 70px;
max-width: 70px;
}
.mo-hero__avatar img {
display: block;
width: 70px;
max-width: 70px;
height: auto;
}
.mo-hero__selo {
margin: 0;
padding: 8px 16px;
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 200px;
font-family: var(--mo-fonte);
font-size: 12px;
font-weight: 400;
line-height: 1em;
text-align: center;
color: var(--mo-azul-claro);
}
.mo-hero__titulo {
width: 100%;
max-width: 850px;
text-align: center;
font-size: 60px;
line-height: 60px;
color: #fff;
}
.mo-hero__titulo span {
display: inline-block;
background: var(--mo-gradiente-texto);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.mo-hero__subtitulo {
width: 100%;
max-width: 720px;
margin: 0 0 0.9rem;
text-align: center;
font-family: var(--mo-fonte);
font-size: 20px;
font-weight: 300;
line-height: 25px;
color: var(--mo-cinza);
}
.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;
}
.mo-hero__botao {
border: 3px solid rgba(255, 255, 255, 0);
border-radius: 100px;
background: transparent;
font-weight: 400;
color: var(--mo-azul-claro);
}
.mo-hero__botao:hover,
.mo-hero__botao:focus {
color: #fff;
}
@media (max-width: 1024px) {
.mo-hero__conteudo {
padding: 20px 70px 0;
}
.mo-hero__titulo {
font-size: 48px;
line-height: 1em;
}
.mo-hero__subtitulo {
font-size: 16px;
}
}
@media (max-width: 767px) {
.mo-hero {
min-height: 0;
padding: 0 20px;
}
.mo-hero__espaco {
min-height: 100px;
}
.mo-hero__conteudo {
gap: 16px;
margin-bottom: 40px;
padding: 10px 0 0;
}
.mo-hero__selo {
padding: 6px 12px;
font-size: 10px;
line-height: 1.1em;
}
.mo-hero__titulo {
font-size: 23px;
line-height: 1.1em;
}
.mo-hero__subtitulo {
font-size: 14px;
line-height: 1.4em;
}
} .mo-painel {
position: relative;
z-index: 9;
display: flex;
flex-direction: column;
gap: 36px;
padding: 48px var(--mo-lateral);
border-radius: 60px 60px 0 0;
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;
border-radius: 30px 30px 0 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 {
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: flex-start;
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 {
flex: 1 0 0;
width: 0;
}
.mo-acordeao__item {
padding: 20px 30px;
border: 1px solid var(--mo-borda-acordeao);
border-radius: 40px;
background: transparent;
}
.mo-acordeao__item:not(:last-child) {
margin-bottom: 24px;
}
.mo-acordeao__item:last-child {
margin-bottom: 16px;
}
.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: #fff;
}
@media (max-width: 1024px) {
.mo-etapas {
padding: 100px var(--mo-lateral) 40px;
}
.mo-etapas__linha {
gap: 16px;
}
.mo-etapas__loop img {
width: 250px;
}
}
@media (max-width: 767px) {
.mo-etapas {
padding: 42px 20px 40px;
}
.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__item:not(:last-child) {
margin-bottom: 16px;
}
.mo-acordeao__nome {
font-size: 24px;
}
.mo-acordeao__interno p {
font-size: 16px;
line-height: 1.3em;
}
} .mo-sobre__titulo {
width: 67%;
}
.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;
gap: 37px;
width: 0;
padding: 70px;
border-radius: 40px;
background: var(--mo-card-escuro);
}
.mo-sobre__cartao-titulo {
font-size: 42px;
line-height: 60px;
color: #fff;
}
.mo-sobre__cartao-texto {
margin: 0 0 0.9rem;
font-family: var(--mo-fonte);
font-size: 20px;
font-weight: 400;
line-height: 25px;
color: var(--mo-cinza);
}
.mo-numeros {
display: flex;
align-items: center;
justify-content: space-between;
} .mo-numero__contador {
display: flex;
align-items: center;
gap: 0 16px;
}
.mo-numero__valor {
display: flex;
font-family: var(--mo-fonte);
font-size: 60px;
font-weight: 400;
line-height: 1em;
color: #000;
}
.mo-numero__prefixo,
.mo-numero__sufixo {
white-space: pre;
}
.mo-numero__prefixo {
text-align: right;
}
.mo-numero__sufixo {
text-align: left;
} .mo-numero__numero {
display: grid;
}
.mo-numero__numero::after,
.mo-numero__numero > span {
grid-area: 1 / 1;
}
.mo-numero__numero::after {
content: attr(data-mo-final);
visibility: hidden;
}
.mo-numero__titulo {
display: flex;
align-items: center;
font-family: var(--mo-fonte);
font-size: 20px;
font-weight: 300;
line-height: 1em;
color: #000;
}
@media (max-width: 1024px) {
.mo-sobre__titulo {
width: 543px;
max-width: 100%;
}
.mo-sobre__linha {
justify-content: flex-start;
gap: 16px;
}
.mo-sobre__cartao {
width: 52%;
gap: 10px;
padding: 24px;
}
.mo-sobre__cartao-titulo {
font-size: 24px;
}
.mo-sobre__cartao-texto {
font-size: 16px;
}
.mo-numero {
flex: 1 1 0;
}
.mo-numero__contador {
flex-direction: column;
gap: 5px;
}
.mo-numero__valor {
justify-content: center;
font-size: 32px;
}
.mo-numero__titulo {
justify-content: center;
}
}
@media (max-width: 767px) {
.mo-sobre__titulo {
width: 79%;
}
.mo-sobre__linha {
flex-wrap: wrap;
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%;
border-radius: 30px;
}
.mo-numeros {
display: none;
}
} .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: 20px;
font-weight: 400;
line-height: 30px;
color: var(--mo-cinza-form);
}
.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: 10px;
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: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__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;
}
}