@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,200;0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
:root {
  --white: rgb(255 255 255);
  /* grey */
  --gray-50: #fafafa;
  --gray-100: #F4F5F5;
  --gray-200: #e3e5e8;
  --gray-300: #d5d8dd;
  --gray-400: #c5cbd3;
  --gray-500: #b0b9c5;
  --gray-600: #99a7b7;
  --gray-700: #7f92a9;
  --gray-800: #5f7590;
  --gray-900: #3d4d61;
  --gray-950: #1c242e;
  /* transparent */
  --transp-black-100: rgba(7, 8, 16, 0.07);
  --transp-black-300: rgba(7, 8, 16, 0.2);
  --transp-black-500: rgba(7, 8, 16, 0.4);
  --transp-black-700: rgba(7, 8, 16, 0.6);
  --transp-black-900: rgba(7, 8, 16, 0.8);
  --transp-white-100: rgba(255, 255, 255, 0.07);
  --transp-white-300: rgba(255, 255, 255, 0.2);
  --transp-white-500: rgba(255, 255, 255, 0.4);
  --transp-white-700: rgba(255, 255, 255, 0.6);
  --transp-white-900: rgba(255, 255, 255, 0.8);
  /* red */
  --red-100: #f9dcd8;
  --red-300: #efaa9f;
  --red-500: #E05842;
  --red-700: #c13620;
  --red-900: #762113;
  /* orange */
  --orange-100: #fee4cd;
  --orange-300: #fcc492;
  --orange-500: #FA9840;
  --orange-700: #db6a06;
  --orange-900: #864104;
  /* yellow */
  --yellow-100: #faedbc;
  --yellow-300: #f7dd83;
  --yellow-500: #F2CA3E;
  --yellow-700: #ca9e02;
  --yellow-900: #755b00;
  /* green */
  --green-100: #cbf1df;
  --green-300: #8fe1ba;
  --green-500: #3ECB88;
  --green-700: #2ba169;
  --green-900: #1a603f;
  /* blue */
  --blue-100: #c5e7fc;
  --blue-300: #6ac0f6;
  --blue-500: #0b7abf;
  --blue-700: #09639a;
  --blue-900: #053b5c;
  /* shadows */
  --shadow-light: 0 1px 20px rgb(0 0 0 / 0.1);
  --shadow-dark: 0 2px 15px rgb(0 0 0 / 0.2);
  /* fonts */
  --font-8: 0.5rem;
  --font-9: 0.5625rem;
  --font-10: 0.625rem;
  --font-11: 0.6875rem;
  --font-12: 0.75rem;
  --font-14: 0.875rem;
  --font-16: 1rem;
  --font-18: 1.125rem;
  --font-20: 1.25rem;
  --font-24: 1.5rem;
  --font-30: 1.875rem;
  --font-36: 2.25rem;
  --font-48: 3rem;
  --font-52: 3.25rem;
  --font-60: 3.75rem;
  --font-72: 4.5rem;
  --font-96: 6rem;
}

/* ! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/* *
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/* *
 * Remove the margin in all browsers. */
body {
  margin: 0;
}

/* *
 * Render the `main` element consistently in IE. */
main {
  display: block;
}

/* *
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/* *
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* *
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/* *
 * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}

/* *
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/* *
 * Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bolder;
}

/* *
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* *
 * Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/* *
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/* *
 * Remove the border on images inside links in IE 10. */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/* *
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/* *
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button,
input {
  /* 1 */
  overflow: visible;
}

/* *
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button,
select {
  /* 1 */
  text-transform: none;
}

/* *
 * Correct the inability to style clickable types in iOS and Safari. */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/* *
 * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* *
 * Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* *
 * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* *
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/* *
 * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/* *
 * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}

/* *
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* *
 * Correct the cursor style of increment and decrement buttons in Chrome. */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* *
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/* *
 * Remove the inner padding in Chrome and Safari on macOS. */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* *
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/* * Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}

/* * Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/* *
 * Add the correct display in IE 10+. */
template {
  display: none;
}

/* *
 * Add the correct display in IE 10. */
[hidden] {
  display: none;
}

/* ============
   Buttons
   ============ */
.btn,
button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  text-decoration: none;
  gap: 8px;
  border-style: none;
  color: var(--white);
  background-color: var(--green-500);
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  min-height: 50px;
}
.btn:hover,
button:hover {
  background-color: var(--green-700);
}
.btn .icon,
button .icon {
  font-size: var(--font-14);
  width: 15px;
}

/* ============
   Base
   ============ */
html {
  scroll-behavior: smooth !important;
}

body {
  scroll-behavior: smooth !important;
  background-color: var(--gray-50);
  font-family: Poppins, Roboto, sans-serif;
  color: var(--gray-900);
  letter-spacing: 0.3px;
  font-size: var(--font-18);
  line-height: 1.5em;
  overflow-x: hidden;
}

@media (max-width: 1200px) {
  body {
    font-size: var(--font-16);
  }
}
.container {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  container-type: inline-size;
}

.container.container-narrow {
  max-width: 700px;
}

.container.container-tight {
  max-width: 640px;
}

button,
a {
  cursor: pointer;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: var(--green-500);
}

img {
  max-width: 100%;
}

/* ============
   Text
   ============ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 12px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0px;
}
p + h1, ul + h1,
p + h2,
ul + h2,
p + h3,
ul + h3,
p + h4,
ul + h4,
p + h5,
ul + h5,
p + h6,
ul + h6 {
  margin-top: 38px;
}

h1,
.text-4xl {
  font-size: var(--font-36);
  color: var(--gray-950);
  line-height: 1.2em;
}
@media (max-width: 1200px) {
  h1,
.text-4xl {
    font-size: var(--font-30);
  }
}
@media (max-width: 767px) {
  h1,
.text-4xl {
    font-size: var(--font-24);
  }
}

h2,
.text-3xl {
  font-size: var(--font-30);
  color: var(--gray-950);
  line-height: 1.25em;
  font-weight: bold;
}
@media (max-width: 1200px) {
  h2,
.text-3xl {
    font-size: var(--font-24);
  }
}
@media (max-width: 767px) {
  h2,
.text-3xl {
    font-size: var(--font-20);
  }
}

h3,
.text-2xl,
h2,
.h2 {
  font-size: var(--font-30);
  color: var(--gray-950);
  line-height: 1.25em;
  font-weight: bold;
}
@media (max-width: 1200px) {
  h3,
.text-2xl,
h2,
.h2 {
    font-size: var(--font-24);
  }
}
@media (max-width: 767px) {
  h3,
.text-2xl,
h2,
.h2 {
    font-size: var(--font-20);
  }
}

h4,
.text-xl {
  font-size: var(--font-24);
  line-height: 1.2em;
  color: var(--gray-950);
}
@media (max-width: 1200px) {
  h4,
.text-xl {
    font-size: var(--font-20);
  }
}
@media (max-width: 767px) {
  h4,
.text-xl {
    font-size: var(--font-18);
  }
}

h5,
.text-lg {
  font-size: var(--font-20);
}
@media (max-width: 1200px) {
  h5,
.text-lg {
    font-size: var(--font-18);
  }
}
@media (max-width: 767px) {
  h5,
.text-lg {
    font-size: var(--font-16);
  }
}

h6,
.text-base {
  font-size: var(--font-18);
}
@media (max-width: 767px) {
  h6,
.text-base {
    font-size: var(--font-14);
  }
}

.text-sm,
small,
.small {
  font-size: var(--font-14);
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .text-sm,
small,
.small {
    font-size: var(--font-12);
  }
}

.text-xs {
  font-size: var(--font-12);
  line-height: 1.5em;
}

p {
  margin-bottom: 12px;
  margin-top: 0px;
}
p:last-child {
  margin-bottom: 0px;
}

/* ============
   form
   ============ */

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 30px;
}

.input-group-flat:focus-within {
  -webkit-box-shadow: 0 0 0 0.25rem var(--green-100);
          box-shadow: 0 0 0 0.25rem var(--green-100);
  border-radius: 30px;
}

input.form-control,
.input-group .form-control,
.input-group .btn,
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  background-color: var(--gray-100);
  /* border: none; */
  border-radius: 30px;
  min-height: 50px;
  padding: 12px 24px !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-shadow: inset 0px 0px 15px -10px var(--gray-500);
          box-shadow: inset 0px 0px 15px -10px var(--gray-500);
}

.input-group-flat:focus-within .form-control,
.input-group-flat:focus-within .input-group-text {
  border-color: var(--green-100) !important;
}

input.form-control.phone {
  padding-left: 74px !important;
}

::-webkit-input-placeholder {
  color: var(--gray-500);
}

:-ms-input-placeholder {
  color: var(--gray-500);
}

::-moz-placeholder {
  color: var(--gray-500);
}

::-ms-input-placeholder {
  color: var(--gray-500);
}

::placeholder {
  color: var(--gray-500);
}

.form-footer {
  margin-top: 3rem;
}

.form-label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: normal;
}

.form-selectgroup {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.form-selectgroup .form-selectgroup-item {
  margin: 0;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.form-selectgroup-boxes .form-selectgroup-label {
  background-color: var(--white);
  -webkit-box-shadow: var(--shadow-light);
          box-shadow: var(--shadow-light);
  border: none;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  min-height: 100%;
}

.form-selectgroup-input:focus + .form-selectgroup-label {
  -webkit-box-shadow: var(--shadow-light);
          box-shadow: var(--shadow-light);
  border-radius: 20px;
}

.form-selectgroup-input:checked + .form-selectgroup-label {
  background-color: var(--green-100);
}

.iti__selected-country-primary {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 10px 12px 10px 20px !important;
}

.iti__selected-country-primary:hover {
  background-color: var(--gray-200) !important;
}

.iti__selected-country:hover {
  background-color: transparent;
}

.input-group + .form-hint,
.form-control + .form-hint,
.form-select + .form-hint {
  font-size: var(--font-14);
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .input-group + .form-hint,
.form-control + .form-hint,
.form-select + .form-hint {
    font-size: var(--font-12);
  }
}

.form-check {
  padding-left: 2.25rem;
}

.form-check .form-check-input {
  margin-left: -2.25rem;
}

.form-check-input[type=checkbox] {
  border-radius: 5px;
}

.form-check-input {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 1px;
  background-color: var(--white);
  border: 2px solid var(--gray-300);
}

.form-check-input:checked {
  background-color: var(--green-500);
}

.progress-bar {
  background-color: var(--green-500);
}

.form-selectgroup-check {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid var(--gray-300);
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-selectgroup-input:checked + .form-selectgroup-label .form-selectgroup-check {
  background-color: var(--green-500);
  border-color: var(--green-500);
}

/*  */
.color1 {
  --color: var(--green-500);
  --color-hover: var(--green-700);
}
.color1 .navbar-brand {
  background-image: url("../../images/logo-site-1.svg");
}

.color2 {
  --color: var(--yellow-500);
  --color-hover: var(--yellow-700);
}
.color2 .navbar-brand {
  background-image: url("../../images/logo-site-2.svg");
}

.color3 {
  --color: var(--blue-500);
  --color-hover: var(--blue-700);
}
.color3 .navbar-brand {
  background-image: url("../../images/logo-site-3.svg");
}

.color4 {
  --color: var(--orange-500);
  --color-hover: var(--orange-700);
}
.color4 .navbar-brand {
  background-image: url("../../images/logo-site-4.svg");
}

.color5 {
  --color: var(--red-500);
  --color-hover: var(--red-700);
}
.color5 .navbar-brand {
  background-image: url("../../images/logo-site-5.svg");
}

.color6 {
  --color: var(--gray-950);
  --color-hover: var(--gray-900);
}
.color6 .navbar-brand {
  background-image: url("../../images/logo-site-6.svg");
}

/*  */
.box {
  background-color: var(--white);
  -webkit-box-shadow: var(--shadow-light);
          box-shadow: var(--shadow-light);
  border-radius: 30px;
  padding: 40px;
  position: relative;
  z-index: 2;
}
.box.w-dots-bottom {
  padding-bottom: 80px;
  overflow: hidden;
}
.box.w-dots-bottom:before {
  content: "";
  background-image: url("../../images/bg-05-box-01.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 184px;
  height: 29px;
  position: absolute;
  bottom: 15px;
  right: -5px;
}
.box.w-dots-top {
  padding-top: 80px;
  overflow: hidden;
}
.box.w-dots-top:before {
  content: "";
  background-image: url("../../images/bg-05-box-01.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 184px;
  height: 29px;
  position: absolute;
  top: 15px;
  left: -5px;
}
.box.feature {
  overflow: hidden;
  padding-left: 60px;
}
.box.feature:before {
  content: "";
  background-image: url("../../images/bg-box-colinhas-left.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 29px;
  position: absolute;
  bottom: 40px;
  top: 40px;
  left: 3px;
}

/*  */
.box-line {
  border: 2px solid var(--gray-300);
  border-radius: 30px;
  padding: 40px;
  position: relative;
  z-index: 2;
}

.page-section {
  position: relative;
  top: -130px;
  width: 100%;
  height: 1px;
}

/*  */
.home-benefits {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}
@container (max-width: 1090px) {
  .home-benefits {
    gap: 40px;
  }
}

/*  */
.home-sports {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@container (max-width: 800px) {
  .home-sports {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.home-varius-sports-title {
  width: 100%;
  max-width: 400px;
  margin-bottom: 60px;
}

.home-varius-sports-itens {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 130px), 1fr));
}

.home-varius-sports-item {
  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;
  gap: 20px;
  text-align: center;
}

.home-numbers {
  position: relative;
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
  margin-left: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1090px) {
  .home-numbers {
    margin-left: 0px;
  }
}
.home-numbers-item .text-5xl {
  margin-bottom: 10px;
}

.home-numbers-bg1 {
  background-image: url("../../images/bg-03-bolinhas-p.png");
  background-position: center center;
  width: 58px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
}

.home-numbers-bg2 {
  background-image: url("../../images/bg-04-bolinhas-lado.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 2900px;
  height: 592px;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .home-numbers-bg2 {
    display: none;
  }
}

/*  */
/*  */
/*  */

.home-featuers-itens {
  display: grid;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
}

.home-featuers-item {
  margin-bottom: 10px;
}

.home-featuers-item-title {
  z-index: 2;
  position: relative;
}
.home-featuers-item-title h4,
.home-featuers-item-title p {
  margin: 0;
}

.home-featuers-item-sub-title {
  color: var(--gray-950);
  font-weight: bold;
  font-size: var(--font-14);
  line-height: 1.1em;
}

.home-featuers-item-title-bg {
  position: absolute;
  z-index: -1;
  top: -30px;
  left: -30px;
  aspect-ratio: 1/1;
  bottom: -10px;
}

.home-featuers-item-title-bg-dots {
  z-index: -1;
  position: absolute;
  background-image: url("../../images/bg-06-box-02.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 71px;
  height: 36px;
  top: 30px;
  left: 90px;
}

/*  */
.home-pricing {
  background-color: var(--color);
  color: var(--white);
  padding: 40px 10% 100px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.home-pricing * {
  color: var(--white);
}
.home-pricing.page {
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
}
.home-pricing .text-5xl {
  font-size: var(--font-96);
  line-height: 1.1em;
}
@media (max-width: 1200px) {
  .home-pricing .text-5xl {
    font-size: var(--font-72);
  }
}
@media (max-width: 767px) {
  .home-pricing .text-5xl {
    font-size: var(--font-60);
  }
}
@media (max-width: 630px) {
  .home-pricing .text-5xl {
    font-size: var(--font-48);
  }
}
.home-pricing .btn {
  background-color: var(--white);
}
.home-pricing .btn:hover {
  background-color: var(--transp-white-900);
}
.home-pricing .btn .btn-text {
  color: var(--color);
}

.home-pricing-bg-esq {
  position: absolute;
  background-image: url("../../images/pricing-bg-bolas-esq.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 210px;
  height: 326px;
  top: 30px;
  left: -10px;
  opacity: 0.2;
}

.home-pricing-bg-dir {
  position: absolute;
  background-image: url("../../images/pricing-bg-bolas-dir.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 210px;
  height: 326px;
  top: 30px;
  right: -20px;
  opacity: 0.2;
}

.home-pricing-bg-bottom {
  position: absolute;
  background-image: url("../../images/pricing-bg-bolinhas.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 44px;
  bottom: 5px;
  left: 0px;
}

/*  */
/*  */
.home-banner-rodape {
  background-image: url("../../images/bg-rodape-foto.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 500px;
  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;
}
@media (max-width: 900px) {
  .home-banner-rodape {
    min-height: 400px;
  }
}
@media (max-width: 700px) {
  .home-banner-rodape {
    min-height: 300px;
  }
}
.home-banner-rodape h1,
.home-banner-rodape p {
  color: var(--white);
}
.home-banner-rodape .container {
  max-width: 640px;
}

.navbar-brand {
  width: 400px;
}

.navbar-brand img {
  width: 400px;
}

.card {
  background-color: var(--white);
  -webkit-box-shadow: var(--shadow-light);
          box-shadow: var(--shadow-light);
  border: none;
  border-radius: 30px;
  position: relative;
  z-index: 2;
}

.card-body {
  padding: 2.5rem;
}

.form-selectgroup-item .card-body {
  padding: 0rem;
}

@media (min-width: 768px) {
  .card-md > .card-body {
    padding: 3.5rem;
  }
}
.card-body .card-body {
  padding: 0rem !important;
}

.mb-4 {
  margin-bottom: 3rem !important;
}

.mb-3 {
  margin-bottom: 2rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.page-center:before {
  content: "";
  position: absolute;
  height: 330px;
  margin-top: -105px;
  top: 50%;
  width: 100%;
  background-image: url("https://app.playmatchpoint.com/templates/2025/img/login-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
}

.hr-text-spaceless {
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

::-moz-selection {
  background-color: rgba(var(--green-500), 0.16);
}

::selection {
  background-color: rgba(var(--green-500), 0.16);
}

::-moz-selection {
  background-color: rgba(var(--green-500), 0.16);
}

::selection {
  background-color: rgba(var(--green-500), 0.16);
}