@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  background: #F7F7F7;
  color: #333;
}

button {
  font-family: "Poppins", sans-serif;
}

.no-border {
  border: none !important;
}

.btn-primary {
  background: linear-gradient(90deg, #712496, #5F63F1);
  color: white;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 50px;
  text-decoration: none;
  line-height: 1.5;
  border: none;
  display: flex;
  align-items: center;
}

.btn-secondary {
  background: transparent;
  border: 1px solid #CCC;
  color: #333;
  padding: 10px 40px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.5;
  text-decoration: none;
}

.central {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: all 0.25s ease;
  padding: 20px 0;
}
header.scroll {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
header .logo {
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .logo img {
  height: 40px;
  width: 183px;
}
header nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
header nav .nav-links {
  list-style: none;
  display: flex;
  gap: 50px;
}
header nav .nav-links li {
  display: inline;
}
header nav .nav-links li a {
  color: #333;
  font-weight: 500;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  text-decoration-color: transparent;
  transition: all 0.25s ease;
}
header nav .nav-links li a:hover {
  text-decoration-color: #333;
}
header .btn-primary.mobile {
  display: none;
}

.hero {
  padding-top: 100px;
  overflow: hidden;
}
.hero .central {
  position: relative;
}
.hero .hero-content {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 50%;
}
.hero .hero-content .clients {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.hero .hero-content .clients img {
  height: 40px;
}
.hero .hero-content .clients span {
  font-size: 14px;
  margin-left: 14px;
  line-height: 1.2;
}
.hero .hero-content h1 {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 500;
  text-wrap: balance;
  margin: 0;
}
.hero .hero-content h1 strong {
  background: linear-gradient(90deg, #8533AD 69%, #F66C52 93%);
  background-clip: text;
  color: transparent;
}
.hero .hero-content p {
  font-size: 24px;
  line-height: 1.1;
  margin: 20px 0 40px 0;
  width: 70%;
  text-wrap: balance;
}
.hero .hero-content p span {
  background-image: url(images/underline.png);
  background-repeat: no-repeat;
  background-size: 124px;
  background-position: bottom;
}
.hero .hero-content p span:nth-child(2) {
  background-image: url(images/underline2.png);
  background-size: 133px;
}
.hero .hero-content .cta-buttons {
  display: flex;
  gap: 20px;
}
.hero .hero-content .cta-buttons button {
  font-size: 16px;
  padding: 12px 40px;
}
.hero .hero-image img {
  display: block;
  margin-left: auto;
  margin-top: -100px;
  margin-right: -60px;
  max-width: 100%;
  max-height: 900px;
}
.hero .hero-image .msg-bubble {
  position: absolute;
  z-index: 3;
  font-size: 14px;
}
.hero .hero-image .msg-bubble .nome {
  color: #666;
}
.hero .hero-image .msg-bubble .msg {
  padding: 20px 25px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  line-height: 1.4;
  margin-top: 10px;
}
.hero .hero-image .msg-bubble.left {
  right: 380px;
  top: 50%;
  max-width: 200px;
}
.hero .hero-image .msg-bubble.left .msg {
  border-radius: 0 20px 20px 20px;
}
.hero .hero-image .msg-bubble.right {
  right: -20px;
  top: 43%;
  text-align: right;
}
.hero .hero-image .msg-bubble.right .msg {
  border-radius: 20px 0 20px 20px;
}
.hero .hero-overlay {
  position: absolute;
  top: 30%;
  right: 0;
}

.benefits {
  padding: 150px 0;
  text-align: center;
  background: linear-gradient(90deg, #712496, #8533AD);
  position: relative;
  color: #FFF;
}
.benefits h2 {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 500;
  padding: 0 10%;
  margin: 0 0 80px 0;
}
.benefits h2 span {
  position: relative;
  font-weight: 600;
}
.benefits h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 304px;
  height: 11px;
  background-image: url(images/underline3.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.benefits h2 span:nth-child(2)::after {
  background-image: url(images/underline4.png);
  width: 402px;
  height: 50px;
  bottom: -24px;
}
.benefits .grid {
  display: flex;
  gap: 50px;
}
.benefits .grid .item {
  width: 25%;
  text-align: left;
}
.benefits .grid .item svg {
  width: 32px;
}
.benefits .grid .item h4 {
  font-weight: 500;
  font-size: 28px;
  margin: 10px 0 20px 0;
  line-height: 1.2;
}
.benefits .grid .item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.plans {
  padding: 150px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.plans .top-overlay {
  position: absolute;
  top: -50%;
  left: -2%;
  z-index: -1;
}
.plans .top-overlay img {
  width: 443px;
}
.plans .bottom-overlay {
  position: absolute;
  bottom: -50%;
  right: -2%;
  z-index: -1;
}
.plans .bottom-overlay img {
  width: 443px;
}
.plans h2 {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 500;
  padding: 0 10%;
  margin: 0 0 70px 0;
}
.plans h2 span {
  position: relative;
  font-weight: 600;
}
.plans h2 span::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 2px;
  width: 187px;
  height: 7px;
  background-image: url(images/underline5.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.plans .pricing-section {
  max-width: 1100px;
  margin: 0 auto;
}
.plans .pricing-section .pricing-header {
  display: flex;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.plans .pricing-section .pricing-header .empty {
  flex: 1.2;
}
.plans .pricing-section .pricing-header .plan-title {
  flex: 1;
  padding: 10px 0;
  font-size: 28px;
}
.plans .pricing-section .pricing-header .pro {
  background: linear-gradient(90deg, #8533AD, #5F63F1);
  background-clip: text;
  color: transparent;
}
.plans .pricing-section .pricing-header .super {
  background: linear-gradient(90deg, #F66C52, #E84747);
  background-clip: text;
  color: transparent;
}
.plans .pricing-section .pricing-row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.plans .pricing-section .pricing-row .feature {
  display: flex;
  align-items: center;
  flex: 1.2;
  font-size: 16px;
  text-align: left;
  border-top: 1px solid #CCC;
  padding: 20px;
  margin-right: -20px;
}
.plans .pricing-section .pricing-row .plan-price {
  border: 1px solid #CCC;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
}
.plans .pricing-section .pricing-row .plan-detail, .plans .pricing-section .pricing-row .icon {
  border: 1px solid #CCC;
  border-bottom: none;
}
.plans .pricing-section .pricing-row .plan-price, .plans .pricing-section .pricing-row .plan-detail, .plans .pricing-section .pricing-row .icon {
  padding: 20px 0;
  border-top: 1px solid #CCC;
  flex: 1;
  text-align: center;
}
.plans .pricing-section .pricing-row .check {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%238533AD"><path d="M4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12ZM12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM17.4571 9.45711L16.0429 8.04289L11 13.0858L8.20711 10.2929L6.79289 11.7071L11 15.9142L17.4571 9.45711Z"></path></svg>') center/contain no-repeat;
  background-size: 32px;
}
.plans .pricing-section .pricing-row .cross {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23F66C52"><path d="M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 10.5858L14.8284 7.75736L16.2426 9.17157L13.4142 12L16.2426 14.8284L14.8284 16.2426L12 13.4142L9.17157 16.2426L7.75736 14.8284L10.5858 12L7.75736 9.17157L9.17157 7.75736L12 10.5858Z"></path></svg>') center/contain no-repeat;
  background-size: 32px;
}
.plans .pricing-section .pricing-footer {
  display: flex;
  gap: 20px;
}
.plans .pricing-section .pricing-footer .empty {
  flex: 1.43;
}
.plans .pricing-section .pricing-footer .btn {
  flex: 1;
  padding: 15px 20px;
  border-radius: 0 0 10px 10px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  border: none;
  transition: 0.3s;
  font-size: 16px;
  text-decoration: none;
}
.plans .pricing-section .pricing-footer .pro {
  background: linear-gradient(90deg, #8533AD, #5F63F1);
}
.plans .pricing-section .pricing-footer .super {
  background: linear-gradient(90deg, #F66C52, #E84747);
}
.plans .pricing-section .pricing-footer .btn:hover {
  opacity: 0.8;
}
.plans .depoimentos {
  display: flex;
  gap: 20px;
  margin-top: 90px;
}
.plans .depoimentos .item {
  width: 100%;
}
.plans .depoimentos .item p {
  font-size: 15px;
  text-align: left;
  padding: 0 30px;
  margin: 0 0 20px 0;
  border-radius: 10px;
  border: 1px solid #CCC;
  height: 177px;
  display: flex;
  align-items: center;
}
.plans .depoimentos .item .info {
  margin-left: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.plans .depoimentos .item .info h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.plans .depoimentos .item .info img {
  width: 40px;
  margin-right: 10px;
}
.plans .depoimentos .item .info .text {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.3;
}

.how-it-works {
  padding: 150px 0;
  text-align: center;
  background: linear-gradient(90deg, #F66C52, #E84747);
  position: relative;
  color: #FFF;
}
.how-it-works h2 {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 500;
  padding: 0 10%;
  margin: 0 0 70px 0;
}
.how-it-works h2 span {
  position: relative;
  font-weight: 600;
}
.how-it-works h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 208px;
  height: 8px;
  background-image: url(images/underline6.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.how-it-works .steps {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 50px 0;
}
.how-it-works .steps .step {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0 50px;
}
.how-it-works .steps .step h6 {
  font-size: 24px;
  margin: 0 0 20px 0;
  font-weight: 500;
}
.how-it-works .steps .step p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}
.how-it-works .steps .step img {
  height: 140px;
  margin-right: 20px;
}
.how-it-works .btn-primary {
  margin-top: 70px;
  display: inline-block;
  background: linear-gradient(90deg, #C55642, #BA3A3A);
  padding: 10px 100px;
}

.faq {
  padding: 120px 0;
  background: #f7f7f7;
  text-align: center;
}
.faq h2 {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 500;
  padding: 0 10%;
  margin: 0 0 70px 0;
}
.faq h2 span {
  position: relative;
  font-weight: 600;
}
.faq h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 230px;
  height: 8px;
  background-image: url(images/underline7.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.faq .container {
  width: 900px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0 auto;
}
.faq .container .question {
  text-align: left;
  border-top: 1px solid #CCC;
}
.faq .container .question.open h6 svg {
  transform: rotate(180deg);
}
.faq .container .question.open p {
  display: block;
}
.faq .container .question:first-child {
  border-top: none;
}
.faq .container .question h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  cursor: pointer;
}
.faq .container .question h6 svg {
  width: 24px;
  transition: all 0.25s ease;
}
.faq .container .question p {
  font-size: 16px;
  margin: 0;
  padding: 0 30px 30px 30px;
  display: none;
}

footer {
  background: #fff;
  padding: 50px 0;
}
footer .lower-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EEE;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
footer .lower-footer .logo {
  display: flex;
}
footer .lower-footer .logo img {
  height: 40px;
  width: 183px;
  filter: grayscale(1);
}
footer .lower-footer .bottom-links {
  list-style: none;
  display: flex;
  gap: 50px;
  margin: 0;
}
footer .lower-footer .bottom-links li {
  display: inline;
}
footer .lower-footer .bottom-links li a {
  color: #333;
  font-weight: 500;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  text-decoration-color: transparent;
  transition: all 0.25s ease;
}
footer .lower-footer .bottom-links li a:hover {
  text-decoration-color: #333;
}
footer .copyright {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
footer .copyright a {
  color: #333;
}
footer .copyright p {
  margin: 0;
}

@media screen and (max-width: 800px) {
  .central {
    max-width: 100%;
  }
  header nav .nav-links {
    display: none;
  }
  header .btn-primary {
    display: none;
  }
  header .btn-primary.mobile {
    display: inline-block;
    padding: 8px 20px;
  }
  .hero .hero-content {
    position: static;
    max-width: 100%;
    transform: none;
  }
  .hero .hero-content .clients {
    justify-content: center;
  }
  .hero .hero-content .clients span {
    width: 150px;
  }
  .hero .hero-content h1 {
    font-size: 36px;
    text-align: center;
  }
  .hero .hero-content p {
    font-size: 22px;
    width: 100%;
    text-align: center;
  }
  .hero .hero-content .cta-buttons {
    gap: 14px;
    flex-direction: column;
    text-align: center;
  }
  .hero .hero-content .cta-buttons a {
    padding: 14px;
  }
  .hero .hero-image img {
    max-width: 190%;
    margin: -30px 0 0 -80%;
    position: relative;
    z-index: -1;
  }
  .hero .hero-image .msg-bubble .nome {
    color: #ffffff;
  }
  .hero .hero-image .msg-bubble .msg {
    padding: 15px;
  }
  .hero .hero-image .msg-bubble.left {
    max-width: unset;
    right: unset;
    top: 85%;
    left: 30px;
  }
  .hero .hero-image .msg-bubble.right {
    right: 30px;
    top: 78%;
  }
  .hero .hero-overlay {
    top: 55%;
  }
  .benefits {
    padding: 80px 0;
  }
  .benefits h2 {
    font-size: 34px;
    padding: 0;
  }
  .benefits h2 span {
    display: inline-block;
  }
  .benefits h2 span::after {
    width: 228px;
    height: 9px;
  }
  .benefits h2 span:nth-child(2)::after {
    width: 300px;
    height: 45px;
  }
  .benefits .grid {
    flex-direction: column;
  }
  .benefits .grid .item {
    width: 100%;
    text-align: center;
  }
  .benefits .grid .item h4 {
    font-size: 24px;
  }
  .plans {
    padding: 80px 0;
  }
  .plans h2 {
    padding: 0;
    font-size: 34px;
    margin-bottom: 40px;
  }
  .plans h2 span::after {
    left: 0;
    bottom: 0;
    width: 140px;
    height: 9px;
  }
  .plans .pricing-section .pricing-header {
    gap: 10px;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
  }
  .plans .pricing-section .pricing-header .empty {
    width: 130px;
    min-width: 130px;
  }
  .plans .pricing-section .pricing-header .plan-title {
    line-height: 1;
    font-size: 24px;
    margin-bottom: 5px;
  }
  .plans .pricing-section .pricing-row {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 10px;
  }
  .plans .pricing-section .pricing-row .plan-price {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    line-height: 1.2;
  }
  .plans .pricing-section .pricing-row .plan-price strong {
    font-size: 20px;
  }
  .plans .pricing-section .pricing-row .check, .plans .pricing-section .pricing-row .cross {
    background-size: 28px;
  }
  .plans .pricing-section .pricing-row .feature {
    font-size: 13px;
    padding: 15px 10px 15px 0;
    line-height: 1.2;
    margin-right: -10px;
  }
  .plans .pricing-section .pricing-footer {
    gap: 10px;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
  }
  .plans .pricing-section .pricing-footer .btn {
    padding: 15px;
    line-height: 1.1;
  }
  .plans .depoimentos {
    overflow: auto;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 60px;
  }
  .plans .depoimentos .item {
    min-width: 70%;
    width: 70%;
  }
  .plans .depoimentos .item p {
    height: 240px;
  }
  .how-it-works {
    padding: 80px 0;
  }
  .how-it-works h2 {
    padding: 0;
    font-size: 34px;
    margin-bottom: 40px;
  }
  .how-it-works h2 span::after {
    left: 0;
    bottom: 0;
    width: 160px;
    height: 8px;
  }
  .how-it-works .steps {
    grid-template-columns: 1fr;
  }
  .how-it-works .steps .step {
    padding: 0;
    display: grid;
    grid-template-columns: 35% 65%;
  }
  .how-it-works .btn-primary {
    padding: 14px 50px;
  }
  .faq {
    padding: 80px 0;
  }
  .faq h2 {
    padding: 0;
    font-size: 34px;
    margin-bottom: 40px;
  }
  .faq h2 span::after {
    left: 0;
    bottom: 0;
    width: 188px;
    height: 7px;
  }
  .faq .container {
    width: 100%;
  }
  .faq .container .question h6 {
    padding: 20px;
    font-size: 17px;
    line-height: 1.3;
  }
  .faq .container .question h6 svg {
    min-width: 24px;
  }
  .faq .container .question p {
    padding: 0 20px 20px 20px;
    line-height: 1.5;
    font-size: 15px;
  }
  footer .lower-footer {
    justify-content: center;
  }
  footer .lower-footer .bottom-links {
    display: none;
  }
  footer .copyright {
    text-align: center;
    flex-direction: column;
    gap: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
