@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:wght@100..900&display=swap');

:root {
  --white: #ffffff;
  --black: #000;
  --darkgrey: #514f4f;
  --gold: #c79f66;
  --lightgold: rgba(184, 162, 131, 0.30);
  --grey: #4f4f4f;
  --lightgrey: #ededed;
}

html, body{
  margin: 0;
  padding:0 !important;
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.1;
  overflow-x: hidden !important;
}
a:hover {
  color: #000000;
}
/* Navbar */
.navbar {
  background: var(--gold);
  padding: 20px 0 !important;
  color: var(--white);
  box-shadow: 0 5px 20px rgba(81, 79, 79, 0.55);
}
.nav-row {
  width: 100%;
  margin: 0 auto;
}
.nav-logo img {
  max-width: 100%;
  margin-bottom: -45px;
}
.nav-menu ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-menu ul li:is(.nav-logo) {
  width: 320px;
}
.nav-menu ul li {
  cursor: pointer;
  margin: 0 20px;
  position: relative; 
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  width: 20%;
  text-align: center;
}
.nav-menu ul li:not(.nav-logo):after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: var(--white);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.nav-menu ul li.active:not(.nav-logo):after, .nav-menu ul li:hover:not(.nav-logo):after { 
  width: 130px; 
  left: 0; 
  right: 0;
  margin: 0 auto;
}
/* header */
.header {
  background: url('/version2_assets/img/header.jpg');
  background-position: center 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 95%;
  margin: 0 auto;
  border-radius: 40px;
}
.header-content {
  padding-top: 220px;
  width: 90%;
  margin: 0 auto;
}
.header-txt {
  margin-top: -50px;
}
.header-txt h1 {
  color: var(--white);
  font-size: 50px;
  font-weight: 700;
  margin: 0;
  max-width: 80%;
  padding: 0;
}
.header-txt h1 img {
  width: 230px;
  margin-top: -10px;
}
.header-txt hr {
  opacity: 1;
  background: var(--white);
  border: none;
  width: 380px;
  height: 1px;
}
.header-txt h6 {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
}
.header-txt ul {
  padding: 0;
  margin: 30px 0 0 0;
  list-style: none;
  color: var(--white);
}
.header-txt ul li {
  font-size: 18px;
  background: url('/version2_assets/img/next.svg') no-repeat left top;
  background-size: 25px;
  height: 45px;
  padding: 5px 0 0 35px;
}
/* form */
#contactform {
  margin: 0 0 0 auto;
  width: 450px;
  background: rgba(81, 79, 79, 0.75);
  padding: 50px 30px 40px 30px;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
#contactform h3 {
  color: var(--white);
  font-size: 28px;
  font-weight: 700;
  max-width: 80%;
  margin: 0 auto 10px auto;
}
.form-group {
  margin: 10px 0;
}
.form-group input, .form-group select {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  border: none;
  background: var(--white);
  color: var(--darkgrey) !important;
  font-size: 18px;
  -webkit-appearance: none;
  padding-left: 15px;
  text-align: left !important;
  font-weight: 400 !important;
}
.form-group input:focus-visible, .form-group select:focus-visible {
  outline: none;
}
.aplicacao, .nempregados {
  background: url('/version2_assets/img/downarrow.svg'), var(--white) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 95% 50% !important;
  cursor: pointer !important;
}
input::placeholder {
  color: var(--darkgrey);
  opacity: 1;
}
input::-webkit-input-placeholder {
  color: var(--darkgrey);
}
input::-moz-placeholder {
  color: var(--darkgrey);
}
input:-ms-input-placeholder {
  color: var(--darkgrey);
}
input:-moz-placeholder {
  color: var(--darkgrey);
}
.form-group input:active, .form-group input:focus, .form-group input:focus-visible {
  outline: none !important;
}
.form-check {
  text-align: left;
  margin-top: 10px;
}
.form-check label {
  margin: 0px 0 0 -10px;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  line-height: 1;
  color: var(--white);
  font-size: 10px;
  font-weight: 200;
}
.form-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid var(--white);
  border-radius: 2px;
  padding-right: 5px;
  color: var(--white);
}
.form-check input[type=checkbox]:checked + .checkmark::after {
  content: "\2713";
  display: block;
  text-align: center;
  line-height: 12px;
  margin-left: 0.5px;
  margin-top: -1px;
  font-size: 12px;
}
#politica-link {
  color: var(--white);
  text-decoration: none;
}
#politica-link:hover {
  color: var(--white);
  text-decoration: underline;
}
.form-button {
  width: 300px;
  height: 55px;
  border-radius: 10px;
  border: none;
  background: var(--gold);
  color: #000;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  margin: 20px auto 0 auto;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.6s ease;
}
.form-button:hover {
  background: var(--white);
  color: var(--gold);
}
.error, #termos-error {
  font-size: 11px;
  line-height: 1;
  color: var(--white) !important;
  font-style: normal;
  width: 100%;
  font-weight: 200;
  text-align: center;
}
/* Message */
.message-box {
  margin: 0 0 0 auto;
  width: 450px;
  background: rgba(81, 79, 79, 0.75);
  padding: 50px 30px 40px 30px;
  text-align: center;
  border-radius: 20px 20px 0 0;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--white);
}
.message-box img {
  max-width: 240px;
  margin-bottom: 30px;
}
.message-box h3 {
  font-size: 35px;
  font-weight: 700;
  max-width: 80%;
  margin: 0 auto 20px auto;
}
.message-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  max-width: 70%;
  margin: 0 auto;
}
/* section1 */
.section1 {
  padding: 70px 0;
}
.sec1-txt {
  color: var(--grey);
  margin: 0 0 20px 30px;
}
.sec1-txt h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 45px;
  font-weight: 700;
}
.sec1-txt h3 img {
  height: 30px;
  margin-right: 20px;
}
.sec1-txt p {
  font-size: 18px;
}
.features-slider .slick-list {
  padding: 30px 0;
}
.flip-card {
  background-color: transparent;
  width: 280px;
  height: 250px;
  perspective: 1000px;
  margin: 0 auto;
  cursor: pointer;
}
.flip-card-front, .flip-card-back {
  padding: 20px 35px;
}
.flip-card-front img, .flip-card-back img {
  height: 60px;
  margin: 20px 0;
}
.card-title {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid var(--gold);
  text-align: left;
  border-radius: 20px;
}
.flip-card-front {
  background: var(--gold);
  color: var(--white);
  box-shadow: 15px 10px 10px rgba(184, 162, 131, 0.50);
}
.flip-card-back {
  box-shadow: 0px 0px 20px 0px rgba(184, 162, 131, 0.50);
  background: var(--white);
  transform: rotateY(180deg);
  border: 1px solid var(--gold);
}
.flip-card-back p {
  color: var(--darkbrown);
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
.custom-dots {
  text-align: center;
  margin-top: 30px;
}
.custom-dots .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.custom-dots .slick-dots li {
  margin: 0 5px;
}
.custom-dots .slick-dots li button {
  background-color: var(--lightgold); 
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: none;
  display: block;
  padding: 0;
  cursor: pointer;
  font-size: 0;
}
.custom-dots .slick-dots li.slick-active button {
  background-color: var(--gold);
}
/* section2 */
.section2 {
  margin: 0 auto;
  width: 95%;
  background: var(--gold);
  border-radius: 20px;
}
.calculator-box {
  padding: 60px 0;
}
.sec2-txt h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
}
.sec2-txt p {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
}
.calculator-outer {
  min-height: 350px;
  background: var(--white);
  border: 1px solid var(--black);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.calculator {
  width: 100%;
}
.calculator h6 {
  font-size: 30px;
  font-weight: 700;
  color: var(--darkgrey);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.calculator h6 img {
  height: 25px;
  margin-right: 10px;
}
.calculator p {
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
  margin: 10px 0 5px 0;
}
.calculator input {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  border: 1px solid var(--darkgrey);
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 10px;
}
.calculator input:focus-visible {
  outline: none !important;
}
.result {
  margin-top: 10px;
}
.result h4 {
  font-weight: 600;
  font-size: 20px;
  color: var(--darkgrey);
}
.result h4 span {
  color: var(--gold);
  font-size: 32px;
  font-weight: 700;
}
/* section3 */
.section3 {
  padding: 100px 0;
}
.sec3-txt {
  color: var(--grey);
  margin: 0 0 60px 30px;
}
.sec3-txt h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 45px;
  font-weight: 700;
}
.sec3-txt h3 img {
  height: 30px;
  margin-right: 20px;
}
.sec3-txt p {
  font-size: 18px;
}
.partners-wrapper {
  position: relative;
  overflow: hidden;
}
.logo-slider {
  max-width: 95%;
  margin: 0 auto;
}
.logo-slider::before, .logo-slider::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  z-index: 4;
}
.logo-slider::before {
  left: 0;
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}
.logo-slider::after {
  right: 0;
  background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}
.logo-img img {
  height: 100px;
  margin: 0 auto;
}
/* section4 */
.section4 {
  padding: 70px 0;
  background: var(--lightgrey);
}
.next, .prev {
  cursor: pointer;
  transition: all 0.6s ease;
}
.next img, .prev img {
  height: 50px;
  margin-top: -100px;
}
.next:hover, .prev:hover{
  transform: scale(1.05);
}
.prev img {
  transform: rotate(180deg);
}
.custom-dots2 {
  text-align: center;
  margin-top: 30px;
}
.custom-dots2 .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.custom-dots2 .slick-dots li {
  margin: 0 5px;
}
.custom-dots2 .slick-dots li button {
  background-color: var(--lightgold); 
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: none;
  display: block;
  padding: 0;
  cursor: pointer;
  font-size: 0;
}
.custom-dots2 .slick-dots li.slick-active button {
  background-color: var(--gold);
}
.vant-inner {
  text-align: center;
}
.vant-inner img {
  max-width: 85%;
  margin: 0 auto;
}
.vant-inner h5 {
  font-size: 30px;
  font-weight: 700;
  color: var(--gold);
  margin-top: 30px;
}
.vant-inner p {
  font-size: 18px;
  max-width: 80%;
  margin: 0 auto;
}
/* footer */
.footer {
  padding: 40px 0;
  background: var(--gold);
}
.footer-img img {
  max-width: 100%;
}
.footer-txt h3 {
  color: var(--white);
  font-size: 40px;
  font-weight: 700;
  padding: 0 20px;
}
.footer-txt h3 img {
  width: 180px;
  margin-top: -10px;
}
.footer-cta {
  text-align: center;
}
.footer-cta button {
  width: 300px;
  height: 70px;
  border-radius: 10px;  
  border: none;
  background: var(--darkgrey);
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--white);
  transition: all 0.6s ease;
}
.footer-cta button:hover {
  background: var(--white);
  color: var(--grey);
}
/* Adstrategy */
#section-ads {
  text-align: center;
  padding: 30px 0;
}
/* Media Queries */
@media only screen and (max-width: 1550px) {
  .header-txt h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .header-content {
    width: 95%;
  }
  .header-txt h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1400px) {
  .nav-menu ul li {
    font-size: 14px;
  }
  .flip-card-front {
    box-shadow: 2px 2px 5px rgba(184, 162, 131, 0.4);
  }
  .sec2-txt h3 {
    font-size: 35px;
  }
  .flip-card-front, .flip-card-back {
    padding: 25px;
  }
  .flip-card {
    width: 95%;
  }
  .vant-inner p {
    font-size: 17px;
    max-width: 85%;
  }
  .footer-txt h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1300px) {
  .header-txt h1 {
    font-size: 40px;
  }
  .header-txt hr {
    width: 300px;
  }
  .nav-menu ul li {
    font-size: 13px;
  }
  .nav-logo img {
    width: 250px;
    margin-bottom: -40px;
  }
  .footer-txt h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .header {
    border-radius: 20px;
    background-size: cover;
  }
  #contactform {
    width: 400px;
  }
  .card-title {
    font-size: 20px;
  }
  .flip-card-back p {
    font-size: 18px;
  }
  .flip-card-front, .flip-card-back {
    padding: 25px 20px;
  }
  .flip-card-back ul li {
    font-size: 13px;
  }
  .flip-card-front img {
    height: 40px;
  }
  .nav-menu ul li {
    font-size: 11px;
  }
  .footer-txt h3 {
    font-size: 23px;
  }
  .footer-txt h3 img {
    width: 100px;
  }
  .sec2-txt h3 {
    font-size: 30px;
  }
  .sec2-txt img {
    max-width: 80%;
  }
  .footer-cta button {
    width: 260px;
  }
  .calculator h6 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1080px) {
  .nav-menu ul li {
    font-size: 12px;
    margin: 0 10px;
    width: 25%;
  }
  #contactform {
    width: 375px;
    padding: 40px 20px 30px 20px;
  }
  .header-txt h1 {
    font-size: 35px;
  }
  .header-txt ul li {
    font-size: 16px;
  }
  .calculator h6 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-menu ul li {
    font-size: 11px;
  }
  .nav-menu ul li:after {
    bottom: -3px !important;
  }
  .header-txt h1 {
    font-size: 32px;
  }
  .header-txt h1 img {
    width: 160px;
  }
  .sec2-txt h3 {
    font-size: 35px;
  }
  .footer-txt h3 {
    font-size: 25px;
  }
  .footer-cta button {
    width: 200px;
    height: 60px;
    font-size: 22px;
    margin-left: -50px;
  }
  .calculator h6 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 910px) {
  .nav-logo img {
    width: 250px;
  } 
  .nav-menu ul li {
    display: none;
  }
  .nav-menu ul li:nth-child(3) {
    display: block;
  }
  .header-txt h1 {
    font-size: 30px;
  }
  .footer-txt h3 {
    font-size: 24px;
  }
  #contactform {
    width: 350px;
    padding: 40px 20px 30px 20px;
    border-radius: 20px 20px 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .nav-menu ul {
    justify-content: center;
  }
  .nav-logo img {
    width: 350px;
  } 
  .header {
    text-align: center;
  }
  .header-txt {
    margin-bottom: 30px;
  }
  .header-txt h1 {
    margin: 0 auto;
    font-size: 35px;
  }
  .header-txt hr {
    margin: 10px auto;
  }
  .header-txt h6 {
    max-width: 80%;
    margin: 10px auto 30px auto;
  }
  .header-txt ul {
    text-align: left;
    max-width: 80%;
    margin: 0 auto;
  }
  #contactform {
    border-radius: 20px 20px 0 0;
  }
  #contactform, .message-box {
    width: 450px;
    margin: 0 auto;
    padding: 40px 30px;
  }
  .section1, .section2, .section3, .section4, .footer {
    text-align: center;
  }
  .sec1-txt, .sec3-txt {
    margin: 0 0 50px 0;
  }
  .sec1-txt h3, .sec3-txt h3 {
    justify-content: center;
  }
  .sec2-txt h3 {
    font-size: 32px;
  }
  .sec2-txt img {
    max-width: 70%;
    margin: 10px auto 40px auto;
  }
  .sec3-txt p {
    font-size: 16px;
  }
  .calculator h6 {
    justify-content: center;
  }
  .footer {
    text-align: center;
  }
  .footer-img img {
    max-width: 200px;
    margin-bottom: 10px;
  }
  .footer-txt h3 {
    font-size: 30px;
    margin: 20px auto 30px auto;
  }
  .footer-txt h3 img {
    width: 140px;
    margin-top: 0;
  }
  .footer-cta button {
    width: 280px;
    height: 70px;
    margin: 0 auto;
    font-size: 28px;
  }
}
@media only screen and (max-width: 650px) {
  .header-txt h1 {
    font-size: 40px;
    max-width: 85%;
  }
  .header-txt h6 {
    max-width: 90%;
  }
  .sec1-txt h3, .sec2-txt h3, .sec3-txt h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .form-check {
    padding: 0;
  }
  #contactform, .message-box {
    width: 100%;
  }
  .header-txt h1 {
    max-width: 95%;
    font-size: 38px;
  }
  .flip-card {
    width: 75%;
  }
  .logo-img img {
    height: 120px;
  }
  .footer-txt h3 {
    font-size: 28px;
  }
  .sec1-txt h3, .sec2-txt h3, .sec3-txt h3 {
    font-size: 36px;
  }
  .vant-inner h5 {
    font-size: 26px;
  }
  .vant-inner p {
    font-size: 16px;
    max-width: 90%;
  }
  .sec1-txt p, .sec3-txt p {
    font-size: 14px;
    max-width: 80%;
    margin: 0 auto;
  }
  .message-box h3 {
    font-size: 30px;
    max-width: 90%;
  }
  .message-box p {
    max-width: 85%;
  }
}
@media only screen and (max-width: 475px) {
  .header-txt h1 {
    font-size: 36px;
  }
  #contactform h3 {
    font-size: 25px;
  }
  .form-button {
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .nav-logo img {
    width: 250px;
  }
  .header-content {
    width: 100%;
    padding-top: 180px;
  }
  .header-txt h1 {
    font-size: 35px;
  }
  .form-box {
    padding: 0;
  }
  #contactform {
    padding: 40px 20px;
  }
  .vant-inner h5 {
    max-width: 80%;
    margin: 20px auto;
  }
  .calculator h6 {
    font-size: 18px;
  }
  .calculator h6 img {
    display: none;
  }
  .calculator p {
    font-size: 14px;
  }
  .sec1-txt p, .sec3-txt p {
    max-width: 90%;
  }
  .result h4 {
    font-size: 15px;
  }
  .result h4 span {
    font-size: 25px;
  }
  .footer-txt h3 img {
    width: 120px;
  }
  .footer-txt h3 {
    font-size: 22px;
  }
  .sec1-txt h3, .sec2-txt h3, .sec3-txt h3 {
    font-size: 28px;
  }
  .message-box h3 {
    font-size: 28px;
    max-width: 100%;
  }
  .message-box p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .header-txt h1 {
    font-size: 30px;
    max-width: 100%;
  }
  .header-txt hr {
    width: 80%;
  }
  .header-txt ul {
    max-width: 100%;
  }
  #contactform h3 {
    max-width: 100%;
  }
  .sec1-txt p, .sec3-txt p {
    max-width: 95%;
    font-size: 13px;
  }
  .vant-inner p {
    font-size: 14px;
  }
  .footer-txt h3 img {
    width: 100px;
  }
  .footer-txt h3 {
    font-size: 20px;
  }
  .footer-cta button {
    width: 95%;
  }
  .message-box h3 {
    font-size: 25px;
  }
  .message-box p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 350px) {
  .nav-logo img {
    width: 290px;
  }
  .header-txt h1 {
    font-size: 25px;
  }
  .header-txt h6 {
    font-size: 20px;
  }
  #contactform h3 {
    font-size: 20px;
  }
  .form-check label {
    font-size: 9.5px;
  }
  .form-button {
    font-size: 22px;
  }
  .error, #termos-error {
    font-size: 9px;
  }
  .custom-dots .slick-dots li button, .custom-dots2 .slick-dots li button {
    width: 11px;
    height: 11px;
  }
  .footer-txt h3 {
    font-size: 22px;
  }
  .footer-txt h3 img {
    width: 120px;
  }
  .sec1-txt p, .sec3-txt p {
    max-width: 85%;
  }
  .result h4 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .header-txt h6 {
    max-width: 100%;
    font-size: 18px;
  }
  .message-box h3 {
    font-size: 23px;
  }
  .message-box p {
    font-size: 14px;
  }
}