@font-face {
  font-family: "sora-light";
  src: url("../fonts/sora/Sora-Light.ttf");
  font-style: normal;
}

@font-face {
  font-family: "sora-reg";
  src: url("../fonts/sora/Sora-Regular.ttf");
  font-style: normal;
}

@font-face {
  font-family: "sora-smb";
  src: url("../fonts/sora/Sora-SemiBold.ttf");
  font-style: normal;
}

@font-face {
  font-family: "sora-b";
  src: url("../fonts/sora/Sora-Bold.ttf");
  font-style: normal;
}

.font-sora-light {
  font-family: "sora-light";
}

.font-sora {
  font-family: "sora-reg";
}

.font-sora-smb {
  font-family: "sora-smb";
}

.font-sora-b {
  font-family: "sora-b";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  margin: 0;
}

p {
  display: block;
  font-family: "sora-reg";
  font-size: 14px;
  line-height: 28px;
  color: #4d5859;
}

.error {
  color: #f32020;
}

.mensagem-sucesso {
  color: #2e5f2e;
}

#resultado-envio {
  color: #4d5859;
}

.mensagem-erro {
  color: #f32020;
}

#modalTabela .error {
  color: #fca0a0;
}

#modalTabela .mensagem-sucesso {
  color: #9ec89e;
}

#modalTabela #resultado-envio {
  color: #9ec89e;
}

#modalTabela .mensagem-erro {
  color: #fca0a0;
}

#mapa {
  -webkit-filter: grayscale(100%);
}

.container-plann {
  width: 100%;
  padding: 0 25px;
}

.menu {
  display: none;
}

.float-whats {
  position: absolute;
  padding: 8px;
  background-color: #4d5859;
  right: 32px;
  top: 146px;
  border-radius: 4px;
}

.float-whats a {
  text-decoration: none;
  color: #fff;
}

.float-whats .fale {
  margin-right: 20px;
}

.float-whats .icon-whats {
  width: 20px;
}

.float-share {
  position: absolute;
  padding: 8px;
  background-color: #4d5859;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  right: -90px;
  top: 350px;
  border-radius: 4px;
}

.float-share a {
  text-decoration: none;
  color: #91d50a;
}

.float-share .fale {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
  letter-spacing: 2px;
}

.float-share .icon-share {
  transform: rotate(90deg);
  width: 20px;
  height: 21px;
}

.custom-navigation {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.custom-navigation button {
  background: none;
  border: none;
  cursor: pointer;
}

/* media queries */
@media (min-width: 768px) {
  .container-plann {
    width: 1200px;
  }

  p {
    display: block;
    font-family: "sora-reg";
    font-size: 16px;
    line-height: 28px;
    color: #4d5859;
  }
}

.policy-content {
  color: #4d5859;
}

.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
  font-family: "sora-light" !important;
  font-weight: 300 !important;
  color: #4d5859 !important;
  line-height: 1.3 !important;
}

.policy-content h1 {
  font-size: 34px !important;
  margin: 34px 0 16px !important;
}

.policy-content h2 {
  font-size: 30px !important;
  margin: 30px 0 14px !important;
}

.policy-content h3 {
  font-size: 20px !important;
  margin: 22px 0 10px !important;
}

.policy-content h4,
.policy-content h5,
.policy-content h6 {
  font-size: 18px !important;
  margin: 18px 0 8px !important;
}

.policy-content p {
  display: block !important;
  font-family: "sora-reg" !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
  color: #4d5859 !important;
  margin: 0 0 18px !important;
}

.policy-content p br {
  content: "";
  display: block;
  margin-top: 10px;
}

.policy-content ul,
.policy-content ol {
  margin: 8px 0 20px 24px !important;
  padding-left: 10px !important;
}

.policy-content ul {
  list-style-type: disc !important;
}

.policy-content ol {
  list-style-type: decimal !important;
}

.policy-content li {
  display: list-item !important;
  font-family: "sora-reg" !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
  color: #4d5859 !important;
  margin: 0 0 8px !important;
}

.policy-content strong,
.policy-content b {
  font-family: "sora-reg" !important;
  font-weight: 400 !important;
}

.policy-content mark,
.policy-content span.has-inline-color,
.policy-content .has-black-color {
  color: #4d5859 !important;
  background: transparent !important;
}

.policy-content a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .policy-content h1 {
    font-size: 42px !important;
  }

  .policy-content h2 {
    font-size: 36px !important;
  }

  .policy-content h3 {
    font-size: 24px !important;
  }

  .policy-content h4,
  .policy-content h5,
  .policy-content h6 {
    font-size: 20px !important;
  }

  .policy-content p,
  .policy-content li {
    font-size: 16px !important;
  }
}

