@charset "UTF-8";
/* Config */
html,
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: auto;
  height: auto;
  background: #111;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body.scrollnone,
html.scrollnone {
  overflow-y: hidden !important;
}

html {
  overflow-x: hidden !important;
  width: 100vw;
}

body {
  overflow-x: hidden !important;
  width: 100vw;
}

html {
  background: #fff;
}

* {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
}

div,
*,
a,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div:focus,
*:focus,
a:focus {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
}

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

li {
  list-style-type: none;
}

button,
a,
input {
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 4px;
  background: #111;
}

::-webkit-scrollbar-thumb {
  background: #E50914;
  border-radius: 125px;
}

/* /Config */
/* Fonts */
@font-face {
  font-family: "bebas";
  src: url("../fonts/BebasNeue/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("../fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-bold";
  src: url("../fonts/Inter/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-light";
  src: url("../fonts/raleway/Raleway-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("../fonts/raleway/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-medium";
  src: url("../fonts/raleway/Raleway-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semibold";
  src: url("../fonts/raleway/Raleway-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-bold";
  src: url("../fonts/raleway/Raleway-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-extraLight";
  src: url("../fonts/Inter/Inter_18pt-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-Light";
  src: url("../fonts/Inter/Inter_18pt-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-regular";
  src: url("../fonts/Inter/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-medium";
  src: url("../fonts/Inter/Inter_18pt-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-semibold";
  src: url("../fonts/Inter/Inter_18pt-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-bold";
  src: url("../fonts/Inter/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-extrabold";
  src: url("../fonts/Inter/Inter_18pt-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter-black";
  src: url("../fonts/Inter/Inter_18pt-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* /Fonts */
/* Variables */
/* /Variables */
/* Mixins */
h1 {
  font-size: 100px;
  line-height: 100px;
  font-weight: normal;
  color: #F31F28;
  font-family: "inter-regular";
}
h1.blue {
  color: #081E36;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 58px;
    line-height: 58px;
  }
}

h2 {
  font-size: 40px;
  line-height: 41px;
  font-weight: normal;
  color: #F31F28;
  font-family: "inter-semibold";
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
h2.white {
  color: #fff;
}

h3 {
  font-size: 28px;
  line-height: normal;
  font-weight: normal;
  color: #081E36;
  font-family: "inter-regular";
}
h3.white {
  color: #f2f2f2;
}

h5 {
  font-size: 12px;
  letter-spacing: 2.6px;
  line-height: normal;
  font-weight: normal;
  color: #081E36;
  font-family: "inter-medium";
  text-transform: uppercase;
}
h5.white {
  color: #f2f2f2;
}

p {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 22px;
    line-height: 28px;
  }
}

/* /Mixins */
/* Style */
/* Main */
div.loader {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #111;
  position: fixed;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.loader svg {
  width: 220px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  div.loader svg {
    max-width: calc(100vw - 50px);
    margin-bottom: 80px;
  }
}
div.loader.active svg {
  opacity: 0;
}

header {
  background: #111111;
}
header div.container {
  max-width: 1140px;
  width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
  header div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 900px) {
  header div.container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 900px) {
  header div.container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
  header div.container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  header div.container {
    padding: 22px 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header div.container a.logo svg {
  width: 180px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  header div.container a.logo svg {
    width: 200px;
  }
}
header div.container ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  header div.container ul.menu {
    display: none;
  }
}
header div.container ul.menu li + li {
  margin-left: 25px;
}
header div.container ul.menu li a:not(.cta) {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
header div.container ul.menu li a:not(.cta):hover {
  color: #F31F28;
}
header div.container ul.menu li.cta {
  margin-left: 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
header div.container ul.menu li.cta:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
header div.container ul.menu li.cta:hover a.cta {
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
}
header div.container ul.menu li.cta a.cta {
  background: #F31F28;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(150, 15, 22)), to(rgb(243, 31, 40)));
  background: linear-gradient(0deg, rgb(150, 15, 22) 0%, rgb(243, 31, 40) 100%);
  font-family: "bebas";
  font-weight: normal;
  font-size: 24px;
  padding: 10px 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  header div.container ul.menu li.cta a.cta {
    font-size: 23px;
  }
}
header div.container ul.menu li.cta a.cta svg {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
header div.container ul.menu li.cta a.cta svg path {
  fill: #fff;
}
@media screen and (min-width: 769px) and (max-width: 899px) {
  header div.container ul.menu li:not(.cta) {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
  header div.container ul.menu li.cta a.cta {
    font-size: 23px;
  }
}
header.header-cadastro div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.register-user {
  /* From https://css.glass */
  background: rgba(0, 0, 0, 0.62);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12.3px);
  -webkit-backdrop-filter: blur(12.3px);
  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;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  section.register-user div.box {
    padding: 25px 25px;
  }
}
section.register-user div.box div.close {
  display: block;
  cursor: pointer;
  margin-left: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  right: 25px;
  top: 25px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.register-user div.box div.close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
section.register-user div.box div.close svg {
  width: 22px;
  height: 22px;
}
section.register-user div.box div.close svg path {
  fill: #F31F28;
}
section.register-user div.box div.content {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.register-user div.box div.content h2 {
  font-family: "bebas";
  font-weight: normal;
  font-size: 54px;
  line-height: 60px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.register-user div.box div.content h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
section.register-user div.box div.content p {
  margin-top: 10px;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  section.register-user div.box div.content p {
    max-width: calc(100vw - 100px);
  }
}
section.register-user div.box div.content form {
  display: block;
  margin: 0 auto;
  width: 600px;
}
@media screen and (max-width: 768px) {
  section.register-user div.box div.content form {
    max-width: calc(100vw - 100px);
  }
}
section.register-user div.box div.content form input {
  background: #111;
  border-radius: 15px;
  padding: 15px 10px;
  cursor: pointer;
  width: 600px;
  margin-top: 30px;
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.register-user div.box div.content form input {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
  section.register-user div.box div.content form input {
    max-width: calc(100vw - 200px);
  }
}
@media screen and (max-width: 768px) {
  section.register-user div.box div.content form input {
    max-width: calc(100vw - 100px);
  }
}
section.register-user div.box div.content form button {
  background: #F31F28;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(150, 15, 22)), to(rgb(243, 31, 40)));
  background: linear-gradient(0deg, rgb(150, 15, 22) 0%, rgb(243, 31, 40) 100%);
  font-family: "bebas";
  font-weight: normal;
  font-size: 24px;
  padding: 10px 15px;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
section.register-user div.box div.content form button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
section.register-user div.box div.content form button:hover a.cta {
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  section.register-user div.box div.content form button {
    font-size: 23px;
  }
}
section.register-user div.box div.content form button svg {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
section.register-user div.box div.content form button svg path {
  fill: #fff;
}

input:-internal-autofill-selected {
  background: #333 !important;
}

form#pix-form {
  display: block;
  margin: 0 auto;
  width: 600px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  form#pix-form {
    max-width: calc(100vw - 100px);
    padding: 80px 0;
  }
}
form#pix-form h1 {
  font-family: "bebas";
  font-weight: normal;
  font-size: 54px;
  line-height: 60px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  form#pix-form h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
form#pix-form p {
  font-family: "inter-regular";
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 25px;
  color: #aaa;
}
form#pix-form input {
  background: #333;
  border-radius: 15px;
  padding: 15px 10px;
  cursor: pointer;
  width: 600px;
  margin-top: 30px;
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  form#pix-form input {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
  form#pix-form input {
    max-width: calc(100vw - 200px);
  }
}
@media screen and (max-width: 768px) {
  form#pix-form input {
    max-width: calc(100vw - 100px);
  }
}
form#pix-form button {
  background: #F31F28;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(150, 15, 22)), to(rgb(243, 31, 40)));
  background: linear-gradient(0deg, rgb(150, 15, 22) 0%, rgb(243, 31, 40) 100%);
  font-family: "bebas";
  font-weight: normal;
  position: relative;
  font-size: 24px;
  padding: 10px 15px;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #2ea395;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(46, 163, 149)), to(rgb(50, 188, 173)));
  background: linear-gradient(0deg, rgb(46, 163, 149) 0%, rgb(50, 188, 173) 100%);
}
form#pix-form button svg {
  width: 22px;
  height: 22px;
  margin-left: 10px;
}
form#pix-form button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
form#pix-form button:hover a.cta {
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  form#pix-form button {
    font-size: 23px;
  }
}
form#pix-form button svg {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
form#pix-form button svg path {
  fill: #fff;
}

div.selection-plan-tab {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  /* From https://css.glass */
  background: rgba(0, 0, 0, 0.62);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12.3px);
  -webkit-backdrop-filter: blur(12.3px);
  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;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
div.selection-plan-tab.active {
  opacity: 1;
  pointer-events: all;
}
div.selection-plan-tab div.box {
  background: #222;
  border-radius: 15px;
  padding: 50px 50px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
  max-height: calc(100vh - 100px);
  max-width: calc(100vw - 100px);
}
@media screen and (max-width: 768px) {
  div.selection-plan-tab div.box {
    padding: 25px 25px;
    max-height: calc(100vh - 50px);
    max-width: calc(100vw - 50px);
  }
}
div.selection-plan-tab div.box div.close {
  display: block;
  cursor: pointer;
  margin-left: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  right: 25px;
  top: 25px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
div.selection-plan-tab div.box div.close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
div.selection-plan-tab div.box div.close svg {
  width: 22px;
  height: 22px;
}
div.selection-plan-tab div.box div.close svg path {
  fill: #F31F28;
}
div.selection-plan-tab div.box div.content {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.selection-plan-tab div.box div.content p {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  text-align: center;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  div.selection-plan-tab div.box div.content p {
    font-size: 22px;
    line-height: 28px;
  }
}
div.selection-plan-tab div.box div.content a.close {
  background: #F31F28;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(150, 15, 22)), to(rgb(243, 31, 40)));
  background: linear-gradient(0deg, rgb(150, 15, 22) 0%, rgb(243, 31, 40) 100%);
  font-family: "bebas";
  font-weight: normal;
  font-size: 26px;
  padding: 10px 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  margin-top: 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.selection-plan-tab div.box div.content a.close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
}
div.selection-plan-tab div.box div.content a.close svg {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
div.selection-plan-tab div.box div.content a.close svg path {
  fill: #fff;
}

div.remove-content {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  /* From https://css.glass */
  background: rgba(0, 0, 0, 0.62);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12.3px);
  -webkit-backdrop-filter: blur(12.3px);
  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;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  div.remove-content {
    padding: 25px 25px;
  }
}
div.remove-content.active {
  opacity: 1;
  pointer-events: all;
}
div.remove-content div.box {
  background: #222;
  border-radius: 15px;
  padding: 50px 50px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
  max-height: calc(100vh - 100px);
  max-width: calc(100vw - 100px);
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  div.remove-content div.box {
    padding: 25px 25px;
    max-height: calc(100vh - 50px);
    max-width: calc(100vw - 50px);
    overflow-y: scroll;
  }
}
div.remove-content div.box div.close {
  display: block;
  cursor: pointer;
  margin-left: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  right: 25px;
  top: 25px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
div.remove-content div.box div.close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
div.remove-content div.box div.close svg {
  width: 22px;
  height: 22px;
}
div.remove-content div.box div.close svg path {
  fill: #F31F28;
}
div.remove-content div.box div.content {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.remove-content div.box div.content h2 {
  margin-bottom: 20px;
}
div.remove-content div.box div.content p {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  text-align: justify;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  div.remove-content div.box div.content p {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  div.remove-content div.box div.content p {
    font-size: 16px;
  }
}
div.remove-content div.box div.content p a {
  color: #F31F28;
  text-decoration: underline;
}
div.remove-content div.box div.content a.close {
  background: #F31F28;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(150, 15, 22)), to(rgb(243, 31, 40)));
  background: linear-gradient(0deg, rgb(150, 15, 22) 0%, rgb(243, 31, 40) 100%);
  font-family: "bebas";
  font-weight: normal;
  font-size: 26px;
  padding: 10px 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  margin-top: 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.remove-content div.box div.content a.close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
}

.promotion {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFB800;
}

.promotion h5 {
  display: inline-block;
  padding-left: 100%;
  -webkit-animation: promotion 14s linear infinite;
          animation: promotion 14s linear infinite;
  font-family: "bebas";
  font-weight: normal;
  font-size: 24px;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0 2px 0;
}
@media screen and (max-width: 768px) {
  .promotion h5 {
    font-size: 22px;
  }
}
.promotion h5 img {
  max-width: 22px;
  margin: 0 10px;
}

@-webkit-keyframes promotion {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@keyframes promotion {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
section.banner {
  width: 100vw;
  display: block;
  background: #111111;
  min-height: calc(100vh - 142px);
  position: relative;
  background: #000;
}
@media screen and (max-width: 768px) {
  section.banner {
    min-height: auto;
    background: url(../img/gif-mobile.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
  }
}
section.banner::after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
  position: absolute;
}
section.banner video {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100vh - 142px);
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  section.banner video {
    height: 100%;
    display: none;
  }
}
section.banner div.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.3);
  -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;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 142px);
  z-index: 1;
}
@media screen and (min-width: 900px) {
  section.banner div.cta {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
  section.banner div.cta {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  section.banner div.cta {
    padding: 80px 25px;
    height: auto;
  }
}
section.banner div.cta h1 {
  font-family: "bebas";
  font-weight: normal;
  font-size: 76px;
  line-height: 80px;
  color: #FFFFFF;
  max-width: 700px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.banner div.cta h1 {
    font-size: 48px;
    line-height: 54px;
  }
}
section.banner div.cta h4 {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 530px;
  text-align: center;
  margin-top: 15px;
}
section.banner div.cta a.cta {
  background: #F31F28;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(150, 15, 22)), to(rgb(243, 31, 40)));
  background: linear-gradient(0deg, rgb(150, 15, 22) 0%, rgb(243, 31, 40) 100%);
  font-family: "bebas";
  font-weight: normal;
  font-size: 26px;
  padding: 10px 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.banner div.cta a.cta:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  section.banner div.cta a.cta {
    font-size: 23px;
  }
}
section.banner div.cta a.cta svg {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
section.banner div.cta a.cta svg path {
  fill: #fff;
}

section.plans div.container {
  max-width: 1140px;
  width: 1140px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  section.plans div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
  section.plans div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 900px) {
  section.plans div.container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  section.plans div.container {
    padding: 80px 0;
  }
}
section.plans div.container h1 {
  font-family: "bebas";
  font-weight: normal;
  font-size: 54px;
  line-height: 60px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.plans div.container h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
section.plans div.container p {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  section.plans div.container p {
    font-size: 22px;
    line-height: 28px;
  }
}
section.plans div.container ul.cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  section.plans div.container ul.cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.plans div.container ul.cards a {
  background: #222;
  border-radius: 15px;
  padding: 30px 0;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  display: block;
}
section.plans div.container ul.cards a h2 {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.plans div.container ul.cards a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
  background: #F31F28;
}
section.plans div.container ul.cards a:hover h2 {
  color: #111111;
}
section.plans div.container ul.cards a.mais-vendido::after {
  content: "Mais Vendido!";
  background: green;
  border-radius: 8px;
  border: 15px;
  color: #fff;
  font-family: "bebas";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
  padding: 6px 12px 4px 12px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
section.plans div.container ul.cards a div.last-number h4 {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: #ccc;
  text-align: center;
  text-decoration: line-through;
}
section.plans div.container ul.cards a div.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
section.plans div.container ul.cards a div.number h6 {
  font-family: "bebas";
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
}
section.plans div.container ul.cards a div.number h5 {
  font-family: "bebas";
  font-weight: normal;
  font-size: 64px;
  line-height: 64px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 5px;
}
section.plans div.container ul.cards a h2 {
  font-family: "bebas";
  font-weight: normal;
  font-size: 46px;
  line-height: 46px;
  color: #F31F28;
  text-align: center;
  margin-bottom: 8px;
}
section.plans div.container ul.cards a p {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.plans div.container a.cta {
  background: #F31F28;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(150, 15, 22)), to(rgb(243, 31, 40)));
  background: linear-gradient(0deg, rgb(150, 15, 22) 0%, rgb(243, 31, 40) 100%);
  font-family: "bebas";
  font-weight: normal;
  font-size: 26px;
  padding: 10px 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  section.plans div.container a.cta {
    font-size: 23px;
  }
}
section.plans div.container a.cta:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
}
section.plans div.container a.cta svg {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
section.plans div.container a.cta svg path {
  fill: #fff;
}

section.gallery div.container {
  max-width: 1140px;
  width: 1140px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.gallery div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
  section.gallery div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 900px) {
  section.gallery div.container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
section.gallery div.container h1 {
  font-family: "bebas";
  font-weight: normal;
  font-size: 54px;
  line-height: 60px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.gallery div.container h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
section.gallery div.container p {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  section.gallery div.container p {
    font-size: 22px;
    line-height: 28px;
  }
}
section.gallery div.container div.swiper-gallery {
  margin-top: 25px;
}
section.gallery div.container div.swiper-gallery div.swiper-slide {
  display: block;
  position: relative;
  cursor: pointer;
}
section.gallery div.container div.swiper-gallery div.swiper-slide:hover::after {
  opacity: 0;
}
section.gallery div.container div.swiper-gallery div.swiper-slide img {
  width: 100%;
  display: block;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
}
section.gallery div.container div.swiper-gallery div.swiper-slide::after {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.11);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

section.advantages {
  padding: 120px 0;
}
section.advantages div.container {
  max-width: 1140px;
  width: 1140px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.advantages div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
  section.advantages div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 900px) {
  section.advantages div.container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
section.advantages div.container ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 40px;
}
@media screen and (max-width: 768px) {
  section.advantages div.container ul {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
section.advantages div.container ul li {
  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;
}
section.advantages div.container ul li svg, section.advantages div.container ul li img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  color: #F31F28;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  section.advantages div.container ul li svg, section.advantages div.container ul li img {
    width: 50px;
    height: 50px;
  }
}
section.advantages div.container ul li svg path, section.advantages div.container ul li img path {
  fill: #F31F28;
}
section.advantages div.container ul li h4 {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  section.advantages div.container ul li h4 {
    font-size: 22px;
    line-height: 28px;
  }
}

section.testmonials {
  overflow: hidden;
  display: block;
}
section.testmonials div.container {
  max-width: 1140px;
  width: 1140px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.testmonials div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
  section.testmonials div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 900px) {
  section.testmonials div.container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
section.testmonials div.container div.slider-testmonials div.testmonial-item {
  background: #222;
  border-radius: 15px;
  padding: 30px 20px;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  margin: 30px 15px;
  cursor: pointer;
}
section.testmonials div.container div.slider-testmonials div.testmonial-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
  background: #F31F28;
}
section.testmonials div.container div.slider-testmonials div.testmonial-item:hover h2 {
  color: #111111;
}
section.testmonials div.container div.slider-testmonials div.testmonial-item:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
section.testmonials div.container div.slider-testmonials div.testmonial-item div.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.testmonials div.container div.slider-testmonials div.testmonial-item div.user svg {
  margin: 0;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
section.testmonials div.container div.slider-testmonials div.testmonial-item h3 {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  color: #aaa;
  text-transform: uppercase;
  font-size: 12px;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  section.testmonials div.container div.slider-testmonials div.testmonial-item h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
section.testmonials div.container div.slider-testmonials div.testmonial-item img:not(.user) {
  width: 100px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  margin: 20px auto;
  display: block;
}
section.testmonials div.container div.slider-testmonials div.testmonial-item p {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.testmonials div.container div.slider-testmonials div.testmonial-item p {
    font-size: 22px;
    line-height: 28px;
  }
}
section.testmonials div.container div.info-buy {
  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;
  margin-bottom: 30px;
}
section.testmonials div.container div.info-buy h2 {
  font-size: 22px;
  text-align: center;
  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 screen and (max-width: 768px) {
  section.testmonials div.container div.info-buy h2 {
    line-break: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25px 18px 1fr;
    grid-template-columns: 25px 1fr;
    grid-column-gap: 18px;
    text-align: left;
  }
}
section.testmonials div.container div.info-buy svg {
  width: 25px;
  height: 25px;
  margin-right: 6px;
  margin-left: 8px;
}

section.questions div.container {
  max-width: 1140px;
  width: 1140px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.questions div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
  section.questions div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 900px) {
  section.questions div.container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
section.questions div.container .panel {
  z-index: 0;
  position: relative;
}
section.questions div.container .panel p {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  opacity: 0;
  padding: 0px 25px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 0;
  position: relative;
}
section.questions div.container .panel p.active {
  opacity: 1;
  padding: 15px 25px 10px 25px;
}
section.questions div.container button.accordion {
  background: #222;
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 15px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.questions div.container button.accordion {
    font-size: 22px;
    line-height: 28px;
  }
}
section.questions div.container button.accordion:not(:first-child) {
  margin-top: 5px;
}
section.questions div.container button.accordion img {
  width: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
section.questions div.container button.accordion.active img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); /* seta gira quando ativo */
}
section.questions div.container div.panel p {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  section.questions div.container div.panel p {
    font-size: 22px;
    line-height: 28px;
  }
}
section.questions div.container button.accordion {
  background: #222;
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  section.questions div.container button.accordion {
    font-size: 22px;
    line-height: 28px;
  }
}
section.questions div.container button.accordion:not(:first-child) {
  margin-top: 5px;
}
section.questions div.container button.accordion img {
  width: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
section.questions div.container button.accordion.active img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

section.cta {
  background: #F31F28;
  background: #F31F28;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(150, 15, 22)), to(rgb(243, 31, 40)));
  background: linear-gradient(0deg, rgb(150, 15, 22) 0%, rgb(243, 31, 40) 100%);
  margin-top: 120px;
}
section.cta div.container {
  max-width: 1140px;
  width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0;
  max-width: 640px;
}
@media screen and (max-width: 768px) {
  section.cta div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
  section.cta div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 900px) {
  section.cta div.container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
section.cta div.container h2 {
  font-family: "bebas";
  font-weight: normal;
  font-size: 54px;
  line-height: 60px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.cta div.container h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
section.cta div.container a {
  background: #F31F28;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(150, 15, 22)), to(rgb(243, 31, 40)));
  background: linear-gradient(0deg, rgb(150, 15, 22) 0%, rgb(243, 31, 40) 100%);
  font-family: "bebas";
  font-weight: normal;
  font-size: 26px;
  padding: 10px 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  margin-top: 40px;
  background: #000000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgb(26, 26, 26)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(26, 26, 26) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.cta div.container a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
}
section.cta div.container a svg {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}

footer {
  padding: 60px 0;
}
footer div.container {
  max-width: 1140px;
  width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  footer div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
  footer div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 900px) {
  footer div.container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
footer div.container .links {
  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 screen and (max-width: 768px) {
  footer div.container .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer div.container .links a + a {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  footer div.container .links a + a {
    margin-left: 0;
    margin-top: 10px;
  }
}
footer div.container .links a {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  color: #F31F28;
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer div.container .links a {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  footer div.container .links a {
    font-size: 14px;
    line-height: 18px;
  }
}
footer div.container img {
  width: 220px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer div.container img {
    width: 200px;
  }
}
footer div.container p {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  color: #aaa;
  font-size: 14px;
  line-height: 18px;
  margin: 25px 0;
}
@media screen and (max-width: 768px) {
  footer div.container p {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  footer div.container p {
    font-size: 14px;
    line-height: 18px;
  }
}
footer div.container a.remove {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  color: #F31F28;
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer div.container a.remove {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  footer div.container a.remove {
    font-size: 14px;
    line-height: 18px;
  }
}

/* /Main */
/* Vitalício */
::-webkit-input-placeholder {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
::-moz-placeholder {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
:-ms-input-placeholder {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
::-ms-input-placeholder {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
::placeholder {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 22px;
    line-height: 28px;
  }
  ::-moz-placeholder {
    font-size: 22px;
    line-height: 28px;
  }
  :-ms-input-placeholder {
    font-size: 22px;
    line-height: 28px;
  }
  ::-ms-input-placeholder {
    font-size: 22px;
    line-height: 28px;
  }
  ::placeholder {
    font-size: 22px;
    line-height: 28px;
  }
}

section.content-access {
  padding: 60px 0;
}
section.content-access div.container {
  max-width: 1140px;
  width: 1140px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.content-access div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
  section.content-access div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 900px) {
  section.content-access div.container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
section.content-access div.container .logo {
  display: block;
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 40px;
}
section.content-access div.container .warning {
  background-color: #E50914;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  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;
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.content-access div.container .warning {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  section.content-access div.container .warning {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 15px;
  }
}
section.content-access div.container .warning svg {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  section.content-access div.container .warning svg {
    min-width: 26px;
    min-height: 26px;
    margin: 0 0 6px 0;
  }
}
section.content-access div.container .warning svg path {
  fill: #fff;
}
section.content-access div.container h1 {
  font-family: "bebas";
  font-weight: normal;
  font-size: 76px;
  line-height: 80px;
  color: #FFFFFF;
  text-align: center;
  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;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  section.content-access div.container h1 {
    font-size: 48px;
    line-height: 54px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 300px;
    margin: 40px auto;
  }
}
section.content-access div.container h1 svg {
  width: 64px;
  height: 64px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  section.content-access div.container h1 svg {
    margin-top: 10px;
    margin-left: 0;
  }
}
section.content-access div.content {
  max-width: 1140px;
  width: 1140px;
  margin: 0 auto;
  display: block;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  section.content-access div.content {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
  section.content-access div.content {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 900px) {
  section.content-access div.content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
section.content-access div.content div.select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.content-access div.content div.select button + button {
  margin-left: 15px;
}
section.content-access div.content div.select button {
  -webkit-appearance: none;
  background: #F31F28;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(150, 15, 22)), to(rgb(243, 31, 40)));
  background: linear-gradient(0deg, rgb(150, 15, 22) 0%, rgb(243, 31, 40) 100%);
  font-family: "bebas";
  font-weight: normal;
  font-size: 24px;
  padding: 10px 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  section.content-access div.content div.select button {
    font-size: 23px;
  }
}
section.content-access div.content div.select button.active, section.content-access div.content div.select button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
  color: #000;
}
section.content-access div.content div.grid-content {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  section.content-access div.content div.grid-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section.content-access div.content div.grid-content div.item {
  display: none;
  width: 360px;
  height: 360px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  section.content-access div.content div.grid-content div.item {
    width: calc(100vw - 50px);
    height: calc(100vw - 50px);
  }
}
section.content-access div.content div.grid-content div.item.active {
  display: block;
}
section.content-access div.content div.grid-content div.item img, section.content-access div.content div.grid-content div.item video {
  width: 360px;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  section.content-access div.content div.grid-content div.item img, section.content-access div.content div.grid-content div.item video {
    width: calc(100vw - 50px);
    height: calc(100vw - 50px);
  }
}
section.content-access div.content div.grid-content div.item .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2rem;
  color: white;
  opacity: 0.7;
  padding: 10px;
  border-radius: 50%;
  pointer-events: none;
}
section.content-access div.content div.grid-content div.item .play-icon img, section.content-access div.content div.grid-content div.item .play-icon svg {
  width: 45px;
  height: 45px;
}
section.content-access div.content .video-thumb {
  position: relative;
  display: inline-block;
}

.loader-waiting-2 {
  width: 30px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #FFFFFF;
  margin-left: 15px;
  position: absolute;
  left: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  --_m:
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  -webkit-animation: l4 1s infinite linear;
          animation: l4 1s infinite linear;
}
.loader-waiting-2.active {
  opacity: 1;
}

@-webkit-keyframes l4 {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes l4 {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
#pix-result {
  margin-bottom: 100px;
  display: none;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #pix-result {
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 80px;
  }
}
#pix-result h1 {
  font-size: 62px;
  text-align: center;
}
#pix-result h4 {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  max-width: 365px;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #pix-result h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  #pix-result h4 {
    max-width: 340px;
  }
}
#pix-result h5 {
  font-family: "inter-regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  max-width: 365px;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #pix-result h5 {
    font-size: 22px;
    line-height: 28px;
  }
}
#pix-result div.waiting {
  background: #F31F28;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(150, 15, 22)), to(rgb(243, 31, 40)));
  background: linear-gradient(0deg, rgb(150, 15, 22) 0%, rgb(243, 31, 40) 100%);
  font-family: "bebas";
  font-weight: normal;
  font-size: 24px;
  padding: 10px 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
#pix-result div.waiting .loader-waiting {
  width: 30px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #FFFFFF;
  margin-left: 15px;
  --_m:
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  -webkit-animation: l3 1s infinite linear;
          animation: l3 1s infinite linear;
}
@-webkit-keyframes l3 {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes l3 {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
#pix-result #pix-qr {
  width: 300px;
  display: block;
  margin: 0 auto;
  border: 12px solid #F31F28;
}
@media screen and (max-width: 768px) {
  #pix-result #pix-qr {
    width: 280px;
    max-width: calc(100vw - 50px);
  }
}
#pix-result p.code {
  font-family: "inter-regular";
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 25px;
  color: #aaa;
  overflow-wrap: break-word;
}
#pix-result p.explain {
  font-family: "inter-regular";
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #pix-result p.explain {
    max-width: 310px;
  }
}
#pix-result p.explain svg {
  display: inline;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  margin-right: 8px;
}
#pix-result p.explain svg path {
  fill: green;
}
#pix-result p.code + button {
  background: #F31F28;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(150, 15, 22)), to(rgb(243, 31, 40)));
  background: linear-gradient(0deg, rgb(150, 15, 22) 0%, rgb(243, 31, 40) 100%);
  font-family: "bebas";
  font-weight: normal;
  font-size: 24px;
  padding: 10px 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #pix-result p.code + button {
    margin-top: 20px;
  }
}
#pix-result p.code + button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
}
#pix-result p.code + button svg {
  width: 25px;
  margin-right: 10px;
}
#pix-result p.code + button svg path {
  fill: #FFFFFF;
}

section.pushinpay-refs {
  margin-bottom: 100px;
  display: none;
}
section.pushinpay-refs div.container {
  max-width: 1140px;
  width: 1140px;
  margin: 0 auto;
  display: block;
  position: relative;
  border-top: 1px solid #333;
  max-width: 700px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  section.pushinpay-refs div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
  section.pushinpay-refs div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 900px) {
  section.pushinpay-refs div.container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
section.pushinpay-refs div.container h5 {
  color: #fff;
  text-align: center;
}
section.pushinpay-refs div.container p {
  font-family: "inter-regular";
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 25px;
  color: #aaa;
}

/* /Vitalício */
/* Style */