@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-behavior: smooth;
  height: -moz-fit-content;
  height: fit-content;
}

#new-mousepad-fallen {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  /* Regras para evitar conflitos com a plataforma */
  height: auto !important;
  overflow: visible !important;
  position: static !important;
  transform: none !important;
  filter: none !important;
}
#new-mousepad-fallen .flex-mousepad-fallen {
  display: flex;
  justify-content: center;
  align-items: center;
}
#new-mousepad-fallen .hiden {
  display: none;
}
#new-mousepad-fallen .text-mousepad-fallen {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
}
#new-mousepad-fallen h3,
#new-mousepad-fallen h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 5%;
  text-align: center;
}
#new-mousepad-fallen .yellow {
  color: #ebb442;
}
#new-mousepad-fallen .purple {
  color: #bd945d;
}
#new-mousepad-fallen .text-space {
  letter-spacing: 0.4rem;
}
#new-mousepad-fallen .upper {
  text-transform: uppercase;
}
#new-mousepad-fallen button.bullet {
  min-width: 150px;
  height: 45px;
  opacity: 1;
  border-radius: 25px;
  border: 1px solid #ebb442;
  background-color: transparent;
  transition: all 0.3s ease-in;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
#new-mousepad-fallen button.bullet.active {
  background-color: #ebb442;
  color: #000000;
}
#new-mousepad-fallen button.bullet.active svg path {
  fill: #000 !important;
}
#new-mousepad-fallen button.bullet:hover {
  background-color: #bd945d;
  color: #ffffff;
}
#new-mousepad-fallen button.bullet:hover svg path {
  fill: #ffffff !important;
}
#new-mousepad-fallen button.bullet.no-radius {
  border-radius: 0;
}
#new-mousepad-fallen img {
  -webkit-user-drag: none;
  /* bloqueia arrastar no Chrome/Safari */
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  /* bloqueia seleção */
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  /* opcional: impede clique/hover direto na imagem */
}
#new-mousepad-fallen .info-peq {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 400;
  font-style: Regular;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 5%;
  text-align: center;
}

#new-mousepad-fallen .scroll-section {
  width: 100%;
  height: 250vh;
  position: relative;
}
#new-mousepad-fallen .scroll-section .sticky-wrapper {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, #000000 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), url(../img/bg-hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  #new-mousepad-fallen .scroll-section .sticky-wrapper {
    width: 100vw;
  }
}
#new-mousepad-fallen .scroll-section canvas {
  width: 100%;
  height: auto;
  display: block;
  z-index: 0;
}
@media (max-width: 768px) {
  #new-mousepad-fallen .scroll-section canvas {
    width: 100vw;
  }
}
#new-mousepad-fallen .scroll-section .background-scrolling {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.3s linear;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 0%, #000000 100%), linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
#new-mousepad-fallen .scroll-section .background-scrolling .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
}
@media (max-width: 1800px) {
  #new-mousepad-fallen .scroll-section .background-scrolling .container {
    justify-content: center;
  }
}
@media (max-width: 1400px) {
  #new-mousepad-fallen .scroll-section .background-scrolling .container {
    justify-content: space-evenly;
  }
}
@media (max-width: 1100px) {
  #new-mousepad-fallen .scroll-section .background-scrolling .container {
    flex-direction: column-reverse;
  }
}
#new-mousepad-fallen .scroll-section .background-scrolling .container .mousepad-circ {
  max-width: 850px;
  transform: rotate(-25deg);
  transition: transform 0.1s linear;
}
@media (max-width: 1800px) {
  #new-mousepad-fallen .scroll-section .background-scrolling .container .mousepad-circ {
    max-width: 600px;
  }
}
@media (max-width: 1100px) {
  #new-mousepad-fallen .scroll-section .background-scrolling .container .mousepad-circ {
    max-width: 900px;
  }
}
@media (max-width: 800px) {
  #new-mousepad-fallen .scroll-section .background-scrolling .container .mousepad-circ {
    max-width: 500px;
  }
}
@media (max-width: 600px) {
  #new-mousepad-fallen .scroll-section .background-scrolling .container .mousepad-circ {
    max-width: 300px;
  }
}
#new-mousepad-fallen .scroll-section .background-scrolling .container .hero-content {
  width: 100%;
  max-width: 500px;
  transition: transform 0.1s linear;
}
@media (max-width: 1800px) {
  #new-mousepad-fallen .scroll-section .background-scrolling .container .hero-content {
    max-width: 400px;
  }
}
@media (max-width: 1300px) {
  #new-mousepad-fallen .scroll-section .background-scrolling .container .hero-content {
    max-width: 800px;
  }
}
@media (max-width: 900px) {
  #new-mousepad-fallen .scroll-section .background-scrolling .container .hero-content {
    max-width: 90%;
  }
}
@media (max-width: 1100px) {
  #new-mousepad-fallen .scroll-section .background-scrolling .container .hero-content {
    max-width: 50%;
  }
}
@media (max-width: 700px) {
  #new-mousepad-fallen .scroll-section .background-scrolling .container .hero-content {
    max-width: 90%;
  }
}
@media (max-width: 400px) {
  #new-mousepad-fallen .scroll-section .background-scrolling .container .hero-content {
    max-width: 90%;
  }
}
#new-mousepad-fallen .scroll-section .background-scrolling .container .hero-content video {
  max-width: 400px;
}
@media (max-width: 700px) {
  #new-mousepad-fallen .scroll-section .background-scrolling .container .hero-content video {
    max-width: 90%;
  }
}
#new-mousepad-fallen .scroll-section .background-scrolling .container .hero-content .box {
  width: 100%;
  background-color: #bd945d;
  padding: 8px 25px;
  opacity: 1;
  border-radius: 10px;
  mix-blend-mode: difference;
}
@media (max-width: 1300px) {
  #new-mousepad-fallen .scroll-section .background-scrolling .container .hero-content .box {
    max-width: 500px;
  }
}
@media (max-width: 1100px) {
  #new-mousepad-fallen .scroll-section .background-scrolling .container .hero-content .box {
    width: 55%;
  }
}
#new-mousepad-fallen .scroll-section .background-scrolling .container .hero-content .box span {
  font-weight: 700;
  font-size: 24px;
}
#new-mousepad-fallen .scroll-section .background-scrolling .container .hero-content p {
  margin-top: 30px;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}
#new-mousepad-fallen .scroll-section .mousepad-options {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#new-mousepad-fallen .scroll-section .mousepad-options h2 {
  margin-bottom: 20px;
  font-size: 28px;
}
#new-mousepad-fallen .scroll-section .mousepad-options .img-size {
  width: 100%;
}
#new-mousepad-fallen .scroll-section .mousepad-options .img-size .content-size {
  width: 100%;
  height: 100vh;
  position: relative;
}
#new-mousepad-fallen .scroll-section .mousepad-options .img-size .content-size img {
  transform: scale(0.992);
  width: 100%;
}
#new-mousepad-fallen .scroll-section .mousepad-options .img-size .content-size .line {
  width: 100%;
  border-radius: 3px;
  background-color: #ebb442;
  position: absolute;
  height: 3px;
  transition: width 0.5s ease;
}
#new-mousepad-fallen .scroll-section .mousepad-options .img-size .content-size .line.active.vertical-line {
  width: 456px;
}
@media (max-width: 1300px) {
  #new-mousepad-fallen .scroll-section .mousepad-options .img-size .content-size .line.active.vertical-line {
    width: 500px;
  }
}
#new-mousepad-fallen .scroll-section .mousepad-options .img-size .content-size .line.active.horizontal-line {
  width: 1450px;
}
#new-mousepad-fallen .scroll-section .mousepad-options .img-size .content-size .line span {
  padding: 0 20px;
  height: 30px;
  border-radius: 15px;
  background-color: #ebb442;
  font-family: "Saira", sans-serif;
  color: #000000;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
#new-mousepad-fallen .scroll-section .mousepad-options .img-size .content-size .vertical-line {
  width: 0;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media (max-width: 1800px) {
  #new-mousepad-fallen .scroll-section .mousepad-options .img-size .content-size .vertical-line {
    left: 95%;
  }
}
#new-mousepad-fallen .scroll-section .mousepad-options .img-size .content-size .horizontal-line {
  width: 0;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1100px) {
  #new-mousepad-fallen .scroll-section .mousepad-options .img-size .content-size .horizontal-line {
    top: 65%;
  }
}
#new-mousepad-fallen .scroll-section .mousepad-options .mousepad-size-button {
  position: absolute;
  bottom: 5%;
}
@media (max-width: 768px) {
  #new-mousepad-fallen .scroll-section .mousepad-options .mousepad-size-button {
    bottom: 20%;
  }
}
@media (max-width: 500px) {
  #new-mousepad-fallen .scroll-section .mousepad-options .mousepad-size-button {
    bottom: 1%;
  }
}
#new-mousepad-fallen .scroll-section .mousepad-options .mousepad-size-button .buttons-size {
  display: flex;
}
@media (max-width: 500px) {
  #new-mousepad-fallen .scroll-section .mousepad-options .mousepad-size-button .buttons-size {
    flex-direction: column;
  }
}
#new-mousepad-fallen .scroll-section .mousepad-options .mousepad-size-button .buttons-size button {
  padding: 0 45px;
  border: 1px solid #000;
}
#new-mousepad-fallen .scroll-section .mousepad-options .mousepad-size-button .buttons-size button:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#new-mousepad-fallen .scroll-section .mousepad-options .mousepad-size-button .buttons-size button:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 768px) {
  #new-mousepad-fallen .scroll-section .mousepad-options .mousepad-size-button .buttons-size button {
    padding: 0px 20px;
  }
}
@media (max-width: 600px) {
  #new-mousepad-fallen .scroll-section .mousepad-options .mousepad-size-button .buttons-size button {
    padding: 0px 20px;
    margin-top: 10px;
    border-radius: 30px !important;
  }
}
#new-mousepad-fallen .scroll-section .mousepad-options.active {
  opacity: 1;
  pointer-events: all;
}

#new-mousepad-fallen .hero {
  width: 100%;
  height: 100vh;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 0%, #000000 100%), linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), url(https://assets.fallenstore.com.br/lp/mousepad/OniGirl/assets/img/img/hero.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#new-mousepad-fallen .hero .container {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: space-between;
}
#new-mousepad-fallen .hero .container .mousepad-circ {
  max-width: 850px;
  transform: rotate(-25deg);
}
#new-mousepad-fallen .hero .container .hero-content {
  width: 100%;
  max-width: 500px;
}
#new-mousepad-fallen .hero .container .hero-content .box {
  width: 100%;
  background-color: #bd945d;
  padding: 8px 25px;
  opacity: 1;
  border-radius: 10px;
  mix-blend-mode: Difference;
}
#new-mousepad-fallen .hero .container .hero-content .box span {
  font-family: "Saira", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 50%;
  vertical-align: middle;
  text-align: left;
}
#new-mousepad-fallen .hero .container .hero-content p {
  margin-top: 30px;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}

#new-mousepad-fallen .table {
  padding: 50px 0;
  width: 100%;
  background: radial-gradient(circle at 90% center, #444 0%, #000 50%, #000 100%);
}
#new-mousepad-fallen .table__size-table {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#new-mousepad-fallen .table__size-table h3,
#new-mousepad-fallen .table__size-table h3 + p {
  max-width: 90%;
  margin: 10px auto 0;
}
#new-mousepad-fallen .table__size-table .content-img {
  width: 100%;
  max-width: 960px;
  position: relative;
  display: flex;
  justify-content: center;
  aspect-ratio: 16/9;
}
#new-mousepad-fallen .table__size-table .content-img img,
#new-mousepad-fallen .table__size-table .content-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  #new-mousepad-fallen .table__size-table .content-img img,
  #new-mousepad-fallen .table__size-table .content-img video {
    max-width: 100%;
  }
}
#new-mousepad-fallen .table__size-table .content-img .mesa-img {
  z-index: 0;
  position: relative;
}
#new-mousepad-fallen .table__size-table .content-img .mousepad-img {
  z-index: 1;
}
#new-mousepad-fallen .table__size-table .content-img .teclado-img,
#new-mousepad-fallen .table__size-table .content-img .monitor-img,
#new-mousepad-fallen .table__size-table .content-img .monitor-video,
#new-mousepad-fallen .table__size-table .content-img .headset-img {
  z-index: 2;
}
#new-mousepad-fallen .table__size-table .size-table-content {
  margin: 50px 0 100px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#new-mousepad-fallen .table__size-table .size-table-content button {
  padding: 5px 80px;
  min-width: 150px;
  border: 1px solid #000;
}
#new-mousepad-fallen .table__size-table .size-table-content button:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#new-mousepad-fallen .table__size-table .size-table-content button:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 768px) {
  #new-mousepad-fallen .table__size-table .size-table-content button {
    padding: 15px 30px;
  }
}
#new-mousepad-fallen .table__cards-content {
  margin: 70px 0;
  display: flex;
  justify-content: center;
}
#new-mousepad-fallen .table__cards-content .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
  width: 100%;
  max-width: 1600px;
}
@media (max-width: 1300px) {
  #new-mousepad-fallen .table__cards-content .cards {
    gap: 15px;
  }
}
@media (max-width: 700px) {
  #new-mousepad-fallen .table__cards-content .cards {
    flex-direction: column;
    align-items: center;
  }
}
#new-mousepad-fallen .table__cards-content .cards .item {
  width: 100%;
  max-width: 500px;
  height: 800px;
  border-radius: 15px;
  border: 1px solid #ffde00;
  overflow: hidden;
  transition: transform 0.3s ease;
}
@media (max-width: 1800px) {
  #new-mousepad-fallen .table__cards-content .cards .item {
    max-width: 400px;
    height: 700px;
  }
}
@media (max-width: 1600px) {
  #new-mousepad-fallen .table__cards-content .cards .item {
    max-width: 300px;
    height: 600px;
  }
}
@media (max-width: 1300px) {
  #new-mousepad-fallen .table__cards-content .cards .item {
    max-width: 250px;
    height: 500px;
  }
}
@media (max-width: 1000px) {
  #new-mousepad-fallen .table__cards-content .cards .item {
    max-width: 200px;
    height: 400px;
  }
}
@media (max-width: 700px) {
  #new-mousepad-fallen .table__cards-content .cards .item {
    max-width: 90%;
    height: 400px;
    margin-bottom: 20px;
  }
}
#new-mousepad-fallen .table__cards-content .cards .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease-out;
}
#new-mousepad-fallen .table__cards-content .cards .item:hover {
  cursor: pointer;
}
#new-mousepad-fallen .table__cards-content .cards .item:hover img {
  transform: scale(1.4);
}

#new-mousepad-fallen .sticker {
  width: 100%;
  padding: 50px 0;
}
#new-mousepad-fallen .sticker .box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 50px;
  justify-content: space-around;
  position: relative;
  border: 2px solid transparent;
  border-radius: 15px;
  background-image: linear-gradient(#000, #000), linear-gradient(90deg, #edce00 0%, #bd945d 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
@media (max-width: 1800px) {
  #new-mousepad-fallen .sticker .box {
    max-width: 800px;
  }
}
@media (max-width: 1000px) {
  #new-mousepad-fallen .sticker .box {
    max-width: 80vw;
  }
}
@media (max-width: 600px) {
  #new-mousepad-fallen .sticker .box {
    max-width: 90%;
    padding: 20px 5px;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
}
#new-mousepad-fallen .sticker .box video {
  max-width: 230px;
}
@media (max-width: 1800px) {
  #new-mousepad-fallen .sticker .box video {
    max-width: 200px;
  }
}
@media (max-width: 600px) {
  #new-mousepad-fallen .sticker .box video {
    max-width: 150px;
    margin-bottom: 50px;
  }
}
#new-mousepad-fallen .sticker .box .content {
  max-width: 400px;
  flex-direction: column;
}
#new-mousepad-fallen .sticker .box .content h3 {
  width: 100%;
  font-family: "Saira", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  text-align: left;
}
@media (max-width: 600px) {
  #new-mousepad-fallen .sticker .box .content h3 {
    font-size: 22px;
  }
}
#new-mousepad-fallen .sticker .box .content .text-mousepad-fallen {
  margin-top: 10px;
  max-width: 455px;
  font-family: "Saira", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  text-align: left;
}
@media (max-width: 600px) {
  #new-mousepad-fallen .sticker .box .content .text-mousepad-fallen {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  #new-mousepad-fallen .sticker .box .content {
    max-width: 90%;
  }
  #new-mousepad-fallen .sticker .box .content h3,
  #new-mousepad-fallen .sticker .box .content .text-mousepad-fallen {
    text-align: center;
  }
}

#new-mousepad-fallen .simulation {
  width: 100%;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(72, 72, 72, 0) 0%, #000000 100%), linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(360deg, rgba(0, 0, 0, 0) 65.87%, #000000 100%), url(https://assets.fallenstore.com.br/lp/mousepad/OniGirl/assets/img/bg-simulation.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#new-mousepad-fallen .simulation .blur {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  z-index: 0;
}
#new-mousepad-fallen .simulation .container {
  width: 100%;
  max-width: 850px;
  height: 100%;
  margin: 0 auto;
  padding: 60px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#new-mousepad-fallen .simulation h3 {
  margin-bottom: 50px;
}
@media (max-width: 1800px) {
  #new-mousepad-fallen .simulation h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #new-mousepad-fallen .simulation h3 {
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 100px;
  }
}
#new-mousepad-fallen .simulation__textile .speed-content {
  margin: 20px 0;
}
#new-mousepad-fallen .simulation__textile .speed-content p {
  margin-bottom: 20px;
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 50%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 700px) {
  #new-mousepad-fallen .simulation__textile .speed-content:last-child p {
    margin-top: 40px;
  }
}
@media (max-width: 700px) {
  #new-mousepad-fallen .simulation__textile .speed-content .plus {
    flex-wrap: wrap;
  }
}
#new-mousepad-fallen .simulation__textile .speed-content .plus button {
  padding: 0 20px;
  max-width: 150px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1000px) {
  #new-mousepad-fallen .simulation__textile .speed-content .plus button {
    padding: 0 15px;
    min-width: 130px;
    margin-right: 15px;
  }
}
@media (max-width: 700px) {
  #new-mousepad-fallen .simulation__textile .speed-content .plus button {
    margin-top: 20px;
    min-width: 150px;
  }
}
#new-mousepad-fallen .simulation__textile .speed-content .plus button:not(:last-child) {
  margin-right: 22px;
}
@media (max-width: 500px) {
  #new-mousepad-fallen .simulation__textile .speed-content .plus button:not(:last-child) {
    margin-right: 10px;
  }
}
#new-mousepad-fallen .simulation__textile .speed-content .plus button svg {
  max-width: 25px;
  margin-right: 20px;
  justify-content: space-around;
}
@media (max-width: 1000px) {
  #new-mousepad-fallen .simulation__textile .speed-content .plus button svg {
    max-width: 20px;
  }
}
@media (max-width: 500px) {
  #new-mousepad-fallen .simulation__textile .speed-content .plus button svg {
    max-width: 17px;
  }
}
@media (max-width: 1000px) {
  #new-mousepad-fallen .simulation__textile .speed-content .plus button {
    font-size: 10px;
  }
}
#new-mousepad-fallen .simulation__video {
  margin: 60px 0 5px 0;
  align-items: flex-start;
  position: relative;
  width: 100%;
  justify-content: center;
  transition: width 3s ease-in;
}
@media (max-width: 1800px) {
  #new-mousepad-fallen .simulation__video {
    margin-top: 30px;
  }
}
#new-mousepad-fallen .simulation__video .img-container {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 1000px) {
  #new-mousepad-fallen .simulation__video .img-container {
    max-width: 80%;
  }
}
#new-mousepad-fallen .simulation__video .img-container img {
  width: 100%;
  height: auto;
}
#new-mousepad-fallen .simulation__video .img-container #mouse-animation {
  width: auto;
  position: absolute;
  left: 80%;
  top: 10%;
  animation: organicParabola 10s infinite cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1000px) {
  #new-mousepad-fallen .simulation__video .img-container #mouse-animation {
    max-width: auto;
    height: 100px;
  }
}
@media (max-width: 600px) {
  #new-mousepad-fallen .simulation__video .img-container #mouse-animation {
    max-width: auto;
    height: 70px;
  }
}
@keyframes organicParabola {
  /* Ponto inicial */
  0%, 100% {
    top: 10%;
    left: 70%;
    transform: rotate(0deg);
  }
  /* Segmento 1: Descida com curva acentuada para a esquerda */
  20% {
    top: 65%;
    left: 0%;
    transform: rotate(15deg);
  }
  40% {
    top: 40%;
    left: 65%;
    transform: rotate(0deg);
  }
  50% {
    top: 22%;
    left: 55%;
    transform: rotate(-15deg);
  }
  60% {
    top: 22%;
    left: 70%;
    transform: rotate(15deg);
  }
  70% {
    top: 22%;
    left: 55%;
    transform: rotate(-15deg);
  }
  80% {
    top: 50%;
    left: 70%;
    transform: rotate(-15deg);
  }
  90% {
    top: 50%;
    left: 70%;
    transform: rotate(-15deg);
  }
}
@keyframes speedMouseplus {
  0% {
    top: 10%;
    left: 80%;
    transform: rotate(0deg);
  }
  20% {
    top: 55%;
    left: 35%;
    transform: rotate(-35deg);
  }
  40% {
    top: 20%;
    left: 15%;
    transform: rotate(15deg);
  }
  60% {
    top: 65%;
    left: 70%;
    transform: rotate(40deg);
  }
  80% {
    top: 30%;
    left: 85%;
    transform: rotate(-10deg);
  }
  100% {
    top: 10%;
    left: 80%;
    transform: rotate(0deg);
  }
}
#new-mousepad-fallen .simulation__video .size {
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  left: 100%;
}
#new-mousepad-fallen .simulation__video .size p {
  text-transform: uppercase;
  margin: 9px 0 9px 26px;
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 50%;
  text-align: center;
  vertical-align: middle;
}
#new-mousepad-fallen .simulation__video .size button {
  width: 170px;
  height: auto;
  border-left: none;
  border-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 15px 30px 15px 0;
  margin-top: 10px;
}
#new-mousepad-fallen .simulation__video .size button svg {
  margin-right: 20px;
}
#new-mousepad-fallen .simulation .info-peq {
  margin-top: 20px;
}
@media (max-width: 1000px) {
  #new-mousepad-fallen .simulation .info-peq {
    max-width: 80%;
  }
}
#new-mousepad-fallen .simulation__content {
  margin-top: 60px;
}
@media (max-width: 1000px) {
  #new-mousepad-fallen .simulation__content {
    max-width: 80%;
  }
}
#new-mousepad-fallen .simulation__content h4 {
  margin-bottom: 15px;
}
#new-mousepad-fallen .simulation__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.05;
}
@media (max-width: 1000px) {
  #new-mousepad-fallen .simulation__content p {
    font-size: 14px;
  }
}

#new-mousepad-fallen .comp-thick {
  width: 100%;
  height: 100%;
  padding: 55px 0;
}
#new-mousepad-fallen .comp-thick .container {
  max-width: 1920px;
  margin: 0 auto;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 0%, #000000 100%), linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/mousepad-compability.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
#new-mousepad-fallen .comp-thick .compatibility {
  flex-direction: column;
}
@media (max-width: 1200px) {
  #new-mousepad-fallen .comp-thick .compatibility {
    padding-right: 100px;
  }
}
@media (max-width: 1000px) {
  #new-mousepad-fallen .comp-thick .compatibility {
    margin-top: 100px;
  }
}
@media (max-width: 700px) {
  #new-mousepad-fallen .comp-thick .compatibility {
    padding-right: 0;
  }
}
#new-mousepad-fallen .comp-thick .compatibility h3 {
  font-family: "Saira", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}
#new-mousepad-fallen .comp-thick .compatibility p {
  font-family: "Saira", sans-serif;
  align-self: flex-end;
  margin-right: 200px;
  font-size: 70px;
  max-width: 1000px;
  text-align: right;
  font-weight: 800;
}
@media (max-width: 1200px) {
  #new-mousepad-fallen .comp-thick .compatibility p {
    max-width: 900px;
    align-self: flex-end;
    margin-right: 0;
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  #new-mousepad-fallen .comp-thick .compatibility p {
    margin-right: 20px;
  }
}
#new-mousepad-fallen .comp-thick .compatibility .content {
  margin: 100px 0 200px 0;
}
@media (max-width: 1000px) {
  #new-mousepad-fallen .comp-thick .compatibility .content {
    margin: 50px 0 200px 0;
  }
}
#new-mousepad-fallen .comp-thick .compatibility .content video {
  max-width: 500px;
  margin-bottom: 100px;
}
@media (max-width: 1000px) {
  #new-mousepad-fallen .comp-thick .compatibility .content video {
    max-width: 400px;
  }
}
@media (max-width: 400px) {
  #new-mousepad-fallen .comp-thick .compatibility .content video {
    max-width: 90%;
  }
}

.back-to-top .icon {
  width: 250px;
  height: 25px;
  background-color: #bd945d;
}/*# sourceMappingURL=style.css.map */