:root {
  --matte-pink: #d3135a;
  --matte-pink-dark: #a40d45;
  --matte-pink-soft: #fff7fa;
  --matte-pink-light: #e68aad;
  --matte-ink: #171117;
}

html {
  scroll-behavior: smooth;
}

::selection {
  color: #ffffff;
  background: var(--matte-pink);
}

body {
  color: var(--matte-ink);
}

img[src="/assets/logo.svg"] {
  display: block;
  width: auto;
  max-height: 100%;
  object-fit: contain;
}

.elementor-element-366236f img[src="/assets/logo.svg"] {
  max-width: 180px;
}

.elementor-headline-dynamic-text,
.gradiente {
  color: var(--matte-pink) !important;
}

.elementor-headline-dynamic-wrapper svg path,
.elementor-headline-dynamic-wrapper svg rect {
  stroke: var(--matte-pink) !important;
  fill: var(--matte-pink) !important;
}

.elementor-element-88570b6 {
  background-color: var(--matte-pink) !important;
  background-blend-mode: luminosity !important;
}

.elementor-element-88570b6 img,
.elementor-element-9597146 img {
  filter: none;
}

.matte-video-placeholder {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 24px;
  background:
    radial-gradient(circle at 25% 15%, rgb(255 255 255 / 18%), transparent 28%),
    linear-gradient(135deg, #ff4f9a 0%, #d7085f 48%, #8f003f 100%);
  box-shadow: 0 28px 70px rgb(94 0 42 / 25%);
  isolation: isolate;
}

.matte-video-placeholder::before,
.matte-video-placeholder::after {
  position: absolute;
  z-index: -1;
  width: 42%;
  aspect-ratio: 1;
  border: 1px solid rgb(255 255 255 / 17%);
  border-radius: 50%;
  content: "";
}

.matte-video-placeholder::before {
  top: -24%;
  left: -8%;
}

.matte-video-placeholder::after {
  right: -7%;
  bottom: -30%;
  width: 54%;
}

.matte-video-placeholder__glow {
  position: absolute;
  inset: 12%;
  z-index: -1;
  border-radius: 50%;
  background: rgb(255 157 202 / 24%);
  filter: blur(70px);
}

.matte-video-placeholder__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 32px;
  color: #fff;
  text-align: center;
}

.matte-video-placeholder__logo {
  width: 190px !important;
  max-width: 36% !important;
  height: auto;
  flex: 0 0 auto;
  margin-bottom: clamp(22px, 4vw, 44px);
  filter: brightness(0) invert(1);
}

.matte-video-placeholder__play {
  width: clamp(64px, 9vw, 96px);
  margin-bottom: 22px;
}

.matte-video-placeholder__play svg {
  display: block;
  width: 100%;
}

.matte-video-placeholder__play circle {
  fill: rgb(255 255 255 / 13%);
  stroke: #fff;
  stroke-width: 2;
}

.matte-video-placeholder__play path {
  fill: #fff;
}

.matte-video-placeholder strong {
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.05;
}

.matte-video-placeholder small {
  margin-top: 10px;
  font-size: clamp(14px, 1.5vw, 19px);
  opacity: 0.82;
}

.elementor-element-4e03f28 .elementor-icon svg {
  display: none;
}

.elementor-element-4e03f28 .elementor-icon::before {
  display: block;
  width: 1em;
  height: 1em;
  background: url("/favicon.svg") center / contain no-repeat;
  content: "";
}

.elementor-element-66e7305 {
  border-color: var(--matte-pink) !important;
  box-shadow: 0 20px 55px rgb(132 6 57 / 12%);
}

.matte-lead-form {
  width: 100%;
  color: #28242a;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.matte-form-step {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  animation: matte-form-enter 260ms ease-out both;
}

.matte-form-step[hidden] {
  display: none !important;
}

.matte-form-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 0 !important;
  margin: -1px !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.matte-form-field {
  margin-bottom: 24px;
}

.matte-form-field label {
  display: block;
  margin-bottom: 9px;
  color: #28242a;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3;
}

.matte-form-field label span {
  color: var(--matte-pink);
}

.matte-form-field input,
.matte-form-field select {
  display: block;
  width: 100%;
  min-height: 66px;
  padding: 0 18px;
  border: 1px solid #9b999b;
  border-radius: 8px;
  outline: 0;
  background-color: #fff;
  color: #28242a;
  font: inherit;
  font-size: 18px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.matte-form-field input::placeholder {
  color: #aaa7aa;
  opacity: 1;
}

.matte-form-field select {
  cursor: pointer;
}

.matte-form-field input:hover,
.matte-form-field select:hover {
  border-color: #696569;
}

.matte-form-field input:focus,
.matte-form-field select:focus {
  border-color: var(--matte-pink);
  box-shadow: 0 0 0 3px rgb(211 19 90 / 13%);
}

.matte-phone-field {
  display: grid;
  grid-template-columns: 92px 64px minmax(0, 1fr);
}

.matte-phone-field select,
.matte-phone-field input {
  border-radius: 0;
}

.matte-phone-field select {
  position: relative;
  z-index: 1;
  padding: 0 14px;
  border-radius: 8px 0 0 8px;
  font-size: 21px;
}

.matte-phone-code {
  display: grid;
  min-height: 66px;
  place-items: center;
  border-top: 1px solid #9b999b;
  border-bottom: 1px solid #9b999b;
  background: #fff;
  color: #343039;
  font-size: 18px;
}

.matte-phone-field input {
  border-radius: 0 8px 8px 0;
}

.matte-form-navigation {
  margin-top: 30px;
}

.matte-form-progress {
  margin-bottom: 24px;
}

.matte-form-progress > span {
  display: block;
  margin-bottom: 8px;
  color: #222;
  font-size: 15px;
  font-weight: 600;
}

.matte-form-progress > div {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #d4d4d4;
}

.matte-form-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f4c3d6 0%, var(--matte-pink) 100%);
}

.matte-form-actions {
  display: flex;
  gap: 12px;
}

.matte-form-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.matte-form-button--primary {
  width: 100%;
  background: var(--matte-pink);
  color: #fff;
}

.matte-form-actions .matte-form-button {
  flex: 1;
}

.matte-form-button--secondary {
  border: 1px solid #c9c5c9;
  background: #fff;
  color: #302b31;
}

.matte-form-button:not(:disabled):hover {
  transform: translateY(-1px);
}

.matte-form-button--primary:not(:disabled):hover {
  background: var(--matte-pink-dark);
}

.matte-form-button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.matte-form-consent {
  margin: 4px 0 0;
  color: #666067;
  font-size: 13px;
  line-height: 1.5;
}

.matte-form-message {
  min-height: 22px;
  margin: 16px 0 0;
  color: #555057;
  font-size: 14px;
  text-align: center;
}

.matte-form-submission-frame {
  display: none;
}

.matte-lead-form :is(input, select, button):focus-visible,
a:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--matte-pink) 38%, transparent);
  outline-offset: 3px;
}

@keyframes matte-form-enter {
  from {
    opacity: 0;
    transform: translateX(12px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .elementor-element-366236f img[src="/assets/logo.svg"] {
    max-width: 132px;
  }

  .matte-form-field {
    margin-bottom: 18px;
  }

  .matte-form-field label {
    font-size: 16px;
  }

  .matte-form-field input,
  .matte-form-field select,
  .matte-phone-code {
    min-height: 56px;
    font-size: 16px;
  }

  .matte-phone-field {
    grid-template-columns: 76px 54px minmax(0, 1fr);
  }

  .matte-phone-field select {
    padding: 0 10px;
    font-size: 18px;
  }

  .matte-form-actions {
    flex-direction: column-reverse;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
