:root {
  --primary-color: #01337d;
  --secondary-color: #ffb520;
  --font-family: "Poppins", sans-serif;
}

.wow {
  visibility: hidden;
}

* {
  font-family: var(--font-family);
}

ul {
  list-style: none;
  padding: 0;
}

li {
  margin-bottom: 15px;
  display: flex;
  gap: 7px;
  color: #57534e;
}

a {
  text-decoration: none;
}

.link-blur {
  color: var(--primary-color);
}

.fs-60 {
  font-size: 3em;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: bold;
}

.btn-truepoint {
  background: var(--primary-color);
  border-radius: 100px;
  padding: 12px 27px;
  border: none;
  color: #fff;
}

.btn-truepoint-outline {
  border: 2px solid var(--primary-color);
  border-radius: 100px;
  padding: 17px 27px;
  color: var(--primary-color);
  background: none;
}

.text-secondary-p {
  color: var(--secondary-color);
}

.description {
  font-size: 1.25em;
}

.img-second {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.title-solution {
  font-size: 2.75em;
}

.description-solution {
  font-size: 1.25em;
}

.button-learn-more {
  width: 100%;
  padding: 20px 30px;
}

.card-custom {
  border: 1px solid #e6e8eb;
  border-radius: 10px;
  padding: 15px;
  background: #fff;
  box-shadow: 11px 13px 20.6px #6d6d6d2f;
}

.bg-secondary-point {
  background: var(--secondary-color);
}

.img-card {
  width: 100px;
}

.des-dest {
  font-weight: 500;
  color: var(--primary-color);
}

.title-card {
  font-size: 1.5em;
  color: var(--primary-color);
  font-weight: 600;
}

.description-card {
  color: #44403c;
  font-size: 0.9em;
}

.primary-color {
  color: var(--primary-color);
}

.secondary-color {
  color: var(--secondary-color);
}

.container-selected-Optimize {
  flex-wrap: wrap;
}

.title-Advantages {
  font-size: 1.75em;
}

.description-Advantages {
  color: #57534e;
  font-size: 1.25em;
}

.text-color-se {
  color: #57534e;
}

.selected {
  background: var(--primary-color);
}

.selected-custom {
  padding: 10px 20px;
  border-radius: 100px;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  cursor: pointer;
}

.description-plans {
  font-size: 1em;
  color: #57534e;
}

.title-plans {
  color: #57534e;
  font-size: 1.777em;
}

.qtd-user {
  color: #57534e;
}

.price {
  color: #57534e;
  font-size: 2.369em;
}

.border-radius-10 {
  border-radius: 10px;
}

.bg-primary-p {
  background: var(--primary-color);
}

.title-contat {
  font-size: 2.375em;
}

.description-contat {
  font-size: 1.25em;
}

.btn-test {
  width: 100%;
}

.btn-submit-form {
  width: 100%;
}

.img-bg-circle {
  display: none;
}

.img-bg-circle-bottom {
  display: none;
}