@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600;650;700&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root {
  --navy: #12345B;
  --deep: #0E2A4D;
  --pink: #E91E68;
  --blush: #FAD6E3;
  --paper: #FFF9F7;
  --ink: #193653;
  --muted: #596777;
  --line: #dfe4e9
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font: 16px/1.7 'DM Sans', Arial, sans-serif
}

a {
  color: inherit;
  text-decoration: none
}

button {
  font: inherit
}

img {
  max-width: 100%;
  display: block
}

h1,
h2,
h3,
p {
  margin: 0
}

h1,
h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.04em
}

h1 {
  font-size: clamp(44px, 4.65vw, 70px)
}

h2 {
  font-size: clamp(34px, 3.3vw, 49px)
}

h3 {
  font: 700 22px/1.3 'Manrope', Arial, sans-serif;
  letter-spacing: -.035em
}

em {
  font-weight: 500;
  color: var(--pink)
}

p {
  color: var(--muted)
}

.wrap {
  width: min(1200px, calc(100% - 96px));
  margin: auto
}

.section {
  padding: 100px 0
}

.eyebrow {
  display: block;
  font: 700 11px/1.5 'Manrope', Arial, sans-serif;
  letter-spacing: .19em;
  color: #B71951;
  margin-bottom: 19px
}

.eyebrow i {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--pink);
  border-radius: 50%;
  margin-right: 8px
}

.topline {
  background: var(--deep);
  color: #e0e8ef;
  font-size: 11px;
  letter-spacing: .025em;
  padding: 8px 0
}

.topline .wrap {
  display: flex;
  justify-content: space-between
}

.topline a {
  color: #fff
}

header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, .97);
  z-index: 20;
  border-bottom: 1px solid #e9edf0
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 102px
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0
}

.brand img {
  width: 64px;
  height: 64px;
  object-fit: contain
}

.brand>span {
  font: 800 23px/1.2 'Manrope', Arial, sans-serif
}

.brand strong {
  display: block;
  font: 700 9px/1.8 'Manrope', Arial, sans-serif;
  letter-spacing: .13em
}

.brand small {
  font: italic 12px/1.5 Georgia, serif;
  color: #9b536b
}

.nav nav {
  display: flex;
  gap: 23px;
  margin-left: auto;
  align-items: center
}

.nav nav a {
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap
}

.nav nav a:hover {
  color: var(--pink)
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 16px 23px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  transition: transform .2s, background .2s;
  min-height: 52px
}

.button:hover {
  transform: translateY(-2px)
}

.button span {
  font-size: 20px;
  line-height: 1
}

.primary {
  background: var(--pink);
  color: white;
  box-shadow: 0 6px 20px #e91e681b
}

.primary:hover {
  background: #ca1457
}

.nav-cta {
  background: var(--navy);
  color: white;
  font-size: 11px;
  padding: 13px 16px;
  gap: 12px;
  min-height: 44px
}

.outline {
  border: 1px solid #b9c6d2;
  color: var(--navy)
}

.white {
  background: #fff;
  color: var(--navy)
}

.menu-toggle {
  display: none
}

.hero {
  background: linear-gradient(115deg, #FFF9F7 35%, #fff 100%);
  padding: 54px 0 63px;
  overflow: hidden
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 52px;
  align-items: center
}

.hero-copy {
  padding: 14px 0
}

.hero-copy>p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 460px;
  margin-top: 25px
}

.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 32px;
  flex-wrap: wrap
}

.quiet-link {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  gap: 12px;
  align-items: center
}

.hero-note {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 38px;
  font-size: 11px;
  line-height: 1.6;
  color: var(--muted)
}

.hero-note strong {
  font-weight: 500
}

.heart {
  font-size: 30px;
  color: var(--pink)
}

.hero-visual {
  position: relative;
  padding: 0 22px 22px 0
}

.hero-visual:after {
  content: '';
  position: absolute;
  z-index: 0;
  background: var(--blush);
  inset: 32px 0 0 38px;
  border-radius: 150px 12px 12px 12px
}

.hero-visual>img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 130px 8px 8px 8px;
  object-position: 60% center
}

.image-caption {
  position: absolute;
  z-index: 2;
  left: -27px;
  bottom: 55px;
  background: white;
  padding: 19px 28px;
  box-shadow: 0 12px 35px #12345b12;
  display: flex;
  align-items: center;
  gap: 16px;
  border-left: 3px solid var(--pink);
  font-size: 13px;
  line-height: 1.6
}

.image-caption>span {
  font-size: 32px;
  color: var(--pink)
}

.image-caption strong {
  font-weight: 600
}

.vertical-note {
  position: absolute;
  right: -20px;
  top: 130px;
  writing-mode: vertical-rl;
  font-size: 9px;
  letter-spacing: .28em;
  color: #8d6674;
  z-index: 2
}

.principles {
  background: var(--navy);
  color: #fff
}

.principles .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 24px 0
}

.principles span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 13px
}

.principles span+span {
  border-left: 1px solid #ffffff22
}

.principles b {
  font-size: 11px;
  color: #F56A9E;
  font-weight: 500
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: end;
  margin-bottom: 43px
}

.section-heading>p {
  max-width: 320px;
  font-size: 14px;
  padding-bottom: 4px
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 24px
}

.service-card {
  border: 1px solid #e1e6ec;
  background: white;
  border-radius: 9px;
  overflow: hidden;
  transition: box-shadow .2s, transform .2s
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px #12345b0c
}

.card-img {
  height: 230px;
  position: relative;
  overflow: hidden;
  background: var(--paper)
}

.card-img>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform .35s
}

.service-card:hover img {
  transform: scale(1.035)
}

.card-arrow {
  position: absolute;
  right: 17px;
  bottom: 16px;
  background: white;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 22px
}

.card-copy {
  padding: 25px 25px 26px
}

.card-copy .eyebrow {
  font-size: 9px;
  margin-bottom: 10px;
  letter-spacing: .13em
}

.card-copy h3 {
  font-size: 21px
}

.card-copy p {
  font-size: 13px;
  margin: 13px 0 20px;
  line-height: 1.7
}

.text-link {
  font-size: 11px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.text-link span {
  font-size: 18px;
  color: var(--pink)
}

.about {
  background: var(--paper)
}

.about-grid {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 90px;
  align-items: center
}

.about-photo {
  position: relative;
  padding: 0 24px 24px 0
}

.about-photo:before {
  content: '';
  position: absolute;
  inset: 30px 0 0 30px;
  border: 1px solid #e6bfcc;
  border-radius: 8px
}

.about-photo>img {
  position: relative;
  width: 100%;
  aspect-ratio: .87;
  object-fit: cover;
  border-radius: 8px;
  object-position: 50% 40%
}

.founder-caption {
  position: absolute;
  bottom: 0;
  left: 26px;
  right: 0;
  background: var(--navy);
  padding: 21px 27px;
  color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 5px
}

.founder-caption strong {
  font: 600 23px/1.5 'Playfair Display', Georgia, serif
}

.founder-caption span {
  font-size: 10px;
  letter-spacing: .03em;
  color: #d8e2ee
}

.about-copy>.lead {
  font-size: 18px;
  color: var(--navy);
  line-height: 1.65;
  margin: 24px 0 16px
}

.about-copy>p:not(.lead) {
  font-size: 14px
}

.about-values {
  display: grid;
  gap: 15px;
  margin: 26px 0
}

.about-values>div {
  display: flex;
  gap: 17px;
  align-items: start
}

.about-values>div>span {
  color: var(--pink);
  width: 34px;
  min-width: 34px;
  font-size: 23px
}

.about-values p {
  font-size: 12px
}

.about-values strong {
  display: block;
  color: var(--navy);
  font-size: 13px;
  margin-bottom: 2px
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  border-top: 1px solid var(--line);
  padding-top: 30px
}

.step-no {
  font: 500 42px/1.4 'Playfair Display', Georgia, serif;
  color: #d5a2b7;
  display: block;
  margin-bottom: 18px
}

.steps h3 {
  font-size: 19px;
  margin-bottom: 14px
}

.steps p {
  font-size: 14px;
  max-width: 300px
}

.regions {
  background: #f1f5f8
}

.region-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center
}

.region-layout>div>p {
  font-size: 14px;
  margin: 22px 0 27px;
  max-width: 380px
}

.region-list article {
  display: flex;
  gap: 25px;
  padding: 24px 0;
  border-bottom: 1px solid #d4dee7
}

.region-list article:first-child {
  padding-top: 0
}

.region-list article>span {
  font-size: 11px;
  color: var(--pink);
  padding-top: 5px
}

.region-list h3 {
  font-size: 18px;
  margin-bottom: 8px
}

.region-list p {
  font-size: 13px
}

.faq-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px
}

.faq-layout>div>p {
  margin-top: 23px;
  font-size: 14px
}

.faq details {
  border-bottom: 1px solid var(--line)
}

.faq details:first-child {
  border-top: 1px solid var(--line)
}

.faq summary {
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px
}

.faq summary::-webkit-details-marker {
  display: none
}

.faq summary span {
  color: var(--pink);
  font-size: 22px;
  font-weight: 400;
  flex-shrink: 0
}

.faq details[open] summary span {
  transform: rotate(45deg)
}

.faq details p {
  font-size: 13px;
  padding: 0 30px 23px 0
}

.contact-section {
  background: var(--navy);
  color: white;
  position: relative;
  overflow: hidden
}

.contact-section:before {
  content: '';
  width: 560px;
  height: 560px;
  border: 1px solid #ffffff10;
  border-radius: 50%;
  position: absolute;
  right: -120px;
  top: -260px;
  pointer-events: none
}

.contact {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 75px 0
}

.eyebrow.light {
  color: #F7AAC6
}

.contact h2 {
  font-size: 50px
}

.contact h2 em {
  color: #f59abb
}

.contact p {
  color: #d5deea;
  font-size: 14px;
  max-width: 480px;
  margin-top: 22px
}

.contact-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px
}

.phone {
  font: 500 27px/1.5 'Manrope', Arial, sans-serif
}

.contact-action small {
  color: #c9d5e3;
  font-size: 11px
}

footer {
  background: var(--deep);
  color: #d6dfeb;
  padding: 58px 0 22px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr .8fr .9fr 1fr;
  gap: 45px
}

.footer-brand {
  font: 500 42px/1 'Playfair Display', Georgia, serif;
  color: #fff
}

.footer-brand span {
  font: 600 9px/2 'Manrope', Arial, sans-serif;
  letter-spacing: .17em;
  display: block;
  margin-top: 12px
}

.footer-grid h3 {
  font: 600 12px/1.5 'Manrope', Arial, sans-serif;
  color: #fff;
  margin-bottom: 18px
}

.footer-grid p,
.footer-grid>div>a:not(.footer-brand) {
  font-size: 11px;
  color: #c1cede;
  display: block;
  line-height: 1.9;
  margin-bottom: 6px
}

.footer-grid p {
  margin-top: 15px
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ffffff15;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #a9bad0
}

.floating-wa {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 30;
  background: var(--pink);
  color: #fff;
  border-radius: 30px;
  box-shadow: 0 5px 25px #0e2a4d33;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 19px;
  font-size: 11px;
  font-weight: 700
}

.floating-wa svg {
  width: 22px;
  height: 22px
}

.skip {
  position: fixed;
  top: -100px;
  left: 10px;
  z-index: 100;
  padding: 15px;
  background: #fff
}

.skip:focus {
  top: 10px
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #e91e68;
  outline-offset: 5px
}

.service-hero {
  padding: 44px 0 72px;
  background: var(--paper)
}

.breadcrumb {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 40px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap
}

.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 4px
}

.service-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: center
}

.service-hero h1 {
  font-size: clamp(40px, 4.5vw, 63px)
}

.service-hero p {
  margin: 24px 0 29px;
  max-width: 580px
}

.service-hero img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 90px 8px 8px 8px
}

.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 50px;
  margin-top: 40px
}

.detail-grid article {
  border-top: 1px solid var(--line);
  padding-top: 23px
}

.detail-grid h3 {
  font-size: 20px;
  margin-bottom: 12px
}

.detail-grid p {
  font-size: 14px
}

.service-note {
  margin-top: 38px;
  background: #f1f5f8;
  border-left: 3px solid var(--pink);
  padding: 23px 27px;
  font-size: 13px;
  color: var(--muted)
}

@media(min-width:1440px) {
  .hero {
    padding: 68px 0 75px
  }

  .hero-visual>img {
    height: 570px
  }
}

@media(max-width:1100px) {
  .wrap {
    width: calc(100% - 56px)
  }

  .nav {
    gap: 18px
  }

  .nav nav {
    gap: 15px
  }

  .nav-cta {
    font-size: 10px;
    padding: 12px
  }

  .brand img {
    width: 52px;
    height: 52px
  }

  .hero-grid {
    gap: 35px
  }

  .hero-visual>img {
    height: 500px
  }

  .hero h1 {
    font-size: 54px
  }

  .about-grid {
    gap: 50px
  }

  .region-layout,
  .faq-layout {
    gap: 50px
  }

  .service-hero-grid {
    gap: 40px
  }
}

@media(max-width:850px) {
  .nav {
    min-height: 85px;
    flex-wrap: wrap;
    padding: 12px 0
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    background: none;
    border: 1px solid #d4dce5;
    padding: 8px 12px;
    border-radius: 4px;
    color: var(--navy);
    font-size: 12px
  }

  .nav>.nav-cta {
    display: none
  }

  .nav nav {
    display: none;
    order: 5;
    flex-basis: 100%;
    padding: 15px 0;
    margin: 0;
    gap: 20px;
    flex-wrap: wrap
  }

  .nav nav.open {
    display: flex
  }

  .hero-grid {
    gap: 30px
  }

  .hero h1 {
    font-size: 44px
  }

  .hero-visual>img {
    height: 470px
  }

  .hero-actions {
    gap: 17px
  }

  .image-caption {
    left: -14px;
    padding: 16px;
    font-size: 11px
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .section {
    padding: 75px 0
  }

  .section-heading {
    gap: 35px
  }

  .about-grid {
    gap: 34px
  }

  .steps {
    gap: 25px
  }

  .contact {
    gap: 35px
  }

  .contact h2 {
    font-size: 43px
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px
  }

  .service-hero-grid {
    gap: 30px
  }

  .service-hero img {
    height: 360px
  }
}

@media(max-width:600px) {
  .wrap {
    width: calc(100% - 40px)
  }

  .topline {
    font-size: 9px;
    padding: 7px 0
  }

  .topline a {
    display: none
  }

  .brand>span {
    font-size: 21px
  }

  .brand strong {
    font-size: 8px
  }

  .brand small {
    font-size: 11px
  }

  .nav {
    min-height: 78px
  }

  .brand img {
    width: 48px;
    height: 48px
  }

  .hero {
    padding: 32px 0 38px
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .hero-copy {
    padding: 0
  }

  .hero .eyebrow {
    font-size: 9px;
    margin-bottom: 18px
  }

  .hero h1 {
    font-size: clamp(39px, 10.8vw, 53px);
    line-height: 1.12
  }

  .hero-copy>p {
    font-size: 14px;
    margin-top: 21px;
    max-width: 100%
  }

  .hero-actions {
    margin-top: 24px;
    gap: 18px
  }

  .button {
    padding: 15px 20px;
    font-size: 12px
  }

  .quiet-link {
    font-size: 11px
  }

  .hero-note {
    margin-top: 23px
  }

  .hero-visual {
    padding: 0 15px 15px 0
  }

  .hero-visual>img {
    height: 360px;
    border-radius: 85px 7px 7px 7px
  }

  .hero-visual:after {
    inset: 23px 0 0 30px;
    border-radius: 85px 7px 7px 7px
  }

  .image-caption {
    left: -5px;
    bottom: 33px;
    padding: 14px 18px
  }

  .vertical-note {
    right: -10px;
    top: 85px;
    font-size: 8px
  }

  .principles .wrap {
    grid-template-columns: 1fr;
    padding: 11px 0
  }

  .principles span {
    font-size: 11px;
    padding: 10px;
    justify-content: start;
    gap: 15px
  }

  .principles span+span {
    border-left: 0;
    border-top: 1px solid #ffffff15
  }

  .section {
    padding: 59px 0
  }

  h2 {
    font-size: 34px
  }

  .section-heading {
    display: block;
    margin-bottom: 30px
  }

  .section-heading>p {
    max-width: 100%;
    font-size: 13px;
    margin-top: 20px
  }

  .eyebrow {
    font-size: 9px;
    margin-bottom: 14px
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 22px
  }

  .card-img {
    height: 230px
  }

  .card-copy {
    padding: 23px
  }

  .card-copy p {
    margin-bottom: 17px
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 41px
  }

  .about-photo>img {
    aspect-ratio: 1;
    object-position: center 38%
  }

  .founder-caption {
    padding: 15px 22px
  }

  .about-copy>.lead {
    font-size: 17px
  }

  .about-copy>p:not(.lead) {
    font-size: 13px
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 12px
  }

  .steps article {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 0 20px
  }

  .step-no {
    grid-row: span 2;
    font-size: 32px;
    margin: 0
  }

  .steps h3 {
    font-size: 18px;
    margin: 9px 0
  }

  .steps p {
    grid-column: 2;
    font-size: 13px;
    max-width: 100%
  }

  .region-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .region-list h3 {
    font-size: 17px
  }

  .region-list article {
    gap: 18px;
    padding: 20px 0
  }

  .region-list article:first-child {
    padding-top: 8px
  }

  .faq summary {
    font-size: 13px;
    padding: 19px 0
  }

  .contact {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 55px 0
  }

  .contact h2 {
    font-size: 39px
  }

  .contact-action {
    align-items: start;
    gap: 13px
  }

  .contact p {
    font-size: 13px
  }

  .phone {
    font-size: 24px
  }

  .footer-grid {
    gap: 32px 20px
  }

  .footer-grid h3 {
    font-size: 11px
  }

  .footer-grid p,
  .footer-grid>div>a:not(.footer-brand) {
    font-size: 10px
  }

  .footer-bottom {
    display: block;
    padding-bottom: 55px
  }

  .footer-bottom span {
    display: block;
    margin-bottom: 7px
  }

  .floating-wa {
    bottom: 15px;
    right: 15px;
    padding: 13px
  }

  .floating-wa span {
    display: none
  }

  .floating-wa svg {
    width: 25px;
    height: 25px
  }

  .service-hero {
    padding: 28px 0 40px
  }

  .breadcrumb {
    margin-bottom: 27px;
    font-size: 10px;
    gap: 9px
  }

  .service-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .service-hero h1 {
    font-size: 42px
  }

  .service-hero p {
    font-size: 14px
  }

  .service-hero img {
    height: 300px;
    border-radius: 75px 7px 7px 7px
  }

  .detail-grid {
    grid-template-columns: 1fr;
    gap: 25px
  }

  .detail-grid h3 {
    font-size: 19px
  }

  .detail-grid p {
    font-size: 13px
  }

  .service-note {
    font-size: 12px;
    padding: 20px
  }

  .footer-grid>div:first-child {
    grid-column: 1/-1
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  *,
  *:before,
  *:after {
    transition: none !important
  }
}

/* A identidade rosa da MA predomina; azul permanece como contraste. */
.topline {
  background: #C01758;
  color: #fff
}

.hero {
  background: linear-gradient(115deg, #FDEEF3 15%, #FFF9F7 68%, #fff 100%)
}

.principles {
  background: #FAD6E3;
  color: #12345B
}

.principles span+span {
  border-color: #dbadc0
}

.principles b {
  color: #B71951
}

.regions {
  background: #FDEEF3
}

.contact-section {
  background: #BA1954
}

.eyebrow.light {
  color: #FFE4EE
}

.contact h2 em {
  color: #fff
}

.contact p {
  color: #FFF0F5
}

.contact-action small {
  color: #FFE5EE
}

.nav-cta {
  background: #E91E68
}

.founder-caption {
  background: #BA1954
}

.founder-caption span {
  color: #FFE5EE
}

.region-list article {
  border-color: #e5c5d0
}

.step-no {
  color: #D9457B
}


/* Logo oficial enviada pela MA: marca isolada e ampliada */
header .brand>span {
  display: none
}

header .brand img {
  content: url("/ma-premium/logo%20MA%20.png");
  width: 124px;
  height: 124px;
  object-fit: contain
}

header .nav {
  min-height: 140px
}

html {
  scroll-padding-top: 148px
}

@media(max-width:760px) {
  header .brand img {
    width: 96px;
    height: 96px
  }

  header .nav {
    min-height: 108px
  }

  html {
    scroll-padding-top: 116px
  }
}

/* Leitura do menu */
header .nav nav a {
  font-size: 15px;
  font-weight: 650
}
footer .footer-brand{background:transparent!important;border-radius:0;mix-blend-mode:screen}footer .footer-brand img{filter:grayscale(1) invert(1) sepia(1) saturate(6) hue-rotate(285deg);mix-blend-mode:screen}header .nav nav a{font-size:15px;font-weight:650}
