:root {
  --high: #1f3656;
  --back-color: #ffffff;
  --text: #54595f;
  /*--other-back: #172e4f;*/
  --other-back: #023d7e;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0px;
  margin: 0px;
  background-blend-mode: soft-light;
  font-family: "Inter", sans-serif;
  background-color: var(--back-color);
  background-repeat: repeat;
  background-size: auto;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.main-image {
  width: 140px;
  margin: 0 auto;
  display: block;
  padding-top: 30px;
  padding-bottom: 0px;
  filter: drop-shadow(2px 4px 6px #00000020);
}

h1.h1-text {
  font-size: 27px;
  text-align: center;
  font-weight: 700;
  color: var(--other-back);
  padding: 20px;
}

h3.h3-text {
  font-size: 16px;
  text-align: center;
  color: var(--text);
  font-weight: 400;
  padding: 20px;
}

.botao {
  text-align: center;
}

.botao-texto {
  font-weight: 700;
  font-size: 18px;
  background: #1fc55d;
  color: white;
  /* text-shadow: 1px 0px 0px #4d4d4d; */
  padding: 15px 30px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  word-spacing: 1px;
}

.botao-icon {
  fill: white;
  width: 22px;
  height: auto;
  filter: drop-shadow(0px 0px 0px white);
  stroke: white;
  stroke-width: 5px;
}

.areas {
  background: var(--other-back);
  padding: 20px 20px 60px 20px;
  color: white;
  text-align: center;
  position: relative;
  z-index: 9;
}

svg.icon-t {
  width: 40px;
  height: auto;
}

.tablet-text {
  padding-top: 2px;
}

.tablet {
  display: flex;
  justify-content: space-around;
}

.icon-tablet {
  background: #ff000000;
  padding: 22px;
  width: 100px;
}

.tabela-linha {
  display: block;
  position: relative;
}

.swiper {
  width: 100%;
  margin-bottom: 25px;
}

.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: #f2f2f2;
  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;
}

.sobre {
  background: #f2f2f2;
  padding: 40px 20px;
}

.glass {
  display: flex;
  justify-content: center;
  padding: 0px 5px;
  font-size: 18px;
  line-height: 1.5;
}

h2.h2-text {
  color: var(--other-back);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.spac {
  padding-top: 8px;
}

.back-image {
  position: relative;
  width: 83%;
  height: 340px;
  background-image: url(/imagens/adv.jpg);
  border-radius: 8px;
  box-shadow: 0 0 6px #2f36497a;
  z-index: 9;
  margin: 0 auto;
}

img.back {
  position: relative;
  width: 330px;
  margin: 0 auto;
  display: block;
  filter: brightness(1.5) contrast(1.1) saturate(0.9);
  z-index: 99;
  margin-top: -362px;
}

svg.botao-fixado {
  width: 37px;
  height: 37px;
  filter: drop-shadow(0px 0px 0px #ffffff);
}

.fixado {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #1fc55d;
  fill: white;
  position: fixed;
  bottom: 14px;
  right: 14px;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
  /*box-shadow: 2px 2px 20px -2px #313131b8;*/
  animation: pulse-animation 2s infinite;
}

.nova-lista {
  padding-bottom: 50px;
}

.nova-linha {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 9px 20px;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  color: var(--high);
}

img.linha-icone {
  width: 21px;
  height: 21px;
  background: #1fc55d;
  border-radius: 100px;
  flex-shrink: 0;
}

.contato {
  background-color: var(--other-back);
  padding: 20px 15px;
  color: White !important;
  text-align: center;
  font-size: 14px;
  margin-top: -1px;
}

.atendimento {
  background: var(--other-back);
  color: white;
  padding: 50px 20px;

  text-align: center;
  font-weight: 300;
}

.sub-botao {
  text-align: center;
  font-size: 16px;
  color: var(--text);
  padding: 7px 20px 0px 20px;
  font-weight: 300;
}

.barra {
  background: var(--other-back);
  width: 82%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 20px 20px;
  position: relative;
  z-index: 999;
  color: white !important;
  box-shadow: 0px 5px 20px -8px #000000a1;
}

.h1-barra {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 5px;
}

.sub-barra {
  font-weight: normal;
  font-size: 14px;
}

.flex-barra {
  width: 50%;
}

.bloco {
  background: #f9f9f900;
  border-radius: 15px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 20px;
  width: 50%;
  text-decoration: none;
}

.bloco-icone {
  width: 49px;
  fill: #ffffff;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 0px;
}

.bloco-texto {
  font-weight: 400;
  font-size: 16px;
  padding-top: 10px;
  color: #ffffff;
  text-decoration: none;
}

.linha2 {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  width: 100%;
  margin-bottom: 25px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(31, 197, 92, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgb(31 197 93 / 0%);
  }
}
