html {
  scroll-behavior: smooth; }

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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

ol, ul {
  list-style: none; }

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

iframe {
  border: 0; }

img {
  display: block;
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  width: auto; }

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

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important; }

html, body {
  position: relative; }

a *,
button * {
  pointer-events: none; }

body {
  background-color: #fff;
  color: #4a4a4a;
  font-family: "Roboto", serif; }

h1, h2 {
  color: #d63b7f;
  font-weight: 500;
  margin-bottom: 16px; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 32px; }

p {
  font-family: "Roboto", serif;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 16px; }

.u-hide {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .u-hide--s768 {
      display: none !important; } }

.u-show {
  display: block !important; }
  @media screen and (min-width: 768px) {
    .u-show--s768 {
      display: block !important; } }

.u-wrapper {
  height: 100%;
  padding: 70px 0 0; }
  @media screen and (min-width: 1024px) {
    .u-wrapper {
      padding: 76px 0; } }

.u-section {
  padding: 80px 25px; }
  @media screen and (min-width: 1024px) {
    .u-section {
      padding: 180px 112px; } }
  .u-section--sm {
    padding: 80px 25px; }
    @media screen and (min-width: 1024px) {
      .u-section--sm {
        padding: 80px 25px; } }

.u-bg--light-blue {
  background: linear-gradient(to bottom, #d9e4f0, rgba(177, 197, 221, 0.17) 78%); }

.u-bg--blue {
  background-color: #d63b7f; }

@media screen and (max-width: 768px) {
  .c-white-mobile {
    color: #fff; } }

.c-text {
  color: #3d3d3d; }

input[type="submit"],
button.button {
  display: block;
  text-align: center; }

button,
[role="button"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  padding: 16px 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 100%; }
  button *,
  [role="button"] *,
  input[type="button"] *,
  input[type="reset"] *,
  input[type="submit"] * {
    pointer-events: none; }

.button {
  align-items: center;
  appearance: none;
  background: #d63b7f;
  border: none;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  margin: 16px auto;
  min-width: 260px;
  overflow: visible;
  padding: 15px 55px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s;
  vertical-align: top;
  width: auto;
  z-index: 1; }
  .button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .button:hover {
    background: rgba(141, 27, 146, 0.6); }

@media screen and (max-width: 768px) {
  .header__contact.button__lite--s768 {
    background: #d63b7f;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 18px; } }

button:disabled,
.button:disabled,
.button--state-disabled {
  background: none;
  cursor: not-allowed;
  pointer-events: none; }

.header {
  background-color: white;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  position: fixed;
  width: 100%;
  z-index: 2; }
  .header__wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
    padding: 25px 15px; }
    @media screen and (min-width: 768px) {
      .header__wrapper {
        padding: 25px 25px; } }
    @media screen and (min-width: 1024px) {
      .header__wrapper {
        padding: 28px 112px; } }
  .header__logo {
    min-height: 20px;
    min-width: 10px; }
  .header__nav {
    font-size: 14px; }
    .header__nav ul {
      display: flex;
      list-style: none;
      flex-direction: row; }
      .header__nav ul li:not(:last-child) {
        margin-right: 30px; }
      .header__nav ul li a:not(.header__contact) {
        color: #d63b7f;
        text-decoration: none; }
      .header__nav ul li a:hover, .header__nav ul li a:active {
        text-decoration: underline; }
  .header__contact {
    text-decoration: none;
    color: white;
    border: none;
    font-weight: 400;
    padding: 0;
    text-transform: none; }
    @media screen and (min-width: 768px) {
      .header__contact {
        background: none;
        color: #d63b7f; } }

.card {
  margin: 0 auto;
  max-width: 1280px; }
  .card__content {
    margin: 0 auto;
    max-width: 420px;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .card__content {
        text-align: left; } }
  .card__contact {
    text-align: left; }
    .card__contact h2 {
      text-align: center; }
  @media screen and (min-width: 768px) {
    .card--left {
      margin: 0 auto 0 0; } }
  @media screen and (min-width: 768px) {
    .card--right {
      margin: 0 0 0 auto; } }
  .card__bg--one {
    background-image: url(./images/mobile-jumbotron.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (min-width: 768px) {
      .card__bg--one {
        background-image: url(./images/jumbotron.jpg); } }
    @media screen and (min-width: 768px) and (max-width: 1300px) {
      .card__bg--one {
        background-position: left center; } }
    @media screen and (min-width: 1301px) {
      .card__bg--one {
        background-position: bottom center; } }
  .card__bg--two {
    background-image: none; }
    @media screen and (min-width: 768px) {
      .card__bg--two {
        background-image: url(./images/modulo-1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; } }
  .card__bg--three {
    background-image: url(./images/mobile-modulo-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (min-width: 768px) {
      .card__bg--three {
        background-image: url(./images/modulo-2.png); } }
  .card__bg--four {
    background-image: none;
    background-color: #d63b7f; }
    @media screen and (min-width: 768px) {
      .card__bg--four {
        background-image: url(./images/modulo-3.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; } }

.card__bg--three .card__content {
  max-width: 440px; }

input[type="email"],
input[type="number"],
input[type="text"],
select,
select option,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fafafa;
  border: 1px solid #c9d2d4;
  border-radius: 4px;
  color: #303333;
  font-family: "Roboto", serif;
  font-size: 16px;
  min-height: 40px;
  padding: 0 5px;
  width: 100%; }

.form {
  margin: 36px auto; }
  @media screen and (min-width: 768px) {
    .form__row {
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    .form__row .form__field {
      width: 31%; } }
  .form__field {
    margin-bottom: 15px; }
    .form__field label {
      display: block;
      margin-bottom: 8px; }
      .form__field label span {
        color: #dc3545; }
    .form__field .is-invalid {
      border-color: #dc3545 !important; }
    .form__field .just-validate-error-label {
      color: #dc3545 !important; }
  .form__message {
    color: green;
    display: block;
    margin-top: 30px;
    text-align: center; }

:root {
  --legal-header-color: #d63b7f;
  --legal-background-header: #F7D8E5; }

.header.legal {
  background-color: var(--legal-background-header); }

.main-legal {
  padding: 7rem 1rem 2rem;
  margin: 0 auto;
  max-width: 1024px; }

.main-legal h1 {
  color: var(--legal-header-color);
  font-size: 36px; }

.main-legal h2 {
  color: var(--legal-header-color);
  font-size: 24px; }

.main-legal p {
  font-size: 16px; }

.main-legal ul {
  padding-left: 1.5rem;
  margin-bottom: 24px; }

.main-legal li {
  padding-left: .5rem;
  list-style-type: disc; }

.footer {
  background-color: #d63b7f;
  min-height: 20px;
  width: 100%; }
  .footer__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1280px;
    padding: 28px 15px; }
  .footer p {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer p svg {
      margin-right: 0.4rem; }
  .footer .social p {
    margin-bottom: 0; }
  .footer .social .social-links {
    display: flex;
    align-items: center;
    margin: 0 12px;
    gap: 0; }
    .footer .social .social-links a {
      display: block;
      margin: 0 4px; }
  @media screen and (min-width: 1024px) {
    .footer__wrapper {
      flex-direction: row;
      padding: 28px 112px; }
    .footer p {
      margin-bottom: 0; }
    .footer .phone {
      order: 2; }
    .footer .address {
      order: 1; }
    .footer .social {
      display: flex;
      align-items: center;
      order: 3; } }

.footer ul {
  color: white;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1rem; }

@media screen and (min-width: 768px) {
  .footer ul {
    gap: 4.5rem;
    margin-bottom: 0; } }

.footer ul li a {
  color: inherit;
  text-decoration: none; }
