:root {
   --high: #dd6611;
   --back-color: #eeeded;
   --text: #284450;
}


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: repeating-linear-gradient(45deg, var(--back-color), transparent 6px);
   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: #28445054;
   font-size: 12px;
   position: absolute;
   font-weight: 300;
   transform: rotate(270deg);
   left: -102px;
   top: 280px;
   letter-spacing: 2px;
}

h2.lateral2 {
   color: #28445054;
   font-size: 12px;
   position: absolute;
   font-weight: 300;
   transform: rotate(270deg);
   right: -129px;
   top: 205px;
   letter-spacing: 2px;
}

h1.titulo {
   color: var(--high);
   font-size: 26px;
   text-align: center;
   padding: 25px;
   margin: 0px;
   margin-top: -128px;
   z-index: 999999;
   position: relative;
}

h2 {
   line-height: 1.5;
}

.divisor1 {
   background: #28445075;
   width: 40%;
   height: 1px;
   z-index: 900000;
   position: relative;
   display: block;
   margin: 0 auto;
   margin-top: -5px;
}

h2.sub {
   color: var(--text);
   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 1.0s 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(--high);
   font-size: 17px;
   text-align: center;
   margin-top: 60px;
   padding: 20px;
}

.bloco-svg {
   background: #28445014;
   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;
   ;
}

.paragrafo {
   color: var(--text);
   padding: 0px 22px;
   font-size: 13px;
   font-weight: 500;
}

.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;
}

.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: repeating-linear-gradient(45deg, #f4f4f4, #909ea42e 1px);
   text-align: center;
   display: grid;
   gap: 5px;
   padding: 20px 10px;
   margin-top: 20px;
   color: var(--text);
   font-size: 13px;
   line-height: 1.5;
}

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));
   }
}
