*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.disable-scroll {
  overflow: hidden;
}

:root {
  --pink: #f36681;
  --poppins: "Poppins";
  --inter: "Inter";
}

html,
body {
  font-family: var(--poppins);
}

.container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.btn-primary {
  width: 198px;
  line-height: 24px;
  border-radius: 8px;
  background-color: var(--pink);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 24px;
  font-size: 18px;
  color: white;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-primary:hover {
  background-color: transparent;
  border-color: var(--pink);
  color: var(--pink);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-outline {
  font-family: var(--inter);
  line-height: 24px;
  width: 202px;
  border-radius: 8px;
  border: 2px solid #fff;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 24px;
  font-size: 18px;
  text-decoration: none;
  color: white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-outline:hover {
  background-color: white;
  color: var(--pink);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-outline-pink {
  font-family: var(--inter);
  line-height: 24px;
  width: 202px;
  border-radius: 8px;
  border: 2px solid var(--pink);
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 24px;
  font-size: 18px;
  text-decoration: none;
  color: var(--pink);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 300;
}
.btn-outline-pink:hover {
  background-color: var(--pink);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.logo {
  width: 100px;
  height: 25px;
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}

.link {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  color: #101840;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--pink);
}

.navbar-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 768px) {
  .navbar-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding: 12px 0;
  }
}

.nav-links {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 32px;
  text-align: center;
  font-size: 16px;
  color: #101840;
  list-style: none;
  padding: 0;
}
@media (max-width: 768px) {
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
  .nav-links .link {
    height: 32px;
  }
}

.navbar {
  width: 100%;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
}

.s-hero {
  width: 100%;
  position: relative;
  height: 600px;
  padding-top: 70px;
  overflow: hidden;
  background-image: url("../img/hero.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  color: #fff;
}
@media (max-width: 768px) {
  .s-hero {
    height: 500px;
  }
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(80, 27, 37, 0.5);
}

.hero-title {
  font-size: 60px;
  line-height: 75px;
  text-shadow: 0px 4px 8px rgba(16, 24, 64, 0.08);
  font-weight: 700;
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 42px;
    line-height: 55px;
  }
}

.hero-subtitle {
  font-size: 24px;
  line-height: 32px;
  height: 72px;
  text-shadow: 0px 4px 8px rgba(16, 24, 64, 0.08);
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .hero-subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}

.hero-content {
  max-width: 749px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 24px;
}

.s-enderecos {
  width: 100%;
  background-color: #fafbff;
  text-align: center;
  font-size: 40px;
  padding: 60px 0;
}

.s-enderecos-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s-enderecos-titulo {
  line-height: 60px;
  font-size: 40px;
  font-weight: 700;
  color: #101840;
  margin-bottom: 30px;
}

.endereco-card {
  width: 400px;
  max-width: 100%;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 24px;
  gap: 12px;
}

.endereco-icon {
  width: 100px;
  height: 100px;
}

.endereco-time {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.endereco-street {
  width: 209px;
  font-size: 18px;
  line-height: 24px;
}

.endereco-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
}

.btn {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  gap: 8px;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: white;
}

.endereco-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.endereco-card-blue {
  background-color: rgba(185, 230, 255, 0.2);
  color: rgba(20, 138, 204, 0.8);
}

.title-blue {
  color: #148acc;
}

.btn-blue {
  border: 1px solid #148acc;
  color: #148acc;
}
.btn-blue:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #148acc;
  color: white;
}

.endereco-card-green {
  background-color: rgba(112, 248, 186, 0.2);
  color: rgba(31, 153, 96, 0.8);
}

.title-green {
  color: #1f9960;
}

.btn-green {
  border: 1px solid #1f9960;
  color: #1f9960;
}
.btn-green:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #1f9960;
  color: white;
}

.endereco-card-purple {
  background-color: rgba(115, 83, 186, 0.2);
  color: rgba(67, 31, 153, 0.8);
}

.btn-purple {
  border: 1px solid #431f99;
  color: #431f99;
}
.btn-purple:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #431f99;
  color: white;
}

.title-purple {
  color: rgba(67, 31, 153, 0.8);
}

.bg-element-1-icon {
  position: absolute;
  height: 65.11%;
  width: 54.65%;
  top: -17%;
  right: 47.08%;
  bottom: 51.89%;
  left: -1.74%;
  max-width: 100%;
  max-height: 100%;
}

.bg-element-2-icon {
  position: absolute;
  height: 66.5%;
  width: 57.22%;
  top: 18%;
  right: 0%;
  bottom: 15.5%;
  left: 42.78%;
  max-width: 100%;
  max-height: 100%;
}

.s-sobre-titulo {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  color: #99021e;
}

.s-sobre-description {
  position: relative;
  line-height: 28px;
  font-weight: 500;
  color: #474d66;
  font-size: 18px;
}

.s-sobre-text {
  position: relative;
  line-height: 24px;
}

.s-sobre-content {
  max-width: 494px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 24px;
}

.image-sobre {
  width: 664px;
  max-width: 100%;
  position: relative;
  border-radius: 24px;
  height: 331px;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-sobre-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

.s-sobre {
  width: 100%;
  position: relative;
  background-color: rgba(232, 252, 194, 0.8);
  min-height: 700px;
  overflow: hidden;
  padding: 190px 0;
}

.background-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1440px;
  height: 700px;
}

.bg-element-3-icon {
  position: absolute;
  height: 131%;
  width: 58.5%;
  top: 0;
  bottom: -23.43%;
  left: -12.37%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-como-ajudar {
  width: 680px;
  max-width: 100%;
  position: relative;
  border-radius: 24px;
  height: 404px;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-como-ajudar-title {
  font-size: 40px;
  line-height: 60px;
  color: #99021e;
  font-weight: 700;
}

.s-como-ajudar-description {
  max-width: 470px;
  line-height: 28px;
  font-weight: 500;
  color: #474d66;
  font-size: 18px;
}

.text {
  position: relative;
  line-height: 24px;
}

.s-como-ajudar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 24px;
}

.s-como-ajudar-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

.s-como-ajudar {
  width: 100%;
  position: relative;
  background: rgba(232, 252, 194, 0.8) url("../img/como-ajudar-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 700px;
  padding: 150px 0;
  overflow: hidden;
}

.s-metricas-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s-metricas {
  width: 100%;
  position: relative;
  background-color: #fafbff;
  min-height: 500px;
  text-align: center;
  font-size: 24px;
  padding: 80px 0;
  background: url("../img/metricas-bg.svg");
  background-size: cover;
  background-position: center bottom;
}

.metrica-icon {
  width: 100px;
  height: 100px;
}

.metrica-number {
  line-height: 32px;
  font-weight: 600;
}

.metrica-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #101840;
}

.metrica-card-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
  color: #101840;
}

.metrica-card {
  width: 320px;
  border-radius: 8px;
  min-height: 236px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 16px;
  gap: 12px;
}
@media (max-width: 768px) {
  .metrica-card {
    margin: 0 auto;
  }
}

.s-faq {
  padding: 57px 0;
}

.s-faq-title {
  color: #D9163B;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.s-faq-list {
  max-width: 896px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.faq-item {
  border-radius: 18px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
  box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
  width: 100%;
  padding: 40px 38px;
}

.faq-item-title {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  text-align: left;
  border: none;
  outline: none;
  background: none;
}
.faq-item-title h3 {
  color: #101840;
  font-family: "DM Sans";
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.faq-item-title:hover .faq-item-icon {
  background: #F36681;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.faq-item-title:hover h3 {
  color: #F36681;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.faq-item-icon {
  width: 50px;
  height: 50px;
  overflow: hidden;
  color: #F36681;
  -webkit-box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  display: grid;
  place-items: center;
  border-radius: 999px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.faq-item-icon svg {
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
}

.faq-item-description {
  margin-top: 30px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.faq-item-description p {
  color: #474D66;
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.faq-item-description li {
  color: #474D66;
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.faq-item-active {
  border-radius: 14px;
  border: 2px solid #F36681;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(243, 102, 129, 0.19);
  box-shadow: 0px 6px 16px 0px rgba(243, 102, 129, 0.19);
}
.faq-item-active .faq-item-icon {
  background: #F36681;
  color: #FFF;
}
.faq-item-active .faq-item-icon svg {
  -webkit-transform: scale(0.92) rotate(270deg);
  transform: scale(0.92) rotate(270deg);
}
.faq-item-active .faq-item-description {
  opacity: 1;
  position: static;
  visibility: visible;
}

.m_doacao {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
}
.m_doacao__overlay {
  position: absolute;
  background-color: rgba(28, 30, 29, 0.6);
  width: 100vw;
  height: 100vh;
  z-index: 20;
}
.m_doacao__content {
  max-width: 500px;
  min-width: 320px;
  min-height: 300px;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  background: var(--white, #FFF);
  -webkit-box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 24px;
  z-index: 21;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.m_doacao__content figure {
  margin: 0;
  padding: 8px;
  background: var(--pink);
  border-radius: 8px;
  width: 200px;
  min-height: 200px;
  margin: 32px auto;
  display: grid;
  place-items: center;
}
.m_doacao__content img {
  width: 150px;
  margin: 0 auto;
  border-radius: 8px;
}
.m_doacao__content .btn-primary {
  margin: 18px auto;
}
@media (max-width: 768px) {
  .m_doacao__content {
    max-width: 96%;
    padding: 24px;
  }
}
.m_doacao__content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
}

.show-modal {
  display: grid;
}

.p-interna {
  background: #FAFBFF;
  padding: 50px 0 150px;
}
.p-interna h2 {
  color: #101840;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 12px;
}
.p-interna h2 span {
  color: var(--pink);
}
.p-interna p {
  color: #474D66;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.p-interna p a {
  color: var(--pink);
  text-decoration: none;
  font-weight: 500;
}

.btn-container {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-interna-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 32px;
  margin: 32px 0;
}
@media (max-width: 768px) {
  .p-interna-grid {
    gap: 17px;
  }
  .p-interna-grid img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
}

.p-interna-grid-image-1 {
  grid-area: 1/1/3/2;
}

.p-interna-grid-image-2 {
  grid-area: 1/2/2/3;
}

.p-interna-grid-image-3 {
  grid-area: 2/2/3/3;
}

.cards-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 32px 0 80px;
  gap: 32px;
}

.d-card {
  max-width: 384px;
  min-width: 320px;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  background: var(--white, #FFF);
  -webkit-box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.d-card-icone {
  display: grid;
  place-items: center;
  height: 142px;
}

.d-card-content {
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.d-card-content h2 {
  color: #101840;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}
.d-card-content h3 {
  color: #101840;
  font-family: "DM Sans";
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
  margin: 0;
}
.d-card-content p {
  color: #696F8C;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.d-card-content .btn-primary {
  width: 175px;
  padding: 10px 24px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.d-card-blue {
  background: #E9F2F7;
}

.d-card-green {
  background: #DAF6E9;
}

.d-card-purple {
  background: #DBD5E9;
}

.copyable-pix {
  cursor: pointer;
  padding: 10px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px 0;
  font-family: monospace;
  color: #333;
}

.copyable-pix:hover {
  background-color: #e0e0e0;
}

.copyable-pix:active {
  background-color: #d0d0d0;
}
