@font-face {
  font-family: "Aveniro";
  src: url("fonts/AvenirLTStd-Roman.otf");
}
@font-face {
  font-family: "Aveniro Black";
  src: url("fonts/AvenirLTStd-Black.otf");
}

.link-profile-footer {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

.table-description {
  width: 100%;
  border-radius: 15px;
  border-collapse: collapse;
  border: 1px solid #eee;
  padding: 20px;
}

.table-description td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  background: #fff;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Avenir", "Aveniro";
  overflow-x: hidden;
}

b {
  font-family: "Avenir Black", "Aveniro";
}

.wizard {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.step-circle {
  font-family: "Aveniro", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e5e5e5;
  margin: auto;
  border-radius: 100%;
  height: 22px;
  width: 22px;
  color: #666;
  margin-bottom: 5px;
}

.step-active {
  background-color: #3785ff;
  color: #fff;
}

.line-active {
  background: #3785ff !important;
}

.step-line {
  border-radius: 4px;
  margin-top: 10px;
  height: 2px;
  width: 100%;
  background: #e5e5e5;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 90;
}
.header-menu {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 20px;
  align-items: center;
}

.white-table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-radius: 10px;
}
.white-table td {
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.wrapper-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 1em;
  margin-bottom: 20px;
}

.wrapper-slider {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: top;
}

.element-slider {
  width: 90%;
  display: inline-block;
  border: 0;
  margin-right: 5px;
  box-sizing: border-box;
  border-radius: 0px;
  scroll-snap-align: center;
  overflow: auto;
  white-space: normal;
  vertical-align: top;
}

.wrapper-grid-column {
  display: grid;

  grid-column-gap: 20px;
  grid-row-gap: 1em;
  margin-bottom: 20px;
}

.bt-select {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  padding-top: 10px;
}

.bt-select .inner {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.bt-select .bt-inner {
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  box-sizing: border-box;
  display: block;
}

.remove-cupom {
  align-items: center;
  justify-content: space-between;
  display: flex;
  background: #ff6030;
  color: #fff;
  border-radius: 5px;
  padding: 13px 15px;
  text-align: left;
  font-family: "Avenir", "Aveniro";
  font-size: 18px;
  border: 0;
  width: 100%;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  text-align: center;
  display: block;
}

.bt-select-active {
  border: 1px solid #3785ff;
  box-shadow: 0 0 0px 2px #3785ff;
}

.bt-select-shipping,
.bt-select-payment {
  cursor: pointer;
}

.bt-select-payment-active {
  box-shadow: 0 0 0px 2px #3785ff;
  background-color: #e7f3ff;
}

.bt-select-payment-active span {
  font-weight: bold;
}

.bt-select-active .bt-inner {
  background: #3785ff;
  color: #fff;
  border-radius: 0 0 18px 18px;
}

.bt-back,
.bt-save {
  font-size: 30px;
  border-radius: 100%;
}
.bt-menu {
  font-size: 30px;
  float: right;
  border-radius: 100%;
  padding: 10px;
  cursor: pointer;
}
.bt-back:active,
.bt-save:active {
  background: #eee;
  color: #3785ff;
}
.item-edit {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.item-edit i {
  font-size: 20px;
  margin-right: 0px;
  color: #999;
}
.item-edit input,
.item-edit textarea {
  display: block;
  box-sizing: border-box;
  font-size: 20px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 6px 8px;
  font-family: "Avenir", "Aveniro";
  font-size: 19px;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(hsla(0, 0%, 100%, 0)),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: -webkit-linear-gradient(
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0)
  );
  outline: none;
}
.item-edit input:focus,
.item-edit textarea:focus {
  box-shadow: 0px 0px 0px 2px #3785ff;
  border: 1px solid #3785ff;
}
.review {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  border: 3px solid #f4f4f4;
  border-radius: 20px;
  cursor: pointer;
  height: 345px;
  width: 195px;
}

#reviewsScroll {
  text-align: center;
}

.link {
  font-size: 18px;
  text-decoration: none;
  color: #1672ff;
  cursor: pointer;
}
.icon-list-features {
  box-shadow: 0 0 20px 0 #e5e5e5;
  border: 2px solid #ececec;
  border-radius: 10px;
  padding: 10px;
  margin: 0 5px 0 5px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 15px;
}
.icon-list-features span {
  display: block;
  margin-left: 10px;
}
.icon-list-features img {
  width: 33px;
  margin: 4px;
}
.delete {
  font-size: 18px;
  text-decoration: none;
  color: #ff3a5e;
}
.cancel {
  background: #ff3a5e !important;
}
.bottom-sheet {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  color: #000;
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  display: none;
}

.bottom-sheet ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bottom-sheet ul li {
  display: block;
  text-align: left;
}
.bottom-sheet ul li a {
  text-align: left;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}
.bottom-sheet ul li a i {
  font-size: 20px;
  margin-right: 10px;
}
.bottom-sheet ul li a:active {
  background: #eee;
  color: #3785ff;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.confirm-loader {
  display: none;
}
#success,
.msgSuccess {
  padding: 15px;
  background: #4caf50;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  margin-bottom: 20px;
}
#error {
  padding: 15px;
  background: #ff3a5e;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.spin {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.loader {
  color: #3785ff;
  display: none;
  padding: 0;
  margin: 10px 15px;
  position: absolute;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.side-checkout {
  top: 0;
  border-radius: 0 0 20px 20px;
  padding: 30px;
  padding-top: 0;
  box-sizing: border-box;
  background: #000000;
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  position: fixed;
  min-width: 380px;
}

.mobile-checkout {
  display: none;
  margin-top: 15px;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: #000000;
  color: #fff;
  margin-bottom: 10px;
  margin: -20px;
  border-radius: 0;
  margin-bottom: 0px;
}

.side-checkout-info {
  margin-left: 20px;
  padding: 30px 30px 30px 10px;
  box-sizing: border-box;
}

.profile-main-body,
.pix-main-body,
.connect-main-body,
.share-main-body {
  border-radius: 20px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
  max-width: 450px;
  background-color: rgb(255, 255, 255);
  margin: auto;
  margin-top: -60px;
}

.profile-icons-row {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 10px;
  margin-bottom: 20px;
}

.dark-mode {
  background-color: #191919 !important;
  color: #eee !important;
  border-color: #262626;
}

.dark-mode input,
.dark-mode textarea {
  background-color: #191919;
  color: #eee !important;
  border-color: #262626 !important;
}

.dark-mode .item-edit {
  border-color: #262626 !important;
}

.dark-mode .item-social:hover {
  background: #151515;
}

.bt-icon {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  color: #fff;
  border-radius: 10px;
  align-items: center;
}
.bt-icon:hover {
  color: #3785ff;
}
.error {
  display: none;
  color: #ff3a5e;
  margin-bottom: 10px;
}
.avatar {
  max-width: 120px;
  max-height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 100%;
  margin-right: 20px;
  box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2);
}
.avatar-small {
  max-width: 90px;
  max-height: 90px;
  min-width: 90px;
  min-height: 90px;
  border-radius: 100%;
  margin-right: 20px;
  box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2);
}
.avatar-empty {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 40px;
  background: url("https://res.cloudinary.com/catalo/image/upload/v1616105125/blank-profile-picture-973460_640_o2gvkq.png");
  background-size: cover;
  margin-bottom: 10px;
}
.templatePill {
  border-radius: 4px;
  background-color: #ff9900;
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
}
.email-error {
  display: none;
  color: #ff0000;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  background: #ffdddd;
}
.general-error {
  display: none;
  color: #ff0000;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  background: #ffdddd;
}
.input_error {
  box-shadow: 0 0 0px 2px #ff0000;
  border-color: #ff0000;
  background-color: #ffe4e4 !important;
  box-shadow: 0 0 0px 2px #ff0000;
}
.modal {
  display: none;
  position: fixed;
  left: 50%;
  margin-left: -200px;
  z-index: 99;
  width: 400px;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  top: 80px;
  background: #fff;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);
}
.mobile-left {
  margin-left: 20px;
}
.typed-cursor {
  opacity: 1;
  font-weight: 100;
  animation: blink 0.7s infinite;
}
.l50 {
  width: 48%;
  padding: 20px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.l33 {
  width: 32%;
  padding: 20px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

#hero {
  margin-top: -105px;
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%231f1f1f' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%231f1f1f'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
  display: flex;
  flex: 1;
  color: #fff;
  justify-content: center;
  padding: 30px;
  padding-bottom: 0px;
  padding-top: 120px;
  height: 557.39px;
}
#hero-card {
  margin-top: -30px;
  zoom: 0.8;
}
#hero-pdf {
  background-color: #e100ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23fc45ff' stroke-width='67.8' stroke-opacity='0.1' %3E%3Ccircle fill='%23e100ff' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23d308f0' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23c40ee2' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23b612d4' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23a815c6' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%239b16b8' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%238d17aa' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%2380189d' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%2373188f' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23661782' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%235a1675' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%234d1569' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%2341145d' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23351251' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%232a1045' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%231f0e39' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%2315082e' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%230a0024' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  display: flex;
  flex: 1;
  color: #fff;
  justify-content: center;
  padding: 30px;
  padding-bottom: 0px;
  padding-top: 120px;
}
.bottom {
  transition: 1s;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  transform: translateY(120px);
}
.bt-desktop {
  display: block;
  text-decoration: none;
  background: #3785ff;
  color: #fff;
  border-radius: 30px;
  padding: 10px;
  text-align: left;
  font-family: "Avenir", "Aveniro";
  font-size: 18px;
  border: 0;
  width: 300px;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.6);
}
#fixed-header {
  width: 100%;
  background: #000000;
  position: fixed;
  z-index: 999;
}
#header {
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  background: #000000;
  display: flex;
  flex: 1;
  color: #fff;
  padding: 20px;
}
#header .link {
  font-size: 15px;
  background: #fff;
  border-radius: 20px;
  color: #000000;
  padding: 5px 15px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
}
#header .bt-link {
  background: transparent;
  border-radius: 20px;
  color: #fff;
  padding: 5px 15px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: normal;
}
.row {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-around;
  max-width: 1200px;
  align-items: center;
}
.item {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.item:last-child {
  border: 0;
  padding-bottom: 0;
}
h2 {
  line-height: 70px;
  font-size: 80px;
  margin: 50px;
}
.row div {
  flex: 1;
}
.badge {
  background: #3785ff;
  color: #fff;
  border-radius: 5px;
  padding: 0 5px;
}
.container {
  max-width: 800px;
  padding: 30px;
  box-sizing: border-box;
  margin: auto;
  text-align: left;
}
.highlight {
  background: #3785ff;
  color: #fff;
  border-radius: 5px;
  padding: 0 5px;
}
.select {
  font-size: 18px;
  background: #fff;
  font-family: "Avenir", "Aveniro";
  width: 100%;
  padding: 5px 0px 5px 0px;
  border: 0;
  border-radius: 5px 5px 0 0;
  border-bottom: 2px solid #ddd;
  margin: 5px 0 10px 0;
  outline: none;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(hsla(0, 0%, 100%, 0)),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: -webkit-linear-gradient(
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0)
  );
}
.inner-product-list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.bt-add {
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}
.bt-add-remove {
  margin: 0 5px 0 5px;
  min-width: 30px;
  min-height: 30px;
  align-items: center;
  background: #3785ff;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  font-family: "Avenir", "Aveniro";
  font-size: 18px;
  border: 0;
}
.apply {
  align-items: center;
  justify-content: space-between;
  display: flex;
  background: #3785ff;
  color: #fff;
  border-radius: 5px;
  padding: 13px 15px;
  text-align: left;
  font-family: "Avenir", "Aveniro";
  font-size: 18px;
  border: 0;
  width: 100%;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.disabled {
  background: #c5c5c5;
  color: #8a8a8a;
  border: 0;
  width: 100%;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
.disabled:hover {
  background: #c5c5c5 !important;
  color: #8a8a8a !important;
  border-color: transparent !important;
}
.taggo-boomerang {
  background: #000;
  max-width: 352px;
  margin: 0;
  padding: 0px;
  left: 0;
}
.bt-zap-zap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 5px;
  background: #22cd62;
  border-radius: 40px;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
}
.apply-desktop {
  padding: 15px;
  font-size: 22px;
}
.bt-save-vcard {
  background: #000000;
  color: #fff;
  border-radius: 5px;
  padding: 15px 15px;
  text-align: left;
  font-family: "Avenir", "Aveniro";
  font-weight: 500;
  font-size: 15px;
  border: 0;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.bottomConnect {
  max-width: 460px;
  margin: auto;
  top: 100px;
  width: 100%;
  background: #fff;
  color: #343434;
  box-sizing: border-box;
  border-radius: 50px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  border: 3px solid #ffffff0f;
}
.link-profile {
  box-sizing: border-box;
  text-decoration: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  background: #000000;
  color: #fff;
  border-radius: 15px;
  padding: 18px;
  text-align: left;
  font-family: "Avenir", "Aveniro";
  font-weight: 500;
  font-size: 18px;
  border: 0;
  width: 100%;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  outline: none;
  margin-bottom: 10px;
}
.catalogo-profile {
  box-sizing: border-box;
  text-decoration: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  background: #000000;
  color: #fff;
  border-radius: 15px;
  padding: 18px;
  text-align: left;
  font-family: "Avenir", "Aveniro";
  font-weight: 500;
  font-size: 18px;
  border: 0;
  width: 100%;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  outline: none;
  margin-bottom: 10px;
}
.blue-background-class {
  opacity: 0.5;
  border: 2px dashed #eee;
}
.bt-vcard {
  box-sizing: border-box;
  text-decoration: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  background: #3785ff;
  border-radius: 40px;
  color: #fff;
  padding: 12px 19px;
  text-align: center;
  font-family: "Avenir", "Aveniro";
  font-weight: 800;
  font-size: 15px;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  outline: none;
  margin-bottom: 10px;
}

.sidebar {
  background: #000000;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  display: block;
  text-align: left;
}
.sidebar ul li a {
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
  border-bottom: 1px solid rgb(29, 29, 29);
}
.sidebar ul li a i {
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-size: 20px;
  margin-right: 10px;
}
.sidebar ul li a:active {
  background: #eee;
  color: #3785ff;
}

.edit {
  justify-content: center;
  margin-top: 20px;
  padding: 8px 10px;
  background: #fff;
  color: #000;
  border: 2px solid #000000;
  font-size: 14px;
}
.edit i {
  font-size: 10px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.link-profile span {
  overflow: hidden;
  /* white-space: nowrap;
  text-overflow: ellipsis; */
}
.link-profile:active {
  background: #444;
}
.link-profile i {
  margin-right: 15px;
  font-size: 25px;
}
.item-social {
  border-radius: 10px;
  padding: 3px;
  text-align: center;
  font-size: 12px;
  color: #555;
  cursor: pointer;
  text-decoration: none;
}
.item-social:active {
  background: #eee;
  color: #3785ff;
}
.item-social:hover {
  background: #eee;
  color: #3785ff;
}
.item-social img {
  margin-bottom: 5px;
}
.item-social i {
  font-size: 29px;
  margin-bottom: 2px;
}
.bt {
  text-decoration: none;
  display: none;
  background: #3785ff;
  color: #fff;
  border-radius: 60px;
  padding: 10px;
  text-align: left;
  font-family: "Avenir", "Aveniro";
  font-size: 16px;
  border: 0;
  text-align: center;
}
.apply:hover,
.bt-submit:hover,
.bt:hover,
.bt-desktop:hover {
  transition: 0.2s;
  background: #4a5efb;
  border-color: #4a5efb;
}
.taggos {
  width: 470px;
}
.bio-pdf {
  width: 512px;
}
.hero-2 {
  position: absolute;
  z-index: 2;
}
.box input,
.modal input {
  box-sizing: border-box;
  font-size: 18px;
  background: #fff;
  font-family: "Avenir", "Aveniro";
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  border: 2px solid #ddd;
  margin: 10px 0 10px 0;
  outline: none;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(hsla(0, 0%, 100%, 0)),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: -webkit-linear-gradient(
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0)
  );
}
.box input:focus,
.modal input:focus {
  border-color: transparent;
  box-shadow: 0px 0px 0px 2px #3785ff;
}
label {
  color: #5f5f5f;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}
.input {
  font-size: 18px;
  background: #fff;
  font-family: "Avenir", "Aveniro";
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 5px 0 10px 0;
  outline: none;
  box-sizing: border-box;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(hsla(0, 0%, 100%, 0)),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: -webkit-linear-gradient(
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0)
  );
}

.bt-submit {
  box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2);
  border: 0;
  font-size: 18px;
  font-family: "Avenir", "Aveniro";
  padding: 10px 15px;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: 10px 0 0px 0;
  outline: none;
  background: #3785ff;
  border: 2px solid #3785ff;
  color: #fff;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.green {
  background: #00c346;
  border-color: #00c346;
}
.green:hover {
  border-color: #00822f;
  background: #00822f;
}
.input:focus {
  border-color: #3785ff;
  box-shadow: 0 0 0px 1px #3785ff;
}
.hero-text {
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
  min-width: 300px;
}
.box-wrapper {
  padding-left: 50px;
  text-align: center;
}
.box {
  transition: 0.2s;
  z-index: 999;
  text-align: center;
  border-radius: 15px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.box h1 {
  font-size: 30px;
  color: #1e1e21;
  margin: 0;
  line-height: 30px;
}
.box p {
  color: #1e1e21;
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin-top: 10px;
}

.arrow {
  margin: auto;
  width: 170px;
  margin-bottom: 10px;
}
.video {
  width: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
  font-family: "object-fit: cover";
  border-radius: 0px;
  box-shadow: 0px -7px 16px -1px rgba(0, 0, 0, 0.33);
}
#bt-comprar-fim {
  -webkit-animation: glowing 1300ms infinite;
  -moz-animation: glowing 1300ms infinite;
  -o-animation: glowing 1300ms infinite;
  animation: glowing 1300ms infinite;
}
progress[value] {
  border: none;
  border-radius: 3px;
  color: dodgerblue;
  display: inline;
  height: 15px;
  order: 1;
  position: relative;
  width: 100%;
}

#progress {
  margin-top: -15px;
  height: 15px;
}

/* WebKit styles */
progress[value]::-webkit-progress-bar {
  background-color: rgba(255, 255, 255, 0.088);
}

progress[value]::-webkit-progress-value {
  background-color: #2377ff8a;
  transition: width 1s linear;
}
@keyframes glowing {
  0% {
    background-color: #3785ff;
    box-shadow: 0 0 5px #3785ff;
  }
  50% {
    background-color: #8fbaff;
    box-shadow: 0 0 20px #8fbaff;
  }
  100% {
    background-color: #3785ff;
    box-shadow: 0 0 5px #3785ff;
  }
}
.video-vertical {
  width: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
  border-radius: 10px;
  border: 1px solid #eee;
}
.video-como-funciona {
  width: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
  border-radius: 20px;
  margin-top: 20px;
  border: 1px solid #eee;
}
.icon-right {
  margin-left: 30px;
  max-width: 140px;
  display: inline-block;
  vertical-align: top;
}
.credit-card-frame {
  padding: 20px;
  background: #fbfbfb;
  border: 2px solid #eee;
  border-radius: 10px;
}
.zoom-14 {
  zoom: 1.4;
}

.nav-menu {
  display: block;
}
.menu-bars {
  display: none;
}

@media only screen and (max-width: 830px) {
  .grid-container {
    display: grid;
    grid-template-columns: repeat(
      1,
      1fr
    ) !important; /* 4 colunas de tamanhos iguais */
    gap: 0px; /* Espaçamento entre as células */
    max-width: 200px !important; /* Para evitar ultrapassar a largura da viewport */
    margin: auto;
  }
  #hero-text-video {
    zoom: 0.8;
  }
  #hero-text-video h1 {
    margin-top: -15px;
  }
}

@media only screen and (max-width: 1165px) {
  .review {
    display: inline-block;
    margin-left: 10px;
    height: 115px;
    width: 63px;
    border-radius: 8px;
    border: 0;
    margin-bottom: 10px;
  }
  #hero-card {
    zoom: 1;
  }
  .nav-menu {
    display: none;
    flex: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #000;
    padding: 0;
    margin: 0;
    top: 60px;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
    z-index: 999;
  }
  .nav-menu a {
    margin-bottom: 10px;
    zoom: 1.4;
    display: block;
  }
  .menu-bars {
    display: block;
  }
  .box-wrapper {
    box-sizing: border-box;
    padding: 0px;
    margin: 0;
  }
  .row {
    flex: none;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    align-items: center;
  }
  .hero-text {
    display: none;
    zoom: 0.8;
    text-align: center;
    margin-top: -20px;
  }
  .taggos {
    margin-left: -100px;
  }
  .box {
    float: none;
    margin-right: 0;
    max-width: 300px;
    width: 100%;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .taggo-boomerang {
    max-width: 120% !important;
    margin: -20px;
    padding: 0px;
    display: block;
    border: 0px solid #000000;
    margin-bottom: 20px;
  }
  #hero-video {
    display: none;
  }
  #hero-text-video {
    position: static !important;
    background-color: #010101 !important;
    padding-bottom: 0px;
  }
  .inner-product-list {
    display: block;
    height: auto;
  }
  #hero {
    height: auto;
  }
  .hero-text {
    display: block;
    zoom: 0.8;
    text-align: center;
    margin-top: -20px;
  }
  .zoom-14 {
    zoom: 1;
    margin-left: -10px;
  }
  .apply-desktop {
    padding: 13px 15px;
    font-size: 18px;
  }
  .wizard {
    margin-top: 20px;
  }

  label {
    font-size: 9px;
  }
  .video-vertical {
    border-radius: 0px;
    border: 0px solid #eee;
  }
  .box-wrapper {
    z-index: 9;
    padding: 20px;
    margin-top: -20px;
    box-sizing: border-box;
  }
  .line {
    flex-direction: column;
  }
  .arrow {
    display: none;
  }
  .box {
    z-index: 99999;
    width: 90vw;
    margin: 0;
    max-width: 500px;
    margin-bottom: 20px;
  }
  .taggos {
    margin-left: 90px;
    max-width: 470px;
    width: 90vw;
  }
  .bio-pdf {
    margin-top: 120px;
    max-width: 470px;
    width: 90vw;
  }
  h2 {
    font-size: 40px;
    margin: 10px;
    line-height: 35px;
  }
  .mobile-row {
    margin-bottom: 20px;
    border-radius: 0;
    display: block;
  }
  .mobile-list-products div {
    margin: 0 !important;
    width: 100%;
  }
  .mobile-reverse {
    flex-direction: row-reverse;
  }
  .mobile-1 {
    margin-right: 20px;
    margin-bottom: 40px;
  }
  .mobile-2 {
    margin-right: 0px;
    max-height: 200px;
    margin-bottom: 40px;
  }
  .icon-right {
    margin-left: 0px;
    margin-top: 20px;
  }
  .l50,
  .l33 {
    width: 100%;
  }
  .bt {
    display: block;
  }
  .bt-desktop {
    display: none;
  }
  .bottom {
    background: transparent;
    border-top: 0px solid #e5e5e5;
    padding-bottom: 0px;
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    margin: 0;
    height: 100vh;
    background: #fff;
    color: #000;
    box-sizing: border-box;
    top: 0px;
    padding: 20px;
    overflow: auto;
  }
  .mobile-checkout {
    display: block;
  }
}

.show-mobile {
  display: none;
}

.card {
  position: absolute;
  /* top: 50%; */
  /* left: 50%; */
  width: 360px;
  height: 225px;
  /* margin: -150px; */
  /* float: left; */
  perspective: 500px;
  margin-left: 90px;
  margin-top: -80px;
}

.card-white {
  background: #fff !important;
  border: 1px solid #eee !important;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%) !important;
}

.card-black {
  margin: auto;
  width: 310px;
  height: 195px;
  background: #000;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%) !important;
}

.card-black-verso {
  background: url("/s/assets/card-black.png") #000;
  background-size: cover;
}

.card-white-verso {
  margin: auto;
  width: 310px;
  height: 195px;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #000000 !important;
  background: url("/s/assets/card-white.png") #fff !important;
  background-size: cover !important;
}

.card-white .card-editor-name {
  color: #000000 !important;
  padding: 20px;
  margin-top: 12px;
  font-size: 0.8em;
  font-family: "Avenir", "Aveniro";
  font-weight: 600;
}

.card-black .card-editor-name {
  color: #fff;
  padding: 20px;
  margin-top: 12px;
  font-size: 0.8em;
  font-weight: 600;
  font-family: "Avenir", "Aveniro";
}

.btn-padding {
  display: none;
}

@media only screen and (max-width: 1165px) {
  .card {
    margin-left: -20px;
  }
}

@media only screen and (max-width: 750px) {
  .box-focus {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw !important;
    max-width: none;
    border-radius: 0;
    height: 100%;
  }
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
  }
  .mobile-left {
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .input {
    margin: 3px 0 10px 0;
  }
  .btn-padding {
    height: 90px;
    display: block;
  }
  .card {
    margin-left: 90px;
    zoom: 0.76;
  }
  .floating {
    zoom: 0.7;
  }
  .bt-submit {
    box-sizing: border-box;
    width: 100%;
    right: 0px;
    padding: 15px 20px;
  }
  .item {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer {
    display: block !important;
    column-count: 1;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 20px;
  }
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: transform 1s;
  transform-style: preserve-3d;
}

.card:hover .content {
  transform: rotateY(180deg);
  transition: transform 0.5s;
}

.front,
.back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../assets/carbon.jpg") #111111;
  background-size: cover;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-size: 60px;
  border-radius: 15px;
  backface-visibility: hidden;
  border-bottom: 2px solid #000;
  padding: 20px;
  box-sizing: border-box;
}
.column {
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  background: transparent;
}
.qrcode {
  border-radius: 10px;
  padding: 3px;
  align-self: flex-start;
  background: transparent;
  display: inline-block;
}
.qrcode img {
  border-radius: 5px;
}
.qr-code-generetor svg {
  width: 100%;
}
.back {
  color: white;
  transform: rotateY(180deg);
}

.card_body {
  padding: 0.75rem 1.75rem;
}
.floating:before {
  font-family: "Quicksand";
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  position: absolute;
  top: -70px;
  opacity: 0;
  transition: 300ms;
  background: -webkit-linear-gradient(145deg, #4684c1, #343174);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.floating {
  font-family: Inconsolata;
  margin: auto;
  width: 453px;
  height: 280px;
  box-shadow: -20px 14px 54px rgba(0, 0, 0, 0.55);
  font-size: 18px;
  border-radius: 15px;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  background: url("../assets/carbon.jpg") #000;
  background-size: cover;
  transform: rotateX(17deg) rotateY(18deg);
}

.paywave {
  transform: translateZ(0px);
  float: right;
  position: absolute;
  margin: 15px 5px;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='56' viewBox='0 0 46 56'%3E%3Ctitle%3EContactlessIndicator 000%3C/title%3E%3Cpath fill='none' stroke='%23000' stroke-width='6' stroke-linecap='round' d='m35,3a50,50 0 0,1 0,50M24,8.5a39,39 0 0,1 0,39M13.5,13.55a28.2,28.5 0 0,1 0,28.5M3,19a18,17 0 0,1 0,18'/%3E%3C/svg%3E");
}

.thickness {
  width: 453px;
  height: 280px;
  border-radius: 18px;
  position: absolute;
  background: linear-gradient(145deg, #444, #222);
  transform: translateZ(-1px);
}
.thickness:nth-child(2) {
  transform: translateZ(-2px);
}
.thickness:nth-child(3) {
  transform: translateZ(-5px);
}

.footer {
  color: #fff;
  margin-top: 40px;
  background: #000000;
  padding: 30px;
  width: 100%;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  row-gap: 80px;
  box-sizing: border-box;
  padding-bottom: 80px;
}

.footer-icons {
  margin-top: 20px;
}

.footer-icons a {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
}

.footer .inner {
  padding: 20px;
  box-sizing: border-box;
}

/* switch*/
input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.switch-label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 30px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
  outline: none;
}

.switch-label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
  outline: none;
}

input:checked + .switch-label {
  background: #4caf50;
}

input:checked + .switch-label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.switch-label:active:after {
  width: 25px;
  outline: none;
}

.ring-container {
  position: relative;
}

.circle {
  width: 15px;
  height: 15px;
  background-color: #3785ff;
  border-radius: 50%;
  position: absolute;
  top: 23px;
  left: 23px;
}

.ringring {
  border: 3px solid #3785ff;
  -webkit-border-radius: 30px;
  height: 25px;
  width: 25px;
  position: absolute;
  left: 15px;
  top: 15px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.shopGrid {
  background: transparent;
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
}

.shopItem {
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-top: 0;
}

.marquee {
  display: none;
  height: 25px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #8736ff;
  color: #fff;
  padding: 5px;
  margin-top: 10px;
}

.marquee div {
  display: block;
  width: 200%;
  position: absolute;
  overflow: hidden;
  animation: marquee 5s linear infinite;
}

.marquee span {
  float: left;
  width: 25%;
}

.slider-container {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  display: flex;
  width: 220px;
  border-radius: 10px;
}

.slider-container div {
  display: flex;
  min-width: 220px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-snap-align: start;
}

.slider-container::-webkit-scrollbar {
  display: none; /* Oculta barra de rolagem no Chrome/Safari */
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 colunas de tamanhos iguais */
  gap: 0px; /* Espaçamento entre as células */
  max-width: 100vw; /* Para evitar ultrapassar a largura da viewport */
}
.grid-item {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px solid #eee;
  border-collapse: collapse;
  font-weight: bold;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.hat-natal {
  display: none !important;
}

.ano-novo,
.new-year {
  display: none !important;
}
#bolhas > div {
  animation: float 6s ease-in-out infinite;
  transition: transform 0.3s ease;
}
#bolhas > div:hover {
  opacity: 0.7;
}
#bolhas > div:nth-child(1) {
  animation-delay: 0s;
}
#bolhas > div:nth-child(2) {
  animation-delay: 0.8s;
}
#bolhas > div:nth-child(3) {
  animation-delay: 1.1s;
}

@keyframes float {
  0% {
    transform: translateY(0px) translateX(0px);
  }
  25% {
    transform: translateY(-5px) translateX(3px);
  }
  50% {
    transform: translateY(-2px) translateX(0px);
  }
  75% {
    transform: translateY(-3px) translateX(-3px);
  }
  100% {
    transform: translateY(0px) translateX(0px);
  }
}
