:root {
  --high: #0032d2;
  --back-color: #03071e;
  --text: #ffffff;
  --text2: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0px;
  margin: 0px;
  /*background-image: url(/image/noise.jpeg);*/
  background-blend-mode: soft-light;
  font-family: "Sora", sans-serif;
  background-color: var(--back-color);
  background-repeat: repeat;
  background-size: auto;
}

.desktop {
  display: grid;
  justify-content: center;
  align-content: center;
  height: 100vh;
  text-align: center;
  font-size: 21px;
  color: var(--text);
  background: radial-gradient(at bottom center, #0a3f621f 0%, #03071e 45%);
  gap: 50px;
}

.mobile {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

img {
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

.my-icon {
  position: absolute;
  top: 110px;
  left: 30px;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  animation: float 4s ease-in-out infinite;
  z-index: 99999999;
}

.my-icon2 {
  position: absolute;
  top: 55px;
  right: 35px;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  animation: float 4s ease-in-out infinite;
}

h2.lateral1 {
  color: #284450;
  font-size: 12px;
  position: absolute;
  font-weight: 300;
  transform: rotate(270deg);
  left: -102px;
  top: 280px;
  letter-spacing: 2px;
}

h2.lateral2 {
  color: #284450;
  font-size: 12px;
  position: absolute;
  font-weight: 300;
  transform: rotate(270deg);
  right: -129px;
  top: 205px;
  letter-spacing: 2px;
}

h1.titulo {
  color: var(--text2);
  font-size: 26px;
  text-align: center;
  padding: 25px;
  margin: 0px;
  margin-top: -128px;
  z-index: 999999;
  position: relative;
  line-height: 1.5;
}

h2 {
  line-height: 1.5;
}

.divisor1 {
  background: #cacfd67a;
  width: 40%;
  height: 1px;
  z-index: 900000;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: -5px;
}

h2.sub {
  color: #cacfd6;
  text-align: center;
  font-size: 12px;
  padding: 0px 23px;
  font-weight: 500;
  margin-top: 24px;
}

a {
  clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 5% 100%, 0 70%);
  background-color: var(--high);
  animation: textura 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) infinite normal none
      running,
    gradient 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) infinite normal none;
  /*background-image: linear-gradient(90deg, #EED47F, #F5BC17, #EED47F, #F5BC17);
  */
  background-size: 400% 200%;
  transition: background 1s cubic-bezier(0.55, 0.1, 0.47, 0.94) 0s;
  outline: none;
  text-decoration: none;
  height: 45px;
  display: flex;
  align-items: center;
}

.botao {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 12px;
  position: relative;
}

span.botao-span {
  padding: 28px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-shadow: 1px 0px 0px #3f1a00;
}

@keyframes float {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -20px);
  }
}

@keyframes textura {
  100% {
    background-size: 200% 200%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

h2.sub-amarelo {
  color: var(--text2);
  font-size: 17px;
  text-align: center;
  margin-top: 60px;
  padding: 20px;
}

.bloco-svg {
  background: #e9ecec;
  border-radius: 10px;
  padding: 15px;
  /*border: 1px solid #212121;
  */
  backdrop-filter: blur(10px);
  gap: 10px;
  display: grid;
  margin: 20px 30px 20px 30px;
  margin-bottom: 20px;
  color: var(--text);
}

svg.svg-bloco {
  width: 1px !important;
}

.svg-bloco {
  fill: var(--high);
}

.texto-bloco {
  font-size: 16px;
  color: black;
}

.paragrafo {
  color: #cacfd6;
  padding: 0px 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.selecao {
  box-shadow: inset 0 -15px 0 #0032d2;
}
.svg-d {
  padding-top: 60px;
  padding-bottom: 35px;
}

.svg-bloco2 {
  text-align: center;
  background: var(--high);
  width: 80px;
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 25px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bloco-paragrafo {
  text-align: justify;
  color: #000;
}

.swiper {
  width: 550px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  background: var(--high);
}

span.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
}

.revi-container {
  background: #e5e7e8;
  padding: 18px 14px 23px 14px;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  width: 79%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 36px;
  max-width: 760px;
  cursor: grab;
  position: relative;
}

.revi-container img {
  width: 42px;
  height: 42px;
  border-radius: 0;
}

.revi-name {
  -webkit-text-stroke: 0.2px;
  color: #000;
}

.revi-icon {
  color: #f9b403;
  padding-top: 2px;
  position: relative;
  display: flex;
}

.revi-image {
  display: flex;
  align-items: center;
}

.revi-comment {
  margin-top: 12px;
  padding: 0px 10px 0px 4px;
  color: #202124;
  overflow: scroll;
  overflow-x: hidden;
  height: 85px;
  line-height: 21px;
}

.revi-like {
  position: relative;
  /*display:flex;
  */
  align-items: center;
  padding: 13px 0px 0px 5px;
  margin-bottom: -5px;
  display: none;
}

.revi-container-title {
  position: relative;
  margin-left: 10px;
  top: -2px;
}

.revi-svg {
  fill: #4a4a4a;
}

.revi-number {
  padding-left: 5px;
  font-size: 15px;
  color: #000;
}

.g-class {
  width: 20px;
  height: auto;
  position: relative;
  float: right;
  margin: 3px 3px 0px 10px;
}

i.fa-solid.fa-star {
  margin-right: -1.5px !important;
}

.revi-comment::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff00;
}

.revi-comment::-webkit-scrollbar {
  width: 3px;
  background-color: #ffffff00;
}

.revi-comment::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c1c1c1;
}

@media (max-width: 767px) {
  .swiper {
    width: 100%;
  }
}

.est-in {
  font-size: 15.5px;
  margin-top: -1px;
  margin-bottom: -4px;
  margin-left: -0.5px;
  padding: 0px;
  padding-right: 2px;
}

.footer {
  background: var(--back-color);
  text-align: center;
  display: grid;
  gap: 5px;
  padding: 20px 10px;
  margin-top: 20px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.5;
  margin-top: -1px;
}

marquee {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  letter-spacing: 3px;
}

.marquee-container {
  padding: 12px 0px;
  color: white;
  margin-top: 35px;
  margin-bottom: 10px;
  background: var(--high);
}

@media (max-width: 768px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 769px) {
  .mobile {
    display: none;
  }
}

@keyframes wobble {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  15% {
    -webkit-transform: translateX(-5px) rotate(-5deg);
    transform: translateX(-5px) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(calc(5px / 2)) rotate(5deg);
    transform: translateX(calc(5px / 2)) rotate(5deg);
  }

  45% {
    -webkit-transform: translateX(calc(-5px / 2)) rotate(calc(-5deg / 1.8));
    transform: translateX(calc(-5px / 2)) rotate(calc(-5deg / 1.8));
  }

  60% {
    -webkit-transform: translateX(calc(5px / 3.3)) rotate(calc(5deg / 3));
    transform: translateX(calc(5px / 3.3)) rotate(calc(5deg / 3));
  }

  75% {
    -webkit-transform: translateX(calc(-5px / 5.5)) rotate(calc(-5deg / 5));
    transform: translateX(calc(-5px / 5.5)) rotate(calc(-5deg / 5));
  }
}
