@charset "UTF-8";
html {
  font-family: "Nunito", sans-serif;
  background-color: #eaeaea;
}

* {
  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;
  justify-content: flex-start;
  padding: 0 15px;
  max-width: 1176px;
  width: 100%;
  margin: 0 auto;
}

.main-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
  min-height: 80px;
  box-shadow: 0px 0px 10px rgba(11, 75, 139, 0.2509803922);
}
.main-header .container {
  justify-content: space-between;
  align-items: center;
}
.main-header .container .safe {
  display: flex;
  align-items: center;
}
.main-header .container .safe span {
  color: #666;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
  padding-left: 7px;
}
.main-header .container .safe svg {
  padding: 5px;
  border: 2px solid green;
  border-radius: 50%;
  width: 25px;
  color: green;
  height: 25px;
}

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

#landingCheckout {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #landingCheckout {
    flex-direction: column-reverse;
  }
}

.plan-info {
  flex: 2;
  background: white;
  border: 1px solid #fefefe;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(11, 75, 139, 0);
  margin-left: 20px;
}
@media (max-width: 767px) {
  .plan-info {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.plan-info header {
  padding: 20px 15px;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  text-align: center;
}
.plan-info footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-top: 10px;
  background-color: #f7f7f7;
  border-top: 1px solid #eeeeee;
}
.plan-info .pricing {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.plan-info .pricing table {
  font-size: 14px;
  width: 100%;
}
.plan-info .pricing .installments-info {
  font-size: 14px;
  border-top: 1px solid #eee;
  margin-left: -20px;
  margin-right: -20px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.plan-info .pricing .installments-info strong {
  color: #a38c65;
}

.checkout-container {
  display: flex;
  flex-direction: column;
  flex: 4;
  border: 1px solid #fefefe;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(11, 75, 139, 0);
  background-color: #ffffff;
  min-height: 550px;
  padding: 20px;
  width: 1000px;
  max-width: 100%;
  margin: auto;
  position: relative;
  padding-bottom: 100px;
}

.step-indicators {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid rgb(212, 212, 212);
  margin-bottom: 40px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .step-indicators {
    margin-bottom: 15px;
    padding: 0;
    margin-top: -15px;
  }
}
.step-indicators li {
  line-height: 1;
  padding: 20px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  margin-bottom: -2px;
  color: #999;
}
.step-indicators li.active {
  border-bottom: 2px solid #a38c65;
  color: #a38c65;
  font-weight: 600;
}
@media (max-width: 767px) {
  .step-indicators li.active {
    width: 100%;
    text-align: left;
    padding: 15px 5px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .step-indicators li:not(.active) {
    display: none;
  }
}

label:not(.checkbox-label) {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  margin-bottom: 3px;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}

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;
  background-color: #ececec;
  border: none;
  border-radius: 3px;
  color: #777777;
  margin-bottom: 10px;
  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: 10px 20px;
  color: white;
  background-color: #63b549;
  font-size: 15px;
  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;
}
@media (max-width: 767px) {
  .btn {
    min-width: 150px;
  }
}
.btn:hover {
  background-color: #66d243;
}
.btn:disabled {
  color: #fff;
  background-color: #808080;
  cursor: not-allowed;
}

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

.signin-gmail {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 35px;
}
.signin-gmail > a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  opacity: 1;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: none;
}
.signin-gmail > a:hover {
  background-color: #293038;
  border: 1px solid #293038;
}
.signin-gmail > a:hover span {
  color: #ffffff;
}
.signin-gmail > a .icon-gmail {
  background-image: url(/images/icon-gmail.svg?8e62f88869f286bc08d5acf39030a955);
  width: 24px;
  height: 18px;
  background-size: contain;
  margin-right: 12px;
}
.signin-gmail > a span {
  color: #293038;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}

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

.login-step {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .login-step {
    flex-direction: column;
  }
}
.login-step > div {
  flex: 1;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .login-step > div {
    padding: 0;
  }
  .login-step > div:nth-child(2) {
    margin-top: 25px;
    border-top: 1px solid #eee;
    padding-top: 25px;
  }
}
.login-step .forget-link {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  text-decoration: none;
  color: #333333;
}

.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;
}

.client-data-step .section-title,
.client-data-step .section-subtitle {
  text-align: center;
}
.client-data-step form .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.client-data-step form .footer a {
  text-decoration: none;
  color: #a38c65;
  font-size: 14px;
}
.client-data-step .agreement {
  font-weight: 400;
  color: #888;
  font-size: 14px;
}
.client-data-step .agreement a {
  color: #888;
}

.payment-method-step {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 30px;
}
.payment-method-step .section-title,
.payment-method-step .section-subtitle {
  text-align: center;
}
.payment-method-step span.info {
  font-size: 14px;
  background: rgba(100, 150, 200, 0.1);
  border-radius: 5px;
  padding: 3px 5px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .payment-method-step span.info {
    width: 100%;
    text-align: center;
  }
}
.payment-method-step .payment-selectors {
  display: block;
  margin: 30px 0;
}
.payment-method-step .payment-selectors li .header {
  display: flex;
  align-items: center;
  padding: 20px;
  max-width: 600px;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: 0.2s ease;
}
.payment-method-step .payment-selectors li .header.active {
  border-color: #a38c65;
  background-color: rgba(243, 223, 190, 0.4745098039);
  z-index: 2;
}
.payment-method-step .payment-selectors li .header + li {
  margin-top: -1px;
}
.payment-method-step .payment-selectors li .header.active + li {
  border-top-color: transparent;
}
.payment-method-step .payment-selectors li .header .radiobox {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  border: 3px solid #ccc;
  margin-right: 15px;
  min-width: 20px;
}
.payment-method-step .payment-selectors li .header .radiobox.active {
  border-color: #a38c65;
}
.payment-method-step .payment-selectors li .header .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%);
}
.payment-method-step .payment-selectors li .header h1 {
  font-size: 18px;
  color: #333;
}
.payment-method-step .payment-selectors li .content {
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.payment-method-step .payment-selectors li .content .due-date,
.payment-method-step .payment-selectors li .content .cvc {
  width: 49%;
  float: left;
}
.payment-method-step .payment-selectors li .content .cvc {
  margin-left: 2%;
}
.payment-method-step .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .payment-method-step .footer {
    flex-direction: column-reverse;
  }
}
.payment-method-step .footer a {
  text-decoration: none;
  color: #a38c65;
  font-size: 14px;
}
@media (max-width: 767px) {
  .payment-method-step .footer a {
    margin-top: 15px;
  }
}

.step-result {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
.step-result .result-card {
  display: flex;
  padding: 30px 40px;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .step-result .result-card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.step-result .result-card svg {
  font-size: 50px;
  color: #a38c65;
}
.step-result .result-card .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding-left: 40px;
  justify-content: center;
  color: #333;
}
@media (max-width: 767px) {
  .step-result .result-card .content {
    padding-left: 0;
    text-align: center;
  }
}
.step-result .result-card .content h1 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 800;
}
.step-result .result-card .content p {
  font-size: 15px;
  line-height: 1.2;
  color: #666;
}
.step-result .footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}
.step-result .footer a {
  text-decoration: none;
  color: #a38c65;
  font-size: 14px;
}
.step-result .footer a.btn-back {
  text-decoration: none;
  color: #a38c65;
  font-size: 14px;
  color: white;
  font-weight: bold;
  font-size: 15px;
}

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

.cvc {
  margin-left: 2%;
  width: 49%;
  float: right;
  position: relative;
}
.cvc .pophover {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.cvc .pophover .popup {
  display: none;
}
.cvc .pophover:hover .popup {
  display: block;
  position: absolute;
  right: -10px;
  top: 35px;
}

.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;
}
