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

@tailwind components;

@tailwind utilities;

@charset "UTF-8";
html {
  font-family: "Figtree", sans-serif;
  background-color: #eaeaea;
}
@media (max-width: 767px) {
  html {
    background-color: #fff;
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

.site-footer {
  position: relative;
  --header-height: 80px;
  min-height: var(--header-height);
  background: #2A2F38 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px rgba(11, 75, 139, 0.2509803922);
  opacity: 1;
}
@media (max-width: 991px) {
  .site-footer {
    padding-top: 100px;
  }
}
.site-footer--anchor {
  position: absolute;
  bottom: 120px;
  right: 83px;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: #a38c65 !important;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 100px;
  opacity: 1;
  color: #ffffff;
  font-size: 30px;
}
@media (max-width: 991px) {
  .site-footer--anchor {
    top: -20px;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%);
  }
}
.site-footer--container {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .site-footer--container {
    padding: 0px 0 50px;
  }
}
.site-footer--container > header {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .site-footer--container > header {
    flex-direction: column;
    height: auto;
  }
}
.site-footer--container > header img {
  width: 200px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.site-footer--container > header .social {
  border-left: 1px solid rgba(204, 204, 204, 0.1);
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding-left: 40px;
  margin-left: 40px;
}
@media (max-width: 991px) {
  .site-footer--container > header .social {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    margin-top: 55px;
    margin-bottom: 25px;
  }
}
.site-footer--container > header .social ul {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.site-footer--container > header .social ul li + li {
  margin-left: 26px;
}
.site-footer--container > header .social ul li a {
  font-size: 18px;
  color: rgb(163, 140, 101);
}
@media (max-width: 991px) {
  .site-footer--container > header .social ul li a {
    font-size: 30px;
  }
}
.site-footer--container > p {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 14px;
  line-height: 25px;
  color: rgb(255, 255, 255);
  opacity: 1;
}
@media (max-width: 991px) {
  .site-footer--container > p {
    font-size: 16px;
    line-height: 30px;
  }
}
.site-footer--container > nav {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 45px;
}
.site-footer--container > nav ul {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  list-style: none;
}
.site-footer--container > nav ul li:first-of-type::before {
  display: none;
}
.site-footer--container > nav ul li::before {
  content: "/";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: rgb(153, 153, 153);
  padding: 0 10px;
}
.site-footer--container > nav ul li a {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: rgb(153, 153, 153);
  opacity: 1;
  text-decoration: underline;
}
.site-footer--copytight {
  width: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer--copytight > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: rgb(153, 153, 153);
  opacity: 1;
}
@media (max-width: 767px) {
  .site-footer--copytight > p {
    font-size: 10px;
    opacity: 0.5;
  }
}
.site-footer--menu-2-content {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 30px;
}
.site-footer--menu-2-content a {
  color: #FFF;
  text-decoration: none;
}
.site-footer--menu-2-content a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.site-footer--menu-2-title {
  color: #a38c65;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .site footer.site-footer {
    padding-top: 70px;
  }
}
.site footer.site-footer section ul {
  list-style-type: none;
}
@media (max-width: 767px) {
  .site footer.site-footer section.section-footer .site-footer--container nav,
  .site footer.site-footer section.section-footer .site-footer--container header {
    display: none;
  }
}
.site footer.site-footer section.section-footer .site-footer--container header {
  padding: 35px 0 0;
}
@media (max-width: 991px) {
  .site footer.site-footer section.section-footer .site-footer--container header .social {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .site footer.site-footer section.section-footer .site-footer--container p.content {
    font-size: 10px;
    opacity: 0.5;
    line-height: 24px;
    padding-top: 35px;
  }
}
@media (min-width: 768px) {
  .site footer.site-footer section.section-footer-mobile {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site footer.site-footer section.section-footer-mobile .site-footer--container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .site footer.site-footer section.section-footer-mobile .site-footer--container {
    display: none;
  }
}
@media (max-width: 767px) {
  .site footer.site-footer section.section-footer-mobile .site-footer--container div.social {
    margin-top: 30px;
  }
}
.site footer.site-footer .site-footer--menu-2 {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 767px) {
  .site footer.site-footer .site-footer--menu-2 {
    display: block;
    font-size: 14px;
  }
}
.site footer.site-footer .site-footer--menu-2 .menu-2-col {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  flex-basis: 25%;
}
@media (max-width: 899px) {
  .site footer.site-footer .site-footer--menu-2 .menu-2-col {
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .site footer.site-footer .site-footer--menu-2 .menu-2-col {
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .site footer.site-footer .menu-2-col .site-footer--menu-2-content {
    display: grid;
    grid-auto-flow: row dense;
    grid-column-gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.modal-login,
.modal-alert,
.modal-signup,
.modal-signup-access,
.modal-default,
#modal-password {
  display: none !important;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 15px;
  max-width: 1176px;
  width: 100%;
  margin: 0 auto;
}

.main-header {
  display: flex;
  flex-direction: column;
  background-color: #14171F;
  background-image: url("/images/bg-squares.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 200px;
  font-family: "Figtree", sans-serif;
}
@media (max-width: 767px) {
  .main-header {
    min-height: unset;
    background-image: none;
  }
}
.main-header .header-title {
  font-size: 32px;
  font-weight: 500;
  margin-block: 32px;
  background: linear-gradient(to right, white 20%, #54432B);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .main-header .header-title {
    display: none;
  }
}
.main-header .safe {
  color: white;
}
@media (max-width: 767px) {
  .main-header .safe {
    margin-top: 12px;
  }
}
.main-header .safe .safe-text {
  margin-left: 10px;
}

.content-area {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .content-area {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    background-color: #fff;
  }
}

.step-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}
.step-container .title-container {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.step-container .title-icon {
  font-size: 24px;
  color: #2F3137;
  margin-right: 28px;
}
.step-container .step-title {
  font-weight: 500;
  font-size: 24px;
  color: #2F3137;
}
.step-container .strong-text {
  font-weight: 500;
  color: #2F3137;
}
.step-container .base-text {
  font-weight: 400;
  color: #2F3137;
}

form.step-form {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
form.step-form .form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
form.step-form .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
  margin-bottom: 15px;
}
form.step-form .row .col {
  width: 100%;
  min-width: 346px;
  max-width: 350px;
}
form.step-form .button-container {
  display: flex;
  justify-content: end;
  margin-top: auto;
  padding-top: 16px;
}
@media (max-width: 767px) {
  form.step-form .button-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    min-height: 84px;
    padding: 12px 16px;
    background-color: #fff;
    border-top: 1px solid #E3E6ED;
    box-shadow: 0 -2px 12px 0 rgba(47, 49, 55, 0.16);
  }
  form.step-form .button-container .btn {
    width: 100%;
    height: 52px;
  }
}

label:not(.checkbox-label) {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #2F3137;
  margin-bottom: 3px;
}

input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
input[type=checkbox]:checked {
  accent-color: #2F3137;
}
input[type=checkbox]:hover {
  cursor: pointer;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
select,
textarea {
  display: block;
  text-align: left;
  font-size: 14px;
  padding: 0 15px;
  height: 40px;
  line-height: 35px;
  border: 1px solid #C2C0BC;
  border-radius: 8px;
  color: #2F3137;
  margin-bottom: 12px;
  width: 100%;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 14px;
  color: #999999;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder,
select::placeholder,
textarea::placeholder {
  font-size: 14px;
  color: #999999;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
select:focus,
textarea:focus {
  border: 1px solid #a38c65;
  box-shadow: none;
}

textarea {
  height: auto;
}

.btn {
  display: inline-block;
  padding: 16px 32px;
  color: white;
  background-color: #46B987;
  box-shadow: 0px 2px 12px 0px rgba(47, 49, 55, 0.16);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 30px;
  border: none;
  box-shadow: 0px 0px 3px rgba(11, 75, 139, 0);
  cursor: pointer;
  min-width: 180px;
  transition: ease 0.2s;
  font-family: "Figtree", sans-serif;
}
@media (max-width: 767px) {
  .btn {
    min-width: 150px;
  }
}
.btn:hover {
  background-color: #009974;
}
.btn:disabled {
  color: #fff;
  background-color: #6BC79F;
  cursor: not-allowed;
}
.btn:disabled::before {
  content: "\f30d";
  font-family: "Font Awesome 6 Pro";
  margin-right: 8px;
  font-size: 14px;
}

.section-title {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}

.signin-gmail {
  width: 100%;
}
.signin-gmail > a, .signin-gmail div {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 50px;
  border: 1px solid #cccccc;
  border-radius: 100px;
  opacity: 1;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: none;
}
.signin-gmail > a:hover, .signin-gmail div:hover {
  background-color: rgba(234, 234, 234, 0.2470588235);
  border: 1px solid #293038;
}
.signin-gmail > a .icon-gmail, .signin-gmail div .icon-gmail {
  background-image: url(/images/icon-gmail-g.svg?d7f092af888a54de79ed9c9303d689d7);
  width: 18px;
  height: 18px;
  background-size: contain;
  margin-right: 8px;
}
.signin-gmail > a span, .signin-gmail div span {
  color: #293038;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
}

.section-subtitle {
  font-size: 14px;
  color: #666666;
  display: block;
  line-height: 1.3;
  margin-bottom: 20px;
}

.forget-link {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: #293038;
  margin-top: 12px;
}
.forget-link:hover {
  text-decoration: underline;
}

.plan-selector {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan-selector .plans-cards {
  display: block;
  margin: 30px 0;
}
.plan-selector .plans-cards li {
  display: flex;
  align-items: center;
  padding: 35px 20px;
  max-width: 600px;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: 0.2s ease;
}
.plan-selector .plans-cards li.active {
  border-color: #a38c65;
  background-color: rgba(243, 223, 190, 0.4745098039);
  z-index: 2;
}
.plan-selector .plans-cards li + li {
  margin-top: -1px;
}
.plan-selector .plans-cards li.active + li {
  border-top-color: transparent;
}
.plan-selector .plans-cards li .radiobox {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  border: 3px solid #ccc;
  margin-right: 15px;
  min-width: 20px;
}
.plan-selector .plans-cards li .radiobox.active {
  border-color: #a38c65;
}
.plan-selector .plans-cards li .radiobox.active:before {
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  display: block;
  z-index: 2;
  background-color: #a38c65;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.plan-selector .plans-cards li .description {
  flex: 1;
  margin-right: 15px;
}
.plan-selector .plans-cards li .description .title {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
  font-weight: 700;
  line-height: 1;
  color: #333333;
}
.plan-selector .plans-cards li .description .subtitle {
  font-size: 15px;
  color: #888;
  line-height: 1.2;
}
.plan-selector .plans-cards li .value {
  margin-left: auto;
}
.plan-selector .plans-cards li .value strong {
  font-weight: 800;
  font-size: 20px;
}
.plan-selector .plans-cards li .value .suffix {
  color: #888888;
  font-size: 13px;
}

.clearfix {
  clear: both;
  width: 1px;
  height: 1px;
  display: block;
  margin-top: -1px;
}

.card-pophover {
  position: relative;
  cursor: pointer;
}
.card-pophover .popup {
  display: none;
}
.card-pophover:hover .popup {
  display: block;
  position: absolute;
  right: -120px;
  top: -95px;
}

.content select, .form-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 50px !important;
  background-image: url("/images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 16px;
}

/* Botão Whats */
#whatsapp {
  z-index: 9999;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#whatsapp img {
  max-width: 60px;
  transition: all 0.4s;
}
#whatsapp img:hover {
  transform: scale(1.1);
  transition: all 0.4s;
}

.grecaptcha-badge {
  display: none !important;
}

.site-footer .container {
  flex-direction: column-reverse;
}
