html,
body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  color: #505561;
  margin: 0;
  padding: 0;
}

body:not(.no-bg) {
  background-image: url("/2025/img/efeito.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 768px) {
  body:not(.no-bg) {
    background-image: url("/2025/img/efeito-mob.png");
  }
}

html[data-scroll-orientation=horizontal] body {
  width: fit-content;
}
html[data-scroll-orientation=horizontal] [data-scroll-container] {
  display: flex;
}

.container-left-only .content {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding: 0 var(--bs-gutter-x);
}
@media (min-width: 576px) {
  .container-left-only .content {
    max-width: 540px;
  }
}
@media (min-width: 576px) {
  .container-left-only .content {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-left-only .content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-left-only .content {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-left-only .content {
    max-width: 1180px;
  }
}
@media (min-width: 1400px) {
  .container-left-only .content {
    max-width: 1320px;
  }
}

.truncate-3-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

nav {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 99;
  /* second button rule */
}
nav .container {
  max-width: 1240px;
}
nav ul,
nav ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav ul li a,
nav ul li a:hover,
nav ul li a:visited,
nav ul li a:focus {
  text-decoration: none;
}
nav > div > ul,
nav > div > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav > div > ul:first-of-type, nav > div > ul:nth-child(2),
nav > div > ul > li:first-of-type,
nav > div > ul > li:nth-child(2) {
  flex: 1;
}
nav > div > ul:nth-child(2),
nav > div > ul > li:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
nav > div > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
nav > div > ul > li > #abrir-servicos {
  max-width: 128px;
  border-radius: 500px;
  font-size: 11px;
  padding: 8px;
  line-height: 1.2;
}
nav > div > ul > li .nav__hamburger {
  stroke: #242a3a;
  background-color: transparent;
  border: none;
  padding: 8px;
}
nav > div > ul > li .nav__hamburger ~ ul {
  display: none;
}
nav > div > ul > li img {
  max-width: 130px;
  width: 100%;
}
nav > div > ul > li > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav > div > ul > li > ul > li {
  margin-right: 8px;
  position: relative;
  color: #242a3a;
}
nav > div > ul > li > ul > li:first-of-type {
  display: none;
}
nav > div > ul > li > ul > li:last-of-type {
  margin-right: 0;
}
nav > div > ul > li > ul > li a {
  height: 32px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #242a3a;
}
nav > div > ul > li > ul > li a svg {
  margin-left: 8px;
  stroke: #242a3a;
}
nav > div > ul > li > ul > li a:hover {
  color: #242a3a;
}
nav > div > ul > li > ul > li:first-of-type > button:last-of-type {
  height: 48px;
  width: 48px;
  border-radius: 500px;
  background-color: var(--primary-verde-agua);
  border: none;
  outline: none;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.3);
  transition: background-color 0.15s ease;
  position: absolute;
  top: 25px;
  right: 25px;
}

@media screen and (min-width: 992px) {
  nav > div > ul > li > #abrir-servicos {
    max-width: 100%;
    border-radius: 20px;
    font-size: 14px;
    padding: 8px 24px;
    line-height: 1.4;
  }
  nav > div > ul > li img {
    max-width: 135px;
  }
  nav > div > ul > li:first-of-type {
    order: 1;
  }
  nav > div > ul > li:nth-child(2) {
    order: 3;
  }
  nav > div > ul > li:last-of-type {
    order: 2;
    background-color: #fff;
    border: 1px solid rgba(154, 157, 164, 0.15);
    border-radius: 500px;
    box-shadow: 0 8px 16px 0 rgba(148, 148, 148, 0.04);
    padding: 5px 20px;
  }
  nav > div > ul > li .nav__hamburger {
    display: none;
  }
  nav > div > ul > li .nav__hamburger ~ ul {
    display: flex;
  }
  nav > div > ul > li > ul > li > .submenu {
    display: none;
    padding-top: 24px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
  }
  nav > div > ul > li > ul > li > .submenu > ul {
    list-style-type: disc;
    list-style: none;
    background: white;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.15);
  }
  nav > div > ul > li > ul > li > .submenu > ul.cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 60px;
  }
  nav > div > ul > li > ul > li > .submenu > ul.cols > li:first-of-type {
    grid-column: 1/-1;
    font-weight: 700;
    border-bottom: 1px solid rgba(187, 189, 194, 0.5);
    padding-bottom: 10px;
  }
  nav > div > ul > li > ul > li > .submenu > ul > li {
    margin-bottom: 4px;
  }
  nav > div > ul > li > ul > li > .submenu > ul > li:last-of-type {
    margin-bottom: 0;
  }
  nav > div > ul > li > ul > li > .submenu > ul > li > a {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    color: #505561;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -1.2%;
    font-weight: 400;
  }
  nav > div > ul > li > ul > li > .submenu > ul > li > a:visited, nav > div > ul > li > ul > li > .submenu > ul > li > a:focus {
    color: #505561;
    background-color: transparent;
  }
  nav > div > ul > li > ul > li > .submenu > ul > li > a:hover {
    color: #ff7bac;
    background-color: transparent;
  }
  nav > div > ul > li > ul > li.open > .submenu {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  nav > div > ul > li .nav__hamburger ~ ul {
    background-color: #0f1218;
    position: fixed;
    height: 100dvh;
    width: 95vw;
    top: 0;
    right: 0;
    transform: translateX(100%);
    display: block;
    transition: transform 350ms ease;
    z-index: 4;
  }
  nav > div > ul > li .nav__hamburger ~ ul.open {
    transform: translateX(0);
  }
  nav > div > ul > li > ul > li:first-of-type {
    display: block;
    padding-top: 100px;
    padding-bottom: 80px;
  }
  nav > div > ul > li > ul > li:first-of-type > a {
    display: inline-block;
  }
  nav > div > ul > li > ul > li:first-of-type > a > img {
    display: inline-block;
    max-width: 220px;
    min-width: 220px;
    padding-left: 45px;
  }
  nav > div > ul > li > ul > li:first-of-type > button:first-of-type {
    height: 32px;
    width: 32px;
    border-radius: 500px;
    background-color: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 35px;
    left: 15px;
    display: none;
  }
  nav > div > ul > li > ul > li:not(:first-of-type) {
    margin-right: 25px;
    margin-left: 45px;
    margin-bottom: 12px;
  }
  nav > div > ul > li > ul > li:not(:first-of-type) a {
    color: white;
  }
  nav > div > ul > li > ul > li:not(:first-of-type) svg {
    stroke: white;
    transform: rotate(-90deg);
  }
  nav > div > ul > li > ul.submenuIsOpen > li:first-of-type > button:first-of-type {
    display: block;
  }
  nav > div > ul > li > ul.submenuIsOpen > li:not(:first-of-type):not(.open) {
    display: none;
  }
  nav > div > ul > li > ul.submenuIsOpen > li.open > .submenu {
    display: block;
  }
  nav > div > ul > li > ul.submenuIsOpen > li.open > a {
    display: none;
  }
  nav > div > ul > li > ul > li > .submenu {
    display: none;
  }
  nav > div > ul > li > ul > li > .submenu li {
    margin-bottom: 6px;
    color: #fff;
  }
  nav > div > ul > li > ul > li > .submenu li a {
    padding: 10px 16px;
    height: auto;
    background-color: #1a1e29;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
  nav > div > ul > li > ul > li > .submenu.cols li:first-of-type {
    display: none;
  }
}
footer {
  background-color: #f8f9fa;
  padding-top: 70px;
}
footer b {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
  color: #242a3a;
}
footer .col-md-3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .col-md-3 ul li {
  margin-bottom: 12px;
}
footer .col-md-3 ul li:last-of-type {
  margin-bottom: 0;
}
footer .col-md-3 ul li a,
footer .col-md-3 ul li a:hover,
footer .col-md-3 ul li a:focus,
footer .col-md-3 ul li a:visited {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  text-decoration: none;
  color: #505561;
}
footer hr {
  margin: 30px 0;
}

.section--chamada {
  padding-bottom: 30px;
  text-align: center;
}
.section--chamada .container {
  border-radius: 24px;
  background-image: url("/2025/img/chamada-cta.png");
  background-size: cover;
  background-position: center;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section--chamada .container h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 600;
  color: #fff;
  max-width: 530px;
}
.section--chamada .container p {
  color: #f8f9fa;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
}

.btn-sanos, .btn-branco, .btn-preto, .btn-azul, .btn-rosa, .btn-neutral {
  display: inline-flex;
  align-items: center;
  border-radius: 500px;
  border: none;
  padding: 11px 24px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: all 350ms ease;
  border: 1px solid;
}
.btn-sanos.btn-left-icon img, .btn-left-icon.btn-branco img, .btn-left-icon.btn-preto img, .btn-left-icon.btn-azul img, .btn-left-icon.btn-rosa img, .btn-left-icon.btn-neutral img {
  margin-right: 10px;
}
.btn-sanos.btn-right-icon img, .btn-right-icon.btn-branco img, .btn-right-icon.btn-preto img, .btn-right-icon.btn-azul img, .btn-right-icon.btn-rosa img, .btn-right-icon.btn-neutral img {
  margin-left: 10px;
}

.btn-neutral {
  background-color: #f8f9fa;
  border-color: rgba(154, 157, 164, 0.15);
  color: #242a3a;
}
.btn-neutral:hover, .btn-neutral:focus, .btn-neutral:active {
  background-color: #bbbdc2 !important;
  border-color: rgba(154, 157, 164, 0.25) !important;
  color: #242a3a !important;
}

.btn-rosa {
  background-color: #ff7bac;
  border-color: #cc628a;
  color: #fff;
}
.btn-rosa:hover, .btn-rosa:focus, .btn-rosa:active {
  background-color: #cc628a !important;
  border-color: #994a67 !important;
  color: #fff !important;
}

.btn-azul {
  background-color: #242a3a;
  border-color: #212635;
  color: #fff;
}
.btn-azul:hover, .btn-azul:focus, .btn-azul:active {
  background-color: #212635 !important;
  border-color: #1a1e29 !important;
  color: #fff !important;
}

.btn-preto {
  background-color: #0f1218;
  border-color: #0f1218;
  color: #ff7bac;
}
.btn-preto:hover, .btn-preto:focus, .btn-preto:active {
  background-color: #0f1218 !important;
  border-color: #0f1218 !important;
  color: #ff7bac !important;
}

.btn-branco {
  background-color: #fff;
  border-color: #f8f9fa;
  color: #242a3a;
}
.btn-branco:hover, .btn-branco:focus, .btn-branco:active {
  background-color: #f8f9fa !important;
  border-color: #bbbdc2 !important;
  color: #242a3a !important;
}

.swiper-nav {
  display: flex;
  align-items: center;
}
.swiper-nav .swiper-nav-next,
.swiper-nav .swiper-nav-prev {
  width: 33px;
  height: 33px;
  border: 1px solid #ff7bac;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.swiper-nav .swiper-nav-next.swiper-button-disabled,
.swiper-nav .swiper-nav-prev.swiper-button-disabled {
  opacity: 24%;
  cursor: default;
}
.swiper-nav .swiper-nav-prev::after,
.swiper-nav .swiper-nav-next::after {
  content: "";
  display: inline-block;
  width: 15.5px;
  height: 15.1px;
  position: absolute;
  top: 7.5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.swiper-nav .swiper-nav-prev::after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS41IDE1LjEiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMDBCREI1IiBkPSJNMy40LDcuMmMtMC4yLDAuMi0wLjIsMC41LDAsMC43bDYuNyw2LjdjMC4yLDAuMiwwLjUsMC4yLDAuNywwIGMwLjItMC4yLDAuMi0wLjUsMC0wLjdMNC41LDcuNmw2LjMtNi4zYzAuMi0wLjIsMC4yLTAuNSwwLTAuN2MtMC4yLTAuMi0wLjUtMC4yLTAuNywwTDMuNCw3LjJ6Ii8+PC9zdmc+") no-repeat center/contain;
  left: 7px;
}
.swiper-nav .swiper-nav-next::after {
  background: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2015.5%2015.1'><path%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%2300BDB5'%20d='M5.5,0.5C5.3,0.3,5,0.3,4.8,0.5c-0.2,0.2-0.2,0.5,0,0.7l6.3,6.3l-6.3,6.3c-0.2,0.2-0.2,0.5,0,0.7c0.2,0.2,0.5,0.2,0.7,0l6.7-6.7c0.2-0.2,0.2-0.5,0-0.7L5.5,0.5z'/></svg>") no-repeat center/contain;
  right: 8px;
}
.swiper-nav .swiper-nav-pagination {
  margin: 0 12px;
  width: auto !important;
}
.swiper-nav .swiper-nav-pagination .swiper-pagination-bullet {
  background-color: #ff7bac;
  opacity: 1;
  transition: width 250ms ease;
  border-radius: 500px;
}
.swiper-nav .swiper-nav-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
}
.swiper-nav.branco .swiper-nav-next,
.swiper-nav.branco .swiper-nav-prev {
  border-color: white;
}
.swiper-nav.branco .swiper-nav-prev::after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS41IDE1LjEiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGRkZGIiBkPSJNMy40LDcuMmMtMC4yLDAuMi0wLjIsMC41LDAsMC43bDYuNyw2LjdjMC4yLDAuMiwwLjUsMC4yLDAuNywwIGMwLjItMC4yLDAuMi0wLjUsMC0wLjdMNC41LDcuNmw2LjMtNi4zYzAuMi0wLjIsMC4yLTAuNSwwLTAuN2MtMC4yLTAuMi0wLjUtMC4yLTAuNywwTDMuNCw3LjJ6Ii8+PC9zdmc+") no-repeat center/contain;
}
.swiper-nav.branco .swiper-nav-next::after {
  background: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2015.5%2015.1'><path%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%23FFFFFF'%20d='M5.5,0.5C5.3,0.3,5,0.3,4.8,0.5c-0.2,0.2-0.2,0.5,0,0.7l6.3,6.3l-6.3,6.3c-0.2,0.2-0.2,0.5,0,0.7c0.2,0.2,0.5,0.2,0.7,0l6.7-6.7c0.2-0.2,0.2-0.5,0-0.7L5.5,0.5z'/></svg>") no-repeat center/contain;
}
.swiper-nav.branco .swiper-nav-pagination .swiper-pagination-bullet {
  background-color: white;
}

form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
form .form-group:last-of-type {
  margin-bottom: 16px;
}
form .form-group label {
  color: #242a3a;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 600;
  margin-bottom: 2px;
}
form .form-group input:not([type=radio]),
form .form-group textarea,
form .form-group select {
  -webkit-appearance: initial;
  appearance: initial;
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  background-color: #fff;
  color: #242a3a;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 500;
}
form .form-group select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw1IDVMOSAxIiBzdHJva2U9IiMwMEJEQjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: right 11px center;
  background-size: 13px;
  padding-right: 32px;
}
form .form-group ~ button[type=submit] {
  display: block;
  width: 100%;
  padding: 10px 24px;
}

.whatsapp-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  transition: transform 250ms ease;
}
.whatsapp-fixed img {
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
}
.whatsapp-fixed:hover {
  transform: scale(1.1);
}

.scroll-top {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 48px;
  width: 48px;
  z-index: 100;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
  background-color: #ff7bac;
  border: none;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s, transform 250ms ease;
  touch-action: manipulation;
}
.scroll-top svg {
  width: 20px;
}
.scroll-top:hover {
  transform: scale(1.1);
}
.scroll-top.visible {
  opacity: 1;
  visibility: visible;
}

.modal-backdrop {
  opacity: 0 !important;
  background-color: rgba(0, 56, 130, 0) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: opacity 0.12s ease, backdrop-filter 0.12s ease, background-color 0.12s ease;
}

.modal-backdrop.show {
  opacity: 1 !important;
  background-color: rgba(0, 56, 130, 0.5) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.modal-content {
  border: none !important;
  border-radius: 24px !important;
}

.modal-body {
  padding: 20px !important;
}
@media (min-width: 768px) {
  .modal-body {
    padding: 50px !important;
  }
}

.modal-fechar {
  height: 48px;
  width: 48px;
  border-radius: 500px;
  background-color: #ff7bac;
  border: none;
  outline: none;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.15);
  transition: background-color 0.15s ease;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 3;
}
.modal-fechar:hover {
  background-color: #cc628a;
}

.section--first {
  padding-top: 180px;
}
.section--first .container > h1 {
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}
.section--first .container > p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -1.2%;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
}

.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.loading-container span {
  width: 50px;
  height: 50px;
  border: 6px solid #d9d9d9;
  border-top: 6px solid #ff7bac;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.section--hero {
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .section--hero {
    padding: 0 1rem;
  }
}
.section--hero .hero__wrapper {
  background-image: url("/2025/img/banner.jpg");
  background-size: cover;
  background-position: center;
  padding: 8rem 1rem;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section--hero .hero__wrapper {
    padding: 2rem 0;
    background-position: center right;
  }
}
.section--hero .hero__wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(247, 247, 247, 0.75);
}
@media (min-width: 768px) {
  .section--hero .hero__wrapper::before {
    width: 50%;
    opacity: 50%;
    background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 36%);
  }
}
.section--hero .hero__wrapper span {
  display: inline-block;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 600;
  background-color: #fff;
  color: #242a3a;
  border-radius: 500px;
  padding: 4px 18px 4px 6px;
  border: 1px solid rgba(143, 144, 146, 0.15);
}
@media (min-width: 768px) {
  .section--hero .hero__wrapper span {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -1.2%;
    font-weight: 600;
  }
}
.section--hero .hero__wrapper span b {
  background-color: #ff7bac;
  color: #fff;
  font-weight: 500;
  margin-right: 4px;
  padding: 3px 8px 3px 20px;
  border-radius: 500px;
  position: relative;
}
.section--hero .hero__wrapper span b::before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #fff;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 500px;
}
.section--hero .hero__wrapper .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .section--hero .hero__wrapper .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .section--hero .hero__wrapper .container {
    max-width: 1340px;
  }
}
.section--hero .hero__wrapper h1 {
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
  max-width: 380px;
}
@media (min-width: 992px) {
  .section--hero .hero__wrapper h1 {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -2%;
    font-weight: 500;
    font-size: 40px;
    max-width: 520px;
  }
}
@media (min-width: 1200px) {
  .section--hero .hero__wrapper h1 {
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -3%;
    font-weight: 500;
    font-size: 54px;
    max-width: 630px;
  }
}
@media (max-width: 768px) {
  .section--hero .hero__wrapper h1 {
    margin: 0 auto;
  }
}
.section--hero .hero__wrapper p {
  max-width: 380px;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
}
@media (min-width: 992px) {
  .section--hero .hero__wrapper p {
    max-width: 495px;
  }
}
@media (max-width: 768px) {
  .section--hero .hero__wrapper p {
    margin: 0 auto;
  }
}

.section--funcionalidades {
  padding: 75px 0;
}
.section--funcionalidades .container {
  max-width: 1190px;
}
.section--funcionalidades h2 {
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 500;
  font-size: 36px;
  color: #242a3a;
}
@media (max-width: 768px) {
  .section--funcionalidades h2 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -1.2%;
    font-weight: 500;
  }
}
.section--funcionalidades .swiper-funcionalidades {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .section--funcionalidades .swiper-funcionalidades {
    margin-top: 32px;
  }
}
.section--funcionalidades .swiper-funcionalidades .swiper-slide {
  height: auto;
}
.section--funcionalidades .funcionalidade__card {
  position: relative;
}
@media (max-width: 768px) {
  .section--funcionalidades .funcionalidade__card {
    max-width: 260px;
    margin: 0 auto;
  }
}
.section--funcionalidades .funcionalidade__card img:last-of-type {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 250px;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 48px 24px rgba(148, 148, 148, 0.12));
}
@media (max-width: 768px) {
  .section--funcionalidades .funcionalidade__card img:last-of-type {
    max-width: 180px;
  }
}
.section--funcionalidades h3 {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 600;
  color: #242a3a;
  margin-top: 24px;
  margin-bottom: 12px;
  padding: 0 12px;
}
@media (max-width: 768px) {
  .section--funcionalidades h3 {
    margin-top: 18px;
    margin-bottom: 8px;
  }
}
.section--funcionalidades p {
  margin: 0;
  padding: 0 12px;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
}
.section--funcionalidades .swiper-button-next,
.section--funcionalidades .swiper-button-prev {
  color: #ff7bac;
}

.section--vantagens {
  position: relative;
  padding: 75px 0;
  overflow: hidden;
}
.section--vantagens h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  font-size: 36px;
  color: #242a3a;
  max-width: 415px;
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  .section--vantagens h2 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -1.2%;
    font-weight: 500;
  }
}
.section--vantagens p {
  max-width: 540px;
  margin: 0 auto 64px;
}
.section--vantagens .vantagens {
  margin-top: 48px;
}
.section--vantagens .vantagens h4 {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 600;
  color: #242a3a;
  margin-top: 18px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .section--vantagens .vantagens h4 {
    margin-bottom: 0;
    margin-top: 8px;
  }
}
.section--vantagens .vantagens p {
  margin: 0;
}
@media (min-width: 768px) {
  .section--vantagens .vantagens .col-md-3:not(:last-child) {
    border-right: 1px solid rgba(143, 144, 146, 0.15);
  }
}
.section--vantagens .destaque {
  font-size: 388px;
  line-height: 90%;
  letter-spacing: -6.2%;
  font-weight: 600;
  color: #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  z-index: -1;
}

.section--funciona {
  position: relative;
  padding: 75px 0;
}
.section--funciona h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  .section--funciona h2 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -1.2%;
    font-weight: 500;
  }
}
.section--funciona p {
  margin: 0 auto 37px;
}
.section--funciona .passos {
  margin-top: 48px;
}
.section--funciona .passos span {
  width: 100px;
  height: 100px;
  background-color: #0f1218;
  color: #ff7bac;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.section--funciona .passos h4 {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 600;
  color: #242a3a;
  margin-top: 18px;
  margin-bottom: 8px;
}
.section--funciona .passos p {
  margin: 0;
}
.section--funciona > img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.section--depoimentos {
  position: relative;
  padding: 75px 0;
  margin: 45px 0;
  background-color: #ff7bac;
}
.section--depoimentos blockquote {
  margin: 0;
}
.section--depoimentos blockquote p {
  color: #fff;
  font-size: 29px;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 400;
  max-width: 830px;
}
@media (max-width: 768px) {
  .section--depoimentos blockquote p {
    font-size: 21px;
  }
}
.section--depoimentos ul,
.section--depoimentos ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .section--depoimentos ul {
    display: flex;
    margin-top: 48px;
  }
}
.section--depoimentos ul li {
  color: #fff;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
}
.section--depoimentos ul li b {
  display: block;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 600;
}
@media (max-width: 768px) {
  .section--depoimentos ul li b {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -1.2%;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .section--depoimentos ul li:first-of-type {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section--depoimentos ul li:first-of-type {
    padding-right: 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .section--depoimentos ul li:last-of-type {
    padding-left: 48px;
  }
}
.section--depoimentos .depoimento__pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section--depoimentos .depoimento__pagination .swiper-button-prev,
.section--depoimentos .depoimento__pagination .swiper-button-next {
  position: relative !important;
  margin: 0 !important;
  top: 0;
  width: 56px;
  height: 56px;
  background-color: #242a3a;
  border-radius: 50%;
}
.section--depoimentos .depoimento__pagination .swiper-button-prev::after,
.section--depoimentos .depoimento__pagination .swiper-button-next::after {
  content: none;
}
.section--depoimentos .depoimento__pagination .swiper-button-prev {
  left: 0;
}
.section--depoimentos .depoimento__pagination .swiper-button-next {
  right: 0;
}

.section--especialidades {
  position: relative;
  padding: 75px 0;
}
.section--especialidades h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  .section--especialidades h2 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -1.2%;
    font-weight: 500;
  }
}
.section--especialidades p {
  margin: 0 auto 37px;
}
.section--especialidades .especialidade__box {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px;
}
.section--especialidades .especialidade__box h4 {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 10px;
  color: #242a3a;
}
.section--especialidades .especialidade__box a {
  height: 41px;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.section--faq {
  position: relative;
  padding: 75px 0;
}
.section--faq h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  .section--faq h2 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -1.2%;
    font-weight: 500;
  }
}
.section--faq p {
  margin: 0 auto 37px;
}
.section--faq #faqAccordion {
  max-width: 850px;
  margin: 0 auto;
}
.section--faq #faqAccordion .accordion-item {
  margin-bottom: 24px;
  border: 1px solid rgba(154, 157, 164, 0.24);
  border-radius: 14px;
  overflow: auto;
}
.section--faq #faqAccordion .accordion-item .accordion-button {
  background-color: #f8f9fa;
  color: #242a3a;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 600;
}
.section--faq #faqAccordion .accordion-item .accordion-button.collapsed {
  color: #242a3a;
  background-color: transparent;
}
.section--faq #faqAccordion .accordion-item .accordion-collapse.show {
  color: #505561;
}

.esqueci-senha {
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #242a3a;
}

.section--dicas {
  padding: 75px 0 0;
}
.section--dicas .tag {
  color: #0f1218;
  border-radius: 500px;
  border: 1px solid #bbbdc2;
  padding: 5px 13px;
}
.section--dicas h1 {
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -3%;
  font-weight: 500;
  color: #242a3a;
  margin-top: 20px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .section--dicas h1 {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -2%;
    font-weight: 500;
  }
}
.section--dicas h2 {
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
}
@media (max-width: 768px) {
  .section--dicas h2 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -1.2%;
    font-weight: 500;
  }
}
.section--dicas p {
  margin: 0 auto;
}
.section--dicas img {
  margin-bottom: -40px;
  border-radius: 22px;
}
@media (min-width: 768px) {
  .section--dicas img {
    margin-bottom: -120px;
  }
}
.section--dicas a {
  margin-top: 55px;
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 768px) {
  .section--dicas a {
    margin-bottom: 55px;
  }
}
.section--dicas a img {
  margin-bottom: 0;
}

.dicas__card {
  background-color: #fff;
  border-radius: 12px;
  padding: 0.75rem 1.75rem 1.75rem;
  box-shadow: 0 -2px 80px 0 rgba(0, 0, 0, 0.07), 0 -0.81px 42px 0 rgba(0, 0, 0, 0.04), 0 -0.4px 25px 0 rgba(0, 0, 0, 0.03), 0 -0.2px 15px 0 rgba(0, 0, 0, 0.027), 0 -0.09px 8px 0 rgba(0, 0, 0, 0.023), 0 -0.03px 3px 0 rgba(0, 0, 0, 0.017);
}
.dicas__card__title {
  display: flex;
  align-items: center;
}
.dicas__card__title h3 {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 600;
  color: #242a3a;
  margin-right: auto;
  margin-bottom: 0;
}
.dicas__card p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
}
.dicas__card p b {
  display: block;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #242a3a;
  font-weight: 700;
}

.section--sobre {
  padding: 75px 0;
  background-color: #fff8fb;
}
.section--sobre h2 {
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
}
.section--sobre p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  margin-bottom: 0;
}
.section--sobre ul,
.section--sobre ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section--sobre ul li {
  margin-top: 30px;
}
.section--sobre h4 {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 500;
  color: #242a3a;
  margin-bottom: 8px;
}
.section--sobre img {
  border-radius: 22px;
}

.section--simples {
  padding: 75px 0;
}
.section--simples .container {
  max-width: 1070px;
}
.section--simples h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
}
.section--simples h2 span {
  color: #ff7bac;
}
.section--simples p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  margin-bottom: 0;
}
.section--simples img {
  border-radius: 34px;
}
.section--simples ul,
.section--simples ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section--simples h4 {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 500;
  color: #242a3a;
  margin-bottom: 8px;
}

ul.lista {
  margin: 15px 0;
  padding-left: 20px;
}
ul.lista li {
  margin-top: 0;
  margin-bottom: 10px;
  list-style: disc;
}

ul.iconizada {
  margin-top: 2rem;
}
ul.iconizada li {
  padding: 25px 15px;
  border-top: 1px solid rgba(187, 189, 194, 0.3);
  border-bottom: 1px solid rgba(187, 189, 194, 0.3);
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
ul.iconizada li:last-of-type {
  margin-bottom: 0;
}
ul.iconizada li img {
  margin-right: 1rem;
  border-radius: 0;
}
ul.iconizada li p {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #505561;
}
ul.iconizada li p b {
  display: block;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 500;
  color: #242a3a;
}
ul.iconizada.horizontal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
ul.iconizada.horizontal li {
  margin-bottom: 0;
  border: 1px solid #ffd7e6;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
}
ul.iconizada.horizontal li img {
  margin-left: 0;
}

.section--doencas {
  padding: 75px 0 55px;
}
.section--doencas .tag {
  color: #0f1218;
  border-radius: 500px;
  border: 1px solid #bbbdc2;
  padding: 5px 13px;
}
.section--doencas h1 {
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -3%;
  font-weight: 500;
  color: #242a3a;
  margin-top: 20px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .section--doencas h1 {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -2%;
    font-weight: 500;
  }
}
.section--doencas p {
  margin: 0 auto;
}
.section--doencas a {
  margin-top: 55px;
  display: inline-block;
}

.section--sobreDoencas {
  position: relative;
  padding-bottom: 75px;
}
.section--sobreDoencas .container {
  max-width: 1040px;
}
.section--sobreDoencas .container .sobre__doencas {
  min-height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .section--sobreDoencas .container .sobre__doencas {
    padding: 20px;
  }
}
.section--sobreDoencas .container .sobre__doencas::before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .section--sobreDoencas .container .sobre__doencas::before {
    background: rgba(0, 0, 0, 0.85);
  }
}
.section--sobreDoencas .container .sobre__doencas h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 600;
  color: #ff7bac;
  margin-bottom: 0.75rem;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.section--sobreDoencas .container .sobre__doencas p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #f8f9fa;
  position: relative;
  z-index: 2;
  margin: 0;
}
.section--sobreDoencas .container .doencas__box {
  border: 12px solid #f1f1f1;
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  height: 100%;
}
.section--sobreDoencas .container .doencas__box h4 {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 500;
  color: #242a3a;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.section--sobreDoencas .container .doencas__box ul {
  margin: 0;
  padding-left: 12px;
}
.section--sobreDoencas .container .doencas__box ul li {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #505561;
}
.section--sobreDoencas > img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.section--cuidados {
  padding: 75px 0;
  position: relative;
  overflow: hidden;
}
.section--cuidados .container {
  max-width: 1040px;
}
.section--cuidados::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.92);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section--cuidados h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
  margin-bottom: 0.75rem;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.section--cuidados h2 small {
  display: block;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 500;
}
.section--cuidados ul {
  position: relative;
  z-index: 2;
  margin: 0;
  padding-left: 12px;
}
.section--cuidados ul li {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #505561;
}
.section--cuidados > img {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  filter: grayscale(100%);
  z-index: -1;
}

.section--procurar {
  position: relative;
  padding: 75px 0;
}
.section--procurar h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .section--procurar h2 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -1.2%;
    font-weight: 500;
  }
}
.section--procurar p {
  margin: 0;
}
.section--procurar .procurar__box {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section--procurar .procurar__box h4 {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 600;
  color: #242a3a;
  margin-top: 0;
  margin-bottom: 6px;
}
.section--procurar .procurar__box p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
}

.section--sanos {
  padding: 75px 0;
}
.section--sanos .tag {
  color: #0f1218;
  border-radius: 500px;
  border: 1px solid #bbbdc2;
  padding: 5px 13px;
}
.section--sanos h1 {
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -3%;
  font-weight: 500;
  color: #242a3a;
  margin-top: 20px;
  margin-bottom: 12px;
}
.section--sanos h1 span {
  color: #ff7bac;
}
.section--sanos p {
  max-width: 490px;
  margin: 0 auto;
}

.section--manifesto {
  padding: 75px 0;
}
.section--manifesto h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
  margin-bottom: 20px;
}
.section--manifesto h2 b {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 600;
  font-weight: 700;
}
.section--manifesto p {
  margin-bottom: 1rem;
}
.section--manifesto ul,
.section--manifesto ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section--manifesto ul {
  margin-top: 2rem;
  background-color: #fff8fb;
  padding: 30px;
  border-radius: 24px;
}
.section--manifesto ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.section--manifesto ul li:last-of-type {
  margin-bottom: 0;
}
.section--manifesto ul li img {
  margin-right: 1rem;
  max-width: 64px;
}
.section--manifesto ul li p {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #505561;
}
.section--manifesto ul li p b {
  display: block;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 500;
  color: #242a3a;
}

.section--movimentos {
  padding: 75px 0;
}
.section--movimentos ul,
.section--movimentos li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section--movimentos ul {
  max-width: 690px;
  margin: 0 auto;
}
.section--movimentos ul li {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.section--movimentos ul li img {
  margin-right: 25px;
}
.section--movimentos ul li:first-child img {
  margin-top: -20px;
}
.section--movimentos h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
  margin-bottom: 35px;
}
.section--movimentos h2 b {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 600;
  font-weight: 700;
}
.section--movimentos p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #505561;
  margin: 0;
}
.section--movimentos h4 {
  color: #242a3a;
}
.section--movimentos img {
  max-width: 140px;
}

.section--contato {
  padding: 75px 0;
}
.section--contato .tag {
  color: #0f1218;
  border-radius: 500px;
  border: 1px solid #bbbdc2;
  padding: 5px 13px;
}
.section--contato h1 {
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -3%;
  font-weight: 500;
  color: #242a3a;
  margin-top: 20px;
  margin-bottom: 12px;
}
.section--contato h1 span {
  color: #ff7bac;
}
.section--contato h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -2%;
  font-weight: 500;
  color: #242a3a;
  margin-top: 20px;
  margin-bottom: 12px;
}
.section--contato h2 span {
  color: #ff7bac;
}
.section--contato p {
  margin: 0 auto;
}
.section--contato ul,
.section--contato ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section--contato ul {
  margin-top: 2rem;
}
.section--contato ul li {
  padding: 15px;
  border-radius: 24px;
  border: 1px solid #fff2f7;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.section--contato ul li:last-of-type {
  margin-bottom: 0;
}
.section--contato ul li img {
  margin-right: 1rem;
}
.section--contato ul li p {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -1.2%;
  font-weight: 400;
  color: #505561;
}
.section--contato ul li p b {
  display: block;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1.2%;
  font-weight: 500;
  color: #242a3a;
}
.section--contato form {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #f8f9fa;
  box-shadow: 0 14px 28px 0 rgba(0, 0, 0, 0.07);
  padding: 32px;
}
.section--contato > img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/*# sourceMappingURL=main.css.map */
