/*
#Azul:#5808fb;
#Violeta:#9929ea;
#a62fb9
*/

:root {
  --color-brand-blue: #4e7fff;
  --color-brand-blue-rgb: 78, 127, 255;
  --color-brand-indigo: #5808fb;
  --color-brand-violet: #9929ea;
  --color-brand-magenta: #a62fb9;
  --color-brand-magenta-rgb: 166, 47, 185;
  --color-text-base: #333333;
  --color-text-muted: #525252;
  --color-text-strong: #292929;
  --color-white: #ffffff;
  --color-text-light: #f3f4f4;
  --color-text-light-soft: rgba(255, 255, 255, 0.9);
  --color-text-light-muted: rgba(243, 244, 244, 0.92);
  --color-surface-deep: #161616;
  --color-surface-deep-rgb: 22, 22, 22;
  --color-surface-light: #f4f4f4;
  --color-surface-light-alt: #ececec;
  --color-surface-dark: #292929;
  --color-surface-darker: #1d1d1d;
  --color-border-light: rgba(255, 255, 255, 0.08);
  --color-danger: #dc0000;
  --color-transparent: rgba(255, 255, 255, 0);
  --color-shadow-soft: rgba(60, 56, 56, 0.14);
  --color-shadow-strong: rgba(60, 56, 56, 0.5);
  --gradient-brand: linear-gradient(135deg, var(--color-brand-magenta) 50%, var(--color-brand-blue) 100%);
  --gradient-surface-dark: linear-gradient(180deg, var(--color-surface-dark) 0%, var(--color-surface-darker) 100%);
  --gradient-surface-light: linear-gradient(180deg, var(--color-surface-light) 0%, var(--color-surface-light-alt) 100%);
}

/* TYPO */
@font-face {
  font-family: "Manrope";
  src: url("../assets/typo/Manrope-logo.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stara";
  src: url("../assets/typo/stara-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stara";
  src: url("../assets/typo/stara-medium-italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Stara";
  src: url("../assets/typo/stara-semi-bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stara";
  src: url("../assets/typo/stara-semi-bold-italic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Stara";
  src: url("../assets/typo/stara-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stara";
  src: url("../assets/typo/stara-bold-italic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Stara";
  src: url("../assets/typo/stara-extra-bold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stara";
  src: url("../assets/typo/stara-extra-bold-italic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Stara";
  src: url("../assets/typo/stara-black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stara";
  src: url("../assets/typo/stara-black-italic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

p,
a,
ul,
li,
span,
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: "Stara", "Helvetica", "Open Sans", sans-serif;
  color: var(--color-text-base);
  font-weight: 500;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
  letter-spacing: 0.02em;
  color: var(--color-text-strong);
}

h1 {
  font-size: 60px;
  line-height: 76px;
}

ul,
ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.typo-bold,
b {
  font-weight: 700;
}

.typo-medium {
  font-weight: 500;
}

.typo-italic {
  font-style: italic;
}

/* GENERAL */
html,
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  padding: 0;
}

body {
  position: relative;
  background: var(--color-surface-dark);
}

.clear {
  clear: both;
  padding: 0;
}

#smooth-wrapper,
.smooth-wrapper {
  background-color: var(--color-surface-light);
}

div.background-helper {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: var(--gradient-brand);
}

.no-desktop {
  display: none;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}



.padding-left-13 {
  padding-left: 13px;
}

.padding-right-13 {
  padding-right: 13px;
}

.box-shadow {
  box-shadow: 3px 3px 8px var(--color-shadow-strong);
}

/* SKELETON */
.section {
  position: relative;
  display: block;
  width: 100%;
  background-color: var(--color-transparent);
}

.row {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.column {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.row-title .column {
  width: 100%;
}



@media (max-width: 980px) {
  /* General */
  .section {
    height: auto;
  }

  .row {
    padding: 0 20px;
  }

  .no-mobile {
    display: none;
  }

  .no-desktop {
    display: block;
  }
}

:where(
  a[href],
  button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  input[type="checkbox"],
  input[type="radio"],
  label[for],
  summary,
  [role="button"],
  [tabindex]:not([tabindex="-1"])
) {
  cursor: pointer;
}

:where(
  a[href],
  button,
  input,
  select,
  textarea,
  summary,
  [tabindex]:not([tabindex="-1"])
):focus-visible {
  outline: 2px solid var(--color-brand-blue);
  outline-offset: 8px;
  border-radius: 8px;
}
