@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Poppins:wght@300;400&display=swap");

:root {
  color: #6d6d6d;
  background: #fff;
  font-family: Montserrat, sans-serif;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body,
#root {
  color: inherit;
  background: inherit;
}

body {
  height: auto;
  margin: auto;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  background-color: #143b5c;
}

img {
  max-width: 100%;
}
ul {
  list-style: none;
}
li {
  font-size: 21px;
}

button {
  cursor: pointer;
  border: 0;
  background: transparent;
}

#c-bns,
#s-bns {
  button:first-child {
    color: var(--cc-btn-primary-text, #fff);
    background: #143b5c !important;
  }
}

p,
.p {
  margin-bottom: 0 !important;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
}

td {
  color: #000;
  font-size: 12px;
}

small,
.small {
  font-size: 16px !important;
  line-height: 25px;
  font-weight: 400;
}

h1 {
  font-size: 30px;
  line-height: 36px;
}
h2 {
  font-size: 27px;
  line-height: 31px;
  font-weight: 800;
}

a {
  color: #6d6d6d;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;

  &:hover {
    color: inherit;
    font-weight: inherit;
  }
}

.alt-title {
  font-size: 22px;
  line-height: 10px;
  letter-spacing: 8px;
}
.alt-title2 {
  font-size: 30px;
  line-height: 42px;
}
.alt-title3 {
  font-size: 60px;
  line-height: 55px;
}
.alt-plus {
  font-size: 26px;
  line-height: 32px;
}
.alt-medium {
  font-size: 24px;
  line-height: 30px;
}
.alt-down {
  font-size: 16px;
  line-height: 18px;
}
.alt-small {
  font-size: 14px;
  line-height: 18px;
}
.alt-text {
  font-size: 16px;
  line-height: 24px;
}
.alt-biggest {
  font-size: 34px;
  line-height: 34px;
}
.sub-text {
  font-size: 12px;
  line-height: 14px;
}

.ff-poppins {
  font-family: Poppins, sans-serif;
}
.justify {
  text-align: justify;
}
.divisor {
  width: 1px;
  height: 70%;
  opacity: 1;
  border-top: 0;
  background: #fff;
}
.border-orange-left {
  padding-left: 10px;
  border-left: 1px solid #ff8200;
}
.border-orange-left2 {
  padding-left: 10px;
  border-left: 3px solid #ff8200;
}
.w-fit-content {
  width: fit-content !important;
}
.w-max-content {
  width: max-content;
}
.uppercase {
  text-transform: uppercase !important;
}
.letter-spacening {
  letter-spacing: 5px;
}
.thin {
  font-weight: 200 !important;
}
.light {
  font-weight: 300 !important;
}
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.semibold {
  font-weight: 600 !important;
}
.bold,
b {
  font-weight: 700;
}
.extrabold {
  font-weight: 800 !important;
}
.cursor-pointer {
  cursor: pointer;
}
.py-big {
  padding: 3rem 0;
}
.box-shadow {
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.box-shadow2 {
  box-shadow: 0 1px 46px rgb(0 0 0 / 11%);
}
.shadow-inset {
  box-shadow: inset 0 0 5px rgb(0 0 0 / 16%);
}
.scale-up {
  transform: scale(1.1);
}

hr {
  opacity: 1;
  background: #6d6d6d;

  &.divisao {
    width: 5px;
    height: 50%;
    border-top: 0;
    border-radius: 10px;
    background: #ff8100;
  }
}

.image-cover {
  object-fit: cover;
}
.pointer-events-none {
  pointer-events: none;
}
.show-read-more .more-text,
.show-read-more2 .more-text2 {
  display: none;
}

.text-creme {
  color: #f4d9c0 !important;
}
.text-orange {
  color: #ff8200 !important;
}
.text-pink {
  color: #f6989b !important;
}
.text-dark-pink {
  color: #9a6263 !important;
}
.text-light-blue {
  color: #0d99ce !important;
}
.text-green {
  color: #60be9b !important;
}
.text-green-blue {
  color: #15a8ab !important;
}
.text-cyan {
  color: #26bebb !important;
}
.text-dark-green {
  color: #19b174 !important;
}
.text-white {
  color: #fff !important;
}
.text-grey {
  color: #445064 !important;
}
.text-black {
  color: #000 !important;
}
.text-orange-brown {
  color: #ca7938 !important;
}
.text-light-brown {
  color: #a47e66 !important;
}
.text-blue {
  color: #143b5c !important;
}

.hover-blue {
  transition: color 0.2s;

  &:hover {
    color: #0b3077;
  }
}

.bg-red {
  background: #143b5c;
}
.bg-orange {
  background: #f9bb75;
}
.bg-light-orange {
  background: #f6d0a9;
}
.bg-white {
  background: #fff;
}
.bg-creme {
  background: #fff0d7;
}
.bg-blue {
  background: #304271;
}
.bg-green {
  background: #60be9b;
}
.bg-green-blue {
  background: #15a8ab;
}
.bg-dark-green {
  background: rgb(48 66 113 / 34%);
}
.bg-light-green {
  background: rgb(149 170 154 / 24%);
}
.bg-grey {
  background: #f5f5f5;
}
.bg-light-pink {
  background: #f6b09d;
}
.bg-brown {
  background: #816c55;
}

.bg-light-blur {
  background-color: rgb(255 255 255 / 75%);
  backdrop-filter: blur(20px);
}
.bg-transparent-blur {
  background-color: rgb(255 255 255 / 20%);
  backdrop-filter: blur(20px);
}
.border-radius {
  border-radius: 10px;
}
.border-radius-medium {
  border-radius: 23px;
}
.border-radius-large {
  border-radius: 25px;
}
.border-radius-big {
  border-radius: 35px;
}
.border-radius-shape {
  border-radius: 35px 35px 0;
}

.btnLink,
.btnLinkComprar {
  margin-bottom: 0;
  border-radius: 10px;
  cursor: pointer !important;
  transition: all 0.3s;
}

.btnLink {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 18px;
}
.btnLinkComprar {
  padding: 10px 5px;
  font-size: 15px;
  line-height: 15px;
}

.btn-blue,
.btn-green,
.btn-blue-green {
  display: block;
  width: fit-content;
  padding: 10px 20px;
  transition: all 0.4s;
}

.btn-blue {
  color: #fff;
  background: #304271;

  &:hover {
    color: #fff;
    background: #13223a;
  }
}

.btn-green {
  color: #fff;
  background: #15a8ab;

  &:hover {
    background: #128d8f;
  }
}

.btn-blue-green {
  border: 1px solid #15a8ab;
  color: #15a8ab;
  background: transparent;

  &:hover {
    color: #fff;
    background: #15a8ab;
  }
}

.btn-white {
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  padding: 7px 20px;
  border: 1px solid #fff;
  background: #fff;
  transition: all 0.4s;

  &:hover {
    color: #15a8ab;
  }
}

@media (min-width: 1400px) {
  .linha-central::before {
    width: 90%;
  }
  .linha-vertical::before {
    height: 199px;
  }
}

@media (max-width: 1399px) {
  .alt-plus {
    font-size: 24px;
    line-height: 28px;
  }
  .alt-medium {
    font-size: 19px;
    line-height: 24px;
  }
  .alt-small {
    font-size: 12px;
    line-height: 18px;
  }
  .alt-text {
    font-size: 14px;
    line-height: 21px;
  }
  .alt-down {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 1199px) {
  .alt-plus {
    font-size: 22px;
    line-height: 26px;
  }
  .alt-medium {
    font-size: 18px;
    line-height: 21px;
  }
}

@media (min-width: 992px) {
  .w-lg-fit-content {
    width: fit-content;
  }
}

@media (max-width: 991px) {
  .alt-text {
    line-height: 21px;
  }
  .ajusteParaContainer {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 12px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .fundo-contraste {
    background: rgb(255 255 255 / 40%);
  }
}

@media (min-width: 768px) {
  .position-md-relative {
    position: relative;
  }
  .position-md-absolute {
    position: absolute;
  }
  .h-md-100 {
    height: 100%;
  }
  .translate-md-middle {
    transform: translate(-50%, -50%) !important;
  }
}

@media (max-width: 767px) {
  .alt-biggest {
    font-size: 24px;
    line-height: 34px;
  }
  .alt-plus {
    font-size: 24px;
    line-height: 28px;
  }
  .alt-medium {
    font-size: 16px;
  }
  .barra-divisoria::before {
    display: none;
  }
  .ajusteParaContainer {
    max-width: 540px;
  }
  .alt-title {
    letter-spacing: 3px;
  }
  .alt-title2 {
    font-size: 18px;
    line-height: 19px;
  }
  .alt-title3 {
    font-size: 37px;
    line-height: 35px;
  }
}

@media (max-width: 576px) {
  small,
  .small {
    font-size: 12px !important;
    line-height: 16px;
  }

  .alt-down {
    font-size: 12px;
    line-height: 18px;
  }
  .alt-plus {
    font-size: 18px;
    line-height: 24px;
  }
  .alt-medium {
    font-size: 16px;
  }
  .alt-small {
    font-size: 10px;
    line-height: 16px;
  }
  .alt-biggest {
    font-size: 21px;
    line-height: 24px;
  }
  .ajusteParaContainer {
    max-width: calc(100vw - 20px);
  }
  .alt-title {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 3px;
  }
  .alt-title2 {
    font-size: 14px;
    line-height: 19px;
  }
  .alt-title3 {
    font-size: 29px;
    line-height: 25px;
  }
  .scale-up {
    transform: scale(1);
  }
}

@media (max-width: 330px) {
  p {
    font-size: 16px;
  }
  small {
    font-size: 12px;
  }
  h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .alt-medium {
    font-size: 16px;
    line-height: 21px;
  }
  .alt-down {
    font-size: 16px;
    line-height: 21px;
  }
}
